@charset "utf-8";

/* ========================================================
	option.css => オプションサービス用CSS
======================================================== */

/* タイトル
============================================================================================================ */
/* page_bg_title */
.page_bg_title h1:before {
	background-image: url(../images/page_title_bg.jpg);
}


/* 防犯・新車販売サービス
============================================================================================================ */
#option .crime .wrap {
	position: relative;
	margin: 40px 0 60px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
#option .crime .wrap:before,
#option .crime .wrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
}
#option .crime .wrap:before {
	left: 0;
	background-color: #fffce5;
}
#option .crime .wrap:after {
	left: 50%;
	background-color: #eff9fe;
}
#option .crime .wrap section {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 35px 40px 0;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 1;
}
#option .crime .wrap section + section {
	padding-right: 10px;
	padding-left: 25px;
}
#option .crime .wrap section header {
	display: table;
	margin-bottom: 15px;
}
#option .crime .wrap section header > * {
	display: table-cell;
	vertical-align: middle;
}
#option .other .line section header p {
	width: 88px;
}
#option .crime .wrap section header p img {
	width: 88px;
	height: 88px;
	background-color: #5ec6f7;
}
#option .crime .wrap section header h1 {
	padding: 0 15px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	#option .crime .wrap {
		margin: 30px 0 40px;
	}
	#option .crime .wrap:before,
	#option .crime .wrap:after {
		content: none;
	}
	#option .crime .wrap section {
		float: none;
		width: auto;
		padding: 0 10px 20px !important;
		background-color: #fffce5;
		font-size: 100%;
	}
	#option .crime .wrap section + section {
		background-color: #eff9fe;
		border-top: 1px solid #b5b5b5;
	}
}


/* その他のサービス
============================================================================================================ */
#option .other .wrap {
	position: relative;
	margin: 40px 0;
	overflow: hidden;
}
#option .other .line {
	display: table;
	table-layout: fixed;
	width: 1100px;
	margin: -35px;
	border-spacing: 35px;
}
#option .other .line section {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #b5b5b5;
}
#option .other .line section header {
	display: table;
	border-spacing: 0;
}
#option .other .line section header > * {
	display: table-cell;
	vertical-align: middle;
}
#option .other .line section header p {
	width: 88px;
}
#option .other .line section header p img {
	width: 88px;
	height: 88px;
	background-color: #5ec6f7;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
#option .other .line section header h1 {
	padding: 0 15px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}
#option .other .line section > p {
	padding: 15px 15px 20px;
}

@media screen and (max-width: 768px) {
	#option .other .wrap {
		margin: 0 0 30px;
	}
	#option .other .line {
		display: block;
		width: auto;
		margin: 0;
		border-spacing: 0;
	}
	#option .other .line section {
		display: block;
		border-width: 1px 0;
	}
	#option .other .line + .line section,
	#option .other .line section + section {
		margin-top: 30px;
	}
}




