@charset "UTF-8";
/* ===============================================================================
Contact
=============================================================================== */
/* contact-section
========================= */
/* contact-sec-1 */
.contact-sec-1 {
  padding-top: 17px;
  margin-bottom: 200px;
}

.contact-sec-1 .blks-1 {
  margin-bottom: 100px;
}

.contact-sec-1 .blks-1 .txt {
  text-align: center;
  margin-bottom: 28px;
}

.contact-sec-1 .blks-1 .txt p {
  display: inline-block;
  text-align: left;
}

.contact-sec-1 .blks-1 .table {
  max-width: 845px;
  margin: 0 auto;
}

.contact-sec-1 .blks-1 .table table {
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9;
}

.contact-sec-1 .blks-1 .table th, .contact-sec-1 .blks-1 .table td {
  border-right: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.contact-sec-1 .blks-1 .table th {
  background: #efefef;
  width: 33%;
  padding: 20px 20px 20px 27px;
  font-size: 1.125rem;
  line-height: 1.222;
}

.contact-sec-1 .blks-1 .table th._required {
  position: relative;
  padding-right: 95px;
  background-clip: padding-box;
}

.contact-sec-1 .blks-1 .table th._required::after {
  position: absolute;
  content: "必須";
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #105b99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61px;
  height: 26px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contact-sec-1 .blks-1 .table td {
  padding: 14px 20px 14px;
  font-size: 1.125rem;
  line-height: 1.222;
}

.contact-sec-1 .blks-1 .input input {
  display: block;
  background: #efefef;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9375rem;
  padding: 12px;
  font-family: inherit;
}

.contact-sec-1 .blks-1 .textarea textarea {
  display: block;
  background: #efefef;
  border: none;
  width: 100%;
  height: 210px;
  box-sizing: border-box;
  font-size: 0.9375rem;
  padding: 12px;
  font-family: inherit;
  resize: none;
}

.contact-sec-1 .blks-2 .box {
  border: solid 1px #c9c9c9;
  box-sizing: border-box;
  padding: 19px 46px 40px;
  height: 303px;
  max-width: 781px;
  margin: 0 auto 38px;
  overflow: auto;
}

.contact-sec-1 .blks-2 .box__heading {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 36px;
}

.contact-sec-1 .blks-2 .box__txt {
  font-size: 0.9375rem;
  line-height: 2.333;
}

.contact-sec-1 .blks-2 .box__txt p:not(:last-child) {
  margin-bottom: 2.333em;
}

.contact-sec-1 .blks-2 .txt {
  margin-bottom: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-sec-1 {
    padding-top: 20px;
    margin-bottom: 100px;
  }
  .contact-sec-1 .blks-1 {
    margin-bottom: 40px;
  }
  .contact-sec-1 .blks-1 .txt {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .contact-sec-1 .blks-1 .table table, .contact-sec-1 .blks-1 .table tbody, .contact-sec-1 .blks-1 .table tr {
    display: block;
  }
  .contact-sec-1 .blks-1 .table th, .contact-sec-1 .blks-1 .table td {
    display: block;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .contact-sec-1 .blks-1 .table th {
    width: auto;
    padding: 10px 15px;
  }
  .contact-sec-1 .blks-1 .table th._required {
    padding-right: 50px;
  }
  .contact-sec-1 .blks-1 .table th._required::after {
    font-size: 0.6875rem;
    width: 41px;
    height: 23px;
    right: 12px;
  }
  .contact-sec-1 .blks-1 .table td {
    padding: 20px 15px;
  }
  .contact-sec-1 .blks-1 .input input {
    font-size: 1rem;
  }
  .contact-sec-1 .blks-1 .textarea textarea {
    font-size: 1rem;
    height: 180px;
  }
  .contact-sec-1 .blks-2 .box {
    padding: 25px 15px 35px;
    height: 250px;
    margin: 0 auto 35px;
  }
  .contact-sec-1 .blks-2 .box__heading {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .contact-sec-1 .blks-2 .box__txt {
    font-size: 0.7813rem;
    line-height: 1.8;
  }
  .contact-sec-1 .blks-2 .box__txt p:not(:last-child) {
    margin-bottom: 1.8em;
  }
  .contact-sec-1 .blks-2 .txt {
    margin-bottom: 35px;
  }
}

/* contact-sec-2 */
.contact-sec-2 {
  padding-top: 15px;
  margin-bottom: 200px;
}

.contact-sec-2 .blks-1 {
  text-align: center;
}

.contact-sec-2 .blks-1 .txt {
  display: inline-block;
  text-align: left;
  margin-bottom: 96px;
}

@media screen and (max-width: 768px) {
  .contact-sec-2 {
    padding-top: 20px;
    margin-bottom: 100px;
  }
  .contact-sec-2 .blks-1 .txt {
    display: block;
    margin-bottom: 30px;
  }
}
