@charset "UTF-8";

#breadCrumbs {
    text-align: left;
    margin-bottom: 20px;
}
#breadCrumbs ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}
#breadCrumbs ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 2px;
    padding-left: 10px;
    width: calc((100% - 20px) / 4);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #c5c5c5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#breadCrumbs ul li:first-child:nth-last-child(2), #breadCrumbs ul li:first-child:nth-last-child(2) ~ li {
    width: calc((100% - 16px) / 2);
}
#breadCrumbs ul li:first-child:nth-last-child(3), #breadCrumbs ul li:first-child:nth-last-child(3) ~ li {
    width: calc((100% - 18px) / 3);
}
#breadCrumbs ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 13px solid #ffffff;
}
#breadCrumbs ul li:after {
    content: "";
    position: absolute;
    right: -13px;
    bottom: 0;
    z-index: 2;
    margin-right: 0.4px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 13px solid #c5c5c5;
}
#breadCrumbs ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#breadCrumbs ul li:first-child:before {
    display: none; 
}
#breadCrumbs ul li.current {
    background: #b41f63;
}
#breadCrumbs ul li.current:after {
    border-left-color: #b41f63;
}
.red {
    color: red;
}
.bold {
    font-weight: bold;
}
.btnSubmit .btn01 a {
    padding: 10px 150px;
    margin-top: 20px;
    font-size: 17px;
}
/* ↓ 2023/12/25 会員登録文言追加 */
/*会員登録説明*/
/* .regist-lottery-content {
    border: 2px solid #FF5C77;
    border-radius: 4px;
    margin: 0 15px 20px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    box-shadow: 0px 2px 8px rgba(0 0 0 / 20%);
}
.regist-lottery-main-text {
    background-color: #FF5C77;
    color: #FFF;
    padding: 8px 24px;
}
.regist-lottery-main-text ._accent {
    font-size: 24px;
}
.regist-lottery-text {
    padding: 8px 24px;
}
.regist-lottery-text ._accent {
    font-size: 30px;
    color: #FF5C77;
    line-height: 1.5em
} */
/*登録完了*/
/* .complete-regist-content {
    border: 4px solid #FF5C77;
    border-radius: 8px;
    margin: 0 10px 10px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    box-shadow: 0px 2px 8px rgba(0 0 0 / 20%);
}
.complete-regist-text {
    display: block;
    padding: 8px 24px;
}
.complete-regist-text ._accent {
    font-size: 30px;
    color: #FF5C77;
    line-height: 1.5em
}
.complete-regist-detail-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #FF5C77;
    color: #FFF;
    border-radius: 16px;
    width: 60%;
    margin-bottom: 12px;
}
.complete-regist-detail-icon{
    display: inline-block;
    color: #FFF;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.52em;
    border-left-color: currentColor;
    border-right: 0;
    margin-right: 4px;
} */
/* ↑ 2023/12/25 会員登録文言追加 */
div.registInfo {
    padding: 0 15px 15px;
}
div.registInfo.btnUnder {
    padding: 0 10px 15px;
    color: #999;
}
ul.registLink {
    padding: 0 15px 15px;
}
ul.registLink a {
    color: #b41f63;
    font-size: 13px;
    text-decoration: underline;
}
div.registError {
    margin-bottom: 5px;
    color: red;
}
#mainArea {
    font-size: 15px;
}
#mainArea .btnSubmit {
    margin-bottom: 50px;
}
#mainArea h2.registTitle {
    font-size: 20px;
    font-weight: bold;
    color: #b41f63;
    border: none;
    border-bottom: 3px solid #b41f63;
    padding: 7px 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cLoginForm01 input.registText {
    padding: 15px 10px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    width: calc(100% - 23px);
    border-radius: 5px;
}
div.registResendInfo {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
}
span.registResendLink a {
    color: #757575;
    margin: 0 10px;
    font-size: 15px;
    text-decoration: underline;
}
span.registReturnLink a {
    color: #757575;
    font-size: 16px;
    text-decoration: underline;
}
a.disabled_button span {
    color: #fff;
    font: bold 16px/1em Arial;
    border: 1px solid #aaa;
    background-color: #c5c5c5;
    text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
    padding: 0.48em 2em;
    border-radius: 7px;
    display: block;
    letter-spacing: -1px;
    cursor: default;
}
@media only screen and (max-width:360px) {
    #breadCrumbs ul li {
        font-size: 12px;
    }
}
h2.registTitle {
    font-size: 20px;
    font-weight: bold;
    color: #b41f63;
    border: none;
    border-bottom: 3px solid #b41f63;
    padding: 7px 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.reminderCaution {
    font-size: 13px;
    color: #b41f63;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.radiobox {
    text-align: center;
    margin-bottom: 10px;
}
.radiobox ul {
    display: table;
    margin: 0 auto;
}
.radiobox ul li {
    position: relative;
    display: table-cell;
    margin-right: 20px;
    font-size: 15px;
}
.radiobox ul li:first-child {
    padding-right: 10px;
}
.radiobox ul li label input {
    display: none;
}
.radiobox ul li label input:checked + span {
    color: #b41f63;
}
.radiobox ul li label span {
    padding-left: 20px;
    position: relative;
}
.radiobox ul li label span::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
.radiobox ul li label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #b41f63;
    border-radius: 50%;
}
div.registError {
    margin-bottom: 5px;
    color: red;
}
#tel {
    padding: 15px 10px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    width: calc(100% - 23px);
    border-radius: 5px;
}
a.prev span {
    border-color: #777;
    background: -webkit-gradient(linear, center top, center bottom, from(#9e9e9e), color-stop(0.49, #8e8e8e),color-stop(0.5, #7b7b7b), to(#9a9a9a));
    background: -moz-linear-gradient(top, #9e9e9e, #8e8e8e 49%, #7b7b7b 50%, #9a9a9a);
    background: linear-gradient(#9e9e9e, #8e8e8e 49%, #7b7b7b 50%, #9a9a9a);;
    margin-bottom: 8px;
}
a.disabled_button span {
    display: block;
    letter-spacing: -1px;
    border: 1px solid #aaa;
    color: #fff;
    font: bold 16px/1em Arial;
    text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
    padding: 0.48em 2em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #c5c5c5;
    cursor: default;
}
a.mail_button span {
    display: block;
    letter-spacing: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
    color: #444;
    padding: 5px 0;
    margin-top: 8px;
    font: bold 16px Arial;
    -webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 1px;
    -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 1px;
    box-shadow: rgba(0,0,0,0.75) 0px 0px 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF), color-stop(0.49, #CCC),color-stop(0.5, #CCC), to(#FFF));
    background: -moz-linear-gradient(top, #FFF, #CCC 49%, #CCC 50%, #FFF);
    background: linear-gradient(#FFF, #CCC 49%, #CCC 50%, #FFF);
}
/* ↓ボタンデザイン変更*/
a.disabled_button_member_regist span {
    color: #fff;
    border: 1px solid #aaa;
    background-color: #c5c5c5;
    text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
    display: block;
    letter-spacing: -1px;
    cursor: default;
    font-weight: bold;
    border-radius: 21px;
    padding: 15px 0 12px;
    font-size: 13px;
}
/* ↑ボタンデザイン変更*/

/* ↓2024/12/02 */
.cLoginForm01 ul.inputForm li.inputTxt {
    font-size: 18px;
    padding: 20px 2px 10px 2px;
}
.cLoginForm01 ul.inputForm li.inputTxt p {
    margin-bottom: 10px;
    font-weight: bold;
}
.cLoginForm01 ul.inputForm li.inputTxt span {
    display: inline-block;
    font-weight: normal;
}
.cLoginForm01 ul.inputForm li.inputTxt span.notes {
    font-size: 15px;
    padding: 5px 0px 10px 0px;
    color: #FF0000;
}
.cLoginForm01 ul.inputForm li.inputTxt span.birthLabel {
    vertical-align: bottom;
    font-size: 20px;
    padding: 0px 0px 6px 5px;    
}
.cLoginForm01 .inputTxt .year,
.cLoginForm01 .inputTxt .month,
.cLoginForm01 .inputTxt .day {
    font-size: 16px;
    height: 38px;
}
.cLoginForm01 ul.inputForm li.inputTxt input {
    font-size: 16px;
    margin: 0px;
}
.compMsg {
    margin-bottom: 10px;
    padding: 0 10px 8px 10px;
}
.passBlock {
    margin: 0 auto;
    width: calc(100% - 15px);
    font-size: 16px;
}
.passBlock span {
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    vertical-align: top;
}
.passBlock span:nth-child(1) {
    width: 100px;
    text-align: center;
}
.passBlock span:nth-child(2) {
    width: 20px;
}
.cLoginForm01 .passBlock .pass {
    margin: 0 auto 0 1px;
    padding: 6px;
    width: 130px;
    height: 41px;
    color: #333;
    vertical-align: top;
}
.passMsg {
    margin: 10px auto 10px auto;
    padding: 5px 0 10px 10px;
    border-bottom: 1px solid #CCCCCC;
}
.loginButton a.fancy_button_member_regist span {
    font-size: 16px;
}
/* ↑2024/12/02 */
/* ↓2025/01/15 */
.cLoginForm01 .mb20 {
    margin-bottom: 20px;
}
.userIdBlock {
    margin: 0 auto;
    width: calc(100% - 15px);
    font-size: 16px;
}
.userIdBlock span {
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    vertical-align: top;
}
.userIdBlock span:nth-child(1) {
    width: 100px;
    text-align: center;
}
.userIdBlock span:nth-child(2) {
    width: 20px;
}
.cLoginForm01 .userIdBlock .user_id {
    margin: 0;
    padding: 6px;
    width: 130px;
    height: 40px;
    color: #333;
    vertical-align: top;
}
/* ↑2025/01/15 */
