@charset "utf-8";
/* CSS Document */

/* Contents Common
----------------------------------------------------------------------------------------------------*/
section {
    overflow: hidden;
}

main section {
    position: relative;
    border-top: solid 3px #e60028;
    overflow: hidden;
    background-color: #f5f3f3;
}

.bg {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0;
    z-index: 0;
}

.bg:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: -122px;
    left: 0;
    right: 0;
    width: 240px;
    height: 240px;
    background: #ecebeb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

h2 {
    position: relative;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    z-index: 5;
}

h2 span {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
    display: block;
    color: #e60028;
    font-weight: bold;
    border-bottom: solid 1px #ecebeb;
    line-height: 1;
}

main section h3 {
    font-family: 'Montserrat', "sans-serif", "メイリオ", Meiryo, Osaka, "sans-serif";
    position: relative;
    text-align: center;
    font-size: 22px;
    border-bottom: solid 1px #000;
}

main section h3 span {
    display: inline-block;
    padding: 0 25px;
    margin-bottom: -2px;
    vertical-align: bottom;
    border-bottom: solid 3px #e60028;
    line-height: 1.5;
}

.cont_box {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.content {
    position: relative;
    z-index: 10;
}

.section {
    position: relative;
    display: block;
    margin: 0 0 20px 15px;
    padding: 15px;
    background: #fff;
    word-wrap: break-word;
    border: solid 1px #e60028;
    border-radius: 5px;
}

.section span {
    color: #e60028;
}

.section span.bold {
    color: #000;
    font-weight: bold;
}

.section span.small {
    margin-left: 10px;
    color: #000;
    font-size: .8rem;
}

.helpdesk-cont {
    margin-top: 15px;
    padding-top: 15px;
}

.helpdesk-cont h4 {
    font-size: 120%;
    font-weight: bold;
}

.control-group {
    display: inline-block;
    margin-bottom: 20px;
}

.control {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 30px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control input:checked ~ .control_indicator {
    background: #e60028;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
}
.control_indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control-checkbox .control_indicator {
    border: 2px solid #e60028;
    border-radius: 5px;
}
.control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn_disabled {
    pointer-events: none;
}
.btn_disabled a {
    color: #ccc !important;
    border-color: #ccc !important;
    box-shadow: none;
}
.btn_disabled::after {
    border-top-color: #ccc !important;
    border-right-color: #ccc !important;
}
.require::after {
    content: '必須';
    padding: 0 4px;
    border: 2px solid #e60028;
    border-radius: 5px;
    font-size: 12px;
}

.helpdesk-box {
    margin-bottom: 30px;
}

.helpdesk-box p.emphasis {
    margin: 15px;
    color: #e60028;
    font-weight: bold;
    text-align: left;
}

.helpdesk-box a {
    color: #e60028;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.helpdesk-list {
    margin: auto 30px;
    text-align: left;
}

.helpdesk-list li {
    list-style-type: disc;
}

.cushara-notice{
    margin: auto 15px;
}

.cushara-notice p {
    margin-bottom: 5px;
    text-align: left;
}

.helpdesk-phoneno {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.helpdesk-phoneno a {
    display: block;
    padding: 10px 0;
    width: 50%;
    font-size: 120%;
    font-weight: bold;
    color: #e60028;
    border: solid 2px #e60028;
    border-radius: 5px;
}

.helpdesk-phoneno li {
    width: 50%;
}

.phoneno-guide {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #000 !important;
}

.cushara-popup {
    position: relative;
    margin: 30px auto;
    padding: 25px;
    width: 90%;
    max-width: 1024px;
    border: solid 2px #e60028;
    border-radius: 20px;
    background-color: #fff;
}

.cushara-popup h4 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}

/* カスハラポップアップウィンドウ */
.mfp-hide { display: none; }

.mfp-bg {
    background-color: #000;
    opacity: 0.8;
    transition: all 0.5s ease-out;
}

.mfp-bg.mfp-ready { opacity: 0.8; }

.mfp-bg.mfp-removing { opacity: 0; }

.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.5s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }

.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.mfp-close-btn-in .mfp-close { color: #e60028; }

.mfp-close {
    cursor: pointer;
    top: -25px;
    right: -15px;
    padding: 0;
    background-color: #fff;
    border: solid 2px;
    border-radius: 50%;
    opacity: 1;
}

.mfp-close:active { top: -25px; }

.mfp-close span { padding-left: 2px; }


/* -------------------- for SP (480px) ----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    /* CONTENTS
--------------------------------------------------------------------------------------*/
    .cont_box {
        width: 100%;
        margin: 7% auto 0;
        padding: 0 3%;
    }
    h2 {
        margin-bottom: 6vw;
        padding: 6.5% 0 1.5%;
        font-size: 170%;
    }
    h2 span {
        padding: 2.5% 0 7%;
        font-size: 44%;
    }
    main section {
        padding-bottom: 12%;
    }
    main section .bg:after {
        top: -135px;
        width: 213px;
        height: 213px;
    }
    main section h3 {
        margin: 0 auto 5%;
        width: 98%;
        font-size: 125%;
    }
    .section {
        margin: 0 auto 15px auto;
        padding: 5px;
    }
    .section span.small {
        display: block;
        margin-left: 20px;
    }
} /* (max-width: 480px) end */

/* -------------------- for other ----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
    /* Contents Common
--------------------------------------------------------------------------------------*/
    main section span.bg:after {
        top: -105px;
        width: 213px;
        height: 213px;
    }
    .cont_box {
        margin: 2vw auto 0 !important;
        padding: 0 3vw !important;
    }
    h2 {
        margin-bottom: 8vw;
        padding: 4vw 0 0 !important;
        font-size: 200% !important;
    }
    h2 span {
        padding: 1.5vw 0 4vw !important;
        font-size: 40% !important;
    }
    main section h3 {
        margin: 0 auto 1em;
        max-width: 1024px;
        font-size: 138%;
        text-align: center;
        line-height: 1;
    }
    .section {
        padding: 10px;
    }
} /* (min-width: 481px) and (max-width: 1023px) end */
@media all and (-ms-high-contrast:none) and (min-width: 481px) and (max-width: 1023px) {
    *::-ms-backdrop, header .header_sub_cont form {
        margin-right: 83px;
    }
    *::-ms-backdrop, main section h3 {
        width: 96%;
    }
} /* IE11 */

/* -------------------- for PC (1024px) ----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
    /* Contents Common
--------------------------------------------------------------------------------------*/
    main section {
        padding-bottom: 45px;
    }
    h2 {
        margin-bottom: 70px;
        padding-top: 32px;
        font-size: 230%;
        letter-spacing: -0.02em;
    }
    h2 span {
        padding: 9px 0 38px;
        font-size: 40%;
        letter-spacing: 0;
    }
    main section h3 {
        margin: 0 auto 30px;
        width: 100%;
        max-width: 1004px;
        line-height: 1;
    }
    main section h3 span {
        padding-bottom: 12px;
    }
    .cont_box {
        width: 1000px;
    }
} /* (min-width: 1024px) end */