body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
dl dt{
	font-weight: normal;
}
.content {
	padding: 6rem 0;
}
#corplogo {
	padding: 1rem 0;
	text-align: right;
}
#topimage {
	background-color: #14b5c7;
}
#consult {
	padding: 2rem 0;
}
#feature {
	background-color: #e3f6ff;
}
#feature .content {
	padding-top: 0;
}
#feature h2 {
	margin-bottom: 5rem;
	text-align: center;
	color: #c60001;
	font-weight: bold;
	font-size: 2.5rem;
	padding: 5rem 0 0;
}
#feature .feature-img {
	margin: 0 3rem 2rem;
}
#feature .feature-txt {
	margin: 2rem 0;
}
#feature .feature-txt dt {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	color: #c60001;
	font-weight: bold;
	font-size: 1.5rem;
	border-bottom: 3px #c60001 dotted;
}
#point h2 {
	padding: 2rem 0;
	text-align: center;
	background-color: #14b5c7;
	color: #fed602;
	font-weight: bold;
	font-size: 2.5rem;
	position: relative;
}
#point h2:after {
	border-top: 40px solid #14b5c7;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
}

@media (min-width: 992px) {
#point .content {
	background-image: url(../img/img-001.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
}
#point ul {
	list-style: none;
	padding: 0 1rem;
}
#point li {
	font-size: 1.3rem;
	padding-bottom: 1.3rem;
}
#point li strong {
	color: #c60001;
}
#price {
	background-color: #e3f6ff;
}
#price h2 {
	padding: 2rem 0;
	text-align: center;
	background-color: #14b5c7;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.5rem;
	position: relative;
}
#price h2:after {
	border-top: 40px solid #14b5c7;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
}
#sample {
	background-color: #e3f6ff;
}
#sample h2 {
	padding: 2rem 0;
	text-align: center;
	background-color: #14b5c7;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.5rem;
	position: relative;
}
#sample h2:after {
	border-top: 40px solid #14b5c7;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
}
#sample .sample {
	margin-bottom: 3rem;
}
#contact h2 {
	padding: 2rem 0;
	text-align: center;
	background-color: #14b5c7;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.5rem;
	position: relative;
}
#contact h2:after {
	border-top: 40px solid #14b5c7;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
}
#footer {
	background-color: #14b5c7;
	padding: 6rem 0;
}
#footer p {
	margin-bottom: 3rem;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop a {
	display: block;
}
