@charset "UTF-8";

.c-btn{
  display: none !important;
}

/********** 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: 900px;
  margin: 0 auto 100px;
}
.complete{
  margin-bottom: 100px;
}
#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: 1px solid #52AAE0;
}
#wpcf7-f6-p7-o1 .required {
  color: #fff;
  background-color: #0A3190;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.4rem;
  margin-right: 10px;
}
#wpcf7-f6-p7-o1 .any {
  color: #0A3190;
  background-color: #fff;
  border: 1px solid #0A3190;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.4rem;
  margin-right: 10px;
}
#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: #666666;
  text-decoration: none;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border-radius: 100px;
}
#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;
}



@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;
  }

}

/********** 問い合わせフォーム内テキストボックス *************/
.form-txt-box{
  width: 100%;
 margin-bottom: 40px;
  border: 1px solid #0A3190;

}
.form-txt-box-inner{
  height: 265px;
  overflow-y: scroll;
}
.form-txt-box h3{
  background-color: #0A3190;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/********** チェックボタン *************/
.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-bottom: 40px;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 2px #333333;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {


  /********** 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;
    margin-bottom: 20px;
  }
  #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;
  }


}
