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

.office_contents .head_news {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 40px;
	background: rgb(184,28,36) url("../img/icon/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/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: 0;
	width: 100%;
	overflow: hidden;
}

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

.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;
}

.p_ol {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}

.p_ol ol {
	margin: 0;
	padding: 0 0 0 30px;
}

.p_ol li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed rgb(200,200,200);
	list-style: decimal outside;
}

.p_ol p {
	margin: 10px auto;
	padding: 0 10px;
	font-size: 0.7rem;
	text-align: center;
}

.p_ol p a {
	color: rgb(184,28,36);
}

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

.phone_free {
	padding: 0 0 0 30px;
	background: url("../img/icon/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;
	word-break: break-all;
}

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

.news_area dd {
	width: 100%;
	padding: 10px 0;
	color: rgb(184,28,36);
	font-weight: bold;
	float: left;
	overflow: hidden;
	word-break: break-all;
}

.news_area p {
	font-size: 12px;
	padding: 10px 0 0 0;
	float: left;
	word-break: break-all;
}

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

.phone_area:after {
	clear: both;
}

.phone_area .phone {
	width: 40%;
	margin: 10px 0;
	padding: 0 0 0 30px;
	font-size: 1em;
	background: url("../img/icon/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/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;
}
.p_ol .listyle{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: count;
}
.p_ol .listyle:before{
  display: marker;
  content: "" counter(count) ")　";
}
.roman li{
	list-style:lower-roman;
}


.p_ol .sign{
	text-align:right;
}

.read_policy {
	clear: both;
	width: 90%;
	margin: 0 10px;
	padding: 0 10px;
	font-size: 0.8rem;
}

.read_policy a {
	text-decoration: none;
	color: rgb(195,13,35);
}