@charset "utf-8";

/* 共通
-----------------------------------------------------------------*/
header .logo{
	width:23.833vw;
}
header h1{
	text-align:center;
	color:#ec6c00;
	font-size:3.333vw;
	font-weight:bold;
	margin: 20px 0 0;
	position: absolute;
	width: 100%;
}
.inner {
	max-width: 960px;
}
#submit_overray{
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
}
#submit_overray img{
	width:50px;
	position:fixed;
	left:50%;
	top:50%;
	z-index:10001;
	transform:translate(-50%,-50%);
}

.exp_form{
	line-height:1.5;
	padding-bottom:80px;
	font-size:16px;
}
.exp_form h3{
	background:#f5f3f2;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin:0 0 40px;
}
.exp_form table+h3{
	margin-top:60px;
}
.exp_form .flex{
	display:flex;
	max-width:600px;
	margin:0 auto;
	padding:0;
}
.exp_form .flex+.flex{
	margin:36px auto;
}
.exp_form .flex label{
	width:200px;
	display: flex;
	align-items: center;
}
.exp_form .flex input{
	width:calc(100% - 160px);
	margin:0;
}
.exp_form .flex input.red{
	border-color:#f00;
}
.exp_form .errmsg{
	text-align: center;
	margin:36px 0 -30px;
}
.exp_form .errmsg .error{
	color:#f00;
}
.exp_form .errmsg .repass{
	display:inline-block;
	margin-top:1em;
	border:1px #000 solid;
	padding:1em;
}
.exp_form .errmsg .repass div{
	margin-top:1em;
	color:#00f;
}
.exp_form .errmsg .repass a{
	border-bottom:1px #00f solid;
	color:#00f;
}
.exp_form .btnbox{
	display:flex;
	justify-content:center;
	margin:80px auto 0;
}
.exp_form .btnbox button{
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	background:#6d9eeb;
	color:#fff;
	font-weight:normal;
	border:1px #595959 solid;
	border-radius:6px;
	cursor:pointer;
}
.exp_form .btnbox button+button{
	margin-left:20px;
}
.exp_form .btnbox #backBtn,
.exp_form .btnbox #proofBackBtn{
	background:#f3f3f3;
	color:#000;
}
.exp_form table{
	width:100%;
	border-collapse:collapse;
}
.exp_form table tr{
	border-bottom:1px #ccc solid;
}
.exp_form table th{
	width:220px;
	max-width:220px;
	min-width:220px;
	padding:32px 16px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	/*border-bottom:1px #ccc solid;*/
}
.exp_form table td{
	padding:16px;
	/*border-bottom:1px #ccc solid;*/
}
.exp_form table tr.nobrd{
	border-bottom:none;
}
/* ファイル */
.exp_form .uploadButton{
	display:inline-block;
	position:relative;
	padding:0 20px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#eee;
	border:1px #525252 solid;
	border-radius:6px;
}
.exp_form .uploadButton:hover{
	color:#eee;
	background:#000;
}
.exp_form .uploadButton input{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	opacity:0;
}
.exp_form .uploadValue{
	position: relative;
	display:none;
}
.exp_form .uploadValue img{
	max-width:200px;
}
.exp_form .del{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background:#000;
	border-radius:100%;
	border:1px #525252 solid;
	cursor: pointer;
}
.exp_form .uploadValue .del{
	position:absolute;
	right:-10px;
	top:-10px;
	z-index:2;
}
/* form */
.exp_form ::placeholder{
	font-size:16px;
}
.exp_form input[type=text],
.exp_form input[type=tel],
.exp_form input[type=email],
.exp_form input[type=password],
.exp_form input[type=number],
.exp_form select{
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 21px;
	border: 1px #ddd solid;
	border-radius: 3px;
	outline: none;
	font-size: 16px;
}

/* checkbox */
.exp_form input[type=checkbox]{
	opacity:0;
	z-index:-1;
	width:0;
}
.exp_form input[type=checkbox]+label{
	display: inline-block;
	position: relative;
	padding-left:26px;
	margin-right:20px;
}
.exp_form input[type=checkbox]+label::before{
	display:block;
	content:"";
	width:18px;
	height:18px;
	border:1px #525252 solid;
	position:absolute;
	left:0;
	top:0;
}
.exp_form input[type=checkbox]:checked+label::after{
	display:block;
	content:"";
	width:6px;
	height:14px;
	border-right:3px #000 solid;
	border-bottom:3px #000 solid;
	transform:rotate(45deg);
	position:absolute;
	left:5px;
	top:0;
}
/* radio */
.exp_form input[type=radio]{
	opacity:0;
	z-index:-1;
}
.exp_form input[type=radio]+label{
	position: relative;
	padding-left:25px;
	margin-right:20px;
}
.exp_form input[type=radio]+label::before{
	display:block;
	content:"";
	width:18px;
	height:18px;
	border:1px #525252 solid;
	border-radius:100%;
	position:absolute;
	left:0;
	top:0;
}
.exp_form input[type=radio]:checked+label::after{
	display:block;
	content:"";
	width:12px;
	height:12px;
	border-radius:100%;
	background:#000;
	position:absolute;
	left:4px;
	top:4px;
}
/* select */
.exp_form .selectbox{
	display:inline-block;
}
.exp_form .selectbox,
.exp_form .selectbox select{
	width:200px;
}
/* placeholder */
.exp_form ::placeholder{
	color:#c1c1c1;
}
/* disabled/readonly */
:disabled,
input:read-only{
	background:#d9d9d9;
}
/* errbox */
.exp_form .errbox{
	display:inline-block;
	position:relative;
}
.exp_form .errbox.error{
	padding-bottom:36px;
}
.exp_form .errbox::after{
	display:block;
	content:"";
	width:400%;
	font-size:14px;
	color:#fe3c3c;
	position:absolute;
	left:0;
	bottom:10px;
}
.exp_form .errbox.error input,
.exp_form .errbox.error textarea{
	color:#f00;
	background:#f4cccc;
	border-color:#f00;
}
.exp_form .errbox.error .selectbox{
	background:#f4cccc;
}
.exp_form .errbox.error .selectbox select{
	color:#f00;
	border-color:#f00;
}

/* year_change_form
-----------------------------------------------------------------*/
#year_change{
	display:inline-bock;
	font-size:12px;
	text-decoration:none;
	color:#00f;
}
#overray{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:9998;
	display:none;
}
#year_change_form{
	position:fixed;
	left:50%;
	top:50%;
	width:300px;
	padding:40px;
	background:#fff;
	text-align:center;
	transform:translate(-50%,-50%);
	z-index:9999;
	display:none;
}
#year_change_form #year_change_form_close{
	position:absolute;
	right:-12px;
	top:-12px;
	width:24px;
	height:24px;
	line-height:26px;
	text-align:center;
	background:#000;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border-radius: 100%;
	cursor: pointer;
}
#year_change_form .selectbox{
	width:110px;
	display:inline-block;
}
#year_change_form input[type=submit]{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 30px auto;
	border-radius: 6px;
	border: 1px #525252 solid;
	font-size: 13px;
}

/* form1
-----------------------------------------------------------------*/
.exp_form.form1 input[type=text]{
	width:180px;
}
.exp_form.form1 input[type=text]+input[type=text]{
	margin:0 30px 0 20px;
}
.exp_form.form1 #student_search_btn{
	width:60px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
}
.exp_form.form1 .btnbox #submitBtn,
.exp_form.form1 .btnbox #checkBtn,
.exp_form.form1 .btnbox #completeBtn,
.exp_form.form1 .btnbox #proofSubmitBtn{
	background:#e44a51;
}
.exp_form.form1 .btnbox #createPageBtn{
	background:#05831a;
}
.expform .searchResult a.duplicate{
	display:inline-block;
	width:60px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#999;
	color:#fff;
	border-radius:6px;
	text-decoration:none;
	font-size:13px;
}

/* expStep
-----------------------------------------------------------------*/
.expStep{
	display:flex;
	width:100%;
	margin:0 0 50px;
	padding-right:14px;
	justify-content:center;
}
.expStep div{
	padding:0 10px 0 20px;
	height:50px;
	display:flex;
	align-items:center;
	border:1px #595959 solid;
	background:#eee;
	font-size:13px;
	line-height:1.3;
	position:relative;
}
.expStep div:first-child{
	padding-left:10px;
}
.expStep div+div{
	margin-left:14px;
}
.expStep div .left::before,
.expStep div .left::after{
	display:block;
	content:"";
	width:0;
	height:0;
	border:25px transparent solid;
	border-left:14px #595959 solid;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.expStep div .left::after{
	border-left:14px #fff solid;
	left:-1px;
	z-index:3;
}
.expStep div .right::before,
.expStep div .right::after{
	display:block;
	content:"";
	width:0;
	height:0;
	border:25px transparent solid;
	border-left:14px #595959 solid;
	position:absolute;
	left:calc(100% + 1px);
	top:0;
	z-index:2;
}
.expStep div .right::after{
	border-left:14px #eee solid;
	left:100%;
	z-index:3;
}
.expStep div.current{
	background:#a4c2f4;
}
.expStep div.current .right::after{
	border-left:14px #a4c2f4 solid;
}

/* expform
-----------------------------------------------------------------*/
.expform .exp_form{
	text-align:center;
}
.expform .exp_form .errbox.student_mei{
	margin:0 30px 0 20px;
}
.expform .exp_form .errbox.error{
	padding-bottom:0;
}
.expform .exp_form .errbox::after{
	bottom:-25px;
	width:100%;
	text-align:left;
}
.expform .exp_form .errbox.student_sei.error::after{
	content:"※姓を入力";
}
.expform .exp_form .errbox.student_mei.error::after{
	content:"※名を入力";
}
.expform .searchResult{
	width:auto;
	margin:40px auto;
	color:#f00;
}
.expform .searchResult a{
	text-decoration:underline;
	color:#f00;
}
.expform .searchResult tr{
	border:none;
}
.expform .searchResult td{
	text-align:left;
	padding:4px 8px 8px 0;
	line-height:1.3;
}
.expform .searchResult td.name{
	padding-left:0.5em;
}
.expform .exp_form a.search,
.expform .exp_form a.logout{
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:30px auto;
	border-radius:6px;
	border:1px #525252 solid;
	font-size:13px;
}
.expform #exist_box{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:9999;
	text-align:center;
	padding:20px;
	border-radius:10px;
	background:#fff;
	display:none;
}
.expform #exist_box [type=button]{
	display:block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background:#f3f3f3;
	color: #000;
	font-weight: normal;
	border: 1px #595959 solid;
	border-radius: 6px;
	cursor: pointer;
	margin:20px auto;
	border-radius: 6px;
}
.expform #exist_box [name=exist_ok]{
	width:300px;
	background:#e44a51;
	color: #fff;
}

/* step1
-----------------------------------------------------------------*/
.step1 .exp_form .required{
	color:#f00;
}
.step1 .exp_form .imgbox2,
.step1 .exp_form .imgbox3,
.step1 .exp_form .imgbox4,
.step1 .exp_form .imgbox5,
.step1 .exp_form .imgbox11,
.step1 .exp_form .imgbox13,
.step1 .exp_form .imgbox14,
.step1 .exp_form .imgbox15,
.step1 .exp_form .imgbox16,
.step1 .exp_form .imgbox18,
.step1 .exp_form .imgbox19,
.step1 .exp_form .imgbox20,
.step1 .exp_form .imgbox21,
.step1 .exp_form .imgbox23,
.step1 .exp_form .imgbox24,
.step1 .exp_form .imgbox25,
.step1 .exp_form .imgbox26,
.step1 .exp_form .imgbox27,
.step1 .exp_form .imgbox28,
.step1 .exp_form .imgbox29,
.step1 .exp_form .imgbox30,
.step1 .exp_form .imgbox31,
.step1 .exp_form .imgbox32,
.step1 .exp_form .imgbox33,
.step1 .exp_form .imgbox34,
.step1 .exp_form .imgbox35,
.step1 .exp_form .imgbox36{
	margin-top:8px;
	display:none;
}
.step1 .exp_form th.nr{
	max-width:5em;
	min-width:5em;
	width:5em;
	font-weight: bold;
}
.step1 .exp_form .errbox.error::after{
	content:"※画像を入力";
}
.step1 .moshi3,
.step1 .moshi4,
.step1 .moshi5,
.step1 .moshi6{
	display:none;
}

/* step2
-----------------------------------------------------------------*/
.step2 .exp_form table td .new{
	display:inline-block;
	padding:4px 14px;
	background:#e44a51;
	color:#fff;
	border-radius:4px;
	margin-left:20px;
}
.step2 .exp_form table td table{
	width:auto;
}
.step2 .exp_form table td table th{
	padding:0;
	text-align:center;
}
.step2 .exp_form table td table td{
	padding:0;
}
.step2 .exp_form table td table .s1,
.step2 .exp_form table td table .s3{
	width:400px;
	padding-right:20px;
}
.step2 .exp_form table td table th.s3,
.step2 .exp_form table td table th.s4{
	padding-top:20px;
}
.step2 .exp_form.form1 table td table td input[type=text]{
	width:100%;
}
.step2 .exp_form .cat{
	width:100%;
	max-width:100%;
	flex-wrap:wrap;
}
.step2 .exp_form .flex.cat div{
	width:50%;
}
.step2 .exp_form .flex.cat div:nth-of-type(n+3){
	padding-top:6px;
}
.step2 .exp_form .flex.cat div label{
	width:auto;
}
.exp_form .errbox.input_sei.error::after{
	content:"※姓を入力";
}
.exp_form .errbox.input_mei.error::after{
	content:"※名を入力";
}
.exp_form .errbox.student_sei.error::after{
	content:"※姓を入力";
}
.exp_form .errbox.student_mei.error::after{
	content:"※名を入力";
}
.exp_form .errbox.school_name.error::after{
	content:"※学校名を入力";
	width:100%;
}
.exp_form .errbox.grade.error::after{
	content:"※学年を選択";
}
.step2 .exp_form .errbox.school_name.error #area_name{
	color:#000;
	background:transparent;
	border-color:#ccc;
}

/* step3
-----------------------------------------------------------------*/
.step3 .exp_form table td table th{
	padding:0;
	vertical-align: middle;
}
.step3 .exp_form table td table td{
	padding:0;
}
.step3 .exp_form input[type=number]{
	width:100px;
	text-align:center;
}
.exp_form .errbox.teiki_up.error::after{
	content:"※20点未満です";
}
.exp_form .errbox.teiki_point.error::after{
	content:"※70点未満の場合、合計点は登録できません";
}
.exp_form .errbox.teiki_sum_up.error::after{
	content:"※100点未満の場合、合計点は登録できません";
}
.exp_form .errbox.point_up.error::after{
	content:"※2以下です";
}
.exp_form .errbox.practice_exam_up.error::after{
	content:"※10未満です";
}
.exp_form .errbox.practice_exam_point.error::after{
	content:"※60未満の場合、偏差値の数値は登録できません";
}
.exp_form .errbox.teiki_sum_subject1.error::after,
.exp_form .errbox.teiki_sum_subject2.error::after,
.exp_form .errbox.teiki_sum_subject3.error::after,
.exp_form .errbox.teiki_sum_subject4.error::after,
.exp_form .errbox.teiki_sum_subject5.error::after{
	content:"※入力してください";
}
.exp_form .errbox.point_sum_up.error::after{
	content:"※5未満です";
}
.exp_form .errbox.point_sum_point.error::after{
	content:"※36未満の場合、合計は登録出来ません";
}
.step3 .exp_form .teiki2,
.step3 .exp_form .teiki3,
.step3 .exp_form .teiki4,
.step3 .exp_form .teiki5,
.step3 .exp_form .teiki_sum2,
.step3 .exp_form .teiki_sum3,
.step3 .exp_form .teiki_sum4,
.step3 .exp_form .teiki_sum5,
.step3 .exp_form .point2,
.step3 .exp_form .point3,
.step3 .exp_form .point4,
.step3 .exp_form .point5,
.step3 .exp_form .practice_exam2,
.step3 .exp_form .practice_exam3,
.step3 .exp_form .practice_exam4,
.step3 .exp_form .practice_exam5{
	display:none;
}
.step3 .exp_form .add{
	width:70px;
	margin-top:10px;
	padding:0;
	background:#999;
	color:#fff;
	text-align:center;
	font-size:14px;
	border:1px #525252 solid;
	border-radius:3px;
	cursor: pointer;
}
.step3 .exp_form .add::before{
	display:inline-block;
	content:"＋";
	font-size:18px;
	font-weight:bold;
	vertical-align: -1px;
}

/* step4
-----------------------------------------------------------------*/
.step4 .exp_form input:disabled+label::before{
	background:#999;
}
.step4 .exp_form table th small{
	color:#f00;
}
.step4 .exp_form table td table{
	width:auto;
}
.step4 .exp_form table td table th{
	padding:0;
	vertical-align: middle;
	/*text-align:center;*/
}
.step4 .exp_form table td table td{
	padding:0 0 10px;
}
.step4 .exp_form table td table .selecttd{
	width:200px;
}
.step4 .exp_form input[type=text]{
	width:100%;
	text-align:center;
}
.step4 .exp_form table td table th{
	width:auto;
	max-width:auto;
	min-width:auto;
}
.step4 .exp_form table td table td{
	padding-right:10px;
}
.step4 .exp_form table td#pass_school_univ .selecttd,
.step4 .exp_form table td#pass_school_univ .selecttd .selectbox,
.step4 .exp_form table td#pass_school_univ .selecttd select{
	width:160px;
}
.step4 .exp_form table #pass_school_univ_name1,
.step4 .exp_form table #pass_school_univ_name2,
.step4 .exp_form table #pass_school_univ_name3,
.step4 .exp_form table #pass_school_univ_name4,
.step4 .exp_form table #pass_school_univ_name5,
.step4 .exp_form table #pass_school_univ_name6,
.step4 .exp_form table #pass_school_univ_name7,
.step4 .exp_form table #pass_school_univ_name8{
	width:200px;
}
.step4 .exp_form table #pass_school_univ_faculty1,
.step4 .exp_form table #pass_school_univ_faculty2,
.step4 .exp_form table #pass_school_univ_faculty3,
.step4 .exp_form table #pass_school_univ_faculty4,
.step4 .exp_form table #pass_school_univ_faculty5,
.step4 .exp_form table #pass_school_univ_faculty6,
.step4 .exp_form table #pass_school_univ_faculty7,
.step4 .exp_form table #pass_school_univ_faculty8{
	width:100px;
}
.step4 .exp_form table .pass_school_add1,
.step4 .exp_form table .pass_school_add2,
.step4 .exp_form table .pass_school_add3{
	display:none;
}
.step4 .exp_form table td .pass_school2,
.step4 .exp_form table td .pass_school3,
.step4 .exp_form table td .pass_school4,
.step4 .exp_form table td .pass_school5,
.step4 .exp_form table td .pass_school_univ2,
.step4 .exp_form table td .pass_school_univ3,
.step4 .exp_form table td .pass_school_univ4,
.step4 .exp_form table td .pass_school_univ5,
.step4 .exp_form table td .pass_school_univ6,
.step4 .exp_form table td .pass_school_univ7,
.step4 .exp_form table td .pass_school_univ8,
.step4 .exp_form table td .english_test2,
.step4 .exp_form table td .english_test3,
.step4 .exp_form table td .english_test4,
.step4 .exp_form table td .english_test5{
	margin-top:30px;
	display:none;
	position:relative;
}
.step4 .exp_form table td #pass_school_memo1,
.step4 .exp_form table td #pass_school_memo2,
.step4 .exp_form table td #pass_school_memo3,
.step4 .exp_form table td #pass_school_memo4,
.step4 .exp_form table td #pass_school_memo5,
.step4 .exp_form table td #pass_school_memo6,
.step4 .exp_form table td #pass_school_memo7,
.step4 .exp_form table td #pass_school_memo8{
	width:300px;
	text-align:left;
}
.step4 .exp_form table .pass_school_add3 input[type=text]{
	width:80px;
	margin:0 6px;
}
.step4 .exp_form .add{
	width:70px;
	margin-top:10px;
	padding:0;
	background:#999;
	color:#fff;
	text-align:center;
	font-size:14px;
	border:1px #525252 solid;
	border-radius:3px;
	cursor: pointer;
}
.step4 .exp_form .add::before{
	display:inline-block;
	content:"＋";
	font-size:18px;
	font-weight:bold;
	vertical-align: -1px;
}
.step4 .exp_form table td .pass_school2 .del,
.step4 .exp_form table td .pass_school3 .del,
.step4 .exp_form table td .pass_school4 .del,
.step4 .exp_form table td .pass_school5 .del,
.step4 .exp_form table td .pass_school_univ2 .del,
.step4 .exp_form table td .pass_school_univ3 .del,
.step4 .exp_form table td .pass_school_univ4 .del,
.step4 .exp_form table td .pass_school_univ5 .del,
.step4 .exp_form table td .pass_school_univ6 .del,
.step4 .exp_form table td .pass_school_univ7 .del,
.step4 .exp_form table td .pass_school_univ8 .del,
.step4 .exp_form table td .english_test2 .del,
.step4 .exp_form table td .english_test3 .del,
.step4 .exp_form table td .english_test4 .del,
.step4 .exp_form table td .english_test5 .del{
	position:absolute;
	left:-30px;
	top:calc(50% - 10px);
}
.step4 .exp_form .errbox.error .selectbox.pass_school_univ_method{
	background:#fff;
}
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method1,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method2,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method3,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method4,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method5,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method6,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method7,
.step4 .exp_form .errbox.error .selectbox select#pass_school_univ_method8{
	color:#000;
	border-color:#ddd;
}
/*.step4 .exp_form .errbox.error #pass_school_memo1,
.step4 .exp_form .errbox.error #pass_school_memo2,
.step4 .exp_form .errbox.error #pass_school_memo3,
.step4 .exp_form .errbox.error #pass_school_memo4,
.step4 .exp_form .errbox.error #pass_school_memo5,
.step4 .exp_form .errbox.error #pass_school_memo6,
.step4 .exp_form .errbox.error #pass_school_memo7,
.step4 .exp_form .errbox.error #pass_school_memo8{
	background:#fff;
	color:#000;
	border-color:#ddd;
}*/
.exp_form .errbox.pass_school_name1.error::after{
	content:"※中学・高校の合格画像 1枚目登録時は必須";
}
.exp_form .errbox.pass_school_name2.error::after{
	content:"※中学・高校の合格画像 2枚目登録時は必須";
}
.exp_form .errbox.pass_school_name3.error::after{
	content:"※中学・高校の合格画像 3枚目登録時は必須";
}
.exp_form .errbox.pass_school_name4.error::after{
	content:"※中学・高校の合格画像 4枚目登録時は必須";
}
.exp_form .errbox.pass_school_name5.error::after{
	content:"※中学・高校の合格画像 5枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name1.error::after{
	content:"※大学の合格画像 1枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name2.error::after{
	content:"※大学の合格画像 2枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name3.error::after{
	content:"※大学の合格画像 3枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name4.error::after{
	content:"※大学の合格画像 4枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name5.error::after{
	content:"※大学の合格画像 5枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name6.error::after{
	content:"※大学の合格画像 6枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name7.error::after{
	content:"※大学の合格画像 7枚目登録時は必須";
}
.exp_form .errbox.pass_school_univ_name8.error::after{
	content:"※大学の合格画像 8枚目登録時は必須";
}
.exp_form .errbox.english_test1err.error::after{
	content:"※英検の合格画像 1枚目登録時は必須";
}
.exp_form .errbox.english_test2err.error::after{
	content:"※英検の合格画像 2枚目登録時は必須";
}
.exp_form .errbox.english_test3err.error::after{
	content:"※英検の合格画像 3枚目登録時は必須";
}
.exp_form .errbox.english_test4err.error::after{
	content:"※英検の合格画像 4枚目登録時は必須";
}
.exp_form .errbox.english_test5err.error::after{
	content:"※英検の合格画像 5枚目登録時は必須";
}

/* step5
-----------------------------------------------------------------*/
.step5 .exp_form td>div+div{
	margin-top:10px;
}

/* step6
-----------------------------------------------------------------*/
.step6 .exp_form #title{
	width:100%;
	padding:0 21px;
	background:#fff;
}
.step6 .exp_form #title:disabled{
	background:#f5f3f2;
}
.step6 .exp_form .errbox.content{
	display:block;
}
.exp_form .errbox.content.error::after{
	content:"※180文字以上220文字以下で入力してください";
}
.step6 .exp_form #character_count{
	font-size:12px;
}
.step6 .exp_form #character_count i,
.step6 .exp_form #character_count em{
	font-style:normal;
}
.step6 .exp_form #character_count.red1,
.step6 .exp_form #character_count.red2{
	color:#f00;
}
.step6 .exp_form #character_count.blue{
	color:#00f;
}
.step6 .exp_form #character_count em::after{
	display: inline;
}
.step6 .exp_form #character_count.red1 em::after{
	content:"登録文字数が不足しています";
}
.step6 .exp_form #character_count.red2 em::after{
	content:"登録文字数が超えています";
}
.step6 .exp_form #character_count.blue em::after{
	content:"登録可能です";
}

/* step7
-----------------------------------------------------------------*/
.step7 .exp_form .section_title{
	padding:60px 0 0;
	position:relative;
}
.step7 .exp_form .section_title::before{
	display:block;
	content:"";
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:0;
	top:30px;
}
.step7 .exp_form .section_title.nobrd{
	border:none;
}
.step7 .exp_form table th,
.step7 .exp_form table td{
	padding:10px 1.5em;
}
/*.step7 .exp_form td .flex{
	margin:0;
}
.step7 .exp_form td .flex+.flex{
	margin-top:10px;
}
.step7 .exp_form td .flex>span{
	display:block;
	width:4em;
	font-weight: bold;
}*/
.step7 .exp_form td img{
	max-width:200px;
}
.step7 .exp_form th.nr{
	max-width:5em;
	min-width:5em;
	width:5em;
	font-weight: bold;
}
.step7 .exp_form .comment{
	padding:40px 0;
	text-align:center;
}

/* step8
-----------------------------------------------------------------*/
.step8 .exp_form .comment{
	text-align:center;
	margin:60px 0;
}
.step8 .exp_form a{
	display:block;
	width:260px;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:30px auto;
	border-radius:10px;
	border:1px #525252 solid;
}

/* expconfirm
-----------------------------------------------------------------*/
.expconfirm .inner{
	max-width:960px;
}
.expconfirm .tab{
	display:flex;
	justify-content:center;
	border-bottom:1px #595959 solid;
}
.expconfirm .tab div{
	width:calc(50% - 60px);
	text-align:center;
	padding:5px 0;
	background:#f5f3f2;
	color:#b7b7b7;
	font-size:26px;
	font-weight:bold;
	cursor:pointer;
}
.expconfirm .tab div+div{
	margin-left:120px;
}
.expconfirm .tab div.current{
	color:#f90;
	cursor:default;
}
.expconfirm .tabcontent{
	display:none;
}
.expconfirm .tabcontent.current{
	display:block;
}
.expconfirm .exp_form table tr.brdtop{
	border-top:1px #ccc solid;
}
.expconfirm .exp_form table th{
	padding:10px 1.5em 10px 2em;
	width:220px;
	max-width:220px;
	min-width:220px;
}
.expconfirm .exp_form table th.nr{
	padding-left:1em;
	width:100px;
	max-width:100px;
	min-width:100px;
}
.expconfirm .exp_form table td{
	padding:10px 1.5em 10px 2em;
}
.expconfirm .exp_form table th.section_title{
	padding:8px 0;
	position:relative;
}
.expconfirm .exp_form table th.section_title h4{
	font-weight:normal;
	background:#ddd;
	width:50%;
	margin:10px 0 0;
	padding:4px 0 4px 1em;
}
.expconfirm .sendback_comment{
	display:flex;
	margin-bottom:20px;
}
.expconfirm .sendback_comment .date{
	display:block;
	width:160px;
}
.expconfirm .sendback_comment .text{
	display:block;
	width:calc(100% - 160px);
}
/* error */
.expconfirm .exp_form .errbox.img1.error::after,
.expconfirm .exp_form .errbox.img6.error::after,
.expconfirm .exp_form .errbox.img7.error::after{
	content:"※画像を入力";
}
.expconfirm .exp_form .errbox.error::after{
	min-width:250px;
}
.expconfirm .exp_form .errbox.input_sei.error+.errbox.input_mei.error::after{
	left:80px;
}

.expconfirm .exp_form table th.section_title .editBtn,
.expconfirm .exp_form table th.section_title .proofBtn{
	position: absolute;
	right:calc(50% - 90px);
	top: 18px;
	z-index: 1;
	padding: 6px 22px;
	border-radius: 0;
	border-width: 1px;
	cursor: pointer;
}
.expconfirm .exp_form table th.section_title .proofBtn{
	/*top:50px;*/
	background:#f4cccc;
	color:#fe3c3c;
	border-color:#fe3c3c;
}
.expconfirm .exp_form table th.section_title .unsent{
	position:absolute;
	right:73px;
	top:53px;
	color:#fe3c3c;
}
.expconfirm .exp_form img{
	max-width: 200px;
}
.expconfirm .exp_form .comment{
	padding: 40px 0;
	text-align:center;
}
/* expList */
.expconfirm h3{
	text-align:center;
	margin:50px 0 -50px;
	font-size:20px;
	font-weight:bold;
}
.expconfirm .expList{
	width:840px;
	margin:60px auto;
	padding: 40px;
	background: #f4f2ec;
}
.expconfirm .expList .expEntry{
	padding: 40px;
	border-bottom: 0;
	border-radius: 10px;
	box-shadow: 2px 0 16px rgba(0,0,0,.15);
}
.expconfirm .expList .expEntry u{
	text-decoration: none;
}
.expconfirm .expEntry .up b u{
	color: #ec6c00;
}
.exp_form .errbox.charge_name.error::after{
	content:"※責任者名を入力";
}
/* backBtn */
.exp_form.form1 .btnbox #backBtn{
	width:180px;
}

/* 校正ウィンドウ */
.exp_form .display,
.expList .display,
.expList .content{
	background:transparent;
	color:initial;
	word-break: break-all;
}
.expList .tag u{
	color:#fff;
}
.exp_form .changed,
.expList .changed,
.expconfirm .expList .tag .changed u,
.expconfirm .expEntry .up b u.changed{
	color:#fe3c3c;
}
.exp_form [type=checkbox].changed+label::before,
.exp_form [type=checkbox].changed+label::after{
	border-color:#fe3c3c !important;
}
.exp_form [type=radio].changed+label::after{
	background:#fe3c3c !important;
}
#proof_window{
	display:none;
	position:fixed;
	left:50%;
	top:50%;
	z-index:10001;
	width:940px;
	height:calc(100% - 120px);
	transform:translate(-50%,-50%);
	background:#fff;
}
#proof_overray{
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
}

/* 差戻しコメントウィンドウ */
.expconfirm #sendback_comment_window{
	position:fixed;
	left:50%;
	top:50%;
	z-index:10001;
	width:400px;
	height:auto;
	padding:40px;
	transform:translate(-50%,-50%);
	background:#fff;
	display:none;
}
.expconfirm #sendback_comment_window_close{
	position:absolute;
	right:-12px;
	top:-12px;
	width:24px;
	height:24px;
	line-height:26px;
	text-align:center;
	background:#000;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border-radius: 100%;
	cursor: pointer;
}
.expconfirm #sendback_comment_window textarea{
	height:160px;
}
.expconfirm #sendback_comment_window #sendbackCommentBtn{
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin:0 auto;
	display: block;
	background: #f3f3f3;
	color: #000;
	font-weight: normal;
	border: 1px #595959 solid;
	border-radius: 6px;
	cursor: pointer;
}

/* search
-----------------------------------------------------------------*/
body.search .inner{
	padding-bottom:1px;
}
body.search h3{
	background: #f5f3f2;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 40px;
	line-height: 1.3;
	padding: 10px 0;
}
body.search .searchform{
	text-align:center;
}
body.search .selectbox{
	display:inline-block;
	width:160px;
	height:32px;
	line-height:32px;
	margin-right:1em;
	font-size:14px;
}
body.search .selectbox:after{
	top:16px;
	right:12px;
}
body.search .selectbox select{
	height:32px;
	line-height:32px;
	padding:0 8px;
}
body.search .searchform input[type=text]{
	width:90px;
	padding:0;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:14px;
}
body.search .searchform [name=end_date]{
	margin-right:1em;
}
body.search .searchform .select2-selection__arrow{
	display:none;
}

body.search #search_back{
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:40px auto;
	border-radius: 6px;
	border: 1px #525252 solid;
	font-size: 13px;
}

/* csv_download
-----------------------------------------------------------------*/
body.csv_download .inner{
	padding-bottom:1px;
}
body.csv_download h3{
	background: #f5f3f2;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 40px;
	padding: 4px 0;
}
body.csv_download .csvdownloadform{
	text-align:center;
}
body.csv_download .csvdownloadform input[type=text]{
	width:100px;
	padding:0;
	height:32px;
	line-height:32px;
	text-align:center;
}
body.csv_download select{
	height:auto;
	line-height:1.3;
}
body.csv_download button{
	display:block;
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:20px auto;
	border-radius: 6px;
	border: 1px #525252 solid;
	font-size: 13px;
	cursor: pointer;
}

body.csv_download #csvdownload_back{
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:60px auto;
	border-radius: 6px;
	border: 1px #525252 solid;
	font-size: 13px;
}


/* vtip
-----------------------------------------------------------------*/
p#vtip{
	position:fixed;
	display:block;
	padding:5px;
	border:1px #ff4500 solid;
	border-radius:5px;
	background:#ffffe0;
	font-size:12px;
	line-height:1.4;
	z-index:9999;
}
.vtip, .vtip_left{
	cursor:pointer;
}

@media screen and (max-width:960px){
	body{
		width:960px;
		overflow:scroll;
	}
	header{
		width:960px;
	}
	header .logo{
		width:223px;
	}
	header h1{
		font-size:32px;
	}
}