@charset "utf-8";
/* CSS Document */

.page_ttl{
	background-image: url("../images/page_ttl_about.jpg");
}
.tenpo_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tenpo_area .tenpoBox{
	width: 49%;
	margin-bottom: 25px;
	font-size: 1.6rem;
	text-align: center;
}
.tenpo_area .tenpoBox.about{
	text-align: left;
}
.tenpo_area .tenpoBox.about th{
	width: 30%;
}
@media screen and (max-width : 768px) {
	
	.tenpo_area.spadj{
		display: block;
	}
	.tenpo_area.spadj .tenpoBox{
		width: 100%;
	}
.tenpo_area .tenpoBox.about th{
	width: 100%;
}	
}