@charset "utf-8";
/* CSS Document */

.tbl_style01{
	width:100%;
	margin: 25px auto 0;
}
.tbl_style01 th{
	width: 220px;
}
.tbl_style01 td p + p{
	margin-top: 2em;
}
.flex_sec .flex{
	flex-direction: row-reverse;
}
.flex_sec .img{
	padding-right: 35px;
	width: 335px;
}
.flex_sec .textBox{
	width: calc( 100% - 335px);
}

.map_img{
	padding: 0 0 2em;
}
.map_img img{
	width: auto;
	max-width: 100%;
	margin: auto;
}
@media screen and (max-width : 767px) {
	
	.flex_sec .flex{
		display: block;
	}
	.flex_sec .img{
		padding-right: 0;
		width: 100%;
	}
	.flex_sec .textBox{
		width:100%;
		margin-bottom: 25px;
	}
	
}