/*==========================================================
                        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 {
    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: 80px;
    margin-bottom: 0;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.2em;
}
.under main h2 .sm {
    font-size: 50%;
    letter-spacing: 0em;
}
.under main h3 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.6em;
    margin-bottom: 40px;
}
.under main h4:not(.un_tt_h) {
    font-size: 34px;
    position: relative;
    padding-left: 15px;
    background: var(--mcolor);
    border-radius: 0px 999px 999px 0px;
    padding: 21px 9px 21px 33px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 40px;
}
.under main h5, .under main .un_tt_h {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.4;
}
.under main h6 {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
}
.under main h6::before, .under main h6::after {
    content: "";
    position: absolute;
    height: 3px;
    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 130px;
    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;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 440px;
    width: 100%;
    margin: 0 auto;
    background: #FAF5F2;
    border-bottom: 10px solid var(--mcolor);
    position: relative;
}
.under main #top_info::before {
    background: url('../images/top_info_ic.png') center /cover no-repeat;
    width: 2234px;
    height: 848px;
    position: absolute;
    top: -251px;
    left: calc(50% - 1209px);
    content: '';
    z-index: 0;
}
.under main #top_info .inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 7px;
    padding-left: 185px;
}
.under main #top_info.full .inner {
    padding-left: 0;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    position: absolute;
    bottom: 17px;
    left: 185px;
}
.under main #topic_path ul {
    display: block;
}
.under main #topic_path li {
    display: inline;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.05em;
}
.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 {}
.under main #topic_path li a {
    text-decoration: underline;
    color: #FF3611;
    text-decoration-color: #FF3611;
    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 ANCHOR ============ */
.under main .under_anc {
    position: absolute;
    left: calc(50% - 891px);
    top: -435px;
    background: #fff;
    z-index: 10;
    width: 350px;
    padding: 37px 24px 19px;
    border: 6px solid #FC5B3E;
    box-shadow: 4px 7px rgba(87, 48, 18, 0.32);
    border-radius: 20px;
}
.under main .under_anc.active {
    position: fixed;
    top: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.under main .under_anc p {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 17px;
    font-weight: 900;
    border-bottom: 3px solid #000;
    padding-left: 8px;
    padding-bottom: 20px;
}
.under main .under_anc ul {}
.under main .under_anc li:not(:last-child) {
    margin-bottom: 2px;
}
.under main .under_anc li a {
    position: relative;
    padding: 21px 20px 22px 27px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5em;
    background: #FFEBD4;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.05em;
}
.under main .under_anc li.active a {
    cursor: default;
    pointer-events: none;
}
.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: 1620px;
    padding-left: 369px;
    padding-right: 20px;
}
.under main .under_content p {
    line-height: 2em;
}
/*==========================================================
                        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;
    border-spacing: 10px;
    border-collapse: separate;
}
.under main table.mailform th, .under main table th {
    background: var(--mcolor);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    border-color: var(--mcolor);
    background: #fff;
    border-radius: 5px;
    border: 1px #FF9885 solid;
    font-size: 22px;
    line-height: 1.45;
}
.under main table th, .under main table td {
    padding: 17px 15px;
    color: #000;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: var(--mcolor);
    border-right-color: transparent;
    border-radius: 10px 10px 0px 0px;
    font-size: 34px;
    color: #fff;
    line-height: 1.3em;
}
.under main table th .sm {
    font-size: 26px;
}
.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 th {
    background: #FBEFCC;
    border-color: #FBEFCC !important;
    color: #000;
}
.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);
}
.under main table td.bg1 {
    background: #FBEFCC;
    border-color: #FBEFCC;
}
.under main table td.bg2 {
    background: #FFEEEB;
    border-color: #FF9885;
}
.under main table td.bg1, .under main table td.bg2 {
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}
.under main table th.none {
    background: none;
    border: none;
}
/*============ 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: 25px;
    margin-bottom: 13px;
    position: relative
}
.under main .list01 li::before {
    background: #FFCC00;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: 0;
    content: '';
    border-radius: 50%;
}
.under main td .list01 li::before {
    top: 16px;
}
.under main .list01 li span {
    font-weight: 900;
    color: #FF3611;
}
/* 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: 7px;
    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: 10px;
    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;
}
/* LIST FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}
.under main .list_faq dl {
    margin-bottom: 50px
}
.under main .list_faq dt {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    min-height: 90px;
    border-radius: 45px;
    background: #fc5b3e;
    color: #fff;
    padding: 0 40px;
    cursor: pointer;
    transition: all 0.3s;
}
.under main .list_faq dt.open:before {
    transform: rotate(180deg);
   
}
.under main .list_faq dt:before {
    position: absolute;
    content: "";
    right: 31px;
    transition: all 0.3s;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0;
    top: calc(50% - 7px);
}
.under main .list_faq dt span {
    line-height: 1em;
    margin-right: 25px;
    padding-bottom: 5px;
    flex-shrink: 0;
    color: #fff;
}
.under main .list_faq dd {
    position: relative;
    padding-left: 50px;
    border-radius: 10px;
    background: #ffeeeb;
    margin-left: 40px;
    padding: 40px 30px 46px 100px;
    display: none;
}
.under main .list_faq dd .a_tt {
    font-weight: bold;
    font-size: 31px;
    padding-left: 45px;
    margin-bottom: 16px;
}
.under main .list_faq dd > span {
    position: absolute;
    top: 33px;
    left: 0;
    line-height: 1em;
    padding-bottom: 5px;
    flex-shrink: 0;
    color: #000;
    margin-left: 36px;
}
.under main .list_faq dt span, .under main .list_faq dd > span {
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
/* LIST STEP */
.under main .list_step dl {
    margin-bottom: 80px;
    padding-bottom: 50px;
    position: relative;
    background: #FFF8E5;
    border-radius: 5px;
    padding: 30px 0 0 0;
}
.under main .list_step dl:not(:last-child)::before {
    background: url('../images/ic-step.png') center /cover no-repeat;
    width: 81px;
    height: 98px;
    position: absolute;
    bottom: -98px;
    left: 26px;
    content: '';
    z-index: 9;
}
.under main .list_step dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}
.under main .list_step dt {
    font-weight: 700;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.under main .list_step dt .icon {
    background: var(--mcolor);
    color: #fff;
    width: 170px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    border-radius: 0px 22.5px 22.5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px;
    padding-left: 15px;
    margin-right: 15px;
    flex-shrink: 0;
}
.under main .list_step dd {
    padding: 22px 52px 41px;
    line-height: 2;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 31px 30px;
    border-radius: 5px;
    background: #fff8e5;
    margin-bottom: 50px;
}
.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;
    border-radius: 10px;
    margin-bottom: 50px;
    border: 20px #FC5B3E solid;
    position: relative;
    background: #FC5B3E;
    z-index: 1;
}
.under main .frame_pick:before {
    position: absolute;
    content: "";
    background: #ffeeeb;
    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: #fc5b3e;
    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;
    border-radius: 5px;
    font-size: 16px;
}
.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;
}
.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 .styl01.styl01_f {
    display: table;
}
.under main .styl01 {
    font-weight: 900;
    background: #FFCC00;
    padding: 1px 0;
    font-size: 122%;
}
.under main .styl02 {
    font-weight: 900;
    padding: 1px 0;
    font-size: 122%;
}
.under main h5 .styl01 {
    padding: 0px 0 2px;
}
.under main .un_bnr_tel {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.under main .un_bnr_tel p {
    height: 150px;
    margin-bottom: 0;
}
.under main .un_bnr_tel .bnr_tel, .under main .bnr_line a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.under main .un_bnr_tel .bnr_tel {
    margin-right: 25px;
    background: #efefef;
}
.bnr_tel, .under main .bnr_line a {
    width: 400px;
    height: 100%;
}
.under main .bnr_line a {
    color: #fff;
    background: url("../images/icon_line.svg")#4ecd00 no-repeat center top 10px/40px;
    padding-top: 30px;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.21);
}
.under main .bnr_line a .lg {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 3px;
}
.under main .bnr_line a .sm {
    font-size: 14px;
    line-height: 1.5;
}
.under main .un_bnr_tel .bnr_tel a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 45px;
    background: url("../images/icon_tel.svg") no-repeat left top 5px/28px;
    padding-left: 35px;
    margin: 10px 0;
}
.under main .un_bnr_tel .bnr_tel .tt {
    font-weight: 700;
    line-height: 1;
}
.under main .un_bnr_tel .bnr_tel .txt {
    font-size: 14px;
    line-height: 1.4
}
.under main .btn.lg a {
    height: 70px;
}
.under main .box_flex {
    display: flex;
}
.under main .box_flex .image_l {
    flex-shrink: 0;
    width: 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
}
/* ===========  CASE ===========  */
.under main .list_case {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.under main .list_case li {
    width: calc(33.333% - 34px);
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.under main .list_case li:not(:nth-child(3n)) {
    margin-right: 51px;
}
.under main .list_case li .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 15px;
}
.under main .list_case li p {
    margin-bottom: 5px;
}
.under main .list_case li .img {
    height: 240px;
    transition: all 0.3s;
}
.under main .list_case li .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f1f3f5;
}
.under main .list_case li .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.under main .list_case li .btn {
    margin-top: auto;
}
.under main .list_case li .btn a {
    width: 200px;
    margin-left: auto;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    background-size: 7px auto;
}
.under main .list_case li:hover {
    cursor: pointer;
}
.under main .list_anchor .btn.active a {
    background: url('../images/arrow_w.svg') no-repeat right 25px center /9px var(--mcolor);
    pointer-events: none;
    cursor: default;
}
.under main .u_editor ol li {
    list-style: none;
}
.under main .center_post {
    display: table;
    margin: 0 auto 25px;
}
.under main .center_post img {
    max-height: 400px;
}
.under main .box_voice {
    display: flex;
}
.under main .box_voice .img {
    margin-right: 50px;
    margin-bottom: 0;
    flex-shrink: 0;
}
.under main .box_voice .img img {
    max-height: 400px;
}
.under main .post_voice_tt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.under main .voice_des .txt p {
    margin-bottom: 15px;
}
.under main .btn_list .is_prev.btn a {
    background: url(../images/arrow_w_l.svg) no-repeat left 25px center / 9px var(--scolor);
}
.under main .btn.is_none a {
    background: var(--scolor);
}
.under main .top_post {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.under main .top_post .cate {
    background: var(--mcolor);
    color: #fff;
    padding: 5px 10px 0;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}