@charset "utf-8";
/* ========================================================
	noken.css => 能力検査
======================================================== */

.center {
	text-align: center;
}

.blk {
	border-bottom: 1px solid #000;
	padding: 2rem 0px;
}

.blk header {
	padding: 2rem 0px;
}

.noken_h {
	background: url(../images/ykousou.jpg) right center no-repeat;
	background-size: contain;
}

.blk h1 {
	font-size: 2.4rem;
}

.blk p.tit {
	font-size: 1.8rem;
	margin: 1rem 0px;
	font-weight: bold;
}

.blk p span, .blk p em {
	color: #0063c5;
	font-weight: bold;
}

.blk p.tit em {
	font-size: 2.4rem;
}

.blk table {
	margin: 1rem 0px;
}

.blk table thead th, .blk table thead td, .blk table tbody th, .blk table tbody td {
	/*padding: 10px 10px;*/
	border: 1px solid #ddd;
}

.box {
	margin: 10px 10px;
}

.blk table tbody td {
	text-align: left;
}

.blk table thead th {
	background: #787878;
	color: #FFF;
	text-align: center;
}

.blk table tbody td ul li+li {
	margin-top: 0.5rem;
}

.blk table tbody td input[type=text] {
	padding: 1px;
	border: 1px solid #999;
}

.blk table tbody td select {
	width: 50px;
}

.blk form p {
	margin-bottom: 2rem;
}

.blk form input[type=submit] {
	background: #002d62;
	color: #FFF;
	width: 320px;
	padding: 8px 0;
	font-size: 2rem;
	margin: 2rem auto;
}

.blk:last-child {border-bottom:0;}

ul.dot {
	margin: 2rem 0px;
}

ul.dot li {
	position: relative;
	padding-left: 1.5rem;
	line-height: 1.5;
}

ul.dot li+li {
	margin-top: 0.7rem;
}

ul.dot li:before {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	left: 5px;
	top: 0.8rem;
}

ul.flex {
	display: flex;
	/*justify-content: left;*/
	justify-content: flex-start;
	flex-wrap: wrap;
}

ul.flex li {
	width: 120px;
	/* width: 105px; */
	margin-right: 1rem;
	margin-top: 1rem;
}

ul.flex li a {
	display: flex;
	background: #0063c5;
	color: #FFF;
	height: 40px;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

.blk .record
{
	display: flex;
	flex-flow: column wrap;
	height: 300px;
	max-height: 300px;
}
.blk dl {
	height:60px;
	line-height:50px;
	border-bottom:1rem solid #fff;
	margin-right: 1rem;
	background: #f4f4f4;
}
.blk dl.none {
	background: #ffffff;
}

.blk dl dt,
.blk dl dd {
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
}
.blk dl dt{
	width:50px;
	background-color:#898989;
	color:#fff;
	text-align:center;
}
.blk dl.allresult dt{
	background-color: #0063c5;
	font-weight:bold;
}

.blk dl dd ul li {
	display: inline-block;
	margin-right: 1rem;
}

.blk dl.flex {
	/*justify-content: left;*/
	justify-content: flex-start;
	flex-wrap: row wrap;
	background: #f4f4f4;
}

.blk table tbody td.center {text-align: center;}
.blk table tbody td.right {text-align: right;}
.blk table tbody td.top {vertical-align: top;}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 769px), print {
	.blk table {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.flex {
		display: flex;
		justify-content: space-between;
	}
	.col3>* {
		width: 31%;
	}
	.raceinfo_under_block table tbody th.w03, .raceinfo_under_block table tbody td.w03 {
		width: 15.4%;
	}
	.raceinfo_under_block table tbody th.w01 {
		width: 8%;
	}
}

@media screen and (max-width: 768px) {
	.noken_h {
		background: none;
	}
	.raceinfo_under_block table tbody th.w01 {
		width: 4%;
	}
	.col3>*+* {
		margin-top: 1rem;
	}
	.blk .record {
		height:auto;
		max-height:none;
	}
	.blk .record dl.none {
		display:none;
	}
	.blk table tbody td select {
		width: auto;
	}
}

@media screen and (max-width: 370px) {}