#btn_contents {
    font-size: 18px;
}


.border_none {
    border-bottom: 0;
}


.button-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

.button-wrapper > * {
    margin: 0 10px;
}

.button-wrapper .button-wrapper-inner .is-registration_login {
    background-color: #fb8d1e;
}

#btn_contents_click-hide .btn-bkgColor {
    background-color: #fb8d1e;
}

.button {
    background: #32acc4;
    border-radius: 25px;
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    transition: opacity 0.3s;
}

.button:hover {
    opacity: 0.7;
}

.button .button-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    min-width: 240px;
}


.button-color {
    background: #df002d;
}

.display-none {
    display: none;
}

.box_login2 {
    margin-bottom: 10px;
    margin-top: 0;
}

/*---このサイトについてバナー--*/
.dc_service_blgrd {
    padding-top: 10px;
}

@media screen and (max-width:640px) {
    .popular-box {
        border-bottom: 10px;
    }

    .border-bt {
        padding-bottom: 10px;
    }
}