@charset "utf-8";
/* CSS Document */

.p_inn a {color:#009fe8;border-bottom:#009fe8 1px solid;}
.p_inn a:hover {opacity:0.7;border-bottom:none;}

h2.m_fontL + *,
.col2 + p {
	margin-top: 30px;
}
.hasBdr {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}
.hasBdr + .hasBdr {
	margin-top: 25px;
}
.hasBdr p {
	margin: 15px 0 0 25px;
}
.hasBdr + .m_box01 {
	margin-top: 25px;
}
.m_box01 p,
h3.m_fontL + p,
.col2 + p + .m_list01 {
	margin-top: 15px;
}

.col2 {
	overflow: hidden;
}
.col2 .colL,
.col2 .colR {
	width: 410px;
	text-align: center;
}
.col2 .colL {
	float: left;
}
.col2 .colR {
	float: right;
}

.linkArea {
	padding: 30px 0;
	text-align: center;
}
.linkArea p {
	width: 700px;
	margin: 0 auto;
}
.linkArea p + p {
	margin-top: 20px;
}
.linkArea ul li div {
	color: #009fe8;
	font-size: 125%;/* 20px */
	font-weight: bold;
	display: block;
	border: 2px solid #009fe8;
	background-color: #fff;
	border-radius: 4px;
	height: 70px;
	padding: 20px;
	box-sizing: border-box;
}
.linkArea p a,
.linkArea ul li a {
	color: #009fe8;
	font-size: 125%;/* 20px */
	font-weight: bold;
	display: block;
	border: 2px solid #009fe8;
	background-color: #fff;
	border-radius: 4px;
	height: 70px;
	padding: 5px;
	box-sizing: border-box;
}
.linkArea p a::before,
.linkArea ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.linkArea p a > span,
.linkArea ul li a > span {
	display: inline-block;
	vertical-align: middle;
}
.linkArea p a span.hasPdf,
.linkArea ul li a span.hasPdf {
	background: url(/examination/ic/apply/img/ico_pdf.gif) no-repeat center right;
	padding-right: 46px;

}
.linkArea ul {
	margin: 0 auto;
}
.linkArea ul li {
	display: inline-block;
	vertical-align: baseline;
}
.linkArea ul li + li {
	margin-left: 40px;
}

.m_caption {
	text-align: center;
	margin-top: 20px
}

.sampArea {
	margin: 35px auto 0;
	width: 594px;
	overflow: hidden;
}
.sampArea .samp01 {
	width: 225px;
	float: left;
	font-size: 93.75%;/* 15px */ 
}
.sampArea .samp01 .tit01 {
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	text-align: center;
	width: 126px;
	height: 30px;
	box-sizing: border-box;
	margin: 0 auto;

}
.sampArea .samp01 .tit01::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.sampArea .samp01 .tit01 span {
	display: inline-block;
	vertical-align: middle;
}
.sampArea .samp01 .sampInn {
	border: 2px solid #c8c8c8;
	padding: 28px 0 60px 17px;
	margin-top: 15px;
}
.sampArea .samp01 .sampInn p + p {
	margin-top: 30px;
	line-height: 2;
}
.sampArea .samp02 {
	width: 330px;
	float: right;
	margin-top: 45px;
}
.sampArea .samp02 .m_box01 p {
	margin-top: 0;
}
.sampArea .samp02 .m_box01 p + p {
	margin-top: 15px;
}

.tbl01 {
	width: 744px;
	margin: 0 auto;
}
.tbl01 dl {
	display: table;
	width: 100%;
	padding: 0 30px 15px;
	box-sizing: border-box;
	border-spacing: 16px 0;
	margin: 0 -16px;
}
.tbl01 dl + dl {
	margin-top: 15px;
}
.tbl01 dl:last-child {
	border-bottom: none;
}

.tbl01 dl dt,
.tbl01 dl dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
}
.tbl01 dl dt {
	background-color: #009fe8;
	color: #fff;
	width: 100px;
	height: 60px;
	position: relative;
}
.tbl01 dl dt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid #83cff2;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
/*	top: 0;
	bottom: 0;*/
	top: 25px;
	right: -7px;
	/*margin: auto 0;*/
}
.tbl01 dl dd {
	font-size: 112.5%;/* 18px */
	border: 3px solid #b6dff2;
	background-color: #f3fbff;
	padding: 14px;
	position: relative;
}
.tbl01 dl dd::after {
	content: "";
	display: block;
	background-color: #cef0ff;
	width: 33px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: 0 auto;
}
.tbl01 dl:last-child dd::after {
	display: none;
}
.m_tit02 a:hover {
	text-decoration: underline;
	opacity:0.7;
}
.tbl01 dl dd#dw1 {
	font-size: 112.5%;/* 18px */
	border: 3px solid #b6dff2;
	background-color: #f3fbff;
	padding: 14px;
	position: relative;
}
.tbl01 dl dd#dw1::after {
	content: "";
	display: block;
	background: repeat url("../img/bg_ic.png");
	width: 570px;
	height: 32px;
	position: absolute;
	left: -28px;
	right: 0;
	bottom: -35px;
	margin: 0 auto;
}
.left {text-align:left}
.tbl01 dl dd#dw2 {width:260px !important;}
.tbl01 dl dd#dw2::after { background:none !important;}
.tbl01 dl dd#dw3 {width:260px !important;}
.tbl01 dl dd p.left {float:left; text-align:center; margin:10px;}
.tbl01 dl dd p.right {float:right; margin:10px;}
.tbl01 dl dd p.ritht::after { clear:both;}
.tbl01 dl dd p.right span.font_s {font-size:70%;}
.tbl01 dl dd#dw4 {width:260px !important;float:right;height:90px;}
.tbl01 dl dd#dw4::after { clear:both;}
.tbl01 dl dd#dw41 {width:260px !important;float:right;padding:25px 0 0 0;height:90px;}
.tbl01 dl dd#dw41::after { clear:both;}
.tbl01 dl dd#dw5 {width:260px !important;float:right;height:90px;}
.tbl01 dl dd#dw5::after { clear:both;background:none !important;}

.m_list01 li {
  display: table;
  width: 100%;
  text-align: left;
  padding: 0 0 0 25px;
}
.f_btnWrap01 li {
  display: inline-block;
  margin: 0 20px 0 40px !important;
}
.next {
    padding-left:3em;
    text-indent:-10em;
}
.next2 {
  padding-left: 3em;
  text-indent: 0em;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	.hasBdr p {
		margin-left: 0;
	}
	.col2 .colL,
	.col2 .colR {
		width: 100%;
		float: none;
	}
	.col2 .colR {
		margin-top: 15px;
	}
	.sampArea {
		width: 100%;
	}
	.sampArea .samp01 {
		float: none;
		margin: 0 auto;
	}
	.sampArea .samp02 {
		float: none;
		margin: 25px auto 0;
		width: 100%;
		max-width: 330px;
	}
	.linkArea {
		margin: 45px -14px 0;
		padding: 14px;
	}
	.linkArea {
		text-align: left;
	}
	.linkArea p,
	.linkArea ul {
		width: 100%;
	}
	.linkArea p a,
	.linkArea ul li a {
		padding: 10px;
		height: auto;
	}
	.linkArea p a > span,
	.linkArea ul li a > span {
		width: 100%;
	}
	.linkArea p a br.c_onlySp {
		display: inline-block;
	}
	.linkArea ul {
		/*margin: 0 -14px;*/
		text-align: center;
	}
	.linkArea ul li {
		width: 100%;
		/*width: 290px;*/
		/*margin: 0 14px;*/
		text-align: left;
	}
	.linkArea ul li + li {
		/*margin: 0 14px;*/
		margin-left: 0;
		margin-top: 10px;
	}

	.tbl01 {
		width: 100%;
	}
	.tbl01 dl {
		margin: 0;
		padding-left: 0px;
		padding-right: 0px;
	}
	.tbl01 dl dt {
		width: 85px;
	}
	.tbl01 dl dt::after {
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
.next2 {
  padding-left: 23px !important;
  text-indent: 0em;
}
}