<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  
main {
    padding-top: 70px;
}


.width{
    max-width: 1200px;
    margin: 0 auto;
}
body{
    margin: 0;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}
@media screen and (max-width: 1300px) {
    .width{
        max-width: 980px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    main {
        padding-top: 0px;
    }
    .width{
        max-width: 100%;
        margin: 0 20px;
    }
}

/* よく使うタイトルのcss */
#titlebox{
    padding-top: 50px;
}
#titlebox .main{
    font-family: Cormorant Garamond,sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
    color: #77aad9;
}
#titlebox .sub{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #titlebox{
        padding-top: 20px;
    }
    #titlebox .main{
        font-size: 36px;
        font-weight: bold;
    }
    #titlebox .sub{
        font-size: 14px;
    }
}


/* よく使うタイトルのcss */
.contact_inner{
    padding: 70px 60px 80px;
}

.contact-step{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 50px;
}

.v-application ol, .v-application ul {
    padding-left: 0;
}

.contact-step__item{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    align-items: center;
    background-color: #e5e5e5;
    color: #000;
    display: flex;
    justify-content: center;
    min-height: 40px;
    width: calc(33.3% - 10px);
    letter-spacing: 1px;
}
.contact-step__item .num{
    font-size: 14px;
}
.contact-step__item .text{
    border-left: 1px solid #000;
    font-size: 14px;
    margin-left: 1em;
    padding-left: 1em;
}

.contact-step__item.is_current {
    color: #fff;
    background-color: #77aad9;
}
.contact-step__item.is_current .text{
    border-color: #fff;
}

.contact-table {
    width: 100%;
    font-size: inherit;
    font: 100%;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

.contact-table tr&gt;th, .contact-table tr&gt;td {
    vertical-align:baseline;
    letter-spacing: 0.05em;
    padding: 15px 0;
}

.contact-table tr&gt;th {
    font-size: 16px;
    font-weight: normal;
    width: 25%;
    vertical-align: baseline;
    text-align: left;
}
.contact-table tr&gt;th .badge {
    align-items: center;
    background-color: #ed3232;
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.05em;
    margin-left: 8px;
    width: 52px;
}

.contact-table tr&gt;td {
    font-size: 15px;
    width: 75%;
}

form input[type=text], form input[type=email], form input[type=tel], form textarea {
    background-color: #e5e5e5;
    border: none;
    width: 100%;
    letter-spacing: 1px;
}

.font{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}
.formbtns{
    margin-top: 30px;
    border-radius: 0;
}
.privacypolicyScroll {
    height: 170px;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #d3d3d3;
}

.cm_style {
    border: 1px solid grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/assets/images/common/ico_select_arrow.png) no-repeat 98%;
    background-size: 12px auto;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .contact_inner{
        padding: 50px 0px 80px;
    }
    
    .contact-step{
        display: flex;
        gap: 20px;
        align-items: center;
        padding-bottom: 30px;
    }
    
    .v-application ol, .v-application ul {
        padding-left: 0;
    }
    
    .contact-step__item {
        flex-direction: column;
    }

    .contact-step__item .num{
        font-size: 11px;
    }
    .contact-step__item .text{
        border-left: none;
        font-size: 12px;
        margin-left: 0;
        padding-left: 0;
    }
    
    .contact-step__item.is_current {
        color: #fff;
        background-color: #77aad9;
    }
    .contact-step__item.is_current .text{
        border-color: #fff;
    }
    
    .contact-table {
        width: 100%;
        font-size: inherit;
        font: 100%;
        margin-bottom: 50px;
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    }
    

    .contact-table tr&gt;th, .contact-table tr&gt;td {
        display: block;
        padding: 0;
    }
    
    .contact-table tr&gt;th {
        font-size: 15px;
        margin-top: 20px;
        width: 100%;
    }
    .contact-table tr&gt;th .badge {
        align-items: center;
        background-color: #ed3232;
        border-radius: 3px;
        color: #fff;
        display: inline-flex;
        font-size: 12px;
        height: 18px;
        justify-content: center;
        letter-spacing: 0.05em;
        margin-left: 8px;
        width: 52px;
    }
    
    .contact-table tr&gt;td {
        width: 100%;
        font-size: 13px;
    }
    
    form input[type=text], form input[type=email], form input[type=tel], form textarea {
        background-color: #e5e5e5;
        border: none;
        width: 100%;
        letter-spacing: 1px;
    }
    
    .font{
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    }

    .formbtns{
        margin-top: 10px;
        border-radius: 0;
    }

    .cm_style {
        margin-top: 16px;
    }
}


.fromtitle{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}

.fromsub{
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

.subtitle{
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

.confirm{
    border-collapse: collapse;
}
.confirm tr{
    border-bottom: 1px solid #e5e5e5;
}
.confirm tr:first-child{
    border-top: 1px solid #e5e5e5;
}

.confirm tr&gt;th, .confirm tr&gt;td {
    padding: 15px 0;
}



@media screen and (max-width: 768px) {
    .fromtitle{
        font-size: 22px;
    }
    
    .fromsub{
        font-size: 18px;
    }
    
    
    .confirm{
        border-collapse: collapse;
    }
    .confirm tr{
        border-bottom: 1px solid #e5e5e5;
    }
    .confirm tr:first-child{
        border-top: 1px solid #e5e5e5;
    }

    .confirm tr&gt;th{
        font-weight: bold;
        color: #77aad9;
    }

    .confirm tr&gt;th, .confirm tr&gt;td {
        padding: 10px 0;
        margin-top: 0;
    }
}

.completion{
    padding: 20px;
    margin: 50px auto 100px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;

}
.completion .main{
    font-size: 25px;
    padding-bottom: 50px;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
}
.completion .sub{
    font-size: 18px;
}
.completion .btns{
    text-align: center;
    margin-top: 100px;
}
.completion .btns a{
    width: 310px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background-color: #77aad9;
    font-family: YuGo Bold-90ms-RKSJ-H,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .completion{
        margin: 50px auto 100px;
        font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    }
    .completion .main{
        font-size: 20px;
        padding-bottom: 30px;
        letter-spacing: 2px;
        color: #000;
        text-align: center;
    }
    .completion .sub{
        font-size: 15px;
        text-align: center;
    }
    .completion .btns{
        text-align: center;
        margin-top: 70px;
    }
}</pre></body></html>