@charset "utf-8";

.pgTtl{
	position: relative;
}
.pgTtl .bg{
	background-image: url("../img/works/common/kv_pc.jpg");
}
@media screen and (max-width: 768px) {
	.pgTtl .bg{
		background-image: url("../img/works/common/kv_sp.jpg");
	}
}

.contentsBlk{
	margin-bottom: 140px;
}
.tab{
	margin: 80px auto;
	font-size: 0;
	text-align: center;
}
.tab p{
	display: inline-block;
	margin:0 10px;
}
.tab a{
	position: relative;
	display: block;
	border: solid 1px #346a30;
	width: 300px;
	padding: 20px 30px 20px 60px;
	font-size: 16px;
	color: #000;
	line-height: 1.810;
	text-align: left;
	box-sizing: border-box;
}
.tab a::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.12%2013.94%22%3E%3Cpath%20d%3D%22M9.11%2C0%2C7.78%2C1.31%2C12.54%2C6H0V7.89H12.54L7.78%2C12.61l1.33%2C1.31L14.8%2C8.27%2C16.13%2C7Z%22%20style%3D%22fill%3A%23346a30%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center/contain;
	width: 18px;
	height: 0;
	padding-bottom: 14px;
	margin: auto 30px;
}
.tab .active a,
.tab a:hover{
	background-color: #346a30;
	color: #fff;
	opacity: 1;
}
.tab .active a{
	pointer-events: none;
}
.tab .active a::after,
.tab a:hover::after{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.12%2013.94%22%3E%3Cpath%20d%3D%22M9.11%2C0%2C7.78%2C1.31%2C12.54%2C6H0V7.89H12.54L7.78%2C12.61l1.33%2C1.31L14.8%2C8.27%2C16.13%2C7Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E');
	animation: moveArrow 0.7s linear forwards;
}
@media screen and (max-width: 768px) {
	.contentsBlk{
		margin-bottom: 17.333%;
	}
	.tab{
		width: 86.667%;
		margin: 15.333% auto;
	}
	.tab p{
		display: block;
		margin: 0 0 2.308%;
	}
	.tab a{
		width: 100%;
		padding: 3.077%;
		font-size: 3.2vw;
		text-align: center;
	}
	.tab a::after{
		width: 2.667vw;
		padding-bottom: 2.267vw;
		margin: auto 2.667vw;
	}
	.tab .active a::after,
	.tab a:hover::after{
		animation: none;
	}
}

.contents_inner{
	position: relative;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 0;
}
.contents_inner h3{
	position: relative;
	margin-bottom: 50px;
	font-size: 30px;
	text-align: center;
}
.contents_inner .gmap{
	position: relative;
	font-size: 0;
	margin-bottom: 50px;
}
.contents_inner .gmap iframe{
	border: none;
}
.contents_inner .result{
	position: relative;
	display: inline-block;
	width: 530px;
	margin-bottom: 60px;
	vertical-align: top;
}
.contents_inner .result:nth-child(odd){
	margin-right: 40px;
}

.contents_inner .result .img{
	margin-bottom: 20px;
}
.contents_inner .result h4{
	position: relative;
	border-bottom: solid 2px #ededed;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 21px;
}
.contents_inner .result h4::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: solid 2px #346a30;
	width: 100px;
	margin-bottom: -2px;
}
.contents_inner .result dl{
	margin-bottom: 20px;
}
.contents_inner .result dt,
.contents_inner .result dd{
	display: inline-block;
	width: 440px;
	font-size: 13px;
	line-height: 2;
}
.contents_inner .result dt{
	width: 90px;
	color: #747474;
  vertical-align: top;
}
.contents_inner .result .btn{
	position: relative;
	display: block;
	background-color: #346a30;
	width: 150px;
	padding: 8px 25px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.06em;
	line-height: 1.810;
	text-align: center;
	box-sizing: border-box;
}
.contents_inner .result .btn::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.12%2013.94%22%3E%3Cpath%20d%3D%22M9.11%2C0%2C7.78%2C1.31%2C12.54%2C6H0V7.89H12.54L7.78%2C12.61l1.33%2C1.31L14.8%2C8.27%2C16.13%2C7Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center/contain;
	width: 13px;
	height: 0;
	padding-bottom: 11px;
	margin: auto 10px;
}
.contents_inner .result .btn:hover{
	color: #fff;
	opacity: 1;
}
.contents_inner .result .btn:hover::after{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.12%2013.94%22%3E%3Cpath%20d%3D%22M9.11%2C0%2C7.78%2C1.31%2C12.54%2C6H0V7.89H12.54L7.78%2C12.61l1.33%2C1.31L14.8%2C8.27%2C16.13%2C7Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E');
	animation: moveArrow 0.7s linear forwards;
}
@media screen and (max-width: 768px) {
	.contents_inner{
		max-width: 86.667%;
		padding: 0;
	}
	.contents_inner h3{
		margin-bottom: 9.231%;
		font-size: 5.6vw;
	}
	.contents_inner .gmap{
		padding-bottom: 65.692%;
		margin-bottom: 10.769%;
	}
	.contents_inner .gmap iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.contents_inner .result{
		width: 100%;
		margin-bottom: 10.667%;
	}
	.contents_inner .result:nth-child(odd){
		margin-right: 0;
	}

	.contents_inner .result .img{
		margin-bottom: 3.077%;
	}
	.contents_inner .result h4{
		padding-bottom: 3.846%;
		margin-bottom: 3.846%;
		font-size: 4.533vw;
	}
	.contents_inner .result h4::before{
		width: 20vw;
	}
	.contents_inner .result dl{
		margin-bottom: 3.846%;
	}
	.contents_inner .result dt,
	.contents_inner .result dd{
		width: 76.923%;
		font-size: 3.2vw;
		vertical-align: top;
	}
	.contents_inner .result dt{
		width: 23.077%;
	}
	.contents_inner .result .btn{
		width: 43.077%;
		padding: 2vw 2.667vw;
		font-size: 3.2vw;
	}
	.contents_inner .result .btn::after{
		width: 2.667vw;
		padding-bottom: 2.267vw;
		margin: auto 2.667vw;
	}
	.contents_inner .result .btn:hover::after{
		animation: none;
	}
}

.result_list{
	margin: 50px auto 0;
}
.result_list table{
	width: 100%;
}
.result_list table th,
.result_list table td{
	padding: 10px 25px;
	font-size: 15px;
}
.result_list table thead{
	background-color: #333;
	width: 100%;
	color: #fff;
}
.result_list table tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
	.result_list{
		margin-top: 8%;
	}
	.result_list table{
		width: 100%;
	}
	.result_list table tr{
		display: block;
		margin-bottom: 4.615%;
		width: 100%;
	}
	.result_list table th,
	.result_list table td{
		position: relative;
		display: block;
		padding: 1.538% 3.846%;
		font-size: 3.2vw;
		box-sizing: border-box;
	}
	.result_list table th{
		display: block;
		background-color: #333;
		width: 100%;
		color: #fff;
	}
	.result_list table td{
		padding-left: 32.308%;
	}
	.result_list table td::before{
		content: attr(data-td)"";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		width: 32.308%;
		height: 100%;
		margin: auto 3.846%;
		font-size: 3.2vw;
	}
	.result_list table thead{
		display: none;
	}
	.result_list table tbody tr:nth-child(even){
		background-color: #fff;
	}
	.result_list table tbody tr td:nth-child(even){
		background-color: #f5f5f5;
	}
}
