body .main_visual_subpage {
  height: auto;
  margin-top: 80px;
  background: rgba(243, 115, 69, 0.5);
  height: 100px;
}
@media (max-width: 999px) {
  body .main_visual_subpage {
    margin-top: 83px;
  }
}
body .main_visual_subpage .page_name {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  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;
}

.fax {
  pointer-events: none;
  text-decoration: none;
  font-size: 16px;
}
.fax a {
  pointer-events: none;
  text-decoration: none;
}

.under_box {
  max-width: 980px;
  margin: auto;
  padding: 0 4%;
  margin-top: 40px;
}
.under_box a {
  font-size: 16px;
}
.under_box span {
  font-size: 16px;
}
.under_box > section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .under_box > section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.under_box > section:last-child {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .under_box > section:last-child {
    margin-bottom: 100px;
  }
}
.under_box > section.u_mb {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .under_box .col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.under_box .mod_10_section.typeA .col {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.under_box .mod_10_section.typeA .mod_10_content {
  padding: 10px;
}
.under_box .mod_10_section.typeA .mod_10_head_wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.under_box .mod_10_section.typeA .mod_10_head_wrap > * {
  padding: 10px;
}
.under_box .mod_10_section.typeA .mod_10_head_wrap > *:not(.mod_10_head) {
  padding: 10px 30px;
  width: calc(100% - 120px);
  background: rgba(243, 115, 69, 0.1);
}
@media (max-width: 767px) {
  .under_box .mod_10_section.typeA .mod_10_head_wrap > *:not(.mod_10_head) {
    padding: 10px 20px;
    width: calc(100% - 80px);
  }
}
.under_box .mod_10_section.typeA .mod_10_head {
  background: #f37345;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .under_box .mod_10_section.typeA .mod_10_head {
    width: 80px;
  }
}
.under_box .mod_10_section.typeA .mod_10_section_wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.under_box .u_parallax {
  position: relative;
  padding: 80px 6%;
}
@media (max-width: 767px) {
  .under_box .u_parallax {
    padding: 60px 6%;
  }
}
.under_box .u_parallax::before {
  background: url(/wp-content/uploads/diagnosis_img001.jpg) no-repeat center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.under_box .u_parallax::after {
  background: rgba(82, 24, 2, 0.6);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.under_box .u_parallax h2 {
  color: #fff;
}
.under_box .u_parallax a {
  color: #fff;
}
.under_box .u_parallax span {
  color: #fff;
}
.under_box .u_parallax p {
  color: #fff;
}
@media (min-width: 768px) {
  .under_box .u_parallax p {
    text-align: center;
  }
}
.under_box .u_parallax .more {
  margin-top: 40px;
}
.under_box .qa .answer {
  padding: 0 20px;
}
.under_box .qa h3 {
  font-weight: normal;
}
.under_box .qa .question {
  background: rgba(243, 115, 69, 0.08);
  padding: 20px;
  font-size: 16px;
}
.under_box .qa .col {
  padding: 0;
}
.under_box .qa .col > *:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .under_box .qa .col > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
.under_box .shopinfo .map_container {
  position: relative;
  padding-top: 400px;
}
@media (max-width: 767px) {
  .under_box .shopinfo .map_container {
    padding-top: 90%;
  }
}
.under_box .shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.under_box table {
  margin: 0 auto;
}
.under_box table th,
.under_box table td {
  padding: 0.5em 1em;
}
.under_box table th {
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  .under_box table.table_list tr {
    display: block;
  }
  .under_box table.table_list th,
.under_box table.table_list td {
    display: block;
    width: 100% !important;
  }
  .under_box table.table_list th {
    border-bottom: 0 !important;
  }
}
.under_box .table-menu {
  width: 100%;
}
.under_box .table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
}
.under_box .table-menu th,
.under_box .table-menu td {
  padding: 0.8em 1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.under_box .table-menu tbody th {
  text-align: left;
}
.under_box .table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.under_box .table-schedule {
  width: 100%;
}
.under_box .table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
}
.under_box .table-schedule th,
.under_box .table-schedule td {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .under_box .table-schedule th,
.under_box .table-schedule td {
    padding: 15px 8px;
  }
}
.under_box .table-schedule thead th {
  background: #fff;
  color: #000;
}
.under_box .table-schedule tbody th {
  background: #fff;
}
.under_box .table-schedule td {
  background: #fff;
}
@media (max-width: 767px) {
  .under_box .responsive-stack {
    display: block;
  }
  .under_box .responsive-stack thead {
    display: none;
  }
  .under_box .responsive-stack tbody,
.under_box .responsive-stack tr,
.under_box .responsive-stack th,
.under_box .responsive-stack td {
    display: block;
  }
  .under_box .responsive-stack th,
.under_box .responsive-stack td {
    width: 100% !important;
  }
  .under_box .responsive-stack tr:not(:last-child) th,
.under_box .responsive-stack tr:not(:last-child) td {
    border-bottom: 0;
  }
  .under_box .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .under_box .responsive-list {
    display: block;
  }
  .under_box .responsive-list thead {
    display: none;
  }
  .under_box .responsive-list tbody,
.under_box .responsive-list tr,
.under_box .responsive-list th,
.under_box .responsive-list td {
    display: block;
  }
  .under_box .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .under_box .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .under_box .responsive-list td:first-child {
    border-bottom: 0;
  }
  .under_box .responsive-list td:last-child {
    border-top: 0;
  }
  .under_box .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .under_box .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .under_box .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .under_box .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .under_box .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .under_box table.combine tbody tr:last-child th,
.under_box table.combine tbody tr:last-child td {
    border-bottom: 0;
  }
}
.under_box table.table-default, .under_box table.table01, .under_box table.table02 {
  width: 100%;
  border-top: 0;
  background: transparent;
  border-collapse: collapse;
  text-align: left;
}
.under_box table.table-default caption, .under_box table.table01 caption, .under_box table.table02 caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
}
.under_box table.table-default th,
.under_box table.table-default td, .under_box table.table01 th,
.under_box table.table01 td, .under_box table.table02 th,
.under_box table.table02 td {
  border-bottom: 2px solid #000;
}
.under_box table.table-default th, .under_box table.table01 th, .under_box table.table02 th {
  background: #fff;
  color: #000;
  padding: 15px 8px;
  text-align: center;
  border-right: 1px solid #eee;
}
.under_box table.table-default th + td:last-child, .under_box table.table01 th + td:last-child, .under_box table.table02 th + td:last-child {
  width: 75%;
}
.under_box table.table-default td, .under_box table.table01 td, .under_box table.table02 td {
  background: #fff;
  color: #000;
  padding: 15px 15px !important;
}
.under_box .table-default th,
.under_box .table-schedule thead th,
.under_box table.table-default th,
.under_box table.table01 th,
.under_box table.table02 th {
  background: #eeeeee;
  color: #000;
}
@media (min-width: 768px) {
  .under_box .table-default th,
.under_box .table-schedule thead th,
.under_box table.table-default th,
.under_box table.table01 th,
.under_box table.table02 th {
    min-width: 150px;
  }
}
.under_box .table-default td,
.under_box .table-default th,
.under_box .table-schedule td,
.under_box .table-schedule th,
.under_box .table-menu td,
.under_box .table-menu th,
.under_box table.table-default th,
.under_box table.table-default td,
.under_box table.table01 th,
.under_box table.table01 td,
.under_box table.table02 th,
.under_box table.table02 td {
  border-color: #cccccc;
  color: #000;
  border-right: 1px solid #ccc;
}
.under_box .table-default td,
.under_box .table-schedule td,
.under_box .table-menu td,
.under_box table.table-default td,
.under_box table.table01 td,
.under_box table.table02 td {
  background: transparent;
  border: 1px solid #cccccc;
}
.under_box table.table-default,
.under_box table.table01,
.under_box table.table02 {
  border: 1px solid #cccccc;
}

body footer .footer_nav {
  margin-top: 30px;
  background: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  body footer .footer_nav ul li {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  body footer .footer_nav ul li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }
}
body footer .footer_nav ul li a {
  font-weight: normal;
  border: 0;
  padding: 0;
}