@charset "utf-8";

#catch {
	height: 465px;
	background-image: url(../images/company/company_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: 15px solid #398A99;
	margin-bottom: 70px;
}
#catch h1 {
	padding-top: 125px;
	margin-bottom: 9px;
}
#contents {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contents dl {
	display: flex;
	display: -webkit-flex; /* Safari */
　
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	font-size: 20px;
}
#contents dl dt {
	width: 300px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	line-height: 200%;
}
#contents dl dd {
	width: 700px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	line-height: 200%;
}
#contents p {
	font-size: 20px;
}
#contents p iframe {
	margin-bottom: 10px;
}
#contents dl dd span {
	font-size: 13px;
	display: block;
	line-height: 190%;
}
#contents dl dd a  {
	text-decoration: none;
	color: rgba(57,138,153,1.00);
}
#contents dl dd a:hover {
	text-decoration: underline;
}
#management {
	background-color: rgba(228,228,228,1.00);
	margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: -100px;
}
#management h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 24px;
	color: rgba(56,128,133,1.00);
	margin-top: 60px;
}
#management p {
	font-size: 16px;
	margin-top: 15px;
}
