@media only screen and (max-width: 768px) {
  .under .sitemap > ul > li li a {
    padding-left: 30px;
  }
  .under .sitemap > ul > li li a::before {
    left: 8px;
    top: 1.7em;
  }
  .under #mainContent {
    padding: 20px 0 50px;
    margin-bottom: 50px;
  }
  .under .topic_path {
    padding-top: 10px;
    font-size: 13px;
  }
  .under .topic_path ul {
    padding: 0;
  }
  .under .topic_path ul li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
  .under .topic_path .arr {
    background-size: 14px auto;
  }
  .under .key {
    margin-top: 0;
    height: 300px;
  }
  .under .key .key_text {
    padding: 30px 20px 10px;
  }
  .under .key h2 {
    font-size: var(--ttl_size);
  }
  .under {
    --h3:30px;
    --h4:20px;
  }
  .under h3 {
    margin-bottom: 20px;
    font-size: calc(var(--ttl_size) - 2px);
  }
  .under h3::after {
    margin-top: 8px;
    height: 3px;
    width: 75px;
  }
  .under h4 {
    margin-bottom: 15px;
    font-size: calc(var(--ttl_size) - 4px);
  }
  .under h5 {
    margin-bottom: 15px;
    font-size: calc(var(--ttl_size) - 6px);
    padding-left: 16px;
    padding-bottom: 9px;
  }
  .under h5::before {
    top: 11px;
    height: 8px;
    width: 8px;
  }
  .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 .toc_list {
    padding: 20px 20px 30px;
  }
  .under .toc_list li {
    width: 100%;
    max-width: 100%;
  }
  .under .toc_list li a::after {
    width: 18px;
    height: 18px;
    background-size: 8px auto;
  }
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto 20px;
    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 (-webkit-min-device-pixel-ratio: 0), 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: 150px;
  }
  .under .clinic_tbl02 th:not(:first-child) {
    width: 11%;
  }
  .under table.rollTable {
    width: 768px;
  }
  .under table.tbl_style01 th, .under table.tbl_style01 td {
    line-height: 2;
    padding: 0.625rem 0.3rem;
  }
  @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 (-webkit-min-device-pixel-ratio: 0), 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.tbl_style01.clinic_tbl01 th {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 350px) {
  .under table.tbl_style01.clinic_tbl01 th {
    width: 98px;
  }
}
@media only screen and (max-width: 768px) {
  .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 ul.mcol-2 li {
    width: 100%;
    padding-bottom: 9px;
    padding-right: 0;
  }
  .under ul.list01 li {
    line-height: 2;
    padding-left: 1em;
  }
  .under ul.list01 li::before {
    width: 8px;
    height: 8px;
    top: 0.8em;
  }
  .under .listnum li {
    line-height: 2;
    padding-bottom: 0.4em;
  }
  .under .listnum li::before {
    top: 0.2em;
  }
  .under .listnum.num_line li:not(:last-child)::after {
    left: 12px;
  }
  .under .ud_catch {
    padding: 20px 19px;
    margin: 20px auto;
  }
  .under .ud_catch::before {
    inset: 8px;
  }
  .under .ud_catch p {
    font-size: 18px;
  }
  .under .doctor_box {
    padding: 0vw;
  }
  .under .doctor_box .doctor_name {
    bottom: 3.5vw;
    right: 3.5vw;
    font-size: 3.5vw;
    padding: 3vw 2vw;
  }
  .under .doctor_box .doctor_name::before {
    inset: 3px;
  }
  .under .doctor_box .doctor_name .txt_en {
    display: block;
  }
  .under .faq_box .box {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  .under .faq_box .accBtn::before, .under .faq_box .accBtn::after {
    right: 1%;
  }
  .under .faq_box .accBtn .ttl {
    font-size: 18px;
    padding: 0.8em 1.25em 0.5em 3.5em;
  }
  .under .faq_box .accBtn .ttl::before {
    width: 1.75em;
    height: 1.75em;
    left: 0.25em;
  }
  .under .faq_box .content {
    padding-left: 4.3em;
    padding-right: 1em;
  }
  .under .faq_box .content::after {
    font-size: 1.8em;
    width: 1.75em;
    height: 1.75em;
    left: 0.25em;
  }
  .under .ud_feature {
    margin-top: 30px;
  }
  .under .ud_feature .feature_point {
    font-size: 16px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .under .ud_feature .feature_it {
    margin-bottom: 25px;
    padding-top: 15px;
  }
  .under .ud_feature .feature_in {
    padding: 45px 5% 35px;
  }
  .under .ud_flow .flow_it {
    display: block;
  }
  .under .ud_flow .flow_it:not(:last-child) {
    margin-bottom: 30px;
  }
  .under .ud_flow .flow_it:not(:last-child)::before {
    left: 0;
    right: 0;
    height: 70px;
    margin: auto;
    top: unset;
    bottom: -70px;
  }
  .under .ud_flow .flow_num {
    font-size: 14px;
    width: 4.5em;
    height: 4.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding-top: 2px;
    position: relative;
  }
  .under .ud_flow .flow_cont {
    width: 100%;
    padding: 19px;
    -webkit-filter: drop-shadow(-4px -4px 0px rgba(0, 160, 232, 0.4));
            filter: drop-shadow(-4px -4px 0px rgba(0, 160, 232, 0.4));
  }
  .under .ud_flow .flow_cont::before {
    top: -21px;
    right: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  .under .exp li .year {
    width: 7.5em;
  }
  .under .exp li .txt {
    width: calc(100% - 7.5em);
  }
}
@media only screen and (max-width: 375px) {
  .under .imgBox.colImg2 .item, .under .imgBox.colImg3 .item {
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .under .ud_catch p {
    font-size: min(18px, 5vw);
  }
}
@media only screen and (max-width: 768px) {
  .under .blog_post_button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 350px) {
  .under table.tbl_style01 th, .under table.tbl_style01 td {
    letter-spacing: 0;
  }
  .under table.tbl_style01.clinic_tbl01 th {
    padding: 0.625rem 0.2rem;
  }
}
@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 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            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;
  }
  .under.page-interview .key .key_text {
    padding: 10px 10px 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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_sec {
    margin-top: 35px;
  }
  .interview_content, .interview_img {
    margin-left: auto;
    margin-right: auto;
  }
  .interview_content {
    max-width: 590px;
    width: 100%;
  }
  .interview_img {
    margin-bottom: 25px;
    width: auto;
    display: table;
  }
  .interview_img:before {
    left: 20px;
    font-size: min(4.7058823529em, 16vw);
  }
  .interview_box {
    margin-bottom: 30px;
  }
  .interview_box.box_left .interview_content {
    margin-left: auto;
  }
  .interview_box.box_right .interview_content {
    margin-right: auto;
  }
}