@charset 'utf-8';

/* common
------------------------------------------------ */
@media screen and (min-width: 769px) {
	.page__title { background-image: url(../../img/about/page_title_bg.jpg); }
}

@media screen and (max-width: 768px) {
	.page__title { background-image: url(../../img/about/page_title_bg-sp.jpg); }
}

/* about
------------------------------------------------ */
.about-us__table{
	width: 100%;
	max-width: 945px;
	margin: 0 auto;
	border-collapse: collapse;
    border-spacing: 0;
}
.about-us__table th,
.about-us__table td{
	padding: 35px 0;
	font-size: 1.8rem;
	text-align: left;
	color: #292929;
	line-height: 1.66;
	letter-spacing: 0.04em;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	vertical-align: top;

}
.about-us__table td{padding-right: 45px;}
.about-us__table th{width: 22%;}
.about-us__txt--bold{display: block;margin-bottom: 16px;font-weight: bold;}
.about-us__address--bold{
	display: block;
	font-weight: bold;
}
.about-us__address{
	margin-bottom: 16px;
	font-style: normal;
}
.about-us__map iframe{
	width: 100%;
	height: 400px;
}
.about-us__map:first-of-type	{
	margin-bottom: 90px;
}
.about-us__txt--1+.about-us__txt--1{
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.about-us{padding: 0 20px;}
	.about-us__table th,
	.about-us__table td{
		display: block;
		font-size: 1.2rem;
		border-top: 1px solid #C3C3C3;
		border-bottom: 1px solid #C3C3C3;

	}
	.about-us__table th{
		padding-top: 20px;
		padding-bottom: 8px;
		width: 100%;
		border: none;
	}
	.about-us__table td{
		padding-top: 0;
		padding-bottom: 20px;
		padding-right: 0;
		border-top: none;
	}
	.about-us__table tr:first-child th{border-top: 1px solid #C3C3C3;}
	.about-us__table tr:last-child td{padding-bottom: 0;}
	.about-us__map:first-of-type{margin-bottom: 20px;}
	.about-us__map iframe{height: 200px;}
	.about-us__address{margin-bottom: 8px;}
	.about-us__txt--1{display: inline-block;margin-right: 30px;}
}
