@charset "utf-8";
html {
	font-size: 28px;
}

@media screen and (max-width: 700px) {html { font-size: 26px; }}
@media screen and (max-width: 620px) {html { font-size: 24px; }}
@media screen and (max-width: 570px) {html { font-size: 22px; }}
@media screen and (max-width: 530px) {html { font-size: 20px; }}
@media screen and (max-width: 490px) {html { font-size: 18px; }}
@media screen and (max-width: 450px) {html { font-size: 16px; }}
@media screen and (max-width: 410px) {html { font-size: 15px; }}
@media screen and (max-width: 370px) {html { font-size: 14px; }}
@media screen and (max-width: 340px) {html { font-size: 13px; }}

#contents_wrap {
	width: 100%;
	padding-bottom: 30%;
	position: relative;
}

#contents {
	width: 100%;
	margin: 0 auto;
}

h2 { font-size: 128.57%; /*calc( 36 / 28 * 100%)*/ line-height: 100%;  font-weight: bold; }
h3 { font-size: 107.14%; /*calc( 30 / 28 * 100%)*/ line-height: 100%;  font-weight: bold; }
h4 { font-size: 107.14%; /*calc( 30 / 28 * 100%)*/ line-height: 100%;  font-weight: bold; }
h5 { font-size: 107.14%; /*calc( 30 / 28 * 100%)*/ line-height: 100%;  font-weight: bold; }
h5 span.normal { font-weight: normal; }
h6 { font-size: 100%; /*calc( 28 / 28 * 100%)*/ line-height: 100%;  font-weight: bold; }
#contents p,#contents li,#contents dd,#contents dt { font-size: 100%; /*calc( 28 / 28 * 100%)*/ line-height: 140%;  font-weight: normal; }
#contents #block1_4 table.schedule_table td { font-size: 3.5vw; /*calc( 28 / 28 * 100%)*/ }
#contents #block1_5 #block1_5_3 table.accom_table td { font-size: 100%; /*calc( 28 / 28 * 100%)*/ }
#contents #block2 #block2_1 p#btn a { font-size: 135.71%; /*calc( 38 / 28 * 100%)*/ }
#contents .seminar_note { font-size: 107.14%; /*calc( 30 / 28 * 100%)*/ }

#contents h2 {
	padding: 6% 0 6.6% 4%;
}


#contents .seminar_note {
	padding: 0% 4% 6.6% 4%;
	color: #f00;
	font-weight:bold;
	font-size:120%;
}
#contents .seminar_note2 {
	margin:2em 0;
	color:#f00;
	padding-left: 4%;
}
#contents h3 {
	padding: 2.7% 4%;
	margin-bottom: 4%;
	width: 92%;
	background-color: #c5ecff;
}

#contents h4 {
	padding: 0;
	margin-bottom: 4%;
	width: 92%;
}


#contents h5,#contents h6 {
	/*padding: 0 4%;
	width: 92%;*/
	padding: 0;
	margin: 0 0 1.5% 0;
}


#contents #block1 {
	width: 100%;
	margin: 0 0 13.3% 0;
}

#contents #block2 {
	width: 100%;
	margin: 0;
}

#contents .block {
	padding: 0 4%;
}
	
#contents .common_bottom {
	padding-bottom: 6.6%;
	margin-bottom: 7.3%;
	border-bottom: 1px solid #444;
}

#contents #block1_1 {
	
}

#contents #block1_2 ul#seminar_plan li {
	padding-left: 1em;
	text-indent: -1em;
}

#contents #block1_2 ul#seminar_img {
	margin: 4% 2% 0 2%;
}

#contents #block1_2 ul#seminar_img li {
	width: 100%;
	margin-bottom: 2.6%;
}

#contents #block1_2 ul#seminar_img li img {
	width: 100%;
	height: auto;
}

#contents #block1_4 {
	/*border-bottom:none;*/
}

#contents #block1_4 .schedule_block h5 {
	display: inline-block;
	margin: 2% auto 4% auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#contents #block1_4 .schedule_block h5 span {
	padding: 2.6% 13.3%;
	color: #fff;
	letter-spacing: 2px;
	display: inline-block;
	width: auto;
}

#contents #block1_4 table.schedule_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 4%;
}

#contents #block1_4 table.schedule_table caption {
	width: 100%;
	padding: 2.6% 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #4bd;
}

#contents #block1_4 table.schedule_table {
	display: table;
	border-bottom: 1px solid #bdbdbd;
}


#contents #block1_4 table.schedule_table th {
	color: #fff;
	padding: 2.6% 0;
	text-align: center;
}
#contents #block1_4 table.schedule_table th.th1 {
	width: 19%;
}
#contents #block1_4 table.schedule_table th.th2 {
	width: 35%;
}
#contents #block1_4 table.schedule_table th.th3 {
	width: 17%;
}
#contents #block1_4 table.schedule_table th.th4 {
	width: 29%;
}


#contents #block1_4 table.schedule_table td {
	/*width: 70%;
	width: calc( 70% - 1px );*/
	padding: 2.6% 1.8%;
	text-align: center;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	line-height: 130%;
	position: relative;
}
#contents #block1_4 table.schedule_table td span.web {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    padding: 5px;
    background-color: #0000cd;
    color: #fff;
	line-height: 100%;
}

#contents #block1_4 #area1 h5,
#contents #block1_4 #area1 table.schedule_table th {
	background-color: #44bbdd;
	border-left: 1px solid #44bbdd;
	border-right: 1px solid #44bbdd; 
}

#contents #block1_4 #area2 h5, 
#contents #block1_4 #area2 table.schedule_table th {
	background-color: #1abe7e;
	border-left: 1px solid #1abe7e;
	border-right: 1px solid #1abe7e;
}

#contents #block1_4 #area3 h5, 
#contents #block1_4 #area3 table.schedule_table th {
	background-color: #f6a03b;
	border-left: 1px solid #f6a03b;
	border-right: 1px solid #f6a03b; 
}

#contents #block1_4 #area4 h5, 
#contents #block1_4 #area4 table.schedule_table th {
	background-color: #b580e3;
	border-left: 1px solid #b580e3;
	border-right: 1px solid #b580e3; 
}












#contents #block1_4 #area_comment ul li {
	margin-botom: 2.6%;
}

#contents #block1_4 #area_comment ul li.area_comment_special {
	margin-top: 2.6%;
}

#contents span.red {
	color: #f00;
}

#contents #block1_4 #area_comment ul li.area_comment_special a {
	color: #579ab9;
}


#contents #block1_5 {
	padding: 0 4%;
}

#contents #block1_5 h4 {
	/*padding-left: 4%;*/
}

#contents #block1_5 #block1_5_1 {
	margin-bottom: 4.7%;
}

#contents #block1_5 #block1_5_2 {
	margin-bottom: 3.3%;
}

#contents #block1_5 #block1_5_2 ul li {
	padding-left: 2em;
    text-indent: -2em;
	margin-bottom: 5px;
}

#contents #block1_5 #block1_5_2 ul li span {
	display: block;
	text-indent: 0;
}

#contents #block1_5 #block1_5_3 h5 {
	margin-bottom: 5%;
	line-height: 120%;
}


#contents #block1_5 #block1_5_3 {
	margin-bottom: 6%;
	padding: 4% 4% 6% 4%;
	background-color: #e3f6ff;
}

#contents #block1_5 #block1_5_3 dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#contents #block1_5 #block1_5_3 dd {
	margin-bottom: 25px;	
}

#contents #block1_5 #block1_5_3 table.accom_table {
 	width: 100%;
	width: calc( 100% - 1px );
	border-collapse: collapse;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;

}

#contents #block1_5 #block1_5_3 table.accom_table.sp_only {
	display: table;
}

#contents #block1_5 #block1_5_3 table.accom_table th,
#contents #block1_5 #block1_5_3 table.accom_table td {
 	width: 35%; /*?*/
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 2.5% 0;
	text-align: center;
	font-weight: normal;
}

#contents #block1_5 #block1_5_3 table.accom_table th {
	background-color: #f0f0f0;
}

#contents #block1_5 #block1_5_3 table.accom_table td {
	background-color: #fff;
}

#contents #block1_5 #block1_5_4 h5 {
	padding: 0 4%;
	line-height: 140%;
}
	
#contents #block1_5 #block1_5_4 .exp {
	padding: 4% 3.5%;
	background-color: #f0f0f0;
	margin: 0 4% 2.6% 4%;
}

#contents #block1_5 #block1_5_4 .exp h6 {
	line-height: 140%;
}

#contents #block1_5 #block1_5_4 dl span {
	display: block;
	padding-left: 1em;
}

#contents #block1_5 #block1_5_4 dl dt {
	display: inline-block;
}

#contents #block1_5 #block1_5_4 dl dt:after {
	content: " ：";
}

#contents #block1_5 #block1_5_4 dl dt.dt_dummy:after {
	content: none;
}

#contents #block1_5 #block1_5_4 dl dd {
	display: inline-block;
}



	#contents #block1_5 #auxiliary {
		width: 100%;
    	margin: 0;
	}
	#contents #block1_5 #auxiliary table {
		border-collapse: collapse;
		font-size: 15px;
	}
	#contents #block1_5 #auxiliary table#auxiliary1 .border-top {
		border-top: 1px solid #000;
	}
	#contents #block1_5 #auxiliary table#auxiliary1 .border-left {
		border-left: 1px solid #000;
	}

	#contents #block1_5 #auxiliary table#auxiliary2,
	#contents #block1_5 #auxiliary table#auxiliary3 {
		border-top: 1px solid #000;
		border-left: 1px solid #000;	
	}
	#contents #block1_5 #auxiliary table th {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;	
		padding: 10px;
		line-height: 140%;
	}
	#contents #block1_5 #auxiliary table td {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 10px;
		line-height: 140%;
	}
	#contents #block1_5 #auxiliary table .len1 {width: ;}	
	#contents #block1_5 #auxiliary table .len2 {width: 25%;}	
	#contents #block1_5 #auxiliary table .len3 {width: 35%;}	
	#contents #block1_5 #auxiliary table .len4 {width: 25%;}	

	#contents #block1_5 #auxiliary table .td-center {text-align:center;}	
	#contents #block1_5 #auxiliary table .td-right {text-align:right;}

	#contents #block1_5 #auxiliary table .bg-color {background-color: #e3f6ff;}	
    
	#contents #block1_5 table#auxiliary1,	
    #contents #block1_5 table#auxiliary2 {
		margin-bottom: 30px;
	}
	
	#contents #block1_5 #auxiliary_inner {
		width: 	100%;
	}

	#contents #block1_5 #auxiliary_inner h6 {
		width: auto;
		margin-bottom: 5px;
		font-size: 107.14%;
	}




















#contents #block2 #block2_1 p#ent {
	text-align: center;
	padding: 3% 7% 0 7%;
	line-height: 120%;
}

#contents #block2 #block2_1 p#btn {
	text-align: center;
	margin: 4% auto 0 auto;
}

#contents #block2 #block2_1 p#btn a {
	width: 89.4%;
	padding: 4.7% 0 4.7% 10.6%;
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background: url(../img/arrow.png) right 8% center no-repeat;
	background-size: 4% auto;
	background-color: #11aaee;
}

#contents #block2 #block2_1 ul li a {
	color: #579ab9;
	text-decoration: none;
}
#contents #block2 #block2_1 ul li a:hover {
	color: #06a;
	text-decoration: underline;
	cursor: pointer;
	opacity: 1;
}
#contents #block2 #block2_1 ul li a span.another_window{
	display: inline-block;
	padding-right: 13px;
	background: url(/recruit/expert/seminar/img/icon_window.png) right top no-repeat;
	background-size: 10px auto;
}





#contents #block2 #block2_3 ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#contents #block2 #block2_3 ul li span {
	padding-left: 2em;
	text-indent: -1em;
	display: block;
}

#contents #block2_4 p a {
	color: #579ab9;
}

