/* CSS Document */
/* support */

.mainImgBox {
	background-image: url(../img/mainImg.jpg);
}

.mainImgBox h2 {
	width: 592px;
	background-image: url(../img/h2.png);
}

.supportBox {
	padding: 100px 70px;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.support-ttl {
	height: 66px;
	padding: 18px 20px;
}

.support-ttl h4 {
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #10003F;
}

.support-ttl h4:before {
	content: "";
	background: url(../img/support-ttl-before.png) center no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	vertical-align: top;
}

.support-img {
	padding: 20px;
	background: #F8FAFC;
}

.support-price {
	padding: 20px;
	color: #8591A3;
}

.support-price .person {
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.support-price .person span {
	font-size: 22px;
	color: #B20000;
}

.support-price .price {
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-weight: bold;
}

.support-price .price span {
	font-size: 28px;
	color: #B20000;
	font-weight: bold;
}

.support-cont {
	padding: 30px;
	background: #F8FAFC;
}

.support-cont dl {
	margin-bottom: 10px;
	border-bottom: 1px solid #DFE4EE;
	overflow: hidden;
	color: #8591A3;
}

.support-cont dt {
	float: left;
	width: 280px;
	padding: 5px 0 5px 20px;
	text-align: left;
	font-size: 16px;
}

.support-cont dd {
	float: left;
	width: 60px;
	padding: 5px 20px 5px 0;
	text-align: right;
	font-size: 16px;
}

.support-a {
	float: left;
	width: 400px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}

.support-a .support-ttl {
	background: #ECECEC;
}

.support-a .support-price {
	background: #ECECEC;
}

.support-b {
	float: left;
	width: 400px;
	margin-left: 60px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}

.support-b .support-ttl {
	background: #EBEEF3;
}

.support-b .support-price {
	background: #EBEEF3;
}
















