@charset "UTF-8";
/* ▼▼▼ 一覧ページ
====================================================== */
.page_ttl .ttl_head:before {
  content: "Q&A/CONTACT";
}

section {
  padding: 32px 0 0;
}
@media screen and (min-width: 769px) {
  section {
    padding: 60px 0 0;
  }
}

.contents_ttl {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .contents_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.acc_box {
  border: 1px solid #C1C1C1;
  padding: 15px 20px;
}
.acc_box:not(:last-child) {
  margin-bottom: 16px;
}
.acc_box .acc_head {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
.acc_box .acc_head:before {
  content: "";
  background-color: #716F6F;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: 0;
}
.acc_box .acc_head:after {
  content: "";
  background-color: #716F6F;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 4px;
  right: 6px;
}
.acc_box .acc_head.open::after {
  background-color: transparent;
}
.acc_box .acc_head span {
  display: flex;
  gap: 8px;
  padding-right: 5%;
}
.acc_box .acc_head span:before {
  content: "Q.";
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
}
.acc_box .content {
  display: none;
  margin: 15px 0 0;
  border-top: 1px solid #707070;
  padding-top: 30px;
}
.acc_box .content p {
  color: #505050;
  letter-spacing: 0.05em;
}
.acc_box .content table {
  width: 100%;
  margin: 10px 0 25px;
}
.acc_box .content table tr:first-child th,
.acc_box .content table tr:first-child td {
  padding-top: 0;
}
.acc_box .content table th,
.acc_box .content table td {
  border-bottom: 1px solid #CCC;
  padding: 16px 0;
}
.acc_box .content table th {
  color: #505050;
  font-weight: 500;
  width: 30%;
}
.acc_box .content table td {
  color: #272727;
  text-align: right;
}
.acc_box .content table td .open_time {
  letter-spacing: 0;
  line-height: 1.35;
  display: flex;
  justify-content: space-between;
}
.acc_box .content .btn_wrap {
  margin-top: 20px;
}
.acc_box .content .btn_wrap a.btn {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .acc_box {
    padding: 20px 23px;
  }
  .acc_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .acc_box .acc_head {
    font-size: 18px;
  }
  .acc_box .content .ttl {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .acc_box .content .ttl.bg {
    padding: 8px 20px;
    margin: 15px 0;
  }
  .acc_box .content .sub_ttl {
    font-size: 17px;
  }
  .acc_box .content .sub_ttl br {
    display: none;
  }
  .acc_box .content table td .open_time {
    max-width: 40%;
    margin-left: auto;
  }
  .acc_box .content .btn_wrap a.btn {
    max-width: 400px;
  }
}

#inquiry {
  padding-bottom: 65px;
}

.contact_box {
  padding: 20px;
  border: 1px solid #C1C1C1;
}
.contact_box:not(:last-child) {
  margin-bottom: 24px;
}
.contact_box h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.contact_box p {
  color: #505050;
  letter-spacing: 0.05em;
}
.contact_box a.btn {
  margin: 20px auto 10px;
  max-width: calc(100% - 40px);
}
.contact_box .flex {
  flex-direction: column;
  margin-top: 15px;
}
.contact_box .flex a.btn {
  width: 100%;
  max-width: none;
  margin: 5px 0;
}
@media screen and (min-width: 769px) {
  .contact_box {
    padding: 20px 40px;
  }
  .contact_box h5 {
    font-size: 17px;
  }
  .contact_box a.btn {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .contact_box .flex {
    flex-direction: row;
    max-width: 80%;
    margin: 15px auto 0;
    gap: 30px;
  }
}