@charset "UTF-8";
/* Body.css */

	

/* pc */
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/


/*------------ Sports ------------*/

#background_body {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 36% 0 3% 6.3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

h3.font_body00 {
	font-family: "M PLUS 1p";
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: 800;
	text-align: left;
	padding: 0 0 1.3% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index: 5;
}


h2.font_bodybullet01,
h2.font_bodybullet02,
h2.font_bodybullet03,
h2.font_bodybullet04,
h2.font_bodybullet05 {
	font-family: "M PLUS 1p";
	font-size: 1.6em;
	font-weight: normal;
	color:#ff5181;
	text-align: left;
	padding: 0 0 0 0;
	margin-left: 5.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index:5;
}
h2.font_bodybullet01:before {
	content: "";
	background-image: url(../images/bodybullet01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet02:before {
	content: "";
	background-image: url(../images/bodybullet02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet03:before {
	content: "";
	background-image: url(../images/bodybullet03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet04:before {
	content: "";
	background-image: url(../images/bodybullet04.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet05:before {
	content: "";
	background-image: url(../images/bodybullet05.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}





h4.font_body01 {
	font-family: "M PLUS 1p";
	font-size: 1.1em;
	line-height: 1.8em;
	color:#5c5c5c;
	width: 86%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 3% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	display: inline-block;
	position: relative;
	z-index: 5;
}


h4.font_body02 {
	font-family: "M PLUS 1p";
	font-size: 1.15em;
	line-height: 1.8em;
	font-weight: normal;
	color:#323232;
	text-align: left;
	padding: 0 0 0 0;
	margin-left: 13%;
	margin-top: -1%;
	margin-bottom: 3%;
	position: relative;
	z-index:5;
	width: 44%;
	max-width: 300px;
	float: left;
}



.pad_img01 {
	width:46%; 
	padding:0 0 4% 38%; 
	margin-top: -24%; 
	margin-bottom: -0.0em;
	position: relative;
	z-index:0;
}
.pad_img02 {
	float: left;
	width:18%; 
	padding:0 0 2% 0; 
	margin-top: -8%; 
	margin-bottom: -0.0em;
	position: relative;
	z-index:1;
}

#background_pink {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	background-color: #fbf6f2;
}

.font_titleframe {
	font-family: "M PLUS 1p";
	font-size: 1.4em;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	font-weight: normal;
	color:#323232;
	background-color: #ffffff;
	border: 2px #ff7097 solid;
	margin-top: 3%;
	margin-left: 7%;
	margin-bottom: 2%;
    border-radius: 9px;
    -webkit-border-radius: 9px; 
    -moz-border-radius: 9px;
}
	

}
 


 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/



/*------------ Message ------------*/

#background_body {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/body_bg_sp.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}


h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size:1.15rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 44% 0 3% 6.3%;
	margin-top: 12%;
	margin-bottom: -0.0rem;
}

h3.font_body00 {
	font-family: "M PLUS 1p";
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4rem;
	text-align: left;
	padding: 0 0 1.3% 6.5%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}

h4.font_body01 {
	font-family: "M PLUS 1p";
	font-size: 0.78rem;
	line-height: 1.2rem;
	color:#5c5c5c;
	width: 86%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 5% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	display: inline-block;
	position: relative;
	z-index: 5;
}


h2.font_bodybullet01,
h2.font_bodybullet02,
h2.font_bodybullet03,
h2.font_bodybullet04,
h2.font_bodybullet05 {
	font-family: "M PLUS 1p";
	font-size: 1.0rem;
	font-weight: normal;
	color:#ff5181;
	text-align: left;
	padding: 0 0 0 0;
	margin-left: 5.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index:5;
}
h2.font_bodybullet01:before {
	content: "";
	background-image: url(../images/bodybullet01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet02:before {
	content: "";
	background-image: url(../images/bodybullet02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet03:before {
	content: "";
	background-image: url(../images/bodybullet03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet04:before {
	content: "";
	background-image: url(../images/bodybullet04.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}
h2.font_bodybullet05:before {
	content: "";
	background-image: url(../images/bodybullet05.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.2em auto;
	width: 3.6em;
	height: 3.6em;
	margin-left: 3%;
	vertical-align: middle;
	display:inline-block;
}


.font_titleframe {
	font-family: "M PLUS 1p";
	font-size: 1.0rem;
	padding: 1% 3% 1% 3%;
	display: inline-block;
	font-weight: normal;
	color:#323232;
	background-color: #ffffff;
	border: 2px #ff7097 solid;
	margin-top: 3%;
	margin-left: 7%;
	margin-bottom: 2%;
    border-radius: 9px;
    -webkit-border-radius: 9px; 
    -moz-border-radius: 9px;
}
	
	
	
h4.font_body02 {
	width: 42%;
	display: inline-block;
	font-family: "M PLUS 1p";
	font-size: 1.15em;
	line-height: 1.4rem;
	font-weight: normal;
	color:#323232;
	text-align: left;
	padding: 0 0 0 0;
	margin-left: 13%;
	margin-top: -0.0rem;
	margin-bottom: 3%;
	position: relative;
	z-index:5;
	vertical-align: top;
}


#background_pink {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	background-color: #fbf6f2;
}

.pad_img01 {
	width:90%;
	padding:0 0 4% 4%; 
	margin-top: -0.0rem; 
	margin-bottom: -0.0rem;
}


.pad_img02 {
	display: inline-block;
	width:34%; 
	padding:0 0 0 3%; 
	margin-top: -11%; 
	margin-bottom: -0.0rem;
	position: relative;
	z-index:1;
	vertical-align: top;
}



.pad_chart {
	width:86%; 
	padding: 2% 0 3% 6.5%; 
	margin-top: -0.0rem; 
	margin-bottom: -0.0rem;
}


}




