/*==========================================================
                        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 {}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main p {
    font-weight: 400;
}
.under .bor10 img {
    border-radius: 10px;
}
.under main .inner {
    padding: 0 20px;
}
.under .un_page_ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.53;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #333;
}
.under .un_tt1 {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.under .un_tt1 .en {
    margin-right: 11px;
}
.under .un_tt1 .ja {
    font-size: 18px;
    font-weight: bold;
    color: #263245;
    letter-spacing: 0.1em;
    position: relative;
    top: 3px;
}
.under h2.un_page_ttl {
    margin-bottom: 0;
}
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6 {
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.under main .un_ttl2, .under main .u_editor h2 {
    position: relative;
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 39px;
    text-align: center;
    background: url("../images/icon_h2.svg") no-repeat center top;
    padding-top: 58px;
}
.under main .un_ttl3, .under main .u_editor h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 36px;
    color: #333;
    background: url("../images/bg_h3.svg") no-repeat center bottom/100%;
    padding-bottom: 27px;
    margin-bottom: 25px;
}
.under main .un_ttl4, .under main .u_editor h4 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
    padding-left: 17px;
}
.under main .un_ttl4:before, .under main .u_editor h4:before {
    position: absolute;
    content: "";
    background: #B8CE84;
    width: 3px;
    height: calc(100% - 4px);
    left: 0;
    top: 2px;
    border-radius: 3px;
}
.under main .un_ttl5, .under main .u_editor h5 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
}
.under main .un_ttl5:before, .under main .u_editor h5:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #efb8c6;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.under main .un_ttl6, .under main .u_editor h6 {
    font-size: 20px;
    position: relative;
}
.under main .un_ttl6::before, .under main .un_ttl6::after, .under main .u_editor h6::before, .under main .u_editor h6::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.under main .un_ttl6::before {
    background-color: var(--mcolor);
    width: 50px;
    left: 0;
    z-index: 2;
}
.under main .un_ttl2::after {
    background-color: #ccc;
    width: 100%;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 120px
}
.under main section {
    padding: 0 0 73px;
    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: 2px;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 235px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 37px;
    position: relative;
    background: #FEF3EF;
}
.under main #top_info:before {
    background: url(../images/curve_pink_bt3.png) no-repeat center top / 376px;
    width: 376px;
    height: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    position: absolute;
    content: "";
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 29px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    line-height: 1.566;
}
.under main #topic_path li:not(:last-child)::after {
    content: "|";
    position: relative;
    display: inline-block;
    margin: 0 3px 0 3px;
    top: -1px;
    pointer-events: none;
}
.under main #topic_path li:last-child {
    /* text-decoration: underline; */
    text-underline-offset: 2px;
}
.under main #topic_path li a {
    text-decoration: none;
    text-underline-offset: 3px;
}
/*============ 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 5px 20px;
    width: calc(50% - 10px);
}
.under main .list_anchor:last-child {
    margin-bottom: -15px;
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td {
    vertical-align: top
}
.under main table.tb_fix {
    table-layout: fixed;
}
.under main table {
    margin-bottom: 30px;
    border-radius: 10px;
    border-collapse: separate;
    overflow: hidden;
}
.under main table tr:first-child th, .under main table tr:first-child td {
    border-top: none;
}
.under main table tr:last-child th, .under main table tr:last-child td {
    border-bottom: none;
}
.under main table.mb0 {
    margin-bottom: 0;
}
.under main table.mb10 {
    margin-bottom: 10px;
}
.under main table.mailform th, .under main table th {
    font-weight: 700;
}
.under main table.mailform th span {}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    border-color: var(--mcolor);
    background: #F5F2EC;
}
.under main table th, .under main table td {
    padding: 12px 10px 8px 10px;
    border: none;
}
.under main table td {
    padding: 14px 10px 14px 10px;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    background: #E6E1D8;
    color: var(--tt);
    text-align: left;
}
.under main table th.center {
    text-align: center;
}
.under main table.center th {
    text-align: center;
}
.under main table.tb_block tr, .under main table.mailform tr {
    display: flex;
    flex-direction: column
}
.under main table.tb_block tr:not(:last-child) th, .under main table.mailform tr:not(:last-child) th {
    border-bottom: none
}
.under main table.tb_block td + td, .under main table.mailform td + td {
    border-top: none;
}
.under main table.tb_block th, .under main table.mailform th, .under main table.tb_block td, .under main table.mailform td {
    width: 100%;
}
.under main table.tb_block th.bg1 {
	background: #4F3B17;
	color: #fff;
}
.under main table.tb_block th.bg2 {
	border-radius: 0;
}
.under main table.tb_block th, .under main table.mailform th {
    background: #E6E1D8;
    border-radius: 10px 10px 0 0;
    padding: 13px 18px 10px;
    line-height: 1.78;
}
.under main table.tb_block td, .under main table.mailform td {
    background: #F5F2EC;
    border-radius: 0 0 10px 10px;
    padding: 18px 20px 16px;
}
.under main table.tb_block tr:not(:last-child), .under main table.mailform tr:not(:last-child) {
    margin-bottom: 31px;
}
.under main table.mailform th {
    border-top: none !important;
    border-bottom: none !important;
}
.under main table.mailform td {
    border-top: none !important;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01.mt1 {
    margin-top: 10px;
}
.under main .list01 li {
    display: block;
    padding-left: 16px;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.under main .list01 li.flex_list {
    display: flex;
}
.under main .list01 li.flex_list > span {
    flex-shrink: 0;
    margin-right: 10px;
}
.under main .list01 li.pl1 {
    margin-left: 20px;
}
.under main .list01 li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background: #b8ce84;
    border-radius: 50%;
}
.under main .list01 li a {
    position: relative;
    margin-left: -21px;
    padding-left: 15px;
    text-decoration: underline;
    display: inline-block;
    text-underline-offset: 3px;
}
.under main .list01.list_f {
    display: flex;
    flex-wrap: wrap;
}
.under main .list01.list_f li {
    flex-shrink: 0;
}
.under main .list01.list_f li:not(:last-child) {
    margin-right: 30px;
}
.under main .list01.pink li::before {
    background: #EFB8C6;
    top: 10px;
}
.under main .list01.pink li {
    line-height: 1.75;
}
.under main .list01.pink li:not(:last-child) {
    margin-bottom: 3px;
}
/* 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: 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: 3px;
    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: 0px 15px 0px 15px;
    margin-bottom: 20px;
    border: 1px var(--mcolor) solid;
    border-radius: 5px;
}
.under main .list_faq dl:last-child {
    margin-bottom: 0;
}
.under main .list_faq dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(222, 222, 222, 0);
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
    padding-top: 15px;
    min-height: 60px;
    padding-right: 12px;
}
.under main .list_faq dt:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_poly.svg") no-repeat right top;
    width: 12px;
    height: 11px;
    right: 0px;
    top: calc(50% - 5px);
    transition: all 0.3s;
}
.under main .list_faq dl.active dt {
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.under main .list_faq dl dt:before {
    transform: rotate(0);
}
.under main .list_faq dl.active dt:before {
    transform: rotate(60deg);
}
.under main .list_faq dt span {
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    border: 1px solid var(--mcolor);
    background: var(--mcolor);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    top: -1px;
    position: relative;
    letter-spacing: 0em;
    padding-top: 2px;
}
.under main .list_faq dd {
    position: relative;
    letter-spacing: 0.1em;
    padding: 10px 20px 13px 39px;
    line-height: 2.19;
    display: none;
}
.under main .list_faq dt span, .under main .list_faq dd span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.under main .list_faq dd span {
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--scolor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    letter-spacing: 0em;
    padding-top: 1px;
}
/* LIST STEP */
.under main .list_step {
    position: relative;
    margin-bottom: 22px;
    padding-top: 60px;
}
.under main .list_step dl {
    margin-bottom: 92px;
    position: relative;
    background: #FEF3EF;
    border-radius: 20px;
    padding: 51px 20px 39px;
}
.under main .list_step dl:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/line_step.svg") no-repeat center top/2px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
}
.under main .list_step dl:nth-child(2n) {
    background: #F0F5E5;
}
.under main .list_step dl:last-child {
    margin-bottom: 0
}
.under main .list_step dt {
    display: flex;
    align-items: flex-start;
}
.under main .list_step dl:nth-child(2n) dt .icon {
    background: #B8CE84;
}
.under main .list_step dt .icon {
    width: 91px;
    height: 91px;
    background: #efb8c6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--en);
    font-size: 13px;
    border-radius: 50%;
    margin-right: 0px;
    flex-shrink: 0;
    top: -60px;
    flex-direction: column;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.under main .list_step dt .icon .num {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px #fff solid;
    line-height: 1.5;
}
.under main .list_step dt .tt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
    align-self: center;
}
.under main .list_step dd {
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.under main .list_step dd .tt {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.57;
    color: #333;
    margin-bottom: 17px;
}
.under main .list_step_img {
    margin-bottom: 25px;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 37px 23px 37px;
    border-radius: 10px;
    background: #f0f5e5;
}
.under main .frame01.mb20, .under main .list01.mb20, .under main .list02.mb20 {
    margin-bottom: 20px;
}
.under main .list02.mb15 {
    margin-bottom: 15px;
}
.under main .frame02 {
    padding: 20px 20px 21px;
    border-radius: 10px;
    background: #fef3ef;
}
.under main .frame02.mb10 {
    margin-bottom: 10px;
}
/* FRAME PICKUP */
.under main .frame_pick, .under main .frame_pick2 {
    padding: 43px 20px 45px;
    background: #F0F5E5;
    margin-bottom: 50px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    margin: 30px 0 !important;
}
.under main .frame_pick.mt50 {
    margin-top: 50px !important;
}
.under main .pick_ttl2 {
    display: table;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.under main .pick_ttl2:before {
    position: absolute;
    content: "";
    background: url("../images/bg_pick3.svg") no-repeat center top;
    width: 290px;
    height: 50px;
    left: -24px;
    top: 0;
    z-index: -1;
}
.under main .pick_ttl2 .sm {
    font-size: 22px;
}
.under main .frame_pick2 {
    background: #FBE8E8;
}
.under main .frame_pick p {
    letter-spacing: 0.05em;
}
.under main .frame_pick:before, .under main .frame_pick:after, .under main .frame_pick2:before, .under main .frame_pick2:after {
    position: absolute;
    content: "";
}
.under main .pick_ttl_en {
    text-align: center;
    margin-bottom: 24px;
}
.under main .frame_pick .pick_ttl {
    position: relative;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    color: #333;
}
.under main .frame_pick .pick_ttl.center {
    text-align: center;
}
/* IFRAME BOX */
.under main .box_map {
    width: 100%;
    height: 299px
}
.under main .box_ytb {
    width: 900px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    max-width: 100%;
}
.under main .box_map iframe, .under main .box_ytb iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.under main .box_ytb {
    height: auto;
}
/* ===========  OVN ===========  */
.under main .ovn_list {
    margin-top: 50px;
}
.under main .ovn_list dl {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc
}
.under main .ovn_list dt {
    display: flex;
    align-items: center;
    width: 150px
}
.under main .ovn_list dt img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.under main .ovn_list dd {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}
.under main .ovn_list dd a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.under main .ovn_detail_ct img {
    max-width: 800px;
    max-height: 600px;
}
/* ===========  PAGINATION ===========  */
.under main .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0
}
.under main .pagination li {
    margin: 3px;
}
.under main .pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid var(--mcolor);
    background: #fff;
    display: flex;
    color: var(--mcolor);
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding-top: 3px;
}
.under main .pagination li:hover a, .under main .pagination li.active a {
    background: var(--mcolor);
    color: #fff;
}
.under main .pagination li.active a {
    pointer-events: none;
}
.under main .pagination li.disabled {
    display: none
}
/* ===========  PAGINATION WP ===========  */
.under main .wp_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.under main .wp_pagination > span, .under main .wp_pagination a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    transition: all 0.3s;
    padding: 5px;
    border: 1px #ccc solid;
    font-size: 14px;
    background: #ccc;
}
.under main .wp_pagination a {
    color: var(--txt)
}
.under main .wp_pagination > span {
    background: var(--mcolor);
    border: 1px var(--mcolor) solid;
    color: #fff;
}
/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor div {
    font-size: 16px;
    line-height: 1.8;
}
/*.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}*/
/* Blockquote */
.u_editor blockquote {
    background: #FFF6E9;
    padding: 20px;
}
.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;
}
.under main ol li {
    list-style: none;
}
.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_step_tt, .under main .un_ttl8 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px var(--mcolor) solid;
    margin-bottom: 20px;
    text-align: center;
}
.under main .box_step_img {
    text-align: center;
}
.under main .un_ttl8 {
    margin-bottom: 12px;
}
.under main .box_step > li {
    position: relative;
}
.under main .box_step > li:not(:last-child) {
    margin-bottom: 62px;
}
.under main .box_step > li:not(:last-child):before {
    position: absolute;
    content: "";
    background: url("../images/arrow_step.svg") no-repeat center top;
    width: 43px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -45px;
}
.under main .btn_acc .un_ttl3 {
    margin-bottom: 15px;
}
.under main .un_bnr li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 100px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-bottom: 5px;
}
.under main .un_bnr li:before, .under main .un_bnr li:after {
    position: absolute;
    content: "";
}
.under main .un_bnr li:before {
    background: url("../images/logo_bnr.png") no-repeat right center/contain;
    width: 100px;
    height: 100px;
    right: 25px;
    top: 0;
    mix-blend-mode: multiply;
    opacity: 0.3;
}
.under main .un_bnr li:after {
    width: 10px;
    height: 10px;
    background: #a89c88;
    border-radius: 50%;
    right: 10px;
    bottom: 10px;
}
.under main .un_bnr li.un_bnr1:after {
    background: #FEF3EF;
}
.under main .un_bnr li.un_bnr2:before {
    mix-blend-mode: soft-light;
    opacity: 0.5;
}
.under main .un_bnr li a .sm {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.under main .un_bnr li a .lg {
    font-size: 22px;
    font-weight: bold;
}
.under main .un_bnr li {
    border-radius: 10px;
    position: relative;
}
.under main .un_bnr li:not(:last-child) {
    margin-bottom: 32px;
}
.under main .un_bnr li.un_bnr1 {
    background: #EFB8C6;
}
.under main .un_bnr li.un_bnr2 {
    background: #4F3B17;
}
.under main .center.bor15 {
    margin-bottom: 15px;
}
.under main .un_ttl9 {
    background: #FFF6E9;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 17px;
    font-size: 16px;
    color: var(--mcolor);
    padding: 12px 12px 8px;
}
/*ovn*/
.under main .info_box {
    display: flex;
    justify-content: space-between;
}
.under main .info_box .cate {
    border: 1px #C8C8C8 solid;
    border-radius: 15px;
    min-width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-right: 10px;
    margin-bottom: 0;
}
.under main .list_ovn li {
    padding-bottom: 10px;
    border: 1px #ddd solid;
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    position: relative;
}
.under main .list_ovn li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.under main .list_ovn li .img {
    margin-bottom: 20px;
}
.under main .list_ovn li .img img {
    max-height: 250px;
    margin: 0 auto;
    display: table;
}
.under main .list_ovn .big {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.under main .btn.active a {
    background-color: var(--mcolor);
    color: #fff;
    pointer-events: none;
    border-color: var(--mcolor);
}
.under main .btn.active a:before {
    background: #fff;
}
.under .content {
    word-break: break-all;
    padding-bottom: 100px;
}
.under main .box_step_txt, .under main .ovn_cap {
    padding: 20px;
    background: #fff6e9;
}
.under main .ovn_img li .img {
    text-align: center;
}
.under main .ovn_img li:not(:last-child) {
    margin-bottom: 30px;
}
.under main .ovn_img li .img img {
    max-height: 300px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
.under main .ovn_img, .under main .box_step {
    margin-bottom: 30px;
}
.under main .btn_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}
.under main .btn_list li.btn a span {
    padding-right: 25px;
}
.under main .btn_list li.btn a, .under main .btn_list li.btn {
    width: 100%;
}
.under main .btn_list li:not(:last-child) {
    margin-bottom: 20px;
}
.under main .btn_list .is_none {
    margin: 0 auto;
}
.under main .btn_list .is_none a {
    padding: 0;
    justify-content: center;
}
.under main .btn_list .is_prev a {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 20px;
}
.under main .btn_list .is_prev.btn a:before {
    right: auto;
    left: 20px;
}
.under main .btn_list .is_none.btn a:before {
    display: none;
}
.under main .column_wrap {
    max-width: 400px;
    margin: 0 auto;
}
.under main .img_center {
    text-align: center;
    display: table;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.under main .img_center img {
    border-radius: 10px;
}
.under main .img_center:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}
.under main .img_center.pink:before {
    background: #FEF3EF;
    transform: rotate(-5deg);
}
.under main .img_center.green:before {
    background: #F5FEE2;
    transform: rotate(3deg);
}
.under main .un_doctor {
    background: #F0F5E5;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    padding-top: 32px;
    padding-bottom: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.under main .un_doctor.mt50 {
    margin-top: 50px;
}
.under main .un_doctor:before, .under main .un_doctor:after, .under main .frame_pick:before, .under main .frame_pick:after {
    position: absolute;
    content: "";
}
.under main .un_doctor:before, .under main .frame_pick:before, .under main .frame_pick2:before {
    background: url(../images/curve_green_top_un.svg) no-repeat left top / 375px;
    left: 0;
    width: 375px;
    height: 46px;
    top: -30px;
}
.under main .frame_pick2:before {
    background: url(../images/curve_pink_top_un.svg) no-repeat left top / 375px;
}
.under main .un_doctor:after, .under main .frame_pick:after, .under main .frame_pick2:after {
    background: url(../images/curve_green_bt_un.svg) no-repeat left top / 375px;
    left: 0;
    width: 375px;
    height: 46px;
    bottom: -30px;
}
.under main .frame_pick2:after {
    background: url(../images/curve_pink_bt_un.svg) no-repeat left top / 375px;
}
.under main .un_doctor .un_ttl2 {
    margin-bottom: 30px;
}
.under main .pick2_img {
    margin-bottom: 30px;
}
.under main .pick_txt p:not(:last-child) {
    margin-bottom: 59px;
}
.under main .un_box1_tt {
    position: relative;
    padding-left: 12px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.98;
    margin-bottom: 9px;
}
.under main .un_box1_tt:before {
    position: absolute;
    content: "";
    background: #EFB8C6;
    width: 2px;
    height: calc(100% - 12px);
    left: 0;
    top: 5px;
    border-radius: 5px;
}
.under main .un_box1 > div:not(:last-child) {
    margin-bottom: 24px;
}
.under main .un_box1 > div:nth-child(2n) .un_box1_tt:before {
    background: #B8CE84;
}
.under main .staff_ttl1 p {
    margin-bottom: 0;
}
.under main .staff_ttl1 dl {
    display: flex;
    position: relative;
}
.under main .staff_ttl1 {
    margin-bottom: 15px;
}
.under main .staff_ttl1 dl dt {
    width: 64px;
    flex-shrink: 0;
}
.under main .sec08_box .staff_ttl1 dl dt:before {
    height: 100%;
}
.under main .sec08_list ul.flex_col {
    flex-direction: column;
}
.under main .sec08_list ul.flex_col li {
    width: 100%;
}
.under main .item2 .sec08_box_tt.bg1 {
    width: 122px;
    text-align: center;
}
.under main .item2 .sec08_box_tt.bg1:before {
    background: url(../images/bb_green3_un.svg) no-repeat left top;
}
.under main .un_tel {
    text-align: center;
}
.under main .un_tel a {
    font-weight: 500;
}
.under main .un_tel a .num {
    font-size: 24px;
    font-weight: bold;
}
.under main .tb01 tr:last-child td {
    border-bottom: none !important;
}
.under main .img_ovn img, .under main .box_step_img img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
    display: table;
    border-radius: 10px;
}
.under main .show_list_img {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: -20px;
}
.under main .show_list_img > p {
    width: calc(50% - 10px);
	margin-bottom: 20px;
}
.under main .show_list_img > p img {
	width: 100%;
}
.under main .show_list_img > p:not(:nth-child(2n)) {
    margin-right: 20px;
}