@charset "UTF-8";
/* CSS Document */

@media (max-width: 774px) {

#section_wrapper{
	margin:100px auto 80px;
	width:100%;
}

.s_main{
	margin:50px auto;
	}

.s_h1{
	margin:0 auto 20px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:100;
	font-size : 30px;
 	line-height : 37px;
	color :#FF0087;
	text-align:center;
	letter-spacing:10px
	
	
}

.s_nav{
	margin:0 auto;
	padding:10px auto;

}

.s_nav ul{
	text-align:center;
	margin:0 5% 40px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:20px 0;
	}

.s_nav li{
	text-align:center;
	font-size:18px;
	background:url(img/s_bar.png) no-repeat;
	padding:0 20px 0 30px;
	display:inline-block;
}

.s_nav li:first-child{
	background:none;
	padding-left:0;
}

.s_nav li:last-child{
	padding-right:0;
}


#syousai{
	margin:10px 5%;
}

.section{
	margin:20px 0;
}


.s_h2{
	text-align:center;
	font-size : 25px;
	font-weight:100;
	line-height : 37px;
 	color : #FF0087;
	margin-top:30px;
	margin-bottom:20px;
}

.s_p{
	font-size : 14px;
 	line-height : 25px;
 	color : #464646;
	margin-bottom:30px;
}

.s_img{
	width:100%;
	padding-bottom:40px;
	border-bottom:1px dotted #f6bfd7;
}
.s_h21{
	text-align:center;
	font-size : 25px;
	font-weight:100;
	line-height : 37px;
 	color : #000;
	margin-top:30px;
	margin-bottom:20px;
}

}

@media screen and (min-width: 775px) {

#section_wrapper{
	margin:100px auto 80px;
	width:80%;
}

.s_main{
	margin:50px auto;
	
}

.s_h1{
	margin:0 auto 20px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:100;
	font-size : 30px;
 	line-height : 37px;
	color :#FF0087;
	text-align:center;
	letter-spacing:10px
	
}


.s_nav{
	margin:0 auto 30px;
	padding:10px auto;

}

.s_nav ul{
	text-align:center;
	margin:0 5% 40px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:20px 0;
	}

.s_nav li{
	text-align:center;
	font-size:18px;
	background:url(img/s_bar.png) no-repeat;
	padding:0 20px 0 30px;
	display:inline-block;
}

.s_nav li:first-child{
	background:none;
	padding-left:0;
}

.s_nav li:last-child{
	padding-right:0;
}

#syousai{
	margin:10px 5%;
}

.section{
	margin:20px 0 40px;
	border-bottom:2px dotted #f6bfd7;
}
.sec_tx{
	width:65%;
	margin-right:5%;
	float:left;
}

.s_h2{
	text-align:left;
	font-size : 25px;
	font-weight:100;
	line-height:37px;
 	color : #FF0087;
	margin-bottom:20px;
}

.s_p{
	font-size : 14px;
 	line-height : 25px;
 	color : #464646;
	margin-bottom:30px;
	border-top:1px dotted  #FF0087;
	padding-top:20px;
}

.s_img{
	width:30%;
	padding-bottom:40px;
	
}
.s_h21{
	color:#000;
	text-align:center;
	font-size:25px;
	font-weight:100;
}
.s_link{
}
}