@charset "UTF-8";

/*--------------------------------------------sec-problem-----*/

#sec-problem{
	padding: 150px 0 0;
    margin-bottom: -220px;
}

.problem-ttl{
  margin-bottom: 90px;
}

.problem-img{
  margin: 0 auto;
  width: 70px;
}

.problem-ttl .head42{
  font-weight: 700;
  text-align: center;
}

.problem-list{
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}

.problem-list li{
  margin: 0 1% 2%;
  width: 22%;
}

.problem-list li div{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);    
  text-align: center;
  position: relative;
  height: 128px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.problem-list li div .tick{
  position: absolute;
  left: -10px;
  top: -10px;
  width: 40px;
}

.problem-list li div .text18 {
    line-height: 1.4;
}

.problem-list li div .ft-c-blue{
  font-weight: 700;
}

/*--------------------------------------------sec-intro-----*/

#sec-intro{
  background: #f0faff;
  position: relative;
}

.solution{
  margin-bottom: 60px;
}

.intro-ttl{
  margin-bottom: 40px;
}

.intro-ttl .head42{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 60px;
}

.intro-ttl .head42 picture{
  margin-right: 20px;
  width: 470px;
}

.intro-ttl .head52{
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.intro-ttl .head52 .grad{
  border-bottom: 2px dashed #000000;

}

.intro-ttl .text18{
  text-align: center;
}

.intro-img{
  margin: 0 auto;
  width: 80%;
}

.intro-img img{
  margin-bottom: -70px;
}

/*--------------------------------------------sec-customize-----*/

#sec-customize{
  background: #f0faff;
}

#sec-customize .secInr{
  background: #c5edff;
  padding: 130px 7% 110px;
}

.customize-ttl{
  margin-bottom: 45px;
}

.customize-ttl .head24{
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
}

.customize-ttl .head28{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.customize-ttl .head28 img{
  margin-right: 5px;
  width: 65px;
}

.customize-ttl .ft-c-orange{
  border-bottom: 2px dashed #ff4a11;
  line-height: 1.4;
}

.customize-ttl .text15{
  text-align: center;
}

.grid-cus {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  grid-column-gap: 4%;
  grid-row-gap: 0px;
}

.cus01-ttl { grid-area: 1 / 1 / 2 / 2; }
.cus02-ttl { grid-area: 1 / 2 / 2 / 3; }
.cus01-list { grid-area: 2 / 1 / 3 / 2; }
.cus-wrap { grid-area: 2 / 2 / 3 / 3; }

.cus01-ttl{
  background: #333333; 
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.cus01-list li{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);    
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  align-items: center;
}

.cus01-list li:nth-of-type(1){
  z-index: 2;
}

.cus01-list li:nth-of-type(2){
  z-index: 1;
}

.cus01-list li:last-child{
  margin-bottom: 0;
}

.cus01-list li:after{
  content: "";
  position: absolute;
  background: url(../img/arrow_s.svg) no-repeat;
  background-position: center;
  width: 37px;
  height: 100%;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  z-index: 3;
}

.cus01-list li:last-child:after{
  display: none;
}

.cus01-list li picture{
  width: 65px;
  height: 65px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.cus01-content{
  width: calc(100% - 85px);
}

.cus01-content .text18{
  color: #2c4bff;
  line-height: 1;
}

.cus01-content .text16 {
    line-height: 1.4;
}

.cus02-ttl{
  background: #05a3e8; 
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}

.cus02-ttl .batch {
  position: absolute;
  right: -8%;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.cus02-img {
    width: 180px;
    margin-top: 10px;
}

.cus-wrap{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);    
  padding: 25px 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cus-wrap:after{
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 46px 11px 0;
  border-color: transparent #FFFFFF transparent transparent;
  transform: rotate(0deg);
  left: -34px;
  top: 65%;
}

.cus02-border{
  background: #dbf4ff;
  border-radius: 5px;
  color: #05a3e8;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  padding: 10px;
}

/*--------------------------------------------sec-howto-----*/

#sec-howto{
  background: #f0faff;
  padding: 100px 0;
}

.howto-ttl{
  margin-bottom: 40px;
  text-align: center;
}

.howto-ttl .head52{
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.howto-ttl .head52 img{
  margin: 0 0 -8px 0;
  width: 250px;
}

.howto-ttl .text18{
  text-align: center;
}

.howto-wrap{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);  
  padding: 8% 5%;
}

.howto-border{
  background: #d5f2ff;
  border-radius: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.howto-border span{
  background: #05a3e8;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 8px 15px 10px;
  margin-right: 20px;
  line-height: 1;
}

.howto-illu{
  position: absolute;
  width: 275px;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

/*--------------------------------------------sec-function-----*/

#sec-example{
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 150px; 
}

.example-ttl{
  margin-bottom: 60px;
}

.example-ttl .head21{
  color: #05a3e8;
  margin-bottom: 35px;
  font-weight: 600;
  text-align: center;
}

.example-ttl .head52{
  font-weight: 700;
  text-align: center;
  margin-bottom: 75px;
}

.example-ttl img {
  margin: 0 10px -8px 0;
  width: 250px;
}

.example-ttl span{
  border-bottom: 2px dashed #000;
}

.example-ttl .text18{
  text-align: center;
}

.flex-service{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.flex-service li{
  width: 16%;
}

.flex-example{
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-example li{
  width: 32%;
}

.example-wrap{
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);  
  background: #fff;
  overflow: hidden;
}

.example-text-wrap{
  padding: 25px;
}

.example-text-ttl{
  font-weight: 700;
  margin-bottom: 20px;
}


/*--------------------------------------------sec-function-----*/

#sec-function{
  background: linear-gradient(90deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  padding: 90px 0 100px;
  position: relative;
}

#sec-function:after{
  content: "";
  position: absolute;
  background: url(../img/pabot.svg) no-repeat;
  width: 50%;
  height: 100%;
  right: -2%;
  top: 5%;
  opacity: 0.1;
}

.flex-function{
  margin: -10% auto 60px;
  justify-content: space-between;
  align-items: flex-end;
}

.function-img{
  width: 55%;
}

.function-logo{
  width: 80%;
}

.function-text{
  width: 40%;
}

.function-text .head42{
  color: #fff;
  font-weight: 700;
  margin: 20px 0 60px;
}

.flex-function-list{
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-function-list li{
  width: 23.5%;
}

.function-list-wrap{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);  
  padding: 10% 5% 8%;  
}

.function-list-wrap picture{
  margin: 0 auto 10px;
  height: 150px;
  display: flex;
  align-items: stretch;
  width: 65%;
}

.function-list-wrap .head21{
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/*--------------------------------------------sec-reason-----*/

#sec-reason{
  padding: 130px 0 50px;
}

.reason-ttl{
  margin-bottom: 70px;
  text-align: center;
}

.reason-ttl picture img{
  margin: 15px 20px 0 0;
  width: 250px;
}

.reason-ttl.head52{
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason-list li{
  margin-bottom: 40px;
}

.flex-reason{
  align-items: center;
  justify-content: space-between;
  background: #f0fbff;
  border-radius: 20px;
  padding: 5% 6%;
}

.flex-reason .reason-content{
  width: 48%;
}

.reason-no{
  font-weight: 700;
  line-height: 1;
}

.reason-ttl-s{
  font-weight: 500;
  margin-bottom: 10px;
}

.reason-ttl-l{
  font-weight: 700;
  margin-bottom: 20px;
}

.reason-list li:nth-child(even) .reason-content{
  order: 2;
}

.reason-list li:nth-child(even) .reason-img{
  order: 1;
}

.reason-list li:nth-of-type(1) .reason-img,
.reason-list li:nth-of-type(3) .reason-img{
  margin: 0 -9% -6.5% 0;
  width: 61%;
}

.reason-list li:nth-of-type(2) .reason-img{
  margin: 0 0 -4% -9%;
  width: 61%;
}

.reason-list li:nth-of-type(4) .reason-img{
  margin-bottom: -2%;
  width: 48%;
}

/*--------------------------------------------sec-plan-----*/

#sec-plan{
  background: linear-gradient(90deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  padding: 160px 0;
  position: relative;
}

#sec-plan:after{
  content: "";
  position: absolute;
  background: url(../img/pabot.svg) no-repeat;
  width: 50%;
  height: 100%;
  left: -2%;
  top: -5%;
  opacity: 0.1;
}

.plan-intro{
  color: #fff;
  text-align: center;
}

.plan-intro .head36{
  font-weight: 700;
  margin-bottom: 40px;
}

.flex-plan{
  justify-content: space-between;
  align-items: center;
}

.flex-plan li .plan-wrap{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);  
  padding: 10% 3%;
}

.flex-plan li:nth-of-type(1){
  width: 31%;
} 

.flex-plan li:nth-of-type(1) .plan-wrap{
  border-radius: 10px 0 0 10px;
}

.flex-plan li:nth-of-type(2){
  position: relative;
  width: 38%;
  z-index: 2;
} 

.flex-plan li:nth-of-type(2) .plan-wrap{
  border-radius: 20px;
}

.flex-plan li:nth-of-type(3){
  width: 31%;
} 

.flex-plan li:nth-of-type(3) .plan-wrap{
  border-radius: 0 20px 20px 0;
}

.plan-head{
  margin-bottom: 20px;
  text-align: center;
}

.plan-head p{
  border: 2px solid #05a3e8;
  text-align: center;
  border-radius: 50px;
  padding: 5px 20px 3px;
  display: inline-block;
}

.plan-name{
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.plan-price{
  color: #05a3e8;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
}

.plan-price .ft-poppins{
  font-size: 36px;
  font-size: 3.6rem;
}

.plan-price .tax{
  font-size: 12px;
  font-size: 1.2rem;
}

.plan-wrap .text15{
  text-align: center;
}

.flex-plan li:nth-of-type(2) .plan-head p{
  color: #fff;
  background: linear-gradient(90deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(5,163,232,1) 0%, rgba(79,201,255,1) 100%);
  border: 0;
}

.flex-plan li:nth-of-type(2) .recommend{
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
  width: 60%;
}

.flex-plan li:nth-of-type(2) .discount-img{
  position: absolute;
  right: -15px;
  bottom: -30px;
  width: 150px;
}

.plan-old-price{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.plan-old-price:after{
  background: url(../img/arrow_l.svg) no-repeat;
  background-position: center;
  width: 40px;
  height: 100%;
  top: 100%;
  left: 50%;
  content: "";
  position: absolute;
  transform: translateX(-50%);
}

.plan-old-price p{
  color: #05a3e8;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.plan-old-price p:after{
  background: #05a3e8;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 100%;
  transform: translate(-50%,-50%);
}

/*--------------------------------------------sec-flow-----*/

#sec-flow{
  background: #f7f9fa;
  padding: 90px 0 100px;
}

.flow-ttl{
  margin-bottom: 50px;
  text-align: center;
}

.flow-ttl .head36{
  font-weight: 700;
}

.flex-flow{
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 85%;
}

.flex-flow li{
  position: relative;
  width: 20%;
}

.flex-flow li:after {
    content: "";
    position: absolute;
    background: #dbf4ff;
    height: 3px;
    width: 53%;
    left: 90%;
    top: 32%;
}

.flex-flow li:last-child:after{
  display: none;
}

.flex-flow li picture {
    width: 65%;
    margin: 0 auto 5px;
}

.flex-flow li picture img{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
}

.flow-no{
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.flow-text-wrap .text21{
  font-weight: 600;
  text-align: center;
}



/*--------------------------------------------sec-qa-----*/

#sec-qa{
  padding: 100px 0 90px;
}

.qa-head{
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.flex-qa{
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-qa li{
  margin-bottom: 2%;
  width: 49%;
}

.qa-wrap{
  background: #f0fbff;
  border-radius: 10px;
  padding: 8% 5%;
}

.qa-q{
  color: #05a3e8;
  font-weight: 600;
  margin-bottom: 25px;
}

.qa-wrap .grad{
  font-size: 28px;
  font-size: 2.8rem;
  margin-right: 10px;
  font-weight: 700;
}

/*--------------------------------------------sec-ad-----*/

#sec-ad{
  background: url(../img/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 110px;
}

#sec-ad .ad-head{
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
}

#sec-ad .ad-head span{
  display: block;
}

.flex-ad{
  justify-content: space-between;
  align-items: center;
}

.flex-ad .ad-img{
  width: 42%;
}

#sec-ad .flex-btn{
  width: 49%;
}

#sec-ad .flex-btn {
    width: 54%;
    max-width: 100%;
}

#sec-ad .flex-btn a {
    padding: 24px 20px;
}

#sec-ad .flex-btn .btn-blue a span {
    top: 10px;
    max-width: 150px;
}

@media only screen and (min-width: 1500px) {

#mv .mv-h2 {
    margin: 0 auto 30px;
}

#mv .mv-h3 {
    font-size: 2.3rem;
    margin-bottom: 10px;
}

.mv-list li .corner-wrap .text16 {
    font-size: 1.3rem;
}
}

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

#sec-problem {
    padding: 110px 0 0;
}

.problem-img {
    margin: 0 auto;
    width: 50px;
}

.problem-ttl {
    margin-bottom: 60px;
}

.problem-list li div {
    height: 100px;
}

.problem-list li div .text18 {
    font-size: 1.5rem;
}

.problem-list li div .ft-c-blue {
    font-size: 2rem;
}

.intro-ttl {
    margin-bottom: 20px;
}

.intro-ttl .head42 {
    margin-bottom: 30px;
}

.intro-ttl .head42 picture {
    margin-right: 10px;
    width: 310px;
}

.flex-service .corner-wrap .text18 {
    font-size: 1.4rem;
}

#sec-customize .secInr {
    background: #c5edff;
    padding: 100px 7% 80px;
}

.howto-ttl .head52 img {
    margin: 0 0 -8px 0;
    width: 210px;
}

.howto-illu {
    width: 195px;
    right: 23px;
}

#sec-example {
    padding: 80px 0 110px;
}

.example-ttl {
    margin-bottom: 40px;
}

.example-ttl .head21 {
    margin-bottom: 30px;
}

.example-ttl .head52 {
    margin-bottom: 55px;
}

.example-ttl img {
    margin: 0 10px -8px 0;
    width: 220px;
}

.flex-service {
    margin-bottom: 40px;
}

.example-text-ttl {
    margin-bottom: 15px;
    line-height: 1.6;
}

.function-logo {
    width: 60%;
}

.function-text .head42 {
    margin: 10px 0 50px;
}

.function-list-wrap {
    padding: 10% 10% 8%;
}

.function-list-wrap .head21 {
    margin-bottom: 10px;
}

.function-list-wrap .text15 {
    font-size: 1.3rem;
}

#sec-reason {
    padding: 80px 0 50px;
}

.reason-ttl {
    margin-bottom: 40px;
}

.reason-ttl picture img {
    margin: 12px 10px 0 0;
    width: 210px;
}

.reason-no {
    font-size: 2.4rem;
}

.reason-ttl-l {
    font-size: 2.6rem;
}

.reason-ttl-s {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.cus02-ttl .batch {
    width: 140px;
}

.plan-head {
    margin-bottom: 10px;
}

.plan-name {

    margin-bottom: 10px;
    font-size: 2rem;
}

.plan-price .ft-poppins {
    font-size: 36px;
    font-size: 3rem;
}

.plan-price {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.plan-old-price {
    margin-bottom: 28px;
}

.flex-plan li:nth-of-type(2) .discount-img {
    right: -15px;
    bottom: -25px;
    width: 120px;
}

.flow-ttl {
    margin-bottom: 30px;
}

.flow-ttl .head36 {
    font-size: 3rem;
}

#sec-qa {
    padding: 80px 0 60px;
}

.qa-head {
    margin-bottom: 35px;
    font-size: 3.2rem;
}

.qa-wrap {
    padding: 5% 5%;
}

.qa-q {
	font-size: 1.8rem;
    margin-bottom: 5px;
}

.qa-wrap .grad {
    font-size: 2.4rem;
}

#sec-ad {
    padding: 65px 0 65px;
}
}

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

}

@media only screen and (max-width: 1080px) {
.flex-plan li:nth-of-type(2) .recommend {
    top: -27px;
}
}

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

.howto-border span {
    font-size: 1.4rem;
}

.howto-border .text24 {
    font-size: 1.8rem;
}

.howto-illu {
    width: 105px;
}

.example-ttl img {
    margin: 0 5px -4px 0;
    width: 125px;
}

.example-ttl .head52 {
    margin-bottom: 30px;
}

.flex-service li {
    width: 32%;
    margin-bottom: 2%;
}

.flex-plan li:nth-of-type(2) .recommend {
    top: -23px;
}

.flex-plan li:nth-of-type(2) .discount-img {
    width: 80px;
}

}

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

}

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

#sec-problem {
    padding: 65px 0 0;
    margin-bottom: -150px;
}

.problem-ttl {
    margin-bottom: 35px;
}

.problem-list{
    justify-content: left;
}

.problem-list li {
    margin: 0 1% 2%;
    width: 31%;
}

.intro-ttl .text18 {
    text-align: left;
}

.customize-ttl .head28 {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.customize-ttl .head24 {
    text-align: center;
    margin: 0 auto 20px;
}

.customize-ttl .text15 {
    text-align: left;
}

.grid-cus {
    display: block;
}

.cus01-list{
	margin-bottom: 20px;
}

.cus-wrap:after{
	display: none;
}

.flex-example {
    display: block;
}

.flex-example li {
    width: 100%;
    margin-bottom: 20px;
}

.flex-example li:last-child {
	margin-bottom: 0;
}

.flex-function {
    margin: -20% auto 20px;
}

.flex-function-list li {
    width: 49%;
    margin-bottom: 2%;
}

#sec-reason {
    padding: 60px 0 50px;
}

.reason-ttl picture img {
    margin: 0px 5px -3px 0;
    width: 130px;
}

.flex-reason {
    display: block;
    padding: 5%;
}

.flex-reason .reason-content {
    width: 100%;
    margin-bottom: 20px;
}

.reason-list li:nth-of-type(1) .reason-img, 
.reason-list li:nth-of-type(3) .reason-img {
    margin: 0 0% -6.5% 0;
    width: 100%;
}

.reason-list li:nth-of-type(2) .reason-img {
    margin: 0 3% -10%;
    width: 100%;
}

.reason-list li:nth-of-type(4) .reason-img {
    margin-bottom: 0;
    width: 100%;
}

.reason-no,
.reason-ttl-s{
    text-align: center;
}

.reason-ttl-l {
    font-size: 2.2rem;
    text-align: center;
}

.flex-plan {
    display: block;
}

.flex-plan li .plan-wrap {
    padding: 5% 3%;
}

.flex-plan li:nth-of-type(1) {
    width: 90%;
    margin: 0 auto 40px;
}

.flex-plan li:nth-of-type(1) .plan-wrap {
    border-radius: 10px;
}

.flex-plan li:nth-of-type(2) {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.flex-plan li:nth-of-type(2) .recommend {
    top: -28px;
    max-width: 220px;
}

.flex-plan li:nth-of-type(2) .discount-img {
    width: 130px;
    bottom: 20px;
}

.flex-plan li:nth-of-type(3) {
    width: 90%;
    margin: 0 auto;
}

.flex-plan li:nth-of-type(3) .plan-wrap {
    border-radius: 10px;
}

#sec-flow {
    padding: 65px 0px 45px;
}

.flex-flow {
    display: block;
    width: 100%;
}

.flex-flow li {
	margin-bottom: 20px;
    width: 100%;
}

.flex-flow li:after {
    height: 50%;
    width: 2px;
    left: 65px;
    top: 80%;
    z-index: 01;
}

.flex-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-flow li picture {
    width: 200px;
    margin: 0 20px;
}

.flow-text-wrap{
	width: calc(100% - -100px);
}

.flow-no {
	line-height: 1;
    text-align: left;
}

.flow-text-wrap .text21 {
    text-align: left;
}

#sec-qa {
    padding: 65px 0;
}

.qa-head {
    margin-bottom: 27px;
    font-size: 2.4rem;
}

.flex-qa li {
    margin-bottom: 2%;
    width: 100%;
}

.flex-ad {
    display: block;
}

.flex-ad .ad-img {
    width: 80%;
    margin: 0 auto 20px;
}

#sec-ad .flex-btn {
    width: 100%;
    max-width: 100%;
}

}

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

#sec-problem {
    padding: 65px 0 0;
    margin-bottom: -50px;
}

.problem-list li {
    width: 48%;
}

.problem-list li div .tick {
    left: -8px;
    top: -4px;
    width: 25px;
}

.problem-list li div {
    height: 90px;
}

.problem-list li div .text18 {
    font-size: 1.3rem;
}

.problem-list li div .ft-c-blue {
    font-size: 1.6rem;
}

.intro-ttl .head42 picture {
    margin-right: 10px;
    width: 200px;
}

.intro-ttl .head42 {
    margin-bottom: 20px;
}

.intro-ttl .head52 {
    margin-bottom: 20px;
    text-align: center;
}

.intro-img {
    width: 94%;
}

.intro-img img {
    margin-bottom: -40px;
}

#sec-customize .secInr {
    padding: 16% 5% 10%;
}

.customize-ttl .head28 {
    margin-bottom: 25px;
}

.customize-ttl {
    margin-bottom: 25px;
}

.customize-ttl .head28 img {
    margin: 0 5px -7px 0;
    width: 35px;
}

.cus01-list li:nth-of-type(1):after {
    top: 70px;
}

.cus01-list li:nth-of-type(2):after {
    top: 61px;
}

.cus01-list li picture {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.cus01-content {
    width: calc(100% - 65px);
}

.cus01-content .text18 {
    font-size: 1.7rem;
}

.cus01-list {
    margin-bottom: 40px;
}

.cus02-ttl {
    margin-bottom: 15px;
}

.customize-ttl .ft-c-orange {
    font-size: 2.4rem;
}

.cus02-ttl .batch {
    width: 105px;
    right: -10px;
}

.cus02-img {
    width: 110px;
    margin-top: 7px;
}

.cus02-border {
    font-size: 1.6rem;
    margin-top: 15px;
}

.cus-sp-text{
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.cus-sp-text .text22 {	
	font-weight: 700;
    font-size: 1.6rem;
    display: block;
}

.cus-sp-text .text32 {	
	font-weight: 700;
}

#sec-howto {
    padding: 65px 0;
}

.howto-ttl .head52 {
    margin-bottom: 25px;
    font-size: 2.2rem;
}

.howto-ttl .head52 img {
    margin: 10px 0 0 0;
}

.howto-ttl .text18 {
    text-align: left;
}

.howto-border span {
    margin-right: 10px;
}

.howto-illu {
    width: 92px;
    top: -25px;
    right: 0;
}

.howto-img {
	overflow: scroll;
}

.howto-img img{
	width: 880px;
}

.howto-note{
  margin-top: 10px;
  font-size: 12px;
  color: #bcbcbc;
}

#sec-example {
    padding: 65px 0;
}

.example-ttl {
    margin-bottom: 25px;
}

.example-ttl .head52 {
    font-size: 2.4rem;
}

.example-ttl .head21 {
    margin-bottom: 15px;
}

.example-ttl .text18 {
    text-align: left;
}

.example-text-ttl {
    font-size: 2rem;
}

.flex-service {
    margin-bottom: 35px;
}

.flex-service li {
    width: 49%;
}

#sec-function {
    padding: 90px 0 60px;
}

.flex-function {
    margin: -10% auto 15px;
}

.function-img {
    width: 55%;
    display: none;
}

.function-logo {
    width: 100%;
}

.function-text .head42 {
    margin: 0px 0 20px;
    font-size: 1.4rem;
}

.function-list-wrap picture {
    height: 100px;
}

.function-list-wrap .head21 {
    margin-bottom: 5px;
}

.function-list-wrap .text15 {
    line-height: 1.7;
}

#sec-reason {
    padding: 60px 0 20px;
}

.reason-ttl.head52 {
    display: block;
    margin-bottom: 25px;
}

.reason-ttl picture{
  display: inline-block;
}

.flex-reason {
    padding: 8% 5% 0;
}

.flex-reason .reason-content {
    margin-bottom: 15px;
}

.reason-ttl-l {
    font-size: 2rem;
}

#sec-plan {
    padding: 65px 0 65px;
}

.plan-intro .head36 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.plan-intro {
    margin-bottom: 30px;
}

.plan-intro .text15{
  text-align: left;
}

.flex-plan li .plan-wrap {
    padding: 5% 5%;
}

.plan-wrap .text15 {
    text-align: left;
}

.flex-plan li:nth-of-type(2) .discount-img {
    width: 105px;
    bottom: -17px;
}

.flow-ttl .head36 {
    font-size: 2.4rem;
    margin-bottom: 15px;
}

#sec-ad .ad-head {
    margin-bottom: 30px;
    font-size: 2.2rem;
}

#sec-ad .ad-head .head21{
	margin-top: 10px;
}

#sec-ad .flex-btn {
    display: block;
}

#sec-ad .flex-btn div {
    width: 100%;
}

#sec-ad .btn-blue{
	margin-bottom: 15px;
}

.flex-ad .ad-img {
    width: 100%;
    margin: 0 auto 50px;
}

}