@charset "utf-8";

.group_wrap *{
	color: #333;
	font: 500 15px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	box-sizing: border-box;
}
.group_wrap{
  width: 730px;
  margin: 0 auto;
	padding: 20px 0;
}
.underline{
  text-decoration: underline;
  font-weight: 500;
  border: none;
}
.underline:hover{
  text-decoration: none;
}
.group_wrap .group_wrap_headline{
	text-align: center;
	font: bold 40px "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.group_wrap .group_logo_list{
	display: flex;
	width: 530px;
	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(5n+1){
	margin-left: 0;
}
.group_wrap .group_logo_list li:nth-of-type(n+6){
	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{
  text-align: center;
}
.group_wrap .group_map img{
	width: 730px;
  margin: 0 auto;
}
.group_wrap .group_outline_box {
	margin: 50px 0;
}
.group_wrap .group_box_headline{
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	font: bold 20px "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.group_wrap .group_box_headline::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 5px;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	background-color: #000;
}
.group_wrap 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{
	width: 22%;
	padding-left: 15px;
  font-weight: bold;
}
.group_wrap .group_history_box {
	margin: 50px 0;
}
.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 td{
	width: 75%;
	padding: 10px 0 10px 30px;
}
.group_wrap .group_history_box th{
	width: 15%;
  padding: 10px 5px;
	vertical-align: middle;
  text-align: center;
  font-weight: bold;
	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;
}
#contents_wrap{
  padding: 0;
}
.group_wrap *{
  font-size: 14px;
}
.group_wrap{
  width: calc(100% - 20px);
  margin: 50px 10px;
}
.group_wrap p.group_wrap_headline{
  margin: 0 auto;
  font-size: 30px;
}
.group_wrap .group_logo_list{
  width: 300px;
}
.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 table{
  width: 100%;
}
.group_wrap .group_outline_box th{
  padding-left: 5px;
}
.group_wrap .group_history_box td{
	border-bottom: 1px #ddd solid;
  padding-left: 15px;
}
}