@charset "utf-8";
.mgnb50 {
	margin-bottom: 50px!important;
}

#contents h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #333;
	clear: both;
	font-size: 40px;
}

#contents h3 {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px!important;
	color: #00b21f;
	clear: both;
}

#contents h4 {
	margin: 50px 0 10px;
	clear: both;
	font-size: 20px;
}
#contents h5 {
	margin: 25px 0 2px;
	clear: both;
	font-size: 20px;
}
table {
	margin-bottom: 30px;
	width: 100%;
}
th,
td {
	text-align: left;
	vertical-align: top;
	padding: 10px 20px;
	font-weight: normal;
}
td i {
	margin-left: 8px;
}
th {
	width: 15%;
	padding-left: 0;
}

.figureR {
	width: 150px;
}
#contents p.greeting {
	margin-bottom: 1.5em;
}

.profile_photo {
	float: left;
	width: 235px;
	text-align: center;
	margin: 0 25px 30px 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.profile_photo div.photo {
	margin-bottom: 4px;
}

.profile_photo img {
	width: 100%;
	height: auto;
}

#contents p.concept {
	margin-bottom: 20px;
}

p.concept img {
	width: 550px;
	height: auto;
}
sub {
	font-size: 10px;
}

#map_headoffice,
#map_capital  {
	width: 100%;
	height: 350px;
	margin-bottom: 15px; 
}
.map_base {
	clear: both;
	height: 350px;
	margin-bottom: 20px; 
}
.map_base iframe {
	width: 100%;
	height: 350px;	
}

.to_larger {
	text-align: right;
}
#contents .to_larger a {
	display: block;
	text-align: center;
	border: 1px solid #00b21f;
	color: #00b21f;
	text-decoration: none;
	line-height: 30px;
	width: 14em;
	float: right;
	margin-bottom: 30px;
}
#contents .to_larger a:hover {
	border: 1px solid #00b21f;
	background: #00b21f;
	color: #FFF;
}

@media (max-width: 770px) {
p.concept img {
	width: 100%;
	height: auto;
}
#map_headoffice,
#map_capital  {
	height: 200px;
}
.map_base {
	clear: both;
	height: 30vh;
}
.map_base iframe {
	width: 100%;
	height: 30vh;
}


}

@media (max-width: 670px) {
#contents h3 {
    font-size: 21px;
}
div.profile_photo {
	float: none;
	margin: 0 0 15px;
}

th,
td {
	display: block;
	border: none;
	padding: 0 0 5px;
	width: auto;
}
td {
	padding-bottom: 15px;
}
th {
	font-weight: bold;
}


}