@charset 'utf-8';
* {
    box-sizing: border-box;
    outline: 0;
    }
body {
    padding: 80px 0 0;
    -webkit-text-size-adjust: 100%;
    }
.ajax_link {
    cursor: pointer;
    }
.align_center {
    text-align: center;
    }
h1, .h1, h2, .h2, h3, .h3 {
    margin: 20px 0 10px;
    }
h1, .h1 {
    font-size: 22px;
    }
h2, .h2 {
    font-size: 20px;
    }
h3, .h3 {
    font-size: 18px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 2px;
    margin: 20px -5px 10px;
    }
h4, .h4 {
    font-size: 16px;
    }
h5, .h5 {
    font-size: 14px;
    }

#soon h1 {
    position: relative;
    margin: 20px 0;
    }
#soon h1 img {
    display: block;
    margin: 0 auto;
    }
#soon h1 strong {
    display: block;
    text-align: center;
    color: #065ca8;
    line-height: 97px;
    }

body.shield:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000001a;
    z-index: 99999;
    }

.navbar-default {
    background-color: #065ca8;
    border-color: #065ca8;
    }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #065ca8;
    }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #699dcb;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #699dcb;
    }
.navbar-default .navbar-toggle {
    border-color: #699dcb;
    }
#reset_all {
    cursor: pointer;
    }

.small_font h1 {
    font-size: 18px;
    }
.small_font h2 {
    font-size: 16px;
    }
.small_font p {
    font-size: 12px;
    line-height: 1.75em;
    margin-bottom: 3em;
    }

#measures,
#privacy {
    background: #fff;
    margin: 0 -15px;
    padding: 0 12px;
    border: 0;
    border-radius: 2px;
    overflow: hidden;
    transition:
        border         .3s ease-out,
        padding-top    .3s ease-out,
        padding-bottom .3s ease-out;
    }
#measures.open,
#privacy.open {
    border: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
    transition:
        border         .3s ease-out,
        padding-top    .3s ease-out,
        padding-bottom .3s ease-out;
    }
#measures *,
#privacy * {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition:
        line-height .3s ease-out,
        opacity     .1s linear,
        visibility  .1s linear;
    }
#measures.open *,
#privacy.open * {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    margin-bottom: 1em;
    transition:
        line-height .3s ease-out,
        opacity     .1s linear .1s,
        visibility  .1s linear .1s;
    }
#measures_knob,
#privacy_knob {
    font-size: 12px;
    }
#measures_knob:after,
#privacy_knob:after {
    content: '[open]';
    }
#measures.open + #measures_knob:after,
#privacy.open + #privacy_knob:after {
    content: '[close]';
    }
#applicant_entry {
    width: 100%;
    }

label small {
    font-weight: 400;
    }

textarea {
    min-height: 134px;
    resize: vertical;
    }
#entry_message .help-block {
    padding: 0 15px;
    font-size: 12px;
    }
.cnt_box {
    display: block;
    font-size: 12px;
    text-align: right;
    }
.error .cnt_box {
    color: #dd4814;
    }

td, th {
    text-align: center;
    }
footer {
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    margin-top: 30px;
    }
address {
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    }
#presentation .panel,
#confirm_send .panel {
    display: block;
    }
#presentation .panel-body,
#confirm_send .panel-body {
    text-align: center;
    }
#presentation .panel-body {
    background: #aea79f;
    color: #fff;
    }
#page_back .panel-body,
#presentation .accepting .panel-body {
    background: #38b44a;
    cursor: pointer;
    }
#presentation .soldout .panel-body:after {
    content: '(満席)';
    display: inline-block;
    margin-left: 5px;
    }
#presentation .no-accept .panel-body:after {
    content: '(終了)';
    display: inline-block;
    margin-left: 5px;
    }

#page_back {
    width: 240px;
    }
#page_back .btn {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 6px 12px 6px 26px;
    }
#page_back .btn:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 13px;
    display: block;
    border-top: 2px solid;
    border-left: 2px solid;
    width: 14px;
    height: 14px;
    transform: rotateZ(-45deg);
    }

.well {
    margin: 50px 0;
    }
.well-sm {
    margin: 0 0 20px;
    }
.well-sm p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75em;
    }
#auth_code .form-ticker-symbol {
    width: 100%;
    font-size: 28px;
    text-align: center;
    padding-left: 12px;
    margin-right: 10px;
    letter-spacing: 10px;
    }
.alert {
    display: none;
    font-size: 12px;
    margin: 15px 15px 0;
    }
.error .alert {
    display: block;
    }
.alert strong {
    display: block;
    font-size: 16px;
    }
.dateselect {
    margin-bottom: 15px;
    color: #fff;
    }
.dateselect h2 {
    margin: 0 0 15px;
    font-size: 28px;
    }
.dateselect.reserved h2:after {
    content: '(予約済)';
    font-size: 75%;
    margin-left: 5px;
    }
.dateselect.no-accept {
    }
.dateselect.no-accept h2:after {
    content: '(終了)';
    content: '';
    font-size: 75%;
    margin-left: 5px;
    }
.dateselect.soldout h2:after {
    content: '(満員)';
    font-size: 75%;
    margin-left: 5px;
    }
.dateselect.near h2:after {
    content: '(残り僅か)';
    font-size: 75%;
    margin-left: 5px;
    }
.dateselect h3 {
    background: transparent;
    margin: -15px 0 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    }
.dateselect p {
    margin: 0;
    }
.accepting {
    cursor: pointer;
    }
#colorful .dateselect.no-accept,
#colorful .dateselect.reserved,
#colorful .dateselect.soldout,
#colorful .dateselect.soon {
    background-color: #f5f5f5;
    color: #000;
    }
#colorful .dateselect .btn {
    cursor: default;
    }
#colorful .dateselect.accepting .btn {
    cursor: pointer;
    }
#colorful .dateselect .btn:hover,
#colorful .dateselect .btn:focus,
#colorful .dateselect .btn.focus {
    /* color: #fff; */
    }
#colorful .dateselect.no-accept .btn:hover,
#colorful .dateselect.reserved .btn:hover,
#colorful .dateselect.soldout .btn:hover,
#colorful .dateselect.soon .btn:hover {
    color: #000;
    }

.sec_color_ h2 {
    color: #065ca8;
    }
.sec_color_ dt,
.sec_color_ button {
    background-color: #065ca8;
    color: #fff;
    }
.sec_color_a h2 {
    color: #3a87ad;
    }
.sec_color_a dt,
.sec_color_a button {
    background-color: #3a87ad;
    color: #fff;
    }
.sec_color_b h2 {
    color: #468847;
    }
.sec_color_b dt,
.sec_color_b button {
    background-color: #468847;
    color: #fff;
    }
.sec_color_c h2 {
    color: #b94a48;
    }
.sec_color_c dt,
.sec_color_c button {
    background-color: #b94a48;
    color: #fff;
    }
.sec_color_d h2 {
    color: #c09853;
    }
.sec_color_d dt,
.sec_color_d button {
    background-color: #c09853;
    color: #fff;
    }

.reserve_wrap {
    display: flex;
    align-items: center;
    padding: 15px 0;
    }
.reserve_wrap dl {
    width: 100%;
    border: 1px solid #404040;
    margin: 0;
    }
.reserve_wrap dt {
    position: relative;
    padding: 5px 10px;
    }
.reserve_wrap dt .delete {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    cursor: pointer;
    }
.reserve_wrap dd {
    padding: 5px 10px;
    font-size: 12px;
    border-top: 1px solid #404040;
    }
.reserve_wrap button {
    width: 100px;
    height: 40px;
    border: 1px solid #404040;
    border-radius: 2px;
    margin-left: 10px;
    }

#school_list .holding {
    background: #ddd;
    }

#timetable {
    border-bottom: 1px solid #ddd;
    }
#timetable tbody tr:hover {
    background-color: #fff;
    }
#timetable tbody th {
    background: #f5f5f5;
    padding: 0;
    line-height: 40px;
    }
#timetable tbody td {
    padding: 0;
    line-height: 40px;
    }
#timetable tbody td svg {
    display: block;
    width: 24px;
    height: 40px;
    margin: 0 auto;
    }
#timetable tbody td.accepting {
    cursor: default;
    }
#timetable tbody td.accepting svg,
#timetable tbody td.temporary svg {
    cursor: pointer;
    fill: #38b44a;
    }
#timetable tbody td.no-accept svg {
    width: 20px;
    fill: #aea79f;
    }
#timetable tbody td.holding svg {
    fill: #efb73e;
    }
#timetable tbody td.exclusive svg {
    fill: #aea79f;
    }
#timetable tbody td.booking svg {
    width: 20px;
    fill: #dd4814;
    }
#usage_guide {
    }
#usage_guide h3 {
    background: transparent;
    padding: 0;
    }
#usage_guide dd p {
    font-size: 14px;
    }
#usage_guide dd small {
    color: #dd4814;
    }
#usage_guide svg {
    display: inline-block;
    width: 24px;
    height: 40px;
    vertical-align: bottom;
    margin-right: 10px;
    }
#usage_guide h4 {
    display: inline-block;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
    }
#usage_guide dt.accepting {
    cursor: default;
    }
#usage_guide dt.accepting svg,
#usage_guide dt.temporary svg {
    fill: #38b44a;
    }
#usage_guide dt.no-accept svg {
    width: 20px;
    fill: #aea79f;
    }
#usage_guide dt.holding svg {
    fill: #efb73e;
    }
#usage_guide dt.exclusive svg {
    fill: #aea79f;
    }
#usage_guide dt.booking svg {
    width: 20px;
    fill: #dd4814;
    }

#applicant {
    width: 100%;
    }
#applicant .undefined {
    display: none;
    }
#applicant input[type="radio"],
#applicant input[type="checkbox"] {
    margin: 5px 0 0 -20px;
    }

#press_here {
    margin: 40px 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #f00;
    text-align: center;
    }
#press_here_under {
    margin: -20px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #f00;
    text-align: center;
    }

#reserve_entry {
    cursor: pointer;
    }

#expired .alert,
#reserved .alert {
    display: block;
    margin: 0 0 20px;
    }
#reserved .well {
    margin: 20px 0;
    }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    }
.modal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    }
.modal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    max-width: 300px;
    height: 320px;
    max-height: 320px;
    margin: -160px 0 0 -150px;
    background: #fff;
    border-radius: 2px;
    padding: 50px 12px 6px;
    }
.modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    }
.modal svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #aea79f;
    }
.modal_body p {
    font-size: 14px;
    }
.modal_body .well p {
    font-size: 14px;
    }
.modal_body .btn {
    width: 100%;
    }

@media screen and ( min-width: 748px ) {
    #soon h1 img {
        position: absolute;
        top: 0;
        left: 0;
        }
    }

#entry_grade .help-block {
    padding-top: 5px;
    font-size: small;
}
.seminor_reserve_wrap {
    text-align: center;
}
.seminor_reserve_wrap button {
    width: 100px;
    height: 40px;
    border: 1px solid #404040;
    border-radius: 2px;
}
.seminor_reserve_done_wrap {
    text-align: center;
}
.seminor_reserve_done_wrap button {
    width: 200px;
    height: 40px;
    border: 1px solid #404040;
    background-color: orangered;
    border-radius: 2px;
    margin-left: 10px;
}
#seminor_reserve .undefined {
    display: none;
}
#seminor_reserve button {
    width: 100%;
}
#seminor_reserve .btn-success {
    background-color: #2c8d3a;
    border-color: #2c8d3a;
}
#seminor_reserve .btn-success:hover {
    background-color: #23722f;
    border-color: #1a5322;
}
#seminor_reserve .btn-default {
    background-color: #aea79f;
    border-color: #aea79f;
}
#seminor_reserve dt {
    padding: 2px 0.5em;
}
#seminor_reserve dd {
    padding: 2px 0.5em;
    margin-bottom: 1em;
}
.btn-block {
    margin-bottom: 1em;
}

.entryonly_btn {
    display: inline-block;
    text-align: center;
    height: 55px;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    background-color: #3a41ad;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #404040;
    font-size: 24px;
}

#yoyaku {
    border: solid 1px;
    background-color: #3b3d9f;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 21px;
    margin-bottom: 21px;
    border-radius: 4px;
    margin-left: 84px;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999;
}
@media screen and ( max-width: 500px ) {
    #yoyaku {
        border: solid 1px;
        background-color: #3b3d9f;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 21px;
        margin-bottom: 21px;
        border-radius: 4px;
        margin-left: 84px;
        color: #fff;
        position: fixed;
        top: 0px;
        z-index: 999999999;
        width: 130px;
    height: 40px;
    font-size: 10px;
    left: 50%;
    transform: translateX(-30%);
    }
    
}

