


#main {
	margin: 10px auto;
	max-width: 1000px;
}
#main img {
	width: 100%;
}
/*#main2 {
	margin: 10px auto;
	max-width: 950px;
}
#main2 .scroll {
	background-color: white; 
	height: 280px; 
	overflow-y: auto;
}
#main2 .scroll > .inner {
	padding: 1em; 
	line-height: 300%; 
	font-weight: bold; 
	font-size: 17px;
}*/






.top_service {
	margin: 40px auto;
	max-width: 1000px;
	display: flex;
	text-align: center;
}
.top_service a, .top_service a span {
	display: block;
	text-decoration: none;
}
.top_service a {
	height: 100%;
	position: relative;
	color: #000;
}
.top_service > div {
	width: calc((100% - 40px)/3);
	margin-left: 20px;
	background: #fff;
}
.top_service > div:first-child {
	margin-left: 0;
}
.top_service a > p {
	padding: 30px 15px 65px;
}
.top_service a .en {
	opacity: .5;
	font-size: 1.2rem;
	margin: 0 0 .5em;
}
.top_service a .title {
	font-weight: bold;
	font-size: 1.8rem;
}
.top_service a .text {
	font-size: 1.5rem;
	margin: 15px 0 0;
	line-height: 1.6;
}
.top_service a .btn {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	color: #336600;
}
.top_service a .btn em {
	display: inline-block;
	border: #336600 1px solid;
	line-height: 24px;
	border-radius: 13px;
	padding: 0 2em;
	font-size: 1.4rem;
}
@media only screen and (max-width:600px) {
	.top_service {
		display: block;
		padding: 0;
	}
	.top_service > div, .top_service > div:first-child {
		width: auto;
		margin: 15px 2vw 0;
	}
	.top_service a {
		display: flex;
		align-items: center;
		text-align: left;
		height: 34vw;
	}
	.top_service a .img {
		width: 34vw;
		height: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_service a .img img {
		height: 100%;
		width: auto;
		max-width: initial;
		display: flex;
		align-items: center;
	}
	.top_service a p {
		flex: 1;
		padding: 10px 15px;
	}
	.top_service a .title {
		font-weight: bold;
		font-size: 14px;
		color: #000;
	}
	.top_service a .text {
		font-size: 12px;
		margin: 5px 0 0;
		line-height: 1.3;
	}
	.top_service a .btn {
		display: none;
	}
}
.tenant {
	margin: 40px 0 20px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.tenant p {
	margin: 0;
}
.tenant p:nth-child(2) {
	border-left: 1px solid #ccc;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}
@media only screen and (max-width:600px) {
	.tenant {
		display: block;
		text-align: center;
	}
	.tenant p:nth-child(2) {
		display: inline-block;
		border-left: none;
		border-top: 1px solid #ccc;
		margin: 10px auto 0;
		padding: 10px 0 0;
	}
}



.covid {
	margin: 40px auto;
	max-width: 1000px;
}
.covid a {
	display: block;
}
.covid img {
	width: 100%;
}