@media only screen and (max-width: 768px) {
  :root {
    --ttl_size: 26px;
  }
  .under {
    --secH3: 30px;
    --secH4: 30px;
    --secH5: 30px;
    --secH6: 30px;
  }
  .under .sitemap > ul > li {
    margin-bottom: 30px;
  }
  .under .sitemap > ul > li a,
  .under .sitemap > ul > li p {
    padding: 10px;
  }
  .under .sitemap > ul > li li a {
    padding-left: 30px;
  }
  .under .sitemap > ul > li li a::before {
    top: 19px;
    left: 11px;
  }
  .under #mainContent {
    padding-bottom: 50px;
  }
  .under .key {
    margin-top: 0;
    height: 250px;
    margin: 0 20px;
  }
  .under .key .inner {
    padding: 0 14px;
  }
  .under .key .key_text h2 {
    font-size: var(--ttl_size);
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .under h3 {
    font-size: calc(var(--ttl_size) - 2px);
    margin-bottom: 10px;
    padding-top: 25px;
  }
  .under h3::before {
    height: 20px;
  }
  .under h4 {
    font-size: calc(var(--ttl_size) - 4px);
    padding: 8px 10px;
    margin-bottom: 20px;
  }
  .under h5 {
    font-size: calc(var(--ttl_size) - 6px);
    margin-bottom: 10px;
  }
  .under h6 {
    font-size: calc(var(--ttl_size) - 8px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .under .toc_list {
    padding: 20px;
  }
  .under .toc_list li {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    padding-right: 0;
  }
  .under .toc_list li:last-child {
    margin-bottom: 0;
  }
  .under .toc_list li a:before {
    top: 6px;
  }
  .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: 200px;
  }
  .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;
    max-width: none;
  }
  .under table.tbl_style01.tbl_block th,
  .under table.tbl_style01.tbl_block td {
    padding-left: 13px;
    padding-right: 13px;
  }
  .under table.tbl_style01.tbl_block th {
    width: min(34.375vw, 210px);
  }
  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 8px 13px 8px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  @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;
  }
  .under table.resTable tbody,
  .under table.resTable tr,
  .under table.resTable th,
  .under table.resTable td {
    display: block;
  }
  .under table.resTable td:not(:last-child) {
    border-bottom: 0;
  }
  .under table.resTable.tbl_style01.colHead tr th {
    border: 1px solid var(--main-color);
    border-bottom: none;
  }
  .under table.resTable.tbl_style01.colHead tr:not(:first-child) th {
    border-top: none;
  }
  .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 .tbl_note {
    display: block;
  }
  .under .udr-frame {
    padding: 20px;
  }
  .under ul.list01 li {
    font-size: 16px;
    padding-bottom: 0.6em;
  }
  .under ul.list01 li:last-child {
    padding-bottom: 0 !important;
  }
  .under ul.list01.mcol-2 li {
    width: 100%;
    padding-bottom: 9px;
    padding-right: 0;
  }
  .under .list_note {
    margin-top: 0.6em;
  }
  .under .doctor_box {
    padding: 0vw;
  }
  .under .doctor_box .doctor_name {
    bottom: 5vw;
    right: 3.5vw;
    font-size: 4vw;
    padding: 3vw 2vw;
  }
  .under .udr-step-box {
    padding: 60px 24px 24px;
    margin-bottom: 30px;
  }
  .under .udr-step-box::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .under .udr-step-box .stt {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -18px;
    width: 70px;
    height: 70px;
    font-size: 43px;
  }
  .under .udr-step-box .stt span {
    font-size: 12px;
  }
  .under .udr-step-box .ttl {
    margin-bottom: 10px;
    padding: 0 10px 10px;
    text-align: center;
  }
  .usocial {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .usocial .usocial-btn {
    max-width: 100%;
    width: 100%;
  }
  .usocial .usocial-btn a {
    align-items: normal;
  }
  .usocial .usocial-btn picture {
    height: auto;
    width: 54px;
  }
  .usocial .usocial-btn picture img {
    scale: 0.6;
  }
  .usocial .usocial-tt {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .usocial .usocial-txt {
    padding: 10px;
  }
  .umess-info {
    font-size: 14px;
  }
  .usub-catch {
    margin: 15px 0;
  }
  .usub-catch p {
    width: 400px;
    min-height: 120px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .under .udr-ttl {
    font-size: 16px;
  }
  .under table ul.list01 li:before {
    top: 5px;
  }
  .under .udr-ttl:before {
    top: 9px;
  }
  .under table ul.list01 li {
    font-size: 14px;
  }
  .sp375 {
    display: none;
  }
  .under .udr-btn {
    width: auto;
    text-align: center;
  }
  .under .udr-btn a {
    min-width: unset;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .vertical-top th,
  .vertical-top td {
    vertical-align: top;
  }
  .ustep {
    --mb: 70px;
  }
  .ustep .ustep-box {
    padding: 40px 20px 20px;
  }
  .ustep .ustep-box::before {
    transform: translate(-50%, -10px);
  }
  .ustep .stt {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .ustep .stt::before {
    inset: 3px;
  }
  .ustep .ttl {
    margin-bottom: 5px;
  }
  .render_number {
    font-size: 16px;
  }

  .ubox_link {
    padding: 20px;
    margin-top: 30px;
  }
  .ubox_link .ubox_link_w {
    --gapx: 15px;
    --gapy: 15px;
    font-size: min(calc(11 / 320 * 100vw), 15px);
  }
  .ubox_link .item {
    width: calc((100% - var(--gapy)) / 2);
  }
  .ubox_link .idis-cus {
    width: calc((100% - var(--gapy)) / 2 + 20px);
  }
  .ubox_link a {
    padding: 0.5555555555555556em 1.6em;
    letter-spacing: 0.15em;
  }
  .ubox_link a span::before {
    background: center right 0.3em / 1.2em auto no-repeat;
  }
}
@media only screen and (max-width: 375px) {
  .sp375 {
    display: block;
  }
  .under .imgBox.colImg2 .item,
  .under .imgBox.colImg3 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .under .blog_post_button {
    margin-top: 50px;
  }
  .under .clinic_tbl01 th {
    width: 150px;
    text-align: left;
  }
}
@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%;
  }
}
@media only screen and (max-width: 374px) {
  .under .key .key_text h2 {
    font-size: 24px;
    letter-spacing: 0.03em;
  }
  .under .key .inner {
    padding: 0 5px;
  }
  .usub-catch p {
    font-size: 16px;
  }
}
/*INTERVIEW PAGE*/
@media only screen and (max-width: 768px) {
  .under.page-interview {
    counter-reset: count;
  }
  .under.page-interview .key {
    height: 450px;
  }
  .under.page-interview .key .key_text {
    padding: 10px 10px 5vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .under.page-interview .key .catch {
    font-size: min(0.625em, 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;
  }
  .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 {
    max-width: 100%;
    margin: 0 auto;
  }
  .interview_content h5 {
    margin-bottom: 20px;
  }
  .interview_img {
    margin-bottom: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_img::before {
    content: counter(count, decimal-leading-zero);
    counter-increment: count;
  }
  .interview_img:before {
    left: 20px;
    font-size: 70px;
  }
  .interview_box {
    margin-bottom: 50px;
  }
  .interview_box.box_left .interview_content {
    margin-left: auto;
  }
  .interview_box.box_right .interview_content {
    margin-right: auto;
  }
}

