@media only screen and (max-width: 768px) {
  .under {
    --secFirst: 50px;
    --secH3: 50px;
    --secH4: 35px;
    --secH5: 35px;
    --secH6: 35px;
  }
  .under #mainContent {
    padding-bottom: 50px;
  }
  .under .key {
    margin-top: 0;
    height: 300px;
  }
  .under .key .key_text {
    padding: 10px;
  }
  .under .key .key_text h2 {
    font-size: var(--ttl_size);
  }
  .under h3 {
    font-size: calc(var(--ttl_size) - 2px);
    margin-bottom: 20px;
  }
  .under h4 {
    font-size: calc(var(--ttl_size) - 4px);
    margin-bottom: 20px;
  }
  .under h5 {
    margin-bottom: 15px;
    font-size: calc(var(--ttl_size) - 6px);
    padding-bottom: 5px;
  }
  .under h6 {
    margin-bottom: 10px;
    font-size: calc(var(--ttl_size) - 8px);
  }
}
@media only screen and (max-width: 768px) {
  .under .inner > section,
  .under .entry > section {
    margin-top: 50px;
  }
  .under .inner > section:first-child,
  .under .entry > section:first-child {
    margin-top: 60px;
  }
  .under .toc_list {
    padding: 10px 20px 20px;
  }
  .under .toc_list li {
    width: 100%;
    max-width: 100%;
  }
  .under .toc_list li a {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 30px;
  }
  .under .toc_list li a::before {
    top: 7px;
    background-image: url("../images/toc_list_ic_sp.png");
  }
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto 15px;
    text-align: center;
    max-width: none;
  }
  .under .imgBox.rowImg .image_l:nth-child(n),
  .under .imgBox.rowImg .image_r:nth-child(n) {
    max-width: none;
  }
  .under .imgBox.rowImg .txt_l,
  .under .imgBox.rowImg .txt_r {
    float: none;
    width: auto;
  }
  .under .imgBox.rowImg.large .image_l,
  .under .imgBox.rowImg.large .image_r {
    max-width: none;
  }
  .under .imgBox.rowImg.large .txt_l,
  .under .imgBox.rowImg.large .txt_r {
    width: auto;
  }
  .under .imgBox.colImg .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .under .imgBox.colImg figure {
    margin-bottom: 15px;
  }
  .under .imgBox.colImg .text {
    font-size: 14px;
  }
  .under .imgBox.colImg2 .item,
  .under .imgBox.colImg3 .item {
    width: 100%;
  }
  .under .imgBox.colImg2 picture,
  .under .imgBox.colImg3 picture {
    height: auto;
    min-height: 170px;
  }
  .under .imgBox.colImg2 img,
  .under .imgBox.colImg3 img {
    max-height: 500px;
  }
  .under .acf_block h3 {
    margin-bottom: 0;
  }
  .under .acf_block .text_h3 {
    margin: 25px 0 0;
  }
  .under .acf_block .text_h4 {
    margin: 20px 0 0;
  }
  .under .acf_block .text_h5 {
    margin: 15px 0 0;
  }
  @supports (-webkit-touch-callout: none) {
    .under .clinic_tbl02 {
      /* Specific to iOS devices */
    }
    .under .clinic_tbl02 td {
      border-top-width: 0;
    }
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .under .clinic_tbl02 {
        /* Safari */
      }
      .under .clinic_tbl02 td {
        border-top-width: 0;
      }
    }
  }
  .under .clinic_tbl02 th:first-child {
    width: 200px;
  }
  .under table.rollTable {
    width: 768px;
  }
  @supports (-webkit-touch-callout: none) {
    .under table.tbl_style01 {
      /* Specific to iOS devices */
    }
    .under table.tbl_style01 tr:last-child th,
    .under table.tbl_style01 tr:last-child td {
      border-bottom-width: 1.4px;
    }
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .under table.tbl_style01 {
        /* Safari */
      }
      .under table.tbl_style01 tr:last-child th,
      .under table.tbl_style01 tr:last-child td {
        border-bottom-width: 1.4px;
      }
    }
  }
  .under table.resTable {
    display: block;
    width: 100% !important;
  }
  .under table.resTable tbody,
  .under table.resTable tr,
  .under table.resTable th,
  .under table.resTable td {
    display: block;
    width: 100% !important;
  }
  .under table.resTable tr:not(:first-child) th {
    border-top: 0;
  }
  .under table.resTable th {
    border-bottom: none;
  }
  .under table.resTable td:not(:last-child) {
    border-bottom: 0;
  }
  .under table.resTable.tbl_style02.colHead th {
    border-bottom: none;
  }
  .under table.resTable.tbl_style02.colHead tr:not(:last-child) td {
    border-bottom: none;
  }
  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 10px;
    letter-spacing: 0.05em;
  }
  .under table.tbl_block th {
    width: min(37.5vw, 240px);
  }
  .under table.tbl_block td {
    padding: 10px;
  }
  .under .tbl_note {
    display: block;
  }
  .under ul.list01 {
    padding: 20px;
  }
  .under ul.list01 li {
    font-size: 14px;
    margin-top: 1em;
  }
  .under ul.list01.mcol-2 li {
    width: 100%;
    padding-right: 0;
  }
  .under .doctor_box {
    padding: 0vw;
  }
  .under .doctor_box .doctor_name {
    font-size: 4vw;
    padding: 3vw 2vw;
  }
  .upoint .upoint-item {
    display: block;
    margin-top: 72px;
  }
  .upoint .upoint-num {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
    font-size: 10px;
    width: 6em;
    height: 6em;
  }
  .upoint .upoint-desc {
    padding: 38px 20px 20px;
  }
  .upoint .upoint-desc p {
    padding-right: 0;
  }
  .upoint h3,
  .upoint h4,
  .upoint h5 {
    margin-bottom: 10px;
    padding: 5px 15px;
  }
  .upoint h3::after,
  .upoint h4::after,
  .upoint h5::after {
    left: 0;
  }
  .ugreet-ft .ugreet-job {
    font-size: 18px;
  }
  .ugreet-ft .ugreet-name {
    font-size: 22px;
  }
  .ustep {
    margin-top: 30px;
  }
  .ustep .ustep-item {
    --mb: 35px;
    padding-top: 28px;
  }
  .ustep .ustep-item::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .ustep .ustep-num {
    position: absolute;
    margin: 0 auto;
    font-size: 11px;
  }
  .ustep .ustep-desc {
    margin-left: 0;
    padding: 50px 20px 20px;
  }
  .ustep .ustep-desc::before {
    display: none;
  }
  .ustep .ustep-desc h4,
  .ustep .ustep-desc h5 {
    margin-bottom: 7px;
  }
  .usub-catch {
    padding: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .usub-catch::before {
    width: 4px;
  }

  .ubox_link {
    padding: 20px;
  }

  .ubox_link .tt {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  .ubox_link .ubox_link_w {
    --gap: 0.9090909090909091em;
    font-size: min(calc(11/375*100vw) , 14px);
  }

  .ubox_link .item {
    width: calc((100% - var(--gap)) / 2);
  }

  .ubox_link .item a::after {
    right: 0.5em;
    width: 0.9em; 
  }
  .ubox_link .item a {
    padding: 0.5em 1.3em;
  }
}
@media only screen and (max-width: 639px) {
 
  
}
@media only screen and (max-width: 375px) {
  .under .imgBox.colImg2 .item,
  .under .imgBox.colImg3 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .ubox_link{
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 430px) {
  .under .clinic_tbl01 th {
    width: 120px;
    text-align: left;
  }
}
@media only screen and (max-width: 425px) {
  .under .access_box_img01 .block:nth-child(even) .big,
  .under .access_box_img02 .block:nth-child(even) .big {
    order: 0;
  }
  .under .access_box_img01 .block .big,
  .under .access_box_img01 .block .small,
  .under .access_box_img02 .block .big,
  .under .access_box_img02 .block .small {
    width: 100%;
  }
}
/*INTERVIEW PAGE*/
@media only screen and (max-width: 768px) {
  .under.page-interview {
    counter-reset: count;
  }
  .under.page-interview .key {
    height: 450px;
    font-size: 8px;
  }
  .under.page-interview .key::before {
    background-image: url("../images/key-interview-sp.jpg");
  }
  .under.page-interview .key .key_text {
    padding: 10px 10px 3vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .under.page-interview .key .catch {
    font-size: min(0.725em, 3vw);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .under.page-interview .key .catch .idx_en,
  .under.page-interview .key .catch h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .under.page-interview .key .catch h2,
  .under.page-interview .key .catch p {
    text-align: center;
  }
  .under.page-interview .key .name {
    display: flex !important;
    flex-direction: column;
    font-size: 25px;
    padding-top: 10px;
  }
  .under.page-interview .key .name .sm {
    margin: 0;
    font-size: 0.6em;
  }
  .under.page-interview .key .name .sm2 {
    margin: 0;
    font-size: 0.6em;
  }
  .interview_catch {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .interview_catch p {
    padding: 40px 0px;
    font-size: 20px;
    line-height: 1.4;
  }
  .interview_content,
  .interview_img {
    width: 100%;
  }
  .interview_content {
    margin: 0 auto;
    max-width: 100%;
  }
  .interview_img {
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .interview_img::before {
    content: counter(count, decimal-leading-zero);
    counter-increment: count;
  }
  .interview_img:before {
    font-size: 70px;
  }
  .interview_box {
    margin-bottom: 30px;
    justify-content: center;
  }
  .interview_box.box_left .interview_content {
    margin-left: auto;
  }
  .interview_box.box_right .interview_content {
    margin-right: auto;
  }
}
