@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}

body{
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

a{
  text-decoration: none;
  color: #000;
}

img{
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

li{
  list-style: none;
}

/* HEADER */

.header{
  margin: 0 auto;
  max-width: 1920px;
}

.site-title{
    width: 211px;
    margin: 5px auto 10px 20px;
}

.site-title a img{
  width: 100%;
  height: 100%;
}

/* MV */

.mv{
  margin: 0 auto;
  max-width: 1920px;
}

.mv-sp{
  display: none;
}

/* LINK-TOP */

.link-top{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  transform: translateY(-1px);
  margin-bottom: -1px;
  background-image: url(../img/link-top-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.link-top-sp-only{
  display: none;
}

.link-top__title{
  max-width: 447px;
}

.link-top__btn{
  max-width: 514px;
}

.link-top__btn-sp{
  display: none;
}

/* TELEPHONE */

.telephone{
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}

.telephone__inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.telephone__text{
  display: flex;
  align-items: center;
  gap: 15px;
}

.telephone__consult{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.telephone__time{
  margin-top: 8px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.telephone__right{
  display: flex;
  align-items: center;
  gap: 8px;
}

.telephone__img{
  width: 68px;
}

.telephone__number{
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.telephone__btn{
  width: 364px;
  height: 96px;
  position: relative;
}

.telephone__btn__text{
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.telephone-sp{
  display: none;
}

/* POINT */

.point{
  margin: 0 auto;
  max-width: 1920px;
  transform: translateY(-120px);
  position: relative;
  z-index: -1;
}

.point-sp{
  display: none;
}

/* REASON */

.reason{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(-225px);
  position: relative;
  z-index: -2;
}

.reason__img{
  width: 80%;
  margin: 0 auto;
}

.reason-sp{
  display: none;
}

/* TELEPHONE2 */

.telephone2{
  margin-top: -225px;
  background-color: #E2ECAF;
}

/* RESULT */

.result{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 50px;
}

.result__inner{
  position: relative;
}

.result__bg{
  height: 650px;
}

.result__bg img{
  width: 100%;
  height: 100%;
}

.swiper{
  width: 80%;
  max-width: 1400px !important;
  position: absolute !important;
  bottom: 70px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding-top: 50px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: #fff;
  border-radius: 20px;
}

.swiper-triangle{
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 30px;
}

/* .swiper-slide{
  max-width: 352px !important;
  width: 25% !important;
} */

.result__img{
  margin: 0 auto;
  height: 150px;
}

.result__img1{
  width: 100%;
}

.result__img2{
  width: 100%;
}

.result__img3{
  width: 100%;
}

.result__img img{
  width: 100%;
  height: 100%;
}

.result__name{
  margin-top: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.result__price-title{
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
}

.result__price{
  font-size: 2rem;
  font-weight: bold;
  color: #FF0000;
  line-height: 1.2;
}

/* ナビゲーションボタンの基本スタイル */
.swiper-button-prev,
.swiper-button-next {
  background-color: #727171; 
  color: white !important; 
  border-radius: 50%; 
  width: 45px !important;
  height: 45px !important;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.swiper-button-prev {
  left: 50px !important;
  transform: translateY(-50%); 
}

.swiper-button-next {
  right: 50px !important;
  transform: translateY(-50%); 
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important; 
  font-weight: bold !important;
}

.result-sp{
  display: none;
}


/* FLOW */

.flow{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.flow__img{
  margin: 0 auto;
  width: 80%;
}

.flow-sp{
  display: none;
}

/* TELEPHONE3 */

.telephone3{
  background-color: #E2ECAF;
}

/* TRICK */

.trick{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.trick__img{
  margin: 0 auto;
  width: 80%;
}

.trick-sp{
  display: none;
}

/* VOICE */

.voice{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.voice__img{
  margin: 0 auto;
  width: 80%;
}

.voice-sp{
  display: none;
}

/* FAQ */

.faq{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq__img{
  margin: 0 auto;
  width: 80%;
}

.faq-sp{
  display: none;
}

/* IDENTITY */

.identity{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}

.identity__img{
  margin: 0 auto;
  width: 534px;
  height: 257px;
}

/* GUIDE */

.guide{
  margin: 0 auto;
  max-width: 1920px;
  height: 170px;
}

.guide img{
  width: 100%;
  height: 100%;
}

.guide-sp{
  display: none;
}


/* CONTACT */

.contact{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact__inner{
  margin: 0 auto;
  width: 80%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 60px;
}

.form{
  margin: 0 auto;
  /* width: 63.5%; */
  width: 895px;
}

.form__item{
  margin-top: 40px;
}

.form__item-article{
  margin-top: 0;
  display: flex;
}

.form__item-goods{
  display: flex;
}

.form__item.form__item-others{
  margin: 0 0 0 auto;
  margin-top: 15px;
  width: 70%;
}

.form__item__title{
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.form__item__title-article{
  width: 30%;
}

.form__item__title-goods{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form__item .required{
  font-size: 1rem;
  font-weight: bold;
  color: #E4007F;
  line-height: 1;
  outline: 2px solid #E4007F;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.form__item .asterisk{
  font-size: 1.125rem;
  font-weight: normal;
  color: #E4007F;
  line-height: 1;
}

.form__item .form__body{
  margin-top: 8px;
}

.form__item .form__body input{
  width: 100%;
  font-size: 1.125rem;
  margin-top: 5px;
  padding: 8px;
  outline: 1px solid #727171;
}

.form__item .form__body textarea{
  width: 100%;
  font-size: 1.125rem;
  margin-top: 5px;
  padding: 8px;
  outline: 1px solid #727171;
}

.form__item .form__body input::placeholder{
  color: #727171;
}

.form__item .form__body textarea::placeholder{
  color: #727171;
}

.form__item .radio__body{
  width: 70%;
  display: flex;
  gap: 10px;
}

.form__item .checkbox__body{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #727171;
}

.form__item .form__body .article,
.form__item .form__body .goods,
.form__item .form__body .others{
  outline: none;
  width: auto;
  padding: 0;
}  

.form__item .form__body .article-label,
.form__item .form__body .goods-label,
.form__item .form__body .others-label{
  font-size: 1.125rem;
}

input[type="radio"] {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #727171;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:checked{
  border: 1.5px solid #0091DB;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #727171;
  background: #0091DB;
  content: '';
}

.form__item .form__body .article-label{
  display: flex;
  align-items: center;
  gap: 5px;
}

.form__item .form__body .article{
  margin-top: 0;
}

input[type="checkbox"] {
  position: relative;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked{
  background-color: #0091DB;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 7px;
  transform: rotate(50deg);
  width: 7px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

.form__item .form__body .goods-label{
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.form__item .others__body .others-label{
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.form__item .form__body .goods{
  margin-top: 0;
}

.form__item .others__body .others{
  margin-top: 0;
}

.form__link{
  margin-top: 40px;
  text-align: center;
  font-size: 1.125rem;
}

.form__link a{
  text-align: center;
  color: #FF0000;
}

.form__link a br{
  display: none;
}

.form__consent{
  margin-top: 40px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.submit-btn-box{
  margin-top: 40px;
  text-align: center;
}

.submit-btn{
  width: 458px;
  height: 75px;
}

/* TELEPHONE4 */

.telephone4{
  background-color: #fff;
}
 
/* PageTop */

.pagetop{
  cursor: pointer;
  position: fixed;
  z-index: 9997;
  right: 30px;
  bottom: 140px;
  width: 98px;
  height: 98px;
  transition: .5s;
  /* デフォルトは非表示 */
  opacity: 0;
}

.fixed-btn{
  display: none;
}

/* FIXED-BAR */

.fixed-bar{
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.8);
}

.fixed-bar__inner{
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.fixed-bar__up{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.fixed-bar__left{
  display: flex;
  align-items: end;
  gap: 8px;
}

.fixed-bar__img{
  width: 64px;
}

.fixed-bar__free{
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px;
}

.fixed-bar__consult{
  margin-top: 5px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.fixed-bar__right{
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.fixed-bar__down{
  margin-top: 10px;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}


/* FOOTER */

.footer{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #E2ECAF;
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer__logo{
  margin: 0 auto;
  width: 305px;
  height: 61px;
}

.footer__list{
  text-align: center;
  margin-top: 50px;
}

.footer__list li{
  font-size: 1.5rem;
}

.footer__list li:nth-of-type(2){
  margin-top: 15px;
}

.footer__list li:nth-of-type(3){
  margin-top: 20px;
}

.footer__list li:last-of-type{
  margin-top: 20px;
}

.copyright{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #325949;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  padding-top: 60px;
  padding-bottom: 15px;
  margin-bottom: 140px;
}

/*-------------------------------------------
thanks.html
-------------------------------------------*/

/* THANKS */

.thanks{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E2ECAF;
}

.thanks__title{
  margin: 0 auto;
  width: 413px;
  height: 94px;
}

.thanks__message{
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  font-size: 1.25rem;
  width: 70%;
}

.thanks__btn-box{
  margin: 0 auto;
  margin-top: 40px;
  width: 498px;
}

/* OPTIONAL */

.optional{
  margin: 0 auto;
  max-width: 1920px;
  background-color: #78893F;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.optional__title{
  text-align: center;
  font-size: 1.875rem;
  font-weight: normal;
}

.optional__title br{
  display: none;
}

.optional__text{
  margin-top: 10px;
  text-align: center;
  font-size: 1.25rem;
}

.optional__btn{
  margin: 0 auto;
  margin-top: 60px;
  width: 498px;
  height: 113px;
}

.optional__post{
  margin-top: 30px;
  text-align: center;
  font-size: 1.25rem;
}

.optional__post br.sp-only{
  display: none;
}

.footer-thanks{
  background-color: #E2ECAF;
}

.footer-copyright{
  margin-bottom: 0;
}

/*-------------------------------------------
TB
-------------------------------------------*/
@media screen and (max-width: 1170px) {
  /* CONTACT */

  .contact{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact__inner{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form__item{
    margin-top: 20px;
  }

  .form__item-article{
    margin-top: 0;
    flex-direction: column;
  }

  .form__item-goods{
    flex-direction: column;
  }

  .form__item.form__item-others{
    margin: 0 0 0 0;
    margin-top: 10px;
    width: 100%;
  }

  .form__item__title{
    font-size: 0.875rem;
    gap: 6px;
  }

  .form__item__title-article{
    width: 100%;
  }

  .form__item__title-goods{
    width: 100%;
    flex-direction: row;
  }

  .form__item .required{
    font-size: 0.75rem;
    padding-left: 6px;
    padding-right: 6px;
  }

  .form__item .asterisk{
    font-size: 0.875rem;
  }

  .form__item .form__body{
    margin-top: 5px;
  }

  .form__item .form__body input{
    font-size: 0.875rem;
  }

  .form__item .form__body textarea{
    font-size: 0.875rem;
  }

  .form__item .radio__body{
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .form__item .checkbox__body{
    width: 100%;
    flex-wrap: wrap;
    gap: 5px 25px;
    padding-bottom: 15px;
  }

  .form__item .form__body .article-label,
  .form__item .form__body .goods-label,
  .form__item .form__body .others-label{
    font-size: 0.875rem;
  }

  input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
  }

  input[type="radio"]:checked:before {
    width: 10px;
    height: 10px;
  }

  input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
  }

  input[type="checkbox"]:checked:before {
    left: 5px;
    transform: rotate(40deg);
    width: 6px;
    height: 13px;
  }

  .form__link{
    margin-top: 20px;
    font-size: 0.875rem;
  }

  .form__link a br{
    display: block;
  }

  .form__consent{
    margin-top: 20px;
    font-size: 0.75rem;
  }

  .submit-btn-box{
    margin-top: 20px;
  }

  .submit-btn{
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 1500px){

  /* TELEPHONE */

  .telephone{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .telephone__inner{
    gap: 40px;
  }

  .telephone__consult{
    font-size: 2rem;
  }

  .telephone__time{
    font-size: 1.25rem;
  }

  .telephone__number{
    font-size: 3.5rem;
  }

  .telephone__btn{
    width: 300px;
    height: 80px;
  }
  
  .telephone__btn__text{
    top: 32px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1200px){

  /* TELEPHONE */

  .telephone__inner{
    flex-direction: column;
    gap: 30px;
  }

  .telephone__consult{
    font-size: 1.5rem;
  }

  .telephone__time{
    font-size: 1.125rem;
  }

  .telephone__number{
    font-size: 3rem;
  }

  /* POINT */

  .point{
    transform: translateY(-10px);
  }
}


@media screen and (max-width: 900px){

  /* FIXED-BAR */

  .fixed-bar__free{
    font-size: 1rem;
  }

  .fixed-bar__consult{
    font-size: 2rem;
  }

  .fixed-bar__right{
    font-size: 4rem;
  }

  .fixed-bar__down{
    font-size: 1.25rem;
  }

  .copyright{
    margin-bottom: 120px;
  }
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {

  /* HEADER */

  .header{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  
  .site-title{
    margin: 0 auto;
    width: 190px;
    height: 38px;
    display: flex;
    align-items: center;
  }

  /* MV */

  .mv{
    display: none;
  }

  .mv-sp{
    display: block;
  }

  /* LINK-TOP */

  .link-top{
    padding: 15px 10px;
    flex-direction: column;
    gap: 0px;
  }

  .link-top__title{
    max-width: 268px;
  }

  .link-top__btn{
    display: none;
  }

  .link-top__btn-sp{
    display: block;
    margin-top: 15px;
    max-width: 343px;
  }

  .link-top-sp-only{
    display: flex;
  }

  /* TELEPHONE */

  .telephone{
    display: none;
  }

  .telephone-sp{
    display: block;
  }

  /* POINT */

  .point{
    display: none;
  }

  .point-sp{
    display: block;
    transform: translateY(-80px);
    z-index: -1;
    position: relative;
    margin-bottom: -80px;
  }

  /* REASON */

  .reason{
    display: none;
  }

  .reason-sp{
    display: block;
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(-120px);
    position: relative;
    z-index: -2;
  }

  .reason__img{
    width: 100%;
  }

  /* LINK-TOP-SP-ONLY */

  .link-top-sp-only1{
    margin-top: -120px;

  }

  /* RESULT */

  .result{
    display: none;
  }

  .result-sp{
    display: block;
    background-color: #fff;
    padding-top: 15px;
  }

  .result-sp__bg{
    position: relative;
    min-height: 830px;
  }

  .result-sp__heading{
    width: 262px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .result-sp__bg__img{
    width: 100%;
    height: 950px;
  }

  .result-sp__triangle{
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
  }

  .result-sp__content{
    background-color: #fff;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    width: 85%;
  }

  .result-sp__list{
    padding-top: 45px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .result-sp__list li{
    margin-top: 30px;
  }

  .result-sp__list li:first-of-type{
    margin-top: 0px;
  }

  .result-sp__img{
    margin: 0 auto;
  }

  .result-sp__img1{
    max-width: 270px;
  }

  .result-sp__img2{
    max-width: 270px;
  }

  .result-sp__img3{
    max-width: 270px;
  }

  .result-sp__title{
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }

  .result-sp__price-title{
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .result-sp__price{
    margin-top: 5px;
    font-size: 2.125rem;
    font-weight: bold;
    color: #FF0000;
    line-height: 1;
  }


  /* FLOW */

  .flow{
    display: none;
  }

  .flow-sp{
    display: block;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flow__title{
    margin: 0 auto;
    width: 187px;
  }

  .flow__1{
    margin-top: 20px;
  }

  .flow__2{
    margin-top: 20px;
  }

  /* TRICK */

  .trick{
    display: none;
  }

  .trick-sp{
    display: block;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .trick__title{
    margin: 0 auto;
    width: 250px;
  }

  .trick__1{
    margin-top: 35px;
  }

  .trick__2,.trick__3,.trick__4{
    margin-top: 20px;
  }

  /* VOICE */

  .voice{
    display: none;
  }

  .voice-sp{
    display: block;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .voice__title{
    margin: 0 auto;
    width: 250px;
  }

  .voice__content{
    margin-top: 15px;
  }

  /* FAQ */

  .faq{
    display: none;
  }

  .faq-sp{
    display: block;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .faq__title{
    margin: 0 auto;
    width: 104px;
  }

  .faq__list li{
    margin-top: 20px;
  }

  .faq__identity{
    margin-top: 20px;
  }

  /* IDENTITY */

  .identity{
    display: none;
  }

  /* GUIDE */

  .guide{
    display: none;
  }

  .guide-sp{
    display: block;
  }

  /* PageTop */

  .pagetop{
    right: 15px;
    bottom: 66px;
    width: 65px;
    height: 65px;
  }

  /* TELEPHONE-SP3 */

  .telephone-sp3 p{
    margin-top: 5px;
    text-align: center;
    font-size: 1.0625rem;
  }

  /* FIXED-BAR */

  .fixed-bar{
    display: none;
  }

  /* FOOTER */

  .footer{
    background-color: #E2ECAF;
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .footer__logo{
    width: 203px;
    height: auto;
  }

  .footer__list{
    margin-top: 30px;
    line-height: 1.25;
  }

  .footer__list li{
    font-size: 1rem;
  }

  .footer__list li:nth-of-type(2){
    margin-top: 15px;
  }
  
  .footer__list li:nth-of-type(3){
    margin-top: 15px;
  }
  
  .footer__list li:last-of-type{
    margin-top: 15px;
  }

  .copyright{
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 0.75rem;
  }

  /*-------------------------------------------
  thanks.html
  -------------------------------------------*/

  .thanks{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .thanks__title{
    width: 246px;
    height: auto;
  }

  .thanks__message{
    margin-top: 40px;
    line-height: 1.5;
    font-size: 1rem;
    width: 100%;
  }

  .thanks__btn-box{
    margin-top: 20px;
    width: 249px;
  }

  /* OPTIONAL */
  
  .optional{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .optional__title{
    font-size: 1.375rem;
    line-height: 1.18;
  }

  .optional__title br{
    display: block;
  }

  .optional__text{
    font-size: 1rem;
    line-height: 1.5;
  }

  .optional__btn{
    margin-top: 20px;
    width: 249px;
    height: auto;
  }

  .optional__post{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1rem;
  }

  .optional__post br.sp-only{
    display: block;
  }

  .footer-thanks{
    margin-top: 0;
  }

  .copyright-thanks{
    margin-bottom: 0;
  }

  .copyright{
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 450px) {

  .fixed-btn{
    display: block;
    width: 100%;
    height: 66px;
    position: fixed;
    bottom: 0;
    z-index: 9998;
  }

  .fixed-btn img{
    width: 100%;
    height: 100%;
  }

  .copyright{
    margin-bottom: 66px;
  }

  .footer-copyright{
    margin-bottom: 0;
  }
}