@charset 'utf-8';





#bureau {
	background: #fff;
	position: relative;
	z-index: 10;
}

#information .articlelistblock {
	max-width: none;
}

@media only screen and (max-width: 540px) {

	.articlelist.card .item article .title.articleurl a {
		text-decoration: underline;
		text-decoration-color: #bfbfbf;
	}
}

@media only screen and (min-width: 541px) {
}

@media only screen and (min-width: 769px) {
}



#serviceinfo {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	background: #fafafa;
	position: relative;
}

#serviceinfo > .inner {
	width: 100%;
	padding: 30px 20px;
	position: relative;
}

#servicelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1rem;
	text-align: center;
}

#servicelist .item {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
	padding: 2%;
	font-size: .65em;
	line-height: 1.6;
}

#servicelist .item a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	vertical-align: top;
}

#servicelist .item a:hover,
#servicelist .item a.hover {
	background: #fff;
}

#servicelist .item .enclosed {
	padding: 5%;
}

#servicelist .item .btnarea {
	margin-top: auto;
	margin-bottom: 0;
	padding: 0 5%;
}

#servicelist figure {
	width: 100%;
/* 	padding-top: 56.25% !important; */
	padding-top: 55% !important;
	overflow: hidden;
	position: relative;
}

#servicelist figure span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

#servicelist figure img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

#servicelist a:hover figure img,
#servicelist a.hover figure img {
	transform: scale(1.3, 1.3);
}

#servicelist h2 {
	margin-bottom: 1em;
	color: #000;
	font-size: 2em;
	font-weight: 700;
}

#servicelist h2 small {
	display: block;
	font-size: .65em;
	font-weight: 400;
}

#servicelist p {
	color: #666;
	font-size: 1.4em;
	text-align: left;
}

#servicelist p:not(:last-child) {
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 541px) {

	#servicelist .item {
		width: 50%;
	}
}

@media only screen and (min-width: 641px) {

	#servicelist .item {
	}
}

@media only screen and (min-width: 1001px) {

	#servicelist .item {
		margin-bottom: 0;
		padding: 1%;
		width: 33.333%;
	}
}

