/*--------------------------------------------------------------
 * TopPage Layout CSS
 --------------------------------------------------------------*/
.top-catch-area {
	padding: 0 0 2rem;
}
.top-catch-item {
}
.top-catch-item h2 {
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #0071bc;
	line-height: 1.5;
}
.top-service-area {
	padding: 0 0 2rem;
}
.top-service-item {
	margin-bottom: 1rem;
}
.top-service-item img {
	width: 100%;
}
.top-infomation-area {
}
.top-infomation-item {
	margin: 0 0 2rem;
}
.top-infomation-item h2 {
	font-size: 1rem;
	border-bottom: 5px solid #0071BC;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	position: relative;
	text-align: right;
	color: #0071BC;
	font-weight: bold;
}
.top-infomation-item h2:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;/*指定したい幅*/
	padding-top: 1rem;/*画像の幅に対する高さ比率*/
	display: block;
}
.top-infomation-item h2:after {/*画像を絶対配置*/
	position: absolute;
	content: '';
	top: -3px;
	left:0;
	display: block;
	width: 47px;/*幅*/
	height: 55px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
	background-image: url(./images/sideber-title-mark.png);
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}
.top-infomation-item-news-reed {
	width: 100%;
	padding: 0 0 .5rem;
	text-align: right;
}
.top-infomation-item-news-box {
	margin: 0 0 1rem;
}
.top-infomation-item-news-days {
	position: relative;
	width: 100%;
	margin-bottom: .8rem;
}
.top-infomation-item-news-days span {
	position: absolute;
	top: 3px;
	padding-left: .5rem;
}
.top-infomation-item-news-how {
	width: 100%;
	line-height: 1.5;
}
.top-infomation-item-suishin {
	padding: 0 0 2rem;
}
.top-infomation-item-suishin img {
	width: 100%;
	margin-bottom: 1rem;
}
.top-infomation-postar-img {
	text-align: center;
}
.top-infomation-postar-img img {
	width: 75%;
	margin-bottom: 1rem;
}
.top-infomation-postar-how {
}
.top-infomation-item-suishin p,
.top-infomation-postar-how p {
	text-align:justify;
}
@media only screen and (min-width: 768px) {
	.top-mainvisual-area {
		width: 100%;
		height: 550px;
		background-image: url("./images/top-mainvisual-area-bg.png");
	}
	.top-mainvisual-area-inner {
		position: relative;
		width: 1200px;
		height: 550px;
		margin: 0 auto;
	}
	.top-mainvisual-area-inner h2 {
		position: absolute;
		top: 50%;
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);
		font-size: 1.625rem;
		font-weight: bold;
		color: #0071BC;
		line-height: 50px;
	}
	.top-catch-area {
		padding: 5rem 0 5rem;
	}
	.top-catch-item {

	}
	.top-catch-item h2 {
		font-size: 30px;
	}
	.top-service-area {
		padding: 0 0 5rem;
	}
	.top-service-item {
		text-align: center;
	}
	.top-infomation-area {
	}
	.top-infomation-item {
	}
	.top-infomation-item h2 {
		font-size: 1.5rem;
		border-bottom: 5px solid #0071BC;
		margin-bottom: .5rem;
		position: relative;
		text-align: right;
		color: #0071BC;
		font-weight: bold;
	}
	.top-infomation-item h2:before {
		content: '';
		top: 0;
		left: 0;
		width: 100%;/*指定したい幅*/
		padding-top: 1rem;/*画像の幅に対する高さ比率*/
		display: block;
	}
	.top-infomation-item h2:after {/*画像を絶対配置*/
		position: absolute;
		content: '';
		top: -8px;
		left:0;
		display: block;
		width: 47px;/*幅*/
		height: 55px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
		background-image: url(./images/sideber-title-mark.png);
		background-size: contain;
		background-repeat: no-repeat;/*画像を繰り返さない*/
	}
	.top-infomation-item-news-reed {
		width: 100%;
		padding: 0 0 .5rem;
		text-align: right;
	}
	.top-infomation-item-news-box {
		margin: 0 0 1rem;
	}
	.top-infomation-item-news-days {
		position: relative;
		width: 35%;
	}
	.top-infomation-item-news-days span {
		position: absolute;
		top: 3px;
		padding-left: .5rem;
	}
	.top-infomation-item-news-how {
		width: 65%;
		line-height: 1.5;
	}
	.top-infomation-postar-img {
	}
	.top-infomation-postar-img img {
	}
	.top-infomation-postar-how {
	}
	.top-infomation-item-suishin p,
	.top-infomation-postar-how p {
		text-align:justify;
	}
}

/*--------------------------------------------------------------
 * All Layout CSS
 --------------------------------------------------------------*/
.general-page-contents-image-area {
	text-align: center;
}
.general-contents-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.general-contents-title {
		font-size: 2rem;
		font-weight: bold;
	}
}
.cleaning-choose01_mark {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	position: relative;
	color: #0071BC;
	font-weight: bold;
	padding-left: 4rem;
}
.cleaning-choose01_mark:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;/*指定したい幅*/
	padding-top: 1rem;/*画像の幅に対する高さ比率*/
	display: block;
}
.cleaning-choose01_mark:after {/*画像を絶対配置*/
	position: absolute;
	content: '';
	top: 0;
	left:0;
	display: block;
	width: 47px;/*幅*/
	height: 55px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
	background-image: url(./images/sideber-title-mark.png);
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}
@media only screen and (min-width: 768px) {
	.cleaning-choose01_mark {
		font-size: 1.5rem;
		margin-bottom: .5rem;
		position: relative;
		color: #0071BC;
		font-weight: bold;
		padding-left: 4rem;
	}
}


/*--------------------------------------------------------------
 * Table Layout CSS
 --------------------------------------------------------------*/
.general-ul01 {
	margin-left: 2rem;
}
.entry-content ol {
	margin-left: 2rem;
}


/*--------------------------------------------------------------
 * Table Layout CSS
 --------------------------------------------------------------*/
.general-table01 {
	border-collapse: collapse;
	width: 100%;
}
.general-table01 th,
.general-table01 td {
	padding: 1rem 2rem;
	border-bottom: 1px solid #036eb8;
	vertical-align: middle;
}
.general-table01 th {
	font-weight: normal;
	font-size: .875rem;
	color: #fff;
	background: #036eb8;
	text-align: center;
}

.general-table02 {
	border-collapse: collapse;
	width: 100%;
}
.general-table02 th,
.general-table02 td {
	padding: 1rem 2rem;
	border-bottom: 1px solid #036eb8;
}
.general-table02 th {
	font-weight: normal;
	font-size: .875rem;
	color: #fff;
	background: #036eb8;
	text-align: center;
}
.general-table02 th {
	position: sticky;
	top: 0;
}
@media(max-width: 500px) {
	.general-table02  tr.heading {
		display: none;
	}
	.td-name {
		background: #036eb8;
		color: #fff;
	}
	.general-table02 td {
		display: block;
	}
	.general-table02 td::before {
		content: attr(data-label);
		font-size: .875rem;
		color: #036eb8;
		display: block;
		margin-bottom: 0.25rem;
		font-weight: bold;
	}
}

.general-table03 {
	border-collapse: collapse;
	width: 100%;
}
.general-table03 th,
.general-table03 td {
	padding: 1rem 2rem;
	border: 1px solid #036eb8;
	vertical-align: middle;
}
.general-table03 th {
	font-weight: normal;
	font-size: .875rem;
	color: #fff;
	background: #036eb8;
	text-align: center;
}



