/*==========================================================
                        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:before {
    z-index: 1;
}
/*==========================================================
                        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 {}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main {
    padding-top: 0;
}
.under main h3, .under main h4, .under main h5, .under main h6 {
    font-weight: bold;
    margin-bottom: 30px;
    word-break: break-all;
}
.under main .un_page_ttl {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.12;
    color: #001980;
    margin-bottom: 0;
}
.under main .un_page_ttl3, .u_editor h3 {
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 1039px;
    margin-left: -150px;
    padding: 19px 15px 19px 150px;
    border-radius: 0px 30px 30px 0px;
    overflow: hidden;
    margin-bottom: 60px;
}
.under main .un_page_ttl3:before, .u_editor h3:before {
    position: absolute;
    content: "";
    background: var(--mcolor);
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.under main .un_page_ttl4, .u_editor h4 {
    position: relative;
    padding-left: 37px;
    font-weight: bold;
    font-size: 28px;
    color: #001980;
    margin-bottom: 38px;
    line-height: 1.4;
}
.under main .un_page_ttl4::before, .u_editor h4:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 35px;
    background: #001980;
    left: 0;
    top: 3px;
}
.under main .un_page_ttl5, .u_editor h5 {
    font-size: 25px;
    color: #1e1e1e;
    margin-bottom: 23px;
    font-weight: 900;
    padding-left: 55px;
    position: relative;
}
.under main h5:before, .u_editor h5:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 7px;
    background: #a7a7a7;
    left: 0;
    top: 16px;
}
.under main .un_page_ttl6, .u_editor h6 {
    font-size: 20px;
    position: relative;
}
/*.under main .un_page_ttl6::before, .under main .un_page_ttl6::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.under main .un_page_ttl6::before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}
.under main .un_page_ttl6::after {
    background-color: #ccc;
    width: 100%;
}*/
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 50px;
}
.under main section {
    padding: 0 0 80px;
    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);
    text-underline-offset: 3px;
    word-break: break-all;
}
.under #content > .inner {
    position: relative;
    width: 100%;
    padding: 0 95px 163px 154px;
}
.under #content > .inner.pd01 {
    padding-bottom: 85px;
}
.under #content > .inner2 {
    padding-top: 127px;
    padding-bottom: 57px;
}
.under #content > .inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f3f3f6;
    z-index: -1;
    border-radius: 0px 150px 0px 150px;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 275px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 0px 0px 0px 150px;
}
.under main #top_info:before {
    position: absolute;
    content: "";
    background: #F3F3F6;
    width: 310px;
    height: 510px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 154px;
    position: relative;
    z-index: 1;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 30px
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    word-break: break-all;
}
.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 a {
    color: var(--mcolor);
    text-decoration: underline;
    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;
}
/*==========================================================
                        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;
}
.under main table.mailform th, .under main table th {
    /*    background: #fff;*/
    font-weight: 700;
    font-size: 18px;
    color: #001980;
}
.under main table.mailform th span {
    color: #001980;
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    border-color: #005EAC;
}
.under main table th, .under main table td {
    padding: 16px 15px 10px;
    border: none;
    background: none;
    position: relative;
}
.under main table th:before, .under main table td:before {
    width: calc(100% - 20px);
    border-bottom: 1px #005EAC dotted;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: var(--mcolor);
    border-right-color: #fff;
}
.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.mailform th, .under main table.tb_block th {
    border-color: var(--mcolor);
}
.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);
}
.under main table {
    background: #F3F3F6;
    border-radius: 20px;
    border-collapse: separate;
    padding: 11px 20px 49px;
}
.under main table.mailform {
    background: #Ffff;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01.mt1 {
    margin-top: 10px;
    display: block;
}
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
    word-break: break-all;
}
.under main .list01 li::before {
    background: var(--mcolor);
    width: 12px;
    height: 3px;
    position: absolute;
    top: 15px;
    left: 0;
    content: ''
}
.under main .list01 li a {
    position: relative;
    margin-left: -25px;
    padding-left: 25px;
}
/* LIST 02 */
.under main .list02 {
    counter-reset: li;
    margin-bottom: 30px;
}
.under main .list02 > li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.under main .list02 > li {
    list-style: none;
}
.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: 5px;
    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: 40px 30px;
    background-color: #f3f3f6;
    border-radius: 10px;
    margin-bottom: 50px;
}
/* FRAME 02 */
.under main .frame02 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    margin-bottom: 50px;
}
/* FRAME PICKUP */
.under main .frame_pick {}
.under main .frame_pick .pick_ttl {
    font-size: 24px;
}
.under main .frame_pick .pick_ttl span {
    font-size: 36px;
    display: block;
}
/* 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
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor div, .u_editor * {
    font-size: 16px;
    word-break: break-all;
}
.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;
    }
}
/* RESET */
.under main table:last-child, .under main .list_faq:last-child, .under main .list_faq dl:last-child, .under main .list01:last-child, .under main .list01 li:last-child, .under main .list02:last-child, .under main .list02 li:last-child, .under main .list_check:last-child, .under main .list_check li:last-child, .under main .list_step:last-child, .under main .list_step dl:last-child, .under main section p:last-child, .under main p:last-child, .under main .frame01:last-child, .under main .frame02:last-child, .under main .frame_pick:last-child {
    margin-bottom: 0
}
.under main .box_frame_link {
    background: #fff;
    border-radius: 50px;
    padding: 30px 25px 25px;
    margin-bottom: 77px;
}
.under main .box_frame_link.ovn_frame {
    background: none;
    padding: 0;
}
.under main .box_frame_link .ttl {
    text-align: center;
    margin-bottom: 21px;
}
.under main .box_frame_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.under main .box_frame_link ul li {
    margin-bottom: 20px;
}
.under main .box_frame_link ul li:not(:nth-child(2n)) {
    margin-right: 40px;
}
.under main .box_frame_link ul li a, .under main .btn_blue a {
    width: 480px;
    height: 70px;
    background: #d5d5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #001980;
    position: relative;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    border-radius: 999px;
}
.under main .box_frame_link ul li a {
    height: auto;
    min-height: 70px;
    padding: 0 42px;
    line-height: 1.2;
}
.under main .box_frame_link ul li.active a {
    pointer-events: none;
    background: var(--mcolor);
    color: #fff;
}
.under main .btn_blue.center a {
    margin: 0 auto;
}
.under main .box_frame_link ul li.active a:after {
    background: url(../images/arrow_down_w.png) no-repeat center / 14px;
}
.under main .box_frame_link ul li.full a {
    padding: 5px 50px;
    width: 535px;
}
.under main .btn_blue a {
    width: 290px;
    height: 60px;
    font-size: 18px;
    border: none;
    background: url(../images/arrow_right.png)#d5d5ff no-repeat right 15px center / 7px;
}
.under main .box_frame_link ul li a:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_down.png") no-repeat center/14px;
    width: 14px;
    height: 13px;
    right: 30px;
    top: calc(50% - 7px);
}
.under main .box_h4 {
    background: #fff;
    border-radius: 50px;
    padding: 60px 70px 75px;
}
.under main .box_h4_blog {
    padding: 60px 70px
}
.under main .box_h4:not(:last-child) {
    margin-bottom: 50px;
}
.under main .un_btn_pink a {
    width: 700px;
    height: 120px;
    border-radius: 60px;
    box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    justify-content: center;
    padding-bottom: 11px;
    position: relative;
    padding-left: 35px;
    background: url(../images/arrow_w_lg.png)#e8003f no-repeat right 38px center / 14px;
    overflow: hidden;
}
.under main .un_btn_pink a:before, .under main .un_btn_pink a:after {
    position: absolute;
    content: "";
}
.under main .un_btn_pink a:before {
    background: url("../images/arrow_book_lg.png") no-repeat left center/34px;
    width: 34px;
    height: 76px;
    top: calc(50% - 38px);
    left: 81px;
}
.under main .un_btn_pink a .sm {
    font-size: 18px;
    margin-bottom: 2px;
}
.under main .un_btn_pink a .lg {
    font-weight: bold;
    font-size: 28px;
}
.under main .un_box_white {
    background: #fff;
    border-radius: 0px 150px 0px 150px;
    position: relative;
    padding: 104px 0;
}
.under main .un_box_white.faq .un_frame02:not(:last-of-type) {
    margin-bottom: 80px;
}
.under main .faq .un_frame02 {
    width: calc(100% - 100px);
}
.under main .faq .un_frame02 .ttl {
    padding-right: 45px;
    line-height: 1.5;
}
.under main .un_box_white.faq .un_frame02:before {
    right: 30px;
    top: -50px;
    background-size: 70px auto;
}
.under main .un_box_white.faq .un_frame02:nth-child(even):before {
    background: url(../images/un_pp3.png) no-repeat right top / 120px;
    right: 16px;
    top: -50px;
    width: 120px;
}
.under main .un_box_white.un_box_white2 {
    padding: 160px 0 0px;
}
.under main .un_box_white.un_box_white3 {
    padding: 160px 0;
}
.under main .un_box_white.un_box_white3:after {
    position: absolute;
    content: "";
    background: #F3F3F6;
    width: 310px;
    height: 510px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.under main .un_box_white:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background: #f3f3f6;
    right: 0;
    top: 0;
    z-index: -1;
}
.under main .un_frame02 {
    width: 800px;
    border-radius: 50px;
    background: #e1f1ff;
    margin: 0 auto;
    padding: 47px 50px 48px;
    position: relative;
}
.under main .un_frame02:before {
    position: absolute;
    content: "";
    background: url("../images/un_pp1.png") no-repeat right top/93px;
    width: 93px;
    height: 306px;
    right: 90px;
    top: -37px;
}
.under main .un_frame02 .ttl {
    font-weight: bold;
    font-size: 24px;
    color: #001980;
    border-bottom: 3px #001980 solid;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.under main .un_frame02 .txt {
    padding-right: 135px;
}
.under main .un_frame02 .txt p {
    font-size: 18px;
    color: #1e1e1e;
}
.under main .un_frame02 .txt p .txt_lg {
    font-size: 24px;
    font-weight: bold;
}
.under main .box_white2 {
    width: 100%;
    border-radius: 50px;
    background: #fff;
    max-width: 1280px;
    padding-bottom: 21px;
}
.under main .box_white2:not(:last-of-type) {
    margin-bottom: 50px;
}
.under main .box_white2 .item {
    padding: 61px 70px 15px;
}
.under main .box_white2 .ttl {
    font-weight: bold;
    font-size: 28px;
    color: #001980;
    margin-bottom: 39px;
}
.under main .box_white2 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 44px;
}
.under main .box_white2 .box_gray {
    background: #F3F3F6;
    width: 620px;
    border-radius: 20px;
    margin-right: 39px;
    padding: 10px 0 39px;
}
.under main .box_white2 .box_gray dl {
    display: flex;
    padding: 0 30px;
}
.under main .box_white2 .box_gray dl dt {
    font-weight: bold;
    font-size: 18px;
    margin-right: 32px;
    flex-shrink: 0;
    padding-top: 17px;
}
.under main .box_white2 .box_gray dl dd {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.under main .box_white2 .box_gray .sub_ttl {
    width: calc(50% - 10px);
    border-bottom: 1px #005EAC dotted;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}
.under main .box_white2 .box_gray .sub_ttl.midl {
    display: flex;
    align-items: center;
}
.under main .box_white2 .box_gray .sub_ttl:not(:nth-child(2n)) {
    margin-right: 20px;
}
.under main .frame_pick {
    position: relative;
    width: 100%;
    border-radius: 100px 0px 0px 100px;
    background: #4aadfd;
    color: #fff;
    display: flex;
    max-width: 1450px;
    margin-left: auto;
    padding: 143px 95px 97px 0;
}
.under main .frame_pick:after {
    background: url(../images/sec02_bg.png) no-repeat right top;
    width: 422px;
    height: 1244px;
    right: -17px;
    top: -130px;
    pointer-events: none;
    position: absolute;
    content: "";
}
.under main .frame_pick .img {
    margin-right: 125px;
    flex-shrink: 0;
    position: relative;
    margin-left: -75px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    margin-bottom: 0;
}
.under main .frame_pick .wrap {
    position: relative;
    z-index: 1;
    align-self: center;
}
.under main .frame_pick .ttl {
    display: flex;
    flex-direction: column;
    margin-bottom: 43px;
}
.under main .frame_pick .ttl .en {
    font-family: var(--f-en);
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 43px;
}
.under main .frame_pick .ttl .ja {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.78;
}
.under main .box_talk {
    position: relative;
    border-radius: 20px;
    background: #fff;
    padding: 38px 50px 45px;
    max-width: 900px;
    margin: 0 auto 120px;
}
.under main .box_talk:before, .under main .box_talk:after {
    position: absolute;
    content: "";
}
.under main .box_talk:before {
    background: url("../images/un_pp2.png") no-repeat left top;
    width: 161px;
    height: 296px;
    left: -180px;
    bottom: -110px;
}
.under main .box_talk:after {
    background: url("../images/poly1.svg") no-repeat center top;
    width: 73px;
    height: 58px;
    left: -40px;
    top: 10px;
    z-index: -1;
}
.under main .box_talk .txt1 {
    margin-bottom: 10px;
}
.under main .box_talk .tt1 {
    font-weight: bold;
    font-size: 20px;
    color: #001980;
    margin-bottom: 1px;
}
.under main .box_talk .txt2 {
    margin-bottom: 26px;
}
.under main .box_talk .txt2 p {
    font-weight: 500;
    border-bottom: 1px #005EAC dotted;
    padding-bottom: 4px;
    margin-bottom: 11px;
}
.under main .box_talk .txt2 p .sm {
    font-weight: 500;
    font-size: 88%;
}
.under main .box_talk .txt2 .ttl {
    font-weight: bold;
}
.under main .box_talk .txt3 {
    line-height: 1.88;
}
.under main .frame_txt {
    padding: 150px 150px;
}
.under main .frame_txt .ttl {
    text-align: center;
}
.under main .sec04_step {
    flex-wrap: wrap;
}
.under main .sec04_step .item.full {
    width: calc(50% - 4px);
}
.under main .sec04_step .item.full .sec04_box {
    max-width: 520px;
}
.under main .sec04_step .sec04_box {
    padding: 15px 15px 19px;
}
.under main .sec04_step .sec04_box .txt.mb01 {
    margin-bottom: 10px;
}
.under main .sec04_step .sec04_box {
    font-size: 18px;
}
.under main .sec04_step .item.item2, .under main .sec04_step .item:last-child {
    margin-right: 0;
}
.under main .sec04_step .item {
    width: calc(25% - 6px);
}
.under main .stl1 {
    color: var(--scolor);
}
.res_bnr_wrap {
    margin: 0 auto 30px;
}
.res_bnr_wrap > a {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 15px 20px;
    border: 2px solid #96c122;
    background: #96c122;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
}
.res_bnr_wrap > a > span {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.res_bnr_wrap > a > span.txt-main {
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
}
.res_bnr_wrap > a > span.txt-sub02 {
    font-size: 14px;
}
.under main .list_img {
    display: flex;
    justify-content: center;
}
.under main .list_img li:not(:last-child) {
    margin-right: 100px;
}
.under main .list_img.list_img4 {
    margin-top: 50px;
}
.under main .list_img.list_img4 li:not(:last-child) {
    margin-right: 40px;
}
.under main .list_img li a {
    border: 1px #ddd solid;
}
.under main .list_img li span {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 10px;
}
.example-image-link {
    display: block;
}
.under main .box_blog {
    max-width: 1280px;
    border-radius: 50px;
    background: #fff;
    padding: 50px 195px 25px 70px;
    margin-bottom: 50px;
}
.under main .box_blog .u_editor h3 {
    margin-left: 0;
    width: 100%;
    padding: 19px 15px 19px 30px;
}
.under main .image_blog img {
    float: right;
    border: 1px solid #707070;
    max-width: 400px;
    max-height: 320px;
    width: auto;
    height: auto;
    margin: 0 0 30px 50px;
}
.under main .is_none.btn_blue a {
    background: #d5d5ff;
}
.under main .btn_blue.is_prev a {
    background: url(../images/arrow_left.png) #d5d5ff no-repeat left 15px center / 7px;
}
.under main .box_frame_con {
    border-radius: 5px;
    background: #ffe5ec;
    max-width: 1280px;
    width: 100%;
    display: inline-block;
    margin-bottom: 67px;
    padding: 0 60px 40px;
}
.under main .box_frame_con .title {
    width: 700px;
    height: 60px;
    border-radius: 5px;
    background: #e8003f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: -30px auto 46px;
}
.under main .box_frame_con .txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.88;
    text-align: center;
    margin-bottom: 33px;
}
.under main .box_frame_con .txt span {
    color: #e8003f;
    font-size: 20px;
    font-weight: bold;
}
.under main .box_frame_w {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px 40px 50px;
}
.under main .box_frame_w .tt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
    width: 211px;
}
.under main .box_frame_w .tt:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: #E3E3E3;
    right: 0;
    top: -20px;
}
.under main .box_frame_w .txt {
    line-height: 1.56;
    font-size: 16px;
    margin-bottom: 0;
}
.under main .box_frame_w .btn_dl {}
.under main .box_frame_w .btn_dl a {
    width: 380px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.66;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/arrow_w_r.png")#1e1e1e no-repeat right 25px center/9px;
    overflow: hidden;
}
.under main .con_ttl2 {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    color: #e8003f;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
.under main .sec04_step .item.item1_un:before {
    background: #d1d1fa;
}
.under main .sec04_step .item.item1_un:before {
    background: #bfbff3;
}
.under main .sec04_step .item.item1_un:before {
    background: #bfbff3;
}
.under main .sec04_step .item.item1_un .sec04_box {
	border-color: #bfbff3;
}
.under main .sec04_step .item.item2_un:before {
    background: #9696ed;
}
.under main .sec04_step .item.item2_un .sec04_box {
    border-color: #9696ed;
}
.under main .sec04_step .item.item3_un .sec04_en, .under main .sec04_step .item.item2_un .sec04_en {
    color: #fff;
}
.under main .sec04_step .item.item3_un:before {
    background: #4141b1;
}
.under main .sec04_step .item.item3_un  .sec04_box{
	  border-color: #4141b1;
}