.office_contents {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.office_contents .head_aisatsu {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	background: rgb(184,28,36) url("../img/icon_prof.png") no-repeat 1% 50%;
	background-size: 30px;
	color: rgb(255,255,255);
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
}

.office_contents .head_recruit {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	background: rgb(184,28,36) url("../img/icon_recruit.png") no-repeat 1% 50%;
	background-size: 30px;
	color: rgb(255,255,255);
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
}

.office_contents .head_recruit_in {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 25px;
	background: url("../img/icon_recruit_in.png") no-repeat 1% 50%;
	background-size: 20px;
	color: rgb(184,28,36);
	font-size: 0.8em;
	font-weight: bold;
	overflow: hidden;
}

.office_contents .head_office {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	background: rgb(184,28,36) url("../img/icon_office.png") no-repeat 1% 50%;
	background-size: 30px;
	color: rgb(255,255,255);
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
}

.office_contents .head_news {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	background: rgb(184,28,36) url("../img/icon_news.png") no-repeat 1% 50%;
	background-size: 30px;
	color: rgb(255,255,255);
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
}

.office_contents .head_contact {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	background: rgb(184,28,36) url("../img/icon_contact.png") no-repeat 1% 50%;
	background-size: 30px;
	color: rgb(255,255,255);
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
}

.area_lr {
	margin: 0;
	padding: 1rem;
	overflow: hidden;
}

.nozaki_pic {
	width: 50%;
	height: 170px;
	float: left;
	overflow: hidden;
}

.office_pic {
	width: 50%;
	float: left;
}

.txt_area {
	margin: 0 10px;
	font-size: 0.8em;
	overflow: hidden;
}

.txt_area dl dd {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: dashed 1px rgba(184,28,36,0.3);
	overflow: hidden;
}

.phone {
	padding: 0 0 0 30px;
	background: url("../img/icon_phone.png") no-repeat 1% 50%;
	background-size: 20px;
}

.phone_free {
	padding: 0 0 0 30px;
	background: url("../img/icon_phone_free.png") no-repeat 1% 50%;
	background-size: 20px;
}

.f_red {
	color: rgb(184,28,36);
	font-weight: bold;
}

.news_area {
	margin: 0 10px;
	font-size: 0.8em;
	overflow: hidden;
}

.news_area dl {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	float: left;
	border-top: dashed 1px rgba(184,28,36,0.3);
	overflow: hidden;
}

.news_area dt {
	width: 35%;
	padding: 0 0 0 30px;
	background: url("../img/icon_calendar.png") no-repeat 1% 50%;
	background-size: 24px;
	float: left;
	overflow: hidden;
}

.news_area dd {
	width: 55%;
	padding: 0;
	float: left;
	overflow: hidden;
}

.phone_area {
	width: 95%;
	margin: 5px auto;
}

.phone_area .phone {
	width: 40%;
	margin: 10px 0;
	padding: 0 0 0 30px;
	font-size: 1em;
	background: url("../img/icon_phone.png") no-repeat 1% 50%;
	background-size: 20px;
	text-decoration: none;
	float: left;
}

.phone_area .phone_free {
	width: 40%;
	margin: 10px 0;
	padding: 0 0 0 30px;
	font-size: 1em;
	background: url("../img/icon_phone_free.png") no-repeat 1% 50%;
	background-size: 20px;
	text-decoration: none;
	float: left;
}

.btn_contact {
	width: 90%;
	margin: 10px auto;
	padding: 3px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background: rgb(255,255,255);
	border-radius: 10px;
	border: 3px solid rgb(50,130,255);
	cursor: pointer;
	display: block;
}

.btn_contact a {
	color: rgb(50,130,255);
	text-decoration: none;
}

.rec-txt_area {
	width: 100%;
	overflow: hidden;
}

.rec-txt_area p {
	width: 100%;
	border-bottom: .1rem dashed #9B9798;
	overflow: hidden;
}

.rec-txt_area .rec-dl dl{
	padding: .5rem;
	border-bottom: .1rem dashed #9B9798;
	overflow: hidden;
}

.rec-txt_area .rec-dl dl dt {
	width: 100%;
	padding: .2rem;
	margin: 0 0 .5rem 0;
	color: #fff;
	background: #B81C24;
}

.rec-txt_area .rec-dl dl dd {
	width: 100%;
}
