.news_detail .detail_box p {
	margin-top: 40px;
}
.previouspostslink {
	position: relative;
}
.previouspostslink::before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 0.5em;
	height: 0.5em;
	content: "";
	border-right: 2px solid #585858;
	border-bottom: 2px solid #585858;
	margin-top: -0.25em;
	pointer-events: none;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.pager li:first-child {
	display: none;
}
.pager li span.current {
	display: block;
	width: 1.6em;
	height: 1.6em;
	border: 1px solid;
	text-align: center;
	font-family: "EB Garamond", serif;
	font-weight: bold;
	line-height: 1.5;
	background-color: #585858;
	color: #fff;
}
.interview_detail .inr ul li {
	margin-top: 0;
}
.interview_detail .inr ul li .detail_box h3 {
	margin-top: 60px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
	.interview_detail .inr ul li .detail_box h3 {
		font-size: 1.3em;
	}
}
.interview_detail .inr ul li p {
	margin-top: 20px;
}
.contact_form
	.inr
	.profile_content
	.form_list
	li
	.s_input
	input[type="text"].type_tel {
	width: 100px !important;
}
