@charset "utf-8";

.pc_hide{
	display: none;
}

#group_wrap *{
	line-height: 1.5;
	color: #333;
	font-size: 15px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	box-sizing: border-box;
}
#group_wrap{
	width: 730px;
	margin: 0 auto;
	padding: 20px 0;
}
#group_wrap .group_wrap_headline{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#group_wrap .group_logo_list{
	display: flex;
	width: 420px;
	margin: 30px auto;
	flex-wrap: wrap;
	justify-content: center;
}
#group_wrap .group_logo_list li{
	margin-left: 20px;
}
#group_wrap .group_logo_list li:nth-of-type(4n+1){
	margin-left: 0;
}
#group_wrap .group_logo_list li:nth-of-type(n+5){
	margin-top: 20px;
}
#group_wrap .group_logo_list img{
	width: 90px;
}
#group_wrap .group_copy{
	line-height: 2;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	background-color: #F7F7F7;
}
#group_wrap .group_map img{
	width: 730px;
}
#group_wrap section{
	margin: 50px 0;
}
#group_wrap section .group_box_headline{
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 20px;
	font-weight: bold;
}
#group_wrap section .group_box_headline::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 5px;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	background-color: #000;
}
#group_wrap section table{
	width: 730px;
}
#group_wrap .group_outline_box tr{
	text-align: left;
	border-bottom: 1px #ddd solid;
}
#group_wrap .group_outline_box th,
#group_wrap .group_outline_box td{
	padding: 10px 5px;
	vertical-align: middle;
}
#group_wrap .group_outline_box th{
	padding-left: 15px;
}
#group_wrap .group_history_box table{
	border: 1px #ddd solid;
}
#group_wrap .group_history_box tr + tr{
	border-top: 1px #ddd solid;
}
#group_wrap .group_history_box th,
#group_wrap .group_history_box td{
	padding: 10px 5px;
	vertical-align: middle;
}
#group_wrap .group_history_box th{
	text-align: center;
	border-right: 1px #ddd solid;
	background-color: #efefef;
}
#group_wrap .group_history_box td.group_history_month{
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 767px){
	
	.pc_hide{
		display: block;
	}
	.sp_hide{
		display: none;
	}
	
	#group_wrap *{
		font-size: 14px;
	}
	#group_wrap{
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	#group_wrap p.group_wrap_headline{
		margin: 0 auto;
		font-size: 30px;
	}
	#group_wrap .group_logo_list{
		width: 355px;
	}
	#group_wrap .group_logo_list li{
		margin: 0 0 15px 15px!important;
	}
	#group_wrap .group_logo_list li:nth-of-type(3n+1){
		margin-left: 0!important;
	}
	#group_wrap .group_copy{
		width: calc(100% + 20px);
		margin-left: -10px;
		text-align: left;
		font-size: 14px;
	}
	#group_wrap .group_copy br{
		display: none;
	}
	#group_wrap .group_map img{
		width: 100%;
	}
	#group_wrap section table{
		width: 100%;
	}
	#group_wrap .group_outline_box th{
		padding-left: 5px;
	}
}