@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,500;1,600&display=swap');

/* TOP */
.p-index__mv figure{
  margin-top: 40px;
  width: 400px;
}

/* アプリについて */
.app_about{
  background: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 18px -6px #777777;
}

.app_about h2{
  background: #0078C6;
  background-image: url(../../../assets/img/20220428/h2_bg.jpg);
  background-position: right -1px top;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  padding: 20px 45px 20px 45px;
  position: relative;
  font-weight: bold;
}


.app_about h3{
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.app_about .txt_wp{
  display: flex;
}

.app_about_inr{
  max-width: 1080px;
  margin: 50px auto;
  padding-bottom: 50px;
}

.app_about_inr h4{
  font-size: 23px;
  line-height: 1.8;
}

.app_about_inr p{
  margin: 1em 0 0.5em;
  line-height: 1.8;
  font-size: 16px;
}

.app_about .txt_wp figure{
  width: 350px;
  margin:0 40px;
}

.app_about .txt_wp .txt_box{
  flex: 1;
  margin-top: 0.2em;
}

/*  */
.cp_bk_blue{
    margin-top: 70px;
    background: #0078c7;
    padding: 70px 0 70px;
}

.cp_bk_blue_inr{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.cp_bk_blue_inr .u-m-l-auto{
  max-width: 100%;
}

.cp_bk_blue_inr div:nth-child(1){
  flex: 1;
  margin-right: 50px;
}

.cp_bk_blue_inr div:nth-child(2){
  width: 310px;
}

.cp_bk_blue_inr div:nth-child(2) figure{
  margin-bottom: 30px;
}

.cp_bk_blue p{
  color: #fff;
  letter-spacing: -0.025em;
}

.cp_bk_blue .c-title,
.cp_bk_blue .c-title span{
  color: #fff;
}

.cp_bk_blue .c-title{
  margin-bottom: 50px;
}

/* セキュリティ */
.security_sec_inr{
    max-width: 850px;
    display: flex;
    margin: 55px auto 95px;
    align-items: flex-end;
}

.security_sec_inr div:nth-child(1){
    width: 250px;
    font-size: 12px;
    letter-spacing: -0.02em;
    margin-right: 40px;
    font-weight: 500;
    color: #000;
}

.security_sec_inr div:nth-child(1) figure img{
    width: 100%;
    margin-bottom: 10px;
}

.security_sec_inr div:nth-child(2) h2{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #000;
}

.security_sec_inr div:nth-child(2) p{
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

/*  */
.app_about_wp{
  padding: 75px 0 80px;
  margin-top: 30px;
}

.features_sec{
  padding: 90px 0 50px;
}

.features_sec .c-title--top{
  margin-bottom: 130px;
}

.merit_wp{
  margin: 80px 0;
}



.features_sec ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features_sec ul li{
  background: #fff;
  width: 47%;
  padding: 50px 30px 40px 60px;
  margin-bottom: 85px;
  position: relative;
  box-shadow: 0px 0px 18px -6px #777777;
  border-radius: 10px;
}

.features_sec ul li span.num{
  position: absolute;
  top: -45px;
  left: -50px;
  width: 120px;
}

.features_sec ul li h2{
  position: relative;
  font-size: 31px;
  color: #0078c7;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.features_sec ul li h2 span{
  position: absolute;
  right: 0;
}

.features_sec ul li:nth-child(1) h2 span{
  width: 65px;
}
.features_sec ul li:nth-child(2) h2 span{
  width: 85px;
}
.features_sec ul li:nth-child(3) h2 span{
  width: 135px;
  top: -10px;
}
.features_sec ul li:nth-child(4) h2 span{
  width: 110px;
  top: 15px;
}
.features_sec ul li:nth-child(5) h2 span{
  width: 110px;
  top: 5px;
}
.features_sec ul li:nth-child(6) h2 span{
  width: 95px;
  top:30px;
}

/*  */
.con_price_wrap{
  background: #0078C6;
  padding: 50px 0;
  margin-bottom: 40px;
}

.con_price_wrap .p-index__price__head{
  background: #CDE7FF;
  color: #000;
}

.p-index__section--8 .p-index__price__wrapper{
  background: none;
  margin: 0;
  padding-top: 0;
}

.p-index__price{
  margin: 30 auto 0;
}


.results__wp figure{
  margin: 55px 0 60px;
}




.l-content{
    border-bottom: solid 1px #000;
}

/* TOP */
.p-index__mv figure{
  margin-top: 40px;
  width: 400px;
}

.app_about h2{
  background: #0078C6;
  background-image: url(../../../assets/img/20220428/h2_bg.jpg);
  background-position: right -1px top;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  padding: 20px 45px 20px 45px;
  position: relative;
}


.app_about h3{
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #000;
}

.app_about .txt_wp{
  display: flex;
}

.app_about_inr{
  max-width: 1080px;
  margin: 50px auto;
  padding-bottom: 50px;
}

.app_about_inr h4{
  font-size: 23px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}

.app_about_inr p{
  margin: 1em 0 0.5em;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.app_about .txt_wp figure{
  width: 350px;
  margin:0 40px;
}

.app_about .txt_wp .txt_box{
  flex: 1;
  margin-top: 0.2em;
}

/*  */
.cp_bk_blue{
    background: #0078c7;
    padding: 70px 0 70px;
}

.cp_bk_blue_inr{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.cp_bk_blue_inr .u-m-l-auto{
  max-width: 100%;
}

.cp_bk_blue_inr div:nth-child(1){
  flex: 1;
  margin-right: 50px;
}

.cp_bk_blue_inr div:nth-child(2){
  width: 310px;
}

.cp_bk_blue_inr div:nth-child(2) figure{
  margin-bottom: 30px;
}

.cp_bk_blue p{
  color: #fff;
  letter-spacing: -0.025em;
}

.cp_bk_blue .c-title,
.cp_bk_blue .c-title span{
  color: #fff;
}

.cp_bk_blue .c-title{
  margin-bottom: 50px;
}

/* セキュリティ */
.security_sec_inr{
    max-width: 850px;
    display: flex;
    margin: 55px auto 95px;
    align-items: flex-end;
}

.security_sec_inr div:nth-child(1){
    width: 250px;
    font-size: 12px;
    letter-spacing: -0.02em;
    margin-right: 40px;
}

.security_sec_inr div:nth-child(1) figure img{
    width: 100%;
    margin-bottom: 10px;
}

.security_sec_inr div:nth-child(2) h2{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0.5em;
}

.security_sec_inr div:nth-child(2) p{
    font-size: 12px;
}

/*  */
.features_sec ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features_sec ul li{
  background: #fff;
  width: 47%;
  padding: 50px 30px 40px 60px;
  margin-bottom: 85px;
  position: relative;
  box-shadow: 0px 0px 18px -6px #777777;
  border-radius: 10px;
}

.features_sec ul li span.num{
  position: absolute;
  top: -45px;
  left: -50px;
  width: 120px;
}

.features_sec ul li h2{
  position: relative;
  font-size: 31px;
  color: #0078c7;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.features_sec ul li h2 span{
  position: absolute;
  right: 0;
}

.features_sec ul li:nth-child(1) h2 span{
  width: 65px;
}
.features_sec ul li:nth-child(2) h2 span{
  width: 85px;
}
.features_sec ul li:nth-child(3) h2 span{
  width: 135px;
  top: -10px;
}
.features_sec ul li:nth-child(4) h2 span{
  width: 110px;
  top: 15px;
}
.features_sec ul li:nth-child(5) h2 span{
  width: 110px;
  top: 5px;
}
.features_sec ul li:nth-child(6) h2 span{
  width: 95px;
  top:30px;
}

/*  */
.con_price_wrap{
  background: #0078C6;
  padding: 50px 0;
}

.con_price_wrap .p-index__price__head{
  background: #CDE7FF;
  color: #000;
}

.p-index__section--8 .p-index__price__wrapper{
  background: none;
  margin: 0;
  padding-top: 0;
}

.results__wp figure{
  margin: 55px 0 60px;
}

.reasons_wp.p-index__section:before{
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 0;
  content: "";
  background: #F7F7F7;
  height: 65vmin;
}

.sp{
  display: none;
}
.pc{
  display: block;
}

.p-index__price__item:first-child:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../../assets/img/20220428/cross.svg);
}

.cp_bk_blue_inr .c-button--priority--low--white span:after{
  color: #fff;
}

ul.award{
  width: 538px;
  display: flex;
  justify-content: left;
  margin-top: 30px;
}

ul.award li{
  width: 195px;
  background-image: url(../../../assets/img/20220428/award_bg.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin-right: 0;
  padding: 4% 0;
  display: flex;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ul.award li.badge{
  width: 120px;
  background: none;
  margin-right: 0;
}

ul.award li h3{
  font-size: 16px;
  font-weight: bold;
}

ul.award li p{
  font-size: 26px;
  color: #0078C6;
  font-weight: bold;
}
ul.award li p span{
  font-weight: bold;
  font-size: 14px;
}


.results__wp .c-row > div{
  position: relative;
}

.results__wp .c-row .results_txtbox{
  position: absolute;
  bottom: 1em;
  width: 100%;
  padding: 0 5%;
  font-size: 12px;
  font-weight: 500;
  color: #7D7D7D;
  box-sizing: border-box;
}

.results__wp .c-row .results_txtbox p{
  margin-top: 0;
}

.results__wp .c-col-4{
  border: solid 1px #BCBCBC;
  width: 32%;
  flex: 0 0 32%;
  max-width: 32%;
  text-align: center;
}

.results__wp .c-row{
  justify-content: space-between;
}


.results__wp .c-col-pr-12:nth-child(2){
  text-align: left;
}

.results__wp .c-col-pr-12:nth-child(3) h2{
  color: #000;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.results__wp .c-col-pr-12:nth-child(3) h2 span{
  width: 34px;
  display: inline-block;
  margin-right: 10px;
}

.results__wp .c-col-pr-12:nth-child(3) h3{
  color: #0078C6;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.results__wp .c-col-pr-12:nth-child(3) h3 span{
  font-family: 'Montserrat', sans-serif;
}

.results__wp .c-col-pr-12:nth-child(3) h3 span span{
  font-weight: 300;
}



@media screen and (min-width: 1361px){
  .results__wp .c-col-pr-12:nth-child(3) h2{
    font-size: 19px;
    margin: 35px 0 20px;
  }

  .results__wp .c-col-pr-12:nth-child(3) h3{
    font-size: 25px;
  }

  .results__wp .c-col-pr-12:nth-child(3) h3 span{
    font-size: 60px;
  }

  .results__wp .c-col-pr-12:nth-child(3) figure{
    width: 140px;
    margin: 0 auto 20px;
  }  
}

@media screen and (max-width: 1360px){
  .results__wp .c-col-pr-12:nth-child(3) h2{
    font-size: 1.3vw;
    margin: 2.6vw 0 2.4vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h2 span{
    width: 2.2vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h3{
    font-size: 1.6vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h3 span{
    font-size: 4vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) figure{
    width: 10vw;
    margin: 0 auto 1vw;
  }  
}

@media screen and (max-width: 1280px){
  .app_about h3{
    font-size: 26px;
  }

  .cp_bk_blue_inr,
  .app_about_inr{
    padding-right: 40px;
    padding-left: 40px;
  }

  .features_sec ul li h2{
    font-size: 2.2vw;
  }

  .features_sec ul li span.num {
      top: -25px;
      left: -30px;
      width: 90px;
  }

  .features_sec ul li:nth-child(1) h2 span{
    width: 55px;
  }
  .features_sec ul li:nth-child(2) h2 span{
    width: 75px;
  }
  .features_sec ul li:nth-child(3) h2 span{
    width: 125px;
    top: -2vw;
  }
  .features_sec ul li:nth-child(4) h2 span{
    width: 100px;
    top: 0;
  }
  .features_sec ul li:nth-child(5) h2 span{
    width: 100px;
    top: 0.2vw;
  }
  .features_sec ul li:nth-child(6) h2 span{
    width: 85px;
    top:2vw;
  }
  
  br.br{
    display: none;
  }

  .results__wp .c-row .results_txtbox{
    font-size: 0.8vw;
  }
}


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

  .features_sec ul li h2{
    font-size: 26px;
  }

  .features_sec ul{
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .features_sec ul li{
    width: 100%;
  }

  .features_sec ul li span.num {
      top: -50px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: 90px;
  }

  .cp_bk_blue_inr,
  .app_about_inr{
    padding-right: 3%;
    padding-left: 3%;
  }

  ul.award li{
    width: 32%;
  }
}


@media screen and (max-width: 900px){
  .merit_wp{
    margin: 30px 0;
  }

  .cp_bk_blue_inr{
    display: block;
  }

  .p-index__mv figure {
      margin: 20px auto 0;
  }

  ul.award{
    margin: 20px auto 0;
    justify-content: center;
  }

  .cp_bk_blue_inr div:nth-child(1){
    margin-right: 0;
  }

  .security_sec_inr{
    display: block;
    width: 94%;
    margin: 25px auto 30px;
  }

  .security_sec_inr div:nth-child(1){
    margin: 0 auto 20px;
  }

  .cp_bk_blue_inr div:nth-child(2){
      margin-top: 40px;
      margin-right: 0;
      margin-left: auto;
  }

  .app_about .txt_wp figure{
    margin: 0 auto;
  }

  .features_sec ul li{
    padding: 50px 30px 60px;
  }

  .app_about .txt_wp{
    display: block;
  }

  .features_sec ul {
      width: 100%;
  }

  .app_about h2{
    font-size: 15px;
    padding: 10px 25px 10px 25px;
  }

  .cp_bk_blue_inr, .app_about_inr{
    padding-right: 5%;
    padding-left: 5%;
  }
  
  .app_about h3{
    font-size: 14px;
  }

  .app_about_inr{
    margin: 20px auto;
  }

  .cp_bk_blue{
    margin-top: 40px;
    padding: 45px 0 50px;
  }

  .cp_bk_blue .c-title--top span:first-of-type:after{
    background-color: #fff;
  }

  .cp_bk_blue figure{
    max-width: 340px;
    margin: 0 auto 30px;
  }

  .cp_bk_blue .c-title{
    margin-bottom: 10px;
  }

  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}


@media screen and (max-width: 768px){
  .features_sec ul{
    margin-top: 60px;
  }

  .app_about_wp{
    padding: 40px 0 45px;
    margin-top: 0;
  }

  .features_sec{
    padding: 30px 0 5px;
  }


  .features_sec .c-title--top {
    margin-bottom: 55px;
  }

  .features_sec ul li span.num{
    width: 80px;
  }

  .features_sec ul li:nth-child(6){
    margin-bottom: 0px;
  }

  .p-index__price__item:first-child:after {
      width: 18px;
      height: 18px;
      right: -35px;
  }

  .l-content {
      border-bottom: none;
  }
  .results__wp .c-row .results_txtbox{
    font-size: 0.3vw;
  }

  .results__wp .c-row{
    display: block;
  }

  .results__wp .c-row .c-col-pr-12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .results__wp .u-mb-pr-20{
    margin-bottom: 20px!important;
  }

  .results__wp .c-row .results_txtbox {
    font-size: 3vw;
  }

  .results__wp .c-col-pr-12:nth-child(3){
    padding: 8vw 0 4vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h2{
    font-size: 4.2vw;
    margin: 0 0 5vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h2 span{
    width: 8vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h3{
    font-size: 6.5vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) h3 span{
    font-size: 13vw;
  }

  .results__wp .c-col-pr-12:nth-child(3) figure{
    width: 38vw;
    margin: 0 auto 4vw;
  }  

}

@media screen and (max-width: 540px){
  .c-title--top{
    font-size: 5.5vw;
  }

  .cp_bk_blue_inr div:nth-child(2){
    margin-right: auto;
  }

  .app_about .txt_wp figure{
    width: 100%;
  }

  .app_about_inr{
    padding: 0 5% 10%;
  }

  .features_sec ul li h2 {
    font-size: 4.5vw;
  }

  .p-index__mv figure{
    width: 70%;
  }

  ul.award{
    width: 94%;
    margin-top: 10px;
  }

  ul.award li{
    width: 36%;
    margin-right: 2%;
  }

  ul.award li.badge{
    width: 20%;
    padding-top: 3vw;
  }

  ul.award li h3 {
      font-size: 3vw;
  }

  ul.award li p{
    font-size: 4.5vw;
  }

  ul.award li p span{
    font-size: 2.8vw;
  }
  

  .p-index__mv {
    padding: 6.66666vw 0 7vw;
  }

  .p-index__mv__text {
      margin-bottom: 3.4vw;
  }
  .features_sec ul li:nth-child(1) h2 span{
    width: 12vw;
    top: -4vw;
  }
  .features_sec ul li:nth-child(2) h2 span{
    width: 15vw;
  }
  .features_sec ul li:nth-child(3) h2 span{
    width: 22vw;
    top: -2vw;
  }
  .features_sec ul li:nth-child(4) h2 span{
    width: 18vw;
    top: 0.3vw;
  }
  .features_sec ul li:nth-child(5) h2 span{
    width: 18vw;
    top: 0.2vw;
  }
  .features_sec ul li:nth-child(6) h2 span{
    width: 17vw;
    top:2vw;
  }

  .features_sec ul li p{
    font-size: 3.4vw;
  }

  .app_about_inr p{
    font-size: 3.4vw;
  }

  .app_about_inr h4{
    font-size: 3.6vw;
  }

  .results__wp figure{
    margin: 30px 0 20px;
  }

  .p-index__price__wrapper .l-inner{
    background: #0078C6;
    padding-bottom: 40px;
    width: 92%;
  }

  .p-index__price__wrapper .u-m-pr-auto{
    color: #fff;
  }

  .p-index__price__wrapper .c-button--priority--low span:after{
    color: #fff;
  }

  .con_price_wrap{
    margin-bottom: 0;
  }

  .p-index__price__wrapper .c-button--priority--low:after,.p-index__price__wrapper .c-button--priority--low:before{
    background-color: #fff;
  }
  
  .p-index__mv__title span{
    font-size: 10vw;
  }

  .p-index__mv__title{
    margin-bottom: 2vw;
  }
  
  .p-index__mv__text{
    margin-bottom: 0;
  }

  .p-index__price {
      margin: 25px auto 0;
  }

  .p-index__section--8 .p-index__price__wrapper{
    margin-bottom: 0;
  }

  .cp_bk_blue figure {
    max-width: 70%;
  }

  .features_sec ul li {
      padding: 50px 5% 30px;
  }

  .p-index__mv__block {
    margin-bottom: 3vw;
  }

  .p-index__price__wrapper{
    width: 92%;
    margin: 0 auto;
  }

  .p-index__price__wrapper .l-inner{
    width: 100%;
  }

}

@media (max-width: 900px){
  .p-index__mv {
    background-position: left bottom -40vw;
  }  
}

@media only screen and (min-width:901px) and (max-width: 1100px){
  .p-index__mv{
    background-position: right -420px top!important;
  }
  
}

@media only screen and (min-width:1280px) and (max-width: 1360px){
  .p-index__mv{
    background-position: right -230px top!important;
  }
}

@media only screen and (min-width:1261px) and (max-width: 1600px) {
  .p-index__mv{
    background-position: right -150px top!important;
  }
}

.hojo_03{
  display: block;
}

.hojo_03 .p-lp__table th{
  text-align: center;
}
.hojo_03 .p-lp__table th,
.hojo_03 .p-lp__table td{
  min-width: auto;
  padding: 10px 20px;
  min-width: 100%;
}

.hojo_03 > div{
  max-width: 100%;
  width: 100%;
}

.p-lp__schedule{
  max-width: 550px;
}

h2.tit_schedule{
  font-size: 22px;
  max-width: 550px;
  margin: 0 auto 1em;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  h2.tit_schedule{
    font-size: 17px;
  }

  .hojo_03 > div table{
    width: 800px;
  }
}





.l-inner{
  max-width: 1240px;
}
.l-inner--narrow--v {
  max-width: 960px;
}
.success_come{
  text-align: center;
  font-weight: bold;
}

.success_come h2{
  font-size: 43px;
  color: #0078C5;
  margin-bottom: 20px;
}

.success_come h3{
  font-size: 29px;
  margin-bottom: 15px;
}

.success_come p{
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 30px;
}

.success_tit{
  display: flex;
  align-items: center;
}

.success_wrap h3{
  margin-left: 1em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}

.success_wrap .p-features__label{
  margin-bottom: 0;
  padding: 0 0.75em 0 1em;
  font-size: 1.3rem;
}

.success_wrap .c-info__card__button{
  position: static;
}

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

.success_wrap .success_con{
  max-width: 48%;
  box-shadow: 0px 0px 18px -6px #777777;
  margin-bottom: 40px;
  padding: 40px 0;
  background: #fff;
  border-radius: 15px;
}

.success_wrap .c-button:after{
  position: static;
}

.success_inr{
  max-width: 84%;
  margin: 0 auto;
}

.success_p_r{
  text-align:right;
}

.success_p_r a{
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  pointer-events: none;
}

/* .success_p_r a:hover{
  text-decoration: underline;
} */

.success_btn{
  text-align:right;
  display: block;
  margin: 1em 0;
  font-weight: bold;
}

.success_btn:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #0078C8;
  font-size: 1.5rem;
  right: 0;
  margin-left: 15px;
}

.success_con .c-title--icon{
  margin-bottom: 0;
  color: #0078C5;
  margin: 20px 0 15px;
  padding-left: 55px;
}

.success_con .c-title--icon:before{
  width: 35px;
  height: 50px;
}

.success_con:nth-child(1) .c-title--icon:before {
  background-image: url(../img/success/icon02.svg);
}
      
.success_con:nth-child(2) .c-title--icon:before {
  background-image: url(../img/success/icon03.svg);
  top: -3px;
  width: 32px;
}
      
.success_con:nth-child(3) .c-title--icon:before {
  background-image: url(../img/success/icon04.svg);
}
      
.success_con:nth-child(4) .c-title--icon:before {
  background-image: url(../img/success/icon05.svg);
}
      
.success_con:nth-child(5) .c-title--icon:before {
  background-image: url(../img/success/icon01.svg);
}
      
.success_con:nth-child(6) .c-title--icon:before {
  background-image: url(../img/success/icon06.svg);
}

.sp{
  display: none;
}

@media screen and (min-width: 1025px){
  .height_p{
    min-height: 8em;
  }
}

@media screen and (max-width: 1024px){
  .success_wrap .success_con{
      max-width: 100%;
  }

  .sp{
    display: block;
  }
}

@media screen and (max-width: 900px){
  .success_come h2{
      line-height: 1.6;
      margin-bottom: 10px;
  }

  .success_come h3{
      font-size: 5vw;
      line-height: 1.6;
  }

  .success_come p{
      text-align: left;
      font-size: 3.6vw;
  }

}


@media screen and (max-width: 768px){
  .success_come h2{
      font-size: 40px;
      margin-bottom: 10px;
  }

  .success_come h3{
      font-size: 25px;
  }

  .success_come p{
      font-size: 22px;
  }

  .success_wrap h3{
      font-size: 1.5rem;
      margin-left: 2em;
  }

  .success_wrap .p-features__label {
      padding: 0.8em 0.75em 0.8em 1em;
  }

  .success_inr{
      text-align: right;
      max-width: 86%;
  }

  .success_con .c-title--icon{
      text-align: left;
  }

              
  .success_inr p{
      display: inline-block;
      text-align: left;
  }

  .success_con .c-title--icon:before {
      width: 40px;
      height: 40px;
      top: 0px;
  }

  .success_con:nth-child(2) .c-title--icon:before,
  .success_con:nth-child(5) .c-title--icon:before,
  .success_con:nth-child(6) .c-title--icon:before{
      width: 25px;
  }

  .success_con:nth-child(2) .c-title--icon,
  .success_con:nth-child(5) .c-title--icon,
  .success_con:nth-child(6) .c-title--icon{
      padding-left: 43px;
  }

/* 
  .success_p_r a,
  .success_p_r p{
      font-size: 1.4rem;
  } */
}


@media screen and (max-width: 540px){
  .success_come h2{
      font-size: 7.4vw;
      margin-bottom: 10px;
  }

  .success_come h3{
      font-size: 5vw;
  }

  .success_come p{
      font-size: 3.2vw;
  }
  
  .success_p_r{
      display: inline-block;
      text-align: left;
  }
}


.c-button-orange{
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7957),to(#fd672f))!important;
  background: -o-linear-gradient(top,#ff7957 0%,#fd672f 100%)!important;
  background: linear-gradient(to bottom,#ff7957 0%,#fd672f 100%)!important;
  color: #fff!important;
  border: none!important;
}

.c-button-orange:before {
  background: -webkit-gradient(linear,left top,left bottom,from(#FE713A),to(#FE5312))!important;
  background: -o-linear-gradient(top,#FE713A 0%,#FE5312 100%)!important;
  background: linear-gradient(to bottom,#FE713A 0%,#FE5312 100%)!important;
}


/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#fff;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#000;
}



.modaal-video-wrap{
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.modaal-video-container{
    height: 500px;
}

.modaal-video-container iframe{
width: 100%;
height:100%;
display: block;
margin: auto;
}

.ytp-impression-link-content{
    display: none;
}

.movie_frame{
  position: relative;
  display: block;
}

.movie_frame p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.movie_frame p img{
  width: 80px;
}

.movie_frame .movie_sp{
  display: none;
}

.movie_wp{
  padding-bottom: 0!important;
}

@media screen and (max-width: 970px) {
  .modaal-video-wrap{
    margin: 0 5%;
  }

  .movie_frame .movie_pc{
    display: none;
  }

  .movie_frame .movie_sp{
    display: block;
  }
}


@media screen and (max-width: 540px) {
  .p-index__mv__button__wrapper {
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .p-index__mv__button__wrapper a:nth-child(1){
    margin-bottom: 3.2vw!important;
  }

  .modaal-video-container{
    height: 265px;
}
}
