<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc-only {
    display: block!important;
}

.guide-top-block a {
    text-decoration: underline;
}

.guide-top-about-title {
    margin: 0 auto 56px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.guide-top-about-subtitle {
    margin: 0 auto 50px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.guide-top-about-lead {
    margin: 0 auto 50px;
    font-size: 16px;
    text-align: center;
}

.guide-top-inner-title {
    margin: 0 auto;
    padding: 70px 0 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    max-width: 1000px;
}

.guide-top-inner-text {
    margin: 0 auto 50px;
    max-width: 1000px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.guide-top-service ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.guide-top-service li {
    width: 400px;
    height: 450px;
    padding: 50px 40px;
    border: 1px solid #c0c0c0;
}

.guide-top-service-img {
    text-align: center;
    width: 72px;
    margin: 0 auto;
}

.guide-top-service-inner dt {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 28px auto 50px;
}

.guide-top-service-inner dd {
    font-size: 16px;
}

.guide-top-service-inner dd span {
    font-size: 14px;
}

.guide-top-inner-button {
    display: block;
    margin: 70px auto;
    padding: 18px 0;
    width: 380px;
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none!important;    
}


.guide-top-bg {
    background-color: #f6f6f6;
}

.guide-top-flow ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto 30px;
    max-width: 1000px;
}

.guide-top-flow-list {
    width: 234px;
    padding: 20px;
    border: 1px solid #c0c0c0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

.guide-top-flow-title1 {
    margin: 42px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.guide-top-flow-title2 {
    margin: 26px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.guide-top-flow dd {
    margin: 0 auto 26px;
    font-size: 14px;
}

.guide-top-flow-button {
    display: block;
    padding: 3px 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none!important;    
}

.guide-top-flow-number {    
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
}

.guide-top-inner-flow-last-text {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
}

.guide-top-inner-flow-last-text::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
}

.guide-top-inner-flow-sub-text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 70px;
    padding-bottom: 70px;
} 

.guide-top-menu {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.guide-top-menu-left {
    width: 480px;
}

.guide-top-menu-right {
    width: 480px;
}

.guide-top-menu-list {

}

.guide-top-menu-list-inner {

}

.guide-top-menu-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #c0c0c0;
    padding: 23px 0;
    text-indent: 23px;
}

.guide-top-menu-title-top-left {
    border-top: 1px solid #c0c0c0;
}

.guide-top-menu-title-top-right {
    border-top: 1px solid #c0c0c0;
}


.guide-top-menu-title::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 13px;
    height: 1px;
    background: #808080;
    right: 25px;
    transition: 0.2s ease-in-out;
}

.guide-top-menu-title::after{
    position: absolute;
    content: "";
    top: 50%;
    width: 13px;
    height: 1px;
    background: #808080;
    right: 25px;
    transition: 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
}

.guide-top-menu-title.selected::after{
    -webkit-transform: rotate(0deg);
}


.guide-top-menu-accordion {
    display: none;
}

.guide-top-menu-accordion.selected {
    display: block;
}


.guide-top-menu-accordion-list {

}

.guide-top-menu-accordion-list li a {
    display: block;
    background-color: #f6f6f6;
    border-bottom: 1px solid #c0c0c0;
    padding: 23px 0;
    font-size: 18px;
    text-indent: 23px;
    text-decoration: none;
}

.guide-top-support-column {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 140px; 
    padding-bottom: 140px;
}

.guide-top-support-column-inner {
    width: 480px;
}

.guide-top-support-column-inner li {
    margin-left: 1.4em;
    text-indent: -1.6em; /*繧､繝ｳ繝�Φ繝医�隱ｿ謨ｴ*/ 
    font-size: 12px;
    
}

.guide-top-support-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.guide-top-support-button {
    display: block;
    padding: 30px 0;
    margin-bottom: 16px;
    background-color: #808080;
    color: #ffffff !important;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none!important;    
}

.guide-top-support-frecall {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

    
.guide-top-support-button-img {
    width: 38px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

/*==================SP縺薙％縺九ｉ==================*/
@media screen and (max-width:768px) {
    
    .pc-only {
        display: none!important;
    }    
    .guide-top-block {
        padding: 0 10px;
    }
    
    .guide-top-about-title {
        margin: 45px auto;
        font-size: 23px;
    }

    .guide-top-about-subtitle {
        margin: 0 auto 55px;
    }

    .guide-top-about-lead {
        margin: 0 auto 30px;
        text-align: left;
        font-size: 15px;
    }

    .guide-top-inner-title {
        padding: 35px 0 25px;
        font-size: 19px;
    }

    .guide-top-inner-text {
        margin: 0 auto 50px;
    }

    .guide-top-service ul {
        row-gap: 20px;
    }

    .guide-top-service li {
        width: 100%;
        height: auto;
        padding: 30px 20px 50px;
    }

    .guide-top-service-inner dt {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        margin: 28px auto 30px;
    }

    .guide-top-service-inner dd {
        font-size: 14px;
    }
    
    .guide-top-service-inner dd span {
        font-size: 12px;
    }    
        
    .guide-top-inner-button {
        margin: 35px auto;
        width: 100%;
        font-size: 12px;
        padding: 10px 0;
        
    }

    .guide-top-flow ul {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    .guide-top-flow-list {
        height: auto;
        padding: 10px 10px 30px;
        margin-right: 10px;
        margin-bottom: 30px;
        width: calc((100% - 10px) / 2);
    }
    
    .guide-top-flow-list:nth-child(2n) {
        margin-right: 0;
    }

    .guide-top-flow-title1 {
        margin: 26px auto 22px;
        font-size: 15px;
    }

    .guide-top-flow-title2 {
        margin: 26px auto;
        font-size: 15px;
    }

    .guide-top-flow dd {
        font-size: 13px;
    }
        
    .guide-top-flow-button {    
        font-size: 13px;
        padding: 3px 10px;
        -webkit-box-sizing: border-box;  /*webkit邉ｻ*/
        -moz-box-sizing: border-box;  /*Firefox*/
        box-sizing: border-box;        
    }
    
    .guide-top-inner-flow-last-text {
        font-size: 17px;
    }   

    .guide-top-inner-flow-sub-text {
        margin: 0 auto 50px;
        font-size: 12px;
        padding-bottom: 35px;
    } 
    
    .guide-top-menu {    
        flex-direction: column;
    }
    
    .guide-top-menu-title {
        font-size: 16px;
        padding: 13px 0;
    }     
    
    .guide-top-menu-title-top-right {    
        border-top: none;
    }
    
    .guide-top-menu-left {    
        width: 100%;
    }
    
    .guide-top-menu-right {    
        width: 100%;
    }
    
    .guide-top-menu-accordion-list li a {
        padding: 13px 0;
        font-size: 16px;
    }    
    
    .guide-top-menu-accordion-list li:first-child {
        border-top: none;
    }
    
    .guide-top-menu-accordion-list li:last-child {
        border-top: none;
    }
    
    .guide-top-support-button {
        font-size: 16px;
        
    }    
        

    .guide-top-support-column {
        width: 100%;
        margin: 0 auto 70px; 
        flex-direction: column;
        padding: 21px 0;
    }

    .guide-top-support-column-inner {
        width: 100%;
        margin-bottom: 30px;
    }
    


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