@charset "utf-8";

/* -------------------------------------
     case over 768px (== PC)               */
/* SP以外で非表示にするもののみここにまとめる */
@media screen and (min-width: 768px) {

.sp_only {
	display : none;
}

}
/*		end case 768px (PCサイズ ここまで)
----------------------------------------*/


/* -------------------------------------
     case 767px (== SP)               */
@media screen and (max-width: 767px) {
.pc_only {
	display : none;
}


img {
	width : 100%;
}
section {
	width : auto;
}




/* -------------------------------------
      global navi
---------------------------------------- */

.gnav {
	display: none;
}

.nav_switch:before {
	content:"\f0c9";
	font-family:"FontAwesome";
	display:inline-block;
}

.openNav .nav_switch:before {
	content:"\f00d";
}

nav ul {
	position: relative;
	z-index:5;
	display: block;
	border-top:solid 1px #fff;
	width:100%;
	
}
nav li {
	background: #222523;
	display: block;
	line-height : 46px;
	border-bottom:solid 1px #fff;
}
nav li a {
	display: block;
	background: #222523;
	padding:0 10px;
}


#navToggle {
	text-align : right;
	padding : 10px ;
}

#navToggle i{
	color : #fff;
	font-size : 2.6rem;
	position :relative;
}

.content_section h2 {
	background : #222523;
	color : #fff;
	font-size : 1.5rem;
	font-weight : 400;
	padding : 25px 0 0 0;
	height : auto;
	position : relative;
	text-align : center;
}
.content_section h2:after {
	content : "\f107";
	display : block;
	font-family: FontAwesome;
	font-size : 3.2rem;
	position : relative;
	text-align : center;
}
.content, .sub_content ,nav{
	margin : 0 auto;
	width : 100%;

}
.mv {
	background-position : center top;
	height : auto;
	background-position: left top;
}

.mv h1 {
	margin : 50px 10px 0;
}

.mv .mv_image_area {
	padding : 20px 0;
}
.mv .note {
	width : 96%;
	line-height : 2.2rem;
	font-size : 1.4rem;
	margin : auto;
	padding : 10px 10px 20px 10px;
}
.about_section .content,.about_section .sub_content ,.target_section .content{

	flex-wrap:wrap;
}

.about_section .content > div,.about_section .sub_content > div{
	width : 100%;

}
.sub_text_in {
  font-size : 1.4rem;

}

.content_text_area {
	font-size : 1.6rem;
}
.target_list li {
	width : 96%;
	margin : 10px auto;
	font-size : 1.6rem;
}

.target_list li:nth-child(1) {
	padding-top : 10px;
	line-height : 2.6rem;
}
.target_list li:nth-child(2) {
	padding-top : 20px;
	line-height : 3.0rem;
}
.target_list li:nth-child(3) {
	padding-top : 30px;
	line-height : 3.6rem;
}
.target_list li:nth-child(4) {
	padding-top : 20px;
	line-height : 3.0rem;
}
.activity_list li {
	width : 100%;
}
.activity_list li .text {
	font-size : 1.4rem;

}

.group_image_area {
	height : 100px;
}

.group_list  {
	
	flex-wrap:wrap;
	margin : 20px 0;
}
.group_list li {
	width : 100%;
	padding : 10px 0;
	text-align : center;
	font-size : 1.4rem;
}
.sponsor_list  {
	
	flex-wrap:wrap;
}
.sponsor_list li {
	width : 100%;
	padding : 10px 0;
	text-align : center;
	font-size : 1.4rem;
}

footer  {
	font-size : 1.2rem;
	height : auto;
	line-height :2.4rem;
}

}
/*		end case 736px (スマホサイズ ここまで)
----------------------------------------*/




