@charset "utf-8";

@import url("common.css");


/* --------------------------------------------------------------------------------------
 コンテンツエリア
--------------------------------------------------------------------------------------- */
#ctArea {
	margin-top: 28px;
}

#ctArea h2 {
	margin: 0 0 25px;
	padding: 0 0 0 42px;
	text-align: left;
	font-size: 175%;
	font-weight: bold;
}

.about #ctArea h2 {
	background: url(../img/help/icon_about01_ttl.png) no-repeat left center;
}

.about #ctArea .mainImg {
	margin: 0 0 40px;
}

.about #ctArea section {
	margin: 0 0 80px;
}

.about #ctArea section h3 {
	margin: 0 0 60px;
}

.about #ctArea section p ,
.about #ctArea section ul {
	line-height: 2.5;
	font-size: 133.3%;
}

.about #ctArea section ul {
	margin: 0 145px;
}

.about #ctArea section ul li {
	position: relative;
	margin: 0 0 40px;
}

.about #ctArea section ul li:after {
	position: absolute;
	left: 47%;
	bottom: 0;
	padding: 1px 6% 0 0;
	background: #c8cac9;
	content: "";
}

.about #ctArea section ul li:last-child:after {
	content: none;
}

.about #ctArea section ul li:nth-child(2n-1) {
	padding: 0 0 40px 60px;
	text-align: left;
}

.about #ctArea section ul li:nth-child(2n) {
	padding: 0 60px 40px 0;
	text-align: right;
}

.about #ctArea section ul li:nth-child(1) {
	background: url(../img/help/icon_promise01.png) no-repeat left top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(2) {
	background: url(../img/help/icon_promise02.png) no-repeat right top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(3) {
	background: url(../img/help/icon_promise03.png) no-repeat left top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(4) {
	background: url(../img/help/icon_promise04.png) no-repeat right top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(5) {
	background: url(../img/help/icon_promise05.png) no-repeat left top;
	background-size: 44px;
}

@media screen and (max-width: 1240px){
#ctArea h2 {
	display: inline-block;
	margin: 0 0 20px;
	text-align: center;
}

.about #ctArea .mainImg {
	margin: 0 -14% 24px;
}

.about #ctArea .mainImg img {
	width: 100%;
	height: auto;
}

.about #ctArea section {
	margin: 0 3% 80px;
}

.about #ctArea section h3 {
	margin: 0 0 20px;
}

.about #ctArea section p ,
.about #ctArea section ul {
	margin: 0;
}

.about #ctArea section ul li {
	margin: 0 0 40px;
}

.about #ctArea section ul li:nth-child(2n-1) {
	padding: 86px 0 40px;
	text-align: center;
}

.about #ctArea section ul li:nth-child(2n) {
	padding: 86px 0 40px;
	text-align: center;
}

.about #ctArea section ul li:nth-child(1) {
	background: url(../img/help/icon_promise01.png) no-repeat center top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(2) {
	background: url(../img/help/icon_promise02.png) no-repeat center top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(3) {
	background: url(../img/help/icon_promise03.png) no-repeat center top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(4) {
	background: url(../img/help/icon_promise04.png) no-repeat center top;
	background-size: 44px;
}
.about #ctArea section ul li:nth-child(5) {
	background: url(../img/help/icon_promise05.png) no-repeat center top;
	background-size: 44px;
}
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
header {
	margin-bottom: 0;/*下層ページマージン0に*/
}
