<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-form{
    margin: 0 50px;
}
@media screen and (max-width: 960px) {
    .contact-form{
        margin: 0;
    }
}

.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #fff;
}
.contact-form dl:last-child{
    border: none;
}
.contact-form dt,
.contact-form dd {
    padding: 27px 20px;
}

@media screen and (max-width: 767px) {

    .contact-form dt,
    .contact-form dd {
        padding: 20px 10px;
    }

}

.contact-form dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* flex-direction: column; */
    width: 21%;
    justify-content: flex-start;
    padding-right: 60px;
}
@media screen and (max-width: 1200px) {
    .contact-form dt {
        width: 30%;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .contact-form dt {
        width: 100%;
        padding-right: 0;
        padding-left: 60px;
    }
}

.contact-form dt .form-title {
    line-height: 1.5;
}

.contact-form dt small {
    font-size: 12px;
    display: block;
}

.contact-form dt .form-label {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    width: 50px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .contact-form dt .form-label {
        right: auto;
        left: 0;
    }
}
.contact-form dt .ninni {
    background-color: #3d459a;
}

.contact-form dt .hissu {
    background-color: #ffa4d3;
}

.contact-form dd {
    width: 79%;
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .contact-form dd {
        width: 70%;
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form dd {
        width: 100%;
        display: block;
        padding: 0 0 15px;
    }
}

.contact-form dd ul li label {
    display: flex;
    align-items: center;
}

.contact-form dd input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;

}

.contact-form dd input[type="text"],
.contact-form dd input[type="password"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"] {
    padding: 5px 10px;
    height: 45px;
    width: 100%;
    border: 1px solid #999999;
    background: #fff;
    border-radius: 10px;
}

.contact-form dd input[type="text"]::placeholder,
.contact-form dd input[type="password"]::placeholder,
.contact-form dd input[type="email"]::placeholder,
.contact-form dd input[type="tel"]::placeholder {
    color: #636363;
    line-height: 1.5;
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

.contact-form dd .ipt-address {
    max-width: 415px;
}

.contact-form dd input,
.contact-form dd select,
.contact-form dd optgroup,
.contact-form dd option,
.contact-form dd textarea {
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 16px;
    background: #fff;
}

.contact-form dd .form-row {
    display: flex;
}

.contact-form dd .form-row .box-select {
    margin-left: 29px;
}

.contact-form dd .form-zip {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.form-zip-btn {
    background: #ba7b70;
    border-radius: 5px;
    padding: 7px 10px;
    line-height: 1.5;
    margin-left: 20px;
    border: none;
    color: #fff;

}

@media screen and (max-width: 767px) {
    .form-zip-btn {
        margin: 10px 0;
        display: block;
        margin-left: 40px;
    }
}

.form-zip-btn:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.form-state {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-form dd .form-zip input[type="text"] {
    width: 270px;
    margin-left: 20px;
}

.contact-form dd .box-select {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .contact-form dd .box-select {
        margin-left: 0;

    }
}

.contact-form dd .box-select:after {
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid #000000;
    right: 10px;
    top: 40%;
}

.contact-form dd .box-select select {
    width: 100%;
    padding: 0 20px 5px 10px;
    height: 36px;
    border: 1px solid #8c8c8c;
    /* color: #818181;*/
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contact-form dd .box-select select {
        padding: 5px 20px 5px 10px;
    }
}

.contact-form .box-select select::-ms-expand {
    display: none;
}

.contact-form dd textarea {
    width: 100%;
    height: 160px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
}

.contact-form dd textarea::placeholder {
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form dd .list-radio {
    display: flex;
    flex-wrap: wrap;
}

.contact-form dd .list-radio li {
    margin-bottom: 20px;
    width: 30%;
    margin-right: 1%;
}
@media screen and (max-width: 960px) {
    .contact-form dd .list-radio {
        justify-content: space-between;
    }
    .contact-form dd .list-radio li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .contact-form dd .list-radio li {
        width: 100%;
    }
}
.contact-form dd .list-radio li:last-child {
    margin-right: 0;
}

.contact-form dd .list-radio li:last-child {
    margin-bottom: 0;
}

.contact-form dd .list-radio .other {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact-form dd .list-radio .other input[type="text"]{
    width: calc(100% - 100px);
}
.contact-form dd .select_time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}

.contact-form dd .select_time li {
    width: 47%;
}

.contact-form dd .select_time li select {
    width: calc(100% - 30px);
    height: 36px;
    border: 1px solid #000000;
}

.contact-form dd .flex .flex {
    margin: 5px 0;
    flex-wrap: nowrap;
}

.contact-submit {
    margin: 60px 0 20px;
    text-align: center;
}

.contact-submit input[type="checkbox"] {
    margin: 0 5px 3px 0;
}

.contact-submit-btn {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    background: #ffdff0;
    font-size: 20px;
    width: 300px;
    height: 66px;
    line-height: 66px;
    margin: 10px 20px;
    letter-spacing: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .contact-submit-btn {
        height: 50px;
        line-height: 50px;
    }
}
.contact-submit-btn .arrow {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.contact-submit-btn .arrow:after {
    border-width: 0 2px 2px 0;
    padding: 3px;
}

.contact-submit-btn.back .arrow {
    right: auto;
    left: 20px;
    transform: rotate(260deg);
    -webkit-transform: rotate(260deg);
}

.contact-submit-btn input,
.contact-submit-btn a {
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    line-height: 66px;
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
    position: relative;
    border-radius: 100px;
    border: none;
    background: none;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (max-width: 767px) {

    .contact-submit-btn input,
    .contact-submit-btn a {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 768px) {
    .contact-submit-btn:hover {
        opacity: 0.8;
    }

    .contact-submit-btn:hover .cm-arrow {
        right: 15px;
    }

    .contact-submit-btn.back:hover .cm-arrow {
        left: 15px;
        right: auto;
    }
}

.form-submit {
    margin-bottom: 30px;
}

.form-submit input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .contact-form dl.box-click.show {
        display: block;
    }
}</pre></body></html>