<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topCars__img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 57.9%;
}
.add_desc{
    font-size: 11px;
}
.header__tel {
    margin-right: 25px;
}
.formTable_desc {
    font-size: 16px;
}
.form_descAdd{
	font-size: 12px;
	margin-top: 10px;
}
.header__center {
    z-index: 1;
}
.header__contact {
    z-index: 9;
}
.price_table {
    text-align: center;
}
.contact-bnr{
    width: 35%;
    padding-top: 5px;
}
.header {
    background-image: url(../img/h_pc.svg);
    background-size:cover;
    background-position: center;
}
.sec__header p{
    font-size: 13px;
}
.c-form-input span.desc {
    position: absolute;
    font-size: 12px;
    color: #ff0012;
    top: -32px;
}
.mv {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.mv a {
    width: 13vw;
}
.page-form .table-form .top td {
    padding: 38.5px 0;
}
.page-form .top .c-form-calendar__item:last-child {
    margin-top: 41.5px;
}
.page-form .area .c-form-calendar__item:last-child{
    margin-top: 0;
}
.header_logo img{
    width: 164px;
}
@media screen and (max-width: 768px){
.page-form .table-form .top td {
    display: block;
    position: relative;
    padding: 0 10vw 6vw;
    border-bottom: 1px solid #ddd;
}
.header {
    background-image: url(../img/h_sp.svg);
    background-size:cover;
    background-position: center;
}
.topCars__img {
    padding-top: 54.6%;
}
    .contact-bnr{
        width: 80%;
    }
.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 19vw);
    box-sizing: border-box;
    width: 40vw;
    height: 40vw;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: #FFEE00;
    text-align: center;
    padding: 13vw 4vw 4vw;
    border-radius: 50%;
}

.scroll-hint-icon:before {
    background-image: url(../img/hand.svg);
    width: 30vw;
    background-size: contain;
    height: 20vw;
}
.scroll-hint-icon:after {
    background-image: url(../img/arrow.svg);
    background-size: contain;
    width: 30vw;
    height: 13vw;
    left: 5vw;
    top: 6vw;
    margin: 0;
}
.c-form-input span.desc {
        position: absolute;
        font-size: 1.3vw;
        color: #ff0012;
        top: -8vw;
        line-height: 1.4;
}
.header_logo a img {
    width: 40vw;
}

.page-form .table-form th {
    display: block;
    width: 100%;
    padding: 5vw 10vw 8vw;
    border-bottom: none;
    font-weight: 400;
}
}</pre></body></html>