@charset "UTF-8";

.only-sp{
    display: none;
}

.flex-box{
    display: flex;
    justify-content: center;
}

.bg-blue{
    background-color: #F1FDFF;
}

.bg-green{
    background-color: #62C7A4;
}

.more-btn-wrappr{
    text-align: center;
}

.more-btn-wrappr-inner{
    background-color: #FFF;
    border: 1px solid #56AAD1;
    border-radius: 2em;
    width:295px;
    margin:2.5rem auto 0;
    display:block;
    padding:7px;
    box-sizing:border-box;
    color:#56AAD1;
    font-weight:bold;
    cursor:pointer;
    transition:background-color 0.3s,color 0.3s;
}
.more-btn-wrappr-inner:hover {
    background-color: #56AAD1;
    color:#FFF;
}

.more-btn-wrappr-inner-blue{
    background-color: #56AAD1;
    border: 1px solid #56AAD1;
    border-radius: 2em;
    width:295px;
    margin:2.5rem auto 0;
    display:block;
    padding:7px;
    box-sizing:border-box;
    color:#FFF;
    font-weight:bold;
}

.fnav-inner .navbox ul li a{
    font-weight: 400;
}

.mtrem05 { margin-top:0.5rem;}
.mtrem10 { margin-top:1rem;}
.mtrem15 { margin-top:1.5rem;}
.mtrem20 { margin-top:2rem;}
.mtrem25 { margin-top:2.5rem;}
.mtrem30 { margin-top:3rem;}
.mtrem35 { margin-top:3.5rem;}
.mtrem40 { margin-top:4rem;}
.mtrem50 { margin-top:5rem;}
.mtrem60 { margin-top:6rem;}
.mtrem70 { margin-top:7rem;}
.mtrem80 { margin-top:8rem;}
.mtrem90 { margin-top:9rem;}
.mtrem100 { margin-top:10rem;}
.mbrem05 { margin-bottom:0.5rem;}
.mbrem10 { margin-bottom:1rem;}
.mbrem15 { margin-bottom:1.5rem;}
.mbrem20 { margin-bottom:2rem;}
.mbrem25 { margin-bottom:2.5rem;}
.mbrem30 { margin-bottom:3rem;}
.mbrem35 { margin-bottom:3.5rem;}
.mbrem40 { margin-bottom:4rem;}
.mbrem50 { margin-bottom:5rem;}
.mbrem60 { margin-bottom:6rem;}
.mbrem70 { margin-bottom:7rem;}
.mbrem80 { margin-bottom:8rem;}
.mbrem90 { margin-bottom:9rem;}
.mbrem100 { margin-bottom:10rem;}

.to-shop-btn {
    position: fixed;
    right: 7px;
    color: #fff;
    /* padding: 1em 1.25rem; */
    padding-top: 0;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
    z-index: 3;
    border-radius: 6px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    font-size: 12px;
    display: block;

    opacity: 1;
    bottom: 90px;
    background-color: #979797 !important;
}
.to-3step-btn {
    position: fixed;
    right: 7px;
    color: #fff;
    /* padding: 1em 1.25rem; */
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
    z-index: 3;
    border-radius: 6px;
    width: 80px;
    height: 90px;
    box-sizing: border-box;
    font-size: 12px;
    display: block;

    opacity: 1;
    bottom: 175px;
    background-color: #EB7446 !important;
}

.planflow-area .blue-text-link{
    padding: 2em;
    color: #56AAD1;
}

.planflow-area .blue-text-link:before{
    content: "＞";
    font-size: 10px;
    padding-right: 0.25rem;
}

.planflow-area .blue-text-link a{
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #56AAD1;
    line-height: 1;
    font-size: 15px;
}

.placFlowNoticeUl{
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding-bottom: 2rem;
}

.placFlowNoticeLi{
    word-break: keep-all;
    color:#56AAD1;
    font-weight: bold;
}

@media (max-width: 768px) {

    .only-pc{
        display: none;
    }

    .only-sp{
        display: block;
    }

    .more-btn-wrappr-inner{
        margin-top: 1rem;
        width: inherit;
    }

    .to-shop-btn i{
        padding-top: 6px;
        font-size: 2em;
    }

}