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

#corporate_top {
	background: url(../images/bg_corporate.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 120px;
	width: 100%;
	text-align: center;
}
#corporate_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	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: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.Company_box{
	font-size: 1.4rem;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 20px 10px 40px;
	font-family: 'Montserrat', sans-serif;
	box-sizeing: border-box;
	color: #4d4d4d;
}

.c_profile_tit {
	line-height : 1.4;
	margin : 0;
	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 0 36px;
}
.c_profile dt {
	padding : 10px 1em 0;
}
.c_profile dd {
	padding : 5px 1em 5px;
	border-bottom : 1px solid #ccc;
}

