@charset "UTF-8";

/* #about */
#about {
	margin-top: -130px;
	padding-top: 130px;
	padding-bottom: 30px;
}
#about .main .contents {
	background-color: #f5f5f5;
	padding: 10px;
}
#about .main .contents .inner {
	background-color: #fff;
	padding: 10px;
}
#about .main .contents p:last-of-type {
	padding-bottom: 0;;
}
#about .main .contents ul li {
	list-style: disc;
	list-style-position: inside;
	font-size: 16px;
}
#about .main .contents .image {
	padding-top: 30px;
}


/* #service */
#service .main .headline {
	margin: 30px 0;
}
#service table thead th {
	background-color: #FFB700;
}
#service table tbody tr td:first-of-type {
	background-color: #f8e2ac;
	text-align: center;
	width: 12%;
}
#service table tbody tr td:not(:first-of-type) {
	background: #ffffff;
}
#service table tbody tr td:last-of-type {
	width: calc((100% - 12%) / 2);

}
@media only screen and (max-width: 767px) {
	#service .main .headline {
		padding: 20px 0;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#service .main .headline span {
		padding-bottom: 0;
	}
}


/* #reputation */
#reputation {
	padding: 100px 0 30px 0
}
@media only screen and (max-width: 767px) {
	#reputation {
		padding-top: 40px;
	}
}



/* #stats */
#stats {
	padding: 100px 0 30px 0;
}
@media only screen and (max-width: 767px) {
	#stats {
		padding-top: 40px;
	}
}


/* #offer */
#offer {
	padding: 100px 0 30px 0;
}
#offer .main .list-area {
	background-color: #f5f5f5;
    padding: 10px;
}
#offer .main .list-area li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -21px;
	padding-left: 21px;
}
@media only screen and (max-width: 767px) {
	#offer {
		padding-top: 40px;
	}
}


/* #price */
#price {
	padding: 100px 0 30px 0;
}
#price .main .headline span {
	font-weight: normal;
}
#price table {
	text-align: center;
}
#price table thead th {
	background-color: #FFB700;
}
@media only screen and (max-width: 767px) {
	#price {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	#price .main .headline span {
		font-size: 28px;
	}
}
