/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
    margin-bottom: 10px
}
.under main .mb15 {
    margin-bottom: 15px
}
.under main .mb20 {
    margin-bottom: 20px
}
.under main .mb25 {
    margin-bottom: 25px
}
.under main .mb30 {
    margin-bottom: 30px
}
.under main .mb40 {
    margin-bottom: 40px
}
.under main .mb50 {
    margin-bottom: 50px
}
.under main .mb60 {
    margin-bottom: 60px
}
.under main .mb70 {
    margin-bottom: 70px
}
.under main .mb80 {
    margin-bottom: 80px
}
.under main .mb90 {
    margin-bottom: 90px
}
/* MT */
.under main .mt10 {
    margin-top: 10px
}
.under main .mt15 {
    margin-top: 15px
}
.under main .mt20 {
    margin-top: 20px
}
.under main .mt25 {
    margin-top: 25px
}
.under main .mt30 {
    margin-top: 30px
}
.under main .mt40 {
    margin-top: 40px
}
.under main .mt50 {
    margin-top: 50px
}
.under main .mt60 {
    margin-top: 60px
}
.under main .mt70 {
    margin-top: 70px
}
.under main .mt80 {
    margin-top: 80px
}
.under main .mt90 {
    margin-top: 90px
}
/* MAX_W */
.under main .max_w200 {
    width: 100%;
    max-width: 200px
}
.under main .max_w250 {
    width: 100%;
    max-width: 250px
}
.under main .max_w300 {
    width: 100%;
    max-width: 300px
}
.under main .max_w350 {
    width: 100%;
    max-width: 350px
}
.under main .max_w500 {
    width: 100%;
    max-width: 500px
}
.under main .max_w600 {
    width: 100%;
    max-width: 600px
}
.under main .max_w700 {
    width: 100%;
    max-width: 700px
}
.under main .max_w800 {
    width: 100%;
    max-width: 800px
}
.under main .max_w900 {
    width: 100%;
    max-width: 900px
}
/* MIN-W */
.under main .min_w200 {
    min-width: 200px
}
.under main .min_w250 {
    min-width: 250px
}
.under main .min_w300 {
    min-width: 300px
}
.under main .min_w350 {
    min-width: 350px
}
.under main .min_w500 {
    min-width: 500px
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main table th, .under main .list_faq dt, .under main .list_step dt {}
.under main p {
    font-weight: 400;
    line-height: 1.8;
}
/*.under main .image_l img, .under main .image_r img, .under main .bor_img img {
    border-radius: 15px;
}*/
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .u_editor h2, .u_editor h3, .u_editor h4, .u_editor h5, .u_editor h6 {
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
.under main .un_ttl2, .u_editor h2 {
    font-size: 35px;
    text-align: center;
    color: var(--mcolor);
    padding-bottom: 37px;
    position: relative;
    margin-bottom: 40px;
}
.under main .un_ttl2:before, .u_editor h2:before {
    background: var(--mcolor);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 3px;
    bottom: 0;
}
.under main .un_ttl2:before, .under main .un_ttl3:before, .under main .un_ttl5:before, .u_editor h2:before, .u_editor h3:before, .u_editor h5:before {
    position: absolute;
    content: "";
}
.under main .un_ttl3, .u_editor h3 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px #cdcdcd solid;
    padding-bottom: 17px;
    margin-bottom: 49px;
    position: relative;
}
.under main .un_ttl3:before, .u_editor h3:before {
    width: 100px;
    height: 4px;
    left: 0;
    bottom: -3px;
    background: var(--mcolor);
}
.under main .un_ttl4, .u_editor h4 {
    font-size: 28px;
    position: relative;
    padding-left: 11px;
    font-weight: bold;
    margin-bottom: 30px;
}
.under main .un_ttl4::before, .u_editor h4:before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 9px);
    background-color: var(--mcolor);
    left: 0;
    top: 3px;
}
.under main .un_ttl5, .u_editor h5 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-bottom: 27px;
}
.under main .un_ttl5:before, .u_editor h5:before {
    background: #BCBCBC;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.under main .un_ttl6, .u_editor h6 {
    font-size: 20px;
    position: relative;
}
.under main .un_ttl6::before, .under main .un_ttl6::after, .u_editor h6:before, .u_editor h6:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.under main .un_ttl6::before, .u_editor h6:before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}
.under main .un_ttl6::after, .u_editor h6:after {
    background-color: #ccc;
    width: 100%;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 20px
}
.under main section {
    padding: 0 0 120px;
    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: 285px;
    width: 100%;
    margin: 0 auto;
    background: var(--mcolor);
    padding-top: 115px;
    margin-bottom: 15px;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}
.under main .un_page_title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 90px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
}
.under main #topic_path li:not(:last-child)::after {
    content: "|";
    position: relative;
    display: inline-block;
    margin: 0 5px 0 10px;
    top: -1px;
    pointer-events: none;
}
.under main #topic_path li, .under main #topic_path li a {
    color: var(--txt);
    font-weight: 400;
}
/*============ 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:last-child {
    margin-bottom: -15px;
}
.under main .unbox_main {
    max-width: 850px;
    margin: 0 auto;
}
.under main .btn.btn_un a {
    height: 50px;
    font-weight: bold;
}
.under main .btn.btn_un a:before {
    background: url("../images/arrow_down_un.svg") no-repeat center/cover;
    width: 17px;
    height: 10px;
    right: 40px;
    top: calc(50% - 5px);
}
.under main .inner {
    width: 1030px;
}
.under main .list_anchor.list_3anchor .btn a {
    width: 100%;
}
.under main .list_anchor.list_3anchor .btn {
    width: calc(33.333% - 20px);
}
.under main .list_anchor.list_3anchor .btn.active a {
    pointer-events: none;
}
/*==========================================================
                        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-collapse: separate;
    border-spacing: 5px;
}
.under main table th {
    background: #030F57;
    color: #fff;
    font-size: 18px;
}
.under main table td {
    border-color: var(--mcolor);
    background: #F2F2F2;
    color: #333;
}
.under main table th, .under main table td {
    padding: 14px 22px;
    border: none;
    line-height: 1.8;
    font-size: 16px;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: var(--mcolor);
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li {
    display: block;
    padding-left: 25px;
    margin-bottom: 8px;
    position: relative;
    font-weight: 400;
}
.under main .list01 li::before {
    background: var(--mcolor);
    width: 10px;
    height: 2px;
    position: absolute;
    top: 13px;
    left: 0;
    content: ''
}
.under main .list01 li a {
    font-weight: bold;
    color: var(--mcolor);
    position: relative;
    margin-left: -25px;
    padding-left: 25px;
}
.under main .un_tt_list {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
/* 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-en);
}
.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 {
    background: #FFF;
    padding: 15px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px
}
.under main .list_faq dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.under main .list_faq dt span {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: #fff;
    border: 1px solid var(--mcolor);
    color: var(--mcolor);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
    flex-shrink: 0;
}
.under main .list_faq dd {
    position: relative;
    padding-left: 50px;
    min-height: 62px
}
.under main .list_faq dd span {
    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;
    text-align: center;
    padding-bottom: 5px;
    flex-shrink: 0;
}
/* 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 {
    padding: 43px 75px;
    background-color: #F2F2F2;
    border-radius: 15px;
    margin-bottom: 50px;
}
/* FRAME 02 */
.under main .frame02 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    margin-bottom: 50px;
    border-radius: 15px;
}
.under main .frame02.mb0 {
    margin-bottom: 0;
}
/* FRAME PICKUP */
.under main .frame_pick {
    padding: 78px 90px 80px;
    background: var(--mcolor);
    margin-bottom: 50px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.under main .frame_pick .pick_ttl {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.under main .frame_pick .pick_ttl span {
    font-size: 36px;
    display: block;
    margin-bottom: 36px;
}
.under main .frame_pick .list02 li::before {
    background: #fff;
    color: var(--mcolor);
    padding-top: 2px;
}
/* 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;
}
.under main .box_ytb.mt30 {
    margin-top: 30px;
}
/* ===========  PAGINATION WP ===========  */
/*==========================================================
                     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, .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;
}
/* Blockquote */
.u_editor blockquote {
    /*  border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    color: var(--txt);
    font-style: italic;*/
    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
}
.under main .un_box_doctor {
    display: flex;
    align-items: flex-start;
}
.under main .un_box_doctor_img {
    width: 390px;
    margin-right: 64px;
    flex-shrink: 0;
}
.under main .un_box_doctor_img img {
    border-radius: 15px;
}
.under main .un_box_doctor_img {
    position: relative;
}
.under main .un_box_doctor_img:before {
    position: absolute;
    content: "";
    background: url("../images/logo_blur.png") no-repeat left top/186px;
    width: 186px;
    height: 205px;
    left: -55px;
    bottom: -45px;
}
.under main .list_tt {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 18px;
}
.under main .list_tt:before {
    position: absolute;
    content: "";
    background: #BCBCBC;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 0;
    top: 15px;
}
.under main .un_box_doctor_txt .wrap:not(:last-child) {
    margin-bottom: 39px;
}
.under main .unbox_bnr {
    display: flex;
    justify-content: center;
}
.under main .unbox_bnr .un_bnr:not(:last-child) {
    margin-right: 50px;
}
.under main .unbox_bnr .un_bnr {
    width: 475px;
    height: 180px;
    border-radius: 15px;
}
.under main .unbox_bnr .un_bnr a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 10px 55px;
    justify-content: center;
    position: relative;
}
.under main .unbox_bnr .un_bnr a:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_w_r.svg") no-repeat left top;
    width: 9px;
    height: 14px;
    right: 30px;
    top: calc(50% - 7px);
}
.under main .unbox_bnr .un_bnr a .sm {
    font-weight: 500;
    margin-bottom: 8px;
}
.under main .unbox_bnr .un_bnr a .lg {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.728;
}
.under main .unbox_bnr .un_bnr.bnr1 {
    background: #030F57;
}
.under main .unbox_bnr .un_bnr.bnr2 {
    background: var(--scolor);
}
.under main .list3img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.under main .list3img li:not(:last-child) {
    margin-right: 10px;
}
.under main .list3img li {
    width: calc(33.333% - 7px);
}
.under main .list3img li .tt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.under main .list3img li .img {
    text-align: center;
}
.under main .list_step_img li:not(:last-child) {
    margin-right: 50px;
}
.under main .list_step_img li.arr {
    position: relative;
}
.under main .list_step_img li.arr:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid var(--mcolor);
    border-right: 0;
    right: -37px;
    top: calc(50% - 20px);
}
.under main .name01 {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}
.under main .un_sec_tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.under main .un_sec_tab.mb50 {
    margin-bottom: 50px;
}
.under main .un_sec_tab li {
    width: 300px;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
}
.under main .un_sec_tab li a img {
    width: 100%;
    height: 100%;
}
.under main .un_sec_tab li.active {
    pointer-events: none;
    position: relative;
}
.under main .un_sec_tab li.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px var(--mcolor) solid;
    border-radius: 15px;
}
.under main .un_sec_tab li .tt {
    position: absolute;
    margin-bottom: 0;
    background: #fff;
    right: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    -moz-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: mixed;
}
.under main .un_txt1 {
    display: flex;
    margin-bottom: 0;
}
.under main .un_txt1 span {
    width: 80px;
    flex-shrink: 0;
}
.under main .sec_lecturer_wrap {
    position: relative;
    height: 600px;
    overflow: hidden
}
.under main .sec_lecturer_wrap.active {
    height: auto;
    overflow: inherit;
}
.under main .lecturer_slider {
    display: flex;
}
.under main .lecturer_slider_item {
    width: 300px;
    height: 250px;
}
.under main .lecturer_slider .slick-slide {
    margin: 0 5px;
}
.under main .lecturer_slider .slick-slide p, .under main .lecturer_slider .slick-slide p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .lecturer_slider .slick-dots {
    bottom: -60px;
}
.under main .lecturer_slider .slick-dots li button {
    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;
    background: #999;
    font-family: var(--f-en);
}
.under main .lecturer_slider .slick-dots li.slick-active {
    pointer-events: none;
}
.under main .lecturer_slider .slick-dots li.slick-active button {
    background: #030F57;
}
.under main .lecturer_slider .slick-dots li button:before {
    display: none;
}
.under main .lecturer_slider .slick-prev, .under main .lecturer_slider .slick-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 0px);
    z-index: 9;
}
.under main .lecturer_slider .slick-next {
    right: -15px;
}
.under main .lecturer_slider .slick-prev {
    left: -15px;
}
.under main .lecturer_slider .slick-dots li, .under main .lecturer_slider .slick-dots li button {
    width: 30px;
    height: 30px;
}
.under main .lecturer_slider .slick-prev {
    background: url("../images/icon_prev.svg") no-repeat center top/cover;
}
.under main .lecturer_slider .slick-prev:before, .under main .lecturer_slider .slick-next:before {
    display: none;
}
.under main .lecturer_slider .slick-next {
    background: url("../images/icon_next.svg") no-repeat center top/cover;
}
.under main .unbox_con_list {
    display: flex;
    flex-wrap: wrap;
}
.under main .unbox_con_list li .img {
    margin-bottom: 10px;
    text-align: center;
}
.under main .unbox_con_list li .tt {
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.under main .unbox_con_list li .tt a {
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
}
.under main .unbox_con_list li .tt:before {
    position: absolute;
    content: "";
    background: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.under main .unbox_con_list li {
    width: calc(25% - 8px);
    border: 1px #ddd solid;
    padding: 10px;
}
.under main .mt01 {
    margin-top: 100px;
}
.under main .list_step_img_down, .under main .list_step_2img_down {
    display: flex;
    justify-content: center;
    position: relative;
}
.under main .list_step_img_down {
    margin-bottom: 70px;
}
.under main .list_step_img_down li, .under main .list_step_2img_down li {
    border: 1px #ddd solid;
    padding: 10px 10px;
}
.under main .list_step_img_down li .img {
    text-align: center;
}
.under main .list_step_img_down li:not(:last-child), .under main .list_step_2img_down li:not(:last-child) {
    margin-right: 20px;
}
.under main .list_step_img_down:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid var(--mcolor);
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: 0 auto;
}
.under main .list_step_img_down .tt, .under main .list_step_2img_down .tt {
    text-align: center;
    margin-bottom: 7px;
    font-weight: bold;
    background: var(--mcolor);
    color: #fff;
    padding: 9px 5px 5px;
}
.under main .list_step_2img_down .tt {
    margin-bottom: 10px;
}
.under main .basic_tt01 {
    text-align: center;
    font-weight: bold;
}
.under main .basic_tt02 {
    font-size: 20px;
}
.under main .w_full li {
    width: 100%;
}
.under main .list_step_img_down.none {
    margin-bottom: 0;
}
.under main .list_step_img_down.none .tt {
    margin-bottom: 10px;
}
.under main .list_step_img_down.mb0 .tt {
    margin-bottom: 0;
}
.under main .list_step_img_down.none:before {
    display: none;
}
.under main .list_frame {
    display: flex;
}
.under main .list_frame > li, .under main .list_step_2img_down > li {
    justify-content: space-between;
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
}
.under main .list_step_2img_down > li {
    justify-content: flex-start;
}
.under main .list_step_2img_down > li .img {
    text-align: center;
}
.under main .list_frame > li .tt {
    margin-bottom: 10px;
}
.under main .list_frame > li:not(:last-child) {
    margin-right: 50px;
}
.under main .list_frame > li .list_frame_sub {
    background: #F2F2F2;
    flex-grow: 1;
    padding: 20px;
}
.under main .box_img_sub, .under main .list_2con {
    display: flex;
}
.under main .box_img_sub:not(:last-of-type) {
    margin-bottom: 30px;
}
.under main .box_img_sub p {
    margin-bottom: 0;
}
.under main .box_img_sub .img {
    margin-right: 50px;
    flex-shrink: 0;
}
.under main .list_2con {
    flex-wrap: wrap;
}
.under main .list_2con > li {
    width: calc(50% - 10px);
    border: 1px #ddd solid;
    padding: 25px;
}
.under main .list_2con > li:not(:nth-child(2n)) {
    margin-right: 20px;
}
.under main .list_2con > li:nth-child(n + 3) {
    margin-top: 20px;
}
.under main .list_2con > li .img {
    text-align: center;
}
.under main .mr01 {
    margin-right: 10px;
}
.under main p.box_img_sub_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.under main .box_img_sub .txt {
    flex-grow: 1;
}
.under main .bold {
    font-weight: bold;
}
.under main .list3img_center {
    justify-content: center;
    margin: 0 auto;
}
.under main .list3img_center li {
    width: auto;
}
.under main .step_img_down p {
    position: relative;
}
.under main .step_img_down p:not(:last-of-type):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid var(--mcolor);
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -49px;
    margin: 0 auto;
}
.under main .step_img_down p:not(:last-child) {
    margin-bottom: 70px;
}
.under main .m0 {
    margin-left: auto;
    margin-right: auto;
}
.under main .unbox_con01 dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.under main .unbox_con01 dl:not(:last-child) {
    margin-bottom: 30px;
}
.under main .unbox_con01 dt {
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    background: var(--mcolor);
    color: #fff;
}
.under main .unbox_con01 dd {
    width: 100%;
}
.under main .mt30_01 {
    margin-top: 30px;
}
.under main .post_img_center {
    text-align: center;
}
.under main .post_img_center img {
    max-height: 400px;
    max-width: 100%;
}
/* ===========  PAGINATION WP ===========  */
.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 var(--mcolor) 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;
}
/*potype INFOMATION*/
.under main .news_list li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    background: #efefef;
    word-break: break-all;
}
.under main .news_list li:not(:last-child) {
    margin-bottom: 20px;
}
.under main .news_info_post {
    width: 120px;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.under main .news_img {
    width: 280px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
}
.under main .news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .cate_name {
    margin-bottom: 10px;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    min-width: 100px;
    padding: 5px 5px 3px;
}
.under main .news_tt_main {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0;
}
.under main .btn.btn_sm a {
    width: 210px;
}
.under main .schedule_list li:first-child {
    border-top: 1px #ddd solid;
}
.under main .schedule_list li {
    display: flex;
    border-bottom: 1px #ddd solid;
}
.under main .schedule_l, .under main .schedule_r, .under main .schedule_cen {
    padding: 20px;
}
.under main .schedule_lec_tt, .under main .schedule_txt1 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.under main .schedule_lec_tt .tt, .under main .schedule_txt1 .tt {
    width: 90px;
    border: 1px var(--mcolor) solid;
    padding: 2px 5px 0;
    flex-shrink: 0;
    margin-right: 10px;
    text-align: center;
}
.under main .schedule_txt1 .txt {
    line-height: 1.4;
    display: block;
}
.under main .schedule_txt3 a, .under main .schedule_txt2 a {
    width: 220px;
    min-height: 45px;
    border-radius: 30px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--mcolor);
    border: 1px #000839 solid;
    position: relative;
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 12px;
    letter-spacing: 0em;
    text-align: center;
}
.under main .schedule_txt2 .btn_full a {
    width: auto;
}
.under main .schedule_txt2 p:not(:last-child), .under main .schedule_txt3 p:not(:last-child) {
    margin-bottom: 10px;
}
.under main .schedule_cen {
    flex-grow: 1;
    width: calc(100% - 660px);
}
.under main .logo_sbc {
    flex-shrink: 0;
    margin-left: auto;
}
.under main .schedule_r {
    width: 330px;
    display: flex;
    padding-right: 0;
}
.under main .schedule_l {
    width: 330px;
    padding-left: 0;
}
.under main .new {
    background: #f00;
    padding: 3px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.under main .schedule_date_tt span {
    font-weight: bold;
    color: var(--mcolor);
}
.under main .sort_year {
    position: relative;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 99;
}
.under main .open_sort {
    border: 1px solid #ccc;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}
.under main .open_sort.open::before {
    transform: rotate(180deg);
}
.under main .open_sort::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: var(--mcolor) transparent transparent transparent;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    transition: all 0.3s;
}
.under main .list_year {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
    left: 0;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    visibility: hidden;
    background: #fff;
}
.under main .list_year.active {
    top: 60px;
    opacity: 1;
    visibility: visible;
}
.under main .list_year li {
    border-bottom: 1px solid #ededed;
}
.under main .list_year li a {
    padding: 10px;
    display: block;
}
/*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: 655px !important;
}
.btn_contact, .back-btn {
    appearance: none;
    -webkit-appearance: none;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s;
    width: 350px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--mcolor);
    border: 1px #000839 solid;
    position: relative;
    padding-top: 2px;
    background: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.btn-con-arrow {
    display: table;
    position: relative;
    margin: 0 auto;
}
#confirm .btn-con-arrow {
    margin: 0;
}
#confirm .btn-con-arrow input {
    width: 220px;
}
.btn-con-arrow:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #98989A;
    right: 20px;
    top: calc(50% - 5px);
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
}
.btn-con-arrow.back:before {
    right: auto;
    left: 20px;
}
.back-btn {
    background: #333;
    background: var(--scolor);
    width: 220px;
    color: #fff;
}
.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 {
    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 .contact_bnr {
    background: var(--mcolor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 130px;
    max-width: 600px;
    margin: 0 auto;
}
.under main .contact_bnr p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.under main .contact_bnr p .txt {
    font-size: 20px;
    font-family: var(--en);
    padding-top: 6px;
}
.under main .contact_bnr p .num {
    font-size: 33px;
}
.under main .contact_bnr p.linkpdf a {
    padding: 7px 20px 5px;
    border-radius: 25px;
    background: #fff;
    display: flex;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    border: 1px #fff solid;
}
/*STEP CONTACT*/
.under main .step_contact {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.under main .step_contact:not(:last-child) {
    margin-bottom: 40px
}
.under main .step_contact li {
    width: calc((100% / 3) - 40px);
    padding: 15px 20px 13px;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.under main .step_contact li > span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--mcolor);
    margin: 0 auto;
    border-radius: 50%;
    font-family: var(--f-en);
    padding-top: 2px;
    margin-bottom: 5px;
}
.under main .step_contact li:not(:last-child):before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 20px;
    height: 20px;
    background-color: var(--scolor);
    right: -40px;
    top: calc(50% - 10px);
}
.under main .step_contact li.active {
    background: #ddd;
    color: #000;
}
.under main .un_num_list {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    font-family: var(--f-en);
}
@media screen and (min-width: 751px) {
    .alignleft {
        float: left;
        margin-right: 30px;
    }
    .alignright {
        float: right;
        margin-left: 30px;
    }
    .under main .open_sort:hover {
        border-color: var(--mcolor);
    }
    .under main .list_year li:hover {
        background: var(--mcolor);
        color: #fff;
    }
    .under main .list_year li:hover a {
        color: #fff;
    }
}
@media screen and (max-width: 750px) {
    .alignleft, .alignright {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 100% !important;
        max-height: 300px;
    }
}
/* 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
}