@charset "utf-8";
/* CSS Document */
.bg-gray {
	position: relative;
}
.top .bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
	display: block;
	width: 168px;
	height: 82px;
	background: #f8f8f8 url(/parts/img/spoon_icon.png) no-repeat;
	position: absolute;
	right: -110px;
	top: -13px;
}
.main {
	padding-bottom: 70px;
}
.chaosmap-image {
	margin: 40px auto 10px;
}
.chaosmap-form {
	margin-top: 80px;
}
.chaosmap-article > p + p {
	margin-top: 1.6em;
}
.terms-of-use {
	margin-top: 30px;
	padding: 20px 20px 20px 40px;
	background: #fff;
	border-radius: 5px;
	list-style: disc;
	text-align: 1.6;
}
.terms-of-use li + li {
	margin-top: 5px;
}
.service-list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;    
}
.service-list::after {
	content: '';
	display: block;
	width: calc((100% - 30px * 2) / 3);
}
.service-list li {
	width: calc((100% - 30px * 2) / 3);
	margin-bottom: 30px;
	background: #fff;
}
.service-list li a,.service-list li > div {
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 45px 40px 40px;
	background: #fff;
	text-align: center;
}
.service-list li img {
	width: 210px;
	margin: 0 auto;
	max-height: 70px;
	vertical-align: bottom;
}
.service-list li img.-w100 {
	width: 100%;
}
.service-list li figure div {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-list li svg {
	width: 210px;
}
.service-list.other-service li img {
	width: 190px;
}
.service-list li figcaption {
	margin-top: 15px;
	text-align: left;
	font-size: 18px;
}
.service-list li h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.service-list li h4 span {
	display: inline-block;
	padding: 8px 26px 8px 0;
	background: url(/parts/img/target_blank_black.png) right center /12px 12px no-repeat;
	text-align: left;
	line-height: 1;
}
.service-list li a:hover h4 span {
	color: #ca3738;
	background-image: url(/parts/img/target_blank_red.png);
}
.pdf-link:link {
	color: #ca3738;
	border-bottom: 1px solid;
}
.pdf-link:link:hover {
	color: #db6262;
}

@media screen and (max-width: 1080px) {
	.title-wrap::after {
		right: -4%;
	}
	.service-list > li {
		width: calc((100% - 14px * 2) / 3);
	}
}

@media screen and (max-width: 767px) {
	.chusho aside .side-nav {
		margin-top: calc(20vw + 46px)!important;
	}
	.title-wrap::after {
		display: none;
	}
	#service .bg-gray {
		margin-bottom: 80px;
	}
	.main {
		padding-bottom: 60px;
	}
	.service-list > li {
		margin-bottom: 14px;
		width: 100%;
	}
	.service-list li a,.service-list li > div {
		padding: 30px 20px 20px;
	}
	.service-list li img.-w100 {
		width: auto;
	}
	.service-list li figcaption {
		margin-top: 20px;
	}
	.terms-of-use {
		padding: 20px 16px 20px 32px;
	}
}

@media screen and (max-width: 600px) {
	.service-list li a,.service-list li > div {
		padding: 30px 20px 30px;
	}
	.service-list li img {
		width: 72%;
	}
	.service-list li figcaption {
		margin-top: 15px;
		font-size: 15px;
	}
	.service-list li h4 {
		font-size: 14px;
	}
	.service-list li h4 span {
		padding: 10px 20px 10px 0;
	}
	.service-list.other-service li img {
		width: 90%;
	}
}