@charset "utf-8";

/* 企業情報
***********************************************************/

.corp_content{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.corp_1000{
}
.corp_1100{
	padding: 12px 0;
	background-color: #f6f6f7;
	color: #9d9fa7;
	font-size: 11px;
}
.corp_1110{
	width: 1200px;
	margin: 0 auto;
}
.corp_1110 a{
	color: #495061;
	text-decoration: underline;
}
.corp_1200{
	width: 1200px;
	margin: 40px auto 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #9296a0;
	font-size: 24px;
	font-weight: 700;
}
.corp_1300{
	width: 1200px;
	margin: 30px auto 60px;
}
.corp_1310{
	width: 650px;
	border-top: 1px solid #e4e5e7;
	border-left: 1px solid #e4e5e7;
	border-right: 1px solid #e4e5e7;
}
.corp_1311{
	display: flex;
	border-bottom: 1px solid #e4e5e7;
}
.corp_1310 .corp_head{
	display: flex;
	align-items: center;
	width: 20%;
	padding: 15px 20px;
	background-color: #f6f6f7;
	font-weight: 700;
}
.corp_1310 .corp_contain{
	display: flex;
	align-items: center;
	padding: 15px 20px;
}


/* 企業情報 SP
***********************************************************/
@media screen and (max-width: 768px) {

.corp_1000{
	margin-top: 50px;
}
.corp_1110{
	width: 100%;
	padding-left: 10px;
}
.corp_1200,
.corp_1300{
	width: 94%;
	margin: 30px 3%;
}
.corp_1200{
	font-size: 20px;
}
.corp_1300{
	width: 94%;
	margin: 30px 3%;
}
.corp_1310{
	width: 100%;
}
.corp_1310 .corp_head{
	width: 30%;
}
.corp_1310 .corp_contain{
	width: 70%;
}

}


