@import "common.css";


:root {
	--second-pink: #E4007F;

    --size-30: 30px;
    --size-23: 23px;
}

body{
    font-family: "Noto Sans jp", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

a{
    text-decoration: none;
}
h5{
    font-weight: bold;
}
table tbody tr{
    border-bottom: 1px solid #f1f1f1;
}

[v-cloak] {
    display: none;
}

.form-control::placeholder{
    color: #999999;
    opacity: 1;
}


.sub-service-title{
    border-bottom: 1px solid #bcbcbc;
}

.kb-logo img{
    height: 42px;
}

.container{
    max-width: 1200px;
    margin: 0px auto;
    padding: 0em 2em;
}

.number-circle{
    display: inline-flex;
    background: #f1f1f1;
    min-width: var(--size-30);
    min-height: var(--size-30);
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.number-square{
    display: inline-flex;
    min-width: var(--size-23);
    min-height: var(--size-23);
    background: #815c6e;
    justify-content: center;
    align-items: center;
    color: white;
}


main{
    min-height: calc( 100vh - 58px );
}

main .apply .container .step span  {
    display: block;
    margin: 0.5em auto;
    background: #f4f4f4;
    width: 100%;
    max-width: 335px;
    text-align: left;
    padding: 1em;
    font-weight: bold;

}
main .apply .container .step span small {
    display: inline-block;
    margin-right: 0.5em;
    width: 20px;
    height: 20px;
    text-align: center;
    background: var(--second-pink);
    color: white;
}
main .apply .container .continue{

}
main .apply .container .continue span{
    display: block;
    margin: 0px auto;
    background: var(--second-pink);
    width: 100%;
    max-width: 450px;
    color: white;
    text-align: center;
    cursor: pointer;
}


.step .container .title .step-indicator > span{
    display: inline-flex;
}
.step .container .title .step-indicator .current-step{
    background: var(--second-pink);
    height: 30px;
    align-items: center;
    border-radius: 15px;
    padding: 0px 2em;
    color: white;
}
.container .title .step-indicator .line{
    width: 20px;
    height: 4px;
    background: #f1f1f1;
    vertical-align: middle;
    margin-left: -3px;
}
.container .title .step-indicator .finished{
    background: var(--second-pink) !important;
    color: white;
}
.step .container .title .step-indicator span:nth-child(3),.step .container .title .step-indicator span:nth-child(5){
    margin-left: -5px;
}

.step .container .tab .nav-tabs{
    border-bottom: 2px solid var(--second-pink);
}
.step .container .tab .nav-tabs .nav-item{
    padding: 1em 0;
    color: var(--second-pink);
    cursor: pointer;
}

.step .container .tab .nav-tabs .active{
    background: var(--second-pink);
    color: white;
}
.step .container .ts span.label{
    font-weight: bold;
}

.step .container .service-title{
    color: var(--second-pink);
}
.step .container table thead tr th{
    background: #666666;
}
.step .container table th,.step .container table td{
    padding: 10px 20px;
}
.step .container table thead tr th{
    padding: 10px 20px;
    color: white;
    font-weight: normal;
}
.step .container table tbody tr td a{
    color: var(--second-pink);
}
.step .container .sub-service-title span{
    border-left: 3px solid var(--second-pink);
}
.step .container .bn-btn{
    position: relative;
}
.step .container.step-1 .bn-btn{
    display: flex;
}
.step .container.step-2 .bn-btn .next{
    position: absolute;
    right: 0;
}

.step .container .bn-btn > span, .step .container .bn-btn > a, .step .container .bn-btn button{
    display: inline-block;
    padding: 1em 4em;
    cursor: pointer;
}
.step .container .bn-btn button{
    border: none;
}
.step .container .bn-btn .next{
    background: var(--second-pink);
    color: white;
}

.step .container .modal .modal-dialog .modal-content .modal-header{
    background: #795364;
    color: white;
}
.step .container .modal .modal-dialog .modal-content .modal-body p a {
    color: var(--second-pink);
}
.step .container .modal .modal-dialog .modal-content .modal-footer button{
    background: var(--second-pink);
    color: white;
    padding: 5px 25px;
}
.step .container .modal .modal-dialog .modal-content .modal-footer span{
    cursor: pointer;
}
.step .container .fp table tbody tr td:nth-child(2) .bikou{
    display: none;
}
.step .step-1 .ts .agree{
    display: flex;
    align-items: baseline;
}
.step .step-1 .ts .agree .label{
    display: flex;
    flex-direction: column;
}
.step .step-1 .ts .agree .label .text{
    font-weight: bold;
}
.step .step-1 .ts .tos{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step .step-1 .ts .tos span.title{
    font-weight: bold;
}
.step .step-1 .bn-btn.srd-btn{
    margin-bottom: 7rem;
}
.step .step-2 form .error-msg{
    display: block;
    padding: 1em 0;
    color: red;
}
.step .step-2 .form{
    background: #f4f4f4;
}
.step .step-2 .form .item{
    margin: 0em 1em 1em 1em ;
}
.step .step-2 .form .item > span:first-child small{
    color: var(--second-pink);
    font-size: 12px;
    margin-left: 0.5em;
}
.step .step-2 .form .item > div > select{
    width: 100%;
    padding: 0.375em 0.75em;
    border-radius: 0.25em;
    border: 1px solid #CED4DE; 
}
.step .step-2 .form .item > div > select option:first-child{
    color: #999999;
}
.step .step-2 .form .item .note{
    color: #666666;
}
.step .step-2 .form .item > div > small{
    color: #666666;
}
.step .step-2 .form .item .input-group {
    width: 75%;
}
.step .step-2 .form .item .input-group .input-group-text{
    background: unset;
    border: unset;
}
.step .step-2 .form .item .zip input {
    /* flex: unset; */
    border-top-left-radius: 0.25em !important;
    border-bottom-left-radius: 0.25em !important;
}
.step .step-2 .form .item .zip .zip-1{
    /* width: 55px; */
}
.step .step-2 .form .item .zip .zip-2{
    width: 65px;
}

.step .step-3 .form{
    background: #f4f4f4;
    min-height: 25vw;
}


footer{
    background: #333333;
    color: white;
    padding: 1vw 0;
}

@media screen and (max-width: 767px) {
    .container{
        padding: 0px 1em;
    }
    .schedule-img{
        width: 100%;
    }
    .step .container .pc{
        display: none;
    }
    .step .container table th,.step .container table th td{
        padding-right: 0px;
    }
    .step .container table thead tr th{
        width: 120px;
        border-top: 2px solid white;
    }
    .step .container table thead tr td{
        overflow-wrap: anywhere;
    }
    .step .container .tab .nav-tabs .nav-item{
        border: 1px solid var(--second-pink);
        font-size: 0.8em;
    }
    .step .container .tab .nav-tabs .nav-item{
        border-left: unset;
    }
    .step .container .tab .nav-tabs .nav-item:first-child{
        border-left: 1px solid var(--second-pink);
    }
    .step .container .tab .nav-tabs{
        border-bottom: unset;
    }

    .step .container .fp table td:first-child{
        padding-left: 0px;
        padding-right: 0px;
    }
    .step .container .fp table td:nth-child(2){
        /* padding-left: 0px; */
        padding-right: 0px;
    }

    .step .container .fp table thead tr th{
        width: unset;
    }
    .step .container .fp table thead tr th:nth-child(2){
        border-left: 2px solid white;
    }
    .step .container .fp table td:nth-child(3){
        display: none;
    }
    .step .container .fp table tbody tr td:nth-child(2) .bikou{
        display: block;
        padding-top: 0.5em;
    }
    .step .step-2 .form .item .input-group{
        width: 100%;
    }
    .step .container .bn-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .step .container .bn-btn .next{
        position: unset !important;
        width: 100%;
    }
}

@media screen and (min-width: 768px){
    .step .container .fp table thead tr th:nth-child(2){
        width: 160px;
    }
}