@charset "utf-8";
@import url('editor_content.css?v=1');
/**
 *	新卒採用＞FAQ
 * 	update.24.12.18
**/
/* index */
.box-list {
	padding:0 0 40px;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: linear-gradient(to right, #264993, #264993 3px, transparent 3px, transparent);
}
.box-list .list {
	display: flex;
	flex-wrap: wrap;
	margin:-30px 0 0;
}
.box-list .item {
	margin:30px 0 0;
	width:100%;
}
.box-list .item > a {
	display: block;
	height:100%;
	background-color: #c1cce0;
	transition: all 0.3s;
	color:#000;
	text-decoration: none;
}
.box-list .item.odd > a {
	background-color: #d5ddea;
}
.box-list .item > a:hover ,
.box-list .item > a:active {
	color:#fff;
	background-color: #264993;
}
.item .no {
	display: flex;
	align-items: center;
	line-height: 1;
	padding:8px 6px 0;
}
.item .no > * {
	width:28px;
	margin:0 2px;
}
.item .title {
	padding:20px;
	font-size:1.6rem;
	line-height: 1.8;
}
@media print, screen and (min-width: 728px) {
	.box-list {
		padding:0 0 60px;
	}
	.box-list .list {
		margin:-40px -2% 0;
	}
	.box-list .item {
		margin:40px 2% 0;
		width:46%;
		min-height:286px;
	}
	.item .no > * {
		width:42px;
		margin:0 4px;
	}
	.item .title {
		padding:40px 30px 20px;
		font-size:1.8rem;
	}
}
@media print, screen and (min-width: 1025px) {
	.box-list .item {
		width:29.333%;
	}
}
.popup-box.faq {
	background-color: #264993;
	border:3px solid #fff;
	max-width:560px;
	padding:10px;
}
.popup-box.faq > .box {
	display: flex;
	align-items: center;
	padding:10px 10px 23px 0;
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent);
}
.popup-box.faq > .box > .no {
	display: flex;
	align-items: center;
	line-height: 1;
	padding:0;
}
.popup-box.faq > .box > .no > * {
	width:28px;
	margin:0 2px;
	padding:0;
}
.popup-box.faq > .box > .title {
	flex:1;
	margin:0 0 0 14px;
	padding:0;
	font-size:1.8rem;
	color:#fff;
}
.popup-box.faq > .content-text {
	padding:20px 10px 10px;
	font-size:1.6rem;
	line-height: 1.8;
	color:#fff;
}
@media print, screen and (min-width: 728px) {
	.popup-box.faq > .box {
		align-items: flex-end;
		padding:0 10px 26px 2px;
		min-height:140px;
	}
	.popup-box.faq > .box > .no > * {
		width:42px;
		margin:0 4px;
	}
	.popup-box.faq > .box > .title {
		margin:0 0 0 28px;
		font-size:1.8rem;
	}
	.popup-box.faq > .content-text {
		padding:60px 40px;
		font-size:1.8rem;
	}
}
/* editor */
.content-text hr {
	margin-top:0.5em;
}
.content-text p {
	margin-top:0.5em;
}