@charset "utf-8";

/*ここでは
	examページ
	などを記述します
*/

.page_exam{}

.h3_title{
	border-left: 9px solid #82CF00;
	}

.h4_title::after{
	color: #82CF00;
	}
	
/*-----table-----*/
table.gray th{
	background: #276155;
	/*min-width: 6em;*/
	width: 6em;
	font-size: 1.05em;
	text-align: left;
	padding: 0 0.5em 0 1.5em;
	}
table.gray td{
	padding: 4px 1em;
	font-size: 1.05em;
	}
	
table.res_gray{
	line-height: 1.85;
	}
table.res_gray th{
	background: #276155;
	min-width: 5em;
	font-size: 1em;
	text-align: left;
	padding: 0 0.5em 0 1.5em;
	}
table.res_gray td{
	padding: 0.35em 1em;
	}
	
	
	
	
/*---------------*/
	
	

.read_box > p, .read_box > .l_read{
	margin-bottom: 0.5em;
	}

.l_read a.blue_btn{
	padding: 0.75em 3.5em 0.75em 1.5em;
	margin-bottom: 1.8em;
	}

.l_read a.blue_btn:hover{
	background: #82Cf00;
	}


.read_box .flex-bet{}
.read_box .flex-bet > span{
	flex-basis: 40%;
	/*font-size: 1.15em;*/
	line-height: 1.7;
	}


ul.mypage_btn{
	display: flex;
	display: -webkit-flex;
	
	justify-content: space-between;
	text-align: center;
	}
ul.mypage_btn li{
	flex-basis: 47.5%;
	}
	ul.mypage_btn li.login a{
		background: #82CF00 url(../../../shared/img/parts/w_login.png) no-repeat center bottom 10px / 33px auto;
		}
	ul.mypage_btn li.join a{
		background: #00C0FF url(../../../shared/img/parts/w_join.png) no-repeat center bottom 10px / 33px auto;
		}
	ul.mypage_btn li.login a:hover {
		background-color: #FF8F00;
		}
	ul.mypage_btn li.join a:hover{
		background-color: #FF8F00;
		}
ul.mypage_btn li a{
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
	
	padding: 10px 20px 50px;
	/*font-size: 1.3em;*/
	line-height: 1.3;
	color: #FFFFFF;
	}
ul.mypage_btn li a span{
	display: block;
	font-size: 1.2em;
	}


.read_box .flex-bet ul.mypage_btn{
	flex-basis: 57%;
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	table.res_gray th{
		min-width: 9em;
		padding: 0 1em;
		}
		
}
@media screen and (max-width: 680px) {
	ul.mypage_btn li a{
		font-size: 1.05em;
		padding: 10px 20px 2.8em;
		line-height: 1.35;
		}
	ul.mypage_btn li a span{
		font-size: 1.25em;
		}
	ul.mypage_btn li.login a{
		background: #82CF00 url(../../../shared/img/parts/w_login.png) no-repeat center bottom 0.85em / 1.5em auto;
		}
	ul.mypage_btn li.join a{
		background: #00C0FF url(../../../shared/img/parts/w_join.png) no-repeat center bottom 0.85em / 1.5em auto;
		}
		
		
		
	.read_box .flex-bet{
		display: block;
		}
	.read_box .flex-bet > span{
		display: block;
		margin-bottom: 1.5em;
		/*font-size: 1em;*/
		}
	ul.mypage_btn{
		margin-bottom: 4em;
		}
	/*-----table-----*/
	table.gray th{
		padding: 0 1em;
		}
    .translated-ltr table.gray th {
        padding: 0 0.5em;
        white-space: inherit;
        letter-spacing: 0.02em;
    }
	
	
	
	table.res_gray th{
		padding: 0.2em 1em;
		text-align: center;
		}
	table.res_gray td{
		text-align: left;
		}
	
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

.t_info dl{
	display: flex;
	display: -webkit-flex;
	font-size: 1.1em;
	background: #E9EDE8;
	margin-bottom: 3px;
	}
.t_info dl dt{
	padding: 0.4em 1em 0.4em 2em;
	min-width: 10%;
	background: #276155;
	color: #FFFFFF;
	}
.t_info dl dd{
	padding: 0.4em 1.2em;
	background: #E9EDE8;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
.t_info dl dt{
	padding: 0.4em 1.5em;
	min-width: 6em;
	}
	
}
@media screen and (max-width: 680px) {
	.t_info dl{
		display: block;
		background: none;
		margin-bottom: 1em;
		}
	.t_info dl dt{
		padding: 0.1em 1.5em;
		min-width: inherit;
		width: 6em;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		}
	.t_info dl dd{
		border-radius: 0 5px 5px 5px;
		-webkit-border-radius: 0 5px 5px 5px;
		-moz-border-radius: 0 5px 5px 5px;
		padding: 0.7em 1.2em;
		}
	.t_info dl dd a.arrow_bb{
		display: block;
		line-height: 1.5;
		}
		
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

/*---試験概要---*/
.overview_area{}
.overview_area .l_box{}
.overview_area .r_box{}
.overview_area .clearfix{
	margin-bottom: 40px;
	}


.overview_area .flex_double{
	margin-bottom: 55px;
	}
.overview_area .flex_double > div{
	flex-basis: 48%;
	}

table.test_range{}
.test_range a{
	text-decoration: none;
	}
.test_range td{
	text-align: center;
	min-width: 29%;
	}
.test_range td:nth-child(2){
	min-width: 24%;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.overview_area .flex_double > div{
		margin-bottom: 3em;
		}

}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


#exam02{}
#exam02 a.blue_btn{
	text-align: left;
	padding: 1em 1.5em;
	font-size: 1.28em;
	}
#exam02 a.blue_btn .w_arrow_r{
	display: block;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


#exam03{}
#exam03 .l_box{
	width: 69%;
	}
#exam03 .r_box{
	width: 25%;
	}
@media screen and (max-width: 680px) {
	#exam03 .l_box{
		width: auto;
		}
	#exam03 .r_box{
		width: auto;
		}
	#exam03 .r_box a {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}

/* nth-of-typeを使うレスポンシブ */
.test_table {
	margin-bottom: 20px;
	}
.test_table table {
	margin: 0 auto;
	border: 3px solid #B4B4B5;
	width: 100%;
	border-collapse: collapse;
	font-size: 1.1em;
	}
.test_table table thead {
}
.test_table table thead th{
	background: #276155;
	color: #FFFFFF;
	text-align: center;
	padding: 0.25em 0.5em;
	letter-spacing: 1px;
	border-left: 1px solid #B4B4B5;
	}
.test_table table th {
	}
.test_table table th:first-child {
	border-left-width: 0;
	}
.test_table table tbody {
	vertical-align: top;
	}
.test_table table tbody tr {
}
.test_table table tbody td {
	border-left: 1px solid #B4B4B5;
	padding: 0.35em 1em;
	border-top: 1px solid #B4B4B5;
	overflow: hidden;
	vertical-align: middle;
	font-size: 1.08em;
	}
.test_table table tbody td:first-child {
	border-left-width: 0;
	}
.test_table table tbody td:last-child{
	text-align: center;
	}
/*.test_table table tbody td.pcnone{
	padding: 0;
	height: 0;
	border: none;
	}
*/

.test_table table tbody td span.st {
	display: none;
	}


@media screen and (max-width: 1280px) {
	.test_table table tbody td{
		font-size: 14px;
		}
	
	
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}

/* モバイル用 */
@media screen and (max-width: 680px) {
	.test_table {
		margin-bottom: 10px;
		}
	.test_table table {
		width: 100%;
		margin: 0 auto;
		border: none;
		padding-bottom: 20px;
		font-size: 15px;
		line-height: 1.45em;
		}
	.test_table table thead{
		display: none;
		}
	.test_table table tbody tr {
		display: block;
		padding: 0;
		margin-bottom: 1.5em;
		border: 5px solid #B4B4B5;
		}
	.test_table table tbody td {
		display: block;
		border-left-width: 0;
		padding: 0.5em 0.5em;
		position: relative;
		z-index: 2;
		align-items: center;
		border-bottom: 2px solid #B4B4B5;
		}
    .test_table table tbody td a {
        text-indent: 0;
        vertical-align: middle;
    }
	.test_table table tbody td span.st {
		position: relative;
		top: -0.5em;
		left: -0.5em;
		width: calc(100% + 1em);
		display: block;
		vertical-align: middle;
		font-weight: normal;
		padding: 0.5em 0.5em;
		background: #276155;
		color: #FFFFFF;
        text-indent: 0;
        box-sizing: border-box;
		word-break: break-all;
		}
	/*
    .test_table table tbody td:after {
        content: "";
        display: inline-block;
        font-size: 14px;
        width: 5.5em;
        height: 100%;
        background: #276155;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        z-index: -1;
    }
	.test_table table tbody td:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.8em;
		font-weight: normal;
		padding: 0.5em 0.5em;
		background: #276155;
		color: #FFFFFF;
		width: 5.5em;
        text-indent: 0;
        box-sizing: border-box;
		}
*/
		.test_table table tbody td:first-child{
			border-top: 0px;
			}
		.test_table table tbody td:last-child{
			text-align: left;
			}
/*	
	.test_table table tbody td:nth-of-type(1):before {
		content: "実施日";
		}
	.test_table table tbody td:nth-of-type(2):before {
		content: "場所";
		}
	.test_table table tbody td:nth-of-type(3):before {
		content: "職種";
		}
	.test_table table tbody td:nth-of-type(4):before {
		content: "試験案内";
		}
	.test_table table tbody .thead_content {
	}
*/
	.test_table th {
		display: none;
		}
	.test_table tr { /*padding: 0 15px; */
	}
}

@media screen and (max-width: 414px) {
	#exam03 .l_box{
		width: auto;
		}
	#exam03 .r_box{
		width: auto;
		}
	#exam03 .r_box a{
		display: block;
		width: 80%;
		margin: 0 auto;
		}
	
	#exam03 .r_box a > img{}
	
	
}
@media screen and (max-width: 375px) {

}



#exam04{}
#exam04 .l_box{
	width: 75%;
	}

#exam04 table.gray{}
#exam04 table.gray th{
	text-align: center;
	padding: 4px 1em;
	}
#exam04 table.gray td{
	text-align: center;
	}
#exam04 table.gray td:first-child{
	text-align: left;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	#exam04 .l_box{
		width: auto;
		}
	#exam04 table.gray th{
		padding: 4px 0.3em;
		font-size: 0.9em;
		letter-spacing: 0;
		}
	#exam04 table.gray td{
		padding: 4px 0.5em;
		font-size: 0.9em;
		letter-spacing: 0;
		}
	#exam04 table.gray td:first-child{
		min-width: 6.5em;
		}
	#exam04 table.gray td:nth-child(2){
		min-width: 5em;
		}
	#exam04 table.gray td:nth-child(3){
		min-width: 5em;
		}
	#exam04 table.gray td:nth-child(4){
		min-width: 5em;
		}
	
	#exam04 .pdf{
		background: url(../../../shared/img/icon/pdf.png) no-repeat top center / auto 1.1em;
		padding: 1.3em 0 0 0;
		}
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

/*試験申込から合格証明書受領までの流れ*/
.page_flowjp{}

.page_flowjp .flex-flow{
	display: flex;
	display: -webkit-flex;

	/*flex-wrap: wrap;*/
	justify-content: space-between;
	margin: 3em 0 0;
	align-items: flex-start;
	}
.page_flowjp .flex-flow p{
	margin-bottom: 0;
	line-height: 1.6;
	}
.page_flowjp .flex-flow .above_box,
.page_flowjp .flex-flow .bottom_box{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #E5F9FF;
	padding: 2em 1.6em;
	
	flex-basis: 25%;
	}
.page_flowjp .flex-flow .bottom_box{
	align-self: flex-end;
	}

.page_flowjp .flex-flow .flow_area{
	flex-basis: 38%;
	}
.page_flowjp .flex-flow .flow_area > dl{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	/*justify-content: space-between;*/
	/*align-items: center;*/
	/*align-content: center;*/
	text-align: center;
	font-size: 16px;
	}
.page_flowjp .flex-flow .flow_area dl dt{
	color: #FFFFFF;
	background: #FF9800;
	flex-basis: 25%;
	min-height: 4em;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
    width: 5em;
    box-sizing: border-box;
	}
.page_flowjp .flex-flow .flow_area dl dd{
	background: #FFDAA9;
	flex-basis: 75%;
	/*font-size: 1.1em;*/
	font-size: 16px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
    width: calc(100% - 5em);
    box-sizing: border-box;
	}
.page_flowjp .flex-flow .flow_area .arrow{
	display: block;
	min-height: 30px;
	background: url(../img/arrow.svg) no-repeat top right 37% / auto 100%;
	}
.flex-flow .flow_area dl.jac dt{
	background: #82CF00;
	}
.flex-flow .flow_area dl.jac dd{
	background: #D6EFAB;
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	.page_flowjp .flex-flow{
		display: block;
		margin: 2.5em 0 0;
		}
	.page_flowjp .flex-flow .above_box, .page_flowjp .flex-flow .bottom_box{
		padding: 1.6em 1.6em;
		margin-bottom: 2.5em;
		}
	.page_flowjp .flex-flow .flow_area{
		margin-bottom: 2.5em;
		}
	.page_flowjp .flex-flow .flow_area > dl{
		/*font-size: 1em;*/
		}
	
    .page_flowjp .page_box p,
	.page_flowjp .flex-flow .above_box p,
	.page_flowjp .flex-flow .bottom_box p{
		font-size: 15px;
		}


}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}




@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

.flex-flow .flow_area dl.jac dd ruby{white-space: nowrap;}



