<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* ä½¿ç”¨ã‚¯ãƒ©ã‚¹ä¸€è¦§
**/
@charset 'utf-8';
/*--------------------------------------
/*
/**
 * configration
 */
@media (min-width: 1080px) {
    :root {
        --main-color: #ca2922;
        --second-color: #f8b500;
        --second-alittle-light-color: #fff699;
        --second-light-color: #FEE799;
        --second-very-light-color: #FEF4D9;
        --third-color: #3366ff;
        --font-01: calc(100vw / 80 * 0.1);
        --font-02: calc(100vw / 80 * 0.2);
        --font-03: calc(100vw / 80 * 0.3);
        --font-04: calc(100vw / 80 * 0.4);
        --font-05: calc(100vw / 80 * 0.5);
        --font-06: calc(100vw / 80 * 0.6);
        --font-07: calc(100vw / 80 * 0.7);
        --font-075: calc(100vw / 80 * 0.75);
        --font-08: calc(100vw / 80 * 0.8);
        --font-085: calc(100vw / 80 * 0.85);
        --font-09: calc(100vw / 80 * 0.9);
        --font-10: calc(100vw / 80);
        --font-11: calc(100vw / 80 * 1.1);
        --font-12: calc(100vw / 80 * 1.2);
        --font-13: calc(100vw / 80 * 1.3);
        --font-14: calc(100vw / 80 * 1.4);
        --font-15: calc(100vw / 80 * 1.5);
        --font-16: calc(100vw / 80 * 1.6);
        --font-17: calc(100vw / 80 * 1.7);
        --font-18: calc(100vw / 80 * 1.8);
        --font-19: calc(100vw / 80 * 1.9);
        --font-20: calc(100vw / 80 * 2.0);
        --font-21: calc(100vw / 80 * 2.1);
        --font-22: calc(100vw / 80 * 2.2);
        --font-23: calc(100vw / 80 * 2.3);
        --font-24: calc(100vw / 80 * 2.4);
        --font-25: calc(100vw / 80 * 2.5);
        --font-26: calc(100vw / 80 * 2.6);
        --font-27: calc(100vw / 80 * 2.7);
        --font-28: calc(100vw / 80 * 2.8);
        --font-29: calc(100vw / 80 * 2.9);
        --font-30: calc(100vw / 80 * 3.0);
        --font-31: calc(100vw / 80 * 3.1);
        --font-32: calc(100vw / 80 * 3.2);
        --font-33: calc(100vw / 80 * 3.3);
        --font-34: calc(100vw / 80 * 3.4);
        --font-35: calc(100vw / 80 * 3.5);
    }
}

@media screen and (min-width: 640px) and (max-width: 1079px) {
    :root {
        --main-color: #ca2922;
        --second-color: #ffc204;
        --second-alittle-light-color: #fff699;
        --second-light-color: #FEE799;
        --second-very-light-color: #FEF4D9;
        --third-color: #3366ff;
        --font-01: calc(100vw / 66.4 * 0.1);
        --font-02: calc(100vw / 66.4 * 0.2);
        --font-03: calc(100vw / 66.4 * 0.3);
        --font-04: calc(100vw / 66.4 * 0.4);
        --font-05: calc(100vw / 66.4 * 0.5);
        --font-06: calc(100vw / 66.4 * 0.6);
        --font-07: calc(100vw / 66.4 * 0.7);
        --font-075: calc(100vw / 66.4 * 0.75);
        --font-08: calc(100vw / 66.4 * 0.8);
        --font-085: calc(100vw / 66.4 * 0.85);
        --font-09: calc(100vw / 66.4 * 0.9);
        --font-10: calc(100vw / 66.4);
        --font-11: calc(100vw / 66.4 * 1.1);
        --font-12: calc(100vw / 66.4 * 1.2);
        --font-13: calc(100vw / 66.4 * 1.3);
        --font-14: calc(100vw / 66.4 * 1.4);
        --font-15: calc(100vw / 66.4 * 1.5);
        --font-16: calc(100vw / 66.4 * 1.6);
        --font-17: calc(100vw / 66.4 * 1.7);
        --font-18: calc(100vw / 66.4 * 1.8);
        --font-19: calc(100vw / 66.4 * 1.9);
        --font-20: calc(100vw / 66.4 * 2.0);
        --font-21: calc(100vw / 66.4 * 2.1);
        --font-22: calc(100vw / 66.4 * 2.2);
        --font-23: calc(100vw / 66.4 * 2.3);
        --font-24: calc(100vw / 66.4 * 2.4);
        --font-25: calc(100vw / 66.4 * 2.5);
        --font-26: calc(100vw / 66.4 * 2.6);
        --font-27: calc(100vw / 66.4 * 2.7);
        --font-28: calc(100vw / 66.4 * 2.8);
        --font-29: calc(100vw / 66.4 * 2.9);
        --font-30: calc(100vw / 66.4 * 3.0);
        --font-31: calc(100vw / 66.4 * 3.1);
        --font-32: calc(100vw / 66.4 * 3.2);
        --font-33: calc(100vw / 66.4 * 3.3);
        --font-34: calc(100vw / 66.4 * 3.4);
        --font-35: calc(100vw / 66.4 * 3.5);
    }
}
@media (max-width: 639px) {
    :root {
        --main-color: #ca2922;
        --second-color: #ffc204;
        --second-alittle-light-color: #fff699;
        --second-light-color: #FEE799;
        --second-very-light-color: #FEF4D9;
        --third-color: #3366ff;
        --font-01: calc(100vw / 35 * 0.1);
        --font-02: calc(100vw / 35 * 0.2);
        --font-03: calc(100vw / 35 * 0.3);
        --font-04: calc(100vw / 35 * 0.4);
        --font-05: calc(100vw / 35 * 0.5);
        --font-06: calc(100vw / 35 * 0.6);
        --font-07: calc(100vw / 35 * 0.7);
        --font-075: calc(100vw / 35 * 0.75);
        --font-08: calc(100vw / 35 * 0.8);
        --font-085: calc(100vw / 35 * 0.85);
        --font-09: calc(100vw / 35 * 0.9);
        --font-10: calc(100vw / 35);
        --font-11: calc(100vw / 35 * 1.1);
        --font-12: calc(100vw / 35 * 1.2);
        --font-13: calc(100vw / 35 * 1.3);
        --font-14: calc(100vw / 35 * 1.4);
        --font-15: calc(100vw / 35 * 1.5);
        --font-16: calc(100vw / 35 * 1.6);
        --font-17: calc(100vw / 35 * 1.7);
        --font-18: calc(100vw / 35 * 1.8);
        --font-19: calc(100vw / 35 * 1.9);
        --font-20: calc(100vw / 35 * 2.0);
        --font-21: calc(100vw / 35 * 2.1);
        --font-22: calc(100vw / 35 * 2.2);
        --font-23: calc(100vw / 35 * 2.3);
        --font-24: calc(100vw / 35 * 2.4);
        --font-25: calc(100vw / 35 * 2.5);
        --font-26: calc(100vw / 35 * 2.6);
        --font-27: calc(100vw / 35 * 2.7);
        --font-28: calc(100vw / 35 * 2.8);
        --font-29: calc(100vw / 35 * 2.9);
        --font-30: calc(100vw / 35 * 3.0);
        --font-31: calc(100vw / 35 * 3.1);
        --font-32: calc(100vw / 35 * 3.2);
        --font-33: calc(100vw / 35 * 3.3);
        --font-34: calc(100vw / 35 * 3.4);
        --font-35: calc(100vw / 35 * 3.5);
        --font-36: calc(100vw / 35 * 3.6);
        --font-37: calc(100vw / 35 * 3.7);
        --font-38: calc(100vw / 35 * 3.8);
        --font-39: calc(100vw / 35 * 3.9);
        --font-40: calc(100vw / 35 * 4.0);
    }
}


/**
 * base style
 */
 *
 *---------------------------------------/
/*******
 * PC
 *******/
 



 .base_form__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin: 4rem 0 1rem;
}
.base_form__flow &gt; li {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}
.base_form__flow &gt; li:last-child {
    margin-right: 0;
}
.base_form__flow &gt; li .base_form__flow_icon {
    font-family: 'Roboto', 'Montserrat', sans-serif;
    font-size: var(--font-11);
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.5rem;
    color: #fff;
    background: var(--second-color);
    margin: 0 auto 1rem;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.base_form__flow &gt; li .base_form__flow_icon::before {
    content: "";
    border: solid transparent;
    border-width: 6px;
    border-top-color: var(--second-color);
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.base_form__flow_li--active .base_form__flow_icon {
    background-color: var(--main-color) !important;
}
.base_form__flow_li--active .base_form__flow_icon::before {
    border-top-color: var(--main-color) !important;
}
.base_form__flow &gt; li dl {
    padding: 1rem 1rem 1rem 2.5rem;
    margin: 0;
    background-color: rgb(186 186 186);
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.base_form__flow &gt; li:first-child dl {
    padding-left: 1rem;
}
.base_form__flow &gt; li:not(:first-child) dl::before {
    content: "";
    width: 27px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom left, transparent 50%, rgb(255 255 255) 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, rgb(255 255 255) 50%) bottom left / 100% 51% no-repeat;
}
.base_form__flow &gt; li:not(:last-child) dl::after {
    content: "";
    width: 27px;
    height: 100%;
    right: -27px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom left, transparent 50%, rgb(186 186 186) 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, rgb(186 186 186) 50%) bottom left / 100% 51% no-repeat;
    z-index: 1;
}
.base_form__flow &gt; li dl dt {
    font-size: var(--font-12);
    font-weight: normal;
    color: #fff;
    /* flex-basis: 20%; */
    text-align: center;
}
.base_form__flow &gt; li dl dd {
    margin-top: 1vh;
}

.base_form__flow_li--active dl {
    background-color: var(--main-color) !important;
}
.base_form__flow_li--active dl::after {
    background: linear-gradient(to bottom left, transparent 50%, var(--main-color) 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, var(--main-color) 50%) bottom left / 100% 51% no-repeat  !important;
}
.base_form__lead {
    font-size: var(--font-10);
    text-align: center;
}
.base_form__lead--error {
    padding: 5rem 0 !important;
}
.base_form__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 12rem;
    margin: auto;
    opacity: .25;
}
.base_form__lead span {
    color: var(--main-color);
    font-size: var(--font-12);
    font-weight: 500;
    margin: 0 .5rem;
}

.base_form__section_title {
    background-color: var(--main-color);
    color: #fff;
    font-size: var(--font-11);
    text-align: center;
    padding: .3rem 1rem;
    margin: 0;
    width: 100%;
}
.base_form__text_small {
    color: #555;
    font-size: var(--font-06);
    margin-top: .5rem;
}

.base_form__dl, .base_form__dl_option {
    background-color: #eee;
    margin-bottom: 1rem;
    padding: .5rem 5%;
    display: flex;
    flex-wrap: wrap;
}
.base_form__request_date {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: baseline !important;
}
.base_form__request_date div {
    display: flex;
    align-items: center;
}
.base_form__request_date p {
    font-size: var(--font-07);
    color: #555;
}
.base_form__dt__txt {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}
.base_form__dt__txt div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.base_form__dt__txt p {
    font-size: var(--font-08);
    color: #555;
}
.base_form__dl dt, .base_form__dl dd {
    padding: .4rem;
}
.base_form__dl dt {
    /* color: #2e335f; */
    font-size: var(--font-09);
    font-weight: 500;
    padding: 0;
    flex-basis: 25%;
    border-top: 1px solid #dad9d6;
    display: flex;
    align-items: center;
}
.base_form__dl dt .required {
    /* content: "å¿…é&nbsp;ˆ"; */
    display: inline-block;
    white-space: nowrap;
    margin-left: 0.5rem;
    color: #222;
    font-size: var(--font-06);
    font-weight: normal;
    padding: 0 0.5rem;
    background: var(--second-color);
    border-radius: 5px;
}
.base_form__dl dt .optional {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-left: 0.5rem;
    color: #fff;
    font-size: var(--font-06);
    font-weight: normal;
    padding: 0 0.5rem;
    background: #999;
    border-radius: 5px;
}
.base_form__dl input.__validate_texts_date{
    background-color: #fff;
}

.lp_request_document__dd {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}
.lp_request_document__dd label:last-child {
    margin-bottom: 0;
}
.base_form__dl dd {
    font-size: var(--font-08);
    border-top: 1px solid #dad9d6;
    flex-basis: 73%;
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap; */
}
.base_form__dl dd.flexStandard {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height:140px;
}

.base_form__dl dt:first-child, .base_form__dl dd:nth-child(2) {
    border: none;
}
.base_form__dl dd label {
    display: block;
    width: 100%;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    margin-bottom: .2rem;
}
.base_form__dl_checkbox {
    margin-right: 1rem;
}
.base_form__dl input, .base_form__dl  select, .base_form__dl textarea {
    background-color: #fff;
    padding: .4rem;
}
form input:invalid, form textarea:invalid, form select:invalid, form input[type=checkbox]:invalid, form input[type=radio]:invalid {
    background-color: #ffe2e1;
}
form input:valid, form textarea:valid, form select:valid, form input[type=checkbox]:valid, form input[type=radio]:valid {
    background-color: #fff;
}
.base_form__dl input[type=checkbox], .base_form__dl input[type=radio] {
    margin-right: .5rem;
}
.base_form__dl input[type=checkbox] {
    transform: scale(1.6);
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.base_form__dl input[type="text"], .base_form__dl input[type="email"], .base_form__dl textarea {
    font-size: var(--font-07);
    width: 100%;
}
.base_form__dl--w15p {
    width: 15% !important;
}
.base_form__dl--w20p {
    width: 20% !important;
}
.base_form__dl--w30p {
    width: 30% !important;
}
.base_form__dl dd &gt; input + label {
    margin-top: .7rem;
}
.base_form__dl_inner {
    margin-bottom: .5rem;
}
.base_form__dl .base_form__dl_label {
    background-color: #d1d1d1;
    font-size: var(--font-06);
    color: #222;
    padding: 0.1rem 0.3rem;
    display: inline-block;
    margin: .3rem 0 0;
}
.base_form__dl label:hover {
    cursor: pointer;
}
/* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ä¸‹è¨˜ã‚ªãƒ—ã‚·ãƒ§ãƒ³éƒ¨åˆ† */

.mwform-checkbox-field-text {
    font-size: var(--font-08);  
}
.base_form__dl_option {
    text-align: center;
}
.base_form__dl_option li {
    width: 100%;
}
.base_form__dl_option li label {
    display: inline-block;
    padding: .5rem;
}
.base_form__dl_option .required {
    /* content: "å¿…é&nbsp;ˆ"; */
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-left: 0.5rem;
    color: #222;
    font-size: var(--font-08);
    font-weight: normal;
    padding: 0 0.5rem;
    background: var(--second-color);
    border-radius: 5px;
}
.base_form__dl_option input[type=checkbox] {
    margin-bottom: 0.15rem;
}
.mw_wp_form .base_form__dl .horizontal-item + .horizontal-item {
    margin-left: 0;
}


form input::placeholder {
    color: #aaa;
}

.base_form__dl_buttons {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    margin-bottom: 1rem;
}
.base_form__dl_buttons button, .base_form__dl_buttons .button {
    transition: all .3s;
}
.base_form__dl_buttons button:hover, .base_form__dl_buttons .button:hover{
    box-shadow: 0 1px 1px 0px rgb(0 0 0 / 30%);
    transform: translateY(3px);
}

.base_form__dl_submit {
    background-color: #ca2922;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    padding: 1rem 2.5rem 1rem 1.5rem;
    min-width: 10rem;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    transition: all .3s;
    position: relative;
}
.inquiry .base_form__dl_submit,
.estimate .base_form__dl_submit,
.reserve .base_form__dl_submit{
    background-color: #2F853E;
    padding: 1rem 2.5rem;
}

.base_form__dl_buttons .button_wrap{
    margin-top: 1rem;
    position: relative;
}
.base_form__dl_buttons .button_wrap::after {
    content: "\f0a4";
    color: #fff;
    font-size: var(--font-15);
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    transition: all .1s;
}

.inquiry .base_form__dl_buttons .button_wrap::after,
.estimate .base_form__dl_buttons .button_wrap::after,
.reserve .base_form__dl_buttons .button_wrap::after{
    display: none;
}

.button_wrap:hover .base_form__dl_submit {
    background-color: #222;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
}
.button_wrap:hover::after {
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    transform: translateY(-46%);
}
.base_form__dl_back {
    background-color: #666;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    padding: 1rem 1.5rem 1rem 2.5rem;
    min-width: 10rem;
    margin-top: 1rem;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    transition: all .3s;
    position: relative;
}
.base_form__dl_back::before {
    content: "\f053";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1rem;
}

.base_form__dl_option label:hover {
    cursor: pointer;
}
/* ãƒ•ã‚¡ã‚¤ãƒ«ãƒªã‚¹ãƒˆéƒ¨åˆ† */
.base_form__list_tab {
    margin: 1rem 0;
    padding: 1rem 2rem;
    background-color: #ddd;
    display: flex;
    gap: 1.5rem;
}
.base_form__list_tab li {
    display: block;
    width: 100%;
    background-color: #222;
    border-radius: 5px;
}
.base_form__list_tab_link {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Jun 501', sans-serif;
    padding: 0.5rem;
    width: 100%;
    transition: all .3s;
    border-radius: 5px;
    cursor: pointer;
}
.base_form__list_tab_link:hover, .base_form__list_tab_link.js__active {
    background-color: var(--main-color);
}
.base_form__list_file {
    margin: 1rem 0;
}
.base_form__list_file li {
    margin: 0;
}
.base_form__list_file_title {
    font-size: var(--font-13);
    font-family: 'Jun 501', sans-serif;
    font-weight: 500;
    text-align: left;
    border-left: 1rem solid var(--main-color);
    padding: .5rem;
    margin-top: .5rem;
}
.base_form__list_file &gt; li &gt; div {
    margin-left: 2rem;
}
.base_form__list_file_detail {
    position: relative;
    display: block;
}
.base_form__list_file_detail + .base_form__list_file_detail {
    border-top: 1px solid #ddd;
}
.base_form__list_file_detail dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.base_form__list_file_detail dl:hover {
    cursor: pointer;
}
.base_form__list_file_detail dt {
    font-size: var(--font-08);
    padding: .5rem 1rem .5rem 2.5rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex-basis: 42rem;
}
.base_form__list_file_detail_title{
    font-family: 'Jun 501', sans-serif;
}
.base_form__list_file_detail_content{
    font-size: var(--font-07);
    color: #555;
    margin-top: .5rem;
}
.base_form__list_file_detail dd {
    flex-basis: 14rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.base_form__list_file_detail dd img {
    max-height: 7rem;
    width: auto;
    max-width: 100%;
}
.base_form__list_file_detail dd small {
    margin-bottom: 0.8rem;
    display: inline-block;
}
.base_form__list_file_detail input {
    position: absolute;
    top: 48%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    left: 1rem;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}
.base_form__list_file_detail input[type=checkbox], .base_form__dl_option input[type=checkbox] {
    transform: scale(1.8);
}
.base_form__list_file_detail input:checked + dl dt span {
    color: var(--main-color);
}
.base_form__list_file_detail dl:hover &gt; dt span {
    color: var(--main-color);

}
.base_form__list_file_detail dl:hover &gt; dd {
    opacity: .7;

}
.base_form__list_file label:hover {
    cursor: pointer;
}
.base_form__list_file_detail img {
    margin: .3rem 0;
}

.base_form__list_file_detail .mwform-checkbox-field-text {
    display: none;
}

.base_form__inner_datetime {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2rem;
    align-items: center;
    margin-bottom: 1rem;
}
.base_form__inner_datetime_title {
    background-color: #dad9d6;
    border-radius: 5px;
    padding: 0.5rem;
    font-size: var(--font-08);
}
.base_form__inner_datetime .base_form__inner_datetime_content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 1rem;
}
.base_form__inner_datetime_content &gt; div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: .3rem;
}
/* ä½æ‰€è‡ªå‹•å…¥åŠ›éƒ¨åˆ† */
button.zip-btn{
    padding: 5px 10px;
    border-radius: 5px;
    background: #2a2a2ac7;
    color: white;
    margin-left: 10px;
    font-size: 14px;
}

button.zip-btn:hover{
opacity: .9;
}



/* =====================================
    è³‡æ–™è«‹æ±‚ãƒšãƒ¼ã‚¸ã€€ä¸Šéƒ¨&lt;p&gt;è£…é£¾CSS
===================================== */
.document-request__p{
    margin-bottom: 2rem;
}
.document-request__ul{
    text-decoration-line: underline;
    text-decoration-color: var(--second-light-color);
    text-decoration-thickness: 10px;
    text-underline-offset: -4px;
}

/* =====================================
    LPå€‹åˆ¥ãƒ—ãƒ¬ã‚¼ãƒ³ãƒˆãƒšãƒ¼ã‚¸ï¼’ã‚«ãƒ©ãƒ&nbsp;CSS
===================================== */
/* ãƒ†ã‚­ã‚¹ãƒˆéƒ¨åˆ† */
.lp-single_present .text__main{
    max-width: 1150px;
    width: 60%;
    margin-right: 40%;
    padding-bottom: 3rem;
}

.lp-single_present .fv__img{
    width: 45%;
    text-align: center;
    margin: 0 auto;
}
.lp-single_present h1{
    font-size: 36px;
    line-height: 45px;
    padding-bottom: .5rem;
    width: 80%;
    margin: 0.5rem auto 0;
    font-weight: bold;
}
.lp-single_present h1 span{
    font-size: 24px;
    display: block;
}
.lp-single_present dl.text__outline{
    width: 80%;
    margin: 1.4rem auto 0;
}
.lp-single_present .text__outline dt{
    font-size: 30px;
    /* font-weight: bold; */
}
.lp-single_present .text__outline .dd_list{
    padding: 1rem 1.5rem;
    background-color: #f7f7f9;
    border-radius: 10px;
    font-size: var(--font-08);
}
.lp-single_present .text__outline .osusume_list:before{
    content: "\f14a";
    /* color: #fff; */
    font-weight: 900;
    font-size: var(--font-15);
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-right: 0.3rem;
}
.lp-single_present div .text__outline dd{
    line-height: 2rem;
}
@media print , screen and (max-width : 1200px ){
    .lp-single_present h1{
        width: 75%;
        margin: 0.5rem auto 0;
    }
    .lp-single_present dl.text__outline{
        width: 75%;
    }
}

@media print , screen and (max-width : 700px ){
    .lp-single_present h1{
        font-size: 32px;
        line-height: 50px;
    }
    .lp-single_present .text__outline dt{
        font-size: 24px;
    }
    .lp-single_present .text__outline .dd_list{
        font-size: var(--font-12);
    }
    .lp-single_present .fv__img{
        width: 65%;
    }
}

/* forméƒ¨åˆ† */
.lp-single_present .layout__main{
    background-color: #eee;
    padding: 0;
    width: 35%;
    position: fixed;
    right: 115px;
    top: 135px;
    bottom: 55px;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 10px;
    overflow: scroll;
}
.lp-single_present .lp_layout__inner{
    padding: 0;
}
.lp-single_present .layout__main_inner{
    padding: 0;
}
.lp-single_present .base_form__dl,.lp-single_present .base_form__dl_option{
    margin-bottom: 0px;
    padding: 0.5rem 5% 0;
}

#footer .copyright.lp-single_present  {
text-align: right;
font-size: 12px;
background-color: transparent;
position: fixed;
right:10px;
bottom:8px;
}
.form__nav{
    display: none;
}
/* ã‚µãƒ³ã‚¯ã‚¹ãƒšãƒ¼ã‚¸ */
.lp-single_present .movie_column{
    display: block;
}
.lp-single_present .lp_layout__inner .mw_wp_form.mw_wp_form_complete {
    padding: 1rem;
    padding-bottom: 1rem !important; 
}
.lp-single_present .youtube_wrapper{
    margin-top: 0;
}
.lp-single_present .column_contact{
    margin: 2rem 1.5rem;
}
/* ã‚µãƒ³ã‚¯ã‚¹ãƒšãƒ¼ã‚¸ */
/* forméƒ¨åˆ†ã‚’ï½“ï½è¡¨ç¤ºã« */

@media screen and (max-width: 1000px) {
    .lp-single_present .text__main{
        width: 100%;
        margin: 0;
    }

    .lp-single_present .layout__main{
        margin-left: auto;
        width: 90%;
        right: -90%;
    }
    .layout__main{
        top: 65px;
        transition: .4s;
    }

    .layout__main.active{
        right: 0;
    }

    .form,
    .form__btn{
        margin: 0 auto;
        width: 90%;
        max-width: 650px;
    }
    .form__nav{
        display: block;
        background-color: var(--main-color);
        color: #fff;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 100;
        box-shadow: 0 0 20px -10px rgba(0,0,0, .2);
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(-50%);
        transition: .4s;
        cursor: pointer;
    }

    .layout__main.active .form__nav{
        right: 90%;
    }

    .form__nav span{
        padding: 1rem .5rem 2.5rem;
        writing-mode: vertical-lr;
        position: relative;
        font-size: 18px;
    }

    .form__nav span::after{
        content: "";
        margin: 0 auto;
        width: 0px;
        height: 0px;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ffffff transparent transparent;
        border-style: solid;
        position: absolute;
        bottom: .75rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 520px){
    .form__nav span{
        padding: 1rem .5rem 1.5rem;
        font-size: 14px;
    }

    .form__nav span::after{
        border-width: 7px 7px 7px 0;
        bottom: .5rem;
        left: 50%;
        transform: translateX(-50%);
    }
}




.lp-single_present .base_form__dl dt {
    background-color: #dad9d6;
    text-align: center;
    flex-basis: 100%;
    padding: 1%;
}
.lp-single_present .base_form__dl dt .required {
    display: inline-block;
    min-height: auto;
}
.lp-single_present .base_form__dl dt .required::before {
    position: relative;
}
.lp-single_present .base_form__dl dd {
    border: none;
    flex-basis: 100%;
}
.lp-single_present .base_form__dl dd.flexStandard {
    max-height: 100px;
}
.lp-single_present .base_form__dl input[type="text"], .lp-single_present .base_form__dl input[type="email"], .lp-single_present .base_form__dl textarea {
    font-size: 16px;
    width: 100%;
}
.lp-single_present .base_form__dl input[type=checkbox] {
    transform: scale(1.3);
}
.lp-single_present .base_form__list_file_detail input[type=checkbox], .lp-single_present .base_form__dl_option input[type=checkbox] {
    transform: scale(1.5);
}
.lp-single_present .base_form__dl select {
    font-size: 16px;
}
.lp-single_present .base_form__inner_datetime {
    flex-wrap: wrap;
}
.lp-single_present .base_form__inner_datetime_title {
    margin-bottom: .5rem;
}
.lp-single_present .base_form__inner_datetime_content {
    font-size: var(--font-08);
}
.lp-single_present .base_form__list_tab {
    padding: .5rem;
    gap: .5rem;
}
.lp-single_present .base_form__list_tab_link {
    font-size: var(--font-13);
}



/* ç¢ºèªãƒšãƒ¼ã‚¸ */
.base_form__dl dd ul {
    list-style-type: disc;
    list-style-position: inside;
}
.base_form__dl dd li {
    width: 100%;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}
.mw_wp_form_confirm .confirm-hidden {
    display: none;
}

/* MW MP FORM ã®è‡ªå‹•ã‚¿ã‚° */
.mw_wp_form_complete {
    padding-top: 1rem;
}
.mw_wp_form_complete p {
    margin-bottom: 1rem;
}

.js__input_only {
    display: none;
}

.js__confirm_only {
    display: none;
}

.js__thanks_only {
    display: none;
}

.js__error_only {
    display: none;
}

/*******
 * Tabletãƒ»SP
 *******/
@media screen and (max-width: 955px) {
    .base_form__dl dt {
        background-color: #dad9d6;
        text-align: center;
        flex-basis: 100%;
        padding: 1%;
    }
    .base_form__dl dt .required {
        display: inline-block;
        min-height: auto;
    }
    .base_form__dl dt .required::before {
        position: relative;
    }
    .base_form__dl dd {
        border: none;
        flex-basis: 100%;
    }
    .base_form__dl dd.flexStandard {
        max-height: 100px;
    }
    .base_form__dl input[type="text"], .base_form__dl input[type="email"], .base_form__dl textarea {
        font-size: 16px;
        width: 100%;
    }
    .base_form__dl input[type=checkbox] {
        transform: scale(1.3);
    }
    .base_form__list_file_detail input[type=checkbox], .base_form__dl_option input[type=checkbox] {
        transform: scale(1.5);
    }
    .base_form__dl select {
        font-size: 16px;
    }
    .base_form__inner_datetime {
        flex-wrap: wrap;
    }
    .base_form__inner_datetime_title {
        margin-bottom: .5rem;
    }
    .base_form__inner_datetime_content {
        font-size: var(--font-08);
    }
    .base_form__list_tab {
        padding: .5rem;
        gap: .5rem;
    }
    .base_form__list_tab_link {
        font-size: var(--font-13);
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {
    .base_form__flow {
        margin-left: 0;
        margin-right: 0;
    }
    .base_form__flow &gt; li {
        flex-basis: 31%;
        margin-right: .5rem;
    }
    .base_form__list_file &gt; li &gt; div {
        margin-left: 0;
    }
    .base_form__list_file_detail dl {
        flex-wrap: wrap;
    }
    .base_form__list_file_detail dt {
        padding-top: 1rem;
        font-family: 'Jun 501', sans-serif;
    }
    .base_form__list_file_detail dd {
        flex-basis: 90%;
        padding-left: 2.5rem;
        margin: 0 auto;
    }
    .base_form__dl--w30p.for_tell {
        width: 100% !important;
    }
    /* .base_form__list_file_detail img {

    } */
}
</pre></body></html>