#mainimg {
  background-image: url("../img/flow/bg_mainimg01_sp.png");
}

@media screen and (min-width: 600px) {
  #mainimg {
    background-image: url("../img/flow/bg_mainimg01_pc.png");
  }
}

#intro {
  box-sizing: border-box;
  padding: 28px 0 32px;
}

#intro .tit {
  line-height: 1.65;
}

@media screen and (max-width: 599px) {
  #intro .inner {
    padding: 0 10px;
  }
}

@media screen and (min-width: 600px) {
  #intro {
    padding: 28px 0 58px;
  }
  #intro .tit {
    line-height: 1.65;
  }
}

.leadBox{
  margin-bottom: 50px;
}
.leadBox .box{
  box-sizing: border-box;
  margin: -36px 15px 25px;
  padding: 10px;
}
.leadBox .box .boxInner{
  padding: 25px 14px 26px;
}
.leadBox .box .boxInner .inTit{
  font-size: 2rem;
  line-height: 1.409;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.leadBox .box .boxInner .list {
  letter-spacing: .13rem;
}

.leadBox .box .boxInner .list .item {
  box-sizing: border-box;
}
.leadBox .box .boxInner .list .item .tit{
  position: relative;
  box-sizing: border-box;
  min-height: 45px;
  line-height: 1.47059;
  margin-bottom: 8px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-bottom: 1px solid #8ad4d9;
  font-weight: 500;
  font-size: 1.7rem;
}
.leadBox .box .boxInner .list .item .tit span{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
}
.leadBox .box .boxInner .list .item .tit span img{
  width: 28px;
}
.leadBox .box .boxInner .list .item .txt{
  padding-bottom: 26px;
  font-size: 1.6rem;
  letter-spacing: .13rem;
}
.leadBox .leadTxt{
  padding: 0 15px;
}
@media screen and (min-width: 600px){
  .leadBox{
    list-style: 2px;
    padding-bottom: 16px;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    margin-bottom: 100px;
  }
  .leadBox .box{
    width: 1100px;
    margin: -100px auto 40px;
  }
  .leadBox .box .boxInner{
    padding: 25px 72px 26px;
  }
  .leadBox .box .boxInner .inTit{
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 1.3;
  }
  .leadBox .box .boxInner .list {
    letter-spacing: .13rem;
  }

  .leadBox .box .boxInner .list .item {
    letter-spacing: .13rem;
  }
  .leadBox .box .boxInner .list .item .tit{
    min-height: 45px;
    line-height: 2.17391;
    margin-bottom: 22px;
    padding-bottom: 2px;
    padding-left: 56px;
    font-size: 2.3rem;
    letter-spacing: .13rem;
  }
  .leadBox .box .boxInner .list .item .tit span{
    margin-top: -38px;
  }
  .leadBox .box .boxInner .list .item .tit span img{
    width: 39px;
  }
  .leadBox .box .boxInner .list .item .txt{
    padding-bottom: 26px;
    font-size: 1.6rem;
    letter-spacing: .13rem;
  }
  .leadBox .leadTxt{
    width: 1100px;
    margin: 0 auto;
    padding: 0;
	font-size: 1.6rem;
  }
}

.content {
  box-sizing: border-box;
  padding: 45px 15px;
  background-color: #e8f3f4;
}

.content .inner .tit{
  font-size: 2.5rem;
  line-height: 1.75;
}

@media screen and (min-width: 600px){
  .content .inner .tit{
    font-size: 5rem;
    line-height: 1;
  }
}

.content .tit02 {
  line-height: 1.36364;
  padding: 29px 0 22px;
}

.content .box {
  position: relative;
  position: relative;
  box-sizing: border-box;
  padding: 23px 20px 24px;
  background: #fff;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
}

.content .box:before {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 37px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/flow/bg01.png) no-repeat center top;
  background-size: contain;
  content: "";
}

.content .box:last-child:before {
  content: none;
}

.content .box+.box {
  margin-top: 20px;
}

.content .box .tit {
  position: relative;
  box-sizing: border-box;
  line-height: 1.41176;
  margin-bottom: 12px;
  padding-left: 107px;
  font-weight: 600;
  font-size: 27.2px;
  font-size: 1.7rem;
}

.content .box .tit span {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}

.content .box .tit span img {
  width: 99px;
}

.content .box .img {
  margin-bottom: 14px;
}

.content .box .btn02 {
  padding-top: 20px;
}

@media screen and (max-width: 599px) {
  .content .box .txt {
    line-height: 1.71429;
    font-weight: 400;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .content .box .txt {
    line-height: 1.983;
    font-size: 1.6rem;
  }
}

.content .box .listWrap {
  position: relative;
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 10px;
  background: #fff;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
}

.content .box .listWrap .list {
  box-sizing: border-box;
  padding: 25px 24px 16px;
  border: 1px solid #63c7cd;
}

.content .box .listWrap .list li {
  box-sizing: border-box;
  margin-bottom: 6px;
  padding-left: 32px;
  background: url(../img/flow/ico01.png) no-repeat left 4px;
  background-size: 21px;
}

@media screen and (min-width: 600px) {
  .content {
    padding: 90px 15px 0;
  }
  .content .btmTxt {
    line-height: 1.66667;
    padding: 80px 0;
    background: url(../img/common/bg01.png) no-repeat center bottom;
    font-size: 3rem;
  }
  .content .inner {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .content .tit02 {
    line-height: 1.66667;
    padding: 47px 0 32px;
    font-size: 3rem;
  }
  .content .box {
    padding: 51px 50px 51px;
  }
  .content .box:before {
    bottom: -40px;
    width: 67px;
    height: 40px;
    background: url(../img/flow/bg01.png) no-repeat center top;
    background-size: contain;
  }
  .content .box:last-child:before {
    content: none;
  }
  .content .box+.box {
    margin-top: 38px;
  }
  .content .box .tit {
    float: left;
    width: 518px;
    line-height: 1.7;
    margin-bottom: 18px;
    padding-left: 133px;
    font-size: 2.4rem;
  }
  .content .box .tit span {
    top: -5px;
  }
  .content .box .tit span img {
    width: 112px;
  }
  .content .box .img {
    float: right;
    width: 480px;
    margin-bottom: 0;
  }
  .content .box .btn02 {
    float: left;
    width: 420px;
    max-width: 420px;
    margin-left: 0;
    padding-top: 30px;
  }
  .content .box .txt {
    float: left;
    width: 490px;
    line-height: 1.86;
    font-size: 1.5rem;
  }
  .content .box .listWrap {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px;
  }
  .content .box .listWrap .list {
    padding: 45px 99px 38px;
  }
  .content .box .listWrap .list li {
    float: right;
    width: 333px;
    margin-bottom: 8px;
    padding-left: 40px;
    background: url(../img/flow/ico01.png) no-repeat left 4px;
    background-size: 25px;
  }
  .content .box .listWrap .list li:nth-child(2n+1) {
    float: left;
    width: 430px;
  }
  .content .box:first-child .img {
    margin-bottom: 70px;
  }
  .content .box:first-child .txt {
    width: 478px;
  }
  .content .box:first-child .listWrap {
    float: none;
    clear: both;
  }
  .content .box:first-child .btn02 {
    float: none;
    width: 100%;
    width: 380px;
    max-width: 380px;
    margin: 34px auto 0;
    padding: 0;
  }
}

.feature {
	border: 6px solid #63c7cd;
	padding: 18px 15px;
	margin-bottom: -10px;
	background: #fff;
}
.feature .leadTxt{
	font-size: 1.5rem;
	text-align: center;
}
.feature .img {
	margin: 15px 0;
}
.feature .txt {
	line-height: 1.9;
}
@media screen and (min-width: 600px) {
	.feature {
		margin-top: 90px;
	    padding: 75px 150px 60px;
	    font-size: 1.5rem;
	    margin-bottom: 72px;
	}
	.feature .txt {
		text-align: center;
    	letter-spacing: 0.05em;
	}
	.feature .img {
		margin: 40px 0;
		text-align: center;
	}
}
#step{
  margin-top: 25px;
	padding-bottom: 25px;
}
#step .secStep {
	box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
    position: relative;
    box-sizing: border-box;
    background: #fff;
}
#step .secStep::after {
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;
    height: 35px;
    margin: 0 auto;
    background: url(../img/flow/bg_step01.png) no-repeat center top;
    background-size: contain;
    content: "";
}
#step .secStep:last-of-type{
  position: static;
}
#step .secStep:last-of-type::after {
    display: none;
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;
    height: 35px;
    margin: 0 auto;
    background: url(../img/flow/bg_step01.png) no-repeat center top;
    background-size: contain;
    content: "";
}

#step .secStep + .secStep {
	margin-top: 33px;
}
#step .tit {
	position: relative;
	box-sizing: border-box;
    line-height: 1.41176;
    font-weight: 600;
	background: #63c7cd;
    color: #fff;
    padding: 13px 20px 13px 36vw;
    font-size: 1.9rem;
}
#step .tit span {
	position: absolute;
    top: 20%;
    left: 6%;
    width: 31%;
}
#step .txtArea {
	background: #fff;
	padding: 20px 20px 35px;
	position: relative;
}

#step .secStep .txtArea .list .item{
  position: relative;
  border-bottom: 1px solid  #a0dbe9;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
#step .secStep .txtArea .list .item::after{
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 46px;
  height: 16px;
  margin-left: -23px;
  background: url(../img/flow/ico_flow01_sp.png) no-repeat center;
  background-size: 100%;
}
#step .secStep .txtArea .list .item:last-child{
  border-bottom: none;
  position: static;
  margin-bottom: 0;
  padding-bottom: 0;
}
#step .secStep .txtArea .list .item:last-child::after{
  display: none;
}
#step .secStep .txtArea .list .item .img{
  margin-bottom: 15px;
}
#step .secStep .txtArea .list .item .img+.img{
  margin-top: -5px;
}
#step .secStep .txtArea .list .item .copy{
  font-size: 1.7rem;
  line-height: 1.5789;
  font-weight: 500;
  text-align: center;
}
#step .secStep .txtArea .list .item .copy .is_color_fox{
  font-size: 2rem;
  line-height: 1.35;
}
#step .secStep .txtArea .list .item .txt {
  margin-top: 15px;
}

#step .secStep .txtArea .list .item .table{
  display: table;
}
#step .secStep .txtArea .list .item .table+.img{
  margin-top: 15px;
  margin-bottom: 0;
}
#step .secStep .txtArea .list .item .table .area{
  display: table-cell;
  float: none;
  box-sizing: border-box;
  padding-right: 4px;
}
#step .secStep .txtArea .list .item .table .area .copy{
   font-size: 1.6rem;
 }
#step .secStep .txtArea .list .item .table .area+.area{
  padding-left: 4px;
  padding-right: 0;
}

#step .txtAreaIn {
	margin-top: 21px;
}
#step .txtAreaIn:first-child {
	margin-top: 0;
}
#step .img {
	margin-top: 15px;
}
#step .img:first-child {
	margin-top: 0;
}
#step img + img {
	margin-top: 15px;
}
#step .txt {
	margin-top: 13px;
    line-height: 1.9;
    letter-spacing: 0.16em;
}
#step .table > div {
    float: left;
    width: 49%;
}
#step .table > div:nth-child(2) {
	margin-left: 2%;
}
@media screen and (min-width: 600px) {
	#step {
    margin-top: 65px;
    padding-bottom: 0;
	}
  #step .secStep::after {
      width: 200px;
      bottom: -23px;
      height: 65px;
      margin: 0 auto;
  }
	#step .tit {
    	font-size: 3.5rem;
    	font-weight: 500;
    	padding: 46px 20px 45px 185px;
	}
	#step .tit span {
	    top: 29%;
	    width: 118px;
	    left: 50px;
	}
	#step .txtArea {
	    padding: 50px 120px 90px;
	}
	#step .img {
	    text-align: center;
	    margin-top: 25px;
	}
	#step img + img {
	    margin-top: 30px;
	}
	#step .txt {
		margin-top: 25px;
		font-size: 1.5rem;
		letter-spacing: 0.06em;
	}
	#step .txtAreaIn {
	    margin-top: 50px;
	}
	#step .txtArea::after {
	    height: 64px;
	    bottom: -29px;
	    background-size: auto;
	}
	#step .secStep + .secStep {
    margin-top: 50px;
  }
  #step .secStep .txtArea .list .item{
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
  #step .secStep .txtArea .list .item::after{
    bottom: -23px;
    width: 66px;
    height: 23px;
    margin-left: -33px;
    background: url(../img/flow/ico_flow01_pc.png) no-repeat center;
    background-size: 100%;
  }
  #step .secStep .txtArea .list .item .img{
    margin-bottom: 25px;
  }
  #step .secStep .txtArea .list .item .img+.img{
    margin-top: -15px;
  }
  #step .secStep .txtArea .list .item .copy{
    font-size: 2.8rem;
    line-height: 1.5789;
  }
  #step .secStep .txtArea .list .item .copy .is_color_fox{
    font-size: 3.2rem;
  }
  #step .secStep .txtArea .list .item .txt {
    margin-top: 15px;
  }
  #step .secStep .txtArea .list .item .table+.img{
    margin-top: 30px;
  }
  #step .secStep .txtArea .list .item .table .area .copy{
    font-size: 2rem;
  }
}


/*# sourceMappingURL=maps/flow.css.map */
