#ankers {
	margin: 0 -0.5em;
	padding-top: 2rem;
	margin-bottom: 1em;
}
	#ankers li {
		width: 25%;
		padding: 0 0.5em;
		margin-bottom: 1em;
	}
	#ankers li a {
		display: block;
	}
	#ankers li a .im {
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
	}
	#ankers li a figure {
		position: relative;
		z-index: 0;
	}
		#ankers li a figure::before {
			content: "";
			display: block;
			padding-top: 60%;
		}
		#ankers li a figure img {
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 5;
			top: 0;
			left: 0;
			object-fit: cover;
			object-position: center;
		}
	#ankers li a i {
		display: block;
		z-index: 10;
		text-align: center;
		color: #fff;
		background-color: var(--cl-deepblack);
		font-size: 1em;
		font-weight: 400;
		padding: 1.2em 0.5em;
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
	}
@media only screen and (max-width:640px) {
	#ankers {
		padding-top: 1.4rem;
		margin-bottom: 1em;
	}
	#ankers li {
		width: 50%;
		margin-bottom: 1em;
	}
	#ankers li a {
		display: block;
	}
	#ankers li a .im {
		border-top-left-radius: var(--share-wrap-radius-m);
		border-top-right-radius: var(--share-wrap-radius-m);
	}
	#ankers li a i {
		font-size: 3vw;
		padding: 1.2em 0.5em;
		border-bottom-left-radius: var(--share-wrap-radius-m);
		border-bottom-right-radius: var(--share-wrap-radius-m);
	}

}

/**/
#cService {
	margin-bottom: 2rem;
}
#cService p {
	font-size: 1.1rem;
}

/**/
.article-cell {
	margin-bottom: 2rem;
}
.article-cell .view {
	display: block;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.article-cell .view::before {
	content: "";
	display: block;
	padding-top: 42%;
}
	.article-cell .view img {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: center;
	}
.article-cell article {
	background-color: #D6D6D6;
	padding: 2rem;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
	.article-cell article .hgroup {
		margin-bottom: 2rem;
	}
	.article-cell article .hgroup h2 {
		font-size: 1.4em;
		line-height: 1em;
		font-weight: 400;
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.article-cell article .hgroup .targetlink {
		display: inline-block;
		font-size: 0.94em;
		border-radius: 1.2em;
		overflow: hidden;
	}
	.article-cell article .hgroup .targetlink > a {
		color: #fff;
		display: inline-block;
		background-color: var(--cl-actlink);
	}
	.article-cell article .hgroup .targetlink > a:hover {
		background-color: var(--cl-actlink-hover);
	}
		.article-cell article .hgroup .targetlink > a::before {
			content: "提供サービス";
			display: inline-block;
			background-color: var(--cl-deepblack);
			padding: 0.6em 0.8em;
			padding-left: 1.2em;
		}
	.article-cell article .hgroup .targetlink > a i {
		padding: 0 1em;
	}
		.article-cell article .hgroup .targetlink > a i::after {
			content: "詳細はコチラ";
			display: inline-block;
			padding-left: 1.0em;
			margin-left: 1.2em;
			line-height: 1em;
			background-image: url(/share/im/nv_simar-wh.svg);
			background-position: left center;
			background-size: contain;
			background-repeat: no-repeat;
		}
@media only screen and (max-width:640px) {
	.article-cell {
		margin-bottom: 2rem;
	}
	.article-cell .view {
		border-top-left-radius: var(--share-wrap-radius);
		border-top-right-radius: var(--share-wrap-radius);
	}
	.article-cell .view img {
		
	}
	.article-cell article {
		padding: 1.4rem;
		border-bottom-left-radius: var(--share-wrap-radius);
		border-bottom-right-radius: var(--share-wrap-radius);
	}
	.article-cell article .hgroup {
		margin-bottom: 1.5em;
	}
	.article-cell article .hgroup h2 {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-right: 1em;
		display: block;
		margin-bottom: 1em;
	}
	.article-cell article .hgroup .targetlink {
		font-size: 0.6em;
		border-radius: var(--share-wrap-radius);
	}
	.article-cell article .hgroup .targetlink > a {
		
	}
	.article-cell article .hgroup .targetlink > a::before {
		padding: 0.6rem 0.8em;
		line-height: 1rem;
		padding-left: 1.2em;
	}
	.article-cell article .hgroup .targetlink > a i {
		padding: 0.6rem 1em;
		line-height: 1.4em;
		display: inline-block;
	}
	.article-cell article .hgroup .targetlink > a i::after {
		padding-left: 1.0em;
		margin-left: 1.2em;
		line-height: 1em;
	}
}

/**/
.article-cell .summary {
	background-color: #c9c9c9;
	border-bottom-left-radius: var(--share-wrap-radius-m);
	border-bottom-right-radius: var(--share-wrap-radius-m);
}
	.article-cell .summary th {
		white-space: nowrap;
		text-align: right;
		vertical-align: middle;
		padding: 1rem 1.2rem;
		padding-left: 2rem;
		background-color: #f0f0f0;
	}
	.article-cell .summary td {
		
	}
		.article-cell .summary tbody tr:last-child th {
			border-bottom-left-radius: var(--share-wrap-radius-m);
		}
		.article-cell .summary tbody tr:last-child td {
			border-bottom-right-radius: var(--share-wrap-radius-m);
		}
	.article-cell .summary td p {
		font-size: 0.94em;
		margin-bottom: 1em;
	}
		.article-cell .summary td p:last-child {
			margin-bottom: 0;
		}
	.article-cell .summary ul.list li {
		font-weight: 400;
		font-size: 0.94em;
	}
	.article-cell .summary .service td {
		font-size: 1.06em;
		line-height: 1.6em;
		font-family: var(--font-g);
		font-weight: 500;
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
@media only screen and (max-width:640px) {
	.article-cell .summary th {
		white-space: normal;
		text-align: center;
		padding: 1rem 1rem;
		width: 20vw;
	}
}



