@charset "UTF-8";

p a {
    font-weight: bold;
    color: #446cc9 !important;
    text-decoration: none;
    word-break: break-all;
}
p a:hover {
    font-weight: bold;
    color: #446cc9 !important;
    text-decoration: underline;
    word-break: break-all;
}
@media (max-width:640px) {
    p a {
    text-decoration: underline;
    }
    p a:hover {
        text-decoration: none;
    }
}
@media (max-width:640px) {
    br.sponly {display: inline-block;}
    br.pconly {display: none;}
}
@media (min-width:641px) {
    br.sponly {display: none;}
    br.pconly {display: inline-block;}
}
.deco-top a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.deco-top img {
    width: 240px;
    height: auto;
}
@media (max-width:640px) {
    .deco-top img {
        width: 50%;
        height: auto;
    }
}

.step-list {
    display: flex;
    flex-direction: column;
    padding: 1.75rem;
    background: #f6f1e2;
    font-size: 14px;
    gap: 0.3rem;
}
.step-list .step-list-row {
    display: flex;
    gap: 2rem;
}

.step-list .step-heading, .step-list .step-text {
    display: flex;
    align-items: center;
}
.step-list .step-heading {
    justify-content: center;
    width: 180px;
    padding: 0.5rem;
    background: #cae0e9;
    border-radius: 0.25rem;
    border: 1px solid #aed8e8;
    color: #005877;
    font-weight: bold;
}
.step-list .step-heading.red {
    background: #ffddd9;
    border: 1px solid #ffbbb2;
    color: #e55845;
}
.step-list .step-allow {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:640px) {
    .step-list {padding: 1.25rem;}
    .step-list .step-list-row {gap: 1rem;}
    .step-list .step-heading, .step-list .step-allow {width: 30%;}
    .step-list .step-heading {
        height: 3.5rem;
        flex-shrink: 0;
    }
    .step-list .step-text {
        flex-wrap: wrap;
    }
}

.btn-long.red {
    width: 80%;
    background: #980000;
    border: none;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.btn-long.blue {
    width: 80%;
    background: #006c8e;
    border: none;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.btn-long.red:hover, .btn-long.blue:hover {
    transform: translateY(0.3rem);
    box-shadow: none;
    transition: 0.25s
}
.btn-long.red:hover {
    background: #d95757;
}
.btn-long.blue:hover {
    background: #52abcc;
}
/* 閉じるボタン */
.bottom-nav {padding: 2rem 0;}
.btn-close {
    width: 15rem;
    margin: 0 auto;
    border-radius: 1.5rem;
    display:inline-block;
    background: #888888 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.18 38.18'%3E%3Crect fill='%23fff' x='17.09' y='-5.91' width='4' height='50' transform='translate(-7.91 19.09) rotate(-45)'/%3E%3Crect fill='%23fff' x='-5.91' y='17.09' width='50' height='4' transform='translate(-7.91 19.09) rotate(-45)'/%3E%3C/svg%3E") no-repeat;
    background-position: 1rem center;
    background-size: 8.5%;
}
.bottom-nav .btn-close a {
    width: 100%;
    /*height: 100%;*/
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    color: #ffffff;
    text-decoration: none;
}
@media (max-width:640px) {
    .btn-long.red, .btn-long.blue {width: 90%;}
    .btn-close {width: 12rem;}
}



@media (max-width:640px) {
    .spbg-y1 {background: #f5ecd0;}
}

.step-body {
    display: flex;
    gap: 2rem;
}

.step-ss {
    flex-shrink: 0;
    width: 400px;
}
@media (max-width: 640px) {
    .step-body {
        flex-direction: column;
        align-items: center;
        gap: 1.4rem;
    }
    .step-ss {
        width: 76%;
    }
    .step-ss2 {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .step-description {
    }
}
.step-num {
    display: flex;
    align-items:flex-start;
    gap: 0.75rem;
    color: #003306;
    font-weight: bold;
}
@media (min-width: 641px) {
    .step-num img {width: 32px;}
}
@media (max-width: 640px) {
    .step-num {
        gap: 0.5rem;
    }
    .step-num img {width: 8%;}
}











/*
@media (max-width:640px)がSP
@media (min-width:641px)がPC
*/
