@charset "UTF-8";

.remodal-overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 100001;
    display: none;
}
.remodal-is-opened {
    display: flex!important;
    justify-content: center;
}
.remodal {
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 35px;
    background: #fff;
    height: 100%;
    margin: 0;
    color: #000;
}
.remodal-wrapper {
    padding: 10px;
    z-index: 100001;
    display: none;
}
.remodal-wrapper.position {
    padding: 5% 10px;
}
.remodal-btns {
    max-width: 450px;
}
@media (max-width: 767px) {
    .remodal-dialog {
        max-width: 800px;
    }
    .remodal-wrapper {
        padding: 20% 10px;
    }
    .remodal-wrapper.position {
        padding: 10% 10px;
    }
}
@media only screen and (min-width: 641px) {
    .remodal {
      max-width: 800px;
    }
    .remodal-btns {
        max-width: 450px;
    }
  }
.remodal-close {
    right: 0;
    left: auto;
    width: 24px;
    height: 24px;
    color: #000;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.remodal-close:before {
    font-size: 45px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
}
.remodal-dialog {
    padding: 0;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.remodal-dialog-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}
.dialog-title {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.dialog-contents {
    backface-visibility: hidden;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px 24px 20px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
}
.modal-section-title {
    font-weight: bold;
}
.modal-section {
    margin-top: 12px;
}
.dot,
.asterisk {
    margin-left: 1.2em;
    position: relative;
}
.asterisk {
    display: inline-block;
}
a .asterisk {
    text-decoration: underline;
}
.dot:before,
.asterisk:before {
    display: inline-block;
    position: absolute;
    left: -1.2em;
}
.dot:before {
    content: "・";
}
.asterisk:before {
    content: "※";
}
.second {
    margin-left: 2.4em;
}
.modal-section  a {
    color: #d42134;
    text-decoration: underline;
}
.space {
    margin-left: 1.2em;
    position: relative;
}
.modal-section  a:hover {
    opacity: 0.7;
}
.agreement-txt {
    cursor: pointer;
    display: inline-block;
    padding-left: 35px;
    position: relative;
    width: auto;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.agreement-txt::before {
    background: #fcecee;
    border: 2px solid #D3D1D1;
    content: '';
    display: block;
    height: 25px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 25px;
    border-radius: 5px;
    box-sizing: border-box;
}
.agreement-txt::after {
    border-right: 3px solid #D3D1D1;
    border-bottom: 3px solid #D3D1D1;
    content: '';
    display: block;
    height: 12px;
    left: 9px;
    margin-top: -8px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    width: 6px;
}
.dialog-btn-wrap {
    padding: 15px 0 20px;

}
.dialog-btn-wrap input[type=checkbox]:checked + .agreement-txt::before {
    background: #1976d2;
    border: 2px solid #1976d2;
}
.dialog-btn-wrap input[type=checkbox]:checked + .agreement-txt::after {
    border-color: #fff;
}
.dialog-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    height: 56px;
    min-width: 552px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 28px;
    background-color: #d42134;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.dialog-btn:link,
.dialog-btn:visited,
.dialog-btn:hover,
.dialog-btn:active,
.dialog-btn:focus,
.dialog-btn:link .btn__content,
.dialog-btn:visited .btn__content,
.dialog-btn:hover .btn__content,
.dialog-btn:active .btn__content,
.dialog-btn:focus .btn__content {
    color: #fff;
    text-decoration: none;
}
.dialog-btn--disabled {
    background-color: #D3D1D1;
    color: #555;
    box-shadow: none;
    pointer-events: none;
}
.dialog-btn--disabled:link,
.dialog-btn--disabled:visited,
.dialog-btn--disabled:hover,
.dialog-btn--disabled:active,
.dialog-btn--disabled:focus,
.dialog-btn--disabled:link .btn__content,
.dialog-btn--disabled:visited .btn__content,
.dialog-btn--disabled:hover .btn__content,
.dialog-btn--disabled:active .btn__content,
.dialog-btn--disabled:focus .btn__content {
    color: #555;
    text-decoration: none;
}

.remodal-inner {
    overflow-y: auto;
    position: relative;
}
.remodal-inner img {
    max-width: 100%;
}
.inner-title {
    margin-top: 10px;
    font-size: 0;
}
.inner-lead {
    padding-top: 10px;
    font-size: 0;
}
.inner-box {
    background-color: #fdf5f5;
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
    padding-top: 50px;
}
.inner-subtitle {
    position: absolute;
    top: -10px;
}
.inner-btn {
    font-size: 0;
}
.inner-btn + .inner-btn {
    margin-top: 10px;
}
.inner-btn a {
    cursor: pointer;
    width: 300px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
.btn-01 a {
    cursor: pointer;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_01_04_btn.png),
              center / 0 no-repeat url(/ep/private/moving/images/dialog_01_04_btn_hover.png);
}
.btn-01 a:hover {
    background-size: 0, contain;
}
.btn-02 a {
    cursor: pointer;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_01_05_btn.png),
              center / 0 no-repeat url(/ep/private/moving/images/dialog_01_05_btn_hover.png);
}
.btn-02 a:hover {
    background-size: 0, contain;
}
.btn-03 a {
    cursor: pointer;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_01_06_btn.png),
              center / 0 no-repeat url(/ep/private/moving/images/dialog_01_06_btn_hover.png);
}
.btn-03 a:hover {
    background-size: 0, contain;
}
.btn-04 a {
    cursor: pointer;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_01_07_btn.png),
              center / 0 no-repeat url(/ep/private/moving/images/dialog_01_07_btn_hover.png);
}
.btn-04 a:hover {
    background-size: 0, contain;
}
.btn-05 a {
    cursor: pointer;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_01_08_btn.png),
              center / 0 no-repeat url(/ep/private/moving/images/dialog_01_08_btn_hover.png);
}
.btn-05 a:hover {
    background-size: 0, contain;
}
.btn-06 a {
    cursor: pointer;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_01_09_btn.png),
              center / 0 no-repeat url(/ep/private/moving/images/dialog_01_09_btn_hover.png);
}
.btn-06 a:hover {
    background-size: 0, contain;
}
.remodal-back {
    width: 23px;
    height: 23px;
    background: url(/ep/private/moving/images/back-btn.png);
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.inner-contents {
    margin-top: 20px;
    font-size: 0;
}
.back-btn a {
    width: 300px;
    height: 53px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_common_btn.png),
    center / 0 no-repeat url(/ep/private/moving/images/dialog_common_btn_hover.png);
}
.back-btn a:hover {
    background-size: 0, contain;
}
.back-btn {
    margin-top: 20px;
}
.copy {
    font-size: 0;
    margin-top: -40px;
    padding: 0 10px;
    cursor: pointer;
}
.copy-complete + .back-btn {
    margin-top: 30px;
}
.copy-complete {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.copy-complete-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    cursor: pointer;
}
.inner-contents--common-bg {
    padding: 70px 20px;
    background-image: url(/ep/private/moving/images/dialog_common_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.use-btn a {
    width: 260px;
    height: 46px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_common_usebtn.png),
    center / 0 no-repeat url(/ep/private/moving/images/dialog_common_usebtn_hover.png);
}
.btn-area {
    position: relative;
    margin-top: -115px;
}
.use-btn a:hover {
    background-size: 0, contain;
}
.stop-btn {
    margin-top: 10px;
}
.stop-btn a {
    width: 160px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_common_stopbtn.png),
    center / 0 no-repeat url(/ep/private/moving/images/dialog_common_stopbtn_hover.png);
}
.stop-btn a:hover {
    background-size: 0, contain;
}
.apply-btn a {
    width: 332px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_02-05_btn.png),
    center / 0 no-repeat url(/ep/private/moving/images/dialog_02-05_btn_hover.png);
}
.apply-btn a:hover {
    background-size: 0, contain;
}
.apply-btn {
    margin-top: 20px;
}
.tab-area {
    display: flex;
    font-size: 0;
    margin-top: 10px;
}
.tab {
    width: 50%;
    cursor: pointer;
    aspect-ratio: 15 / 4;
    height: auto;
    text-indent: -5000px;
}
.tab_01 {
    background-image: url(/ep/private/moving/images/dialog_02-04-02_tab_01_off.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.tab_02 {
    background-image: url(/ep/private/moving/images/dialog_02-04-02_tab_02_off.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.tab--active.tab_01 {
    background-image: url(/ep/private/moving/images/dialog_02-04-02_tab_01_on.png);
}
.tab--active.tab_02 {
    background-image: url(/ep/private/moving/images/dialog_02-04-02_tab_02_on.png);
}
.tab-contents {
    padding: 30px 10px;
    background-color: #e5f3fa;
    display: none;
}
.tab-contents--active {
    display: block;
}
.tab-contents-txt {
    font-size: 0;
}
.close-btn a {
    width: 150px;
    height: 38px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_02-04-02_tab_02_closebtn.png),
    center / 0 no-repeat url(/ep/private/moving/images/dialog_02-04-02_tab_02_closebtn_hover.png);
}
.close-btn a:hover {
    background-size: 0, contain;
}
.close-btn {
    margin-top: 20px;
}
.stopnecessary-btn a {
    width: 300px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    background: center / contain no-repeat url(/ep/private/moving/images/dialog_02-04-02_tab_02_stopbtn.png),
    center / 0 no-repeat url(/ep/private/moving/images/dialog_02-04-02_tab_02_stopbtn_hover.png);
}
.stopnecessary-btn a:hover {
    background-size: 0, contain;
}
.stopnecessary-btn {
    margin-top: 20px;
}
@media only screen and (max-device-width: 480px) {
    .remodal {
        padding: 20px 15px;
    }
    .btn-area {
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
    .remodal-dialog {
        padding: 0;
    }
    .remodal-dialog-inner {
        width: 100%;
    }
    .remodal-close {
        height: 20px;
        width: 20px;
        top: 8px;
        right: 8px;
    }
    .remodal-close:before {
        font-size: 35px;
        height: 20px;
        width: 20px;
    }
    .dialog-btn {
        width: 100%;
        min-width: 100%;
        height: 46px;
        padding: 0;
    }
    .dialog-title {
        font-size: 16px;
    }
    .agreement-txt {
        font-size: 14px;
        padding-left: 28px;
    }
    .dialog-contents {
        font-size: 12px;
    }
    .dialog-btn-wrap {
        padding: 15px 15px 20px;
    }
    .agreement-txt::before {
        height: 20px;
        left: 0;
        margin-top: -10px;
        width: 20px;
    }
    .agreement-txt::after {
        height: 9px;
        left: 7px;
        margin-top: -11px;
        top: 16px;
        width: 4px;
    }
    .inner-title {
        margin-top: 20px;
    }
    .back-btn a,
    .use-btn a,
    .stop-btn a {
        max-width: 100%;
    }
    .apply-btn a {
        width: 300px;
        max-width: 100%;
    }
}
.js-agreement {
    display: none;
}