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

* {font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

body {width:1000px;
max-width:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
margin:0 auto;}

.content h2 {
	margin-top:200px;
	color:#0d13f9;
	font-size:300%;
	line-height:50px;
}

.content h2 span{
	font-size:50%;
}

.midashi{
	padding:20px 20px;
	width:300px;
	margin:0 auto 50px;
	border-radius:30px;
	font-size:120%;
	color:#fff;
	background-color:#5792fd;
}

.green {color:#1ead4c;}
.yellow {color:#eee134;}
.bg_green {background-color:#1ead4c;}
.tac {text-align:center;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.w300 {width:300px; margin:0 auto;}
.mt20 {margin-top:20px;}
.bold {font-weight:bold;}