@charset "utf-8";

/* number-txt
--------------------------------------------*/
.number-txt {
	font-family: DINWeb-Bold, sans-serif;
}

body {
	position: relative;
	top: 0!important;
	padding: 0!important;
	margin: 0!important;
}

/* common
--------------------------------------------*/
.main__content .subtitle img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.main__content .note {
	text-align: center;
}
#mainContents {
	width: 642px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #f6f6f6;
	box-sizing: border-box;
}
#mainContents section {
	padding: 14px 0;
}
#mainContents section .testHeader {
	padding-top: 10px;
	margin: 0 28px 28px;
}
#mainContents section > p {
	margin: 0 28px 28px;
	width: auto;
}
.contents {
	background:url(../images/bg_block.gif) 0 0 repeat;
	box-sizing: border-box;
	font-size: 1.1em;
	margin-bottom: 40px;
	min-height: 224px;
	overflow: hidden;
	padding: 14px 5% 0;
	position: relative;
	width: 100%;
}
.inputArea {
	color: #006cab;
	float: left;
	padding-top: 14px;
	width: 40%;
}
.timerArea {
	background: url(../images/bg_reset.png) 50px 9px no-repeat;
	height: 221px;
	float: right;
	overflow: hidden;
	position: relative;
	width: 298px;
}
.timerArea .btn-startstop {
	background: url(../images/start_stop_bg.png) 0 0 no-repeat;
	height: 62px;
	left: 4px;
	position: absolute;
	top: 83px;
	width: 108px;
	z-index: 5;
}
.timerArea .btn-startstop img {
	left: 4px;
	position: absolute;
	top: 4px;
}
.timerArea .btn-reset {
	height: 35px;
	left: 92px;
	position: absolute;
	top: 5px;
	width: 35px;
	z-index: 40;
}
.timerArea .timer-body {
	background: url(../images/timer_body.png) 0 0 no-repeat;
	height: 207px;
	left: 89px;
	position: absolute;
	top: 2px;
	width: 209px;
	z-index: 30;
}
.timerArea .meter {
	height: 187px;
	left: 19px;
	position: absolute;
	top: 16px;
	/*background: url(../images/indicator2.png) no-repeat 0 0;*/
	width: 177px;
}
.timerArea .num1 {
	width: 28px;
	height: 43px;
	background: url(../images/number2.png) 0 -129px no-repeat;
	position: absolute;
	top: 86px;
	left: 77px;
	z-index: 50;
}
.timerArea .num2 {
	width: 28px;
	height: 43px;
	background: url(../images/number.png) 0 -387px no-repeat;
	position: absolute;
	top: 86px;
	left: 109px;
	z-index: 50;
}

/* TEST1
--------------------------------------------*/
#mainContents #test1 ul {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}
#mainContents #test1 ul li {
	background:url(../images/check_off.png) 0 center no-repeat;
	box-sizing: border-box;
	color: #006cab;
	display: table;
	float: left;
	font-weight: bold;
	height: 38px;
	letter-spacing: 0;
	margin-bottom: 5px;
	padding: 0 10px 0 30px;
	text-indent: 0;
	width: 50%;
	border: none!important;
}
#mainContents #test1 ul li span {
display: table-cell;
vertical-align: middle;
}

/* TEST2
-------------------------------------------*/
#test2 .inputArea p {
	font-size: 1.2em;
	font-weight: bold;
	margin: 14px 0;
	width: 100%;
}
#input-txt {
	height: 84px;
	background: url(../images/input-time_bg.png) center 0 no-repeat;
	text-align: center;
	width: 174px;
}
#input-time {
	background-color: #ECF9FF;
	color: #00418E;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 22px;
	padding: 7px 0;
	text-align: center;
	width: 120px;
}
#test2 .note:before {
	content: " ";
	border-left: 10px solid #007dc5;
	position: relative;
	top: -4px;
	padding-right: 3px;
}
#test2 .note {
	border-top: 1px solid #007dc5;
	text-align: left;
	font-size: 93%;
}

/* TEST3
--------------------------------------------*/
#mainContents #test3 .inputArea {
	margin-bottom: 28px;
}
#mainContents #test3 .inputArea ul {
	margin: 0;
	padding: 14px 0 0 28px;
	width: 100%;
}
#mainContents #test3 .inputArea ul li {
	margin: 0 0 10px;
	height: 25px;
	text-indent: 0;
	font-weight: bold;
	padding: 4px 0 0 35px;
	background :url(../images/radio_off.png) left 0 no-repeat;
}
#test3 .timerArea .num1 {
	background-position: 0 0;
}
#test3 .note:before {
	content: " ";
	border-left: 10px solid #007dc5;
	position: relative;
	top: -4px;
	padding-right: 3px;
}
#test3 .note {
	border-top: 1px solid #007dc5;
	text-align: left;
	font-size: 93%;
}

/* result
--------------------------------------------*/
#resultHidden {
	margin-bottom: 3.5%;
	padding: 0 3.5%;
}

/* result
----------------------*/
#result {
	margin: 0 auto 28px;
	text-align: center;
	padding: 28px 0 0;
	width: 90%;
	border-top: 1px solid #f5f5f5;
}
#check-finish img {
	height: auto;
	width: 100%;
}

/* section-result-wrap
----------------------*/
#section-result-wrap {
	background: url(../images/section-result-wrap_bg.png) center 0 repeat;
	padding: 10px;
	text-align: center;
}
#section-result {
	background: url(../images/section-result_bg.png) center 0 repeat;
	color: #00408d;
	padding: 20px 10px 0;
}
#section-result .check_title {
	width: 100%;
	font-size: 2.5em;
	margin-top: 30px;
}
#section-result .check_title span {
	background: url(../images/bg_eye.png) 0 0 no-repeat;
	display: block;
	width: 280px;
	height: 55px;
	line-height: 55px;
	padding-left: 70px;
	margin: 0 auto;
}
#section-result h4 {
	font-size: 1.637em;
	margin-bottom: 14px;
}
#total {
	background: url(../images/bg_block.gif) 0 0 repeat;
	border: 1px solid #fff;
	margin: 0 0 28px;
}
#total .lead {
	font-weight: bold;
	margin: 0 auto 14px;
	font-size: 93%;
}
#point {
	color: #00418E;
	margin-bottom: 10px;
}
#point span {
	font-size: 4.3em;
	font-weight: bold;
	padding-right: 8px;
}
#level {
	font-weight: bold;
	padding: 0 14px;
	text-align: left;
}
#level ul {
	margin-bottom: 14px;
}
#level p {
	margin-bottom: 32px;
	text-align: center;
}
#lv1 {
	color: #005DB1;
}
#lv2 {
	color: #0EB29D;
}
#lv3 {
	color: #F23515;
}

/* 変更分
--------------------------------------------*/

/* common parts*/
.mgnL5{ margin-left: 5px !important;}
.mgnL10{ margin-left: 10px !important;}
.mgnL15{ margin-left: 15px !important;}
.mgnL20{ margin-left: 20px !important;}
.mgnL30{ margin-left: 30px !important;}
.mgnL40{ margin-left: 40px !important;}
.mgnL50{ margin-left: 50px !important;}
.mgnT10{margin-top: 10px !important;}

.floatL{float: left;}
.floatR{float: right;}


/* section-check-wrap */
#section-check-wrap{
margin-top: 30px;
width:595px 80%;
height:665px 80%;
padding: 30px;
border: 1px solid #007dc5;
}

#section-check-wrap>h2{
	margin-top: 3px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color:#007dc5;
	border-bottom: 1px solid #007dc5;
	padding-bottom: 10px;
}

#section-check-wrap>h3>span{
	background-color: #bad1ed;
	padding: 3px 5px;
	color: #007dc5;
	font-size: 16px;
	letter-spacing: -0.04em;
}

#section-check-wrap>p{
	letter-spacing: -0.01em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color:#007dc5;
}

/* .checkbox_01 */
.checkbox_01{
	padding-top: 10px;
}

.checkbox_01 .checkbox_type1 span{
	margin-right: 10px;
	width: 20px;
	height: 21px;
	background: url("../images/check_off.png") 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

.checkbox_01 .checked .checkbox_type1 span{
	background-image:url("../images/check_on.png");
}

.checkbox_01 li{
	float: left;
	width:25%;
}

.checkbox_01 li p{
	font-size: 14px;
	font-weight: bold;
	color: #007DC5;
}

#section-check-wrap .checkbox_01 .pic_03{
	padding-top: 10px;
}
/* .checkbox_02 */
.checkbox_02{
	width: 460px;
	margin: 0 auto;
}

.checkbox_02 ul li{
	width: 57px;
	height: 50px;
	float: left;

	background: url("../images/check_off.png") 0 0 no-repeat;
	text-indent: -9999px;
	position: relative;
}

.checkbox_02 ul li.checked span{
	width: 57px;
	height: 50px;
	background-image: url("../images/check_02_on_02.png");
	position: absolute;
	top: 0;
	left: 0px;
	text-indent: -9999px;
}

.checkbox_02 ul li.level1{
	width:57px;
	height:50px;background-image: url("../images/check_box_01.gif");}
.checkbox_02 ul li.level2{
	width:57px;
	height:50px;background-image: url("../images/check_box_02.gif");}
.checkbox_02 ul li.level3{
	width:57px;
	height:50px;background-image: url("../images/check_box_03.gif");}
.checkbox_02 ul li.level4{
	width:58px;
	height:50px;background-image: url("../images/check_box_04.gif");}
.checkbox_02 ul li.level5{
	width:57px;
	height:50px;background-image: url("../images/check_box_05.gif");}
.checkbox_02 ul li.level6{
	width:57px;
	height:50px;background-image: url("../images/check_box_06.gif");}
.checkbox_02 ul li.level7{
	width:58px;
	height:50px;background-image: url("../images/check_box_07.gif");}
.checkbox_02 ul li.level8{
	width:57px;
	height:50px;background-image: url("../images/check_box_08.gif");}

.checkbox_02 .level_01{
	text-indent: -9999px;
	background: url("../images/level_01.png") no-repeat;}
.checkbox_02 .level_02{
	text-indent: -9999px;
	background: url("../images/level_02.png") no-repeat;}
.checkbox_02 .level_03{
	text-indent: -9999px;
	background: url("../images/level_03.png") no-repeat;}
.checkbox_02 .level_04{
	text-indent: -9999px;
	background: url("../images/level_04.png") no-repeat;}


/* 変更分
--------------------------------------------*/



/* indicator
--------------------------------------------*/
#indicator {
	/*background:url(../images/bg_meter.jpg) center bottom no-repeat;*/
	margin-bottom: 28px;
	position: relative;
}
#indicator img {
	width: 100%;
	height: auto;
}
#icon {
	left: 2.5%;
	position: absolute;
	top: 0;
	width: 16.2%;
}
#meter {
	margin: 0 auto;
	padding-top: 20%;
	width: 83%;
}
#print-box {
	padding-bottom: 14px;
	text-align: center;
}

#print-box .p-btn {
	margin: 50px auto 14px;
	width: 75%;
}

#print-box .p-btn img {
	height: auto;
	width: 100%;
	cursor: pointer;
}

#print-box .p-txt {
	color: #00408d;
	font-weight: bold;
	margin-bottom: 14px;
	letter-spacing: -0.05em;
}

h4 {
	border-bottom: none;
	text-align: center;
	margin: 0;
}
.pc_check {
	display: block;
}
.sp_check {
	display: none;
}

@media only screen and (max-width: 640px) {
	.nav_open {
		height: 834px!important;
	}
	#nav_sp {
		height: 834px!important;
	}
	.ie8 #test1,
	.ie8 #test2,
	.ie8 #test3 {
		width: 100%;
	}
	.ie8 #container {
		padding-top: 20px;
	}
	.ie8 .nav_open #nav_sp {
		display: block!important;
	}
	.ie8 .nav__btn {
		display: block!important;
	}
	.main__content .subtitle img {
		margin-left: 0;
	}
	.textResize.note {
		text-align: left;
	}
	.textResize.note br {
		display: none;
	}
	#mainContents {
		width: 100%;
	}
	#mainContents h1 img {
		width: 100%;
	}
	.pc_check {
		display: none!important;
	}
	.sp_check {
		display: block!important;
	}
	h4 {
		text-align: left;
	}
}

/* IE8
--------------------------------------------*/
.ie8 header {
	position: relative;
	top: 0!important;
	padding: 0!important;
	margin: 0!important;
}
.ie8 #header nav {
	margin-top: 0;
}