@charset "UTF-8";
/*===============================================
 responsive setting
===============================================*/
/*===============================================
 responsive element
===============================================*/
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600&family=Noto+Sans+JP:wght@500&family=Zen+Maru+Gothic:wght@700;900&display=swap&family=M+PLUS+1p:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.res-pc {
  display: inline !important;
}
@media only screen and (max-width: 750px) {
  .res-pc {
    display: none !important;
  }
}

.res-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .res-sp {
    display: inline !important;
  }
}

.res-pc-block {
  display: block !important;
}
@media only screen and (max-width: 750px) {
  .res-pc-block {
    display: none !important;
  }
}

.res-sp-block {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .res-sp-block {
    display: block !important;
  }
}

.inline-block {
  display: inline-block;
}

/*===============================================
 misc
===============================================*/
/* fonts */
.mplus {
  font-family: "M PLUS 1p", sans-serif;
}

.ffFredoka {
  font-family: "Fredoka", sans-serif;
}

.ffZenMaruG {
  font-family: "Zen Maru Gothic", sans-serif;
}

.ffNotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

.ffPoppins {
  font-family: "Poppins", sans-serif;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

a:hover {
  opacity: 0.8;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mg-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 750px) {
  .mt-10 {
    margin-top: 0.5rem !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 750px) {
  .mb-10 {
    margin-bottom: 0.5rem !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}
@media only screen and (max-width: 750px) {
  .ml-10 {
    margin-left: 0.5rem !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}
@media only screen and (max-width: 750px) {
  .mr-10 {
    margin-right: 0.5rem !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}
@media only screen and (max-width: 750px) {
  .pt-10 {
    padding-top: 0.5rem !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 750px) {
  .pb-10 {
    padding-bottom: 0.5rem !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media only screen and (max-width: 750px) {
  .pl-10 {
    padding-left: 0.5rem !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media only screen and (max-width: 750px) {
  .pr-10 {
    padding-right: 0.5rem !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 750px) {
  .mt-20 {
    margin-top: 1rem !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 750px) {
  .mb-20 {
    margin-bottom: 1rem !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media only screen and (max-width: 750px) {
  .ml-20 {
    margin-left: 1rem !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media only screen and (max-width: 750px) {
  .mr-20 {
    margin-right: 1rem !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 750px) {
  .pt-20 {
    padding-top: 1rem !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 750px) {
  .pb-20 {
    padding-bottom: 1rem !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media only screen and (max-width: 750px) {
  .pl-20 {
    padding-left: 1rem !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media only screen and (max-width: 750px) {
  .pr-20 {
    padding-right: 1rem !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 750px) {
  .mt-30 {
    margin-top: 1.5rem !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 750px) {
  .mb-30 {
    margin-bottom: 1.5rem !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media only screen and (max-width: 750px) {
  .ml-30 {
    margin-left: 1.5rem !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media only screen and (max-width: 750px) {
  .mr-30 {
    margin-right: 1.5rem !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media only screen and (max-width: 750px) {
  .pt-30 {
    padding-top: 1.5rem !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 750px) {
  .pb-30 {
    padding-bottom: 1.5rem !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media only screen and (max-width: 750px) {
  .pl-30 {
    padding-left: 1.5rem !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media only screen and (max-width: 750px) {
  .pr-30 {
    padding-right: 1.5rem !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 750px) {
  .mt-40 {
    margin-top: 2rem !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 750px) {
  .mb-40 {
    margin-bottom: 2rem !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}
@media only screen and (max-width: 750px) {
  .ml-40 {
    margin-left: 2rem !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}
@media only screen and (max-width: 750px) {
  .mr-40 {
    margin-right: 2rem !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media only screen and (max-width: 750px) {
  .pt-40 {
    padding-top: 2rem !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 750px) {
  .pb-40 {
    padding-bottom: 2rem !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}
@media only screen and (max-width: 750px) {
  .pl-40 {
    padding-left: 2rem !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}
@media only screen and (max-width: 750px) {
  .pr-40 {
    padding-right: 2rem !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 750px) {
  .mt-50 {
    margin-top: 2.5rem !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 750px) {
  .mb-50 {
    margin-bottom: 2.5rem !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media only screen and (max-width: 750px) {
  .ml-50 {
    margin-left: 2.5rem !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media only screen and (max-width: 750px) {
  .mr-50 {
    margin-right: 2.5rem !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media only screen and (max-width: 750px) {
  .pt-50 {
    padding-top: 2.5rem !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 750px) {
  .pb-50 {
    padding-bottom: 2.5rem !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media only screen and (max-width: 750px) {
  .pl-50 {
    padding-left: 2.5rem !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media only screen and (max-width: 750px) {
  .pr-50 {
    padding-right: 2.5rem !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 750px) {
  .mt-60 {
    margin-top: 3rem !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 750px) {
  .mb-60 {
    margin-bottom: 3rem !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}
@media only screen and (max-width: 750px) {
  .ml-60 {
    margin-left: 3rem !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}
@media only screen and (max-width: 750px) {
  .mr-60 {
    margin-right: 3rem !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media only screen and (max-width: 750px) {
  .pt-60 {
    padding-top: 3rem !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 750px) {
  .pb-60 {
    padding-bottom: 3rem !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}
@media only screen and (max-width: 750px) {
  .pl-60 {
    padding-left: 3rem !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}
@media only screen and (max-width: 750px) {
  .pr-60 {
    padding-right: 3rem !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 750px) {
  .mt-70 {
    margin-top: 3.5rem !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 750px) {
  .mb-70 {
    margin-bottom: 3.5rem !important;
  }
}

.ml-70 {
  margin-left: 70px !important;
}
@media only screen and (max-width: 750px) {
  .ml-70 {
    margin-left: 3.5rem !important;
  }
}

.mr-70 {
  margin-right: 70px !important;
}
@media only screen and (max-width: 750px) {
  .mr-70 {
    margin-right: 3.5rem !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}
@media only screen and (max-width: 750px) {
  .pt-70 {
    padding-top: 3.5rem !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 750px) {
  .pb-70 {
    padding-bottom: 3.5rem !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}
@media only screen and (max-width: 750px) {
  .pl-70 {
    padding-left: 3.5rem !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}
@media only screen and (max-width: 750px) {
  .pr-70 {
    padding-right: 3.5rem !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 750px) {
  .mt-80 {
    margin-top: 4rem !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 750px) {
  .mb-80 {
    margin-bottom: 4rem !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}
@media only screen and (max-width: 750px) {
  .ml-80 {
    margin-left: 4rem !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}
@media only screen and (max-width: 750px) {
  .mr-80 {
    margin-right: 4rem !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media only screen and (max-width: 750px) {
  .pt-80 {
    padding-top: 4rem !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 750px) {
  .pb-80 {
    padding-bottom: 4rem !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}
@media only screen and (max-width: 750px) {
  .pl-80 {
    padding-left: 4rem !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}
@media only screen and (max-width: 750px) {
  .pr-80 {
    padding-right: 4rem !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 750px) {
  .mt-90 {
    margin-top: 4.5rem !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 750px) {
  .mb-90 {
    margin-bottom: 4.5rem !important;
  }
}

.ml-90 {
  margin-left: 90px !important;
}
@media only screen and (max-width: 750px) {
  .ml-90 {
    margin-left: 4.5rem !important;
  }
}

.mr-90 {
  margin-right: 90px !important;
}
@media only screen and (max-width: 750px) {
  .mr-90 {
    margin-right: 4.5rem !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}
@media only screen and (max-width: 750px) {
  .pt-90 {
    padding-top: 4.5rem !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 750px) {
  .pb-90 {
    padding-bottom: 4.5rem !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}
@media only screen and (max-width: 750px) {
  .pl-90 {
    padding-left: 4.5rem !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}
@media only screen and (max-width: 750px) {
  .pr-90 {
    padding-right: 4.5rem !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media only screen and (max-width: 750px) {
  .mt-100 {
    margin-top: 5rem !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 750px) {
  .mb-100 {
    margin-bottom: 5rem !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media only screen and (max-width: 750px) {
  .ml-100 {
    margin-left: 5rem !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media only screen and (max-width: 750px) {
  .mr-100 {
    margin-right: 5rem !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media only screen and (max-width: 750px) {
  .pt-100 {
    padding-top: 5rem !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 750px) {
  .pb-100 {
    padding-bottom: 5rem !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media only screen and (max-width: 750px) {
  .pl-100 {
    padding-left: 5rem !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media only screen and (max-width: 750px) {
  .pr-100 {
    padding-right: 5rem !important;
  }
}

.mt-110 {
  margin-top: 110px !important;
}
@media only screen and (max-width: 750px) {
  .mt-110 {
    margin-top: 5.5rem !important;
  }
}

.mb-110 {
  margin-bottom: 110px !important;
}
@media only screen and (max-width: 750px) {
  .mb-110 {
    margin-bottom: 5.5rem !important;
  }
}

.ml-110 {
  margin-left: 110px !important;
}
@media only screen and (max-width: 750px) {
  .ml-110 {
    margin-left: 5.5rem !important;
  }
}

.mr-110 {
  margin-right: 110px !important;
}
@media only screen and (max-width: 750px) {
  .mr-110 {
    margin-right: 5.5rem !important;
  }
}

.pt-110 {
  padding-top: 110px !important;
}
@media only screen and (max-width: 750px) {
  .pt-110 {
    padding-top: 5.5rem !important;
  }
}

.pb-110 {
  padding-bottom: 110px !important;
}
@media only screen and (max-width: 750px) {
  .pb-110 {
    padding-bottom: 5.5rem !important;
  }
}

.pl-110 {
  padding-left: 110px !important;
}
@media only screen and (max-width: 750px) {
  .pl-110 {
    padding-left: 5.5rem !important;
  }
}

.pr-110 {
  padding-right: 110px !important;
}
@media only screen and (max-width: 750px) {
  .pr-110 {
    padding-right: 5.5rem !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 750px) {
  .mt-120 {
    margin-top: 6rem !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 750px) {
  .mb-120 {
    margin-bottom: 6rem !important;
  }
}

.ml-120 {
  margin-left: 120px !important;
}
@media only screen and (max-width: 750px) {
  .ml-120 {
    margin-left: 6rem !important;
  }
}

.mr-120 {
  margin-right: 120px !important;
}
@media only screen and (max-width: 750px) {
  .mr-120 {
    margin-right: 6rem !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media only screen and (max-width: 750px) {
  .pt-120 {
    padding-top: 6rem !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media only screen and (max-width: 750px) {
  .pb-120 {
    padding-bottom: 6rem !important;
  }
}

.pl-120 {
  padding-left: 120px !important;
}
@media only screen and (max-width: 750px) {
  .pl-120 {
    padding-left: 6rem !important;
  }
}

.pr-120 {
  padding-right: 120px !important;
}
@media only screen and (max-width: 750px) {
  .pr-120 {
    padding-right: 6rem !important;
  }
}

.mt-130 {
  margin-top: 130px !important;
}
@media only screen and (max-width: 750px) {
  .mt-130 {
    margin-top: 6.5rem !important;
  }
}

.mb-130 {
  margin-bottom: 130px !important;
}
@media only screen and (max-width: 750px) {
  .mb-130 {
    margin-bottom: 6.5rem !important;
  }
}

.ml-130 {
  margin-left: 130px !important;
}
@media only screen and (max-width: 750px) {
  .ml-130 {
    margin-left: 6.5rem !important;
  }
}

.mr-130 {
  margin-right: 130px !important;
}
@media only screen and (max-width: 750px) {
  .mr-130 {
    margin-right: 6.5rem !important;
  }
}

.pt-130 {
  padding-top: 130px !important;
}
@media only screen and (max-width: 750px) {
  .pt-130 {
    padding-top: 6.5rem !important;
  }
}

.pb-130 {
  padding-bottom: 130px !important;
}
@media only screen and (max-width: 750px) {
  .pb-130 {
    padding-bottom: 6.5rem !important;
  }
}

.pl-130 {
  padding-left: 130px !important;
}
@media only screen and (max-width: 750px) {
  .pl-130 {
    padding-left: 6.5rem !important;
  }
}

.pr-130 {
  padding-right: 130px !important;
}
@media only screen and (max-width: 750px) {
  .pr-130 {
    padding-right: 6.5rem !important;
  }
}

.mt-140 {
  margin-top: 140px !important;
}
@media only screen and (max-width: 750px) {
  .mt-140 {
    margin-top: 7rem !important;
  }
}

.mb-140 {
  margin-bottom: 140px !important;
}
@media only screen and (max-width: 750px) {
  .mb-140 {
    margin-bottom: 7rem !important;
  }
}

.ml-140 {
  margin-left: 140px !important;
}
@media only screen and (max-width: 750px) {
  .ml-140 {
    margin-left: 7rem !important;
  }
}

.mr-140 {
  margin-right: 140px !important;
}
@media only screen and (max-width: 750px) {
  .mr-140 {
    margin-right: 7rem !important;
  }
}

.pt-140 {
  padding-top: 140px !important;
}
@media only screen and (max-width: 750px) {
  .pt-140 {
    padding-top: 7rem !important;
  }
}

.pb-140 {
  padding-bottom: 140px !important;
}
@media only screen and (max-width: 750px) {
  .pb-140 {
    padding-bottom: 7rem !important;
  }
}

.pl-140 {
  padding-left: 140px !important;
}
@media only screen and (max-width: 750px) {
  .pl-140 {
    padding-left: 7rem !important;
  }
}

.pr-140 {
  padding-right: 140px !important;
}
@media only screen and (max-width: 750px) {
  .pr-140 {
    padding-right: 7rem !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media only screen and (max-width: 750px) {
  .mt-150 {
    margin-top: 7.5rem !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media only screen and (max-width: 750px) {
  .mb-150 {
    margin-bottom: 7.5rem !important;
  }
}

.ml-150 {
  margin-left: 150px !important;
}
@media only screen and (max-width: 750px) {
  .ml-150 {
    margin-left: 7.5rem !important;
  }
}

.mr-150 {
  margin-right: 150px !important;
}
@media only screen and (max-width: 750px) {
  .mr-150 {
    margin-right: 7.5rem !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media only screen and (max-width: 750px) {
  .pt-150 {
    padding-top: 7.5rem !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 750px) {
  .pb-150 {
    padding-bottom: 7.5rem !important;
  }
}

.pl-150 {
  padding-left: 150px !important;
}
@media only screen and (max-width: 750px) {
  .pl-150 {
    padding-left: 7.5rem !important;
  }
}

.pr-150 {
  padding-right: 150px !important;
}
@media only screen and (max-width: 750px) {
  .pr-150 {
    padding-right: 7.5rem !important;
  }
}

.mt-160 {
  margin-top: 160px !important;
}
@media only screen and (max-width: 750px) {
  .mt-160 {
    margin-top: 8rem !important;
  }
}

.mb-160 {
  margin-bottom: 160px !important;
}
@media only screen and (max-width: 750px) {
  .mb-160 {
    margin-bottom: 8rem !important;
  }
}

.ml-160 {
  margin-left: 160px !important;
}
@media only screen and (max-width: 750px) {
  .ml-160 {
    margin-left: 8rem !important;
  }
}

.mr-160 {
  margin-right: 160px !important;
}
@media only screen and (max-width: 750px) {
  .mr-160 {
    margin-right: 8rem !important;
  }
}

.pt-160 {
  padding-top: 160px !important;
}
@media only screen and (max-width: 750px) {
  .pt-160 {
    padding-top: 8rem !important;
  }
}

.pb-160 {
  padding-bottom: 160px !important;
}
@media only screen and (max-width: 750px) {
  .pb-160 {
    padding-bottom: 8rem !important;
  }
}

.pl-160 {
  padding-left: 160px !important;
}
@media only screen and (max-width: 750px) {
  .pl-160 {
    padding-left: 8rem !important;
  }
}

.pr-160 {
  padding-right: 160px !important;
}
@media only screen and (max-width: 750px) {
  .pr-160 {
    padding-right: 8rem !important;
  }
}

.mt-170 {
  margin-top: 170px !important;
}
@media only screen and (max-width: 750px) {
  .mt-170 {
    margin-top: 8.5rem !important;
  }
}

.mb-170 {
  margin-bottom: 170px !important;
}
@media only screen and (max-width: 750px) {
  .mb-170 {
    margin-bottom: 8.5rem !important;
  }
}

.ml-170 {
  margin-left: 170px !important;
}
@media only screen and (max-width: 750px) {
  .ml-170 {
    margin-left: 8.5rem !important;
  }
}

.mr-170 {
  margin-right: 170px !important;
}
@media only screen and (max-width: 750px) {
  .mr-170 {
    margin-right: 8.5rem !important;
  }
}

.pt-170 {
  padding-top: 170px !important;
}
@media only screen and (max-width: 750px) {
  .pt-170 {
    padding-top: 8.5rem !important;
  }
}

.pb-170 {
  padding-bottom: 170px !important;
}
@media only screen and (max-width: 750px) {
  .pb-170 {
    padding-bottom: 8.5rem !important;
  }
}

.pl-170 {
  padding-left: 170px !important;
}
@media only screen and (max-width: 750px) {
  .pl-170 {
    padding-left: 8.5rem !important;
  }
}

.pr-170 {
  padding-right: 170px !important;
}
@media only screen and (max-width: 750px) {
  .pr-170 {
    padding-right: 8.5rem !important;
  }
}

.mt-180 {
  margin-top: 180px !important;
}
@media only screen and (max-width: 750px) {
  .mt-180 {
    margin-top: 9rem !important;
  }
}

.mb-180 {
  margin-bottom: 180px !important;
}
@media only screen and (max-width: 750px) {
  .mb-180 {
    margin-bottom: 9rem !important;
  }
}

.ml-180 {
  margin-left: 180px !important;
}
@media only screen and (max-width: 750px) {
  .ml-180 {
    margin-left: 9rem !important;
  }
}

.mr-180 {
  margin-right: 180px !important;
}
@media only screen and (max-width: 750px) {
  .mr-180 {
    margin-right: 9rem !important;
  }
}

.pt-180 {
  padding-top: 180px !important;
}
@media only screen and (max-width: 750px) {
  .pt-180 {
    padding-top: 9rem !important;
  }
}

.pb-180 {
  padding-bottom: 180px !important;
}
@media only screen and (max-width: 750px) {
  .pb-180 {
    padding-bottom: 9rem !important;
  }
}

.pl-180 {
  padding-left: 180px !important;
}
@media only screen and (max-width: 750px) {
  .pl-180 {
    padding-left: 9rem !important;
  }
}

.pr-180 {
  padding-right: 180px !important;
}
@media only screen and (max-width: 750px) {
  .pr-180 {
    padding-right: 9rem !important;
  }
}

.mt-190 {
  margin-top: 190px !important;
}
@media only screen and (max-width: 750px) {
  .mt-190 {
    margin-top: 9.5rem !important;
  }
}

.mb-190 {
  margin-bottom: 190px !important;
}
@media only screen and (max-width: 750px) {
  .mb-190 {
    margin-bottom: 9.5rem !important;
  }
}

.ml-190 {
  margin-left: 190px !important;
}
@media only screen and (max-width: 750px) {
  .ml-190 {
    margin-left: 9.5rem !important;
  }
}

.mr-190 {
  margin-right: 190px !important;
}
@media only screen and (max-width: 750px) {
  .mr-190 {
    margin-right: 9.5rem !important;
  }
}

.pt-190 {
  padding-top: 190px !important;
}
@media only screen and (max-width: 750px) {
  .pt-190 {
    padding-top: 9.5rem !important;
  }
}

.pb-190 {
  padding-bottom: 190px !important;
}
@media only screen and (max-width: 750px) {
  .pb-190 {
    padding-bottom: 9.5rem !important;
  }
}

.pl-190 {
  padding-left: 190px !important;
}
@media only screen and (max-width: 750px) {
  .pl-190 {
    padding-left: 9.5rem !important;
  }
}

.pr-190 {
  padding-right: 190px !important;
}
@media only screen and (max-width: 750px) {
  .pr-190 {
    padding-right: 9.5rem !important;
  }
}

.mt-200 {
  margin-top: 200px !important;
}
@media only screen and (max-width: 750px) {
  .mt-200 {
    margin-top: 10rem !important;
  }
}

.mb-200 {
  margin-bottom: 200px !important;
}
@media only screen and (max-width: 750px) {
  .mb-200 {
    margin-bottom: 10rem !important;
  }
}

.ml-200 {
  margin-left: 200px !important;
}
@media only screen and (max-width: 750px) {
  .ml-200 {
    margin-left: 10rem !important;
  }
}

.mr-200 {
  margin-right: 200px !important;
}
@media only screen and (max-width: 750px) {
  .mr-200 {
    margin-right: 10rem !important;
  }
}

.pt-200 {
  padding-top: 200px !important;
}
@media only screen and (max-width: 750px) {
  .pt-200 {
    padding-top: 10rem !important;
  }
}

.pb-200 {
  padding-bottom: 200px !important;
}
@media only screen and (max-width: 750px) {
  .pb-200 {
    padding-bottom: 10rem !important;
  }
}

.pl-200 {
  padding-left: 200px !important;
}
@media only screen and (max-width: 750px) {
  .pl-200 {
    padding-left: 10rem !important;
  }
}

.pr-200 {
  padding-right: 200px !important;
}
@media only screen and (max-width: 750px) {
  .pr-200 {
    padding-right: 10rem !important;
  }
}

.mt-210 {
  margin-top: 210px !important;
}
@media only screen and (max-width: 750px) {
  .mt-210 {
    margin-top: 10.5rem !important;
  }
}

.mb-210 {
  margin-bottom: 210px !important;
}
@media only screen and (max-width: 750px) {
  .mb-210 {
    margin-bottom: 10.5rem !important;
  }
}

.ml-210 {
  margin-left: 210px !important;
}
@media only screen and (max-width: 750px) {
  .ml-210 {
    margin-left: 10.5rem !important;
  }
}

.mr-210 {
  margin-right: 210px !important;
}
@media only screen and (max-width: 750px) {
  .mr-210 {
    margin-right: 10.5rem !important;
  }
}

.pt-210 {
  padding-top: 210px !important;
}
@media only screen and (max-width: 750px) {
  .pt-210 {
    padding-top: 10.5rem !important;
  }
}

.pb-210 {
  padding-bottom: 210px !important;
}
@media only screen and (max-width: 750px) {
  .pb-210 {
    padding-bottom: 10.5rem !important;
  }
}

.pl-210 {
  padding-left: 210px !important;
}
@media only screen and (max-width: 750px) {
  .pl-210 {
    padding-left: 10.5rem !important;
  }
}

.pr-210 {
  padding-right: 210px !important;
}
@media only screen and (max-width: 750px) {
  .pr-210 {
    padding-right: 10.5rem !important;
  }
}

.mt-220 {
  margin-top: 220px !important;
}
@media only screen and (max-width: 750px) {
  .mt-220 {
    margin-top: 11rem !important;
  }
}

.mb-220 {
  margin-bottom: 220px !important;
}
@media only screen and (max-width: 750px) {
  .mb-220 {
    margin-bottom: 11rem !important;
  }
}

.ml-220 {
  margin-left: 220px !important;
}
@media only screen and (max-width: 750px) {
  .ml-220 {
    margin-left: 11rem !important;
  }
}

.mr-220 {
  margin-right: 220px !important;
}
@media only screen and (max-width: 750px) {
  .mr-220 {
    margin-right: 11rem !important;
  }
}

.pt-220 {
  padding-top: 220px !important;
}
@media only screen and (max-width: 750px) {
  .pt-220 {
    padding-top: 11rem !important;
  }
}

.pb-220 {
  padding-bottom: 220px !important;
}
@media only screen and (max-width: 750px) {
  .pb-220 {
    padding-bottom: 11rem !important;
  }
}

.pl-220 {
  padding-left: 220px !important;
}
@media only screen and (max-width: 750px) {
  .pl-220 {
    padding-left: 11rem !important;
  }
}

.pr-220 {
  padding-right: 220px !important;
}
@media only screen and (max-width: 750px) {
  .pr-220 {
    padding-right: 11rem !important;
  }
}

.mt-230 {
  margin-top: 230px !important;
}
@media only screen and (max-width: 750px) {
  .mt-230 {
    margin-top: 11.5rem !important;
  }
}

.mb-230 {
  margin-bottom: 230px !important;
}
@media only screen and (max-width: 750px) {
  .mb-230 {
    margin-bottom: 11.5rem !important;
  }
}

.ml-230 {
  margin-left: 230px !important;
}
@media only screen and (max-width: 750px) {
  .ml-230 {
    margin-left: 11.5rem !important;
  }
}

.mr-230 {
  margin-right: 230px !important;
}
@media only screen and (max-width: 750px) {
  .mr-230 {
    margin-right: 11.5rem !important;
  }
}

.pt-230 {
  padding-top: 230px !important;
}
@media only screen and (max-width: 750px) {
  .pt-230 {
    padding-top: 11.5rem !important;
  }
}

.pb-230 {
  padding-bottom: 230px !important;
}
@media only screen and (max-width: 750px) {
  .pb-230 {
    padding-bottom: 11.5rem !important;
  }
}

.pl-230 {
  padding-left: 230px !important;
}
@media only screen and (max-width: 750px) {
  .pl-230 {
    padding-left: 11.5rem !important;
  }
}

.pr-230 {
  padding-right: 230px !important;
}
@media only screen and (max-width: 750px) {
  .pr-230 {
    padding-right: 11.5rem !important;
  }
}

.mt-240 {
  margin-top: 240px !important;
}
@media only screen and (max-width: 750px) {
  .mt-240 {
    margin-top: 12rem !important;
  }
}

.mb-240 {
  margin-bottom: 240px !important;
}
@media only screen and (max-width: 750px) {
  .mb-240 {
    margin-bottom: 12rem !important;
  }
}

.ml-240 {
  margin-left: 240px !important;
}
@media only screen and (max-width: 750px) {
  .ml-240 {
    margin-left: 12rem !important;
  }
}

.mr-240 {
  margin-right: 240px !important;
}
@media only screen and (max-width: 750px) {
  .mr-240 {
    margin-right: 12rem !important;
  }
}

.pt-240 {
  padding-top: 240px !important;
}
@media only screen and (max-width: 750px) {
  .pt-240 {
    padding-top: 12rem !important;
  }
}

.pb-240 {
  padding-bottom: 240px !important;
}
@media only screen and (max-width: 750px) {
  .pb-240 {
    padding-bottom: 12rem !important;
  }
}

.pl-240 {
  padding-left: 240px !important;
}
@media only screen and (max-width: 750px) {
  .pl-240 {
    padding-left: 12rem !important;
  }
}

.pr-240 {
  padding-right: 240px !important;
}
@media only screen and (max-width: 750px) {
  .pr-240 {
    padding-right: 12rem !important;
  }
}

.mt-250 {
  margin-top: 250px !important;
}
@media only screen and (max-width: 750px) {
  .mt-250 {
    margin-top: 12.5rem !important;
  }
}

.mb-250 {
  margin-bottom: 250px !important;
}
@media only screen and (max-width: 750px) {
  .mb-250 {
    margin-bottom: 12.5rem !important;
  }
}

.ml-250 {
  margin-left: 250px !important;
}
@media only screen and (max-width: 750px) {
  .ml-250 {
    margin-left: 12.5rem !important;
  }
}

.mr-250 {
  margin-right: 250px !important;
}
@media only screen and (max-width: 750px) {
  .mr-250 {
    margin-right: 12.5rem !important;
  }
}

.pt-250 {
  padding-top: 250px !important;
}
@media only screen and (max-width: 750px) {
  .pt-250 {
    padding-top: 12.5rem !important;
  }
}

.pb-250 {
  padding-bottom: 250px !important;
}
@media only screen and (max-width: 750px) {
  .pb-250 {
    padding-bottom: 12.5rem !important;
  }
}

.pl-250 {
  padding-left: 250px !important;
}
@media only screen and (max-width: 750px) {
  .pl-250 {
    padding-left: 12.5rem !important;
  }
}

.pr-250 {
  padding-right: 250px !important;
}
@media only screen and (max-width: 750px) {
  .pr-250 {
    padding-right: 12.5rem !important;
  }
}

.mt-260 {
  margin-top: 260px !important;
}
@media only screen and (max-width: 750px) {
  .mt-260 {
    margin-top: 13rem !important;
  }
}

.mb-260 {
  margin-bottom: 260px !important;
}
@media only screen and (max-width: 750px) {
  .mb-260 {
    margin-bottom: 13rem !important;
  }
}

.ml-260 {
  margin-left: 260px !important;
}
@media only screen and (max-width: 750px) {
  .ml-260 {
    margin-left: 13rem !important;
  }
}

.mr-260 {
  margin-right: 260px !important;
}
@media only screen and (max-width: 750px) {
  .mr-260 {
    margin-right: 13rem !important;
  }
}

.pt-260 {
  padding-top: 260px !important;
}
@media only screen and (max-width: 750px) {
  .pt-260 {
    padding-top: 13rem !important;
  }
}

.pb-260 {
  padding-bottom: 260px !important;
}
@media only screen and (max-width: 750px) {
  .pb-260 {
    padding-bottom: 13rem !important;
  }
}

.pl-260 {
  padding-left: 260px !important;
}
@media only screen and (max-width: 750px) {
  .pl-260 {
    padding-left: 13rem !important;
  }
}

.pr-260 {
  padding-right: 260px !important;
}
@media only screen and (max-width: 750px) {
  .pr-260 {
    padding-right: 13rem !important;
  }
}

.mt-270 {
  margin-top: 270px !important;
}
@media only screen and (max-width: 750px) {
  .mt-270 {
    margin-top: 13.5rem !important;
  }
}

.mb-270 {
  margin-bottom: 270px !important;
}
@media only screen and (max-width: 750px) {
  .mb-270 {
    margin-bottom: 13.5rem !important;
  }
}

.ml-270 {
  margin-left: 270px !important;
}
@media only screen and (max-width: 750px) {
  .ml-270 {
    margin-left: 13.5rem !important;
  }
}

.mr-270 {
  margin-right: 270px !important;
}
@media only screen and (max-width: 750px) {
  .mr-270 {
    margin-right: 13.5rem !important;
  }
}

.pt-270 {
  padding-top: 270px !important;
}
@media only screen and (max-width: 750px) {
  .pt-270 {
    padding-top: 13.5rem !important;
  }
}

.pb-270 {
  padding-bottom: 270px !important;
}
@media only screen and (max-width: 750px) {
  .pb-270 {
    padding-bottom: 13.5rem !important;
  }
}

.pl-270 {
  padding-left: 270px !important;
}
@media only screen and (max-width: 750px) {
  .pl-270 {
    padding-left: 13.5rem !important;
  }
}

.pr-270 {
  padding-right: 270px !important;
}
@media only screen and (max-width: 750px) {
  .pr-270 {
    padding-right: 13.5rem !important;
  }
}

.mt-280 {
  margin-top: 280px !important;
}
@media only screen and (max-width: 750px) {
  .mt-280 {
    margin-top: 14rem !important;
  }
}

.mb-280 {
  margin-bottom: 280px !important;
}
@media only screen and (max-width: 750px) {
  .mb-280 {
    margin-bottom: 14rem !important;
  }
}

.ml-280 {
  margin-left: 280px !important;
}
@media only screen and (max-width: 750px) {
  .ml-280 {
    margin-left: 14rem !important;
  }
}

.mr-280 {
  margin-right: 280px !important;
}
@media only screen and (max-width: 750px) {
  .mr-280 {
    margin-right: 14rem !important;
  }
}

.pt-280 {
  padding-top: 280px !important;
}
@media only screen and (max-width: 750px) {
  .pt-280 {
    padding-top: 14rem !important;
  }
}

.pb-280 {
  padding-bottom: 280px !important;
}
@media only screen and (max-width: 750px) {
  .pb-280 {
    padding-bottom: 14rem !important;
  }
}

.pl-280 {
  padding-left: 280px !important;
}
@media only screen and (max-width: 750px) {
  .pl-280 {
    padding-left: 14rem !important;
  }
}

.pr-280 {
  padding-right: 280px !important;
}
@media only screen and (max-width: 750px) {
  .pr-280 {
    padding-right: 14rem !important;
  }
}

.mt-290 {
  margin-top: 290px !important;
}
@media only screen and (max-width: 750px) {
  .mt-290 {
    margin-top: 14.5rem !important;
  }
}

.mb-290 {
  margin-bottom: 290px !important;
}
@media only screen and (max-width: 750px) {
  .mb-290 {
    margin-bottom: 14.5rem !important;
  }
}

.ml-290 {
  margin-left: 290px !important;
}
@media only screen and (max-width: 750px) {
  .ml-290 {
    margin-left: 14.5rem !important;
  }
}

.mr-290 {
  margin-right: 290px !important;
}
@media only screen and (max-width: 750px) {
  .mr-290 {
    margin-right: 14.5rem !important;
  }
}

.pt-290 {
  padding-top: 290px !important;
}
@media only screen and (max-width: 750px) {
  .pt-290 {
    padding-top: 14.5rem !important;
  }
}

.pb-290 {
  padding-bottom: 290px !important;
}
@media only screen and (max-width: 750px) {
  .pb-290 {
    padding-bottom: 14.5rem !important;
  }
}

.pl-290 {
  padding-left: 290px !important;
}
@media only screen and (max-width: 750px) {
  .pl-290 {
    padding-left: 14.5rem !important;
  }
}

.pr-290 {
  padding-right: 290px !important;
}
@media only screen and (max-width: 750px) {
  .pr-290 {
    padding-right: 14.5rem !important;
  }
}

.mt-300 {
  margin-top: 300px !important;
}
@media only screen and (max-width: 750px) {
  .mt-300 {
    margin-top: 15rem !important;
  }
}

.mb-300 {
  margin-bottom: 300px !important;
}
@media only screen and (max-width: 750px) {
  .mb-300 {
    margin-bottom: 15rem !important;
  }
}

.ml-300 {
  margin-left: 300px !important;
}
@media only screen and (max-width: 750px) {
  .ml-300 {
    margin-left: 15rem !important;
  }
}

.mr-300 {
  margin-right: 300px !important;
}
@media only screen and (max-width: 750px) {
  .mr-300 {
    margin-right: 15rem !important;
  }
}

.pt-300 {
  padding-top: 300px !important;
}
@media only screen and (max-width: 750px) {
  .pt-300 {
    padding-top: 15rem !important;
  }
}

.pb-300 {
  padding-bottom: 300px !important;
}
@media only screen and (max-width: 750px) {
  .pb-300 {
    padding-bottom: 15rem !important;
  }
}

.pl-300 {
  padding-left: 300px !important;
}
@media only screen and (max-width: 750px) {
  .pl-300 {
    padding-left: 15rem !important;
  }
}

.pr-300 {
  padding-right: 300px !important;
}
@media only screen and (max-width: 750px) {
  .pr-300 {
    padding-right: 15rem !important;
  }
}

/*===============================================
 overwright
===============================================*/
div#CONTENTS_BLOCK.full_width { /* コンテンツサイズフルサイズ */
  max-width: none;
  padding: 0;
  margin: 0 auto;
}

#any-wrapper-id1, #any-wrapper-id2 {
  width: auto !important;
}
@media print, screen and (min-width: 751px) {
  #any-wrapper-id1, #any-wrapper-id2 {
    width: 100% !important;
  }
}

.postal_code dd .input_list input {
  width: auto;
  border-radius: 5px;
  padding: 10px 25px !important;
  border: 1px solid #C5C5C5;
}
@media print, screen and (min-width: 751px) {
  .postal_code dd .input_list input {
    width: 100%;
  }
}

.ui-widget {
  background: rgba(255, 0, 0, 0.6);
}

/*===============================================
 mv
===============================================*/
#contents_form {
  font-family: "Noto Sans JP", sans-serif;
  background: url(../img/bg_content_sp.png) no-repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #F2F2F2));
  background: url(../img/bg_content_sp.png) no-repeat center top, -webkit-linear-gradient(#ffffff 50%, #F2F2F2 50%);
  background: url(../img/bg_content_sp.png) no-repeat center top, linear-gradient(#ffffff 50%, #F2F2F2 50%);
  background-size: 100% auto;
  padding: 28vw 0 26.6666666667vw;
  /*===============================================
   contents common
  ===============================================*/
  /*===============================================
   application
  ===============================================*/
  /*===============================================
   form
  ===============================================*/
  /*===============================================
   form
  ===============================================*/
  /*===============================================
   form_finish
  ===============================================*/
  /*===============================================
   form_finish_shot
  ===============================================*/
  /*===============================================
   form_finish_warranty
  ===============================================*/
  /*===============================================
   guide
  ===============================================*/
}
@media only screen and (max-width: 750px) {
  #contents_form {
    overflow-x: hidden;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form {
    background: url(../img/bg_content_pc.png) no-repeat center top, -webkit-linear-gradient(#45CA99 345px, #F2F2F2 345px);
    background: url(../img/bg_content_pc.png) no-repeat center top, linear-gradient(#45CA99 345px, #F2F2F2 345px);
    padding: 82px 0 100px 0;
  }
}
#contents_form h2 {
  text-align: left;
  font-size: 5.3333333333vw;
  margin-bottom: 8vw;
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  #contents_form h2 {
    font-size: 25px;
    margin-bottom: 38px;
  }
}
#contents_form h2.green {
  color: #00B06F;
}
@media only screen and (max-width: 750px) {
  #contents_form h2.green {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents_form .alert, #contents_form .alert-danger {
  padding: 1em;
}
#contents_form .alert ul, #contents_form .alert-danger ul {
  width: 92vw;
  margin: 0 auto;
  padding: 1em 0;
  border: 1px solid #e70505;
  border-radius: 5px;
}
@media print, screen and (min-width: 751px) {
  #contents_form .alert ul, #contents_form .alert-danger ul {
    width: 100%;
  }
}
#contents_form .alert ul li, #contents_form .alert-danger ul li {
  font-size: 3.4666666667vw;
  text-align: center;
  font-weight: bold;
  color: #e70505;
}
@media print, screen and (min-width: 751px) {
  #contents_form .alert ul li, #contents_form .alert-danger ul li {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application {
    max-width: 1022px;
    margin: 0 auto;
  }
}
#contents_form.top .application .application_inner .contents {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents {
    max-width: 1022px;
    width: 100%;
  }
}
#contents_form.top .application .application_inner .contents .list {
  background: #fff;
  padding-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list {
    padding-bottom: 60px;
  }
}
#contents_form.top .application .application_inner .contents .list .application_set {
  margin-bottom: 9.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list .application_set {
    margin-bottom: 40px;
  }
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list .application_set .table_box {
    width: 80%;
    margin: 0 auto;
  }
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box p.sub_title {
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list .application_set .table_box p.sub_title {
    font-size: 18px;
  }
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box p.attention {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list .application_set .table_box p.attention {
    font-size: 14px;
  }
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box table {
  width: 100%;
  border-collapse: collapse;
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box table tr th, #contents_form.top .application .application_inner .contents .list .application_set .table_box table tr td {
  border: 1px solid #000;
  text-align: center;
  padding: 12px 0;
  line-height: 1.2;
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box table tr th {
  background: #cccccc;
  text-align: center;
}
#contents_form.top .application .application_inner .contents .list .application_set .table_box table tr td {
  text-align: center;
}
#contents_form.top .application .application_inner .contents .list h2 {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list h2 {
    font-size: 24px;
  }
}
#contents_form.top .application .application_inner .contents .list p {
  font-size: 3.7333333333vw;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list p {
    font-size: 16px;
  }
}
#contents_form.top .application .application_inner .contents .list ul {
  margin-bottom: 1em;
}
#contents_form.top .application .application_inner .contents .list ul li {
  font-size: 3.2vw;
  text-indent: -1em;
  margin-left: 1em;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application .application_inner .contents .list ul li {
    font-size: 18px;
  }
}
#contents_form.top .application-btn-box p.lead {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#contents_form.top .application-btn-box p.lead span {
  display: block;
  font-size: 2.4vw;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.lead span {
    font-size: 14px;
  }
}
#contents_form.top .application-btn-box p.attention {
  padding: 0.25em 0;
  text-align: center;
  font-size: 2.9333333333vw;
  color: #d83800;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.attention {
    font-size: 16px;
  }
}
#contents_form.top .application-btn-box p.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.7333333333vw;
  color: #00B06F;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.checkbox {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
#contents_form.top .application-btn-box p.checkbox input[type=checkbox] {
  position: relative;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border: 1px solid #00B06F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border-radius: 5px;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.checkbox input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
}
#contents_form.top .application-btn-box p.checkbox input[type=checkbox]:checked {
  background: #00B06F;
}
#contents_form.top .application-btn-box p.checkbox input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(50deg);
          transform: translate(-50%, -60%) rotate(50deg);
  width: 8px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
}
#contents_form.top .application-btn-box p.checkbox label {
  margin-left: 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.checkbox label {
    margin-left: 20px;
  }
}
#contents_form.top .application-btn-box p.link_btn a {
  pointer-events: none;
  opacity: 0.32;
  border-radius: 9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 59.0666666667vw;
  height: 14.5333333333vw;
  margin: 0 auto 4.6666666667vw;
  font-size: 3.8666666667vw;
  font-weight: bold;
  color: #fff;
  background: #00B06F;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.link_btn a {
    width: 377px;
    height: 93px;
    font-size: 25px;
    margin: 0 auto;
  }
}
#contents_form.top .application-btn-box p.link_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/icon_arrow_white_right_01.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box p.link_btn a::after {
    right: 22px;
    width: 22px;
    height: 22px;
  }
}
#contents_form.top .application-btn-box p.link_btn.active a {
  pointer-events: all;
  opacity: 1;
  color: #ffffff;
  background: #00B06F;
}
#contents_form.top .application-btn-box p.link_btn.active a::after {
  background: url(../img/icon_arrow_white_right_01.png) no-repeat center center;
  background-size: 100% auto;
}
#contents_form.top .application-btn-box p.link_btn.active a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#contents_form.top .application-btn-box .application-btn-box-inner {
  border: 2px solid #e70505;
  background: #fff;
  width: 92vw;
  margin: 0 auto 8vw;
  border-radius: 5px;
  padding: 5.3333333333vw 0;
}
@media print, screen and (min-width: 751px) {
  #contents_form.top .application-btn-box .application-btn-box-inner {
    max-width: 1200px;
    width: 100%;
    border-radius: 10px;
    padding: 30px 0;
  }
}
#contents_form.top .application-btn-box .application-btn-box-inner p.lead {
  margin-bottom: 0;
}
#contents_form.top .application-btn-box .application-btn-box-inner p.checkbox {
  margin-bottom: 0;
}
#contents_form .ui-autocomplete {
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}
#contents_form .ui-menu-item {
  padding: 5px 10px;
  cursor: pointer;
}
#contents_form .ui-menu-item:hover {
  background: #ddd;
}
#contents_form .form_wrap {
  width: auto;
  margin: 0 auto 10.6666666667vw;
  background: #ffffff;
  padding-bottom: 8vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
#contents_form .form_head {
  width: 93.3333333333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_head {
    width: 100%;
    padding-top: 70px;
  }
}
#contents_form .form_head .form_head_mv {
  width: 50.1333333333vw;
  margin: 0 auto;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_head .form_head_mv {
    width: 376px;
    margin-bottom: 40px;
  }
}
#contents_form .form_head .flow {
  margin-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_head .flow {
    margin-bottom: 80px;
  }
}
#contents_form .form_head .flow .stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9999px;
  overflow: hidden;
  height: 10.4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_head .flow .stepBar {
    height: 60px;
    max-width: 1047px;
  }
}
#contents_form .form_head .flow .stepBar .step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4vw;
  color: #00B06F;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_head .flow .stepBar .step {
    font-size: 15px;
  }
}
#contents_form .form_head .flow .stepBar .step span {
  position: relative;
  z-index: 4;
  text-indent: -1em;
  line-height: 1.2;
}
#contents_form .form_head .flow .stepBar .step:before, #contents_form .form_head .flow .stepBar .step:after {
  position: absolute;
  left: -2vw;
  display: block;
  content: "";
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 2.6666666667vw;
  height: 5.3333333333vw;
  z-index: 3;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_head .flow .stepBar .step:before, #contents_form .form_head .flow .stepBar .step:after {
    left: -15px;
    width: 30px;
    height: 30px;
  }
}
#contents_form .form_head .flow .stepBar .step:after {
  top: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}
#contents_form .form_head .flow .stepBar .step:before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}
#contents_form .form_head .flow .stepBar .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#contents_form .form_head .flow .stepBar .step:first-child span {
  text-indent: 0em;
}
#contents_form .form_head .flow .stepBar .step:first-child:before, #contents_form .form_head .flow .stepBar .step:first-child:after {
  content: none;
}
#contents_form .form_head .flow .stepBar .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#contents_form .form_head .flow .stepBar .step.current {
  color: #FFF;
  background-color: #00B06F;
}
#contents_form .form_head .flow .stepBar .step.current:before, #contents_form .form_head .flow .stepBar .step.current:after {
  background-color: #00B06F;
}
#contents_form .form_head .flow .stepBar.step2 .step {
  width: 50%;
}
#contents_form .form_head .flow .stepBar.step3 .step {
  width: 33.333%;
}
#contents_form .form_head .flow .stepBar.step4 .step {
  width: 25%;
}
#contents_form .form_head .flow .stepBar.step5 .step {
  width: 20%;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
  }
}
#contents_form .form_contents h2 {
  width: 93.3333333333vw;
  margin-bottom: 6.6666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents h2 {
    width: auto;
    margin: 0;
    margin-bottom: 50px;
  }
}
#contents_form .form_contents h3 {
  font-size: 4.2666666667vw;
  color: #008d59;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
#contents_form .form_contents h3::before {
  display: block;
  content: "";
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background: url(../img/icon_form_01.png) no-repeat left center;
  background-size: 100% auto;
  margin-right: 1.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents h3::before {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
}
#contents_form .form_contents h3.near_lead {
  margin-bottom: 1.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents h3.near_lead {
    margin-bottom: 10px;
  }
}
#contents_form .form_contents h3.near_lead span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contents_form .form_contents .form_list {
  padding-top: 6.6666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list {
    width: 100%;
    max-width: 946px;
    padding-top: 50px;
  }
}
#contents_form .form_contents .form_list dl {
  margin-bottom: 6.6666666667vw;
  padding: 0 3.3333333333vw 6.6666666667vw;
  border-bottom: 1px dotted #C9C9C9;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    padding: 0;
    margin-bottom: 40px;
    gap: 20px;
  }
}
#contents_form .form_contents .form_list dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dt {
    width: 280px;
    margin-bottom: 0;
  }
}
#contents_form .form_contents .form_list dl dt span.required {
  border-radius: 0.6666666667vw;
  font-size: 3.2vw;
  color: #ffffff;
  background: #45CA99;
  padding: 0.6666666667vw 2vw;
  margin-right: 2vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dt span.required {
    border-radius: 5px;
    font-size: 16px;
    padding: 2.5px 15px;
    margin-right: 15px;
    width: auto;
  }
}
#contents_form .form_contents .form_list dl dt span.title {
  font-size: 4vw;
  color: #444444;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dt span.title {
    font-size: 18px;
  }
}
#contents_form .form_contents .form_list dl dt span.title span.more {
  display: block;
  font-size: 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dt span.title span.more {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd {
    width: 636px;
  }
}
#contents_form .form_contents .form_list dl dd p {
  line-height: 1.4;
}
#contents_form .form_contents .form_list dl dd p.input_error {
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
  color: #d83800;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd p.input_error {
    margin-top: 10px;
    font-size: 16px;
  }
}
#contents_form .form_contents .form_list dl dd p.input_sample {
  margin-top: 1.3333333333vw;
  font-size: 3.0666666667vw;
  color: #707070;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd p.input_sample {
    margin-top: 10px;
    font-size: 14px;
  }
}
#contents_form .form_contents .form_list dl dd p.input_sample span {
  font-size: 2.1333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd p.input_sample span {
    font-size: 10px;
  }
}
#contents_form .form_contents .form_list dl dd .input_list {
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd .input_list {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd .input_list span.sub_title {
    font-size: 18px;
  }
}
#contents_form .form_contents .form_list dl dd .input_list input {
  width: 92%;
  font-size: 16px;
  border: none;
  padding: 1.3333333333vw 3.3333333333vw;
  border: 1px solid #C5C5C5;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd .input_list input {
    border-radius: 5px;
    padding: 10px 25px;
  }
}
#contents_form .form_contents .form_list dl dd .input_list select {
  width: 92%;
  font-size: 3.2vw;
  border: none;
  padding: 2.2666666667vw 3.3333333333vw;
  background: #F2F2F2;
  color: #424242;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../img/icon_arrow_green_down_01.png);
  background-position: right 1.3333333333vw center;
  background-repeat: no-repeat;
  background-size: 2.1333333333vw 1.2vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd .input_list select {
    padding: 10px 25px;
    background-image: url(../img/icon_arrow_green_down_01.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    font-size: 16px;
  }
}
#contents_form .form_contents .form_list dl dd .input_list select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
#contents_form .form_contents .form_list dl dd .input_list select.w290 {
  width: 30.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd .input_list select.w290 {
    width: 290px;
  }
}
#contents_form .form_contents .form_list dl dd .input_list textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 92%;
  min-height: 53.3333333333vw;
  border-radius: 2.6666666667vw;
  font-size: 16px;
  border: none;
  padding: 1.3333333333vw 3.3333333333vw;
  color: #060606;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl dd .input_list textarea {
    border-radius: 20px;
    min-height: 227px;
    padding: 10px 25px;
  }
}
#contents_form .form_contents .form_list dl dd .input_list p {
  font-size: 16px;
}
#contents_form .form_contents .form_list dl.input_bike_purchase_date dd .input_list span {
  margin: 0 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.input_bike_purchase_date dd .input_list span {
    margin: 0 10px;
  }
}
#contents_form .form_contents .form_list dl.input_bike_purchase_date dd .input_list select {
  width: 18.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.input_bike_purchase_date dd .input_list select {
    width: 170px;
    padding: 10px 25px 10px 10px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.input_bike_purchase_date dd .input_list select:first-child {
    margin-bottom: 0.75em;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.bike_model {
    border: none;
    margin-bottom: 0;
  }
}
#contents_form .form_contents .form_list dl.bike_model dd .input_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#contents_form .form_contents .form_list dl.bike_model dd .input_list span {
  margin: 0 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.bike_model dd .input_list span {
    margin: 0 10px;
  }
}
#contents_form .form_contents .form_list dl.bike_model dd .input_list select {
  width: 18.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.bike_model dd .input_list select {
    width: 170px;
    padding: 10px 25px 10px 10px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.bike_model dd .input_list input {
    width: 208px;
  }
}
#contents_form .form_contents .form_list dl.bike_model dd .input_list p.sub_word {
  margin: 0 0.5em;
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.frame_number {
    border: none;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.frame_number dd .input_list {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.frame_number dd .input_list input {
    width: 350px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.check_frame_number dd .input_list {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.check_frame_number dd .input_list input {
    width: 350px;
  }
}
#contents_form .form_contents .form_list dl.check_frame_number dd p.input_sample {
  width: 69.0666666667vw;
  margin: 0 auto;
  padding-top: 1em;
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.battery_model_number {
    border: none;
    margin-bottom: 0;
  }
}
#contents_form .form_contents .form_list dl.battery_model_number dd .input_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#contents_form .form_contents .form_list dl.battery_model_number dd .input_list p.input_txt {
  margin-right: 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.battery_model_number dd .input_list p.input_txt {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.battery_model_number dd .input_list input {
    width: 350px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.battery_lot_number {
    border: none;
    margin-bottom: 0;
  }
}
#contents_form .form_contents .form_list dl.check_battery_lot_number dd p.input_sample {
  width: 69.0666666667vw;
  margin: 0 auto;
  padding-top: 1em;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.referred_by_store {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.referred_by_store dt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioItem {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}
#contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioItem:not(:last-of-type) {
  margin-right: 2.1333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioItem:not(:last-of-type) {
    margin-right: 16px;
  }
}
#contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border-radius: 9999px;
  background-color: #dddddd;
  cursor: pointer;
  padding: 0;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioButton {
    width: 35px;
    height: 35px;
  }
}
#contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 4vw;
  height: 4vw;
  margin: auto;
  border-radius: 9999px;
  background-color: #45CA99;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.referred_by_store dd .input_list .radioButton:checked::after {
    width: 20px;
    height: 20px;
  }
}
#contents_form .form_contents .form_list dl.questionnaire dd .input_list {
  display: block;
}
#contents_form .form_contents .form_list dl.questionnaire dd .input_list select {
  width: 100%;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.questionnaire dd .input_list select {
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.store_phone dd .input_list input {
    width: 350px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.postal_code {
    border: none;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#contents_form .form_contents .form_list dl.postal_code dd .input_list p.sub_word {
  margin: 0 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_list p.sub_word {
    margin: 0 20px;
  }
}
#contents_form .form_contents .form_list dl.postal_code dd .input_list input.postal_code_first {
  width: 9.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_list input.postal_code_first {
    width: 70px;
  }
}
#contents_form .form_contents .form_list dl.postal_code dd .input_list input.postal_code_last {
  width: 16vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_list input.postal_code_last {
    width: 120px;
  }
}
#contents_form .form_contents .form_list dl.postal_code dd .input_sample {
  padding-top: 0.5em;
}
#contents_form .form_contents .form_list dl.postal_code dd .input_sample p {
  font-size: 3.0666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_sample p {
    font-size: 14px;
  }
}
#contents_form .form_contents .form_list dl.postal_code dd .input_sample .input_sample_confirm {
  margin-top: 20px;
}
#contents_form .form_contents .form_list dl.postal_code dd .input_sample .input_sample_confirm span {
  display: block;
  font-size: 2.1333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_sample .input_sample_confirm span {
    font-size: 10px;
  }
}
#contents_form .form_contents .form_list dl.postal_code dd .input_sample .input_sample_confirm span.bold {
  font-weight: bold;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.postal_code dd .input_sample .input_sample_confirm span.bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form .form_contents .form_list dl.search_target {
    border: none;
    margin-bottom: 0;
  }
}
#contents_form .form_contents .form_list dl.search_target dd .input_list select {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list dl.search_target dd .input_list select {
    width: 400px;
  }
}
#contents_form .form_contents .form_list .more_info {
  margin-bottom: 2em;
}
#contents_form .form_contents .form_list .more_info ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 2.4vw;
  color: #707070;
  line-height: 2;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_list .more_info ul li {
    font-size: 13px;
  }
}
#contents_form .form_contents .form_list .more_info ul li a {
  color: #707070;
  text-decoration: underline;
}
#contents_form .form_contents .form_card_info {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_card_info {
    width: 100%;
    max-width: 946px;
  }
}
#contents_form .form_contents .form_flex {
  margin-bottom: 6.6666666667vw;
  padding: 0 0 6.6666666667vw;
  border-bottom: 1px dotted #C9C9C9;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_flex .form_block {
    width: 710px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_flex .form_block dl dt {
    width: 280px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_flex .form_block dl dd {
    width: 400px;
  }
}
#contents_form .form_contents .form_flex .image_block {
  width: 69.0666666667vw;
  margin: 0 auto;
  padding: 0.75em 0 0;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_contents .form_flex .image_block {
    width: 217px;
    margin: 0;
  }
}
#contents_form .form_contents .form_flex .image_block p:nth-child(2) {
  margin-top: 1em;
}
#contents_form .form_contents .form_flex .image_block p.zoomable-image {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#contents_form .form_contents .form_flex .image_block p.zoomable-image::after {
  content: "+";
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
}
#contents_form .form_card_note {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #contents_form .form_card_note {
    width: 100%;
    max-width: 946px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form .btn-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
#contents_form .btn-box p.inquiry-form-sec__btn {
  width: auto;
}
#contents_form .btn-box p.inquiry-form-sec__btn button, #contents_form .btn-box p.inquiry-form-sec__btn a {
  border-radius: 9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 59.0666666667vw;
  height: 14.5333333333vw;
  margin: 0 auto 4.6666666667vw;
  font-size: 3.8666666667vw;
  font-weight: bold;
  color: #ffffff;
  background: #00B06F;
  text-decoration: none;
  position: relative;
  border: none;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  #contents_form .btn-box p.inquiry-form-sec__btn button, #contents_form .btn-box p.inquiry-form-sec__btn a {
    width: 377px;
    height: 93px;
    font-size: 25px;
    margin: 0 auto 10px;
  }
}
#contents_form .btn-box p.inquiry-form-sec__btn button::after, #contents_form .btn-box p.inquiry-form-sec__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../img/icon_arrow_white_right_01.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form .btn-box p.inquiry-form-sec__btn button::after, #contents_form .btn-box p.inquiry-form-sec__btn a::after {
    right: 22px;
    width: 22px;
    height: 22px;
  }
}
#contents_form .btn-box p.inquiry-form-sec__btn button:hover, #contents_form .btn-box p.inquiry-form-sec__btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnBack button, #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnBack a {
  background: #00B06F;
}
#contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnBack button::after, #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnBack a::after {
  right: auto;
  left: 4vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../img/icon_arrow_white_right_01.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnBack button::after, #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnBack a::after {
    right: auto;
    left: 22px;
  }
}
#contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnPayment button, #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnPayment a {
  background: #F6B217;
}
#contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnClose button, #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnClose a {
  background: #00B06F;
}
#contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnClose button::after, #contents_form .btn-box p.inquiry-form-sec__btn.inquiry-form-sec__btnClose a::after {
  display: none;
}
@media only screen and (max-width: 750px) {
  #contents_form.form_confirm .form_wrap .form_contents .form_list dl {
    margin-bottom: 6.6666666667vw;
    padding: 0 3.3333333333vw 6.6666666667vw;
    border-bottom: 1px dotted #C9C9C9;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_confirm .form_wrap .form_contents .form_list dl dt {
    width: 550px;
    margin-bottom: 0;
  }
}
#contents_form.form_confirm .form_wrap .form_contents .form_list dl dd {
  color: #000000;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_confirm .form_wrap .form_contents .form_list dl dd {
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish .form_list {
    padding-bottom: 8vw;
  }
}
#contents_form.form_finish .form_list .check_frame_number, #contents_form.form_finish .form_list .check_battery_lot_number {
  display: block !important;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .form_list .check_frame_number, #contents_form.form_finish .form_list .check_battery_lot_number {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#contents_form.form_finish .comp_head {
  width: 93.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .comp_head {
    width: 800px;
    margin: 0 auto 80px;
  }
}
#contents_form.form_finish .comp_head h2 {
  width: 79.7333333333vw;
  margin: 0 auto 4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .comp_head h2 {
    width: 687px;
    margin: 0 auto 30px;
  }
}
#contents_form.form_finish .comp_head .comp_head_info {
  border: 2px solid #d83800;
  border-radius: 10px;
  padding: 1em 0;
}
#contents_form.form_finish .comp_head .comp_head_info p {
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #d83800;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .comp_head .comp_head_info p {
    font-size: 16px;
  }
}
#contents_form.form_finish .warranty_info {
  width: 86vw;
  font-size: 3.2vw;
  margin: 0 auto 9.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_info {
    padding-top: 88px;
    width: 100%;
    max-width: 1022px;
    font-size: 18px;
    margin: 0 auto 60px;
  }
}
#contents_form.form_finish .inqury_info {
  background: #F2F2F2;
  width: 76.5333333333vw;
  margin: 0 auto;
  padding: 5.3333333333vw;
  border-radius: 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .inqury_info {
    padding: 38px 43px;
    width: auto;
    font-size: 18px;
    border-radius: 20px;
  }
}
#contents_form.form_finish .inqury_info h3 {
  font-size: 3.7333333333vw;
  margin: 0 0 0.5em;
  color: #444444;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .inqury_info h3 {
    font-size: 20px;
  }
}
#contents_form.form_finish .inqury_info h3::before {
  display: none;
}
#contents_form.form_finish .inqury_info p {
  color: #444444;
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .inqury_info p {
    font-size: 16px;
  }
}
#contents_form.form_finish .inqury_info p span {
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .inqury_info p span {
    font-size: 13px;
  }
}
#contents_form.form_finish .inqury_info p span.bold {
  font-weight: bold;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .inqury_info p span.bold {
    font-size: 18px;
  }
}
#contents_form.form_finish .form_attention_outer {
  padding-top: 13.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish .form_attention_outer {
    width: 92vw;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .form_attention_outer {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
#contents_form.form_finish .form_attention_outer .form_attention {
  border: 2px solid #d83800;
  border-radius: 10px;
  padding: 1em 0;
}
#contents_form.form_finish .form_attention_outer .form_attention p {
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #d83800;
  line-height: 1.4;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .form_attention_outer .form_attention p {
    font-size: 16px;
  }
}
#contents_form.form_finish .warranty_period {
  border-top: 1px dotted #C5C5C5;
  padding: 5.3333333333vw 3.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_period {
    max-width: 990px;
    margin: 0 auto;
    padding: 50px 0;
  }
}
#contents_form.form_finish .warranty_period h3 {
  font-size: 5.3333333333vw;
  margin-bottom: 4vw;
  color: #00B06F;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_period h3 {
    font-size: 25px;
    margin-bottom: 47px;
  }
}
#contents_form.form_finish .warranty_period h3::before {
  display: none;
}
#contents_form.form_finish .warranty_period .warranty_period_img {
  width: 82.2666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_period .warranty_period_img {
    width: 997px;
    margin: 0 auto 12px;
  }
}
#contents_form.form_finish .warranty_period .warranty_period_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_period .warranty_period_link {
    margin-right: 20px;
  }
}
#contents_form.form_finish .warranty_period .warranty_period_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#contents_form.form_finish .warranty_period .warranty_period_link a::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_green_right_01.png) no-repeat center center;
  background-size: 100% auto;
  width: 1.0666666667vw;
  height: 1.7333333333vw;
  margin-left: 1.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_period .warranty_period_link a::after {
    width: 8px;
    height: 13px;
    margin-left: 11px;
  }
}
#contents_form.form_finish .warranty_period .warranty_period_link a span {
  font-size: 2.4vw;
  font-weight: bold;
  color: #00B06F;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish .warranty_period .warranty_period_link a span {
    font-size: 18px;
  }
}
#contents_form.form_finish .warranty_period .warranty_period_link a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot {
    padding: 40px 0 100px 0;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_head {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_head .form_head_mv {
    width: 150px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_head .flow {
    margin-bottom: 20px;
  }
}
#contents_form.form_finish_shot .form_wrap .form_contents .comp_head {
  width: 93.3333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_contents .comp_head {
    width: 800px;
    margin: 0 auto 40px;
  }
}
#contents_form.form_finish_shot .form_wrap .form_contents .comp_head h2 {
  width: 92vw;
  margin: 0 auto 4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_contents .comp_head h2 {
    width: 500px;
    margin: 0 auto 20px;
  }
}
#contents_form.form_finish_shot .form_wrap .form_contents .comp_head .comp_head_info {
  border: 2px solid #d83800;
  border-radius: 10px;
  padding: 1em 0;
}
#contents_form.form_finish_shot .form_wrap .form_contents .comp_head .comp_head_info p {
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #d83800;
  line-height: 1.4;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_contents .comp_head .comp_head_info p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_contents h2.green {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish_shot .form_wrap .form_contents .form_list {
    padding-bottom: 8vw;
  }
}
#contents_form.form_finish_shot .form_wrap .form_contents .form_list .check_frame_number, #contents_form.form_finish_shot .form_wrap .form_contents .form_list .check_battery_lot_number {
  display: block !important;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_contents .form_list .check_frame_number, #contents_form.form_finish_shot .form_wrap .form_contents .form_list .check_battery_lot_number {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#contents_form.form_finish_shot .form_wrap .form_contents .form_list dl {
  margin-bottom: 4vw;
  padding: 0 3.3333333333vw 4vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form.form_finish_shot .form_wrap .form_contents .form_list dl {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish_warranty .form_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish_warranty .form_list dl dt {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
            flex: none !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish_warranty .form_list dl dt:after {
    content: ":";
    margin: 0 0.25em;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish_warranty .form_list dl dt span {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}
@media only screen and (max-width: 750px) {
  #contents_form.form_finish_warranty .form_list dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.25em;
  }
}
#contents_form.form_finish_warranty .form_list .check_frame_number, #contents_form.form_finish_warranty .form_list .check_battery_lot_number {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#contents_form #contents_ecommerce .ecommerce_wrap {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_wrap {
    width: 100%;
    max-width: 1048px;
  }
}
#contents_form #contents_ecommerce .ecommerce_head {
  padding: 5.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_head {
    padding: 40px;
  }
}
#contents_form #contents_ecommerce .ecommerce_head h2 {
  text-align: center;
  margin-bottom: 0;
}
#contents_form #contents_ecommerce .ecommerce_sec {
  margin-bottom: 13.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec {
    margin-bottom: 60px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec h2.green {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec h2.green {
    margin-bottom: 23px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec p {
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec p {
    font-size: 16px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec p.ecommerce_price_list {
  font-size: 4vw;
  color: #444444;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec p.ecommerce_price_list {
    font-size: 18px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
#contents_form #contents_ecommerce .ecommerce_sec .table_box {
  width: 320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box {
    width: 100%;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec .table_box table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  border-top: 1px solid #ccc;
  width: 320px;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box table {
    width: 100%;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th {
  background: #e6e6e6;
  width: 320px;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th {
    width: 20%;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th, #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr td {
  border: 1px solid #ccc;
  line-height: 1.6;
  border-top: none;
  width: 320px;
}
@media only screen and (max-width: 750px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th, #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr td {
    display: block;
    width: 320px;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th:first-child, #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr td:first-child {
    border-left: none;
  }
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th:last-child, #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr td:last-child {
    border-right: none;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th span, #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr td span {
  display: block;
  padding: 1pc;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr th span, #contents_form #contents_ecommerce .ecommerce_sec .table_box table tr td span {
    font-size: 16px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec.ecommerce_price p.ecommerce_price_img {
  padding: 0.5em 0 0;
}
#contents_form #contents_ecommerce .ecommerce_sec.ecommerce_info p {
  color: #444444;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec.ecommerce_info p {
    font-size: 16px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec.ecommerce_info p span {
  font-size: 2.8vw;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec.ecommerce_info p span {
    font-size: 13px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec.ecommerce_info p.mid_title {
  font-size: 4vw;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec.ecommerce_info p.mid_title {
    font-size: 18px;
  }
}
#contents_form #contents_ecommerce .ecommerce_sec.ecommerce_warranty p.ecommerce_warranty_img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 751px) {
  #contents_form #contents_ecommerce .ecommerce_sec.ecommerce_warranty p.ecommerce_warranty_img {
    width: 80%;
  }
}