html {
    background-color: #f0f0f0;
}

body {
    margin: 0 auto 0 auto;
    max-width: 900px;
    min-height: 100vh;
    padding:2rem 1rem 6rem 1rem;
    font-family:  "メイリオ", "Meiryo", sans-serif;
    background-color: #fefefe;
    height: 100%;
}

input[type="date"]::-webkit-date-and-time-value,
input[type="month"]::-webkit-date-and-time-value {
    text-align: left;
}

.title {
    text-align: center;
}
.section-title {
    background-color: rgba(207, 231, 245, 1);
    padding-left: 10%;
    padding-right: 10%;
    padding-top:1%;
    padding-bottom: 1%;
}
.section-title-center{
    text-align: center;
}
.section-contents {
    padding-left:10%;
    padding-right: 10%;
}
.terms-iframe {
    width: 100%;
}

.form-content {
    padding-top:1em;
    padding-bottom: 1em;
}
.terms {
    background-color:#f8f8f0;
}

.button {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.back-color {
    background-color:#fefefe;
    color: rgba(49, 119, 159, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}
.back-color:hover {
    background-color:rgba(49, 119, 159, 1);
    color: rgba(249, 249, 249, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}
.back-color.disabled {
    background-color:#fefefe;
    color: rgba(49, 119, 159, 1);
    border-color: rgba(49, 119, 159, 1);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none;
}

.submit-color {
    background-color:rgba(49, 119, 159, 1);
    color: rgba(249, 249, 249, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}
.submit-color:hover {
    background-color:#fefefe;
    color: rgba(49, 119, 159, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}
.submit-color.disabled {
    background-color:rgba(49, 119, 159, 1);
    color: rgba(249, 249, 249, 1);
    border-color: rgba(49, 119, 159, 1);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none;
}

.login-color {
    background-color:#fefefe;
    color: rgba(49, 119, 159, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}
.login-color:hover {
    background-color:rgba(49, 119, 159, 1);
    color: rgba(249, 249, 249, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}


.first-reg-color {
    background-color:rgba(49, 119, 159, 1);
    color: rgba(249, 249, 249, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}
.first-reg-color:hover {
    background-color:#fefefe;
    color: rgba(49, 119, 159, 1);
    border-color: rgba(49, 119, 159, 1);
    border-radius: 4px;
    box-shadow: 0px;
}

.button-full {
    width:100%;
}
.button-half {
    width:49%;
}
.btn-shadow {
    box-shadow: 0px 4px 8px 0px gray;
}
.input-title {
    background-color: rgba(207, 231, 245, 1);
    padding-left: 10%;
    padding-right: 10%;
    padding-top:1%;
    padding-bottom: 1%;
}

.badge-require {
    padding: 6px 8px 6px 8px;
}

/*ステップ*/
.step {
    background-color: #4b4b4b;
    color: rgba(249, 249, 249, 1);
}

.item-bar {
    width: 5%;
    align-items: center;
    text-align: center;
    color: #000000;
    padding:10px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}


.progressbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
/*通常時*/
.progressbar .item {
    position: relative;
    width: 15%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    color: #999999;
    padding:10px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}
/*通常時*/
.progressbar .item.active {
    background: #A0AEC0;
    color: #FFF;
}
@media screen and (max-width: 576px) {
    /*通常時*/
    .progressbar .item {
        width: 20%;
        font-size: 11px;
    }
    .item-bar {
        width: 5%;
        font-size: 11px;
        padding:3px;
    }
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
}
.err-msg {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    background-color: #f8d7da;
    border-left-color: #d9534f;
    border: 2px solid #d9534f;
    
    color:#58151c;
}


.gou::before {
    content:"第";
    color: #23cb99;
}
.gou::after {
    content:"号";
    color: #23cb99;
}

@media(max-width:576px) {
    .shikaku{
        margin-top:1.5rem;
    }
}

.btn-primary:disabled {
    background-color:#e9ecef;
    border-color: #dee2e6;
    color:#212529;
}

.cropper-view-box {
    clip-path: ellipse(40% 42% at 50% 50%);
    cursor: grab;
    outline: initial;
}

.cropper-crop-box {
    background: rgba(0, 0, 0, 0.6);
    border:0.5px solid #D38282;
}

 div .cropper-modal {
    background-color: initial;
    opacity: 0.5;
}
@media screen and (max-width: 576px) {
    .button-full {
        width:100%;
        margin-bottom:1.5rem;
    }
}

/* 出身校検索 */
.shusshinko-search-contents {
    padding:0 10%;
}
@media screen and (max-width: 576px) {
    .shusshinko-search-contents {
        padding: 0;
    }
}