.under main {
}
.under footer {
	margin-top: 120px;
}
/*==========================================================
                        C U S T O M
==========================================================*/
.under main .image_l {
    float: left;
    margin: 0 20px 0 0
}
.under main .image_r {
    float: right;
    margin: 0 0 0 20px
}
/* 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
}
.under main .mb100 {
    margin-bottom: 100px
}
.under main .mb120 {
    margin-bottom: 120px
}
.under main .mb150 {
    margin-bottom: 150px
}
/* 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
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main .wp_content h3, .under main .wp_content h4, .under main .wp_content h5, .under main .wp_content h6 {
    font-weight: bold;
    margin-bottom: 30px;
}
.under main h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.under main h3, .under main .wp_content h3 {
    font-size: 38px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 33px;
    color: #000000;
}
.under main h3::before {
    width: 80px;
    height: 2px;
    background: var(--mcolor);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.under main h4, .under main .wp_content h4 {
    font-size: 34px;
    line-height: 1.5em;
}
.under main h5, .under main .wp_content h5 {
    font-size: 28px;
    color: var(--mcolor);
    border-bottom: 1px solid var(--mcolor);
    padding-bottom: 6px;
    margin-bottom: 25px;
}
.under main h6, .under main .wp_content h6 {
    font-size: 24px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
}
.under main h6::before {
    width: 2px;
    height: calc(100% - 10px);
    top: 7px;
    left: 0;
    content: '';
    background: var(--mcolor);
    position: absolute;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 80px 0;
}
.under main section {
    padding: 0 0 110px;
    margin-bottom: 0
}
.under main section:last-child {
    padding: 0
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 3px;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    background: url('../images/top_info_bg.jpg') top left repeat;
}
.under main #top_info .inner {
    padding-left: 296px;
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.under main #top_info .en {
    font-size: 18px;
    color: var(--mcolor);
    font-weight: bold;
    letter-spacing: 0.175em;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: capitalize;
}
.under main #top_info .ja {
    font-size: 46px;
    color: var(--mcolor);
    letter-spacing: 0;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 95px
}
.under main #topic_path ul {
    display: block;
    padding: 13px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
    font-size: 14px;
}
.under main #topic_path li:not(:last-child)::after {
    content: ">";
    position: relative;
    display: inline-block;
    margin: 0 1px 0 3px;
    top: 1px;
    pointer-events: none;
    font-size: 15px;
    color: var(--txt);
}
.under main #topic_path li {
    color: var(--mcolor);
}
.under main #topic_path li a {
    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: 50px;
    margin-top: 50px;
}
.under main .list_anchor .u_btn {
    margin: 0 10px 15px;
    width: 300px;
}
.under main .list_anchor .u_btn.active a {
    color: var(--mcolor);
    background: #fff;
    pointer-events: none;
}
.under main .list_anchor .u_btn.active a::before {
    border-color: transparent transparent transparent var(--mcolor);
}
.under main .list_anchor .u_btn a {
    width: 100%;
}
.under main .under_main {}
.under main .under_main .inner {
    position: relative;
    width: 1460px;
    max-width: 100%;
}
.under main .under_anc {
    position: absolute;
    left: calc(50% - 700px);
    top: -200px;
    background: #fff;
    z-index: 10;
    width: 300px;
    padding: 11px 10px 10px 10px;
}
.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-weight: bold;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 11px;
}
.under main .under_anc ul {}
.under main .under_anc li:not(:last-child) {
    margin-bottom: 2px;
}
.under main .under_anc li a {
    font-weight: 400;
    position: relative;
    letter-spacing: 0em;
    padding: 7px 5px 9px 9px;
    display: block;
    line-height: 1.333em;
    color: #fff;
    background: var(--mcolor);
    border: 1px solid var(--mcolor);
    font-size: 15px;
}
.under main .under_anc li.active a, .under main .under_anc li a:hover {
    color: var(--mcolor);
    background: #fff;
}
.under main .under_anc li.active a {
    cursor: default;
    pointer-events: none;
}
.under main .list_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.under main .list_btn .u_btn {
    margin: 0 20px 20px
}
.under main .u_btn {}
.under main .u_btn a {
    background: var(--mcolor);
    width: 420px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border: 2px solid var(--mcolor);
    transition: all ease 0.3s;
    border-radius: 999px;
    line-height: 1.5em;
    padding: 5px;
}
.under main .u_btn a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0px 3px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    transition: all ease 0.3s;
}
.under main .u_btn.center a {
    margin-left: auto;
    margin-right: auto;
}
/*==========================================================
                        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 th {
    background: var(--mcolor);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 9px 10px;
    border-color: #888;
}
.under main table.th_bg2 th, .under main table th.bg2 {
    background: var(--scolor);
}
.under main table td {
    background: #fff;
    padding: 15px;
    border-color: #888;
}
.box_contact th p {
	font-weight: 500;
}
.under main table td.bg1 {
    text-align: center;
    font-weight: bold;
	vertical-align: middle;
}
.under main table td.bg1, .under main table td.bg3 {
    background: #f7f7f7;
}
.under main table img {
    display: block;
    margin: auto;
}

.under main table.bd_none td{
    border: none;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01, .under main .wp_content ul {
    margin-bottom: 30px;
}
.under main .list01 li, .under main .wp_content ul li {
    display: block;
    padding-left: 16px;
    margin-bottom: 8px;
    position: relative;
}
.under main .list_step .list01 li {
    color: #000;
}
.under main .list01 li::before, .under main .wp_content ul li::before {
    background: var(--mcolor);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 13px;
    left: 0;
    content: '';
    border-radius: 50%;
}
.under main .list01.mb10 {
    margin-bottom: 10px;
}
/* LIST 02 */
.under main .list02, .under main .wp_content ol {
    margin-bottom: 30px;
}
.under main .list02 li, .under main .wp_content ol li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.under main .list02 li::before, .under main .wp_content 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: 5px;
    background-color: var(--mcolor);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
    padding: 0 0 1px 1px;
}
.wp_content del {
	text-decoration: line-through;
}
/* 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 FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}
.under main .list_faq dl {
    margin-bottom: 30px;
    border-bottom: 1px solid #888;
    padding-bottom: 0px;
}
.under main .list_faq dt {
    position: relative;
    font-size: 18px;
    font-weight:500;
    line-height: 1.5em;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    background: var(--scolor);
    color: #fff;
    padding: 10px;
}
.under main .list_faq dd {
    position: relative;
    padding-left: 66px;
    min-height: 62px;
    line-height: 1.875em;
    padding-top: 22px;
    padding-bottom: 24px;
}
.under main .list_faq dd p:empty {
    display: none;
}
.under main .list_faq dt span, .under main .list_faq dd > div {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: #fad9cc;
    color: var(--scolor);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 24px;
}
.under main .list_faq dd > div {
    position: absolute;
    top: 20px;
    left: 10px;
    color: #fff;
    background: #e54100;
    padding-bottom: 2px;
}
/* LIST STEP */
.under main .list_step dl {
    margin-bottom: 100px;
    padding: 37px 40px 40px;
    position: relative;
    background: var(--mcolor);
}
.under main .list_step dl:not(:last-child)::before {
    position: absolute;
    bottom: -80px;
    left: calc(50% - 150px);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 150px 0px 150px;
    border-color: #fce0d3 transparent transparent transparent;
}
.under main .list_step dl .sec_contact_group.contact_com .contact_tel {
	background: #efefef;
}
.under main .list_step dl:last-child {
    margin-bottom: 0
}
.under main .list_step dt {
    background: var(--mcolor);
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.333em;
    color: #fff;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
}
.under main .list_step dt span {
    background: #fce0d3;
    color: var(--mcolor);
    font-size: 26px;
    line-height: 1em;
    padding: 7px 10px 7px;
    margin-right: 25px;
    flex-shrink: 0;
    position: relative;
    top: 3px;
}
.under main .list_step dd {
    padding: 30px 30px 28px;
    background: #fff;
}
.under main .list_step dd .label {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--scolor);
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
}
.under main .list_step dd .label span {
    display: flex;
    margin-right: 16px;
    background: var(--scolor);
    color: #fff;
    flex-shrink: 0;
    font-size: 16px;
    height: 34px;
    align-items: center;
    letter-spacing: 0;
    padding: 7px 12px 9px 11px;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    background: #f7f7f7;
    padding: 35px 40px;
    margin-bottom: 50px;
}
.under main .frame01.mb30 {
	margin-bottom: 30px;
}
/* FRAME PICKUP */
.under main .frame_pick {
    padding: 40px;
    margin-bottom: 50px;
    background: #e54100;
}
.under main .frame_pick .pick_ttl {
    color: #fff;
    font-size: 30px;
    line-height: 1.333em;
    position: relative;
    padding-left: 110px;
    font-weight: 500;
    margin-bottom: 30px;
    min-height: 80px;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.under main .frame_pick .pick_ttl span {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #e54100;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background: #fad9cc;
    line-height: 1.15em;
    flex-shrink: 0;
}
.under main .frame_pick .pick_content {
    background: #fff;
    padding: 35px 40px;
}
/* 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;
}
/* ===========  WP DETAIL ===========  */
.under main .wp_content p a {
    text-decoration: underline;
    color: var(--blue);
}
.under main .wp_content .img img {
    max-height: 400px;
    max-width: 600px;
}
.under main .wp_content .aligncenter {
    margin: 0 auto 25px;
    display: table;
}
.under main .wp_content .infor_page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.under main .wp_content .cate {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--mcolor);
    color: #fff;
    margin-right: 20px;
}
.under main .wp_content .date {
    font-size: 18px;
    font-weight: bold;
}
.under main .wp_content .image_l {
    width: 500px;
    max-width: 100%;
}
.under main .case_btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.under main .case_btn .nextPage {
    position: absolute;
    top: 0;
    left: 0;
}
.under main .case_btn .prevPage {
    position: absolute;
    top: 0;
    right: 0;
}
.under main .case_btn .nextPage a::before {
    transform: rotate(180deg);
    right: inherit;
    left: 15px;
}
.under main .case_btn .btn_back a::before {
    display: none;
}
/* ===========  CASE ===========  */
.under main .list_case {
    display: flex;
    flex-wrap: wrap;
}
.under main .list_case li {
    width: 360px;
    margin: 0 45px 45px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.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 .cate{
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 0px 10px;
    background: var(--mcolor);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    z-index: 5;
    position: absolute;
}
.under main .list_case li .img {
    height: 240px;
}
.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 .u_btn {
    margin-top: auto;
}
.under main .list_case li .u_btn a {
    width: 200px;
    min-height: 50px;
    margin-left: auto;
    max-width: 100%;
}
.under main .post_ttl01 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
/* ===========  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;
}
/* ===========  CONTACT WP ===========  */
.under main .step_contact {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.under main .step_contact li {
    width: 240px;
    margin-right: 50px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    background: var(--gray);
    font-size: 20px;
    line-height: 1.5em;
}
.under main .step_contact li:last-child {
    margin-right: 0;
}
.under main .step_contact li::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0px 40px 30px;
    border-color: transparent transparent transparent var(--gray);
    position: absolute;
    top: 0;
    right: -30px;
}
.under main .step_contact li.active {
    background: var(--mcolor);
    color: #fff;
}
.under main .step_contact li.active::before {
    border-color: transparent transparent transparent var(--mcolor)
}
.under main .step_contact li span {
    font-weight: bold;
    font-size: 110%;
}
.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;
    width: 100% !important;
    max-height: 600px;
	border: 1px #ccc solid;
}
.btn_contact, .back-btn {
    appearance: none;
    -webkit-appearance: none;
    border: 1px var(--mcolor) solid;
    width: 300px;
    height: 60px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--mcolor);
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-con-arrow {
    display: table;
    position: relative;
    margin: 0 auto;
}
.btn-con-arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #fff;
    right: 15px;
    top: calc(50% - 2px);
    transition: all ease 0.3s;
    z-index: 9;
}
.back-btn {
    background: #333;
    border-color: #333;
}
.btn-con-arrow.back::before {
    transform: scaleX(-1);
    left: 15px;
    right: auto;
}
#confirm .btn_contact_w {
    max-width: 700px;
    margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.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: var(--mcolor);
    border-color: var(--mcolor);
}
.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;
}
.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 #ccc solid;
    padding: 7px 5px 5px;
}
.under main .input02, .select01 {
    width: 300px;
    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: #fff;
    color: #d0111b;
    font-size: 11px;
    font-weight: 500;
    float: right;
    padding: 1px 5px 2px;
    border-radius: 3px;
    line-height: 1.7;
    margin-left: auto;
    position: relative;
    top: 8px;
}
.under main .must1.must_line {
	top: -9px;
}
.under main .box-check01 .wpcf7-list-item {
    border: dashed 1px #CCCCCC;
    padding: 7px 10px 5px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}
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;
}
.under main .box_contact table th > p {
    text-align: left;
}
.under main .box_contact table th.th_center > p {
    text-align: center;
}
.full_content .u_outer, .full_content .u_outer .under_content, #confirm .u_outer, #contact .u_outer, #thanks .u_outer, #confirm .u_outer .under_content, #contact .u_outer .under_content, #thanks .u_outer .under_content, #confirm main #topic_path, #contact main #topic_path, #thanks main #topic_path, .full_content main #topic_path {
    width: 100% !important;
}
.under main .un_contact {
	border: 1px #ddd solid;
    padding: 10px 10px 10px 35px;
    max-width: 935px;
    margin: 0 auto 20px;
    justify-content: space-between;
}

.under main .un_contact.sec_contact_group.contact_com > p:not(.contact_tel) > a, .under main .un_contact.sec_contact_group.contact_com .contact_tel {
    width: auto;
}
.under main .un_contact.sec_contact_group.contact_com .contact_line a {
    height: 160px;
    padding-right: 50px;
    background-position: left 50px center;
}
.under main .un_contact.sec_contact_group.contact_com .contact_line a .nor {
    font-weight: 400;
    font-size: 14px;
}
.under main .un_contact.sec_contact_group.contact_com > p > a .sm {
    font-size: 22px;
    letter-spacing: 0em;
    margin-bottom: 5px;
}
.under main .un_contact.sec_contact_group.contact_com .contact_tel .tt {
    font-weight: 700;
    font-size: 20px;
}
.under main .equal_height a {
    min-height: 95px;
}
.under main .con_bnr {
	width:100%;
	height: 250px;
	background: var(--mcolor);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 50px;
	margin-top: 110px;
}
.under main .con_bnr .img {
	position: absolute;
	right: 90px;
	bottom: 40px;
}
/* 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
}

.privacy .txt_link {text-align: center;margin-bottom: 10px;}
.privacy .txt_link a{color: var(--mcolor);}
.privacy .txt_link a:hover{text-decoration: underline;}
.privacy .txt_link a::after{display: inline-block;background: url('../images/arrow_up.svg') center /cover no-repeat;width: 13px;height: 13px;content: '';margin-left: 5px;margin-right: 10px;}
.privacy .txt_check {text-align: center;display: flex;justify-content: center;align-items: flex-start;margin-bottom: 0;}
.privacy .txt_check .must1{background: #d0111b;color: #fff;margin-left: 5px;top: 5px;}
.privacy .txt_check .wpcf7-form-control-wrap{border:dashed 1px #CCCCCC;padding-right: 5px;}
.privacy .txt_check .wpcf7-form-control-wrap:hover{background: #FFEE7C;}

.info_page main .list_anchor{justify-content: flex-start;}
.info_page main .list_anchor .u_btn{width: auto;margin:0 10px 10px 0}
.info_page main .list_anchor .u_btn a{min-height:inherit;padding: 5px 25px;font-size: 14px;}
.info_page main .list_anchor .u_btn a::before{right: 10px;}


.kaitori_only