<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Fjalla+One");table {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

table tr th,table tr td {
    padding: 1rem 2rem;
    text-align: left;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc
}

table thead tr th {
    padding: 1rem .5rem;
    background: #0e62aa;
    color: #fff;
    font-size: 1.8rem;
    text-align: center
}

table tbody tr th {
    background: #f3f3f3;
    font-size: 1.6rem
}

table tbody tr td {
    font-size: 1.4rem
}

table.tb-no-head tbody tr th {
    width: 30%
}

table.contact-tb tbody tr th {
    width: 20%;
    background: #0e62aa;
    color: #fff;
    font-size: 1.6rem;
    text-align: center
}

table.contact-tb tbody tr th span {
    display: block
}

table.contact-tb tbody tr td a {
    text-decoration: underline;
    transition: .3s
}

table.contact-tb tbody tr td a:hover {
    opacity: .65
}

table.contact-tb tbody tr td dl dd {
    margin-left: 1rem
}

table.contact-tb tbody tr td dl .tel-box {
    margin-left: 1rem
}

table.contact-tb tbody tr td dl .tel-box dd {
    margin-left: 0
}

table.contact-tb tbody tr td dl .tel-box dd::before {
    content: "："
}

@media (max-width: 640px) {
    table.contact-tb tbody tr th {
        width:30%;
        padding: .5rem
    }

    table.contact-tb tbody tr td {
        padding: .5rem
    }

    table.contact-tb tbody tr td dl {
        flex-direction: column
    }

    table.contact-tb tbody tr td dl dd {
        margin-left: 0
    }

    table.contact-tb tbody tr td dl .info {
        display: block
    }

    table.contact-tb tbody tr td dl .tel-box {
        margin-left: 0
    }
}

@media (max-width: 480px) {
    table.contact-tb tbody tr th span {
        display:inline
    }
}

.offer .mv-block {
    position: relative
}

.offer .mv-block .mv {
    min-height: 35rem;
    padding-bottom: 25%;
    background: url(/common/img/share/mv/mv.jpg) no-repeat center center;
    background-size: cover
}

.offer .mv-block .mv-catch {
    position: absolute;
    top: 56.28571%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%)
}

.offer .mv-block .mv-catch p {
    color: #fff;
    line-height: 1.5
}

.offer .mv-block .mv-catch span.lg {
    display: block;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.3
}

.offer .block {
    margin-bottom: 5rem
}

.offer .block01 {
    padding: 5rem 0 0
}

.offer .contact-tb {
    margin-top: 3rem
}

.offer .num-list {
    margin-top: 1rem
}

.offer .num-list li {
    counter-increment: list-number;
    padding-left: 1.5rem;
    text-indent: -1.5rem
}

.offer .num-list li a {
    text-decoration: underline;
    transition: .3s
}

.offer .num-list li a:hover {
    opacity: .65
}

.offer .num-list li::before {
    margin-right: .5rem;
    content: counter(list-number) "."
}

@media (max-width: 1024px) {
    .offer .mv-block .mv-catch span.lg {
        font-size:3.71094vw
    }
}

@media (max-width: 640px) {
    .offer .mv-block .mv {
        min-height:2.25rem;
        padding-bottom: 60%;
        background: url(/common/img/share/mv/sp-mv.jpg) no-repeat center center;
        background-size: cover
    }

    .offer .mv-block .mv-catch {
        top: 53.80952%
    }

    .offer .mv-block .mv-catch span.lg {
        font-size: 2.6rem
    }

    .offer .mv-block .mv-catch span.lg span {
        display: inline-block
    }
}

.offer_wrap {
    display: flex;
    justify-content: space-between;
}


.offer_left {
    width: 60%;
}

.offer_right {
    width: 36%;
}
.offer_wrap .cnt{
    width:50%;
}
@media only screen and (max-width: 768px) {
    .offer_wrap {
        flex-direction: column;
        /* row-gap: 30px; */
    }
    .offer_wrap img{
       margin: 30px auto;
    }

    .offer_left {
        width: 100%;
    }

    .offer_right {
        width: 100%;
    }
    .offer_wrap .cnt{
    width:100%;
}
}

.btn1{
    margin:15px;
}

.btn1 a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #0e62aa;
    background-color: #fff;
    color: #0e62aa;
    font-size: 1em;
    font-weight:600;
}

.btn1 a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #0e62aa;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
    
}

.btn1 a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
    border: apx solid #fff;
    background-color:#fff;
    
}

.btn1 a:hover{
    color:#fff;
    background: #0e62aa;
    border: apx solid #fff;

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