@charset "utf-8";
/* Updated date: 2018/12/20 */
.contents {
	padding: 80px 0;
}
.contents p {
	font-size: 14px;
	line-height: 1.8em;
}
.contents h3 {
	position: relative;
	font-size: 30px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
	text-align: center;
	margin-bottom: 60px;
}
.contents h3::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 25px);
	width: 50px;
	height: 6px;
	border-radius: 2px;
	background-color: #36ab89;
	margin: auto;
}
@media (max-width:1199px) {
	.contents-anchor a {
		margin-bottom: 10px;
	}
}
@media (max-width:767px) {
	.contents h3 {
		font-size: 24px;
	}
}


.contents01 {
	background-color: #f7f7f7;
	margin-top: 80px;
}
.contents02 {
	background-image: url('../../images/service/contents02-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.contents03 {
	background-color: #f7f7f7;
}
.contents04 {
	background-image: url('../../images/service/contents04-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 80px;
}
.contents .textarea h4 {
	font-size: 24px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
	margin-bottom: 10px;
}
.contents .textarea h4 span {
	color: #fff;
	display: inline-block;
	background-color: #36ab89;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	line-height: 1.4em;
	margin-right: 5px;
	text-align: center;
}
.contents .textarea p {
	font-size: 18px;
	padding-left: 60px;
	/*text-shadow: 1px 1px 1px #4e4e4e;*/
}
.contents .textarea .textarea-list {
	margin-bottom: 40px;
}
.contents .textarea .textarea-list:last-child {
	margin-bottom: 0;
}
.contents .textarea li {
	font-size: 18px;
	padding-left: 80px;
	position: relative;
	margin-bottom: 10px;
}
.contents .textarea li span {
	position: absolute;
	left: 50px;
	top: -1px;
}
@media (max-width:767px) {
	.contents .textarea h4 {
		font-size: 18px;
	}
	.contents .textarea h4 span {
		width: 25px;
		height: 25px;
	}
	.contents .textarea p {
		font-size: 14px;
		padding-left: 0;
	}
	.contents .textarea li {
		font-size: 14px;
		padding-left: 20px;
	}
	.contents .textarea li span {
		left: 0;
		top: -1px;
	}
}
