@charset "utf-8";

/* =======================================
	top CSS
========================================== */
/* サービスのご案内
------------------------------------------ */
ul.serviceItem {
	display: flex;
	flex-wrap: wrap; /* 折返し指定 */
	margin: 50px 0;
}
ul.serviceItem li {
	box-sizing: border-box;
	width: calc(100% / 4);
	text-align: center;
}
@media screen and (max-width: 767px) {/* SP */
	ul.serviceItem li {
		width: calc(100% / 2);
		padding: 0 0 1em;
	}
	ul.serviceItem li:nth-last-child(1),
	ul.serviceItem li:nth-last-child(2) {
		padding: 0 0 0;
	}
}

/* 料金体系
------------------------------------------ */
section#price {
	background: #F6F6F6;
}
.priceList {
	display: flex;
	flex-wrap: wrap; /* 折返し指定 */
	justify-content: center;/*内包要素を左右センターに */
}
.priceList li {
	box-sizing: border-box;
	width: calc(100% / 3);
	text-align: center;
	padding: 30px 15px;
	position: relative;
	padding-bottom: 60px;/* 最下部にposition: absolute;した「料金表示」分開ける */
	margin-bottom: 1em;
}
.priceList li h4 {
	font-size: 30px;
	font-weight: 700;
}
.priceList li .price {
	font-size: 30px;
	font-weight: 700;
	border-bottom: 4px double #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 20px;
}
.priceList li .addTxt {
	font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
	.priceList li {
		width: calc(100% / 2);
		padding-bottom: 40px;/* 最下部にposition: absolute;した「料金表示」分開ける */
	}
	.priceList li h4 {
		font-size: 26px;
	}
	.priceList li .price {
		font-size: 26px;
		margin: 0 20px;
	}
}
@media screen and (max-width: 767px) {/* SP */
	.priceList li {
		width: calc(100% / 2);
		padding: 30px 4px;
		padding-bottom: 40px;/* 最下部にposition: absolute;した「料金表示」分開ける */
	}
	.priceList li h4 {
		font-size: 18px;
	}
	.priceList li p {
		font-size: 12px;
	}
	.priceList li .price {
		font-size: 17px;
		margin: 0 10px;
	}
}

/* いますぐるくんが選ばれる7つの理由
------------------------------------------ */
.reasonList li {
	box-sizing: border-box;
	height: 148px;
	padding: 0 0 0 284px;
	margin-bottom: 20px;
}
.reasonList li h3 {
	font-size: 26px;
	font-weight: 500;
	color: #EE862D;
	padding-top: 1em;
}
.reasonList li:nth-of-type(1) { background: url("../../img_top/reason1.png") no-repeat left top;}
.reasonList li:nth-of-type(2) { background: url("../../img_top/reason2.png") no-repeat left top;}
.reasonList li:nth-of-type(3) { background: url("../../img_top/reason3.png") no-repeat left top;}
.reasonList li:nth-of-type(4) { background: url("../../img_top/reason4.png") no-repeat left top;}
.reasonList li:nth-of-type(5) { background: url("../../img_top/reason5.png") no-repeat left top;}
.reasonList li:nth-of-type(6) { background: url("../../img_top/reason6.png") no-repeat left top;}
.reasonList li:nth-of-type(7) { background: url("../../img_top/reason7.png") no-repeat left top}
@media screen and (max-width: 767px) {/* SP */
	.reasonList li {
		height: auto;
		padding: 0 0 0 90px;
	}
	.reasonList li h3 {
		font-size: 17px;
		padding-top: 0;
	}
	.reasonList li:nth-of-type(1) { background-size: 80px 45px;}
	.reasonList li:nth-of-type(2) { background-size: 80px 45px;}
	.reasonList li:nth-of-type(3) { background-size: 80px 45px;}
	.reasonList li:nth-of-type(4) { background-size: 80px 45px;}
	.reasonList li:nth-of-type(5) { background-size: 80px 45px;}
	.reasonList li:nth-of-type(6) { background-size: 80px 45px;}
	.reasonList li:nth-of-type(7) { background-size: 80px 45px;}
}

/* 対応エリア
------------------------------------------ */
section#area {
	background: #F6F6F6;
}

/* 事例紹介
------------------------------------------ */
.exampleList li {
	display: flex;
	margin-bottom: 40px;
}
.exampleList li img {
	margin-right: 20px;
}
.exampleList li .exampleTxt h3 {
	font-size: 25px;
	font-weight: 500;
}
.exampleList li .exampleTxt dl dd {
	margin: -1.6em 0 0 0;
	padding: 0 0 0 4em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
	.exampleList li img {
		width: 70%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {/* SP */
	.exampleList li {
		display: block;
		margin-bottom: 20px;
	}
	.exampleList li .exampleTxt h3 {
		text-align: center;
	}
	.exampleList li .exampleTxt dl {
		padding: 0 0 0 20%;
	}
}

/* お客様の声
------------------------------------------ */
section#voice {
	background: #F6F6F6;
}
.voiceList {
	display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
.voiceList li {
	box-sizing: border-box;
	width: calc(100% / 3);
	padding: 30px 30px;
	margin-bottom: 1em;
}
.voiceList li h3 {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	border-bottom: 4px double #000;
	margin: 0 0 0.5em 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
	.voiceList li {
		width: calc(100% / 2);
		padding: 30px 30px 15px;
	}
	.voiceList li h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {/* SP */
	.voiceList li {
		width: calc(100% / 2);
		padding: 10px 5px 5px;
	}
	.voiceList li h3 {
		font-size: 17px;
	}
}

/* 会社概要
------------------------------------------ */
.companyList {
	font-size: 20px;
}
.companyList dd {
	margin: -1.6em 0 1em 0;
	padding: 0 0 1em 7em;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {/* SP */
.companyList {
	font-size: 16px;
}
}
