@charset "utf-8";
@import "default.css";
@import "jquery.megamenu.css";
@import "base2018.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
.sky_back {
	background-image: url(../images/index/main_photo.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 100%;
	height: auto;
	background-size: 100%;
	min-width: 960px;
	line-height: 180%;
}
.sky_back h2 {
	font-size: 42px;
	color: rgba(255,255,255,1.00);
}
#activity {
	margin-top: 57px;
}
#activity h1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: none;
	padding-top: 90px;
	padding-bottom: 90px;
}
.boxinner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 60px;
}
.boxinner h2 {
	margin-bottom: 15px;
	text-align: center;
}
.boxinner .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
.boxinner .box {
	text-align: center;
	width: 309px;
    background-color: #fff;
    margin-bottom: 15px;
}
#event .boxinner .flex::after{
  content:"";
  display: block;
  width:309px;
}
.boxinner .box p {
	margin-top: -52px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
    letter-spacing: -0.03em;
}
}


/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
.sky_back {
	background-image: url(../images/index/main_photo.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 100%;
	height: auto;
	background-size: 100%;
	min-width: 100%;
	line-height: 180%;
}
.sky_back h2 {
	font-size: 42px;
	color: rgba(255,255,255,1.00);
}
#activity {
	margin-top: 0px;
}
#activity h1 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: none;
	padding-top: 12%;
	padding-bottom: 15%;
}
.boxinner {
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5%;
}
.boxinner h2 {
	margin-bottom: 15px;
	text-align: center;
}
.boxinner .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
.boxinner .box {
	text-align: center;
	width: 48%;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 30px;
}
.boxinner .box p {
	margin-top: -16%;
	font-size: 8px;
	line-height: 140%;
	font-weight: bold;
}
#philanthropy .box.sp {
	margin-left: 2%;
	margin-right: 2%;
	font-size: 8px;
	line-height: 140%;
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 10px;
}
#philanthropy h2  {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
}

#philanthropy .box.sp p {
	margin-top: -20px;
	font-weight: bold;
}


}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
}
