@charset "UTF-8";
/* Contact page
-------------------------------------------------*/
select{
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color:rgb(255, 255, 255) !important;
  cursor: default;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
.is-price{
  text-align: right;
}

select:not(:-internal-list-box) {
  overflow: visible !important;
}
select {
  height: 30px;
  color: inherit;
  font: inherit;
  font-size: 14px !important;
  margin: 0;
  padding: 0 15px 0 5px ;
  line-height: 1;
}
.c-consult-box {
  padding: 40px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-consult-box .c-content{
  display: flex;
  justify-content: center;
  background-color: #F0F3F7;
  padding: 70px 0 40px;
}
.c-consult-box .c-content .c-img {
  margin-right: 2.5%;
  width: 30%;
}
.c-consult-box .c-content .c-img p{
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  margin-top: 5px;
}
.c-consult-box .c-content .c-img p span{
  font-size: 11px;
}
.c-consult-box .c-content .c-desc {
  width: 50%;
  font-size: 13px;
  line-height: 200%;
}
.question-contact{
  padding: 40px 0;
}
.question-contact .note{
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 200%;
}
.question-contact dl{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px dotted #fff;
  padding: 20px 0;
}

.question-contact dl dt{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 200%;
  position: relative;
  padding-left: 55px;
  cursor: pointer;
}
.question-contact dl dt:hover{
  opacity: 0.5;
  transition: 0.5s;
}
.question-contact dl dt::before{
  position: absolute;
  content: "";
  background: url(../images/contact/Q.png) left center no-repeat;
  width: 38px;
  height: 38px;
  left: 0;
  top: -5px;
}

.question-contact dl dd{
  font-size: 15px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2px;
  display: none;
  margin: 20px 0;
  position: relative;
  padding-left: 55px;
  padding-top: 10px;
  color: #fff;
}

.question-contact dl dd::before{
  position: absolute;
  content: "";
  background: url(../images/contact/A.png) left center no-repeat;
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
}

.form_read {
  font-size: 15px;
  line-height: 200%;
  text-align: center;
  color: #fff;
  padding: 36px 0 47px 0;
  width: 45%;
  margin: 0 auto;
  letter-spacing: 1.1px;
}

.exam{
  padding-bottom: 111px;
}

.top-block3 {
  padding: 56px 0 94px;
}
.contact-page-content {
  padding: 0 20px 94px;
  overflow: hidden;
}

.ib {
  display: inline-block;
}

.form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.form * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}
.contact-block{
  color: #fff;
}
.form_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
td small{
  vertical-align: bottom;
  font-size: 14px;
  margin-left: 10px;
}
.form table {
  width: 100%;
  border: none;
  color: #AAAAAA;
  background: #0E0E0E;
}

.form table tr {
  border-top: solid 1px #ccc;
}

.form table tr + tr {
  border-bottom: solid 1px #ccc;
}
.form .table-child tr, .form .table-child tr + tr {
  border-bottom: 0;
  border-top: 0;
}
/* .form table tr:nth-child(2n) {
  background-image: url(../images/common/h-bg-contact-1.png);
} */

.let-3{
  letter-spacing: 3px;
}
.form table th {
  width: 27.5%;
  max-width: 280px;
  padding-left: 90px;
  vertical-align: middle;
}
.form table th.texta{
  vertical-align: top;
  padding-top: 41px;
  letter-spacing: 3px;
}

.form table th.texta, .form table td.texta1{
  padding-bottom: 25px;
}
.form table th,
.form table td {
  padding-top: 25px;
  padding-bottom: 22px;
  border: none; 
}
.form table.table-child th, .form table.table-child td {
  padding-top: 15px;
  padding-bottom: 12px;
  border: none;
}
.form table tr.active{
  background-image: url('../images/contact/hover-input.png');
  background-size: auto;
}
.form table textarea {
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-left: 24px;
}

.form input {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  border: 1px solid #fff;
  vertical-align: middle;
  background: #f6f6f6;
  padding-left: 23px;
}

.form input:focus, .form table textarea:focus{
  outline: red auto 1px;
  color: red;
  background: #ffffff;
}

.form input::placeholder, .form textarea::placeholder{
  color: #AAAAAA;
}
.form input:focus::placeholder, .form textarea:focus::placeholder{
  color: #D90000;
}
.f1 {
  width: 500px;
}

.f2 {
  width: 360px;
}

.f3 {
  width: 680px;
}
.size-1 {
  width: 100px;
  height: 40px;
  text-align: right;
}
.size-2 {
  width: 210px;
  height: 40px;
  text-align: right;
}
.rec {
  position: relative;
}
.pointer-none{
  pointer-events: none;
  font-size: 14px;
  color: #AAAAAA;
} 
table.table-child {
  margin-bottom: 20px;
}
select {
  font-size: 14px;
  direction: rtl;
  text-align-last: start;
  padding-right: 30px;
  -webkit-appearance: none;
}
.arrow.down{
  border: solid #aaa;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -18px;
  margin-bottom: 2px;
  margin-right: 10px;
}
i.c-show-new {
  background-image: url(../images/contact/arrow-down.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 13px;
  display: block;
  left: -20%;
  cursor: pointer;
  position: relative;
  margin: 0 auto 15px auto;
}
.note-show{
  display: inline-block;
  left: 15.5%;
  position: relative;
}
i.c-show-new.checkshow{
  bottom: 0px;
  left: 15%;
}
.note-show.ct2{
  left: 58%;
  bottom: 5px;
}
.rec::before {
  content: '必須';
  display: block;
  width: 40px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #C61919;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: -58px;
}

.rec2 {
  width: 48px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #E6407D;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}

.formbotan {
  text-align: center;
  margin-top: 47px;
}


.formbotan button + button {
  margin-left: 20px;
}

.formbotan button span{
  font-family: 'Noto Serif JP', serif;
}

.formbotan button {
  background: #fff;
  display: inline-block;
  width: 260px;
  border: 2px solid #00397B;
  line-height: 60px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  padding: 0;
}

.formbotan button:hover {
  background: #00397B;
  color: #fff;
}

.formbotan button:hover span::after{
  background: #fff;
  transition: 0.6s;
}

.formbotan button span {
  position: relative;
}

.formbotan button span::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00397B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.form_tel {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

.form_read2 {
  padding-top: 38px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  line-height: 200%;
  font-size: 15px;
}
.form_read2 span {
  color: #C61919;
  font-size: 24px;
  font-weight: bold;
}

.policyBox {
  max-width: 100%;
  margin: 90px auto 0;
}

.policyBox dl {
  width: 100%;
  float: left;
}

.policyBox dl + dl {
  margin-top: 80px;
}

.policyBox dt {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  padding-left: 30px;
  font-family: 'Noto Serif JP', serif;
}

.policyBox dt p {
  color: #fff;
  line-height: 200%;
}

.policyBox dt p:nth-of-type(1) {
  font-size: 24px;
  position: relative;
}

.policyBox dt p:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: #A60000;
  width: 64px;
  height: 1px;
  top: -20px;
  left: 0;
}

.policyBox dt p:nth-of-type(2) {
  font-size: 12px;
  letter-spacing: 1.5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.policyBox dd {
  background-color: #fff;
  padding: 35px;
  border-radius: 12px;
  min-height: 200px;
  letter-spacing: 1px;
  background-size: auto;
}

.policyBox dl.d2 dd{
  min-height: 367px;
}

.policyBox dd p {
  font-size: 13px;
  line-height: 200%;
  color: #111;
}

.policyBox dd p + p {
  margin-top: 25px;
}

form tr td label {
  position: relative;
  padding-left: 40px;
}

form tr td input[type=radio] {
  visibility: hidden;
  position: absolute;
}

form tr td input[type=radio] + label:before {
  height: 8px;
  width: 8px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ccc;
  position: absolute;
  top: 5px;
  left: 6px;
  display: none;
  z-index: 2;
}

form tr td input[type=radio] + label:after {
  height: 20px;
  width: 20px;
  margin-right: 0px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ccc;
  position: absolute;
  top: -1px;
  left: 0px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}


form tr td input[type=radio]:checked + label:before {
  background: #999999;
  display: block;
}

form tr td input[type=radio] + label:before {
  border-radius: 50%;
}

.zoom-size{
  font-size: 18px;
  font-weight: bold;
  color: #AAAAAA;
  font-family: 'Yu Gothic';
}

/* 1024 ==================================================*/
@media all and (max-width: 1024px) {
  .note-show.ct2 {
    left: 57%;
    bottom: 10px;
  }
  i.c-show-new.checkshow {
    left: 14%;
    bottom: 0;
  }
  form tr td input[type=radio] + label:before{
    top: 2px;
  }
  .contact-page-content {
    padding: 0px 10px 50px;
  }
  .form_read {
    font-size: 12px;
    padding: 20px 10px 30px;
  }
  .rec::before {
    width: 32px;
    font-size: 9px;
  }
  .form table th,
  .form table td {
    font-size: 12px;
  }
  .form input {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .f1 {
    width: 286px;
  }
  .f2 {
    width: 128px;
  }
  .f3 {
    width: 368px;
  }
  .form > p {
    font-size: 12px;
  }
  .formbotan button {
    font-size: 12.8px;
    width: 208px;
    line-height: 31px;
  }
  .policyBox {
    margin: 70px 0 0;
  }
  .policyBox dd {
    min-width: 300px;
  }
  .policyBox dt {
    font-size: 13px;
  }
  .policyBox dd p {
    font-size: 10px;
  }

  .policyBox dt p:nth-of-type(1){
    font-size: 16px;
  }

  .policyBox dt p:nth-of-type(2){
    font-size: 12px;
    padding-bottom: 0;
  }
  form tr td input[type=radio] + label:after{
    top: -4px;
  }
  .mr70{
    margin-right: 5%!important;
  }
}

/* 768 ==============================================*/
@media all and (max-width: 768px) {
  .note-show.ct2 {
    left: 0;
    bottom: -5px;
    transform: unset;
  }
  i.c-show-new.checkshow {
    left: -40%;
    bottom: -15px;
  }
  .contact-page-content {
    padding: 0px 20px;
  }
  .form_read {
    font-size: 10px;
    width: 100%;
  }
  .form table th,
  .form table td {
    display: block;
    text-align: left;
    font-size: 10px;
  }
  .form table th {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
  .form table td {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .rec::before {
    left: 100%;
    margin-left: 10px;
  }
  .f1,
  .f2,
  .f3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .policyBox {
    padding-right: 0px;
    margin: 60px auto 0;
  }
  .policyBox dl {
    width: 100%;
    float: none;
  }
  .policyBox dl + dl {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .formbotan button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .formbotan button + button {
    margin-left: auto;
    margin-top: 20px;
  }
  .form input{
    padding: 15px;
  }
  .policyBox dd{
    height: auto;
    min-height: auto;
    max-width: 400px;
    margin: 0 auto 50px;

  }
  .form{
    max-width: 480px;
  }

  .policyBox dt{
    padding-left: 0;
  }

  .policyBox dd{
    padding: 15px 10px;
  }
  i.c-show-new, .note-show {
    left: 50%;
    transform: translateX(-50%);
  }
  .mr70{
    margin-right: 50px !important;
  }
  i.c-show-new{
    bottom: 40px;
  }
  .note-show {
    bottom: 15px;
  }
  .form_read2 span {
    font-size: 20px;
  }
}
@media(max-width:1245px){
  .c-consult-box .c-content {
    flex-wrap: wrap;
    padding: 10px;
  }
  .c-consult-box .c-content .c-img {
    margin-right: 0%;
    width: 100%;
    text-align: center;
  }
  .c-consult-box .c-content .c-desc {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 480px){
  .question-contact dl dt{
    font-size: 15px;
    padding: 7px 0px 7px 55px;
  }
  .question-contact .note{
    font-size: 12px;
  }
  .c-consult-box {
    padding: 0;
    margin-top: 20px;
  }
  .question-contact dl dt::before{
    top: 1px;
  }
 
}