@charset "utf-8";

#step table{
    width:700px;
}

#cap_title div{
    background-image: url(../../../images/top/icon_check.png);
    background-position:2%;
}

.caution_box{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
.btns{
    margin: 15px auto;
    background-color:transparent;
	width: 90%;
}

.inputs{
    line-height:1em;
    margin:20px 0;
    width:80%;
    text-align: right;
}

input{
    background-color:  #ffefbf;
    margin-left: 10px;
    margin-bottom: 10px;
}

.caution_box{
    text-align:left;
    width: 35%;
    border-color: red;
    background-image: url(../images/index/info.png);
}
.caution_box .link_career a {
    color: #028AFF;
    text-decoration: underline;
}
.schoo_data {
    float: left;
    margin: 6px;
    min-width: 100px;
}
.school_juku {
    display: inline-block;
    width: 56px;
}

.school_box{
    color:#fff;
    text-align: center;
    background-color: #aaaaaa;
}

#result_box div:not(.school_box){
    margin: 10px;
}

.select_school{
    padding:20px 10px 20px 20px;
    background-color:#eeeeee;
}
input[type=text][readonly][name = "school_name_for_search"]{
    background-color:#ffd5cd !important;
}
hr{
border:none;
border-top:1px dotted #CCC;
height:1px;
color:#fff;
}

input[name = "school_name"]{
    background-color:#fff;
}

#postalSearch, #schoolSearch{
    background-color: #30ad63;
}

.notice{
    background-image: url(../images/index/info.png);
    padding: 0 10px 0 40px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 80%;
}
.btn_revise {
    line-height: 1em;
    padding: 15px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
        vertical-align: middle;
        background-color: #35495d;
        margin-right:50px;
        width:100px;
}
.caution_box_register {
    border: none;
    display: block;
    line-height: 1.5em;
    font-size: 1.3em;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: 6px center;
    margin: 0 0 20px;
    background-color: #ffbfbf;
}
.caution_box_register b:before{
    content: "";
    display: inline-block;
    background-image: url(../images/index/info.png);
    background-size: contain;
    background-position: center;
    height: 31px;
    width: 31px;
    margin-right: 8px;
    vertical-align: -6px;
}
@media screen and (max-width: 751px){
    .inputs{
        margin: 20px auto;
			width: 90%;
        }
    .caution_box_register {
        font-size: 1.25em;
    }
    .caution_box_register b:before{
        width: 24px;
        height: 24px;
        vertical-align: -4px;
    }
    .caution_box {
        width:90%;
    }
}



/* 繝励Λ繧､繝舌す繝ｼ繝昴Μ繧ｷ繝ｼ繝ｻ蛻ｩ逕ｨ莨∫判 */

.text_block a{
    text-decoration: underline;
}
.text_block a:hover {
    text-decoration: none;
}

.policy_blk .border_contents{
    padding: 32px;
}
h5#privacy_policy,
h5#user_policy {
    background: #0092D1;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 12px 24px;
    position: relative;
}
h5#user_policy {
    margin: 24px 0 0;
}
.policy_box {
    background: #f7f7f7;
    overflow-y: auto;
    max-height: 253px;
    padding: 32px;
    margin: 0 ;
}
.policy_box .btn {
    background: #fcfcfc;
    border: 1px solid #ccc;
    font-size: 13px;
    text-shadow: none;
}
.policy_box dl {
    margin: 0 0 40px;
}
.policy_box dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.policy_box dl dd {
    font-size: 13px;
    margin: 0;
}
.policy_box .representative {
    font-size: 13px;
    background: #fff;
    padding:20px;
    margin-bottom: 40px;
}
@media screen and (max-width: 751px){
    .policy_blk .border_contents{
        padding: 16px;
    }
    .policy_blk h5:after {
        content: "＋";
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
    }
    .policy_blk h5.active:after {
        content: "－";
    }
    h5#user_policy {
        margin: 16px 0 0;
    }
    .policy_box {
        display: none;
        padding: 16px;
        margin: 0 x;
        max-height: none;
    }
}