@charset "UTF-8";
/* CSS Document */

body{
  font-family:"Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


.logo {
  width: 336px;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  .logo{
    width:56vw;
    margin-left: 5.333vw;
  }
}


section {
  max-width: 800px;
  margin: auto;
  width: 90%;
}
@media screen and (max-width:750px) {
  section {
    width:89.333vw;
  }
}

h1{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  h1{
    margin-bottom: 6.533vw;
  }
}
h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:750px) {
  h2 {
    font-size: 5.067vw;
    line-height: 1.57;
  }
}
h3{
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  h3{
    font-size: 4.533vw;
    line-height: 1.5;
  }
}
p{
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width:750px) {
  p{
    font-size: 3.467vw;
    line-height: 1.8;
  }
}
header{
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 64px;
}
@media screen and (max-width:750px) {
  header{
    padding: 5.333vw 0 5.067vw;
    border-bottom: 0.267vw solid #CCCCCC;
    margin-bottom: 13.067vw;
  }
}

.intro{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .intro{
    margin-bottom: 12vw;
  }
}
.intro h2{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .intro h2 {
    margin-bottom: 6.8vw;
  }
}
.lp_desc{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .lp_desc{
    margin-bottom: 12vw;
  }
}


.caution h3{
  color: #fff;
  background: #CC0000;
  padding: 12px 0 12px 16px;
  
}
@media screen and (max-width:750px) {
  .caution h3{
    font-size: 4.533vw;
    line-height: 1.3;
    padding: 3.467vw 0 3.6vw 4.267vw;
  }
}
.caution .list{
  color: #CC0000;
  font-weight: bold;
  border: 2px solid #CC0000;
  padding: 30px 32px;
}
@media screen and (max-width:750px) {
  .caution .list{
    border: 0.533vw solid #CC0000;
    padding: 5.333vw 5.333vw 4.133vw 5.333vw;
  }
}
.caution .list p{
  text-indent: -1em;
  padding-left: 1em;
}



.term_and_product{
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .term_and_product{
    margin-bottom: 12vw;
  }
}
.term_and_product >div:not(:last-of-type){
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .term_and_product >div:not(:last-of-type){
    margin-bottom: 12vw;
  }
}
.term_and_product >div h3{
  margin-bottom: 30px;
}
@media screen and (max-width:750px) {
  .term_and_product >div h3{
    margin-bottom: 4.667vw;
  }
}
.term_and_product >div p{
  text-indent: -1em;
  padding-left: 1em;
}
.term_and_product .line-ap p {
  text-indent: unset;
  padding-left: 0;

}

.caution p, .term_and_product p, .confirmation_required p {
  margin-bottom: 18px;
}
.caution p:last-child, .term_and_product p:last-child, .confirmation_required p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .caution p, .term_and_product p, .confirmation_required p {
    margin-bottom: 15px;
  }
}

.term_and_product .product p:not(:last-of-type){
  margin-bottom: 28px;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width:750px) {
  .term_and_product .product p:not(:last-of-type){
    margin-bottom: 6.267vw;
  }
}
.term_and_product .product p span{
  font-weight: bold;
}
.term_and_product p span.small {
  font-weight: normal;
  font-size: .81rem;
}

.product .catalog-list {
  width: 100%;
  margin: 0 auto;
  /* display: flex; */
  /* flex-wrap: wrap;
  justify-content: space-between; */
}
@media screen and (max-width:750px) {
  .product .catalog-list {
    display: block;
  }
}
.product .catalog-list .item{
  /* width: 48%; */
  margin-bottom: 32px;
}
@media screen and (min-width:751px) {
  .product .catalog-list .item:nth-last-child(-n+1){
    margin-bottom: 0;
  }
}
/* @media screen and (max-width:750px) {
  .product .catalog-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
} */

.confirmation_required{
  margin-bottom: 81px;
}
@media screen and (max-width:750px) {
  .confirmation_required{
    margin-bottom: 12.8vw;
  }
}
.confirmation_required h2{
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 35px 0;
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .confirmation_required h2{
    border-top: 0.267vw solid #CCCCCC;
    border-bottom: 0.267vw solid #CCCCCC;
    padding: 6.133vw 0 6.4vw;
    margin-bottom: 12vw;
  }
}
.confirmation_required h3{
  margin-bottom: 20px;
}
@media screen and (max-width:750px) {
  .confirmation_required h3{
    margin-bottom: 4.667vw;
  }
}
.privacy_link{
  margin: 36px 0 72px;
  text-decoration: underline;
}
@media screen and (max-width:750px) {
  .privacy_link{
    margin: 6.667vw 0 11.2vw;
  }
}

.line_wrap p{
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  .line_wrap p{
    font-size: 4.533vw;
  }
}
.above_btn{
  margin-bottom: 20px;
}
@media screen and (max-width:750px) {
  .above_btn{
    margin-bottom: 3.6vw;
  }
}
.line_btn{
  width: 560px;
  margin: auto;
  background: #06C755;
  color: #fff;
  border-radius: 90px;
}
@media screen and (max-width:750px) {
  .line_btn {
    width:80vw;
  }
}
.line_btn a{
  display: block;
  padding: 36px 0;
}
@media screen and (max-width:750px) {
  .line_btn a{
    padding: 5.6vw 0;
  }
}

footer{
  border-top: 1px solid #CCCCCC;
  text-align: center;
  padding: 40px 0 39px;
}
@media screen and (max-width:750px) {
  footer{
    border-top: 0.267vw solid #CCCCCC;
    padding: 7.467vw 0 7.2vw;
  }
}
footer div{
  width: 336px;
  margin: 0 auto 17px;
}
@media screen and (max-width:750px) {
  footer div{
    width: 56vw;
    margin: 0 auto 4.933vw;
  }
}
footer p{
  font-size: 13px;
}
@media screen and (max-width:750px) {
  footer p{
    font-size: 2.933vw;
  }
}