<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* index */
#container {
    max-width: 1080px;
    margin: 0 auto;
}

.page-title {
    padding: 0.5em 1em;
    font-size: 2.4rem;
    color: #ffffff;
    background-color: #f7921e;
    margin-bottom: 4rem;
}

.inquiry-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
    .inquiry-list {
        padding: 0 2.4rem;
    }
}
.inquiry-list li {
    width: 95%;
    margin: 0 0 15% 0;
}
.inquiry-list li .hide-sp {
    display: none;
}
@media screen and (min-width: 769px) {
    .inquiry-list li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 8%;
    }
    .inquiry-list li:nth-child(3n) {
        margin-right: 0;
    }
    .inquiry-list li .hide-sp {
        display: inline;
    }
}
.inquiry-list li .title {
    font-size: 2rem;
    margin: 0 0 0.5em 0;
    border-bottom: 4px solid #f7921e;
    padding-bottom: 0.5em
}
.inquiry-list li .title a {
    color: #000;
    text-decoration: none;
}
.inquiry-list li .catch {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 0 0.5em 0;
}
.inquiry-list li .button {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0.75em;
    border: 1px solid #666;
    background: url("../img/common/arrow_line.svg") calc(100% - 10px) center no-repeat;
    background-size: 10%;
}
.inquiry-list li .button a {
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 0.75em 0;
}
.inquiry-list li .button a::after {
    display: block;
    width: 1em;
    height: 1em;
    background-size: contain;
}
.fade:hover {
    opacity: 0.7;
}

/* form */
.retail-form {
    display: flex;
    flex-wrap: nowrap;
}

.info-block {
    max-width: 160px;
    margin-right: 80px;
}
.info-block .flow {
    margin-bottom: 4rem;
}
.info-block .flow li {
    text-align: center;
    font-size: 1.6rem;
    padding: 1em;
    border: 1px solid #f7921e;
}
.info-block .flow li.arrow {
    padding: 0.5em;
    border: none;
}
.info-block .flow li.active {
    background-color: #f7921e;
    color: #fff;
    font-weight: bold;
}

.info-block .secom {
    margin-bottom: 4rem;
    text-align: center;
}
.info-block .secom .head {
    font-size: 1.6rem;
    padding-bottom: 0.5em;
}
.info-block .secom .caption {
    line-height: 1.4;
    text-align: justify;
}

.form-block {
    font-size: 1.6rem;
    line-height: 1.6;
}
.form-block p.lead {
    line-height: 1.6;
    padding-bottom: 1.5em;
}
.form-block table {
    width: 100%;
    border-collapse: collapse;
}
.form-block table th,
.form-block table td {
    padding: 1rem 0;
}
.form-block table th {
    text-align: left;
    padding-right: 1em;
    min-width: 11.5em;
}
.form-block table p.form-head .caption {
    font-size: 0.8em;
    color: #000;
}
.form-block table td {
    text-align: left;
}
.form-block table td.centering {
    text-align: center;
}
.form-block table th .req-mark {
    font-size: 0.8em;
    color: #cc0000;
}
.form-block table p.form-head {
    font-size: 1.25em;
    color: #f7921e;
}
.form-block table input[type=text],
.form-block table input[type=email],
.form-block table input[type=tel],
.form-block table input[type=url],
.form-block table textarea {
    width: 75%;
    font-size: 1.6rem;
    padding: 0.3em;
    appearance: auto;
    border: revert;
}
.form-block table input[type=submit],
.form-block table input[type=button] {
    font-size: 1.6rem;
    width: 30%;
    padding: 0.3em;
    margin: 2em 0 4em;
    appearance: auto;
    border: revert;
}

.form-block table input[type=tel] {
    width: 15%;
}

.form-block table div.error {
    color: #cc0000;
    font-size: 0.875em;
}

@media screen and (max-width: 1080px) {
    .retail-form {
        padding: 0 2.4rem;
    }
}
@media screen and (max-width: 768px) {
    .retail-form {
        flex-wrap: wrap-reverse;
    }
    .info-block {
        width: 100%;
        max-width: 100%;
        margin: 0 0 4rem;
    }
    .info-block .flow {
        display: none;
    }
    .info-block .secom {
        width: 95%;
        margin: 0 auto;
    }
    .form-block {
        width: 100%;
    }
    .form-block table th,
    .form-block table td {
        display: block;
        width: 100%;
    }
    .form-block table td {
        padding-top: 0;
    }
    .form-block table input[type=text],
    .form-block table input[type=email],
    .form-block table input[type=tel],
    .form-block table input[type=url],
    .form-block table textarea {
        width: 95%;
        margin: 0 auto;
    }
    .form-block table input[type=tel] {
        width: 25%;
    }
    .form-block table input[type=submit],
    .form-block table input[type=button] {
        width: auto;
    }
}



</pre></body></html>