/*==========================================================
                        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 .un_ttl_bg, .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 .content {
    color: #040404;
    padding-bottom: 100px;
    margin-top: 40px;
}
.under .bor15 img {
    border-radius: 15px;
}
.under main .inner {
    padding: 0 20px;
}
.under .un_page_ttl {
    font-size: 28px;
    padding: 0 0px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    width: 100%;
    font-weight: 600;
}
.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: 500;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333;
}
.under main .un_ttl2, .under main .u_editor h2 {
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 27px;
}
.under main .un_ttl2:before, .under main .doctor_tt2:before, .under main .u_editor h2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #042575;
    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: 16px;
    position: relative;
    padding-left: 16px;
    line-height: 1.5;
}
.under main .un_ttl3:before, .under main .u_editor h3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 15px);
    background: #042575;
    left: 0;
    top: 5px;
}
.under main .un_ttl4, .under main .u_editor h4 {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 17px;
    line-height: 1.5;
    background-image: repeating-linear-gradient(90deg, #8191b9, #8191b9 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}
.under main .un_ttl5, .under main .u_editor h5 {
    font-size: 18px;
    color: #042575;
    margin-bottom: 17px;
    line-height: 1.5;
}
.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%;
}
.under main .un_ttl_bg {
    display: flex;
    align-items: center;
    height: 95px;
    background: #003f70;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 38px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}
.under main .sec03_ttl3 {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.05em;
    border-bottom: 2px #042575 solid;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.under main .sec03_ttl3 .sm {
    font-size: 18px;
    color: #343434;
    display: block;
    margin-bottom: 11px;
}
.under main .sec03_ttl3 .lg {
    color: #333;
    font-size: 28px;
    line-height: 1.4;
}
table.tb_block th.bg1 {
    background: #042575;
    border-top: 1px #042575 solid;
    text-align: center;
    color: #fff;
}
/*==========================================================
                      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: none;
}
/* 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: #003F70;
    color: #fff;
}
.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: 30px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    color: #333;
}
.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;
    color: #333;
}
/*============ 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;
}
.under main .list_2anchor {
    display: flex;
    flex-wrap: wrap;
}
.under main .list_2anchor .btn:nth-child(2n) {
    margin-left: 10px;
}
.under main .list_2anchor .btn {
    width: calc(50% - 5px);
    margin: 0px;
    margin-bottom: 20px;
}
.under main .list_2anchor .btn a {
    font-size: 16px;
}
.under main .list_2anchor .btn a:before {
    width: 8px;
    height: 8px;
    right: 4px;
    bottom: 4px;
}
.under main .list_2anchor .btn.active a {
    background-color: var(--sscolor);
    color: #fff;
    border-color: var(--sscolor);
    pointer-events: none;
}
.under main .list_2anchor .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: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #343434;
    line-height: 1.8;
    font-size: 16px;
}
.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 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;
}
.under main .list_faq dt {
    padding: 15px 25px 13px 0px;
}
.under main .list_faq dt .icon {
    top: 2px;
}
.under main .list_faq dt::before {
    top: 27px;
}
/* LIST STEP */
.under main .list_step {
    position: relative;
}
.under main .list_step.no_img dt {
    margin-bottom: 0;
}
.under main .list_step:before {}
.under main .list_step dl {
    margin-bottom: 46px;
    position: relative;
}
.under main .list_step dl:before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    border-left: 2px #003F70 solid;
    top: 16px;
    left: 25px;
}
.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: 25px;
}
.under main .list_step dt .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #003F70;
    margin-right: 22px;
    flex-shrink: 0;
    top: 10px;
    position: relative;
    flex-direction: column;
    letter-spacing: 0.1em;
    left: 0;
    padding-top: 3px;
}
.under main .list_step dt .icon .txt {
    font-size: 12px;
    border-bottom: 1px #fff dashed;
    display: block;
    line-height: 1.6;
}
.under main .list_step dt .icon .num {
    font-size: 20px;
    font-weight: 700;
    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;
    color: #343434;
}
.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: 25px 19px;
    margin-bottom: 50px;
}
.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: 76px 20px 50px;
    background: #EDF6FD;
    margin-bottom: 50px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}
.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: 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;
}
.under main .un_tt1 {
    font-family: var(--f-yumin);
    font-size: 18px;
    padding: 35px 20px 12px;
    margin-bottom: 10px;
    text-align: center;
}
.under main .un_tt1 span {
    font-weight: bold;
    margin-left: 15px;
}
.under main .frame_link {
    background: #efefef;
    padding-bottom: 25px;
}
.under main .list_link {
    padding: 0px 19px;
}
.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: 6px;
    height: 6px;
    border-radius: 50%;
    background: #042575;
    left: 0;
    top: 8px;
}
.under main .list_link li a {
    position: relative;
    margin-left: -21px;
    padding-left: 15px;
    text-decoration: underline;
    display: inline-block;
    text-underline-offset: 3px;
}
.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;
}
/* ===========  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 * {
    font-size: 16px;
}
.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}
/* Blockquote */
.u_editor blockquote {
    background: #F1F5F5;
    padding: 20px;
	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;
}
/* 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_ttl7 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.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: 600;
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
}
.under main .box_step_tt:before {
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 18px);
    background: #042575;
    left: 0;
    top: 7px;
}
.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 > li {
    position: relative;
}
.under main .box_step > li:not(:last-child) {
    margin-bottom: 55px;
}
.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;
    position: relative;
    z-index: 1;
}
.under main .un_bnr li a:before {
    position: absolute;
    content: "";
    background: url(../images/menu_tree.png) no-repeat right 20px bottom -5px /120px;
    width: 145px;
    height: 100%;
    right: 0;
    bottom: 0;
}
.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: var(--scolor);
}
.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;
}
/*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;
    /* color: #fff; */
    padding: 3px 15px 0px;
    min-width: 70px;
    text-align: center;
    border: 1px #404040 solid;
}
.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;
}
.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: 50px;
}
.under main .news_img {
    height: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #ddd solid;
}
.under main .news_img img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.under main .post_img_center {
    text-align: center;
}
.under main .post_img_center img {
    max-height: 300px;
}
/*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 .news_step .news_step_before:only-child {
    margin-bottom: 0;
}
.under main .news_step .news_step_before:only-child:before {
    display: none;
}*/
.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 .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);
}