/*==========================================================
                        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 main {
    padding-top: 0;
}
/*==========================================================
                        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 {
    font-family: var(--f-main);
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6 {
    font-weight: bold;
    margin-bottom: 30px;
}
.under main h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    color: #fff;
}
.under main h3:not(.stl1) {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0em;
    line-height: 1.25em;
    margin-bottom: 20px;
    color: var(--mcolor);
    border-bottom: 4px #e5e5e5 solid;
    position: relative;
}
.under main h3:not(.stl1):before {
    position: absolute;
    content: "";
    width: 300px;
    height: 4px;
    background: var(--mcolor);
    right: 0;
    bottom: -4px;
}
.under main h3.stl1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: var(--mcolor);
    margin-bottom: 37px;
}
.under main h4 {
    font-size: 24px;
    color: #333366;
    line-height: 1.4;
    border-bottom: 1px #333366 solid;
    margin-bottom: 20px;
    display: table;
}
.under main h4.stl2 {
    background: var(--mcolor);
    color: #fff;
    padding: 7px 13px 5px 13px;
    margin-bottom: 9px;
    display: block;
}
.under main h4.mb0 {
    margin-bottom: 0;
}
.under main h5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.1;
    color: #f75151;
    margin-bottom: 5px;
}
.under main h6 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    padding-bottom: 2px;
}
.under main h6::before, .under main h6::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -5px;
}
.under main h6::before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}
.under main h6::after {
    background-color: #ccc;
    width: 100%;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 120px
}
.under main section {
    padding: 0px 0 60px;
    margin-bottom: 0
}
.under main section.sec_main {
    padding-bottom: 40px;
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: decimal;
	list-style: none;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight: bold;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 440px;
    height: 387px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
}
.under main #top_info::before {
    background: url('../images/top_info_bg.jpg') center /cover no-repeat;
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    content: '';
    z-index: 0;
}
.under main #top_info .inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 7px;
    padding-left: 100px;
    width: 100%;
    max-width: 1920px;
}
.under main #top_info.full .inner {
    padding-left: 0;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    padding-left: 115px;
    padding-top: 1px;
}
.under main #topic_path ul {
    display: block;
}
.under main #topic_path li {
    display: inline;
    position: relative;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #666666;
}
.under main #topic_path li:not(:last-child)::after {
    content: ">";
    position: relative;
    display: inline-block;
    margin: 0 13px 0 14px;
    pointer-events: none;
}
.under main #topic_path li:nth-last-child(2)::after {
    content: '>';
    margin: 0 13px 0 15px;
}
.under main #topic_path li a {
    text-decoration: underline;
    color: var(--mcolor);
    text-decoration-color: var(--mcolor);
    text-underline-offset: 2px;
}
/*============ 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 .list_anchor .btn a {
    padding-top: 2px;
}
.under main .list_anchor .btn.active a {
    background: var(--scolor);
    pointer-events: none;
}
/*============ UNDER ANCHOR ============ */
.under main .under_anc {
    position: absolute;
    left: calc(50% - 894px);
    top: -27px;
    z-index: 10;
    width: 365px;
}
.under main .under_content {
    width: 1200px;
}
.under main .under_anc .wrap {
    padding: 23px 23px 25px 23px;
    box-shadow: 4px 5px 8px 0 rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
    width: 100%;
    margin-bottom: 69px;
    top: 25px;
    position: relative;
}
.under main .under_anc .wrap:before {
    position: absolute;
    content: "";
    background: url("../images/un_icon1.png") no-repeat center;
    width: 69px;
    height: 77px;
    left: 10px;
    top: -25px;
}
.under main .under_anc.active {
    position: fixed;
    top: 116px;
}
.under main .under_anc_tt {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    border-bottom: 5px solid #f9f9f9;
    padding-left: 0;
    padding-bottom: 5px;
    text-align: center;
    color: var(--mcolor);
    max-width: 300px;
    margin: 0 auto 38px;
}
.under main .under_anc li:not(:last-child) {
    margin-bottom: 14px;
}
.under main .under_anc li a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 700;
    color: #5b5b5b;
}
.under main .under_anc li.active a {
    cursor: default;
    pointer-events: none;
    color: #393c71;
}
.under main .under_main {
    margin-top: 75px;
}
.under main .content_full {
    padding-top: 75px;
}
.under main #top_info.full .inner {
    padding-left: 0;
    padding: 7px 30px 0;
}
.under main .full #topic_path {
    left: 35px;
}
.under main .under_main .inner {
    width: 1597px;
    padding-left: 397px;
}
.under main .under_content p {
    /* line-height: 2em; */
}
.under main .btn_lg a {
    width: 100%;
    height: 72px;
    padding-top: 2px;
    font-size: 24px;
}
.under main .btn_mid a {
    width: 100%;
    max-width: 320px;
}
.under main .btn_full {
    overflow: hidden;
}
.under main .btn_full a {
    width: 100%;
    max-width: 770px;
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main .tb_scroll {
    margin-bottom: 25px;
}
.under main table.td_top td {
    vertical-align: top
}
.under main table.tb_fix {
    table-layout: fixed;
}
.under main table {
    margin-bottom: 25px;
}
.under main table.mailform th, .under main table th {
    background: #01527c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    background: #f9f9f9;
    border: 1px #6e6e6e solid;
    font-size: 18px;
    line-height: 1.45;
    color: #393c71;
}
.under main table th, .under main table td {
    padding: 10px 20px 9px;
    color: #000;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: #6e6e6e;
    font-size: 18px;
    color: #fff;
    line-height: 1.3em;
    text-align: left;
}
.under main table th.center {
    text-align: center;
}
.under main table th.bg1 {
    background: #fff;
    color: #01527c;
}
.under main table tr th:first-child {
    border-left-color: var(--mcolor);
}
.under main table tr th:last-child {
    border-right-color: var(--mcolor);
}
.under main table.tb_block th {
    border-color: var(--mcolor);
}
.under main table.mailform td {
    font-size: 18px;
}
.under main table.mailform tr:first-child th, .under main table.tb_block tr:first-child th {
    border-top-color: var(--mcolor);
}
.under main table.mailform tr:last-child th, .under main table.tb_block tr:last-child th {
    border-bottom-color: var(--mcolor);
}
.bold1 {
    font-weight: 700;
}
.bold2 {
    font-weight: 700;
    color: #ff8a01;
}
.bold3 {
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 222, 152, 0) 0%, rgba(255, 222, 152, 0) 58%, rgba(255, 222, 152, 0.5) 45%, rgba(255, 222, 152, 1) 47.1%, rgba(255, 222, 152, 1) 100%);
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li a {
    position: relative;
    margin-left: -25px;
    padding-left: 25px;
}
.under main .list01.mb10 {
    margin-bottom: 10px;
}
.under main .list01 li {
    display: block;
    padding-left: 20px;
    margin-bottom: 13px;
    position: relative
}
.under main .list01 li::before {
    background: var(--mcolor);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    border-radius: 50%;
}
.under main td .list01 li::before {
    top: 11px;
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.under main .list02 li::before {
    content: counter(li);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 3px;
    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: 4px;
    left: 5px;
    width: 7px;
    height: 15px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.under main td .list_check li::before {
    top: 12px;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 35px 50px;
    background: #def2fa;
    margin-bottom: 38px;
    display: inline-block;
    width: 100%;
}
.under main .frame_has_img {
    padding: 47px 50px;
}
.under main .frame01 p {
    color: #000;
}
.under main .frame01.mb30 {
    margin-bottom: 30px;
}
.under main .frame_pick .frame01 {
    background: #fff;
}
/* FRAME 02 */
.under main .frame02 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    margin-bottom: 50px;
}
/* FRAME PICKUP */
.under main .frame_pick {
    padding: 54px 45px 41px;
    margin-bottom: 50px;
    border: 6px var(--mcolor) solid;
    position: relative;
    background: #def2fa;
    z-index: 1;
}
.under main .frame_pick:before {
    position: absolute;
    content: "";
    background: #def2fa;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    z-index: -1;
}
.under main .frame_pick .pick_ttl {
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 29px;
    padding: 0;
    position: unset;
    background: none;
    border: none;
    color: var(--txt);
    line-height: 2em;
    text-align: center;
}
.under main .frame_pick .pick_ttl span {
    display: table;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -33px;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    background: var(--mcolor);
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.01em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 3px;
}
/* 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 5px;
}
.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;
    font-size: 16px;
    padding-top: 2px;
}
.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
}
/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor div {
    font-size: 16px;
}
.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;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
/* Caption */
.u_editor .wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.u_editor .wp-caption:last-child {
    margin-bottom: 0;
}
.u_editor .wp-caption img {
    margin: 0 auto;
    border: 0;
}
.u_editor .wp-caption-text {
    font-size: 16px;
    color: var(--txt);
    margin-top: 0.5em;
    font-weight: 500;
}
/* Horizontal line */
.u_editor hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}
/* Text align */
.u_editor .has-text-align-center {
    text-align: center;
}
.u_editor .has-text-align-right {
    text-align: right;
}
.u_editor .has-text-align-left {
    text-align: left;
}
/* Gutenberg-specific */
.u_editor .wp-block-image {
    margin: 1.5em 0;
}
.u_editor .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1.5em 0;
}
.u_editor .wp-block-quote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
}
.u_editor .wp-block-quote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
.u_editor .wp-block-table td, .u_editor .wp-block-table th {
    border: 1px solid #ccc;
    padding: 0.5em;
}
.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;
    }
}
.under main .list_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -33px;
}
.under main .list_img > div {
    width: 362px;
    margin-bottom: 33px;
}
.under main .list_img > div.w50 {
    width: 550px;
}
.under main .un_ttl1 {
    display: flex;
	margin-bottom: 0;
}
.under main .un_ttl1 > span {
    flex-shrink: 0;
}
.hidden {
    overflow: hidden;
}
/*OVN*/
.under .list_ovn li:not(:last-child) {
    margin-bottom: 20px;
}
.under .list_ovn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}
.under .list_ovn li {
    width: auto;
    max-width: 100%;
}
.under .list_ovn li p {
    line-height: 1;
}
.under .list_ovn li a {
    display: flex !important;
    border-bottom: 1px #333 solid;
}
.under .list_ovn li a .date {
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0px;
    width: 80px;
}
.under .list_ovn li a .big {
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.under main .btn_list .is_next.btn a {
    background: url(../images/arrow_w_right.png) no-repeat right 20px center/10px var(--mcolor);
}
.under main .btn_list .is_prev.btn a {
    background: url(../images/arrow_w_left.png) no-repeat left 20px center/10px var(--mcolor);
}
.under main .ovn_img_center img {
    max-width: 800px;
    margin: 0 auto;
}
/* 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
}