@charset "UTF-8";
/* CSS Document */

.pageHeader {
	background: url(../images/bg_support.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.content_title {
	display: block;
	margin: 100px auto 40px;
}

#features {
	overflow: hidden;
}
.featuresBox {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
#features .featuresBox:nth-child(3) {
	margin: 40px auto;
}
#features .featuresBox:nth-child(4) {
	margin-bottom: 100px;
}
.featuresBox .circle {
	border-radius: 131px;
}
.featuresBox h3 {
	font-size: 24px;
	color: #298320;
	vertical-align: inherit;
	padding-left: 85px;
	padding-bottom: 20px;
	height: 32px;
	line-height: 32px;
	border-bottom: 4px solid #298320;
}
.featuresBox h3 span {
	margin-right: 10px;
	font-size: 42px;
	font-family: Futura,Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.featuresBox img {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 10;
}
.featuresRight {
	width: 645px;
	margin-left: -70px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.featuresRight dl {
	padding-left: 85px;
}
.featuresRight dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px;
}
.featuresRight dl dd {
	font-size: 13px;
	letter-spacing: normal;
}

#customer {
	background: #2c96e8;
	overflow: hidden;
}
.customerBox {
	width: 470px;
	overflow: hidden;
	margin: 0 auto 50px;
}
.customerBox:nth-child(4)  {
	margin-bottom: 100px;
}
.customerBox iframe {
	vertical-align: bottom;
}
.customerBox p {
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}
#sample h4 {
	color: #298320;
	font-size: 16px;
	text-align: center;
}
#sample table {
	margin: 0 auto;
	border: 2px solid #000000;
}
#sample table caption, #sample h5 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: center;
}
#sample table th {
	font-size: 14px;
	font-weight: normal;
	background: #e0eddf;
	border: 1px solid #000000;
	letter-spacing: 1em;
	text-indent: 1em;
	height: 35px;
	vertical-align: middle;
}
#sample table td {
	font-size: 14px;
	border: 1px solid #000000;
	height: 35px;
	vertical-align: middle;
}
#sample table th:nth-child(3), #sample table td:nth-child(3) {
	border-right: 2px solid #000000;
}
#sample table th:nth-child(3), #sample table th:nth-child(6) {
	letter-spacing: normal;
	text-indent: 0;
}
#sample table td:nth-child(1), #sample table td:nth-child(4) {
	width: 123px;
	padding-left: 35px;
}
#sample table td:nth-child(2), #sample table td:nth-child(5) {
	width: 160px;
	padding-left: 20px;
}
#sample table td:nth-child(3), #sample table td:nth-child(6) {
	text-align: right;
	width: 70px;
	padding-right: 22px;
}
#sample a {
	display: block;
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff; 
	background: url(../images/btn.jpg);
	margin: 15px auto 0;
	font-size: 14px;
	transition:all 0.4s ease;
}
#sample a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}
#sample p {
	font-size: 14px;
	text-align: center;
}
#sample div {
	overflow: hidden;
	width: 618px;
	margin: 45px auto 100px;
}
#sample div img {
	display: block;
	float: left;
}
#sample div img:nth-child(1) {
	margin-right: 50px;
}