@charset "utf-8";
/*company_main_container*/
.company_main_container_inner {
	width: 100%;
	height: 347px;
	background-position: center center;
	background-size: cover;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.company_main_container_inner_text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	color: #4C372B;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	width: 250px
}
/*company_container*/
.company_pink_container {
	background-color: #fbf8f4;
}
.company_pink_container_inner {
	margin: 0 auto;
	padding: 30px 24px 40px;
	text-align: center;
}
/*company_contents_area*/
.company_contents_area {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 25px;
	padding: 30px 20px;
}
.company_title {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #4C372B;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: left;
}
.company_table {
	text-align: left;
}
.company_table th, .company_table td {
	vertical-align: top;
	padding: 8px 10px 8px 0;
	line-height: 25px;
}
.company_table th {
	width: 58px;
	font-size: 12px;
	color: #808080;
	font-weight: normal;
}
.company_table td {
	font-size: 14px;
}
.company_table td .sub_text {
	font-size: 12px;
}
.company_location_list dt {
	margin-top: 20px;
}
.company_location_list dt:first-child {
	margin-top: 0;
}
.company_location_list dd {
	font-size: 12px;
	line-height: 18px;
}
.company_map {
	margin-top: 65px;
}
.company_link_area {
	text-align: center;
	margin: 100px 0 -12px;
	font-size: 0;
}
.company_link_list li {
	width: 100%;
	margin-bottom: 12px;
	padding: 0 20px;
}
.company_link_list li a {
	margin: 0 auto;
	display: block;
	padding: 10px;
	width: 100%;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}
.company_link_list li a:active {
	text-decoration: underline;
}
.company_title{
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color:#808080;
	text-align:left;
}
ul.company_member{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left:50px;
}
ul.company_member > li{
	width:calc((100% - 24px) / 2);
	margin:0 24px 24px 0;
}
ul.company_member > li:nth-child(2n){
	margin: 0 0 24px 0;
}
ul.company_member > li.small-bottom{
	margin: 0 24px 20px 0;
}
ul.company_member > li.small-bottom:nth-child(2n){
	margin: 0 0 20px 0;
}
ul.company_member > li > .company_member_pic{
	width:100%;
}
ul.company_member > li > .company_member_pic > img{
	width:100%;
	height:auto;
}
ul.company_member > li > .company_member_text{
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
	text-align:center;
	margin:12px 0 0 0;
}
