/*==========================================================
                        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
}
.under footer {
    margin-top: 120px;
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
.under .un_page_tt, .under main h2, .under main h3, .under main h4, .under main h5, .under main h6,.under main .list_faq dt, .under main .list_step dt,.under .box_column .un_ttl5 {
    font-family: var(--f-yumin)
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main .image_l img, .under main .image_r img {
    border-radius: 10px;
}
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6 {
    margin-bottom: 30px;
}
.under .un_page_tt {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0.15em;
}
.under .un_ttl2 {
    font-size: 35px;
    text-align: center;
    position: relative;
    background: url("../images/bg_h2.svg") no-repeat center bottom/221px;
    padding-bottom: 48px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.under .un_ttl3 {
    font-size: 30px;
    background: url("../images/bg_h3.svg") no-repeat left bottom/1000px;
    padding-bottom: 70px;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}
.under .un_ttl4 {
    font-size: 30px;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.under .un_ttl4:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #6F94C4;
    left: 0;
    top: 5px;
}
.under .un_ttl5 {
    font-size: 22px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.under .un_ttl5:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #685748;
    left: 0;
    top: 12px;
}
.under .un_ttl6 {
    font-size: 20px;
    position: relative;
}
.under .un_ttl6::before, .under .un_ttl6::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.under .un_ttl6::before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}
.under .un_ttl6::after {
    background-color: #ccc;
    width: 100%;
}
.under .un_txt1 {
    max-width: 850px;
    margin: 0 auto;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 120px
}
.under main section {
    padding: 0 0 125px;
    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: 383px;
    width: 100%;
    margin: 0 auto 77px;
    background: url('../images/under_bg.png') no-repeat center /cover;
    position: relative;
    padding-top: 57px;
}
.under main #top_info:before {
    position: absolute;
    content: "";
    background: url("../images/curve_under.png") no-repeat center top/1923px;
    left: calc(50% - 951px);
    bottom: -81px;
    z-index: 9;
    pointer-events: none;
    width: 1923px;
    height: 159px;
}
.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: 103px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0;
    max-width: 999px;
    margin: 0 auto;
}
.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 6px 0 6px;
    top: -1px;
    pointer-events: none;
    font-weight: 300;
}
.under main #topic_path li {
    color: #333;
    letter-spacing: 0em;
}
.under main #topic_path li a {
    text-underline-offset: 4px;
}
/*============ 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 15px
}
.under main .list_anchor .btn.active a {
    background-color: var(--scolor);
    pointer-events: none;
}
.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;
    border: none;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
}
.under main table th {
    background: var(--mcolor);
    color: #fff;
    font-size: 18px;
    line-height: 1.61;
}
.under main table th, .under main table td {
    border: none;
    font-weight: 500;
}
.under main table.mailform th span {
    color: #fff
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    background: #F5F5F5;
}
.under main table th, .under main table td {
    padding: 16px 20px 15px;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    background: var(--mcolor);
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li {
    display: block;
    padding-left: 25px;
    margin-bottom: 11px;
    position: relative
}
.under main .list01 li::before {
    background: var(--mcolor);
    width: 14px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    content: ''
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-family: var(--f-yumin);
}
.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: 5px;
    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 {
    padding: 15px;
    margin-bottom: 50px;
    background: #F3F9FF;
    border-radius: 20px;
}
.under main .list_faq dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.under main .list_faq dt .icon_q {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: var(--scolor);
    border: 1px solid var(--scolor);
    color: #fff;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 5px;
}
.under main .list_faq dd {
    position: relative;
    padding-left: 55px;
    min-height: 62px
}
.under main .list_faq dd .icon_a {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--mcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 5px;
    font-family: var(--f-yumin);
    font-size: 20px;
}
/* LIST STEP */
.under main .list_step dl {
    margin-bottom: 35px;
    padding-bottom: 50px;
    position: relative;
}
.under main .list_step dl:not(:last-child)::before {
    background: url('../images/ic-step.png') center /cover no-repeat;
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 40px);
    content: '';
}
.under main .list_step dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}
.under main .list_step dt {
    background: var(--mcolor);
    color: #fff;
    font-weight: 500;
    padding: 10px;
}
.under main .list_step dd {
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01, .under main .frame02 {
    padding: 54px 70px 38px;
    border-radius: 10px;
    margin-bottom: 50px;
    background: #F3F9FF;
}
/* FRAME 02 */
.under main .frame02 {
    background-color: #F5F5F5;
}
/* FRAME PICKUP */
.under main .frame_pick {
    margin-bottom: 50px;
    padding: 105px 0 88px;
    position: relative;
}
.under main .frame_pick .wrap {
    padding: 50px 72px 70px;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
    display: inline-block;
    width: 100%;
}
.under main .frame_pick .wrap img {
    border-radius: 0px;
}
.under main .frame_pick:before {
    position: absolute;
    content: "";
    background: url("../images/bg_pickup.jpg") no-repeat center top/cover;
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
    z-index: -1;
}
.under main .frame_pick .pick_ttl {
    text-align: center;
    font-size: 25px;
    position: relative;
    top: -75px;
    font-family: var(--f-yumin);
    margin-bottom: -27px;
}
.under main .frame_pick .pick_ttl span {
    display: block;
    margin-bottom: 57px;
}
/* IFRAME BOX */
.under main .box_map {
    width: 100%;
    height: 400px
}
.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;
}
/* ===========  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: 0 10px
}
.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;
}
.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
==========================================================*/
/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.under main .u_editor ol li {
    list-style: none;
}
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor strong {
    font-weight: bold;
}
.u_editor strong * {
    font-weight: inherit;
}
.u_editor div, .u_editor p, .u_editor dt, .u_editor dd, .u_editor .list01 li, .u_editor .list02 li, .under pre, .under del {
    font-size: 16px;
    word-break: break-all;
    white-space: normal;
    font-family: var(--f-main);
}
.under .u_editor ins {
    text-decoration: underline;
}
.under del {
    text-decoration: line-through;
}
/* .u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
} */

.u_editor.mb0 {
	margin-bottom: 80px;
}
.u_editor.mb0 .clearfix:not(:last-child) {
	margin-bottom: 0;
}
/* Blockquote */
.u_editor blockquote {
    background: #efefef;
    padding: 18px 20px 14px;
    margin-bottom: 20px;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
.u_editor blockquote p {
    font-size: 16px;
}
/* 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
}
@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
}
/*doctor*/
.under .un_doctor_box {
    display: flex;
    margin-bottom: 82px;
    align-items: center;
}
.under .un_doctor_box .item1 {
    flex-shrink: 0;
    position: relative;
    margin-left: -453px;
    margin-right: 110px;
}
.under .un_doctor_img {
	position: relative;
}
.under .un_doctor_img:before {
	position: absolute;
	content: "";
	background: url("../images/un_logo_blur.png") no-repeat left top/365px;
	width: 365px;
	height: 365px;
	left: 40px;
	bottom: -143px;
}
.under .un_doctor_box .item2 {
    flex-grow: 1;
}
.under .un_doctor_box .item1 img {
    border-radius: 0 10px 10px 0;
}
.under .un_doctor_tt1 {
    display: flex;
    flex-direction: column;
    font-family: var(--f-yumin);
    margin-bottom: 40px;
}
.under .un_doctor_tt2 {
    font-size: 22px;
    font-family: var(--f-yumin);
    position: relative;
    margin-bottom: 21px;
}
.under .un_doctor_tt2:before {
    position: absolute;
    content: "";
    background: #98B6DC;
    height: 1px;
    width: 100%;
    top: 46%;
}
.under .un_doctor_tt2 span {
    background: #fff;
    padding: 0 25px 0 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.15em;
}
.under .un_doctor_tt1 .sm {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-right: 15px;
    flex-shrink: 0;
}
.under .un_doctor_tt1 .mid {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.under .un_doctor_tt1 .lg {
    font-size: 30px;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
}
.under .doctor_list li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 20px;
    letter-spacing: 0em;
}
.under .doctor_list li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #98B6DC;
    left: 0;
    top: 13px;
}
.under .un_doctor_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
}
.under .un_doctor_wrap .un_doctor_txt {
    width: 450px;
}
.under .list_step {
    display: flex;
    flex-direction: column;
	margin-top: 65px;
}
.under .list_step_item {
    background: #F3F9FF;
    border-radius: 20px;
    padding: 55px 390px 56px 40px;
    display: flex;
    position: relative;
    min-height: 312px;
}
.under .list_step_item:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/line_step.png") repeat-y center top/2px;
    left: 0;
    right: 0;
    bottom: -90px;
    height: 90px;
    margin: 0 auto;
    width: 2px;
}
.under .list_step_item:not(:last-child) {
    margin-bottom: 92px;
}
.under .list_step_con {
    padding-top: 15px;
}
.under .list_step_con .num {
    position: absolute;
    left: 36px;
    top: -37px;
}
.under .list_step_img {
    position: absolute;
    top: 56px;
    right: 40px;
}
.under .step_txt p {
    letter-spacing: 0.05em;
}
.under .list_step_img img {
    border-radius: 10px;
}
.under .step_tt {
    font-size: 25px;
    font-family: var(--f-yumin);
    margin-bottom: 33px;
    letter-spacing: 0em;
}
.under .box_column {
    display: flex;
    flex-wrap: wrap;
}
.under .box_column .un_ttl5 {
    margin-bottom: 11px;
}
.under .box_column.box_2column .un_ttl5 {
    font-size: 25px;
}
.under .box_column .un_ttl5:before {
    top: 13px;
}
.under .box_column .tt {}
.under .box_column .img {
    margin-bottom: 20px;
}
.under .box_column .img img {
    border-radius: 10px
}
.under .box_column .txt {}
.under .box_2column .item {
    width: 460px;
    display: flex;
    flex-direction: column;
}
.under .un_bnr {
    display: flex;
    justify-content: space-between;
}
.under .un_bnr li {
    width: 475px;
    border-radius: 10px;
    position: relative;
}
.under .un_bnr.center {
    justify-content: center;
}
.under .un_bnr li:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px #CBCBCB solid;
    border-radius: 10px;
}
.under .un_bnr li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-family: var(--f-yumin);
    letter-spacing: 0em;
    position: relative;
    height: 180px;
    padding: 10px 65px 15px 40px;
    border-radius: 10px;
    background: url("../images/arrow_bnr.png") no-repeat right 30px center/11px;
}
.under .un_bnr li a .sm {
    font-size: 16px;
    margin-bottom: 4px;
}
.under .un_bnr li a .lg {
    font-size: 25px;
    line-height: 1.4;
}
.under .un_bnr li.un_bnr1 {
    background: #234570;
}
.under .un_bnr li.un_bnr2 {
    background: #47332F;
}
/*new post*/
.under main .news_step,
.under main .box_img_post {
    display: flex;
    justify-content: center;
}
.under main .box_img_post{
    margin-bottom: 30px;
}
.under main .box_img_post:last-child{
    margin-bottom: 0;
}
.under main .news_step li,
.under main .box_img_post li {
    width: calc(70% - 40px);
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}
.under main .box_img_post li{
    /*width: 300px;*/
}
.under main .box_img_post li:not(:last-of-type){
    margin-right: 50px;
}
.under main .news_step li:not(:last-of-type) {
    margin-right: 80px;
}
.under main .news_step li .post_img_center,
.under main .box_img_post li .post_img_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /*aspect-ratio: 3/2;*/
}

.under main .box_img_post li .post_img_center {
    margin-bottom: 10px;
}

.under main .news_step li .post_img_center img,
.under main .box_img_post li .post_img_center img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .news_step .news_step_before {
    position: relative;
    margin-right: 80px;
}
.under main .news_step .news_step_before:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid var(--scolor);
    border-right: 0;
    right: -55px;
    top: calc(50% + 5px);
}
.under main .news_step .news_step_before:only-child {
    margin-right: 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;
    font-weight: bold;
}
.under main .news_txt {
    margin-bottom: 30px;
    background: #F9F8F4;
    text-align: center;
    padding: 8px 5px 5px;
    line-height: 1.7;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.under main .news_txt01 {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.under main .box_img_post + .news_txt01 {
    margin-top: 50px;
}
.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);
}
/* BACK PREV DETAIL POST */
.under main .next_prev ul {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.under main .next_prev ul .btn_txt_in {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.under main .next_prev li {
    width: 31%;
}
.under main .nextPage a {
    width: 100%;
    letter-spacing: 0px;
    justify-content: center;
    display: flex;
}
.under main .prevPage a {
    background: url(../images/arrow_w_l.png) no-repeat left 46px top 19px / 8px var(--mcolor);
}
.under main .next_prev .btn.btn_back a {
    background: var(--mcolor);
}
.under main .prevPage, .under main .nextPage {
    position: absolute;
    top: 0;
}
.under main .prevPage {
    left: 0;
}
.under main .btn_back {
    left: 0;
    right: 0;
}
.under main .nextPage {
    right: 0
}
.under main .next_prev .btn a {
    width: 100%;
    line-height: 1.5;
    text-align: center;
}
.under main .news_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.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: #6D6D6D;
    color: #fff;
    padding: 4px 15px 2px;
    min-width: 100px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
}
.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 {
    display: flex;
    flex-wrap: wrap;
}
.under main .news_list li {
    cursor: pointer;
    transition: all 0.3s;
    width: calc(33.333% - 25px)
}
.under main .news_img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.under main .news_img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.under main .box_frame_tt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: var(--f-yumin)
}
/*CONTACT*/
.under main .box_contact table th {
    text-align: left;
    width: 285px;
}
.under main .box_contact table th p {
    font-weight: bold;
}
.input_text01 {
    width: 300px;
    height: 38px;
    padding: 7px 5px 5px;
    box-sizing: border-box;
}
.txt_info {
    color: #009900;
    font-size: 80%;
    display: block;
    margin-bottom: 5px;
}
.textarea_text01 {
    padding: 10px;
    box-sizing: border-box;
    width: 100% !important;
}
.btn_contact, .back-btn {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    width: 268px;
    height: 49px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/arrow_w.png) no-repeat right 20px top 19px / 8px var(--mcolor);
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    padding-top: 2px;
    font-weight: 700;
    border: none;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.btn-con-arrow {
    display: table;
    position: relative;
    margin: 0 auto;
}
#confirm .btn-con-arrow {
    margin: 0;
}

.btn-con-arrow:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
}
.btn-con-arrow:hover:before {
    width: 100%;
}
.back-btn {
    background: url(../images/arrow_w_l.png) no-repeat left 20px top 19px / 8px var(--scolor);
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.under #content .btn_contact a, .under #content .back-btn a, #confirm .btn_contact_w .back input {
    color: #fff;
}
.under .btn_contact_w > p {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.under .btn_contact_w > p > input {
    margin: 0 5px;
}
#confirm .btn_contact_w input, #confirm .btn_contact_w a {
    margin: 0 5px;
    position: relative;
}
.list_check.list_check01 {
    display: flex;
}
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="submit"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn_contact a {
    color: #fff;
    text-decoration: none;
}
.box_zipcode, .btn_zipcode01 {
    display: flex;
}
.btn_zipcode {
    width: 175px;
    height: 36px;
    background: var(--scolor);
    border: 1px var(--scolor) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
    flex-shrink: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    transition: all ease 0.3s;
    position: relative;
    top: 0px;
    padding-top: 3px;
    letter-spacing: 0em;
}
.clear_left {
    clear: left;
}
.under main .check_wrap {
    display: flex;
    flex-wrap: wrap;
}
.under img.ui-datepicker-trigger {
    position: relative;
    left: 7px;
    top: -1px;
    cursor: pointer;
}
.under main .input02, .under main .text_area01, .select01 {
    border: 1px #ccc solid;
    padding: 7px 5px 5px;
}
.under main .input02, .select01 {
    width: 350px;
    height: 36px;
}
.select01 {
    height: 40px;
}
.under main .input02::placeholder, .under main .text_area01::placeholder {
    color: #ccc;
}
.under main .text_area01 {
    width: 100% !important;
    height: 150px !important;
}
.under main .must1 {
    background: #d0111b;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    float: right;
    padding: 1px 5px 2px;
    border-radius: 3px;
    line-height: 1.7;
    margin-left: auto;
    position: relative;
    top: 3px;
}
.under main .box-check01 .wpcf7-list-item {
    border: dashed 1px #CCCCCC;
    padding: 7px 6px 3px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}
.under main .box-check01 .wpcf7-list-item {
    font-weight: 500;
}
.under main .check_wrap .mwform-checkbox-field {
    display: block;
}
p:empty {
    display: none;
}
.under main .box-check01 .wpcf7-list-item:hover {
    background: #FFEE7C;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.box-check01_radio {
    margin-bottom: 10px;
}
.under main .btn a {
	width: 268px;
	height: 49px;
}
.under main .btn a.link{
    color: #fff;
    text-decoration: none;
}
.under .txt_black {
	margin-top: 5px;
	display: block;
}

