@media only screen and (max-width: 768px) {
  .under #mainContent {
    padding-bottom: 50px;
  }
  .under .key {
    background-image: url(../images/ud_key_bg_sp.jpg);
    margin-top: 0;
  }
  .under .key .key_text {
    padding: 0 0 3%;
  }
  .under .key .key_text .slug_en {
    font-size: 80px;
    max-width: 640px;
    padding-right: 2.3%;
    margin-bottom: -2px;
  }
  .under .key .key_text h2 {
    font-size: calc(var(--ttl_size) - 2px);
    margin-right: 5.1%;
  }
  .under .h2_tl {
    font-size: calc(var(--ttl_size) - 2px);
  }
  .under h3 {
    margin-top: 50px;
    margin-bottom: 45px;
    font-size: calc(var(--ttl_size) - 2px);
  }
  .under h3 .h3_en {
    font-size: 13vw;
  }
  .under h4 {
    margin-bottom: 15px;
    font-size: calc(var(--ttl_size) - 4px);
  }
  .under h5 {
    margin-bottom: 10px;
    background: repeating-linear-gradient(to bottom, #fff 0px, #fff 15px, rgba(70, 95, 128, 0.1) 15px, rgba(70, 95, 128, 0.1) 28px);
    font-size: calc(var(--ttl_size) - 6px);
  }
  .under h6 {
    margin-bottom: 12px;
    font-size: calc(var(--ttl_size) - 8px);
  }
}
@media only screen and (max-width: 640px) {
  .under .key .key_text .slug_en {
    font-size: min(80px, 16vw);
  }
}
@media only screen and (max-width: 525px) {
  .under h3 {
    margin-bottom: 8vw;
  }
  .under h3 .h3_en {
    font-size: 17vw;
    top: calc(50% + 6px);
  }
}
@media only screen and (max-width: 768px) {
  .under .tbl_time th, .under .tbl_time td {
    font-size: 14px;
  }
  .under .tbl_time th:last-child, .under .tbl_time td:last-child {
    padding-right: 0;
  }
  .under .tbl_note {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 425px) {
  .under .tbl_time {
    font-size: max(2.6vw, 11px);
  }
  .under .tbl_time td, .under .tbl_time th {
    padding-inline: 0;
    font-size: 1.1em;
  }
  .under .tbl_time th:first-child {
    width: 28%;
  }
  .under .tbl_time th:last-child {
    width: 16%;
  }
}
@media only screen and (max-width: 768px) {
  .under .section {
    padding-top: 40px;
  }
  .under .box_list {
    padding: 3.5em 7%;
  }
  .under .box_list02 {
    padding: 4em 1em 3em 8%;
  }
  .under .box_list02::before {
    right: -20px;
    bottom: -15px;
  }
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    float: none;
    width: auto;
    margin: 0 0 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 .list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .under .imgBox.colImg .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .under .imgBox.colImg .item picture {
    margin-bottom: 10px;
  }
  .under .imgBox.colImg .text {
    font-size: 14px;
  }
  .under .imgBox.colImg2 .list, .under .imgBox.colImg3 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .under .imgBox.colImg2 .item, .under .imgBox.colImg3 .item {
    width: 100%;
  }
  .under .imgBox.colImg2 picture, .under .imgBox.colImg3 picture {
    height: auto;
    margin-bottom: 10px;
  }
  .under .imgBox.colImg2 img, .under .imgBox.colImg3 img {
    max-height: 100%;
  }
  .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: 200px;
  }
  .under table.rollTable {
    width: 768px;
  }
  .under table.tbl_style01 th {
    font-size: 16px;
  }
  .under table.tbl_style01 td {
    padding-left: 15px;
    font-size: 14px;
  }
  @supports (-webkit-touch-callout: none) {
    .under table.tbl_style01 {
      /* Specific to iOS devices */
    }
    .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 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 ul.list01 li {
    font-size: 14px;
  }
  .under ul.list01.mcol-2 li {
    width: 100%;
    padding-bottom: 9px;
    padding-right: 0;
  }
  .under ul.list03 li,
  .under ul.list02 li {
    width: 100%;
    font-size: 14px;
  }
  .under ul.list02 li::before {
    top: 7px;
  }
  .under .fullWidth {
    min-height: 47vw;
  }
  .under .flow_box {
    padding: 20px 30px 50px;
  }
  .under .flow_box .box {
    margin-bottom: 130px;
  }
  .under .flow_box .box::after {
    font-size: 180px;
    top: -24px;
  }
  .under .flow_box .box:not(:last-child)::before {
    max-width: 300px;
    height: 20px;
    bottom: -68px;
  }
  .under .flow_box h4 {
    margin-bottom: 12px;
  }
  .under .faq_box .faq_num {
    width: 60px;
    font-size: 24px !important;
  }
  .under .faq_box .title::after {
    width: 17px;
    height: 7px;
    top: 2px;
    right: 10px;
  }
  .under .faq_box h4 {
    width: calc(100% - 60px);
    font-size: 18px;
    padding: 10px 30px 10px 11px;
  }
  .under .faq_box .content {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 61px;
  }
  .under .doctor_box {
    padding: 0vw;
  }
  .under .doctor_box .doctor_name {
    bottom: 5vw;
    right: 3.5vw;
    font-size: 4vw;
    padding: 3vw 2vw;
  }
  .under .ud_map {
    height: 290px;
  }
  .under .topic_path {
    font-size: 14px;
  }
  .under .topic_path span {
    top: -1px;
  }
}
@media only screen and (max-width: 375px) {
  .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: 32%;
    text-align: left;
  }
  .under.page-fee table.full_w th, .under.page-fee table.full_w td {
  	width: 100%;
  	display: block;
  }
  .under.page-fee table th {
  	text-align: left;
  }
  .under.page-fee table td {
  	text-align: right;
  }
  .under.page-fee table tr:first-child th:first-child {
  	background: #465f80;
  }
  
  .under .access_box01.imgBox.colImg2 .item {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}
@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%;
  }
}

@media only screen and (max-width: 768px) {
  .under .ud_box_fee .item {
    margin-bottom: 30px;
  }
  .under .ud_box_fee .ttl {
    padding: 10px;
  }
  .under .ud_box_fee .thumb {
    padding: 20px;
  }
  .under .ud_box_fee .accBtn {
    padding: 10px 0;
    padding-right: 20px;
    font-size: calc(var(--ttl_size) - 10px) !important;
  }
  .under .ud_box_fee .accBtn::before {
    right: 5px;
    width: 20px;
    height: 2px;
  }
  .under .ud_box_fee .accBtn::after {
    right: 14px;
    width: 2px;
    height: 20px;
  }
  .under .ud_box_fee .accBtn span::before {
    top: 5px;
  }
  .under .ud_box_fee .accBlock {
    padding-bottom: 15px;
  }
  .under .ud_box_fee table.tbl_style01 th, .under .ud_box_fee table.tbl_style01 td {
    padding: 10px;
    font-size: 15px;
  }
  .under .ud_box_fee .br_480 {
    display: none !important;
  }
  .under .under_btn_esp a  { 
  font-size: 14px; }
  .under .ud_btn a {
    font-size: 14px;
  }
  .under .ud_btn, .under .under_btn_esp a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .under .ud_box_fee .br_480 {
    display: block !important;
  }
}