#maintitle {
	background: url(images/title_bg.jpg) center center;
	background-size: cover;
}

div.reason {
	margin: auto;
	padding: 50px 0 90px 0;
	width: 1000px;
}

div.reason ul {
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}

div.reason ul li {
	border: 3px solid #0b309d;
	border-radius: 12px;
	display: inline-block;
	font-size: 15px;
	margin-right: 28px;
	width: 290px;
}

div.reason ul li:last-child {
	margin-right: 0;
}

div.reason ul li div.img {
	border-bottom: 30px solid #e8aa24;
	border-radius: 10px 10px 0 0;
	height: 200px;
	position: relative;
}

div.reason ul li div.img em {
	bottom: -25px;
	color: white;
	font-size: 33px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	text-shadow: 0 0 8px black;
}

div.reason ul li.taiou div.img {
	background: url(images/reason_img_1.jpg)no-repeat center center;
	background-size: cover;
}

div.reason ul li.shinrai div.img {
	background: url(images/reason_img_2.jpg)no-repeat center center;
	background-size: cover;
}

div.reason ul li.anzen div.img {
	background: url(images/reason_img_3.jpg)no-repeat center center;
	background-size: cover;
}

div.reason ul li div.text {
	font-weight: 500;
	padding: 20px;
	text-align: justify;
}

div.reason ul li div.text strong {
	font-weight: bold;
}

div.white-container {
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 30px;
}

div.business-list h2 {
	border-bottom: 2px solid #e8aa24;
	font-size: 28px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

div.business-list div.img {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
	width: 350px;
}

div.business-list div.img img {
	height: auto;
	width: 100%;
}

div.business-list div.text {
	padding: 0 80px;
	vertical-align: top;
}

div.business-list div.text h3 {
	line-height: 1em;
	margin-bottom: 10px;
	text-align: left;
}

div.business-list div.text h3 span {
	color: #e8aa24;
	padding-right: 5px;
}

div.business-list div.text p {
	font-size: 90%;
	font-weight: 500;
	letter-spacing: normal;
	margin: 0;
	margin-bottom: 20px;
}

div.business-list div.text table.list-table {
	width: 500px;
}
















