/* --------------------------contactページ--------------------------- */
.tab-area {
  display: flex;
  justify-content: space-around;
  background-color: #c9c9c9;
  width: 50%;
  margin: 0 auto;
  cursor: pointer;}
  .tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    /*
    border-right: 1px solid #bba972;
    border-left: 1px solid #bba972;*/

  }
  .tab.active {
    background-color: #c2a26d;
    border-bottom: 2px solid #c2a26d;
    color: white;
  }
.content-area {
  /*font-size: 30px;*/
  text-align: center;
}
.content {
    display: none;
  }
  .content.show {
    margin-top: 50px;
    display: block;
  }



/* --------------------contact------------------- */
.contact .must-text {
  color: white;
  padding: 0.2em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  margin-right: 0.5em;
  background-color: #A3D6CC;
}
.contact .small {
  line-height: 1.5;
}

.contact7 {
  max-width: 90%;
  width: 80%;
  margin: auto;
  margin-top: 2em;
  box-sizing: border-box;
}
table.contact7,
tbody {
  border-color: white;
  text-align: center;
}


.contact7 th,
td {
  border-width: 0px 0px; /* 上下だけ引く */
  border-collapse: collapse;
  padding-top: 1em;
  padding-bottom: 1em;
}

.date th,
.date td {
  border-color: white;
}
.contact7 th {
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}
.contact7 .must-icon{
  width: 96.7%;
    margin: 0 auto;
    display: block;
    text-align: left;

}


.contact7 .not-must{
  width: 96.7%;
    margin: 0 auto;
    display: block;
    text-align: left;


}
.contact7 .must-icon::before {
  content: "必須";
  color: white;
  padding: 0.2em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  background-color: #c88c0e;
  
}

.contact7 th.not-must::before {
  content: "任意";
  color: white;
  padding: 0.2em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  margin-right: 0.5em;
  background-color: #d3d3d3;
}

/* 個人情報の取り扱い */
.contact .box {
  border: solid 0.8px #707070;
  width: 80%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
}
.contact .btn {
  padding: 0.3em 2em !important;
  text-decoration: none !important;
  border: solid 1px #707070 !important;
  color: #707070 !important;
  border-radius: 2em !important;
}
.contact .box a {
  text-align: center;
  display: block;
  max-width: 600px;
  margin: auto;
  margin-top: 1em;
}

/*入力*/
input[type="text"],input[type="number"],input[type="url"],input[type="email"],input[type="tel"],input[type="date"] {
    width: 96.7%;
    height: 36px;
    font-size: 1.5em;
}
select{width: 97.6%;}
textarea{width: 96.7%;}




/* 確認ボタン */
.btn_contact7 button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
  background-color: #707070 !important;
}
p.btn_contact7 {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.btn_contact7 input {
  width: 400px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: center;
  color: white;
}

select.wpcf7-form-control.wpcf7-select {
width: 31%;
height: 35px;
}

.kiyaku {
  overflow:auto;
  width:80%; height:400px;
  margin: 1em auto;
  padding: 1.5em;
  border:0px;
  color:#000;
  background-color:#f5f5f5;
}
.sm {
  font-size: 12px;
  margin-bottom: 3em; 
    line-height: 2em;
}

.cancel {
  margin: 2em 2em;
  font-size: 15px;
}
.cancel-sp {
  margin: 1em 1em;
  font-size: 13px;
}

.kiyaku p {
  margin: 0; 
    line-height: 1.6em;
}

.kiyaku ol  {
  margin: 0;
  padding: 0
}

.kiyaku ol li  {
  list-style: none;
  padding-left: 1em;
  text-indent: -1.3em;
}
form p{display: none;}
form br{display: none;}
form hr{display: none;}
form table br {
    display: block;
}
/* 個人情報の取り扱い */
form .box {
  border: solid 0.8px #707070;
  width: 74%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
}
form .btn {
  padding: 0.3em 2em !important;
  text-decoration: none !important;
  border: solid 1px #707070 !important;
  color: #707070 !important;
  border-radius: 2em !important;
}
form .box p{display: block;}
form .box a {
  text-align: center;
  display: block;
  max-width: 600px;
  margin: auto;
  margin-top: 1em;
}
input[type="submit"]{
  background:#bba972; border:0px; color: white;
  background-color: #bba972 !important;
  font-size: 1.2em;
   }
   .plan select.wpcf7-form-control.wpcf7-select {
    width: 97.6%;
    height: 35px;
}
.menu-83 select.wpcf7-form-control.wpcf7-select {
    width: 97.6%;
    height: 35px;
}

.menu-84 select.wpcf7-form-control.wpcf7-select {
    width: 97.6%;
    height: 35px;
}
p.btn_contact7 {
    justify-content: start;
    margin-top: 2em;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.wpcf7-response-output {display: none;}
.wpcf7 .ajax-loader {display: none;}
.information .flex-container{
  display: flex;
    width: 80%;
    margin: 5% auto;
}
.information .flex-container .col-12{
  width: 50%;
}
#first{position: absolute;
    top: 25%;
    left: 5%;
    width: 60%;}
#second{
  position: absolute;
    top: 75%;
    left: 42%;
    width: 25%;
}
#third{
  position: absolute;
    top: 75%;
    left: 72%;
    width: 25%;
}
.button-inner{
      display: inline-block;
    position: absolute;
    top: 60%;
    left: 70%;
}
#title{
  position: absolute;
    top: 40%;
    font-size: 2em;
    left: 70%;
}
#contactt{
  padding: 5%;
}
@media screen and (max-width:1081px) {
  input[type="submit"]{
 width: 80%;
    display: block;
   }
   .tab-area {
    width: 100%;
  }
  .contact7 {
    max-width: 100%;
    width: 100%;
  }
  .btn_contact7 input {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    color: white;
}
.btn_contact7 input {
    width: 100%;
    display: block;
    margin: 5% auto;
    }
p.btn_contact7 {
    display: block;
    }


}




