@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	about/index.html
------------------------------------------------------------*/
.box01 {
	margin-bottom: 70px;
}

.company {
	margin-bottom: 0;
}

.box01 .ttl01 {
	margin-bottom: 25px;
	padding: 10px 0 13px 50px;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 3px solid #2878bd;
}

.company .ttl01 {
	margin-bottom: 15px;
}

.box01 .catch {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #2878bd;
}

.box01 .outer {
	padding: 0 50px;
}

.box01 .inner01 {
	margin-bottom: 30px;
}

.box01 .inner01 .photo {
	float: left;
	padding-top: 5px;
}

.box01 .inner01 .detail {
	float: right;
	width: 550px;
	line-height: 1.9;
}

.box01 .outer .dl01 dt {
	color: #2878BD;
	font-size: 20px;
	font-weight: bold;
}

.box01 .outer .dl01 dd {
	margin-bottom: 18px;
	line-height: 1.9;
}

.box01 .inner02 {
	margin-bottom: 30px;
}

.profile .catch {
	margin-bottom: 0;
}

.box01 .inner02 .photo {
	float: right;
}

.box01 .inner02 .detail {
	margin-top: 25px;
	float: left;
	width: 645px;
	line-height: 1.9;
}

.box01 .inner02 .detail dl {
	margin-bottom: 30px;
}

.box01 .inner02 .detail dl dt {
	float: left;
	clear: left;
}

.box01 .inner02 .detail dl dd {
	padding: 0 0 0 7.5em;
}

.box01 .inner02 .profile_table {
	width: 100%;
	border-collapse: collapse;
}

.box01 .inner02 .profile_table .col01 {
	width: 100px;
}

.box01 .inner02 .profile_table th,
.box01 .inner02 .profile_table td {
	text-align: left;
	line-height: 1.8;
	padding-bottom: 15px;
}

.box01 .inner02 .profile_table th {
	font-weight: bold;
	vertical-align: top;
}

.box01 .inner02 .profile_table .last th,
.box01 .inner02 .profile_table .last td {
	padding-bottom: 0;
}

.company_table {
	width: 100%;
	border-collapse: collapse;
}

.company_table .col01 {
	width: 250px;
}

.company_table th,
.company_table td {
	text-align: left;
	line-height: 1.8;
	padding: 12px 55px;
	border-bottom: 1px dotted #B2B2B2;
}

.company_table th {
	font-weight: bold;
	vertical-align: top;
	color: #2878BD;
}

.company_table .last th,
.company_table .last td {
	padding-bottom: 0;
	border-bottom: none;
}
