*{
	font-family:Meiryo, DFPHSMincho-W3, "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

div#main_div{
    padding:1%;
    margin:0;
    width: 100%;
    box-sizing: border-box;
}
    div#main_div div.school_list_title{
        background-color: #efefef;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 10px 10px 13px;
        margin-bottom: 10px;
        border-bottom: 3px solid #ccc;
        text-align: center;
        border-radius: 10px;
    }
        div#main_div div.school_list_title span.number{
            color:red;
        }
        div#main_div div.school_list_title span.text{
            font-size: 14px;
        }
        div#main_div div.school_list_title span.open-button{
            color:#0079bc;
        }
        div#main_div div.school_list_title span.close-button{
            color:#0079bc;
            display: none;
        }
    div#main_div div.school_list{
        margin-bottom: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
        div#main_div div.school_list td{
            padding:15px 0 15px 0;
            border-bottom: 1px #333 dotted;
            font-size: 14px;
        }
    div#main_div h3{
        font-size: 130%;
        color: #0079bc;
        padding: 1px 0 0 12px;
        border-left: 8px #0086cf solid;
        margin: 25px 0 20px 0;
    }

    div#main_div table#school_apply_list_form{

    }
        div#main_div table#school_apply_list_form th{
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            padding:10px 0 10px 0;
        }
            div#main_div table#school_apply_list_form th img{
                vertical-align: middle;
            }
        div#main_div table#school_apply_list_form td{
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            padding:10px 0 10px 0;
        }
            div#main_div table#school_apply_list_form td i{
                font-size: 12px;
                color: #555;
                padding-top: 10px;
                display: inline-block;
            }
            div#main_div table#school_apply_list_form td nobr{
                border: 1px solid #ccc;
                background-color: #efefef;
                transition: .3s all;
                box-sizing: border-box;
                cursor: pointer;
                width: 33%;
                float: left;
                display: flex;
                align-items: center;
                padding-left: 10px;
            }
                div#main_div table#school_apply_list_form td nobr input{
                    width: 22px;
                    height: 22px;
                }
            div#main_div table#school_apply_list_form td nobr.check{
                background-color:#ffd24d;
            }
            div#main_div table#school_apply_list_form td nobr label{
                width: 100%;
                height:50px;
                display: flex;
                align-items: center;
                padding-left: 10px;
            }
            div#main_div table#school_apply_list_form td nobr:nth-child(1){
                border-radius: 10px 0 0 10px;
            }
            div#main_div table#school_apply_list_form td nobr:nth-child(3){
                border-radius: 0 10px 10px 0;
            }


            div#main_div table#school_apply_list_form td .must{
                border: 1px solid red !important;
                background-color:#ffdbd7 !important;
            }
			div#main_div table#school_apply_list_form td .must:focus{
				box-shadow: 0 0 0 1px #ffd24d inset !important;
            }
            div#main_div table#school_apply_list_form td .focus{
                position: relative;
                z-index: 100;
                animation-name: focusWave;
                animation-duration: 1.5s;
                animation-timing-function: ease;
                animation-iteration-count: infinite;
            }
            @keyframes focusWave {
                0% {
                    box-shadow: 0 0 0 1px rgba(255, 0, 0, 1), 0 0 0 1px rgba(255, 0, 0, 1) inset
                }
                80% {
                    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0), 0 0 0 1px rgba(255, 0, 0, 1) inset
                }
                100% {
                    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0), 0 0 0 1px rgba(255, 0, 0, 1) inset
                }
            }
            div#main_div table#school_apply_list_form td input.input{
                border: 1px solid #ddd;
                background-color:#fff;
                border-radius: 6px;
                height: 45px;
                padding: 4px;
                font-size: 16px;
                box-sizing: border-box;
            }
            div#main_div table#school_apply_list_form td input.input_w40{
                width: 40%;
            }
            div#main_div table#school_apply_list_form td input.input_w25{
                width: 25%;
            }
            div#main_div table#school_apply_list_form td input.input_w30{
                width: 30%;
            }
            div#main_div table#school_apply_list_form td input.input_w90{
                width: 90%;
                margin: 5px 0;
            }
            div#main_div table#school_apply_list_form td select.select{
                width: 90%;
                border: 1px solid #ddd;
                background-color:#fff;
                border-radius: 10px;
                height: 45px;
                padding: 6px;
                font-size: 16px;
                box-sizing: border-box;
            }
            div#main_div table#school_apply_list_form td textarea.textarea{
                width: 100%;
                border: 1px solid #ddd;
                background-color:#fff;
                border-radius: 6px;
                height: 130px;
                padding: 4px;
                font-size: 16px;
                box-sizing: border-box;
            }

    .alertify .ajs-header {
        margin: 1% !important;
        padding: 4.5% 0;
        border-radius: 5px;
        color: #fff !important;
        background: #FF8226 !important;
        font-size: 124%;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    .alertify .ajs-body .ajs-content {
        text-align: left;
        padding: 6%;
        color: #666;
        font-size: 112%;
        line-height: 1.4;
        margin: 1% !important;
    }
    .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
        margin: 1% auto !important;
        padding: 3% 0;
        border: 0;
        border-radius: 5px;
        width: 50%;
        display: block;
        box-sizing: border-box;
        background-color: #498201;
        color: #fff;
        font-size: 126%;
        font-weight: 700;
        text-transform: uppercase;
        outline: 0;
    }
