/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
    margin-bottom: 10px
}

.under main .mb15 {
    margin-bottom: 15px
}

.under main .mb20 {
    margin-bottom: 20px
}

.under main .mb25 {
    margin-bottom: 25px
}

.under main .mb30 {
    margin-bottom: 30px
}

.under main .mb40 {
    margin-bottom: 40px
}

.under main .mb50 {
    margin-bottom: 50px
}

.under main .mb60 {
    margin-bottom: 60px
}

.under main .mb70 {
    margin-bottom: 70px
}

.under main .mb80 {
    margin-bottom: 80px
}

.under main .mb90 {
    margin-bottom: 90px
}

/* MT */
.under main .mt10 {
    margin-top: 10px
}

.under main .mt15 {
    margin-top: 15px
}

.under main .mt20 {
    margin-top: 20px
}

.under main .mt25 {
    margin-top: 25px
}

.under main .mt30 {
    margin-top: 30px
}

.under main .mt40 {
    margin-top: 40px
}

.under main .mt50 {
    margin-top: 50px
}

.under main .mt60 {
    margin-top: 60px
}

.under main .mt70 {
    margin-top: 70px
}

.under main .mt80 {
    margin-top: 80px
}

.under main .mt90 {
    margin-top: 90px
}

/* MAX_W */
.under main .max_w200 {
    width: 100%;
    max-width: 200px
}

.under main .max_w250 {
    width: 100%;
    max-width: 250px
}

.under main .max_w300 {
    width: 100%;
    max-width: 300px
}

.under main .max_w350 {
    width: 100%;
    max-width: 350px
}

.under main .max_w500 {
    width: 100%;
    max-width: 500px
}

.under main .max_w600 {
    width: 100%;
    max-width: 600px
}

.under main .max_w700 {
    width: 100%;
    max-width: 700px
}

.under main .max_w800 {
    width: 100%;
    max-width: 800px
}

.under main .max_w900 {
    width: 100%;
    max-width: 900px
}

/* MIN-W */
.under main .min_w200 {
    min-width: 200px
}

.under main .min_w250 {
    min-width: 250px
}

.under main .min_w300 {
    min-width: 300px
}

.under main .min_w350 {
    min-width: 350px
}

.under main .min_w500 {
    min-width: 500px
}

/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main h2,
.under main h3,
.under main h4,
.under main h5,
.under main h6,
.under main table th,
.under main .list_faq dt,
.under main .list_step dt {}

/*==========================================================
                        H E A D I N G
==========================================================*/
.under main p {
    font-weight: 400;
}

.under .bor15 img {
    border-radius: 15px;
}

.under main .inner {
    padding: 0 20px;
}

.under .un_page_ttl {
    font-size: 30px;
    padding: 0 0px;
    letter-spacing: 0.05em;
    line-height: 1.166;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.under h2.un_page_ttl {
    margin-bottom: 0;
}

.under main h2,
.under main h3,
.under main h4,
.under main h5,
.under main h6 {
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.under main .un_ttl2,
.under main .u_editor h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 30px;
}

.under main .un_ttl2:before,
.under main .doctor_tt2:before,
.under main .u_editor h2:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 4px;
    background: var(--mcolor);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 9px;
}

.under main .un_ttl3,
.under main .u_editor h3 {
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 16px;
}

.under main .un_ttl3:before,
.under main .u_editor h3:before {
    position: absolute;
    content: "";
    width: 6px;
    height: calc(100% - 12px);
    background: var(--mcolor);
    left: 0;
    top: 5px;
    border-radius: 6px;
}

.under main .un_ttl4,
.under main .u_editor h4 {
    font-size: 18px;
    border-bottom: 1px #FEAD3A solid;
    padding-bottom: 9px;
    margin-bottom: 27px;
}

.under main .un_ttl5,
.under main .u_editor h5 {
    font-size: 18px;
    color: var(--mcolor);
    margin-bottom: 17px;
}

.under main .un_ttl6,
.under main .u_editor h6 {
    font-size: 20px;
    position: relative;
}

.under main .un_ttl6::before,
.under main .un_ttl6::after,
.under main .u_editor h6::before,
.under main .u_editor h6::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.under main .un_ttl6::before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}

.under main .un_ttl2::after {
    background-color: #ccc;
    width: 100%;
}

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 120px
}

.under main section {
    padding: 0 0 62px;
    margin-bottom: 0
}

.under main section:last-child {
    padding: 0
}

.under main ol li {
    list-style: decimal;
}

/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
}

/*============ TOP INFO ============ */
.under main #top_info {
    height: 175px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 7px;
    background: var(--mcolor);
    color: #fff;
    border-radius: 0 0 15px 15px;
}

.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 27px;
}

.under main #topic_path ul {
    display: block;
    padding: 10px 0
}

.under main #topic_path li {
    display: inline;
    position: relative;
}

.under main #topic_path li:not(:last-child)::after {
    content: ">";
    position: relative;
    display: inline-block;
    margin: 0 5px 0 10px;
    top: -1px;
    pointer-events: none;
}

.under main #topic_path li:last-child {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.under main #topic_path li a {
    text-decoration: none;
    text-underline-offset: 3px;
}

/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.under main .list_anchor .btn {
    margin: 0 10px 20px;
    width: 100%;
}

.under main .list_anchor:last-child {
    margin-bottom: -15px;
}

/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td {
    vertical-align: top
}

.under main table.tb_fix {
    table-layout: fixed;
}

.under main table {
    margin-bottom: 30px;
}

.under main table.mb0 {
    margin-bottom: 0;
}

.under main table.mailform th,
.under main table th {
    font-weight: 700;
}

.under main table.mailform th span {}

.under main table.mailform td .info {
    color: var(--mcolor)
}

.under main table td {
    border-color: var(--mcolor);
    background: #fff;
}

.under main table th,
.under main table td {
    padding: 12px 10px 8px 10px;
    border: none;
    letter-spacing: 0.05em;
}

.under main table td {
    padding: 14px 10px 14px 10px;
}

.under main table img {
    display: block;
    margin: auto;
}

.under main table th {
    background: #FFF6E9;
    color: var(--mcolor);
    text-align: left;
}

.under main table th.center {
    text-align: center;
}

.under main table.center th {
    text-align: center;
}

.under main table:not(.tb_block) tr th {
    border-top: 1px #D6D6D6 solid;
}

.under main table:not(.tb_block) tr td {
    border-top: 1px #D6D6D6 solid;
}

.under main table:not(.tb_block) tr:last-child th {
    border-bottom: 1px #D6D6D6 solid;
}

.under main table:not(.tb_block) tr:last-child td {
    border-bottom: 1px #D6D6D6 solid;
}

.under main table.tb_block tr,
.under main table.mailform tr {
    display: flex;
    flex-direction: column
}

.under main table.tb_block tr:not(:last-child) th,
.under main table.mailform tr:not(:last-child) th {
    border-bottom: none
}

.under main table.tb_block td+td,
.under main table.mailform td+td {
    border-top: none;
}

.under main table.tb_block th,
.under main table.tb_block td,
.under main table.mailform td,
.under main table.mailform th {
    width: 100%;
    padding: 12px 12px 8px;
}

.under main table.mailform th {
    border-top: none !important;
    border-bottom: none !important;
}

.under main table.mailform td {
    border-top: none !important;
}

/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}

.under main .list01.mt1 {
    margin-top: 10px;
}

.under main .list01 li {
    display: block;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.under main .list01 li.flex_list {
    display: flex;
}

.under main .list01 li.flex_list>span {
    flex-shrink: 0;
    margin-right: 10px;
}

.under main .list01 li.pl1 {
    margin-left: 20px;
}

.under main .list01 li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    height: 0;
    border-style: solid;
    border-width: 5px 0 4px 8px;
    border-color: transparent transparent transparent var(--mcolor);
}

.under main .list01 li a {
    position: relative;
    margin-left: -20px;
    padding-left: 20px;
}

.under main .list01.list_f {
    display: flex;
    flex-wrap: wrap;
}

.under main .list01.list_f li {
    flex-shrink: 0;
}

.under main .list01.list_f li:not(:last-child) {
    margin-right: 30px;
}

/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}

.under main .list02>li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.under main .list02>li::before {
    content: counter(li);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: var(--mcolor);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
}

/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}

.under main .list_check li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}

.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 15px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* LIST FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}

.under main .list_faq dl {
    background: #FFF;
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
    border: 1px var(--mcolor) solid;
    border-radius: 5px;
}

.under main .list_faq dl:last-child {
    margin-bottom: 0;
}

.under main .list_faq dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(222, 222, 222, 0);
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
    padding-top: 15px;
    min-height: 60px;
    padding-right: 12px;
}

.under main .list_faq dt:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_poly.svg") no-repeat right top;
    width: 12px;
    height: 11px;
    right: 0px;
    top: calc(50% - 5px);
    transition: all 0.3s;
}

.under main .list_faq dl.active dt {
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.under main .list_faq dl dt:before {
    transform: rotate(0);
}

.under main .list_faq dl.active dt:before {
    transform: rotate(60deg);
}

.under main .list_faq dt span {
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    border: 1px solid var(--mcolor);
    background: var(--mcolor);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    top: -1px;
    position: relative;
    letter-spacing: 0em;
    padding-top: 2px;
}

.under main .list_faq dd {
    position: relative;
    letter-spacing: 0.1em;
    padding: 10px 20px 13px 39px;
    line-height: 2.19;
    display: none;
}

.under main .list_faq dt span,
.under main .list_faq dd span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.under main .list_faq dd span {
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--scolor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    letter-spacing: 0em;
    padding-top: 1px;
}

/* LIST STEP */
.under main .list_step {
    position: relative;
}

.under main .list_step.no_img dt {
    margin-bottom: 0;
}

.under main .list_step:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 2px #FEAD3A solid;
    top: 0;
    left: 15px;
}

.under main .list_step dl {
    margin-bottom: 50px;
    position: relative;
}

.under main .list_step dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.under main .list_step dt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.under main .list_step dt .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--en);
    font-size: 13px;
    background: var(--mcolor);
    border-radius: 50%;
    margin-right: 0px;
    flex-shrink: 0;
    top: 0;
    position: relative;
    flex-direction: column;
    letter-spacing: 0.1em;
    left: -20px;
}

.under main .list_step dt .icon .num {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px #fff solid;
    line-height: 1.5;
}

.under main .list_step dt .tt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
    align-self: center;
}

.under main .list_step dd {
    padding-left: 70px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    border: 1px solid #C7C7C7;
    padding: 27px 19px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.under main .frame01.mb20,
.under main .list01.mb20,
.under main .list02.mb20 {
    margin-bottom: 20px;
}

.under main .list02.mb15 {
    margin-bottom: 15px;
}

.under main .frame02 {
    background: #FFF6E9;
    padding: 13px 15px 56px 15px;
}

/* FRAME PICKUP */
.under main .frame_pick {
    padding: 43px 20px 45px;
    background: #F2FFF2;
    margin-bottom: 50px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}

.under main .pick_ttl_en {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #0BAE10;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
}

.under main .frame_pick .pick_ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0em;
}

.under main .frame_pick .pick_ttl:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 4px;
    background: #0bae10;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 9px;
}

/* IFRAME BOX */
.under main .box_map {
    width: 100%;
    height: 299px
}

.under main .box_ytb {
    width: 900px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    max-width: 100%;
}

.under main .box_map iframe,
.under main .box_ytb iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.under main .box_ytb {
    height: auto;
}

/* ===========  OVN ===========  */
.under main .ovn_list {
    margin-top: 50px;
}

.under main .ovn_list dl {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc
}

.under main .ovn_list dt {
    display: flex;
    align-items: center;
    width: 150px
}

.under main .ovn_list dt img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.under main .ovn_list dd {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}

.under main .ovn_list dd a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.under main .ovn_detail_ct img {
    max-width: 800px;
    max-height: 600px;
}

/* ===========  PAGINATION ===========  */
.under main .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0
}

.under main .pagination li {
    margin: 3px;
}

.under main .pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid var(--mcolor);
    background: #fff;
    display: flex;
    color: var(--mcolor);
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding-top: 3px;
}

.under main .pagination li:hover a,
.under main .pagination li.active a {
    background: var(--mcolor);
    color: #fff;
}

.under main .pagination li.active a {
    pointer-events: none;
}

.under main .pagination li.disabled {
    display: none
}

/* ===========  PAGINATION WP ===========  */
.under main .wp_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.under main .wp_pagination>span,
.under main .wp_pagination a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    transition: all 0.3s;
    padding: 5px;
    border: 1px #ccc solid;
    font-size: 14px;
    background: #ccc;
}

.under main .wp_pagination a {
    color: var(--txt)
}

.under main .wp_pagination>span {
    background: var(--mcolor);
    border: 1px var(--mcolor) solid;
    color: #fff;
}

/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}

.u_editor div {
    font-size: 16px;
    line-height: 1.8;
}

/*.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}*/
/* Blockquote */
.u_editor blockquote {
    background: #FFF6E9;
    padding: 20px;
}

.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}

/* Caption */
.u_editor .wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}

.u_editor .wp-caption:last-child {
    margin-bottom: 0;
}

.u_editor .wp-caption img {
    margin: 0 auto;
    border: 0;
}

.u_editor .wp-caption-text {
    font-size: 16px;
    color: var(--txt);
    margin-top: 0.5em;
    font-weight: 500;
}

/* Horizontal line */
.u_editor hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}

/* Text align */
.u_editor .has-text-align-center {
    text-align: center;
}

.u_editor .has-text-align-right {
    text-align: right;
}

.u_editor .has-text-align-left {
    text-align: left;
}

/* Gutenberg-specific */
.u_editor .wp-block-image {
    margin: 1.5em 0;
}

.u_editor .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1.5em 0;
}

.u_editor .wp-block-quote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
}

.u_editor .wp-block-quote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}

.u_editor .wp-block-table td,
.u_editor .wp-block-table th {
    border: 1px solid #ccc;
    padding: 0.5em;
}

.under main ol li {
    list-style: none;
}

.alignright,
.alignleft {
    margin-bottom: 30px;
    max-width: 300px !important
}

.aligncenter {
    display: block !important;
    margin: 0 auto
}

@media screen and (min-width: 751px) {
    .alignleft {
        float: left;
        margin-right: 30px;
    }

    .alignright {
        float: right;
        margin-left: 30px;
    }
}

@media screen and (max-width: 750px) {

    .alignleft,
    .alignright {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* RESET */
.under main table:last-child,
.under main .list_faq:last-child,
.under main .list_faq dl:last-child,
.under main .list01:last-child,
.under main .list01 li:last-child,
.under main .list02:last-child,
.under main .list02 li:last-child,
.under main .list_check:last-child,
.under main .list_check li:last-child,
.under main .list_step:last-child,
.under main .list_step dl:last-child,
.under main section p:last-child,
.under main p:last-child,
.under main .frame01:last-child,
.under main .frame02:last-child,
.under main .frame_pick:last-child {
    margin-bottom: 0
}

.under main .un_acc {
    padding: 0 6px;
}

.under main .un_acc dl {
    border: 1px var(--mcolor) solid;
    border-radius: 30px;
    transition: all 0.3s;
    overflow: hidden;
}

.under main .un_acc dl:not(:last-child) {
    margin-bottom: 30px;
}

.under main .un_acc dl.active {
    border-radius: 5px;
}

.under main .un_acc dl.open {
    border-radius: 0px;
}

.under main .un_acc dl dt {
    position: relative;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding-top: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.under main .un_acc dl dt:after,
.under main .un_acc dl dt:before {
    position: absolute;
    content: "";
    background: var(--mcolor);
    right: 99px;
    top: 50%;
    transition: all 0.3s;
}

.under main .un_acc dl.active dt:after,
.under main .un_acc dl.active dt:before {
    transform: rotate(45deg);
}

.under main .un_acc dl dt:before {
    width: 11px;
    height: 1px;
}

.under main .un_acc dl dt:after {
    height: 11px;
    width: 1px;
    top: calc(50% - 5px);
    right: 104px;
}

.under main .un_acc dl dd {
    padding: 20px 0px 15px;
    border-top: 1px #AAAAAA solid;
    margin: 1px 20px 0;
    display: none;
}

.under main .btn_acc dl dt {
    max-width: 388px;
    height: 35px;
    border-radius: 17.5px;
    background: #fead3a;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 7px;
}

.under main .un_ttl7 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.under main .box_step_tt,
.under main .un_ttl8 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px var(--mcolor) solid;
    margin-bottom: 20px;
}

.under main .box_step_img {
    text-align: center;
}

.under main .un_ttl8 {
    margin-bottom: 12px;
}

.under main .box_step>li {
    position: relative;
}

.under main .box_step>li:not(:last-child) {
    margin-bottom: 62px;
}

.under main .box_step>li:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/arrow_step.svg") no-repeat center top;
    width: 43px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -45px;
}

.under main .btn_acc .un_ttl3 {
    margin-bottom: 15px;
}

.under main .red_txt {
    font-size: 10px;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 9px;
}

.under main .mailform .red_txt {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.under main .doctor_tt1 {
    max-width: 430px;
    height: 95px;
    border-radius: 48px;
    background: #fead3a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto 37px;
}

.under main .doctor_tt2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.under main .doctor_tt2 .sm {
    font-size: 18px;
    margin-bottom: 6px;
}

.under main .doctor_tt2 .lg {
    font-size: 25px;
}

.under main .flex1 {
    display: flex;
    margin-bottom: 0;
}

.under main .flex1 span {
    width: 120px;
    flex-shrink: 0;
    text-align: right;
    margin-right: 10px;
}

.under main .un_bnr li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-align: center;
    height: 130px;
    font-weight: bold;
    background: url("../images/arrow_white.png") no-repeat right 20px center/21px;
    position: relative;
    z-index: 1;
}

.under main .un_bnr li:not(:last-child) {
    margin-bottom: 30px;
}

.under main .un_bnr li.un_bnr1 {
    background: var(--mcolor);
}

.under main .un_bnr li.un_bnr2 {
    background: #63BBA6;
}

.under main .center.bor15 {
    margin-bottom: 15px;
}

.under main .un_ttl9 {
    background: #FFF6E9;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 17px;
    font-size: 16px;
    color: var(--mcolor);
    padding: 12px 12px 8px;
}

.under main .mb1 {
    margin-bottom: 16px;
}

.under main .cta_under .cta_contact_mail a {
    font-size: 17px;
    padding-right: 0px;
}

.under main .cta_under .cta_contact_tel {
    position: relative;
}

.under main .cta_under .cta_contact_tel .tel_txt {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
    text-align: center;
    background: none;
    padding-left: 0px;
    font-weight: 700;
}

.under main .cta_under .cta_contact_tel a {
    padding-top: 30px;
    padding-left: 0;
}

.under main .cta_under.frame02 {
    padding: 25px 15px;
}

.under main .list01.list_left li {
    text-align: left;
}

.under main .space1 {
    display: flex;
}

.under main .space1>span {
    flex-shrink: 0;
    width: 84px;
}

/*ovn*/
.under main .info_box {
    display: flex;
    justify-content: space-between;
}

.under main .info_box .cate {
    border: 1px #C8C8C8 solid;
    border-radius: 15px;
    min-width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 10px;
}

.under main .list_ovn li {
    padding-bottom: 10px;
    border: 1px #ddd solid;
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    position: relative;
}

.under main .list_ovn li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.under main .list_ovn li .img {
    margin-bottom: 20px;
}

.under main .list_ovn li .img img {
    max-height: 250px;
    margin: 0 auto;
    display: table;
}

.under main .list_ovn .big {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.under main .btn.active a {
    background-color: var(--mcolor);
    color: #fff;
    pointer-events: none;
}

.under main .btn.active a span {
    background: url(../images/arrow_white.png) no-repeat right center / 21px;
}

.under .content {
    word-break: break-all;
}

.under main .box_step_txt,
.under main .ovn_cap {
    padding: 20px;
    background: #fff6e9;
	text-align: center;
}

.under main .ovn_img li .img {
    text-align: center;
}

.under main .ovn_img li:not(:last-child) {
    margin-bottom: 30px;
}

.under main .ovn_img li .img img {
    max-height: 300px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
}

.under main .ovn_img,
.under main .box_step {
    margin-bottom: 30px;
}

.under main .btn_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}

.under main .btn_list li.btn a span {
    padding-right: 25px;
}

.under main .btn_list li.btn a,
.under main .btn_list li.btn {
    width: 100%;
}

.under main .btn_list li:not(:last-child) {
    margin-bottom: 20px;
}

.under main .btn_list li.btn.is_prev a span {
    padding-right: 0;
    padding-left: 30px;
    background: url("../images/arrow_black_l.png") no-repeat left center / 21px;
}

.under main .btn_list li.btn.is_prev a:hover span {
    background: url("../images/arrow_white_l.png") no-repeat left center / 21px;
}

.under main .btn_list .is_none {
    margin: 0 auto;
}

.under main .btn_list .is_none a {
    padding: 0;
}

.under main .column_wrap {
    max-width: 400px;
    margin: 0 auto;
}

.under main .flex_2img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.under main .flex_2img dl {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}

.under main .flex_2img dt {
    background: #fff6E9;
    color: var(--mcolor);
    margin-bottom: 0;
    padding: 12px 10px 8px 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.under main .flex_2img dd {
    text-align: center;
}