/*==========================================================
                        C U S T O M
==========================================================*/
.under #wrapper {
    background: #f1f7e5;
}
/* 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 {
    padding-top: 248px;
}
.un_ft_con {
    position: relative;
    height: 406px;
    display: flex;
    align-items: center;
}
.under .box_con.box01 {
    margin-top: 0;
}
.un_ft_con:before, .un_ft_con:after {
    position: absolute;
    content: "";
}
.un_ft_con:before {
    height: 100%;
    width: 1920px;
    left: calc(50% - 960px);
    top: 0;
    pointer-events: none;
}
.un_ft_con:after {
    background-size: contain;
    width: 100vw;
    height: 11.5vw;
    max-width: 1920px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.under .fly {
    width: 195px;
    height: 195px;
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main .ttl2, .under main .ttl3, .under main .ttl4, .under main .ttl5, .under main .ttl6 {
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.under main .ttl2 {
    font-size: 42px;
    text-align: center;
    line-height: 1.5em;
    position: relative;
    padding-top: 55px;
    margin-bottom: 45px;
}
.under main .ttl2 span {
    color: var(--mcolor);
}
.under main .ttl2::before {
    background: url('../images/ic_ttl2.png') center /cover no-repeat;
    width: 52px;
    height: 46px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 26px);
}
.under main .ttl3 {
    font-size: 32px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    line-height: 1.625em;
}
.under main .ttl3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #b7c69d;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.under main .ttl4 {
    font-size: 28px;
    margin-bottom: 25px;
    padding-left: 46px;
    position: relative;
    color: #333;
}
.under main .ttl4::before {
    background: #b7c69d;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 6px;
}
.under main .ttl5 {
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    color: #333;
}
.under main .ttl5::first-letter {
    color: var(--mcolor);
}
.under main .ttl6 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.under main .ttl6::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: var(--mcolor);
    left: 0;
    bottom: 0;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 113px;
}
.under main section {
    padding: 0 0 68px;
    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;
    text-underline-offset: 4px;
    color: var(--mcolor);
    word-break: break-all;
    text-decoration-thickness: 1px;
}
.under main a.link_tel {
    color: var(--mcolor);
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 400px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    
	position: relative;
}
.under main #top_info:before {
	position: absolute;
	content: "";
	background: url('../images/top_info_bg.jpg') no-repeat center /cover;
	width: 1920px;
	height: 100%;
	left: calc(50% - 960px);
	top: 0;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}
.under main #top_info .top_ttl {
    font-size: 52px;
    padding-top: 1px;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 auto;
    white-space: pre-wrap;
    overflow: inherit;
    text-align: center;
}
.under main #top_info .top_ttl span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    font-weight: bold;
    line-height: 1.5em;
    color: #607d32;
    padding: 31px 72px 36px 71px;
    border-radius: 20px;
    letter-spacing: 0.05em;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin: 12px 0 60px;
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 500;
	
}
.under main #topic_path li:not(:last-child)::after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 13px 0 15px;
    top: -2px;
    pointer-events: none;
    background: url('../images/ic_topic.png') center /cover no-repeat;
    width: 7px;
    height: 12px;
	
}
.under main #topic_path li a {
    color: #607d32;
	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 10px 15px
}
.under main .list_anchor:last-child {
    margin-bottom: -15px;
}
.under main .sub_txt {
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 90px;
}
.under main .sub_txt:last-child {
    margin-bottom: 0;
}
.under main .org {
    color: #fda134;
}
.under main .underline {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--mcolor);
    margin-bottom: 10px;
}
.under main .underline_big {
    font-size: 18px;
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td, .under main table td.td_top01 {
    vertical-align: top
}
.under main table.tb_fix {
    table-layout: fixed;
}
.under main table {
    margin-bottom: 30px;
    border-collapse: separate;
    border-color: #607d32;
    border: none;
}
.under main table.mailform th, .under main table th {
    background: #607d32;
    color: #fff;
    font-weight: bold;
    border-color: #fff;
    border-right-color: #fff;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.under main table tr th {
    border-bottom-color: #fff;
}
.under main table th.bg2 {
    background: #ebf2d8;
    color: #607d32;
    border-bottom: 1px solid #607d32;
}
.under main table.mailform th span {
    color: #fff
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    background: #fff;
    border-color: #607d32;
}
.under main table th, .under main table td {
    padding: 14px 22px;
    border-right: none;
    border-top: none;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table tr:last-child th {
    border-bottom: none;
}
.under main table.tb1 > tr > th {
    border-right: none;
    border-left: none;
}
.under main table.tb1 tr th:nth-of-type(2) {
    border-left: none;
}
.under main table tr th:first-child, .under main table tr th:first-child {
    border-left-color: #607d32;
}
.under main table tr:first-child td:first-child, .under main table tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
}
.under main table tr:first-child th:last-child {
    border-radius: 0 20px 0 0;
    border-right-color: #607d32;
}
.under main table tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
}
.under main table tr:last-child td:first-child, .under main table tr:last-child th:first-child {
    border-radius: 0 0 0 20px;
}
.under main table tr:last-child th:last-child, .under main table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}
.under main table tr:first-child th, .under main table tr:first-child td {
    border-top: 1px solid #607d32;
}
.under main table tr th:last-child, .under main table tr td:last-child {
    border-right: 1px solid #607d32;
}
.under main table tr td.bdrn {
    border-right: none;
}
.under main table tr:last-child th.bg2:first-child {
    border-bottom: 1px solid #607d32;
}
.under main table tr:last-child th.bd_none {
    border-radius: 0;
}
.under main table.th_border tr th:first-child, .under main table.th_border tr th {
    border-left: 1px solid #fff;
}
.under main table th.bd_none {
    border-left: none;
}
.under main table th.radius {
    border-radius: 0 0 0 20px
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li, .under main .list03 {
    display: block;
    padding-left: 18px;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.under main .list01 li a {
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
}
.under main .list01 li.fwb {
    font-weight: bold;
}
.under main .list03 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.under main .list03 a {
	position: relative;
	margin-left: -15px;
	padding-left: 15px;
}
.under main .list03.mb0 {
    margin-bottom: 0;
}
.under main .list_big li {
    font-size: 180%;
}
.under main .list01.list_none li {
    padding-left: 0;
}
.under main .list_none li::before {
    display: none;
}
.under main .list01 li::before, .under main .list03::before {
    background: #e0ca4f;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
    border-radius: 50%;
}
.under main .frame01 .list01 li.style01::before, .under main .list03::before {
    top: 18px;
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 38px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333;
}
.under main .list02 li::before {
    content: counter(li, decimal-leading-zero) ". ";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 1px;
    color: #607d32;
    font-family: var(--f-en);
    font-size: 22px;
    font-weight: bold;
    pointer-events: none;
}
.under main .list02 li.none {
    padding-left: 0;
}
.under main .list02 li.none::before {
    display: none;
}
/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}
.under main .list_check li {
    display: block;
    padding-left: 28px;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 0.1em;
}
.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 16px;
    height: 16px;
}
/* LIST FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}
.under main .list_faq dl {
    background: #FFF;
    padding: 15px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px
}
.under main .list_faq dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    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;
    padding-bottom: 5px;
    flex-shrink: 0;
}
.under main .list_faq dd {
    position: relative;
    padding-left: 50px;
    min-height: 62px
}
.under main .list_faq dd span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--mcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    flex-shrink: 0;
}
/* LIST STEP */
.under main .list_step dl {
    margin-bottom: 35px;
    padding-bottom: 50px;
    position: relative;
}
.under main .list_step dl:not(:last-child)::before {
    background: url('../images/ic-step.png') center /cover no-repeat;
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 40px);
    content: '';
}
.under main .list_step dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}
.under main .list_step dt {
    background: var(--mcolor);
    color: #fff;
    font-weight: 500;
    padding: 10px;
}
.under main .list_step dd {
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
/* LIST LINK FOOTER */
.under main .list_link {}
.under main .list_link li {
    padding-left: 0;
}
.under main .list_link li a {
    padding-left: 22px;
    position: relative;
    z-index: 2;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 25px;
    background: #dce6bb;
    margin-bottom: 30px;
    border: 2px solid #b7c69d;
    border-radius: 20px;
}
.under main .frame01.mb10 {
    margin-bottom: 10px;
}
.under main .frame01.bg2 {
    background: var(--mcolor);
    border-color: var(--scolor);
    color: #fff;
    margin-bottom: 10px;
}
/* FRAME 02 */
.under main .frame02 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    margin-bottom: 50px;
}
/* FRAME PICKUP */
.under main .frame_pick {
    margin-bottom: 120px;
    position: relative;
    padding: 125px 0 100px;
}
.under main .frame_pick::before {
    background: #edede5;
    width: 100vw;
    min-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    z-index: -1;
}
.under main .frame_pick_ct {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 96px 80px 72px 65px;
}
.under main .frame_pick_ct::before {
    width: 380px;
    height: 290px;
    position: absolute;
    top: 38px;
    right: 40px;
    content: '';
    z-index: 0;
    pointer-events: none;
}
.under main .frame_pick_ct::after {
    width: 180px;
    height: 112px;
    position: absolute;
    bottom: -26px;
    left: -122px;
    content: '';
    z-index: 2;
}
.under main .frame_pick_ct .en {
    font-size: 36px;
    color: #fdde34;
    font-weight: bold;
    font-family: var(--en);
    letter-spacing: 0.1em;
    line-height: 1em;
    width: 300px;
    height: 70px;
    background: #235a21;
    border-radius: 35px;
    position: absolute;
    top: -19px;
    left: calc(50% - 153px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.under main .frame_pick_ct .en::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 15px 0px 15px;
    border-color: #235a21 transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 15px);
}
.under main .frame_pick_ct .pick_ttl {
    color: #235a21;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.78em;
    text-align: center;
    margin-bottom: 18px;
}
/* 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;
}
/* ===========  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
}
/* 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, .under main .section02:last-child {
    margin-bottom: 0
}
.under main p {
    letter-spacing: 0.055em;
}
.under main .box_un {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
}
.under main .style01 {
    color: var(--mcolor);
    font-weight: bold;
    font-size: 22px;
}
.under main .section02 {
    margin-bottom: 70px;
}
.under main .fwb {
    font-weight: bold
}
.under main .style02 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.under main .bnr01 {
    display: flex;
    padding: 15px;
    background: #ece793;
}
.under main .bnr01 li {
    flex: 1;
    height: 120px;
    background: var(--mcolor);
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}
.under main .bnr01 li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.under main .bnr01 li:not(:last-child) {
    margin-right: 20px;
}
.under main .un_map iframe {
    width: 100%;
}
.under main .link01, .under main .ttl_indent01 ,.under main .txt_in{
    display: flex;
}
.under main .link01 .txt, .under main .ttl_indent01 .num,.under main .txt_in .tt {
    flex-shrink: 0;
}
.under main .ttl_indent01 .num {
    margin-right: 5px;
}
.under main .ttl_indent01 .num .txt,.under main .txt_in .txt {
    flex-grow: 1;
}
.under main .pl01 {
    padding-left: 26px;
}
.under main .lg_txt {
    font-size: 18px;
}
.bor01 {
    border: 1px #ddd solid;
    background: #fff;
}
.under main .x_big {
    font-size: 24px;
}
.under main .underline01 {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.under main .step_tt01 {
    background: var(--scolor);
    color: #fff;
    padding: 0px 20px;
    text-align: center;
    position: relative;
    top: 20px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
    min-width: 300px;
    border-radius: 10px;
}
.under main .box_step {
    display: flex;
}
.under main .box_step_sub {
    background: #fff;
    border: 1px var(--scolor) solid;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}
.under main .box_step_sub, .under main .box_step_sub .num {
    display: flex;
    align-items: center;
}
.under main .box_step_sub .num {
    width: 30px;
    height: 30px;
    border: 1px var(--scolor) solid;
    background: var(--scolor);
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    padding-bottom: 0px;
    margin-right: 15px;
    flex-shrink: 0;
    padding-left: 3px;
}
.under main .box_step_sub:not(:last-of-type):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid var(--scolor);
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
}
.under main .box_step_sub:not(:nth-of-type(5)):before {
    width: 30px;
    height: 20px;
    background: var(--scolor);
}
.under main .box_step {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 60px 40px;
    background: #dce6bb;
    border-radius: 20px;
    margin-bottom: 50px;
}
.under main .box_step_r {
    position: relative;
}
.under main .step_note {
    position: absolute;
    border-left: 3px var(--mcolor) solid;
    left: 20px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.under main .step_note span {
    background: #dbd577;
    width: 92px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 10px;
}
.under main .step_note.note01 {
    height: 133px;
    top: 25px;
}
.under main .step_note.note02 {
    height: 60px;
    top: 165px;
}
.under main .step_note.note03 {
    height: 64px;
    top: 231px;
}
.under main .step_note:before, .under main .step_note:after {
    position: absolute;
    content: "";
    left: -12px;
}
.under main .step_note:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 12px solid var(--mcolor);
    border-top: 0;
    top: -2px;
}
.under main .step_note:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid var(--mcolor);
    border-bottom: 0;
    bottom: -2px;
}
.under main .box_step_l {
    width: 560px;
}
.red01 {
    color: #f00;
}
.under .pl02 {
    padding-left: 14px;
}
.under .box_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*    max-width: 1000px;*/
    margin: 0 auto -20px;
    position: relative;
}
.under .box_btn .btn a {
    width: 320px;
    text-align: center;
}
.under .box_btn p {
    margin: 0 10px 20px;
}
.under main .fs_big {
    font-size: 125%;
}
.under main .img_bd {
    margin-bottom: 38px;
}
.under main .img_bd img {
    border-radius: 40px;
}
.under main .block_report_graph {
    margin-bottom: 30px;
    height: 600px;
}
.under main .frame_bg2 {
    background: var(--mcolor);
    color: #fff;
}
.under main .frame_bg2.mb10 {
    margin-bottom: 10px;
}
.policy_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    max-height: 395px;
    overflow: auto;
    color: #333;
}
.under main .con_cta {
    margin: 80px 0 80px;
}
.under main .btn a {
    line-height: 1.3;
}