@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

.sp-title{
  display:none;
}
@media screen and (max-width: 1060px){
  .sp-title{
    display: block;
    width:100%;
    background: #fff;
    padding:50px 0;
  }
  .sp-title img{
    display:block;
    width:100%;
    max-width:555px;
    margin:0 auto;
  }
}
/*--------------mv-------------------*/

#mv{
  position: relative;
  width:100%;
  background: url(../images/mvbg.jpg) 50% 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 90vh;
}
#mv::before{
  content:"";
  position: absolute;
  display: block;
  left:-20%;
  top:-70%;
  width:60%;
  height: 170%;
  background: #fff;
  transform: rotate(40deg);
	z-index: 1;
}
#mv .title{
  position: absolute;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  height:100%;
  max-width:650px;
  top:0;
  left:0;
  z-index: 2;
}
#mv .title img{
  display:block;
  width:100%;
  max-width:555px;
  margin:-80px auto 0;
}
#mv .mv-main{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  max-width:966px;
  height:100%;
  max-height: 960px;
  margin:0 auto;
  z-index: 3;
}

#mv .mv-slider{
  position: relative;
}

#mv .ss1{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  z-index: 6;
}
#mv .p{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  z-index: 5;
}
#mv .slider.slider-img{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  z-index: 4;
}

#mv .slider{
	position: relative;
	transition: 0.5s ease-in-out;
}

#mv .slider.slick-initialized{
	opacity: 1;
}
#mv .slider .slick-list{
	position: relative;
	display: block;
}
#mv .slider .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv .slider .slick-slide{
	height: 100%;
	width: 100%;
}
#mv .slider img{
	display: block;
	object-fit: cover;
	object-position: 50% 100%;
	font-family: 'object-fit: cover; object-position: 50% 100%;';
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: 3s ease-in-out;
}
#mv .slider .slick-current img{
	transform: scale(1);
}
#mv .title-tb{
  display:none;
}
@media screen and (max-width: 1860px){
  #mv .mv-main{
    left:400px;
  }
}
@media screen and (max-width: 1500px){
  #mv .mv-main{
    width:100%;
    max-width:800px;
    height:100%;
    left:auto;
    right:0;
    bottom:-50px;
  }
}
@media screen and (max-width: 1300px){
  #mv{
    height: 76vh;
  }
  #mv .mv-main{
    width:100%;
    max-width:700px;
    height:100%;
    left:auto;
    right:0;
    bottom:-50px;
  }
}
@media screen and (max-width: 1230px){
  #mv::before{
    left:-14%;
    top:-70%;
    width:60%;
    height: 170%;
    background: #fff;
    transform: rotate(40deg);
  	z-index: 1;
  }
  #mv .title{
    position: absolute;
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height:100%;
    max-width:580px;
    top:0;
    left:0;
    z-index: 2;
  }
  #mv .title img{
    max-width:490px;
    margin:-80px auto 0;
  }
}
@media screen and (max-width: 1130px){
  #mv .title{
    position: absolute;
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height:100%;
    max-width:500px;
    top:0;
    left:0;
    z-index: 2;
  }
  #mv .title img{
    max-width:410px;
    margin:-80px auto 0;
  }
}
@media screen and (max-width: 1060px){
  #mv{
    height: 80vh;
  }
  #mv::before{
    display:none;
  }
  #mv .title{
    display:none;
  }
  #mv .title-tb{
    display:block;
    width:100%;
    padding:25px 0px 0px;
  }
  #mv .title-tb img{
    display:block;
    width:100%;
    max-width:530px;
    margin:0 auto;
  }
  #mv .mv-main{
    position: static;
    width:100%;
    max-width:650px;
    height:auto;
    left:0;
    right:0;
    bottom:0px;
  }
}
@media screen and (max-width: 680px){
  #mv{
    height: 76vh;
  }
}
/*--------------s0-------------------*/

#s0{
  width:100%;
  padding:80px 0 0;
}
#s0 h1{
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
#s0 h1+p{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 780px){
  #s0{
    width:100%;
    padding:60px 0 0;
  }
  #s0 h1+p{
    text-align: left;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 680px){
  #s0{
    padding:40px 0 0;
  }
  #s0 h1 span{
    display:block;
  }
}
@media screen and (max-width: 580px){
  #s0 h1{
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

/*--------------s1-------------------*/

#s1{
  width:100%;
  padding:100px 0 100px;
  background: linear-gradient(180deg, #fff 0%, #d2def7 100%);
}
#s1 .w{
  position: relative;
  z-index: 1;
}
#s1 h3.s1-h3{
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 60px;
}
#s1 .s1-ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
}
#s1 .s1-ul li{
  width:32%;
  padding:20px 50px;
  text-align: center;
  margin-bottom: 30px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#s1 .s1-ul li h4{
  position: relative;
  display:inline-block;
  padding:8px 30px;
  background: #101f2c;
  border-radius: 30px;
  color:#fff;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto 15px;
}
#s1 .s1-ul li h4:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #101f2c;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    transform: rotate(45deg);
}
#s1 .s1-ul li .img{
  width:100%;
  margin-bottom: 5px;
}
#s1 .s1-ul li .img img{
  display:block;
  width:100%;
  max-width:330px;
  margin: 0 auto;
}
#s1 .s1-ul li p{
  font-size: 1.8rem;
  font-weight: 500;
}

#s1 h5{
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 30px;
  color:#3e8ac6;
}

#s1 h6{
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px){
  #s1 .s1-ul li{
    width:32%;
    padding:20px 10px;
  }
}
@media screen and (max-width: 1070px){
  #s1 h5{
    text-align: left;
  }

  #s1 h6{
    text-align: left;
  }
}

@media screen and (max-width: 980px){
  #s1 .s1-ul li{
    width:49%;
    padding:20px 10px;
  }
}
@media screen and (max-width: 860px){
  #s1{
    padding:60px 0 100px;
  }
  #s1 h3.s1-h3{
    text-align: left;
  }
}
@media screen and (max-width: 680px){
  #s1{
    width:100%;
    padding:60px 0 60px;
  }
  #s1 h3.s1-h3{
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  #s1 .s1-ul li h4{
    position: relative;
    display:block;
    width:100%;
    padding:8px 30px;
    font-size: 1.8rem;
    margin: 0 auto 15px;
    text-align: center;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  }
  #s1 h5{
    text-align: left;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }

  #s1 h6{
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 580px){
  #s1 h3.s1-h3{
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  #s1 .s1-ul li{
    width:100%;
    text-align: left;
    padding:20px 10px 0px;
  }
}

/*-------*/

#s1 .s1-1{
  position: relative;
}
#s1 .s1-1::after{
  position: absolute;
  content:"";
  display:block;
  background: url(../images/bg-t.png) 100% 0 no-repeat;
  background-size: cover;
  top:-80px;
  right:15px;
  width:100%;
  max-width:1030px;
  height:237px;
  z-index: 0;
}

@media screen and (max-width: 1060px){
  #s1 .s1-1::after{
    top:-80px;
    max-width:680px;
    height:156px;
  }
}

/*-------*/
#s1 h3.s1-h3-2{
  position: relative;
  padding:10px 0 10px 35px;
  font-size: 3.0rem;
  margin-bottom: 60px;
}
#s1 h3.s1-h3-2::before{
  content:"";
  position: absolute;
  display:block;
  width:10px;
  height:100%;
  top:0;
  left:0;
  background: #4a8bce;
  border-radius: 30px;
}

#s1 .s1-div{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-wrap: wrap;
}
#s1 .s1-div .txt{
  width:65%;
}
#s1 .s1-div .txt p{
  margin-bottom: 20px;
  line-height: 2.2;
  font-size: 1.8rem;
}
#s1 .s1-div .txt p span{
  color:#2264a9;
  font-weight: 600;
}
#s1 .s1-div .img{
  width:35%;
}
#s1 .s1-div .img img{
  display:block;
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
@media screen and (max-width: 980px){
  #s1 .s1-div .txt{
    order: 2;
    width:100%;
  }
  #s1 .s1-div .img{
    order: 1;
    width:100%;
  }
  #s1 .s1-div .img img{
    max-width:480px;
  }
}
@media screen and (max-width: 680px){
  #s1 h3.s1-h3-2{
    position: relative;
    padding:6px 0 6px 28px;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  #s1 h3.s1-h3-2::before{
    width:7px;
  }
  #s1 .s1-div .img img{
    max-width:380px;
  }
}


/*--------------s2-------------------*/

#s2{
  width:100%;
  padding:100px 0 100px;
}
#s2 h2+p{
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 60px;
}

#s2 .s2-ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
#s2 .s2-ul li{
  width:50%;
  padding:0 30px;
  margin-bottom: 80px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#s2 .s2-ul li .point{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: center;
  align-items: center;
  width:100%;
  max-width:425px;
  padding:8px 30px;
  background: #101f2c;
  border-radius: 30px;
  color:#fff;
  font-size: 2.0rem;
  font-weight: 600;
  margin: 0 auto 15px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#s2 .s2-ul li .point .i img{
  display:block;
  width:100%;
  max-width:63px;
  margin-right: 5px;
}
#s2 .s2-ul li .img img{
  display:block;
  width:100%;
  max-width:680px;
  margin: 0 auto 15px;
}
#s2 .s2-ul li h3{
  position: relative;
  font-size: 1.8rem;
  padding:2px 10px 2px 20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  margin-bottom: 15px;
}
#s2 .s2-ul li h3::before{
  content:"";
  position: absolute;
  display:block;
  width:3px;
  height:100%;
  top:0;
  left:0;
  background: #4a8bce;
  border-radius: 30px;
}
#s2 .s2-ul li .d{
  font-size: 1.5rem;
  line-height: 2.0;
}

@media screen and (max-width: 1000px){
  #s2 .s2-ul li{
    padding:0 20px;
    margin-bottom: 60px;
  }
  #s2 .s2-ul li .point{
    max-width:100%;
    padding:8px 0px;
    font-size: 1.8rem;
  }
  #s2 h2+p{
    text-align: left;
  }
}
@media screen and (max-width: 860px){
  #s2{
    padding:60px 0 60px;
  }
  #s2 .s2-ul li .point{
    flex-direction: column;
    padding:8px 0px;
    font-size: 1.7rem;
    border-radius: 50px;
  }
}

@media screen and (max-width: 680px){
  #s2 .s2-ul li{
    width:100%;
  }
  #s2 .s2-ul li .point{
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 580px){
  #s2{
    padding:40px 0 40px;
  }
  #s2 .s2-ul li{
    padding:0 0px;
    margin-bottom: 40px;
  }
}


/*--------------s3-------------------*/

#s3{
  width:100%;
  padding:100px 0 100px;
  background: #fafafa;
}
#s3 h2+p{
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 60px;
}

#s3 .box {
  position: relative;
  padding:60px 60px 60px 20px;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  align-items: center;
  background: #fff;
  border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;
  box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -o-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  margin-bottom: 85px;
}
#s3 .box::before{
  content:"";
  position: absolute;
  display:block;
  background: url(../images/q.png) 0 0 no-repeat;
  top:-2px;
  left:0;
  width:779px;
  height:107px;
  z-index: 0;
}
#s3 .box::after{
  content:"";
  position: absolute;
  display:block;
  background: url(../images/a.png) 0 0 no-repeat;
  bottom:-45px;
  left:calc(50% - 103px);
  width:206px;
  height:74px;
  z-index: 2;
}
#s3 .box .i{
  position: relative;
  width:430px;
  z-index: 1;
}
#s3 .box .t{
  position: relative;
  padding-left: 60px;
  z-index: 1;
}
#s3 .box .t h3{
  position: relative;
  font-size:2.4rem;
  padding-left: 55px;
  margin-bottom: 30px;
}
#s3 .box .t h3::before{
  content:"";
  position: absolute;
  display:block;
  background: url(../images/i1.png) 0 0 no-repeat;
  left:0;
  top:calc(50% - 18px);
  width:35px;
  height:35px;
}
#s3 .box .t ul{
  padding-left: 55px;
}
#s3 .box .t ul li{
  position: relative;
  font-size:1.8rem;
  font-weight: 600;
  color:#828073;
  padding-left: 44px;
  margin-bottom: 20px;
}
#s3 .box .t ul li::before{
  content:"";
  position: absolute;
  display:block;
  background: url(../images/i2.png) 0 0 no-repeat;
  left:0;
  top:calc(50% - 18px);
  width:29px;
  height:35px;
}

#s3 .s3-t1{
  text-align: center;
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 20px;
  color:#2767a4;
}
#s3 .s3-t2{
  text-align: center;
  font-size: 4.6rem;
  font-weight:600;
  margin-bottom: 50px;
}

#s3 .s3_ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
#s3 .s3_ul li{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:23%;
  padding:40px 10px;
  background: #fff;
  text-align: center;
  border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;
  box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -o-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#s3 .s3_ul li .p1{
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: 500;
}
#s3 .s3_ul li .p1 span{
  font-weight: 600;
  color:#225b8f;
}
#s3 .s3_ul li .p2{
  font-size: 1.6rem;
  font-weight: 300;
}

#s3 .s3_dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: space-between;
  width:100%;
  align-items: center;
  margin-bottom: 40px;
}
#s3 .s3_dl:last-of-type{
  margin-bottom: 0px;
}
#s3 .s3_dl dt{
  width:45%;
  max-width:680px;
}
#s3 .s3_dl.rv dt{
  order: 2;
}
#s3 .s3_dl dd{
  width:53%;
}
#s3 .s3_dl.rv dd{
  order: 1;
}
#s3 .s3_dl dd h3{
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 2.0rem;
}
#s3 .s3_dl dd h3::after{
  content:"";
  position: absolute;
  display:block;
  width:5px;
  height:100%;
  top:0;
  left:0;
  background: #4a8bce;
  border-radius: 30px;
}
#s3 .s3_dl dd p{
  line-height: 2.3;
  margin-bottom: 15px;
}
#s3 .s3_dl dd .sbtn{
  width:100%;
  max-width:360px;
}
#s3 .s3_dl dd .sbtn a.btn{
  border-radius: 5px;
  padding:14px 0px;
  box-shadow: none;
  color:#fff;
  background-image: linear-gradient(to right, #4898cf 0%, #225c90 51%, #225c90 100%);
  background-size: 200% auto;
}
#s3 .s3_dl dd .sbtn a.btn:hover{
	background-position: right center;
}

@media screen and (max-width: 1000px){
  #s3 h2+p{
    text-align: left;
  }
}
@media screen and (max-width: 980px){
  #s3 .box{
    flex-wrap: wrap;
    padding:30px 60px 60px 60px;
  }
  #s3 .box .i{
    width:100%;
    margin-bottom: 15px;
  }
  #s3 .box .i img{
    display:block;
    width:100%;
    max-width:430px;
    margin:0 auto 15px;
  }
  #s3 .box .t{
    width:100%;
    padding-left: 0px;
  }
  #s3 .s3_ul li{
    width:48%;
    padding:40px 10px;
    margin-bottom: 25px;
  }

  #s3 .s3_dl{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #s3 .s3_dl:last-of-type{
    margin-bottom: 0px;
  }
  #s3 .s3_dl dt{
    width:100%;
    max-width:100%;
  }
  #s3 .s3_dl dt img{
    display:block;
    width:100%;
    max-width:680px;
    margin:0 auto;
  }
  #s3 .s3_dl.rv dt{
    order: 1;
  }
  #s3 .s3_dl dd{
    width:100%;
  }
  #s3 .s3_dl.rv dd{
    order: 2;
  }
  #s3 .s3_dl dd h3{
    margin-bottom: 25px;
    font-size: 2.2rem;
  }

}

@media screen and (max-width: 860px){
  #s3{
    padding:60px 0 60px;
  }
}

@media screen and (max-width: 680px){
  #s3 .s3_ul li{
    width:100%;
    padding:30px 10px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 580px){
  #s3{
    padding:40px 0 40px;
  }
  #s3 h2+p{
    margin-bottom: 30px;
  }
  #s3 .box{
    flex-wrap: wrap;
    padding:20px 10px 20px 10px;
    margin-bottom: 60px;
  }
  #s3 .box::before{
    content:"";
    position: absolute;
    display:block;
    background: url(../images/q.png) 0 0 no-repeat;
    background-size: 100% auto;
    top:-2px;
    left:0;
    width:290px;
    height:40px;
    z-index: 0;
  }
  #s3 .box::after{
    background-size: 100% auto;
    bottom:-25px;
    left:calc(50% - 51px);
    width:102px;
    height:37px;
  }
  #s3 .box .i img{
    margin:0 auto 0px;
  }
  #s3 .box .t h3{
    font-size:1.8rem;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  #s3 .box .t h3::before{
    top:calc(50% - 18px);
    width:28px;
    height:28px;
    background-size: 100% auto;
  }
  #s3 .box .t ul{
    padding-left: 35px;
  }
  #s3 .box .t ul li{
    font-size:1.6rem;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  #s3 .box .t ul li::before{
    background-size: 100% auto;
    top:calc(50% - 18px);
    width:20px;
    height:24px;
  }
  #s3 .s3-t2{
    font-size: 4.0rem;
    margin-bottom: 20px;
  }
  #s3 .s3_dl dd .sbtn a.btn{
    font-size: 1.6rem;
  }
}




/*--------------s4-------------------*/

#s4{
  width:100%;
  padding:100px 0 100px;
  background: #fafafa;
}

#s4 .s4_ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#s4 .s4_ul li{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
  width:32%;
  padding:30px 30px;
  background: #fff;
  border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;
  box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -o-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  margin-bottom: 30px;
}
#s4 .s4_ul li .c1{
  padding-bottom:20px;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 10px;
}
#s4 .s4_ul li .c2{
  padding-bottom:20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
#s4 .s4_ul li .p1{
  font-size: 2.4rem;
  font-weight: 500;
}
#s4 .s4_ul li .p2{
  font-size: 1.6rem;
  font-weight: 400;
  color:#828282;
}
#s4 .s4_ul li .p3{
  font-size: 4.0rem;
  font-weight: 400;
}
#s4 .s4_ul li dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items:center;
}
#s4 .s4_ul li dl:last-of-type{
  margin-bottom: 0px;
}
#s4 .s4_ul li dl dt{
  width:50%;
  font-size: 1.4rem;
}
#s4 .s4_ul li dl dd{
  width:50%;
  text-align: right;
}
#s4 .s4_ul li dl dd span{
  font-size: 1.4rem;
  font-weight: 400;
  color:#828282;
}

#s4 .spt{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  background: #fff;
  border:10px solid #f3f3f3;
  padding:20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  margin-bottom: 30px;
  align-items: center;
}
#s4 .spt dt{
  width:300px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
#s4 .spt dd{
  width:calc(100% - 300px);
  padding-left: 20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#s4 .spt dd ul{
  overflow: hidden;
  width:100%;
}
#s4 .spt dd ul li{
  position: relative;
  float: left;
  padding:7px 30px;
}
#s4 .spt dd ul li::before{
  content:"";
  position: absolute;
  display:block;
  background: url(../images/i3.gif) 0 0 no-repeat;
  left:0;
  top:calc(50% - 9px);
  width:20px;
  height:20px;
}
#s4 .spt dd ul li.op::before{
  background: url(../images/i4.gif) 0 0 no-repeat;
}
#s4 .cap{
  color:#e90546;
  margin-bottom: 50px;
}
#s4 .cap span{
  display:block;
  color: #101f2c;
}

#s4 .flow{
  position: relative;
  display: block;
  width:100%;
  padding:30px 35px;
  background: #fff;
  border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;
  box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -o-box-shadow: 0 12px 17px rgba(0,0,0,0.1);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  margin-bottom: 30px;
}
#s4 .flow::after{
  content:"";
  position: absolute;
  display:block;
  background: url(../images/i5.png) 0 0 no-repeat;
  bottom:-12px;
  left:calc(50% - 12px);
  width:24px;
  height:19px;
  z-index: 2;
}
#s4 .flow.an::after{
  display:none;
}
#s4 .flow dt{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
}
#s4 .flow dt .f1{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  width:34px;
  height:34px;
  background: #101f2c;
  font-size: 1.8rem;
  color:#fff;
  border-radius: 50%;
}
#s4 .flow dt .f2{
  width:calc(100% - 35px);
  padding-left: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#s4 .flow dd{
  padding:30px 35px 10px;
}
@media screen and (max-width: 860px){
  #s4{
    padding:60px 0 60px;
  }
  #s4 .s4_ul li .p2{
    font-size: 1.4rem;
  }
  #s4 .s4_ul li dl dt{
    width:100%;
    font-size: 1.4rem;
    text-align: right;
  }
  #s4 .s4_ul li dl dd{
    width:100%;
    text-align: right;
  }
}

@media screen and (max-width: 760px){
  #s4 .spt{
    flex-wrap: wrap;
    border:7px solid #f3f3f3;
    padding:15px;
    margin-bottom: 30px;
  }
  #s4 .spt dt{
    width:100%;
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #s4 .spt dd{
    width:100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 680px){
  #s4 .s4_ul li{
    width:100%;
    padding:30px 15px;
  }
}

@media screen and (max-width: 580px){
  #s4{
    padding:40px 0 40px;
  }
  #s4 .s4_ul li dl dt{
    width:50%;
    font-size: 1.4rem;
    text-align: left;
  }
  #s4 .s4_ul li dl dd{
    width:50%;
    text-align: right;
  }


  #s4 .flow{
    padding:20px 15px;
    margin-bottom: 30px;
  }
  #s4 .flow dd{
    padding:15px 15px 10px;
  }

}


@media screen and (max-width: 580px){

}
