@charset "UTF-8";

/********** com **********/
.article-heading h2{
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 900;
}
.article-heading h2 span{
  font-size: 6.7rem;
  font-weight: 600;
}
.article-sidetxt{
  position: absolute;
  top: 20px;
  left: -100px;
  transform: translate(-100%, -50%) rotate(-90deg);
  transform-origin:center right;
  -webkit-transform: translate(-100%, -50%) rotate(-90deg);
  -webkit-transform-origin:center right;
  -ms-transform: translate(-100%, -50%) rotate(-90deg);
  -ms-transform-origin:center right;
  color: #5C554D;
}
.article-sidetxt span{
  padding-left: 160px;
}
.article-sidetxt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 140px;
  height: 1px;
  background-color: #B5B0A9;
}
.article-bktxt::before{
  position: absolute;
  z-index: -1;
  font-size: 14.0rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(240, 238, 236, 0.85);
  font-family: 'Montserrat', sans-serif;

}

/********** kv **********/
.kv .inner1{
  padding-top: 70px;
}
.kv .inner1::before{
  content: "";
  position: absolute;
  top: 0;
  right: 370px;
  z-index: -1;
  width: 100vw;
  height: 490px;
  background-color: #1F1F1F;
}
.kv-heading h1{
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.kv-heading h1 span, .kv-heading h1 small{
  display: block;
}
.kv-heading h1 span{
  font-size: 8.9rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.kv-heading h1 small{
  font-size: 2.4rem;
  font-weight: 900;
}
.kv-img{
  width: 945px;
  margin: -115px auto 0;
}


/********** howtouse **********/
.howtouse{
  padding-top: 100px;
}
.howtouse::before{
  content: "";
  position: absolute;
  top: -175px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  background-color: #F0EEEC;
}
.howtouse-heading{
  margin-bottom: 50px;
}
.howtouse-heading h2{
  margin-bottom: 30px;
}
.howtouse-heading h2 span{
  display: block;
}
.howtouse-content ul{
  justify-content: center;
  margin-bottom: 50px;
}
.howtouse-content ul li{
  width: 33.3%;
  padding: 60px 40px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  color: #fff;
}
.howtouse-content ul li:first-of-type{
  background-image: url(../img/howtouse-bkimg01.jpg);
}
.howtouse-content ul li:nth-of-type(2){
  background-image: url(../img/howtouse-bkimg02.jpg);
}
.howtouse-content ul li:nth-of-type(3){
  background-image: url(../img/howtouse-bkimg03.jpg);
}
.howtouse-content ul li > span{
  display: block;
  font-size: 4.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.5;
}
.howtouse-content ul li h3{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  height: 75px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.howtouse-content ul li h3::before{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #fff;
}

/********** contact-bnr **********/
.contact-bnr{
  margin-top: 140px;
  padding: 65px 0;
  color: #fff;
  background-image: url(../img/contact-bnr-bkimg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.contact-bnr::before, .contact-bnr::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
}
.contact-bnr::before {
  height: 40px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-color: #fff;
}
.contact-bnr::after{
  height: 65px;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  background-color: #707070;
}
.contact-bnr h2{
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-bnr p:first-of-type{
  line-height: 1.5;
}
a.contact-lnk, a.tel-lnk{
  display: block;
  line-height: 60px;
  margin: 0 auto;
}
a.contact-lnk{
  width: 470px;
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
}
a.tel-lnk{
  width: 390px;
  font-size: 2.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}
.contact-bnr p:nth-of-type(2){
  font-size: 1.4rem;
  margin-top: 15px;
}

/********** feature **********/
.feature, .access, .faq{
  padding-top: 120px;
}
.feature-heading{
  margin-bottom: 80px;
}
.feature-heading h2 span, .access-heading h2 span{
  margin-right: 45px;
}
.feature-heading .article-bktxt::before{
  content: "FEATURE";
  bottom: -20px;
  left: -10px;
}
.feature-content ul li{
  justify-content: space-between;
}

.feature-content ul li:not(:last-of-type){
  margin-bottom: 60px;
}
.feature-content-txt{
  width: 35%;
}
.feature-content ul li:nth-child(odd) .feature-content-txt{
  margin-left: 97.5px;
}
.feature-content ul li:nth-child(even) .feature-content-txt{
  margin-right: 97.5px;
}
.feature-content-txt h3{
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.feature-content-txt h3 span{
  display: block;
  font-size: 10.5rem;
  font-weight: 400;
  color: #D3D3D3;
}
.feature-content-img{
  width: 50%;
  margin-top: 140px;
}
.feature-content ul li::before{
  content: "";
  position: absolute;
  top: 65px;
  bottom: 30px;
  z-index: -1;
  width: 100vw;
  background-color: #F0EEEC;
}
.feature-content ul li:nth-child(odd)::before{
  right: 350px;
}
.feature-content ul li:nth-child(even)::before{
  left: 350px;
}

/********** membership **********/
.membership{
  padding-top: 140px;
}
.membership-heading h2{
  text-align: center;
  z-index: 10;
}
.membership-heading h2 span{
  display: block;
}
.membership-heading .article-bktxt::before {
  content: "MEMBERSHIP";
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.membership-content_box{
  padding: 150px 0 80px;
  background-color: #F0EEEC;
  width: 790px;
  margin: -80px auto 80px;
}
.membership-list1{
  flex-direction: column;
  align-items: center;
}
.membership-list1 li{
  width: 590px;
  text-align: center;
  padding: 50px 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #707070;
  margin-bottom: 60px;
}
.membership-list1 li:first-of-type{
  background-image: url(../img/membership-bkimg01.jpg);
}
.membership-list1 li:nth-of-type(2){
  background-image: url(../img/membership-bkimg02.jpg);
}
.membership-list1 li:nth-of-type(3){
  background-image: url(../img/membership-bkimg03.jpg);
}
.membership-list1 li h3, .membership-list1 li p{
  font-size: 2.0rem;
  font-weight: 500;
}
.membership-list1 li h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 240px;
  line-height: 45px;
  background-color: #1F1F1F;
  color: #fff;
}
.membership-content_box > h3{
  text-align: center;
  width: 650px;
  margin: 0 auto 15px;
  font-size: 2.0rem;
  font-weight: 500;
}
.membership-content_box>h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.membership-content_box > h3 > span{
  background-color: #F0EEEC;
  width: 180px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.membership-content_box > h3 > span p:last-of-type{
  font-size: 1.6rem;
  background-color: #1F1F1F;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
}
.membership-list2{
  width: 590px;
  margin: 0 auto;
  justify-content: space-between;
  font-size: 1.6rem;
}
.membership-list2 > div{
  padding-left: 20px;
}
.membership-list2 > div li{
  list-style: disc;
}
.membership-list2 > div:last-of-type{
  width: 25%;
}
.membership-list2 > div:last-of-type li:last-of-type{
  text-align: right;
  list-style: none;
}
.flex.membership-list3{
  justify-content: space-between;
}
.flex.membership-list3 li:first-of-type{
  justify-content: center;
  align-items: center;
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  background-color: #1F1F1F;
  color: #fff;
}
.flex.membership-list3 li:nth-of-type(-n+3){
  width: 30.7%;
  margin-bottom: 30px;
}
.flex.membership-list3 li:nth-of-type(n+4){
  width: 48%;
}

/********** access **********/
.access-heading{
  margin-bottom: 45px;
}
.access-heading .article-bktxt::before{
  content: "ACCESS";
  bottom: -20px;
  left: 0px;
}
.access-map{
  margin-bottom: 30px;
}
.access-table__1, .access-table__2{
  width: 50%;
}
.access-table__ th, .access-table__ td{
  font-size: 1.6rem;
  font-weight: 600;
}
.access-table__ tr:first-of-type th{
  padding-bottom: 30px;
}
.access-table__ td{
  padding-left: 10px;
}
.access-table__1 table th span, .access-table__2 table th span{
  background-color: #1F1F1F;
  color: #fff;
  display: block;
}
.access-table__1 table th span{
  width: 80px;
}
.access-table__2 table th span{
  width: 140px;
}

/********** faq **********/
.faq-heading .article-bktxt::before{
  content: "FAQ";
  bottom: -20px;
  left: 0px;
}
.faq-heading{
  margin-bottom: 60px;
}
.faq-content {
  width: 790px;
  margin: 0 auto;
}
.faq-content .faq-q{
  background-color: #F0EEEC;
  border-top: 1px solid #707070;
}
.faq-content ul li:last-of-type .faq-a{
  border-bottom: 1px solid #707070;
}
.faq-content .faq-q, .faq-content .faq-a{
  padding: 10px 25px 10px 50px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  line-height: 1.5;
}
.faq-content .faq-a{
  padding-bottom: 30px;
}
.faq-content .faq-q::before, .faq-content .faq-a::before{
  position: absolute;
  top: 12px;
  left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.faq-content .faq-q::before{
  content: "Q : "
}
.faq-content .faq-a::before{
  content: "A : "
}

/********** contact-form__ **********/
.contact-form__{
  padding-top: 200px;
  margin-bottom: 80px;
}
.contact-form__-heading{
  margin-bottom: 60px;
}
.contact-form__-heading .article-bktxt::before{
  content: "CONTACT";
  bottom: -20px;
  left: 0px;
}
#wpcf7-f6-p7-o1{
  width: 790px;
  margin: 0 auto;
}
#wpcf7-f6-p7-o1 table.table-contact {
  width: 100%;
  margin-bottom: 30px;
}
#wpcf7-f6-p7-o1 input[type="text"], #wpcf7-f6-p7-o1 input[type="email"], #wpcf7-f6-p7-o1 input[type="url"], #wpcf7-f6-p7-o1 input[type="tel"], #wpcf7-f6-p7-o1 textarea {
  background: #F0EEEC;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  border: none;
}
#wpcf7-f6-p7-o1 .required {
  color: #cc1111;
  font-size: 1.4rem;
  padding-left: 3px;
}
#wpcf7-f6-p7-o1 input[type="submit"], .submit-btn a {
  color: #fff;
  letter-spacing: 2em;
  text-indent: 2em;
  padding: 15px 50px;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background: #1F1F1F;
  text-decoration: none;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
#wpcf7-f6-p7-o1  p.caution {
  font-size: 1.4rem;
  color: #cc1111;
  font-weight: bold;
}
#wpcf7-f6-p7-o1 .titleSet, #wpcf7-f6-p7-o1 .complete{
  text-align: center;
}



/********** btm-area **********/
.btm-area{
  width: 100%;
  height: 80px;
  background-color: #1F1F1F;
}

@media screen and (min-width: 769px) {
  /********** kv **********/
  .kv-txt{
    position: absolute;
    right: 10px;
    top: 70px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    flex-direction: column;
    letter-spacing: 0.3em;
  }
  .kv-txt p:not(:first-of-type){
    margin-right: 10px;
  }
  .kv-txt p span{
    font-size: 2.4rem;
    font-weight: 900;
    background-color: #1F1F1F;
    color: #fff;
    padding: 10px 5px 30px;
  }

  /********** feature **********/
  .feature-content ul li:nth-child(even){
    flex-direction: row-reverse;
  }

  /********** contact-form__ **********/
  #wpcf7-f6-p7-o1 table.table-contact th {
    width: 30%;
    border-bottom: 1px solid #F0EEEC;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
  }
  #wpcf7-f6-p7-o1 table.table-contact td {
    width: 70%;
    border-bottom: 1px solid #F0EEEC;
    padding: 10px;
    vertical-align: middle;
  }
  #wpcf7-f6-p7-o1 input[type="submit"]:hover{
    opacity: 0.8;
  }
  #wpcf7-f6-p7-o1 .form__radio{
    vertical-align: middle;
  }
  #wpcf7-f6-p7-o1 .form__radio span{
    font-size: 1.8rem;
  }
  #wpcf7-f6-p7-o1 .form__radio span:not(:last-of-type){
    margin-right: 30px;
  }
  #wpcf7-f6-p7-o1 [type="radio"]{
    cursor: pointer;
  }

}

@media screen and (max-width: 768px) {
  /********** com **********/
  .article-heading h2{
    font-size: 8vw;
    text-align: center;
  }
  .article-heading h2 span{
    font-size: 12vw;
  }
  .article-sidetxt{
    position: absolute;
    top: 20px;
    left: -100px;
    transform: translate(-100%, -50%) rotate(-90deg);
    transform-origin:center right;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -webkit-transform-origin:center right;
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform-origin:center right;
    color: #5C554D;
  }
  .article-sidetxt span{
    display: none;
  }
  .article-bktxt::before{
    font-size: 5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  /********** kv **********/
  .kv .inner1{
    padding-top: 10vw;
  }
  .kv .inner1::before{
    right: 5%;
    height: 490px;
  }
  .kv-heading h1{
    font-size: 10vw;
  }
  .kv-heading h1 span, .kv-heading h1 small{
    display: block;
  }
  .kv-heading h1 span{
    font-size: 16vw;
    margin-bottom: 3vw;
  }
  .kv-heading h1 small{
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .kv-img{
    width: 100vw;
    margin: 7vw auto 0 12vw;
  }
  .kv-txt{
    position: absolute;
    left: 4vw;
    bottom: 7vw;
    flex-direction: column;
    letter-spacing: 0.3em;
  }
  .kv-txt p:not(:first-of-type){
    margin-top: 10px;
  }
  .kv-txt p span{
    font-weight: 700;
    background-color: #1F1F1F;
    color: #fff;
    padding: 2vw 3vw;
  }


  /********** howtouse **********/
  .howtouse{
    padding-top: 25vw;
  }
  .howtouse::before{
    top: -40vw;
    height: 200vw;
  }
  .howtouse-heading{
    margin-bottom: 12vw;
  }
  .howtouse-heading h2{
    margin-bottom: 7vw;
  }
  .howtouse-heading p{
    text-align: center;
  }
  .howtouse-heading .article-bktxt::before{
    content: "HOW TO USE";
    color: #fff;
    bottom: 2.5vw;
    width: 100vw;
  }
  .howtouse-content ul{
    margin-bottom: 12vw;
  }
  .howtouse-content ul li{
    width: 100%;
    padding: 10vw 8vw;
  }
  .howtouse-content ul li:not(:first-of-type){
    border-top: 0.2vw solid #fff;
  }
  .howtouse-content ul li > span{
    font-size: 12vw;
  }
  .howtouse-content ul li h3{
    font-size: 6vw;
    height: 7vw;
    margin-bottom: 12vw;
  }
  .howtouse-content ul li h3::before{
    bottom: -6vw;
    width: 25vw;
    height: 0.2vw;
  }
  .howtouse-map iframe{
    height: 125vw;
  }

  /********** contact-bnr **********/
  .contact-bnr{
    margin-top: 30vw;
    padding: 12vw 0;
  }
  .contact-bnr::before, .contact-bnr::after{
    width: 0.2vw;
  }
  .contact-bnr::before {
    height: 8vw;
  }
  .contact-bnr::after{
    height: 10vw;
  }
  .contact-bnr h2{
    font-size: 8vw;
    line-height: 1.5;
    margin-bottom: 7vw;
  }
  a.contact-lnk, a.tel-lnk{
    display: block;
    line-height: 60px;
    margin: 0 auto;
  }
  a.contact-lnk{
    width: 75vw;
    font-size: 6vw;
    border-width: 0.2vw;
    margin-top: 7vw;
  }
  a.tel-lnk{
    width: 75vw;
    font-size: 7vw;
    margin-top: 7vw;
  }
  .contact-bnr p:nth-of-type(2){
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 5vw;
  }

  /********** feature **********/
  .feature, .access, .faq{
    padding-top: 25vw;
  }
  .feature-heading{
    margin-bottom: 10vw;
  }
  .feature-heading h2 span, .access-heading h2 span{
    margin-right: 0;
    display: block;
  }
  .feature-heading .article-bktxt::before{
    bottom: 2.5vw;
    left: 50%;
  }
  .feature-content ul li:last-of-type{
    margin-bottom: 10vw;
  }
  .feature-content ul li:not(:last-of-type){
    margin-bottom: 15vw;
  }
  .feature-content-txt{
    width: 100%;
  }
  .feature-content ul li:nth-child(odd) .feature-content-txt{
    margin-left: 0;
  }
  .feature-content ul li:nth-child(even) .feature-content-txt{
    margin-right: 0;
  }
  .feature-content-txt h3{
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .feature-content-txt h3 span{
    font-size: 14vw;
  }
  .feature-content-img{
    width: 100%;
    margin-top: 3vw;
  }
  .feature-content ul li::before{
    top: 10vw;
    bottom: -10vw;
  }
  .feature-content ul li:nth-child(odd)::before{
    right: 20vw;
  }
  .feature-content ul li:nth-child(even)::before{
    left: 40vw;
  }

  /********** membership **********/
  .membership{
    padding-top: 25vw;
  }
  .membership-heading .article-bktxt::before {
    bottom: 2.5vw;
  }
  .membership-content_box{
    padding: 22vw 4vw 10vw;
    width: 100%;
    margin: -6vw auto 10vw;
  }
  .membership-list1 li{
    width: 100%;
    padding: 9vw 0 5vw;
    border-width: 0.2vw;
    margin-bottom: 15vw;
  }
  .membership-list1 li h3, .membership-list1 li p{
    font-size: 4.8vw;
  }
  .membership-list1 li h3 {
    width: 70vw;
    line-height: 12vw;
  }
  .membership-content_box > h3{
    width: 100%;
    margin: 0 auto 3vw;
    font-size: 4.8vw;
  }
  .membership-content_box>h3::before {
    height: 0.2vw;
  }
  .membership-content_box > h3 > span{
    width: 42vw;
  }
  .membership-content_box > h3 > span p:last-of-type{
    font-size: 4vw;
    padding: 0 1vw;
    margin-left: 3vw;
  }
  .membership-list2{
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 4vw;
  }
  .membership-list2 > div{
    padding-left: 5vw;
  }
  .membership-list2 > div:last-of-type{
    width: 100%;
  }
  .flex.membership-list3{
    justify-content: space-between;
  }
  .flex.membership-list3 li:first-of-type{
    font-size: 6vw;
    padding: 3vw 0;
  }
  .flex.membership-list3 li:nth-of-type(-n+3){
    width: 49%;
    margin-bottom: 2vw;
  }
  .flex.membership-list3 li:first-of-type{
    width: 100%;
  }
  .flex.membership-list3 li:nth-of-type(n+4){
    width: 49%;
  }

  /********** access **********/
  .access-heading{
    margin-bottom: 7vw;
  }
  .access-heading .article-bktxt::before{
    bottom: 2.5vw;
    left: 50%;
  }
  .access-map{
    margin-bottom: 7vw;
  }
  .access-map iframe{
    height: 120vw;
  }
  .access-table__1, .access-table__1 table, .access-table__2, .access-table__2 table{
    width: 100%;
  }
  .access-table__ th, .access-table__ td{
    font-size: 4vw;
    font-weight: 600;
    display: block;
  }
  .access-table__ tr:first-of-type th{
    padding-bottom: 0;
  }
  .access-table__ td{
    padding: 0 2vw 5vw;
    text-align: center;
  }
  .access-table__1 table th span, .access-table__2 table th span{
    width: 100%;
  }

  /********** faq **********/
  .faq-heading .article-bktxt::before{
    bottom: 2.5vw;
    left: 50%;
  }
  .faq-heading{
    margin-bottom: 12vw;
  }
  .faq-content {
    width: 100%;
  }
  .faq-content .faq-q{
    border-top-width: 0.2vw;
  }
  .faq-content ul li:last-of-type .faq-a{
    border-bottom-width: 0.2vw;
  }
  .faq-content .faq-q, .faq-content .faq-a{
    padding: 3vw 3vw 3vw 12vw;
    border-left-width: 0.2vw;
    border-right-width: 0.2vw;
  }
  .faq-content .faq-a{
    padding-bottom: 10vw;
  }
  .faq-content .faq-q::before, .faq-content .faq-a::before{
    top: 3vw;
    left: 4vw;
  }

  /********** contact-form__ **********/
  .contact-form__{
    padding-top: 30vw;
    margin-bottom: 20vw;
  }
  .contact-form__-heading{
    margin-bottom: 12vw;
  }
  .contact-form__-heading .article-bktxt::before{
    bottom: 2.5vw;
    left: 50%;
  }
  #wpcf7-f6-p7-o1{
    width: 100%;
  }
  #wpcf7-f6-p7-o1 table.table-contact {
    margin-bottom: 7vw;
  }
  #wpcf7-f6-p7-o1 table.table-contact th, #wpcf7-f6-p7-o1 table.table-contact td{
    display: block;
  }
  #wpcf7-f6-p7-o1 table.table-contact th{
    text-align: left;
    font-weight: 700;
  }
  #wpcf7-f6-p7-o1 table.table-contact td{
    margin-bottom: 7vw;
  }
  #wpcf7-f6-p7-o1 input[type="text"], #wpcf7-f6-p7-o1 input[type="email"], #wpcf7-f6-p7-o1 input[type="url"], #wpcf7-f6-p7-o1 input[type="tel"], #wpcf7-f6-p7-o1 textarea {
    padding: 3vw;
  }
  #wpcf7-f6-p7-o1 .required {
    font-size: 3.5vw;
    padding-left: 2vw;
  }
  #wpcf7-f6-p7-o1 input[type="submit"], .submit-btn a {
    padding: 5vw 0;
    max-width: 70vw;
  }
  #wpcf7-f6-p7-o1 .form__radio span{
    display: block;
    width: 100%;
    padding-left: 4vw;
  }
  #wpcf7-f6-p7-o1  p.caution {
    font-size: 3.5vw;
  }


}
