/*==========================================================
                        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 .tt, .under main .list_step dt, .under main .un_ttl4, .under .un_page_ttl, .under .un_page_title {
    font-family: var(--f-yumin);
    letter-spacing: 0.05em;
    font-weight: 600;
}
.under main p {
    letter-spacing: 0.05em;
    color: #343434;
    font-size: 15px;
    line-height: 1.8;
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under .un_page_title {
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
.under .un_page_ttl {
    font-size: 40px;
    text-align: center;
}
.under main .un_ttl2, .under main .u_editor h2 {
    font-size: 40px;
    line-height: 1.375;
    background: #006DB9;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 19px 10px 16px;
    position: relative;
    margin-bottom: 36px;
}
.under main .info_right .un_ttl2 {
    text-align: left;
    font-size: 20px;
    padding: 19px 20px 16px;
}
.under main .info_right .un_ttl2:before {
    background-size: 40px auto;
}
.under main .un_ttl2:before, .under main .u_editor h2:before {
    position: absolute;
    content: "";
    background: url("../images/bg_h2.png") no-repeat center /80px;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    top: calc(50% - 40px);
    margin: 0 auto;
    mix-blend-mode: screen;
}
.under main .un_ttl3, .under main .u_editor h3 {
    font-size: 30px;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 3px;
    margin-bottom: 25px;
    color: #333;
    position: relative;
    display: flex;
}
.under main .un_ttl3:before, .under main .u_editor h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #006db9;
    left: 0;
    bottom: -1px;
}
.under main .pick_ttl_en {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: var(--mcolor);
    position: relative;
    top: 7px;
    margin-right: 10px;
    font-weight: 400;
    flex-shrink: 0;
}
.under main .un_ttl4, .under main .u_editor h4 {
    font-size: 25px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #333;
}
.under main .un_ttl4::before, .under main .un_ttl4::after, .under main .u_editor h4:before, .under main .u_editor h4:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background-color: var(--mcolor);
    left: 0;
    top: 7px;
}
.under main .un_ttl4::after, .under main .u_editor h4:after {
    height: 10px;
    background: #ccc;
    top: 17px;
}
.under main p.un_ttl4::before {
    top: 12px;
}
.under main .un_ttl5, .under main .u_editor h5 {
    font-size: 20px;
    color: var(--mcolor);
    margin-bottom: 4px;
}
.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;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0;
}
.under main section {
    padding: 0 0 55px;
    margin-bottom: 0
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: decimal;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
}
/*============ TOP INFO ============ */
.under main {
    padding-top: 100px;
}
.under main .top_info {
    width: 100%;
    margin: 0 auto;
    height: 160px;
    background: url("../images/top_info_bg.jpg") no-repeat center top/cover;
    margin-bottom: 12px;
}
.under main .top_info.second {
    height: 220px;
}
.under main .top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.under main .top_info.second .inner {
    padding-top: 0;
    padding-bottom: 40px;
}
.under main .topn_info_img {
    text-align: center;
    margin-top: -100px;
    padding: 0 15px;
}
.under main .top_info_box {
    margin: 95px 0 100px;
}
.under main .top_info_box.mt0 {
    margin-top: 0;
}
.under main .top_info_box.mb30 {
    margin-bottom: 40px;
}
.under main .top_info_box .un_page_title {
    text-align: left;
    width: 100%;
    max-width: 1000px;
}
.under main .top_info_box .un_page_title.line2 {
    margin-bottom: 48px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 90px;
}
.under main #topic_path ul {
    display: block;
    padding: 3px 0;
}
.under main #topic_path li {
    display: inline;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.93;
}
.under main #topic_path li a {
    text-underline-offset: 3px;
}
.under main #topic_path li:not(:last-child)::after {
    content: ">";
    position: relative;
    display: inline-block;
    margin: 0 2px 0 9px;
    top: 0px;
    pointer-events: none;
}
.under main #topic_path li {}
/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
}
.under main .list_anchor .btn {
    margin: 0 10px 39px;
}
.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.mb20 {
    margin-bottom: 20px;
}
.under main table.mailform th, .under main table th {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    background: #f6f2eb;
}
.under main table.mailform th span {
    color: #fff
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    border-color: #E5E5E5;
    background: #fff;
    font-size: 15px;
    line-height: 1.92;
}
.under main table th, .under main table td {
    padding: 16px 15px 16px;
    font-weight: 500;
    border: 1px #E5E5E5 solid;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-right-color: #E5E5E5;
    background: #006db9;
    color: #fff;
}
.under main table th p {
    color: #fff;
}
.under main table tr th:first-child {
    border-left-color: #E5E5E5;
}
.under main table tr th:last-child {}
.under main table.mailform th, .under main table.tb_block th {
    border-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
}
.under main table.mailform tr:first-child th, .under main table.tb_block tr:first-child th {
    border-top-color: #E5E5E5;
}
.under main table.mailform tr:last-child th, .under main table.tb_block tr:last-child th {
    border-bottom-color: #E5E5E5;
}
.under main table.tb_block1 {
    border-bottom: 1px solid #e5e5e5;
}
.under main table.tb_block1 tr {
    display: flex;
    flex-direction: column;
}
.under main table.tb_block1 th, .under main table.tb_block1 td {
    border: none;
    padding: 18px 20px 16px;
}
.under main table.tb_block1 td {}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01.mb10 {
    margin-bottom: 10px;
}
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li, .u_editor ul li {
    display: block;
    padding-left: 17px;
    margin-bottom: 11px;
    position: relative;
    font-weight: 500;
    color: #343434;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 1.92;
}
.under main .list01.list01_link li a {
    position: relative;
    margin-left: -17px;
    padding-left: 15px;
}
.under main .list01.list01_link li:not(:last-child) {
    border-bottom: 1px var(--mcolor) solid;
    padding-bottom: 10px;
}
.under main .list01 li::before {
    background: var(--mcolor);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
}
.under main .list01.bold li {
    font-weight: bold;
    line-height: 1.3;
    padding-left: 17px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}
.under main .list01.bold li:before {
    top: 5px;
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li, .u_editor ol li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
    font-weight: 500;
    color: #343434;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 1.92;
}
.under main .list02 li::before, .u_editor ol li:before {
    content: counter(li);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: var(--mcolor);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
}
/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}
.under main .list_check li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}
.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 15px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* LIST STEP */
.under main .list_step {
    position: relative;
    margin-left: 20px;
    padding-bottom: 50px;
}
.under main .list_step.no_img dt {
    margin-bottom: 0
}
.under main .list_step dl {
    margin-bottom: 90px;
    position: relative;
    display: flex;
}
.under main .list_step dl::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100%);
    border-left: 1px #474645 solid;
    top: 40px;
    left: 30px;
}
.under main .list_step dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}
.under main .list_step dt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.under main .list_step dt .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--f-yumin);
    font-size: 20px;
    margin-right: 0;
    flex-shrink: 0;
    top: 0;
    flex-direction: column;
    letter-spacing: .1em;
    left: -20px;
    background: var(--mcolor);
    line-height: 1;
    padding-top: 5px;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
}
.under main .list_step dt .icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    mix-blend-mode: multiply;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    left: 0;
    top: 0;
}
.under main .list_step dt .icon .txt {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.under main .list_step dt .icon .num {
    font-size: 40px;
    line-height: 1.45;
}
.under main .list_step dd {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    flex-grow: 1;
}
.under main .list_step dd .un_ttl3 {
    margin-bottom: 30px;
}
.under main .list_step dd, .under main .list_step dd p {
    line-height: 1.8;
    letter-spacing: .05em;
}
/*============ FRAME ============ */
/*============ FRAME ============ */
.under main .frame01 {
    padding: 35px 40px 36px;
    margin-bottom: 50px;
    border: 1px #CCCCCC solid;
}
.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: 36px 40px 38px 40px;
    background: #F0F9FF;
}
.under main .frame02 .un_ttl3 {
    margin-bottom: 27px;
}
.under main .frame02 .wrap {
    background: #fff;
    padding: 40px 40px;
}
.under main .frame03 {
    background: #f3f3f3;
    padding: 25px 27px;
}
.under main .frame_link {
    padding: 0px 36px 39px;
    border-bottom: 1px #006DB9 solid;
    border-top: 1px #006DB9 solid;
}
.under main .frame_link.mb1 {
    margin-bottom: 80px;
}
.under main .frame03 .list01 li {
    margin-bottom: 5px;
}
.under main .un_tt1 {
    font-family: var(--f-yumin);
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
    color: #333;
    display: table;
    background: #fff;
    position: relative;
    margin: -19px auto 43px;
    padding: 0 78px 0 82px;
}
.under main .un_tt1 > span {
    position: relative;
    padding: 0 20px;
    margin-left: 4px;
}
.under main .un_tt1 > span:before, .under main .un_tt1 > span:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 3px;
    background: #333;
    top: 20px;
}
.under main .un_tt1 > span:before {
    left: 0;
}
.under main .un_tt1 > span:after {
    right: 0;
}
.under main .list_link {
    padding: 0px 0 0 19px;
    flex-wrap: wrap;
    display: flex;
}
.under main .list_link li {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #343434;
    line-height: 2.16;
}
.under main .list_link li {
    width: calc(50% - 20px);
}
.under main .list_link li a {
    position: relative;
    margin-left: -17px;
    padding-left: 17px;
    text-decoration: underline;
    color: #343434;
}
.under main .list_link li:not(:last-child) {
    margin-bottom: 9px;
}
.under main .list_link li a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url("../images/arrow_blue1.svg") no-repeat center/10px;
    left: 0;
    top: 4px;
}
.under main .frame_pick {
    position: relative;
    width: 100%;
    padding: 50px 0;
}
.under main .frame_pick .wrap {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 31px 40px;
    display: inline-block;
    width: 100%;
}
.under main .frame_pick:before {
    position: absolute;
    content: "";
    background: url("../images/bg_pickup.jpg") no-repeat center top/cover;
    width: 1920px;
    left: calc(50% - 960px);
    top: 0;
    height: 100%;
    z-index: -1;
}
.under main .frame_pick .pick_ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0
}
/* 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, .under main .box_video video {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.under main .box_video {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    max-width: 100%;
}
/* ===========  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
==========================================================*/
/* Blockquote */
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor * {
    font-size: 16px;
}
.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}
/* Blockquote */
.u_editor blockquote {
    padding: 20px;
    background: #F0F9FF;
    margin-bottom: 20px;
}
.u_editor blockquote, .u_editor blockquote p {
    font-size: 16px;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
.u_editor del {
    text-decoration: line-through;
}
.u_editor ins {
    text-decoration: underline;
}
/* 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;
}
.aligncenter {
    margin: 0 auto 25px;
    display: block;
}
@media screen and (min-width: 751px) {
    .alignleft, .under main table .alignleft {
        float: left;
        margin-right: 30px;
    }
    .alignright, .under main table .alignright {
        float: right;
        margin-left: 30px;
    }
}
@media screen and (max-width: 750px) {
    .alignleft, .alignright, .under main table .alignleft, under main table .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 .btn a {
    letter-spacing: 0em;
    width: 100%;
    font-size: 15px;
    background-position: right 20px center;
    max-width: 380px;
}
.under main .btn.center {
	overflow: hidden;
}
.under main .btn.btn_sm a {
    height: 40px;
}
.under main .un_list_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.under main .un_list_con .un_img {
    margin-bottom: 18px;
    text-align: center;
}
.under main .un_list_con.info_col3 .un_img {
    height: 180px;
}
.under main .un_list_con.info_col3 .un_img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #ddd solid;
}
.under main .un_list_con.info_col3 .un_img img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}
.under main .un_list_con.bor > .item .un_img {
    border: 1px #eee4d4 solid;
    padding: 20px;
}
.under main .un_list_con .tilte {
    font-size: 20px;
    color: var(--mcolor);
    font-family: var(--f-yumin);
    margin-bottom: 10px;
    line-height: 1.5;
}
.under main .box_list1 {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
}
.under main .box_list1 > .item {
    width: 380px;
}
.under main .box_list1 .un_ttl4 {
    margin-bottom: 19px;
}
.under main .box_step {
    display: flex;
    margin-bottom: 27px;
}
.under main .box_step li {
    width: 480px;
}
.under main .box_step li:not(:last-child) {
    margin-right: 40px;
    ;
}
.under main .box_step_img {
    text-align: center
}
.under main .box_step > li {
    position: relative
}
.under main .box_step > li:not(:last-child)::before {
    position: absolute;
    content: "";
    background: url('../images/arrow_step.svg') no-repeat center;
    width: 20px;
    height: 43px;
    right: -30px;
    top: calc(50% - 0px);
}
/* ARCORDION */
.un_acc {
    max-width: 800px;
    margin: 0 auto;
}
.un_acc dl {
    transition: all .3s;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.22);
}
.un_acc dl dt {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    line-height: 2.1875;
    color: #333;
    height: 60px;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.09em;
    padding-top: 3px;
    padding-left: 32px;
}
.un_acc dl dt span {
    position: relative;
    padding-right: 30px;
}
.un_acc dl.active dt span::after {
    transform: rotate(180deg);
}
.un_acc dl dt span::after {
    width: 12px;
    height: 11px;
    top: calc(50% - 6px);
    right: 0px;
    position: absolute;
    content: "";
    transition: all .3s;
    background: #888888;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.un_acc dl dd {
    padding: 11px 0 14px;
    margin: 0px 20px 10px;
    display: none
}
.under main table.tb_block1 th {
    text-align: left;
    padding: 5px 20px 3px;
}
.under main .un_bnr {
    margin: 0 auto;
    display: flex;
    position: relative;
    padding-bottom: 35px;
    z-index: 1;
}
.under main .un_bnr:before, .under main .un_bnr:after {
    position: absolute;
    content: "";
    width: 4000px;
    height: 105px;
    left: calc(50% - 2000px);
    bottom: 0;
    z-index: -1;
    display: block;
}
.under main .un_bnr:before {
    z-index: -2;
    background: #474645;
}
.under main .un_bnr:after {
    background: url(../images/logo_bnr.png) no-repeat center / 105px;
    mix-blend-mode: screen;
}
.under main .un_bnr li {
    width: 480px;
    height: 140px;
    position: relative;
}
.under main .un_bnr li.un_bnr1:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px #72A1C2 solid;
}
.under main .un_bnr li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-align: center;
    height: 100%;
    width: 100%;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: var(--f-yumin);
    padding-top: 5px;
    line-height: 1.4;
}
.under main .un_bnr li a:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 30px;
    background: #fff;
    transform: rotate(-45deg);
    top: calc(50% - 5px);
}
.under main .un_bnr li a:before {
    transform: rotate(-45deg);
}
.under main .un_bnr li:not(:last-child) {
    margin-right: 40px;
}
.under main .un_bnr li.un_bnr1 {
    background: var(--mcolor);
}
.under main .un_bnr li.un_bnr2 {
    background: #EF9001;
}
.under main .un_bnr li.un_bnr2 a {
    flex-direction: column;
    font-weight: 400;
}
.under main .un_bnr li.un_bnr2 a .sm {
    font-size: 23px;
}
.under main .un_bnr li.un_bnr2 a .lg {
    font-size: 30px;
}
.under main .list_step2 {
    position: relative;
}
.under main .list_step2:before, .under main .list_step2:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #b49531;
    z-index: -1;
}
.under main .list_step2:before {
    width: 50px;
    height: 100%;
    top: 0;
}
.under main .list_step2:after {
    width: 200px;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 48% 100%);
    bottom: -50px;
}
.under main .list_step2 dl {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #bbb;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.under main .list_step2 dl:not(:last-child) {
    margin-bottom: 30px;
}
.under main .list_step2 dl dt {
    font-size: 20px;
    font-family: var(--f-yumin);
    color: var(--mcolor);
    font-weight: 500;
}
.under main .note_group {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 720px;
}
.under main .note_group span {
    flex: 1;
    text-align: center;
}
.under main .box_step_img, .under main .box_step_img3 {
    margin: 0 auto 25px;
}
.under main .box_step_img {
    max-width: 600px;
}
.under main .box_step.box_step_img > li:not(:last-child)::before, .under main .box_step.box_step_img3 > li:not(:last-child)::before {
    top: calc(50% - 23px);
}
.under main .bg1 {
    background: var(--mcolor);
    color: #fff;
}
.under main .staff_ttl {
    text-align: center;
    font-size: 24px;
    font-family: var(--f-yumin);
    font-weight: 700;
    color: #9b7600;
    margin-bottom: 20px;
}
.under main .his_1 p {
    margin-bottom: 0;
    display: flex;
}
.under main .his_1 p span {
    flex-shrink: 0;
}
.under main .tb_block.tb1 th {
    text-align: right;
}
.under main .box_doctor_item {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
.under main .box_doctor_item:before {
    position: absolute;
    content: "";
    background: url("../images/logo_doctor.png") no-repeat center top;
    width: 257px;
    height: 257px;
    left: -120px;
    top: -70px;
    z-index: -1;
}
.under main .box_doctor_item > .item1 {
    margin-right: 60px;
}
.under main .box_doctor_item > .item2 {
    flex-grow: 1;
}
.under main .un_title1 {
    font-family: var(--f-yumin);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.05em;
    color: var(--mcolor);
    margin-bottom: 10px;
}
.under main .doctor_item .item1 {
    margin-bottom: 33px;
}
.under main .doctor_item_ttl {
    font-weight: 400;
    font-size: 20px;
    color: var(--txt2);
    font-family: var(--f-yumin);
    margin-bottom: 19px;
    border-bottom: 1px #ccc solid;
    position: relative;
    line-height: 1.4;
    padding-bottom: 9px;
}
.under main .doctor_item_ttl:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: var(--mcolor);
    left: 0;
    bottom: -1px;
}
.under main .doctor_item_g1 p {
    margin-bottom: 18px;
    color: var(--txt2);
    line-height: 1;
    display: flex;
}
.under main .doctor_item_g1 p span:first-of-type {
    flex-shrink: 0;
    margin-right: 16px;
}
.under main .doctor_item_list {}
.under main .doctor_item_list li {
    color: var(--txt2);
    position: relative;
    margin-bottom: 8px;
    padding-left: 12px;
    line-height: 1.52;
}
.under main .doctor_item_list li:before {
    position: absolute;
    content: "";
    background: var(--mcolor);
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
}
.under main table.tb_price tr td:last-child {
    text-align: right;
    font-weight: bold;
    background: #F0F9FF;
}
.under main table.tb_price td {
    font-weight: bold;
}
/*CONTACT*/
.input_text01 {
    width: 300px;
    height: 38px;
    padding: 7px 5px 5px;
    box-sizing: border-box;
}
.txt_info {
    color: #009900;
    font-size: 80%;
    display: block;
    margin-bottom: 5px;
}
.textarea_text01 {
    padding: 10px;
    box-sizing: border-box;
    border: 1px #999 solid;
}
.btn_contact, .back-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none !important;
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s;
    padding-top: 4px;
    background: url(../images/arrow_w.svg) no-repeat right 27px center / 10px var(--scolor);
    border-radius: 5px;
    font-family: var(--f-main);
}
.btn-con-arrow {
    display: table;
    position: relative;
    margin: 0 auto;
}
.back-btn {
    background: url(../images/arrow_w_l.svg) no-repeat left 27px center / 10px var(--mcolor);
}
.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
}
.under #content .btn_contact a, .under #content .back-btn a {
    color: #fff;
}
.under .btn_contact_w > p {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.under .btn_contact_w > p > input {
    margin: 0 5px;
}
#confirm .btn_contact_w input {
    margin: 0 5px;
    position: relative;
}
#confirm .btn_contact_w input.btn_contact {
    background: url(../images/arrow_w.svg) no-repeat right 27px center / 10px var(--scolor);
}
.list_check.list_check01 {
    display: flex;
}
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="submit"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn_contact a {
    color: #fff;
    text-decoration: none;
}
.box_zipcode, .btn_zipcode01 {
    display: flex;
}
.btn_zipcode {
    width: 100px;
    height: 36px;
    background: var(--scolor);
    border: 1px var(--scolor) solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
    flex-shrink: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    transition: all ease 0.3s;
    position: relative;
    top: 0px;
    padding-top: 2px;
}
.clear_left {
    clear: left;
}
.under main .check_wrap {
    display: flex;
    flex-wrap: wrap;
}
.under img.ui-datepicker-trigger {
    position: relative;
    left: 7px;
    top: -1px;
    cursor: pointer;
}
.under main .input02, .under main .text_area01, .select01 {
    border: 1px #999 solid;
    padding: 7px 5px 5px;
}
.under main .input02, .select01 {
    width: 360px;
    height: 36px;
}
.select01 {
    height: 40px;
}
.under main .input02::placeholder, .under main .text_area01::placeholder {
    color: #ccc;
}
.under main .text_area01 {
    width: 100% !important;
    height: 150px !important;
}
.under main .must1 {
    background: #d0111b;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    float: right;
    padding: 1px 5px 1px;
    border-radius: 3px;
    line-height: 1.7;
    margin-left: auto;
    position: relative;
    top: 3px;
}
.under main .box-check01 .wpcf7-list-item {
    border: dashed 1px #CCCCCC;
    padding: 7px 10px 5px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}
.under main .check_wrap .mwform-checkbox-field {
    display: block;
}
p:empty {
    display: none;
}
.under main .box-check01 .wpcf7-list-item:hover {
    background: #FFEE7C;
}
.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.box-check01_radio .wpcf7-list-item.first {
    display: none !important;
}
/* POST-TYPE */
.info_img_center img {
    max-height: 400px;
    margin: 0 auto 25px;
    width: auto;
    height: auto;
}
.under main .info_content {
    display: flex;
    align-items: flex-start;
}
.under main .info_left {
    width: 240px;
    flex-shrink: 0;
    margin-right: 60px;
}
.under main .info_left ul {
    padding: 15px;
}
.under main .info_col {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid var(--mcolor);
}
.under main .ttl_col {
    background: var(--mcolor);
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-family: var(--f-yumin);
    margin: 0;
    font-weight: 600;
}
.under main .info_right {
    flex-grow: 1;
    width: calc(100% - 300px);
}
/* INFO LIST */
.under main .info_right .list_post > li {
    border: 1px solid #b5b5b6;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    transition: all ease 0.3s;
}
.under main .info_right .list_post .info-tags li {
    width: calc((100% / 3) - 5px);
    border: unset;
    padding: 0;
    margin-bottom: 0;
}
.under main .info_right .list_post > li .info_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.under main .info_right .list_post > li:last-child {
    margin-bottom: 0
}
.under main .info_right .info_ttl {
    font-size: 24px;
    font-family: var(--f-yumin);
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 10px;
}
.under main .info_right .info_ttl a {
    font-size: 24px;
    font-family: var(--f-yumin);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    max-width: 100%;
    display: inline-block;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.under main .info_right .info_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.under main .info_right .info_cnt .info_cnt_r {
    width: 300px;
    flex-shrink: 0
}
.under main .info_right .info_cnt .info_cnt_r .info_img {
    display: flex;
    align-items: center;
    height: 196px;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    width: 100%;
    margin: 0;
}
.under main .info_right .info_cnt .info_cnt_r .info_img img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}
.under main .info_right .info_cnt .info_cnt_l {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
    padding-right: 20px;
    align-items: center;
}
.under main .info_right .info_cnt .info_cnt_l p {
    margin: 0;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.under main .info_right .info_cnt .info_cnt_l .info_date {
    font-size: 13px;
    margin-right: 15px
}
.under main .info_right .info_cnt .info_cnt_l .info_cat {
    font-size: 13px;
    background: #fff;
    border: 1px solid #C2C2C2;
    width: 96px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 30px;
    padding-top: 2px;
    border-radius: 3px;
}
.under main .info_right .info_cnt .info_cnt_l .info_desc {
    flex: 100%;
    font-size: var(--mfont-size);
    letter-spacing: 0;
    margin-top: 15px;
    max-height: 154px;
    overflow: hidden;
}
.under main .post-tags {
    width: 100%;
    flex: 100%;
    margin-top: 10px
}
.under main .info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.under main .info-tags li a {
    font-size: 12px;
    color: #fff;
    background: var(--mcolor);
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
    padding: 5px 10px
}
.under main .info_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.under main .info_pagination > span, .under main .info_pagination a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    transition: all 0.3s;
    padding: 5px 10px 3px;
    border: 1px var(--mcolor) solid;
    font-size: 14px;
}
.under main .info_pagination a {
    color: #232323
}
.under main .info_pagination > span, .under main .info_pagination a:hover {
    background: var(--mcolor);
    color: #fff;
}