@charset "UTF-8";

/*
	グローバルナビ
-----------------------------------------------------------------------------------------------*/
#guide #listGnav li a.guide{
	color:#E75685;
}


/*
	パンくず
-----------------------------------------------------------------------------------------------*/
#guide #listPanOut{
	background:-moz-linear-gradient(135deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 50%);
	background:-webkit-linear-gradient(135deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 50%);
	background:linear-gradient(-45deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 50%);
}


/*
	ページタイトル
-----------------------------------------------------------------------------------------------*/
#guide #titCatePageOut{
	background:-moz-linear-gradient(135deg, rgba(152, 74, 160, 0.7), rgba(231, 86, 133, 0.7) 50%),url(../images/bg_guide_top_pc.png) center center no-repeat;
	background:-webkit-linear-gradient(135deg, rgba(152, 74, 160, 0.7), rgba(231, 86, 133, 0.7) 50%),url(../images/bg_guide_top_pc.png) center center no-repeat;
	background:linear-gradient(-45deg, rgba(152, 74, 160, 0.7), rgba(231, 86, 133, 0.7) 50%),url(../images/bg_guide_top_pc.png) center center no-repeat;
	background-size:cover;
}
#guide #titPageLastOut{
	background:url(../images/bg_slash.png) top left repeat,rgba(231, 86, 133, 0.35);
	background-size:18px 18px;
}

/*
	カテゴリー共通
-----------------------------------------------------------------------------------------------*/
#guide #titMain span::after{
	background:-moz-linear-gradient(135deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 90%);
	background:-webkit-linear-gradient(135deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 90%);
	background:linear-gradient(-45deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 90%);
}


/*
	見出し
-----------------------------------------------------------------------------------------------*/
#guide .titL{
	border-top:5px solid #E75685;
	background-color:#F9D5E1;
}
#guide .titM{
	border-left:5px solid #E75685;
}
#guide .titS::after{
	background-color:#E75685;
}


/*
	ページ内リンク
-----------------------------------------------------------------------------------------------*/
#guide .listAnchor li:before{
	color:#E75685;
}


/*
	table
-----------------------------------------------------------------------------------------------*/
#guide .tblBase.guide th{
	background-color:#fdeff4;
}


/*
	ページャー
-----------------------------------------------------------------------------------------------*/
#guide .pagerArea a{
	color:#E75685;
	border:2px solid #E75685;
}
#guide .pagerArea a:hover{
	color:#FFFFFF;
	background-color:#E75685;
}
#guide .pagerArea .active a{
	color:#FFFFFF;
	background-color:#E75685;
}


/*
	一覧ページ
-----------------------------------------------------------------------------------------------*/
#guide #pListOut{
	border-top:3px solid #E75685;
}
/*#guide .phot{
	background-color:#E75685;
}*/
#guide .pListL{
	width:calc((100% - 190px));
}
#guide .pListL a:hover{
	color:#E75685;
}
#guide .pListL .push{
	color:#E75685;
}


/*
	詳細ページ
-----------------------------------------------------------------------------------------------*/
#guide .voiceDetailR .push{
	color:#E75685;
}
#guide #detailCommtBoxOut .titDetailCommt{
	color:#E75685;
}


/*
	受検の流れ
-----------------------------------------------------------------------------------------------*/
#olistJyukenFlow li,
#olistJyukenFlow li .ctsJyukenFlow{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#olistJyukenFlow > li{
	margin:0 0 60px;
}
#olistJyukenFlow span{
	display:contents;
}
#olistJyukenFlow > li:last-of-type{
	margin:0 0 0;
}
.titJyukenFlow{
	width:90px;
	padding:20px 10px 10px;
	font-size:1.8rem;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background:-moz-linear-gradient(rgba(231, 86, 133, 1) 60%, rgba(152, 74, 160, 1));
	background:-webkit-linear-gradient(rgba(231, 86, 133, 1) 60%, rgba(152, 74, 160, 1));
	background:linear-gradient(rgba(231, 86, 133, 1) 60%, rgba(152, 74, 160, 1));
	border-radius:5px 5px 0 0;
	position:relative;
}
.titJyukenFlow::after{
	content:' ';
	width:0;
	height:0;
	border-left:45px solid transparent;
	border-right:45px solid transparent;
	border-top:20px solid #984AA0;
	position:absolute;
	bottom:-20px;
	left:0;
}
.ctsJyukenFlow{
	padding:0 0 0 30px;
	width:1050px;
}
.jyukenBoxOut{
	width:1020px;
	position:relative;
}
.atherFlowBoxOut{
	padding:40px 0 0;
}
.atherFlowBox{
	width:calc((100% - 30px)/2);
	padding:20px;
	margin:0 30px 0 0;
	background-color:#FCF9F0;
	float:left;
	position:relative;
}
.atherFlowBox.mh390{
	min-height:390px;
}
.atherFlowBox:last-of-type{
	margin:0 0 0 0;
}
.atherFlowBox.wh100{
	width: 100%;
	margin: 10px 0 30px;
}
.titAtherFlow{
	font-size:1.6rem;
	padding:0 0 8px 45px;
	margin:0 0 10px;
	border-bottom:1px dotted #00C9C2;
}
.atherFlowIco{
	display:inline-block;
	width:70px;
	height:70px;
	padding:23px 0 0;
	font-size:1.6rem;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#00C9C2;
	border-radius:35px;
	position:absolute;
	top:-15px;
	left:-15px;
}
.atherFlowCationBox{
	margin:15px 0 0;
	padding:15px;
	color:#F00;
	background-color:rgba(231, 86, 133, 0.1);
}
.step1Pic1{
	position:absolute;
	top:0;
	right:40px;
	z-index: 10;
}
.step1Pic2,
.step1Pic3{
	position:absolute;
	top:15px;
	right:15px;
}
.step2Pic1{
	padding:20px 0 0;
}
.step3Pic1{
	width:100%;
	padding:20px;
	margin:20px 0 0;
	background-color:#FFF8EA;
}
.jyukenBox2col{
	width:calc((100% - 30px)/2);
	margin:0 30px 0 0;
	float:left;
}
.jyukenBox2col:nth-of-type(2n){
	margin:0 0 0 0;
}
#prizeArea .titAtherFlow{
	padding:0 0 8px 0;
	color:#84633D;
	text-align:center;
}
#prizeArea figure{
	padding:20px 0 0;
	text-align:center;
}

.olistBase a{
	display:contents;
}

/*
	個人受検申込み
-----------------------------------------------------------------------------------------------*/
.periodArea{
	margin:30px auto 30px;
	text-align:center;
}
.periodArea p{
	display:inline-block;
	padding:35px;
	font-size:1.8rem;
	font-weight:bold;
	background-color:#FCF9F0;
}
.periodArea p span{
	display:inline-block;
	padding:15px 0;
	font-size:2.5rem;
	color:#F00;
}
.pageSubCtsArea.exam{
	position:relative;
}
.pageSubCtsArea.exam figure img{
	position:absolute;
	top:0;
	right:0;
}


@media screen and (max-width:667px){
	/*
		ページタイトル
	-----------------------------------------------------------------------------------------------*/
	#guide #titCatePageOut{
		background:-moz-linear-gradient(135deg, rgba(152, 74, 160, 0.7), rgba(231, 86, 133, 0.7) 50%),url(../images/bg_guide_top_sp.png) center center no-repeat;
		background:-webkit-linear-gradient(135deg, rgba(152, 74, 160, 0.7), rgba(231, 86, 133, 0.7) 50%),url(../images/bg_guide_top_sp.png) center center no-repeat;
		background:linear-gradient(-45deg, rgba(152, 74, 160, 0.7), rgba(231, 86, 133, 0.7) 50%),url(../images/bg_guide_top_sp.png) center center no-repeat;
		background-size:cover;
	}
	
	
	/*
		一覧ページ
	-----------------------------------------------------------------------------------------------*/
	#guide .pListL{
		width:100%;
	}
	
	
	/*
		詳細ページ
	-----------------------------------------------------------------------------------------------*/
	#guide .voiceDetailR{
		width:100%;
	}
	
	
	/*
		受検の流れ
	-----------------------------------------------------------------------------------------------*/
	#olistJyukenFlow li,
	#olistJyukenFlow li .ctsJyukenFlow{
		display:block;
	}
	#olistJyukenFlow > li{
		margin:0 0 65px;
		position:relative;
	}
	#olistJyukenFlow > li::after{
		content:' ';
		width:0;
		height:0;
		border-left:50px solid transparent;
		border-right:50px solid transparent;
		border-top:30px solid rgba(231, 86, 133, 0.5);
		position:absolute;
		bottom:-50px;
		left:50%;
		-webkit-transform:translate(-50%, 0);
		transform:translate(-50%, 0);
	}
	.titJyukenFlow{
		width:100%;
		padding:7px;
		margin:0 0 7px;
		font-size:1.5rem;
		background:-moz-linear-gradient(135deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 90%);
		background:-webkit-linear-gradient(135deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 90%);
		background:linear-gradient(-45deg, rgba(152, 74, 160, 1), rgba(231, 86, 133, 1) 90%);
		border-radius:4px;
	}
	.titJyukenFlow::after{
		content:none;
	}
	.ctsJyukenFlow{
		padding:0 0 0 0;
		width:100%;
	}
	.jyukenBoxOut{
		width:100%;
	}
	.atherFlowBoxOut{
		padding:0 0 0;
	}
	.atherFlowBox{
		width:100%;
		padding:15px;
		margin:10px 0 0 0;
		float:none;
	}
	.atherFlowBox.mh390{
		min-height:auto;
	}
	.atherFlowBox:last-of-type{
		margin:10px 0 0 0;
	}
	.atherFlowBox.wh100{
		margin: 0 0 0;
	}
	.ctsJyukenFlow figure{
		text-align:center;
	}
	.titAtherFlow{
		font-size:1.5rem;
		padding:0 0 8px 0;
		text-align:center;
	}
	.atherFlowIco{
		width:55px;
		height:55px;
		padding:17px 0 0;
		font-size:1.4rem;
		top:-4px;
		left:-8px;
	}
	.atherFlowCationBox{
		margin:10px 0 0;
	}
	.step1Pic1,
	.step1Pic2,
	.step1Pic3,
	.step2Pic1{
		width:120px;
		padding:0 0 10px;
		position:static;
	}
	.step3Pic1{
		width:100%;
		padding:15px;
		margin:10px 0 0;
	}
	.jyukenBox2col{
		width:100%;
		margin:0 0 0 0;
		float:none;
	}
	.jyukenBox2col figure{
		margin:10px 0 0;
	}
	#prizeArea figure{
		padding:10px 0 0;
	}
	#prizeArea figure img{
		width:50%;
	}
	
	
	/*
		個人受検申込み
	-----------------------------------------------------------------------------------------------*/
	.periodArea{
		margin:15px auto 15px;
		text-align:left;
	}
	.periodArea p{
		display:block;
		padding:15px;
		font-size:1.5rem;
	}
	.periodArea p span{
		padding:10px 0;
		font-size:1.8rem;
	}
	.pageSubCtsArea.exam figure{
		padding:0 0 10px;
		text-align:center;
	}
	.pageSubCtsArea.exam figure img{
		width:120px;
		position:static;
	}
}