.s-main-bg_check {
    background-image:url(/assets/images/original/tokuten-tell_bg_check.gif);
}

.s-content--paint {
    background-color: transparent;
}

.s-content--paint .o-content__inner {
    margin-top:0;
}

.s-headline {
    margin-top: 72px;
    margin-bottom: 32px;
    color: #9F1D3F;
}

.s-sub-headline {
    color: #003B74;
    text-align: center;
    font-size: 18px;
}

.s-content__inner {
    max-width: 900px;
    background-color: transparent;
    padding: 0;
}

.s-item_list-detail_link:hover,.s-item_list-title_link:hover,.s-flow_form-detail-link:hover,.s-service_top-link:hover {
    opacity: 0.7;
}

.m-breadcrumbs--transparent .m-breadcrumbs__link, .m-breadcrumbs--transparent .m-breadcrumbs__text,.m-breadcrumbs--transparent .m-breadcrumbs__item:last-child .m-breadcrumbs__text,.m-breadcrumbs--transparent .m-breadcrumbs__item:before {
    color: #999;
}

.s-detail_title {
    padding: 16px 16px;
    color:#FFF;
    font-size: 20px;
    letter-spacing: 1px;
    background: rgb(150,34,56);
    background: linear-gradient(90deg, rgba(150,34,56,1) 0%, rgba(237,130,141,1) 100%);
}

.s-flow_form-wrap {
    background-color: #FFF;
    margin-bottom: 48px;
}

.s-flow_form-wrap + .s-flow_form-wrap {
    border-top: solid 1px #ccc;
}

.s-flow_form-detail {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 32px;
}

.s-flow_form_list_item_box_checkbox,
.s-flow_form_list_item_box_radio {
    display: none;
}

.s-flow_form_list_item_box_label {
    display: inline-block;
    margin-right: 48px;
    margin-bottom: 0;
    position: relative;
    padding-left: 26px;
}

.s-flow_form_list_item_box_label:last-child {
    margin-right:0;
}

.s-flow_form_list_item_box_radio + .s-flow_form_list_item_box_label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.s-flow_form_list_item_box_radio:checked + .s-flow_form_list_item_box_label:before {
    border-color: #00aeef;
}

.s-flow_form_list_item_box_radio:checked + .s-flow_form_list_item_box_label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    width: 10px;
    height: 10px;
    background-color: #00aeef;
    border-radius: 50%;
}

.s-service_top {
    text-align: center;
    margin: 32px 0;
}

.s-service_top-link {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    color: #FFF;
    font-weight: bold;
    background-color: #00aeef;
    border-radius: 4px;
    padding: 40px;
}

.s-service_top-link.s-disable {
    pointer-events: none;
    background-color: #ccc;
}

.s-tel-wrap {
    margin-top: 48px;
}

.s-tel {
    max-width: 500px;
    margin: 16px auto 0;
    padding: 32px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #94243a;
}

.s-tel-text {
    display:block;
    color:#003B74;
}

.s-tel-link {
    position: relative;
    margin-top:10px;
    display: inline-block;
    padding-left: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #003B74;
}

.s-tel-link:hover {
    text-decoration:underline;
}

.s-tel-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 30px;
    height: 27px;
    background-image: url(/assets/images/original/tokuten-tell_icon-tell.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.s-tel-hours{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #003B74;
}

@media only screen and (max-width: 768px) {
    .s-headline {
        margin: 0;
    }

    .s-flow_form_list_item_box_label {
        margin: 10px;
        min-width: 5em;
    }

    .s-flow_form_list_item_box_label:last-child {
        margin: 10px;
    }

    .s-flow_form-tag {
    padding: 10px 16px;
    margin-right: 5px;
    margin-left: 5px;
    }

    .s-item_list-box {
        display: block;
    }

    .s-flow_form-wrap {
        display: block;
        padding: 12px;
    }

    .s-flow_form-item {
        width: 100%;
    }

    .s-flow_form-item:first-child {
        border:none;
        margin-bottom: 16px;
    }

    .s-flow_form-item:last-child {
        padding:16px 0;
    }

    .s-flow_form-detail-text {
        font-size: 15px;
    }

    .s-service_top-link {
        font-weight: normal;
        padding: 20px 16px;
    }

    .s-service_top-link:after {
        right: 1em;
        width: 18px;
        height: 18px;
    }
}