@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: 20px 0 20px;
	background-color:transparent;
}

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

input{
	margin-left: 10px;
	margin-bottom: 10px;
}

input[name="email"],
input[name="email_confirm"]{
background-color:  #ffefbf;
}

.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 20px 6px 6px;
}

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

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

.select_school{
	padding:10px 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:#FFFFFF;
}

input[name = "school_name"]{
	background-color:#fff;
}
.caution_mailaddress {
	font-size:.85em;
	margin: 0;
}
.notice{
	background-image: url(../images/index/info.png);
	line-height: 1em;
	padding: 6px 10px 6px 40px;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 75%;
	background-position: left center;
}
.btn_revise {
    line-height: 1em;
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    background-color: #35495d;
	margin-right:50px;
	width:100px;
}
.caution_box_register {
    border: none;
    display: block;
    line-height: 1.5em;
    font-size: 1.4em;
    padding: 15px 0 15px 45px;
    background-repeat: no-repeat;
    margin: 0;
    background-color: #ffbfbf;
    background-image: url(../../../images/index/info.png);
    background-position: 30%;
}

.btn_registration {
	width: 360px;
	line-height: 1.3;
}

@media screen and (max-width:751px) {
	.notice {
		width:inherit;
	}
	.caution_mailaddress {
		padding:0;
		font-size: .9em;
		text-align: left;
		line-height: 1.3;
	}
	.caution_box_register {
		background-position: 10% center;
	}
}

/* プライバシーポリシー・利用規約 */

.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: #017DFE;
    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;
    }
}