@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	/*background-image: url("../img/privacy/main_bg.jpg");*/
}
.ttlArea .inner .h1Area h1:before {
	content: "SERVICE";
}
/*serviceArea*/
.serviceArea .inner {
  padding: 60px 20px 40px;
  text-align: center;
}
/*serviceArea01*/
.serviceArea01 {
	width: 100%;
	padding: 50px 6vw 100px;
}
.serviceArea01 .inner {
	text-align: center;
}
.serviceArea01 .inner .img {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
}
.serviceArea01 .inner .txt01 {
	padding: 40px 0 50px;
    font-size: min(4.9vw, 25px);
    font-weight: 700;
    display: inline-block;
    letter-spacing: .05em;
    position: relative;
}
.serviceArea01 .inner .txt01:after {
	content: "";
    width: 100%;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: -1;
    display: block;
    background: #ffea00;
    border-radius: 2px;
    transition: transform .3s, background .3s;
}
.serviceArea01 .inner .serviceList01 {
	display: flex;
	flex-wrap: wrap;
}
.serviceArea01 .inner .serviceList01 > li {
	width: calc(100% / 3 - 20px);
    margin: 15px 10px;
    padding: 15px 2em;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
}
.serviceArea01 .inner .serviceList01 > li h2 {
    padding: 80px 0 15px;
	font-size: min(6.5vw, 20px);
    font-weight: 700;
	color: #80b41f;
    text-align: center;
	position: relative;
}
.serviceArea01 .inner .serviceList01 > li h2:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.serviceArea01 .inner .serviceList01 > li h2.mark01:before {
	background-image: url("../img/service/mark01.svg");
}
.serviceArea01 .inner .serviceList01 > li h2.mark02:before {
	background-image: url("../img/service/mark02.svg");
}
.serviceArea01 .inner .serviceList01 > li h2.mark03:before {
	background-image: url("../img/service/mark03.svg");
}
.serviceArea01 .inner .serviceList01 > li h2.mark04:before {
	background-image: url("../img/service/mark04.svg");
}
.serviceArea01 .inner .serviceList01 > li h2.mark05:before {
	background-image: url("../img/service/mark05.svg");
}
.serviceArea01 .inner .serviceList01 > li h2.mark06:before {
	background-image: url("../img/service/mark06.svg");
}
.serviceArea01 .inner .serviceList01 > li ul li {
	margin-bottom: 5px;
	padding: 5px 0 0 .9em;
	font-size: min(4vw, 16px);
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
	border-left: 3px solid #ab8945;
}
.serviceArea01 .inner .serviceList01 > li ul li span {
	display: block;
	font-size: .7em;
	font-weight: 500;
	text-align: left;
}


@media screen and (max-width: 1000px) {
}	

@media screen and (max-width: 767px) {
.serviceArea01 .inner .serviceList01 > li {
	width: calc(100% / 1 - 20px);
}
}	
@media screen and (max-width: 400px) {
}
