/*==========================================================
                        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 .un_page_ttl, .under main .sec03_ttl3, .under main .box_step_tt, .un_ttl4 {
    font-family: var(--f-yumin);
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main p {
    font-weight: 500;
    margin: 0 0 2em;
}
.under main p.mb0 {
    margin-bottom: 0;
}
.under main .in_bg {
    padding-bottom: 81px;
    background: #fff;
}
.under .bor10 img {
    border-radius: 10px;
}
.under .un_page_ttl {
    font-size: 28px;
    padding: 0 0px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.under .un_page_ttl .en {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}
.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: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333;
    word-break: break-all;
}
.under main .un_ttl2, .under main .u_editor h2 {
    font-size: 26px;
    position: relative;
    margin-bottom: 32px;
    background: #25498D;
    color: #fff;
    padding: 15px 10px 13px;
    text-align: center;
    border-radius: 10px 0 10px 0;
}
.under main .un_ttl3, .under main .u_editor h3 {
    font-size: 24px;
    margin-bottom: 26px;
    position: relative;
    line-height: 1.5;
    padding-bottom: 14px;
}
.under main .un_ttl3:before, .under main .u_editor h3:before {
    width: calc(100% - 24px);
    background: #749BC2;
    height: 2px;
}
.under main .un_ttl3:after, .under main .u_editor h3:after {
    background: url("../images/icon_round.svg") no-repeat left bottom, url("../images/icon_round.svg") no-repeat right bottom;
    height: 6px;
    width: 100%;
}
.under main .un_ttl3:before, .under main .u_editor h3:before, .under main .un_ttl3:after, .under main .u_editor h3:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
}
.under main .un_ttl3:before {
    bottom: 1px;
}
.under main .un_ttl4, .under main .u_editor h4 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
    position: relative;
    font-weight: 400;
    padding-left: 16px;
}
.under main .un_ttl4:before, .under main .u_editor h4:before {
    position: absolute;
    content: "";
    width: 3px;
    height: calc(100% - 10px);
    background: #749BC2;
    border-radius: 3px;
    left: 0;
    top: 5px;
}
.under main .un_ttl5, .under main .u_editor h5, .under main .un_ttl7 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}
.under main .un_ttl5:before, .under main .u_editor h5:before, .under main .un_ttl7:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #25498D;
    left: 0;
    top: 10px;
}
.under main .un_ttl7:before {
    background: #749BC2;
}
.under main .un_ttl7 {
    margin-bottom: 15px;
}
.under main .un_ttl6, .under main .u_editor h6 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 15px;
}
.under main .un_ttl2::after {
    background-color: #ccc;
    width: 100%;
}
.sec03_ttl3 {
    font-size: 20px;
    margin-bottom: 0px;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 120px
}
.under main section {
    padding: 0 0 64px;
    margin-bottom: 0
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: none;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 235px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 4px;
    color: #fff;
    background: linear-gradient(45deg, rgba(26, 35, 103, 1) 0%, rgba(62, 105, 165, 1) 97%);
    border-radius: 0 0px 20px 0;
    position: relative;
}
.under main #top_info:before {
    position: absolute;
    content: "";
    background: url("../images/logo_top_info.png") no-repeat left bottom/168px;
    width: 168px;
    height: 212px;
    left: 0;
    bottom: 0;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}
/*==========================================================
                        T A B L E
==========================================================*/
table.td_top td {
    vertical-align: top
}
table.tb_fix {
    table-layout: fixed;
}
table {
    margin-bottom: 30px;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
}
table.mb0 {
    margin-bottom: 0;
}
table tr th:first-child, table tr td:first-child {
    border-left: none;
}
table tr th:last-child, table tr td:last-child {
    border-right: none;
}
table td {
    border-color: #fff;
}
table th, table td {
    padding: 12px 10px 9px 10px;
    /* border: none; */
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 500;
}
table td {
    padding: 16px 10px 15px 10px;
    background: #F0F9FE;
}
table img {
    display: block;
    margin: auto;
}
table th {
    background: #749BC2;
    color: #fff;
    font-family: var(--f-yumin);
    border-color: #fff;
}
table th.center {
    text-align: center;
}
table.center th {
    text-align: center;
}
table.tb_block tr {
    display: flex;
    flex-direction: column
}
table.tb_block tr:not(:last-child) th {
    border-bottom: none
}
table.tb_block td + td, table.mailform td + td {
    border-top: none;
}
table.tb_block th, table.tb_block td {
    width: 100%;
    padding: 12px 0px 9px;
    background: none;
}
table.tb_block tr {
    display: flex;
    flex-direction: column;
}
.tb_block th, .tb_block td {
    width: 100%;
    padding: 12px 12px 8px;
    line-height: 1.8;
    font-size: 16px;
    border: none;
    letter-spacing: 0.05em;
}
.tb_block td {
    padding: 12px 12px 17px;
}
.tb02 tr {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}
.tb02 tr:not(:last-child) {
    margin-bottom: 33px;
}
.tb02 tr th, .tb02 tr td {
    width: 100%;
    border: none;
}
.tb02 tr th {
    background: #749BC2;
    color: #fff;
    font-family: var(--f-yumin);
    font-weight: 400;
}
.tb02 tr td {
    background: #F0F9FE;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 32px;
    word-break: break-all;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    color: #333;
    font-family: var(--f-yumin);
    font-size: 14px;
}
.under main #topic_path li:not(:last-child)::after {
    content: "|";
    position: relative;
    display: inline-block;
    margin: 0 5px 0 7px;
    top: 1px;
    pointer-events: none;
}
.under main #topic_path li a {
    text-decoration: none;
    text-underline-offset: 3px;
    color: #333;
}
/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.under main .list_anchor:last-child {
    margin-bottom: 15px;
}
.under main .list_2anchor {
    display: flex;
    flex-wrap: wrap;
}
.under main .list_32anchor .btn:nth-child(2n) {
    margin-left: 10px;
}
.under main .list_3anchor .btn {
    width: calc(33.333% - 10px);
    margin: 0px 5px;
    margin-bottom: 20px;
}
.under main .list_3anchor .btn a {
    width: 100%;
    height: 50px;
}
.under main .list_3anchor .btn a:before {
    right: 10px;
}
.under main .list_3anchor .btn.active a {
    background: var(--mcolor);
    color: #fff;
    border-color: var(--mcolor);
    pointer-events: none;
}
.under main .list_3anchor .btn.active a:before {
    background: #fff;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01.mt1 {
    margin-top: 10px;
}
.under main .list01.mb10 {
    margin-bottom: 10px;
}
.under main .list01 li {
    display: block;
    padding-left: 20px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #343434;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}
.under main .list01 li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background: #749BC2;
    left: 0;
    top: 12px;
}
.under main .u_editor .list01 li:before {
    background: #D3DAEA;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 9px;
}
.under main .list01 li a {
    position: relative;
    margin-left: -20px;
    padding-left: 20px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* 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;
    font-weight: 500;
}
.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 13px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.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 STEP */
.under main .list_step {
    position: relative;
    margin-top: 60px;
}
.under main .list_step .item {
    position: relative;
    background: #F5F5F5;
    border-radius: 10px;
    padding-bottom: 23px;
}
.under main .list_step .item:not(:last-child) {
    margin-bottom: 85px;
}
.under main .list_step:before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    border-left: 2px #B9B9B9 dashed;
    top: 10px;
    left: 58px;
}
.under main .list_step .item :last-child {
    margin-bottom: 0
}
.under main .list_step .item .list_step_ttl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
    position: relative;
}
.under main .list_step .item .list_step_ttl img, .under main .list_step .item .list_step_ttl .img {
    width: 100%;
}
.under main .list_step .item .list_step_ttl .img img {
	border-radius: 10px 10px 0 0;
}
.under main .list_step .list_step_ttl .icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #749BC2;
    flex-shrink: 0;
    top: -36px;
    position: absolute;
    flex-direction: column;
    letter-spacing: 0.1em;
    left: 24px;
    border-radius: 50%;
    font-family: var(--f-en);
}
.under main .list_step .list_step_ttl .icon .txt {
    font-size: 12px;
    border-bottom: 1px #fff dashed;
    display: block;
    line-height: 1.6;
}
.under main .list_step .list_step_ttl .icon .num {
    font-size: 36px;
    line-height: 1.5;
}
.under main .list_step .list_step_ttl .tt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
    align-self: center;
    color: #343434;
}
.under main .list_step .list_step_txt {
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 0 24px;
}
.under main .list_step .list_step_txt .tt {
    font-size: 22px;
    font-family: var(--f-yumin);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 17px;
}
.under main .list_step.list_step_cus .item {
    padding: 30px 0 26px
}
.under main .list_step.list_step_title .item {
    padding: 25px 0 30px;
}
.under main .list_step.list_step_cus .icon {
    top: -70px;
}
.under main .list_step.list_step_cus.list_step_title .icon {
    top: -65px;
}
.under main .list_step.list_step_cus .list_step_ttl .icon .num {
    font-size: 20px;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 21px 15px 20px 24px;
    margin-bottom: 50px;
    background: #F8F8F8;
    border-radius: 10px;
}
.under main .frame01.mb10 {
    margin-bottom: 10px;
}
.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: 55px 20px 50px;
    background: linear-gradient(56deg, rgba(54, 62, 124, 1) 3%, rgba(59, 98, 159, 1) 23%, rgba(11, 136, 207, 1) 87%);
    margin-bottom: 50px;
    position: relative;
    width: calc(100% + 48px);
    left: -24px;
    color: #fff;
    border-radius: 20px 0 20px 0;
}
.under main .frame_pick .wrap {
    position: relative;
    z-index: 1;
}
.under main .frame_pick:before {
    position: absolute;
    content: "";
    background: url("../images/logo_pic.png") no-repeat left top;
    width: 296px;
    height: 360px;
    left: 0;
    top: 0;
}
.under main .pick_ttl_en {
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #003f70;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.under main .frame_pick .pick_ttl {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
    line-height: 1.8;
    letter-spacing: 0em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.under main .frame_pick .pick_ttl .en {
    font-size: 64px;
    font-family: var(--f-en);
    line-height: 1;
    margin-bottom: 25px;
}
.under main .frame_pick .pick_ttl .ja {
    font-size: 26px;
    font-family: var(--f-yumin);
    line-height: 1.61;
    font-weight: 400;
    color: #fff;
}
.under main .frame03 dl:not(:last-child) {
    margin-bottom: 59px;
}
.under main .frame03 dl {
    position: relative;
    padding-bottom: 27px;
}
.under main .frame03_ttl {
    font-family: var(--f-yumin);
    margin-bottom: 25px;
    text-align: center;
}
.under main .frame03_ttl .sm {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
}
.under main .frame03_ttl .lg {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
    position: relative;
    line-height: 1.2;
}
.under main .frame03_ttl .lg:before, .under main .frame03_ttl .lg:after, .under main .frame03 dl:before, .under main .frame03 dl:after {
    position: absolute;
    content: "";
}
.under main .frame03_ttl .lg:after, .under main .frame03 dl:after {
    background: url("../images/icon_round_gray.svg") no-repeat left top, url("../images/icon_round_gray.svg") no-repeat right top;
    width: 100%;
    height: 6px;
    left: 0;
    pointer-events: none;
}
.under main .frame03_ttl .lg:after {
    top: 14px;
}
.under main .frame03 dl:after {
    bottom: -2px;
}
.under main .frame03_ttl .lg span:before {
    left: 0;
}
.under main .frame03_ttl .lg span:after {
    right: 0;
}
.under main .frame03_ttl .lg:before, .under main .frame03 dl:before {
    width: calc(100% - 25px);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #B9B9B9;
}
.under main .frame03_ttl .lg:before {
    top: 16px;
}
.under main .frame03 dl:before {
    bottom: 0;
}
.under main .frame03 dl:nth-child(even) .frame03_ttl .lg:after, .under main .frame03 dl:nth-child(even):after {
    background: url(../images/icon_round_blue.svg) no-repeat left top, url(../images/icon_round_blue.svg) no-repeat right top;
}
.under main .frame03 dl:nth-child(even) .frame03_ttl .lg:before, .under main .frame03 dl:nth-child(even):before {
    background: #2A96D3;
}
.under main .frame03 dl:nth-child(even) .frame03_ttl .lg {
    color: #2A96D3;
}
.under main .frame03_ttl .lg span {
    background: #fff;
    display: block;
    padding: 0 10px 0 15px;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    letter-spacing: 0.2em;
}
.under main .frame03_txt {}
.under main .frame03_txt p {}
.under main .un_tt1 {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #749BC2;
    position: relative;
    font-weight: 400;
    font-family: var(--f-en);
    top: -36px;
    margin-bottom: -32px;
}
.under main .un_tt1 span {
    font-weight: bold;
    margin-left: 15px;
}
.under main .frame_link {
    background: #F0F9FE;
    padding-bottom: 16px;
}
.under main .list_link {
    padding: 0px 24px;
}
.under main .list_link li, .under main .list_link02 li {
    display: block;
    padding-left: 16px;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.under main .list_link02 li {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.under main .list_link02 li:last-child {
    margin-bottom: 0;
}
.under main .list_link li:before, .under main .list_link02 li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #749BC2;
    left: 0;
    top: 8px;
}
.under main .list_link li a {
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
    text-decoration: underline;
    display: inline-block;
    text-underline-offset: 2px;
    letter-spacing: 0em;
}
.under main .list_link02 li a {
    margin-left: -21px;
    padding-left: 15px;
    position: relative;
    text-underline-offset: 3px;
}
/* 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;
}
/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor * {
    font-size: 16px;
}
.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}
/* Blockquote */
.u_editor blockquote {
    background: #F1F5F5;
    padding: 20px;
	border-radius: 10px;
    margin-bottom: 20px;
}
.u_editor blockquote, .u_editor blockquote p {
    font-size: 16px;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
.u_editor del {
    text-decoration: line-through;
}
.u_editor ins {
    text-decoration: underline;
}
/* 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;
}
.alignright, .alignleft {
    margin-bottom: 30px;
    max-width: 300px !important
}
.aligncenter {
    display: block !important;
    margin: 0 auto
}
.alignleft, .alignright {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.alignleft, .alignright, .aligncenter {
    border-radius: 10px;
}
/* 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 .list_img {
    display: flex;
    margin-bottom: 15px;
}
.under main .list_img li {
    flex: 1;
}
.under main .list_img li:not(:last-child) {
    margin-right: 20px;
}
.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_ttl8 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px var(--mcolor) solid;
    margin-bottom: 20px;
    position: relative;
}
.under main .box_step_tt {
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    margin-bottom: 7px;
    text-align: center;
    font-family: var(--f-yumin);
    left: 0;
    top: 0;
    font-size: 16px;
    width: 100%;
    padding: 7px 5px 7px;
    border-radius: 10px 10px 0 0;
}
.under main .item1 .box_step_tt {
    background: #7D7D7D;
}
.under main .item2 .box_step_tt {
    background: var(--mcolor);
}
.under main .box_step_img {
    text-align: center;
}
.under main .step_img {
    margin-bottom: 15px;
}
.under main .un_ttl8 {
    margin-bottom: 12px;
}
.under main .un_ttl10 {
    height: 40px;
    background: #003f70;
    color: #fff;
    display: block;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}
.under main .box_step {
    max-width: 400px;
    margin: 0 auto 30px;
}
.under main .u_editor .box_step {
    margin-bottom: 0;
}
.under main .box_step > li {
    position: relative;
}
.under main .box_step > li:not(:last-child) {
    margin-bottom: 69px;
}
.under main .box_step > li:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/arrow_step.svg") no-repeat center top;
    width: 72px;
    height: 21px;
    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;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    height: 114px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-family: var(--f-yumin);
    line-height: 1.5;
    padding: 0 25px;
    letter-spacing: 0.1em;
    flex-direction: column;
}
.under main .un_bnr li a:before {
    position: absolute;
    content: "";
    background: url(../images/logo_bnr.svg) no-repeat right 0px bottom/cover;
    width: 107px;
    height: 114px;
    right: 15px;
    bottom: 0;
    pointer-events: none;
}
.under main .un_bnr li:not(:last-child) {
    margin-bottom: 32px;
}
.under main .un_bnr li {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.under main .un_bnr li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #F0F0F0;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
}
.under main .un_bnr li.un_bnr1 {
    background: #171C61;
}
.under main .un_bnr li.un_bnr1 .sm {
    font-size: 16px;
    font-weight: 400;
}
.under main .un_bnr li.un_bnr1 .lg {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.under main .un_bnr li.un_bnr1 .lg .x_lg {
    font-size: 22px;
}
.under main .un_bnr li.un_bnr1 .lg .mid {
    font-weight: bold;
    font-size: 15px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    height: 26px;
    width: 45px;
    display: inline-block;
    letter-spacing: 0em;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
}
.under main .un_bnr li.un_bnr2 {
    background: #2A96D3;
}
/*new post*/
.under main .news_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 700px;
    width: 100%;
}
.under main .news_pagination > span, .under main .news_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 10px 3px;
    border: 1px #232323 solid;
    font-size: 14px;
}
.under main .news_pagination a {
    color: #232323
}
.under main .news_pagination > span, .under main .news_pagination a:hover {
    background: var(--mcolor);
    color: #fff;
}
.under main .news_info_post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.under main .news_info_post p {
    margin-bottom: 0;
}
.under main .news_info_post .cate {
    background: #fff;
    padding: 3px 15px 0px;
    min-width: 70px;
    text-align: center;
    border: 1px #BEBEBE solid;
    letter-spacing: 0.05em;
    border-radius: 30px;
}
.under main .news_tt_main {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
}
.under main .news_list li {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    border-bottom: 1px #ddd solid;
    padding-bottom: 25px;
}
.under main .news_list li > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.under main .news_list li:not(:last-child) {
    margin-bottom: 40px;
}
.under main .news_img {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #ddd solid;
    border-radius: 10px;
    overflow: hidden;
}
.under main .news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .post_img_center {
    text-align: center;
}
.under main .u_editor .box_step .under main .box_img_post li .post_img_center, .under main .u_editor .box_step .post_img_center {
    border-radius: 10px;
    background: #efefef;
}
.under main .u_editor .box_step .post_img_center img {
	border-radius: 0px;
}
.under main .u_editor .box_step .post_img_center {
    overflow: hidden;
}
.under main .post_img_center img {
    max-height: 300px;
    border-radius: 10px;
}
.under main .box_img_post .post_img_center {
    margin-bottom: 0;
}
.under main .box_img_post li {
    border-radius: 10px;
    overflow: hidden;
	background: #efefef;
}
.under main .box_img_post li .post_img_center img {
	border-radius: 0px;
}
.under main .box_img_post .sub01 {
    margin-bottom: 30px;
}
/*new post*/
.under main .news_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.under main .news_step li {
    width: 100%;
}
.under main .news_step li:not(:last-child) {
    margin-bottom: 80px;
}
.under main .news_step li p {
    margin-bottom: 0;
}
.under main .post_arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.under main .post_arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid var(--scolor);
    border-bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -55px;
}
.under main .un_tt03 {
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    padding: 7px 5px 5px;
}
.under main .news_txt {
    margin-bottom: 30px;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    padding: 8px 5px 5px;
}
.under main .news_txt_des {
    margin-bottom: 30px;
}
.under main .news_posi, .under main .news_name_tt {
    text-align: center;
    font-weight: bold;
}
.under main .news_posi {
    font-size: 18px;
    margin-bottom: 0;
}
.under main .news_name_tt {
    font-size: 22px;
    color: var(--scolor);
}
.under main .news_des01 {
    margin-top: 20px;
}
.under main .un_tel {
    text-align: center;
}
.under main .un_tel a {
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-family: var(--f-yumin);
    color: var(--scolor);
}
.under main .sec09 {
    margin-top: 60px;
}
.under main .sec09 .en_lg {
    top: -44px;
    font-size: 90px;
}
.under main p.sec09_ver {
    font-size: 16px;
    left: 24px;
    top: 65px;
    gap: 17px;
}
.under main p.sec09_ver .sm .lg {
    margin-top: 11px;
    font-weight: 400;
}
.under main p.sec09_ver > span {
    padding: 13px 9px 11px 8px;
    border-radius: 10px 0 10px 0;
}
.under main .sec09_img img {
    border-radius: 18px 0 0 0;
}
.under main .sec09_ver .mid {
    font-size: 24px;
    font-weight: 400;
}
.under main .sec09_con {
    color: #333;
    padding-top: 18px;
    background: #fff;
    position: relative;
    padding-bottom: 0;
}
.under main .sec09_con:before {
    position: absolute;
    content: "";
    background: url("../images/logo_doctor.png") no-repeat center top;
    width: 312px;
    height: 431px;
    right: -24px;
    top: 175px;
}
.under main .box_his {
    position: relative;
}
.under main .box_his_ttl {
    margin-bottom: 8px;
    font-weight: 400;
}
.under main .box_his_ttl:before {
    background-image: repeating-linear-gradient(90deg, #333, #333 3px, transparent 3px, transparent 5px);
}
.under main .box_his_item dl dd, .under main .box_his_item dl dt {
    font-weight: 500;
}
.under main .box_his_item dl {
    margin-bottom: 7px;
}
.under main .box_his_item dl dt {
    position: relative;
    top: -2px;
}
.under main .un_acc dl, .under main .un_acc th span {
    background: #F8F8F8;
}
.under main .un_acc th {
    padding: 0 25px 0 0;
    line-height: 1.67;
}
.under main .un_acc th span {
    display: inline-block;
}
.under main .un_acc td {
    padding: 0;
    line-height: 1.5;
}
.under main .txt_lg {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 25px;
}
.txt_sm {
    font-size: 14px;
}
.post-button {
    display: flex;
    position: relative;
}
.post-button li {
    width: 32%;
    position: absolute;
}
.post-button li.btn a {
    width: 100%;
    height: 50px;
}
.post-button li.btn a:before {
    right: 15px;
}
.post-button li.prevPag, .post-button li.nextPage {
    top: 0;
}
.post-button li.btn_back {
    left: 0;
    right: 0px;
    margin: 0 auto;
}
.post-button li.prevPag {
    left: 0;
}
.post-button li.nextPage {
    right: 0;
}
.post-button li.prevPage.btn a:before {
    right: auto;
    left: 15px;
}
.post-button li:not(:last-child) {
    margin-bottom: 20px;
}
.btn.btn_back a:before {
    display: none;
}
.under main .list_sub_cate {
    margin-bottom: 30px;
}
.under main .list_sub_cate select {
    border: 1px #ddd solid;
    padding: 7px;
    width: 100%;
    border-radius: 5px;
}
.under main .box_his_list.mb1 {
    margin-bottom: 10px;
}
.under .sec07_img .twentytwenty-container {
    height: 246px !important;
}
.under .sec07_slide2 .sec07_img .twentytwenty-container {
    height: 232px !important;
}