@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
corporate_topページ用のcssです。
-------------------------------- */

#corporate_top {
	background: url(../images/bg_corporate.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#corporate_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#corporate_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.Company_box{
	font-size: 14px;
	max-width: 800px;
	margin: 40px auto 60px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 60px;
	box-sizeing: border-box;
	color: #4d4d4d;
}
.c_profile_tit {
	line-height : 1.4;
	margin : 0 auto 10px;
	font-size: 1.1em;
	font-weight: bold;
	padding : 0 0.5em 10px;
	box-sizing: border-box;
	text-align: left;
	color: #c04768;
	border-bottom: double 4px #e7bcc8;
}
.c_profile {
	line-height : 1.4;
	margin : 0 auto 20px;
}
.c_profile dt {
	position : absolute;
	width : 24%;
	padding : 14px 1em;
}
.c_profile dd {
	padding : 14px 0 14px 24%;
	border-bottom : 1px solid #ccc;
}
