/*新規会員登録*/
.ec-pageHeader h1, .ec-pageHeader .h1{
    border-top:none;
}
.ec-registerRole{
    padding-bottom: 60px;
}
.ec-registerRole [type="checkbox"], 
.ec-registerRole[type="radio"]{
    accent-color: #5AA600;
}
.registration_page h3{
    padding: 36px 0 16px 0;
    text-align: center;
}
.ec-entry-service{
    background: #f6f6f6;
}
.ec-entry-service .ec-entry-service-ttl{
    padding: 20px;
    color:#FFA600;
    font-size: 20px;
    text-align: center;
}
.ec-entry-service ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ec-entry-service li{
    margin-bottom: 16px;
    padding: 16px;
    width: calc((100% / 2) - 16px);
    background: #fff;
}
.ec-entry-service li img{
    max-height: 74px;
    width: auto;
    display: inline;
} 
.ec-entry-service li h5{
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.ec-entry-service li p{
    width: 60%;
    font-size: 14px;
    float: right;
    line-height: 1.8;
}
.ec-entry-txt{
    padding: 36px 0;
    text-align: center;
}
.ec-entry-block-inner{
    max-width: 643px;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
}
.ec-entry-block-item{
    width: calc((100% / 2) - 20px );
    align-items: flex-end;
    border: 2px solid #D8D8D8;
    border-radius:3px ;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    text-align: center;
}
.ec-entry-block-item p{
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}
.ec-entry-block-item h5{
    width: 100%;
    padding: 20px 0 10px 0;
}
.ec-entry-block-item span{
    width: 100%;
    display: inline;
}
.ec-entry-block-item a{
    width: 80%;
    height: 34px;
    line-height: 34px;
    margin: 0 auto 10px auto;
    background: #525263;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
}
.ec-entry-block-item:has(.red){
    border: 2px solid #E95464;
}
.ec-entry-block-item .red{
    background: #E95464;
    color: #fff;
    display: block;
    text-align: center;
}
.ec-entry-block-item span{
    padding: 2px 0;
    font-size: 14px;
}
.ec-entry-block-item .price{
    padding: 10px;
    font-weight:bold;
    font-size: 30px;
}
.ec-entry-block-item .price span{
    padding: 0 2px;
    font-weight:300;
    font-size: 15px;
}
.ec-entry-table table{
    max-width: 643px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(53, 53, 53, 0.2);
    font-size: 14px;
}
.ec-entry-table table .red{
    color: #E95464;
}
.ec-entry-table tr:nth-child(2n){
    background: #F9F9F9;
}
.ec-entry-table th,.ec-entry-table td{
    padding: 16px;
}
.ec-entry-table th,.ec-entry-table td:nth-child(2),
.ec-entry-table th,.ec-entry-table td:nth-child(3){
    font-weight: 300;
    text-align: center;
}
.ec-entry-table .ec-entry-table-txt{
    max-width: 643px;
    margin: 0 auto;
    padding: 20px 0;
}
.ec-entry-table .ec-entry-table-txt p{
    padding-left: 20px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 1.8;
    text-indent: -20px;
}

@media only screen and (min-width: 768px) {
    .ec-entry-service .ec-entry-service-ttl{
        font-size: 24px;
    }
    .ec-entry-service li{
        width: calc((100% / 4) - 16px);
    }
    .ec-entry-service li img{
        max-height: 100px;
        margin: 0 auto;
        padding-bottom: 10px;
        display: block;
    } 
    .ec-entry-service li p{
        width: 100%;
    }
    .ec-entry-block-inner{
        justify-content: space-between;
    }
    .ec-entry-block-item span{
        font-size: 24px;
    }
}
/*新規会員登録フォーム*/
.ec-borderedDefs{
    border-top: none;
}
.ec-zipInputHelp a{
    font-size: 14px;
}
.ec-zipInputHelp a span{
    color: #1A0DAB;
}
.ec-zipInputHelp .ec-zipInputHelp__icon{
    top:0;
}
.ec-label{
    border-left: 4px solid #666;
    padding-left: 10px;
    font-weight: 300;
    font-size: 14px;
}
.entry_table{
    width: 100%;
}
/*
.entry_table .ec-radio{
    align-items: baseline;
    display: flex;
}
*/
.ec-checkbox label{
    margin-bottom: 30px;
}
.ec-registerRole__actions .ec-link{
    color: #1A0DAB;
}
.ec-required{
    padding: 0 2px;
    background: #DE5D50;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
}
#ec-phone_number{
    align-items: center;
    display: flex;
}
#ec-phone_number .ec-phone_text{
    width: 50%;
    padding-left: 6px;
    font-size: 12px;
}
.ec-registerRole__actions{
    font-weight: 300;
    font-size: 15px;
}
.entry_table th{
    display: inline-block;
}
.entry_table td:nth-child(2){
    display: inline-block;
}
.entry_table td:nth-child(3){
    width: 100%;
    display: block;
}
.ec-blockBtn--cancel,
.ec-blockBtn--action{
    max-width: 350px;
    height: 40px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    font-weight: 300;
    line-height:40px;
}
@media only screen and (min-width: 768px) {
    .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input{
        margin-top: 16px;
    }

    .entry_confirm .entry_table {
        width: 100%;
        table-layout: fixed;
    }

    .ec-required{
        margin: 0
    }
    #entry_phone_number{
        margin-bottom: 4px;
    }
    #ec-phone_number{
        display: block;
    }
    #ec-phone_number .ec-phone_text{
        width: 100%;
        padding-left: 0px;
    }
    .ec-phone_text{
        font-size: 12px;
        margin-bottom: 16px;
        display: block;
    }
    .entry_table .ec-radio{
        margin: 16px 0;
    }
    .entry_table tr{
        border-bottom:1px solid #d2d2d2 ;
    }
    .entry_table th{
        display: table-cell;
        padding: 16px 30px 0 30px;
        background: #525263;
        color: #fff;
        vertical-align: top;
    }
    .entry_confirm .entry_table th{
        width: 275px;
    }
    .entry_table td{
        padding: 0  0 0 30px;
        vertical-align: baseline;
    }
    .entry_table td:nth-child(2){
        display: table-cell;
        text-align: center;
    }
    .entry_confirm .entry_table td:nth-child(2){
        width: 90px;
    }
    .entry_confirm .entry_table td:nth-child(3){
        padding-right: 30px;
        width: 100%;
    }
    .entry_normal_confirm .entry_table tr:nth-child(7) td:nth-child(2){
        width: 100%;
        white-space: nowrap;
    }
/*
    .entry_normal_confirm tr:nth-child(7) td:nth-child(3){
        display: none;
    }
*/
    .entry_business_confirm tr:nth-child(8) td:nth-child(3) .ec-radio,
    .entry_normal_confirm tr:nth-child(7) td:nth-child(3) .ec-radio {
        margin: 0;
    }
    .entry_business_confirm .entry_table tr:nth-child(8) td:nth-child(2){
        width: 100%;
        white-space: nowrap;
    }
/*
    .entry_business_confirm tr:nth-child(8) td:nth-child(3){
        display: none;
    }
*/
    .entry_table tr:last-child{
        border-bottom: none;
    }
    .ec-borderedDefs{
        border:1px solid #3D3D3D;
    }
    .ec-borderedDefs .ec-label{
        border: none;
        padding-left: 0;
        font-weight: normal;
        font-size: 14px;
    }
    .ec-blockBtn--cancel,
    .ec-blockBtn--action{
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }
    .ec-entry-table .ec-entry-table-txt{
        padding: 20px 0 40px 0;
    }
    .news_letter.entry_table tr:last-child{
        height: 60px;
    }
    .news_letter.entry_table tr:last-child td{
        position: absolute;
        height: 60px;
    }
}
/*新規会員登録(確認)*/
.confirm_text{
    padding-bottom: 16px;
}
.entry_table.confirm tr{
    margin-bottom: 10px;
    display: block;
}
/*
.entry_table.confirm td{
    display: block;
}
*/
@media only screen and (min-width: 768px) {
    .entry_table.confirm tr{
        display: table-row;
    }
    .entry_table.confirm th,
    .entry_table.confirm td{
        text-align: left;
        padding: 16px 30px
    }
}

/*仮登録完了*/
.ec-registerCompleteRole p{
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
}
.ec-registerCompleteRole  img{
    padding-bottom: 20px;
}
.ec-registerCompleteRole-head{
    padding: 32px 0;
    color: #E95464;
    font-size: 20px;
    text-align: left;
}

.ec-registerCompleteRole-box{
    margin-bottom: 36px;
    padding: 20px;
    background: #FAFAFA;
}
.ec-registerCompleteRole-box .red{
   color: #D7000F;
}
.ec-registerCompleteRole-box li{
    padding-bottom: 16px;
}
.ec-registerCompleteRole-box-ttl{
    margin-bottom: 16px;
    border-bottom: 2px solid #D7000F;
    display: inline-block;
    text-align: center;
}
/*本登録完了*/
.ec-registerCompleteRole p{
    font-size: 16px;
}
.ec-registerCompleteRole-activate img{
    width: 40px;
    height: 40px;
    padding: 0;
}
.ec-registerCompleteRole-activate li{
    align-items: center;
    display: flex;
}
.ec-registerCompleteRole-activate li b{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.ec-registerCompleteRole-activate li p{
    padding-left: 10px;
    padding-bottom: 0;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-between;
}
.ec-blockBtn--action.mypage{
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .ec-registerCompleteRole-box{
        padding: 40px;
    }
    .ec-registerCompleteRole-head{
        padding-top: 0;
    }
    .ec-registerCompleteRole-activate{
        padding-top: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ec-registerCompleteRole-activate li{
        width: calc((100% / 2) - 16px);
    }
    .ec-registerCompleteRole-activate img{
        width: 55px;
        height: 55px;
    }
    .ec-registerCompleteRole-activate li b {
        padding-bottom: 6px;
        font-size: 18px;
    }
    .ec-registerCompleteRole-activate li p{
        font-size: 14px;
    }
    .ec-blockBtn--action.mypage{
        margin-top: 50px;
    }
}

.ec-progress{
    max-width: 100%;
}
.ec-progress .ec-progress__item{
    z-index: 1;
}
.ec-progress .ec-progress__number{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #D2D2D2;
}
.ec-progress .ec-progress__item:after{
    background: #D2D2D2;
}
.ec-progress .ec-progress__label{
    color: #D2D2D2;
}
@media only screen and (min-width: 768px) {
    .ec-progress .ec-progress__number{
        width: 65px;
        height: 65px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .ec-progress .ec-progress__item:after{
        top: 2.25em;
    }
}
