@charset "UTF-8";
/*_______________________________________

お問い合わせ
_______________________________________*/
.contactToptxt {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contactToptxt {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.contactAnkerBox {
  margin-bottom: 90px;
}

.contactAnkerBox .btn {
  width: 32%;
  border: 1px solid #B7B7B7;
  text-align: center;
  margin-right: 2%;
}

.contactAnkerBox .btn:last-child {
  margin-right: 0;
}

.contactAnkerBox .btn a {
  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;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068B7;
  position: relative;
}

.contactAnkerBox .btn a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/contact_arrow.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactAnkerBox .btn a:hover {
  background-color: #fff;
  opacity: 0.8;
}

.contactAnkerBox.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactAnkerBox.col05 .btn {
  width: 18.4%;
}

@media screen and (max-width: 768px) {
  .contactAnkerBox {
    margin-bottom: 45px;
  }
  .contactAnkerBox .btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .contactAnkerBox .btn:last-child {
    margin-right: 0;
  }
  .contactAnkerBox .btn a {
    padding: 5px 15px;
  }
  .contactAnkerBox.col05 .btn {
    width: 100%;
  }
}

.contactLayout__col3 .col3 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.contactLayout__col3 .col3:nth-child(3n) {
  margin-right: 0;
}

.contactLayout__col3 .col3.link {
  position: relative;
}

.contactLayout__col3 .col3.link .linkNext a {
  display: block;
  padding-left: 20px;
  font-size: 12px;
  color: #0068B7;
  text-decoration: none;
  position: relative;
}

.contactLayout__col3 .col3.link .linkNext a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/contact_arrow02.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
}

.contactLayout__col3 .commonLayout02 {
  width: 100%;
  margin-bottom: 0;
}

.contactLayout__col3 .commonLayout02 a .lo2Contents {
  height: 110px;
}

.contactLayout__col3 .commonLayout02 a .lo2Contents .left {
  width: 110px;
}

.contactLayout__col3 .commonLayout02 a .lo2Contents .right {
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 110px);
}

.contactLayout__col3 .commonLayout02 a .lo2Contents .right .ttl {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .contactLayout__col3 .col3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contactLayout__col3 .col3:nth-child(3n) {
    margin-right: 0;
  }
  .contactLayout__col3 .commonLayout02 {
    width: 100%;
    max-width: 100%;
  }
  .contactLayout__col3 .commonLayout02 a .lo2Contents {
    height: 80px;
  }
  .contactLayout__col3 .commonLayout02 a .lo2Contents .left {
    width: 100px;
  }
  .contactLayout__col3 .commonLayout02 a .lo2Contents .right {
    padding-left: 10px;
    padding-right: 35px;
    width: calc(100% - 100px);
  }
  .contactLayout__col3 .commonLayout02 a .lo2Contents .right .ttl {
    font-size: 14px;
  }
}

.contactTxt p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.contactTxt p a {
  text-decoration: none;
  color: #000;
  pointer-events: none;
}

.contactTxt.txt02 {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .contactTxt p {
    font-size: 14px;
  }
  .contactTxt p a {
    text-decoration: none;
    color: #000;
    pointer-events: auto;
  }
  .contactTxt.txt02 {
    font-size: 16px;
  }
}

.contactTelbox {
  margin-bottom: 40px;
}

.contactTelbox .ttl {
  font-size: 18px;
  color: #0058A6;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 5px;
}

.contactTelbox table {
  width: 100%;
  max-width: 850px;
  border: 1px solid #707070;
}

.contactTelbox table tr {
  width: 100%;
  border-bottom: 1px solid #707070;
}

.contactTelbox table tr:last-child {
  border-bottom: none;
}

.contactTelbox table th {
  width: 26%;
  padding: 5px;
  background-color: #0058A6;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.contactTelbox table td {
  width: 37%;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.contactTelbox table td a {
  text-decoration: none;
  color: #000;
  pointer-events: none;
}

.contactTelbox table td.bl {
  border-right: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .contactTelbox {
    margin-bottom: 20px;
  }
  .contactTelbox .ttl {
    font-size: 16px;
    padding-left: 0;
  }
  .contactTelbox table tr {
    width: 100%;
    border-bottom: 1px solid #707070;
  }
  .contactTelbox table tr:last-child {
    border-bottom: none;
  }
  .contactTelbox table th {
    width: 100%;
    padding: 5px;
    font-size: 16px;
  }
  .contactTelbox table td {
    width: 100%;
    font-size: 14px;
  }
  .contactTelbox table td.bl {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .contactTelbox table td a {
    pointer-events: auto;
  }
}

.contactForm__table {
  width: 100%;
}

.contactForm__table tr .td_title {
  text-align: center;
  background-color: #F5F5F5;
  border-right: 1px solid #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.contactForm__table tr .td_title.w-37 {
  width: 37%;
}

.contactForm__table tr .td_title.w-21 {
  width: 21%;
}

.contactForm__table tr .td_title:last-child {
  border-right: 1px solid #f5f5f5;
}

.contactForm__table tr .td_body {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 0px;
}

.contactForm__table tr .td_body a {
  text-decoration: none;
  color: #000;
  pointer-events: none;
}

.contactForm__table tr .td_body.border-t {
  border-top: 1px solid #333;
}

.contactForm__table tr th {
  background-color: #0068B7;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5px;
  border-bottom: 1px solid #fff;
}

.contactForm__table tr th.none {
  border-bottom: none;
}

.contactForm__table tr th.border-t {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .contactForm__box .overflow {
    overflow: scroll;
  }
  .contactForm__table {
    width: 800px;
  }
  .contactForm__table tr .td_title {
    border-right: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .contactForm__table tr .td_title.w-37 {
    width: 37%;
  }
  .contactForm__table tr .td_title.w-21 {
    width: 21%;
  }
  .contactForm__table tr .td_title:last-child {
    border-right: 1px solid #f5f5f5;
  }
  .contactForm__table tr .td_body {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 0px;
  }
  .contactForm__table tr .td_body a {
    text-decoration: none;
    color: #000;
    pointer-events: auto;
  }
  .contactForm__table tr .td_body.border-t {
    border-top: 1px solid #333;
  }
  .contactForm__table tr th {
    background-color: #0068B7;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 5px;
    border-bottom: 1px solid #fff;
  }
  .contactForm__table tr th.none {
    border-bottom: none;
  }
  .contactForm__table tr th.border-t {
    border-top: 1px solid #fff;
  }
}

.contactAnker {
  padding-top: 80px;
  margin-top: -80px;
}
/*# sourceMappingURL=new_contact.css.map */