@charset "UTF-8";

/*    20230222  add   */
.l-header__side{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 60px;
}


.l-header__sns img{
   width:28px;
}

.l-header__nav {
    margin-left: 20px;
}

/*    20230222  add end   */

/*    20230329  add   */
.l-contact__height{
    height: auto;
 }

@media (min-width: 575px) {
    .l-contact__height{
        height: 30vh;
     }
}


.c-text__thanks{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 510px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-left: 40px;
}

.c-text__thanks-left{
width: 16px;
}

.c-text__thanks-right{
    width: calc( 100% - 16px);
    text-align: justify;
}

.c-form__coution{
    padding-left: 0;
    font-size: 12px;
    margin-top:-20px;
}

@media (min-width: 575px) {
    .c-form__coution{
        padding-left: 20px;
        font-size: 14px;
    }
}

/*    20230329  add end   */


/*    2020424  add   */

/*  index   */
sup{
    font-size: 20%;
    top: -3em;
}
.p-home__info__scroll{
    height: 200px;
    overflow-y: scroll;
}

.p-home__info__scroll::-webkit-scrollbar{
    width: 5px;

 }
 .p-home__info__scroll::-webkit-scrollbar-track{
    background-color: #e6e6e6;
    border-radius: 3px;
 }
 .p-home__info__scroll::-webkit-scrollbar-thumb{
    background-color: #b3b3b3;
    border-radius: 3px;
 }
 

.p-home__flex__info .p-home__flex__info__innner .p-home__flex__info__text {
    padding-right: 15px;
}

.p-home__title_pro.use{
    letter-spacing: 3px;
}

.p-home__bg-image1 .p-home__flex__fv__innner2 {
    margin-right:0;
}
/*
@media (min-width: 575px) {
.p-home__bg-image1 .p-home__flex__fv {
    max-width: 1780px;
}

.p-home__bg-image1 .p-home__flex__fv__innner2 {
    width: 30%;
    margin-top: 0;
    margin-right:10%;
    margin-bottom: 0;
}

}
*/

.p-home__block__top .p-home__top__image {
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    text-align: center;
}

@media (min-width: 575px) {
    .p-home__block__top .p-home__top__image {
        margin-right: 10px;
        margin-left: 0;
        width: 35%;
    }
}

@media (min-width: 575px) {
.p-home__bg__lightblue2{
    padding: 90px 0 30px;
}
}

.p-home__block__top .p-home__top__text{
    text-align: center;
}

@media (min-width: 575px) {
    .p-home__block__top .p-home__top__text{
        text-align: left;
    }
}

.p-home__title_pro.product{
    text-align: center;
}
@media (min-width: 575px) {
    .p-home__title_pro.product{
        text-align: left;
    }
}

.slide-items{
   padding-top: 45px;
}

.slick-prev:before,
.slick-next:before {
  color: #ababab;
}

.slick-dots li button:before{
    color: #ababab !important;
    font-size: 16px !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #326698 !important;
}

.slick-prev:before{
    border-bottom: solid 1px #ababab;
  border-left: solid 1px #ababab;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  display: inline-block;
    }
    .slick-next:before{
        border-top: solid 1px #ababab;
        border-right: solid 1px #ababab;
        width: 24px;
        height: 24px;
        transform: rotate(45deg);
        display: inline-block;
    }


    .slick-prev:before, .slick-next:before{
content: '　'!important;
        color: #ababab !important;
    }

    .slick-prev {
        top: auto !important;
        left: 80px !important;
        bottom: -30px !important;
        z-index: 555;
    }

    .slick-next{
        top: auto !important;
        right: 80px !important;
        bottom: -30px !important;
        z-index: 555;
    }

@media (min-width: 575px){
    .slick-prev {
        top: 50% !important;
        left: -25px !important;
        bottom: auto !important;
    }

    .slick-next {
        top: 50% !important;
        right: -25px !important;
        bottom: auto !important;
    }
}

@media (min-width: 575px){
    .p-home__block__top{
    height: 380px;
    }
    }

@media (min-width: 575px){
    .p-home__top__image{
text-align: center;
margin-right:10px;
    }
.p-home__top__image.trial-set img{
  max-width: 350px;
  margin: 0 auto;
}
}

.p-home__block__top.veil-set{
    padding-top: 35px;
    }

@media (min-width: 575px){
.p-home_botton__buy{
    margin-right: 10px;
    margin-left: 10px;
}
}

.p-home__block__top {
    justify-content: center;
}


.p-home__title_trial{
    width: 80%;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
 font-size: 16.8px;
 line-height: 35px;
 border-radius: 25px;
 background-color: #9fbbdc;
 color: #ffffff;   
 text-align: center;
 font-weight: normal;
}


@media (min-width: 575px){
.p-home__title_trial{
    width: 252px;
}
}


@media (min-width: 575px){
.p-home__block__top{
margin-top: 20px;
}
}

.p-home__top__buy{
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.p-home__top__buy.veil-set{
    padding-top: 0;
  }

@media (min-width: 575px){
    .p-home__top__buy{
        flex-direction: row;
      }


  .p-home__top__buy.veil-set{
    padding-top: 30px;
  }
}

.p-home__top__buy .p-product__botton__buy {
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 575px){
    .p-home__top__buy .p-product__botton__buy{
        width: 400px;
        margin-top: 30px;
        margin-right: 10px;
        margin-left: 10px;
      }
}


.m-center{
margin-right: auto;
margin-left: auto;
}

/*  concept   */
.p-concept__block__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-top: 45px;
    margin-right: auto;
    padding: 50px 20px;
    border: 1px solid #326698;
    background-color: #FFF;
}
@media (min-width: 575px) {
.p-concept__block__text {
    flex-direction: row;
    max-width: 1060px;
    padding: 50px;
    margin-right: auto;
}
}

.p-concept__photo_text{
margin-top: -10px;
margin-bottom: 20px;
}

@media (min-width: 575px) {
    .p-concept__photo_text{
        margin-top: 0;
        margin-bottom: 0;
        }
}



/*  technology   */

.p-technology__text__tiny-ss{
    margin-top:30px;
  text-align: right;
  font-size: 10px;
}


@media (min-width: 575px) {
    .p-technology__text__tiny-ss{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
        margin-top:60px;
      text-align: right;
      font-size: 10px;
    }
}

/*  product  */

.p-product__block{
margin-bottom: 60px;
}

.p-product__text__price_box{
    display: flex;
   /* flex-direction: column;  */
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
@media (min-width: 575px) {
    .p-product__text__price_box{
    flex-direction: row;
    justify-content: space-between;
    margin-top:30px;
    }
}

.p-product__text__price{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    }

@media (min-width: 575px) {
.p-product__text__price{
font-size: 18px;
font-weight: 500;
text-align: left;
}
}

.p-product__text__price_b{
    font-size: 18px;
    }

@media (min-width: 575px) {
.p-product__text__price_b{
    font-size: 24px;
    }
}

.p-product__text__price_s{
    font-size: 12px;
}
@media (min-width: 575px) {
    .p-product__text__price_s{
        font-size: 18px;
   }
}



.u-mt-middle2-p {
    margin-top: 10px;
  }
  @media (min-width: 575px) {
    .u-mt-middle2-p {
      margin-top: 45px;
    }
  }
  

.p-product__text__souryu{
    width: 80px;
    height: 30px;
    margin-left:5px;
    padding: 3px 0 5px;
    background-color: #9fbbdc;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 575px) {
.p-product__text__souryu{
    width: 150px;
    height: 50px;
    margin-left:0;
    padding: 10px 20px;
    font-size: 18px;

}
}

.p-product__text__usepoint{  
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
}

.p-product__text__use_n{
width: 18px;
padding-top:4px;
}

.p-product__text__use{
    width: calc(100% - 18px);
}


.p-product__botton__buy{
   width: 100%;
   margin-top: 20px;
   padding: 10px 0;
   background-color: #326698;
   border-radius: 3px;
   color: #ffffff;
   font-size: 14px;   
   text-align: center;
}

@media (min-width: 575px) {
    .p-product__botton__buy{
        font-size: 24px;   
    }
}

.p-product__botton__buy_text{
    display: inline-block;
    margin-top: 20px;
   margin-bottom: 30px;
   border-bottom: 1px solid #326698;
   font-size: 12px;
}

@media (min-width: 575px) {
.p-product__botton__buy_text{
    margin-top: 20px;
   margin-bottom: 30px;
   border-bottom: 1px solid #326698;
   font-size: 14px;
}
}


/*ベース*/
.p-product__toggle {
	display: none;
}
.p-product__label {
   position:relative;
	padding: 1em;
	display: block;
border-top:1px solid #326698;
border-bottom:1px solid #326698;
text-align: center;
}

.p-product__label::before{		/*タイトル横の矢印*/
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #326698;
    width:20px;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}


.p-product__label::after{		/*タイトル横の矢印*/
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #326698;
    width:20px;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-product__toggle:checked + .p-product__label::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .p-product__label_tri_bf, .p-product__label_tri_af{
    position:relative;
    transition: all 0.4s;
  }
  .p-product__label_tri_bf:before{
    position: absolute;
  content: "▼";
  display: block;
  transition: all 0.4s;
  top: 0;
  right:10px;
  }

  .p-product__label_tri_af:before{
    position: absolute;
  content: "▼";
  display: block;
  transition: all 0.4s;
  top: 0;
  left:10px;
  }

.p-product__label_tri_bf.open:before, .p-product__label_tri_af.open:before{
    transform:rotate(180deg);
    color:#9fbbdc;
  }


.p-product__label,
.p-product__content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.p-product__content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.p-product__toggle:checked + .p-product__label + .p-product__content {	/*開閉時*/
	height: auto;
	padding: 60px 0 0;
	transition: all .3s;
}


.p-product__toggle2 {
	display: none;
}
.p-product__label2 {
   position:relative;
	padding: 1em;
	display: block;
border-top:1px solid #326698;
border-bottom:1px solid #326698;
text-align: center;
}

.p-product__label2::before{		/*タイトル横の矢印*/
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #326698;
    width:20px;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}


.p-product__label2::after{		/*タイトル横の矢印*/
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #326698;
    width:20px;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-product__toggle2:checked + .p-product__label2::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .p-product__label_tri_bf2, .p-product__label_tri_af2{
    position:relative;
    transition: all 0.4s;
  }
  .p-product__label_tri_bf2:before{
    position: absolute;
  content: "▼";
  display: block;
  transition: all 0.4s;
  top: 0;
  right:10px;
  }

  .p-product__label_tri_af2:before{
    position: absolute;
  content: "▼";
  display: block;
  transition: all 0.4s;
  top: 0;
  left:10px;
  }

.p-product__label_tri_bf2.open:before, .p-product__label_tri_af2.open:before{
    transform:rotate(180deg);
    color:#9fbbdc;
  }




.p-product__label2,
.p-product__content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.p-product__content2 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.p-product__toggle2:checked + .p-product__label2 + .p-product__content2 {	/*開閉時*/
	height: auto;
	padding: 60px 0  ;
	transition: all .3s;
}


.p-product__label_text, .p-product__label_text2{
    position:relative;
    transition: all 0.4s;
    text-align:center;
}

.p-product__label_text:before, .p-product__label_text2:before{
    content: 'セット内容を見る';
}

.p-product__label_text.open:before, .p-product__label_text2.open:before{
    content: 'セット内容を閉じる';
    color:#9fbbdc;
}

@media (min-width: 575px){
    .p-product__bg__lightblue {
        padding: 90px 40px;
    }

}


.p-product__title_trial{
    width: 80%;
    height: 50px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    font-size: 18px;
 line-height: 50px;
 border-radius: 25px;
 background-color: #9fbbdc;
 color: #ffffff;   
 text-align: center;
 font-weight: normal;
}
@media (min-width: 575px){
.p-product__title_trial{
    width: 340px;
    font-size: 24px;
}
}

.c-button__accent{
    padding: 14px 0 14px;
}


/*    20230424  add end   */