/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
    margin-bottom: 10px
}
.under main .mb15 {
    margin-bottom: 15px
}
.under main .mb20 {
    margin-bottom: 20px
}
.under main .mb25 {
    margin-bottom: 25px
}
.under main .mb30 {
    margin-bottom: 30px
}
.under main .mb40 {
    margin-bottom: 40px
}
.under main .mb50 {
    margin-bottom: 50px
}
.under main .mb60 {
    margin-bottom: 60px
}
.under main .mb70 {
    margin-bottom: 70px
}
.under main .mb80 {
    margin-bottom: 80px
}
.under main .mb90 {
    margin-bottom: 90px
}
/* MT */
.under main .mt10 {
    margin-top: 10px
}
.under main .mt15 {
    margin-top: 15px
}
.under main .mt20 {
    margin-top: 20px
}
.under main .mt25 {
    margin-top: 25px
}
.under main .mt30 {
    margin-top: 30px
}
.under main .mt40 {
    margin-top: 40px
}
.under main .mt50 {
    margin-top: 50px
}
.under main .mt60 {
    margin-top: 60px
}
.under main .mt70 {
    margin-top: 70px
}
.under main .mt80 {
    margin-top: 80px
}
.under main .mt90 {
    margin-top: 90px
}
/* MAX_W */
.under main .max_w200 {
    width: 100%;
    max-width: 200px
}
.under main .max_w250 {
    width: 100%;
    max-width: 250px
}
.under main .max_w300 {
    width: 100%;
    max-width: 300px
}
.under main .max_w350 {
    width: 100%;
    max-width: 350px
}
.under main .max_w500 {
    width: 100%;
    max-width: 500px
}
.under main .max_w600 {
    width: 100%;
    max-width: 600px
}
.under main .max_w700 {
    width: 100%;
    max-width: 700px
}
.under main .max_w800 {
    width: 100%;
    max-width: 800px
}
.under main .max_w900 {
    width: 100%;
    max-width: 900px
}
/* MIN-W */
.under main .min_w200 {
    min-width: 200px
}
.under main .min_w250 {
    min-width: 250px
}
.under main .min_w300 {
    min-width: 300px
}
.under main .min_w350 {
    min-width: 350px
}
.under main .min_w500 {
    min-width: 500px
}
.under main p {
    line-height: 1.77;
    font-weight: 500;
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main .list_faq dt, .under main .list_step dt {
    font-family: var(--f-Shi);
    letter-spacing: 0.05em;
}
/*==========================================================
                        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;
    word-break: break-all;
}
.under main h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 0;
}
.under main h3 {
    font-size: 40px;
    background: url("../images/bg_h3.png") no-repeat left bottom/1283px;
    padding-bottom: 28px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 46px;
    text-align: center;
}
.under main h3 .en {
    font-size: 80%;
    color: var(--mcolor);
    display: block;
}
.under main h4 {
    font-size: 32px;
    position: relative;
    padding-left: 68px;
    background: url("../images/bg_h4.png") no-repeat left top 9px/47px;
    letter-spacing: 0.015em;
    border-bottom: 1px #1479ba solid;
    padding-bottom: 20px;
}
.under main h5 {
    font-size: 24px;
    position: relative;
    padding-left: 25px;
    color: #07324e;
}
.under main h5::before {
    content: "";
    position: absolute;
    height: 100%;
    ;
    left: 0;
    width: 4px;
    background: #1479ba;
    top: 0;
}
.under main h6 {
    font-size: 22px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.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%;
    height: 1px;
}
.under main .image_l img, .under main .image_r img, .bor10 img {
    border-radius: 10px;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 100px;
}
.under main section {
    padding: 0 0 80px;
    margin-bottom: 0
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: decimal;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 4px;
}
/*============ TOP INFO ============ */
.under main {
    padding-top: 160px;
}
.under main #top_info {
    height: 310px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 64px;
    position: relative;
}
.under main #top_info:before {
    position: absolute;
    content: "";
    background: url('../images/top_info_bg.png') no-repeat center /1920px;
    width: 1920px;
    height: 355px;
    left: calc(50% - 955px);
    top: 0;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 29px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 50px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    letter-spacing: 0.05em;
}
.under main #topic_path li:not(:last-child)::after {
    content: "";
    position: relative;
    background: url("../images/icon_topic.png") no-repeat right center/8px;
    display: inline-block;
    margin: 0 12px 0 15px;
    top: -1px;
    pointer-events: none;
    width: 8px;
    height: 14px;
}
.under main #topic_path li {
    color: #07324e;
    word-break: break-all;
}
.under main #topic_path li a {
    color: #1479ba;
    text-underline-offset: 4px;
}
/*============ 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.list_anchor3btn .btn a {
    height: auto;
    min-height: 110px;
    padding: 10px 40px;
    border-radius: 999px;
}
.under main .list_anchor .btn {
    margin: 0 10px 15px
}
.under main .list_anchor:last-child {
    margin-bottom: -15px;
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td {
    vertical-align: top
}
.under main table.tb_fix {
    table-layout: fixed;
}
.under main table {
    margin-bottom: 30px;
}
.under main table.mailform th, .under main table th {
    font-weight: 700;
    font-size: 18px;
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table th, .under main table td {
    padding: 15px;
    border: none;
    font-size: 18px;
    line-height: 1.77;
}
.under main table td {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #07324e;
}
.under main table tr:not(:first-child) th {
    border-bottom: 1px solid #ccc;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    color: #1479ba;
}
.under main table th.th2 {
	background: var(--mcolor);
	color: #fff;
}
.under main table tr:first-of-type th {
    border-bottom: 2px #1479ba solid;
}
.bor_gray, .under main table.mailform tr:first-child th {
    border-bottom: 1px solid #ccc !important;
}
.under main table.mailform th, .under main table.tb_block th {
    border-color: var(--mcolor);
    border-bottom-color: #fff;
}
.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 .btn a {
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0em;
}
.under main .list_2img {
    display: flex;
    justify-content: center;
}
.under main .list_2img p {
    margin-right: 50px;
    margin-bottom: 30px;
}
.under main .list_2img p:last-child {
    margin-right: 0;
}
.under main .staff_img {
    margin: 0 auto 50px;
    position: relative;
    width: 960px;
    text-align: right;
    max-width: 100%;
}
.under main .staff_img > span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 24px;
    line-height: 1.5em;
	color: #fff;
}
.under main .staff_img span > .lg {
    font-size: 120%;
}
.under main .txt_indent {
    padding-left: 22px;
    text-indent: -22px;
}
.under main .box_policy {
    height: 400px;
    overflow: auto;
    margin-bottom: 30px;
    padding: 15px;
    border: 2px solid var(--mcolor);
    background: #fff;
}
.under main #fmail .box_policy li {
    float: none;
    padding-left: 40px;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li {
    display: block;
    padding-left: 27px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.77;
    background: url("../images/icon_list.png") no-repeat left top 7px/18px;
    font-weight: 500;
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    list-style: none;
}
.under main .list02 li::before {
    content: "0"counter(li);
    position: absolute;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background: url("../images/icon_num.png") no-repeat center/33px;
    color: #1479ba;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--f-en);
    padding-top: 2px;
}
.under main .list03 {
    font-weight: 500;
    display: flex;
}
.under main .list03.bold {
    font-weight: 700;
}
.under main .list03 span:not(.txt_bold) {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: -2px;
    background: url("../images/icon_num.png") no-repeat center/33px;
    color: #1479ba;
    line-height: 21px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--f-en);
    flex-shrink: 0;
    margin-right: 10px;
    padding-top: 2px;
    position: relative;
}
/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}
.under main .list_check li, .list_check2 {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
}
.under main .list_check li::before, .list_check2: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);
}
.list_check2:before {
    top: 7px;
}
.under main .list_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.under main .list_flex li {
    width: calc((100% - 20px) / 2);
    padding: 10px 10px 11px 35px;
    margin-right: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.under main .list_flex li:only-child {
    margin-right: 0;
}
.under main .list_check.list_flex li::before {
    top: 14px;
    left: 15px;
}
/* LIST FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}
.under main .list_faq dl {
    background: #e4f3fc;
    padding: 15px;
    margin-bottom: 50px
}
.under main .list_faq dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.under main .list_faq dt span {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: #fff;
    border: 1px solid var(--mcolor);
    color: var(--mcolor);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    font-family: var(--f-en);
}
.under main .list_faq dd {
    position: relative;
    padding-left: 50px;
    min-height: 62px
}
.under main .list_faq dd span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--mcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--f-en);
}
/* LIST STEP */
.under main .list_step dl {
    margin-bottom: 35px;
    padding-bottom: 50px;
    position: relative;
}
.under main .list_step dl:not(:last-child)::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid var(--mcolor);
    border-bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
}
.under main .list_step dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}
.under main .list_step dt {
    background: var(--mcolor);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-size: 22px;
}
.under .icon_step {
    background: #fff;
    border-radius: 7px;
    padding: 4px 7px 2px;
    color: var(--mcolor);
    font-weight: 500;
    font-family: var(--f-en);
    margin-right: 15px;
    font-size: 18px;
    align-self: flex-start;
    flex-shrink: 0;
}
.under main .list_step dd {
    padding: 25px;
    background: #e4f3fc;
}
.under main .menu_frame {
    display: flex;
    margin-bottom: 30px;
}
.under main .menu_frame .img {
    border-radius: 50%;
    border: 2px solid var(--mcolor);
    overflow: hidden;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.under main .menu_frame_l {
    position: relative;
    flex-shrink: 0;
    max-width: 100%;
    width: 320px;
    text-align: center;
    margin-right: 100px;
  /*  padding-top: 50px;*/
}
.under main .menu_frame_l::before {
    background: url('../images/ic_menu.png') center /cover no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    right: -70px;
    content: '';
}
.under main .menu_frame_r {
    background: #e4f3fc;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    border-radius: 30px;
}
.under main .menu_frame .img {
    margin-bottom: 15px;
}
.under main .menu_frame_r .menu_content {
    width: 300px;
    flex-shrink: 0;
    margin-right: 30px;
}
.under main .menu_frame_r .menu_list {}
.under main .menu_frame_r .menu_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.under main .menu_frame_r .menu_list ul li {
    width: 48%;
    text-align: center;
    border: 2px solid var(--mcolor);
    background: #fff;
    border-radius: 999px;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--mcolor);
}
.under main .menu_frame_r .menu_list ul li.full {
    width: 100%;
    margin-right: 0;
}
.under main .menu_frame_r .menu_list ul li.full:last-child {
    margin-bottom: 0;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 50px 30px;
    background-color: #e4f3fc;
    border-radius: 10px;
    margin-bottom: 50px;
}
/* FRAME 02 */
.under main .frame02 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    margin-bottom: 50px;
}
/* FRAME PICKUP */
.under main .frame_pick {
    padding: 40px 50px 50px;
    background: var(--mcolor);
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    border-radius: 10px;
}
.under main .frame_pick:before, .under main .frame_pick:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
}
.under main .frame_pick:before {
    border-left: 1px #fff solid;
    border-top: 1px #fff solid;
    left: 10px;
    top: 10px;
    border-top-left-radius: 10px;
}
.under main .frame_pick:after {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    right: 10px;
    bottom: 10px;
    border-bottom-right-radius: 10px;
}
.under main .frame_pick .pick_ttl {
    font-size: 29px;
    text-align: center;
    margin-bottom: 30px;
}
.under main .frame_pick .pick_ttl span {
    font-size: 36px;
    display: block;
    color: #ffff00;
}
/* 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;
    margin-bottom: 30px;
    border: 1px solid var(--mcolor);
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
}
.under main .ovn_list dl:last-child {
    margin-bottom: 0;
}
.under main .ovn_list dt {
    display: flex;
    align-items: center;
    width: 300px;
    height: 200px;
    margin-right: 20px;
}
.under main .ovn_list dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .ovn_list dd {
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
}
.under main .ovn_list dd .date {
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.under main .ovn_list dd .des {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.under main .ovn_list dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    max-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    font-weight: 500;
}
.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;
    font-family: var(--f-en);
}
.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
}
/*==========================================================
                     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;
    }
}
/* 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 .list3col {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.under main .list3col li {
    width: calc(33.333% - 14px);
    padding: 25px;
    background: #e4f3fc;
    border-radius: 10px;
    text-align: center;
}
.under main .list3col.bg_blue li {
	background: var(--mcolor);
	color: #fff;
	border:none;
}
.under main .list3col.bg_blue li .list03 span {
	background: #fff;
}
.under main .list_tb dl:not(:last-child) {
    margin-bottom: 30px;
}
.under main .list_tb dl dt {
    background: var(--mcolor);
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}
.under main .list_tb dl dd {
    background: #e4f3fc;
    padding: 15px 20px 20px;
}
.under main .list3col.col_left li .list03, .under main .list3col.col_left li {
    text-align: left;
}
.under main .list3col.col_left li .list03 {
    align-items: flex-start;
}
.under main .un_tel_contact {
    max-width: 600px;
    margin: 0 auto 25px;
    padding: 15px 25px;
    text-align: center;
    background: #e4f3fc;
    border-radius: 10px;
}
.under main .un_tel_contact.h_contact_tel a {
    display: table;
    margin: 0 auto;
}
.under main .un_tel_contact.h_contact_tel .time {
    margin-bottom: 3px;
    width: auto;
}
.under main .ovn_img_center img {
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto;
    border-radius: 10px;
}
.under main .btn_list .is_prev.btn a {
    background: url(../images/arrow_org_l.png) no-repeat left 20px center / 20px var(--scolor);
}
.under main .btn.is_none a {
    background: var(--scolor);
}
.under main .list3col li .list03 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.under main .list3col.inline {
    flex-direction: row;
}
.under main .txt_bold {
    font-weight: 700;
    color: #000;
    background: linear-gradient(to bottom, rgba(255, 226, 0, 0) 0%, rgba(255, 226, 0, 0) 72%, rgba(255, 226, 0, 0.5) 72%, rgba(255, 226, 0, 1) 73.1%, rgba(255, 226, 0, 1) 100%);
}
.under main .box_img_list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.under main .box_img_list li:not(:last-child) {
    margin-right: 30px;
}
.under main .mw01 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.under main .company_frame {
	background: url("../images/company_frame.jpg") no-repeat center top/cover;
	padding: 50px 40px;
	text-align: center;
}
.under main .company_logo {
	margin-bottom: 20px;
}
.under main .company_frame_tt {
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: bold;
}
.under main .box_add {
	display: table;
    position: relative;
  
}

