@charset "UTF-8";
body{
  font-size : 17px;
  line-height : 180%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-image : url(../image/haikei.jpg);
  background-repeat : repeat-x;
  background-attachment : fixed;
  background-position : center top;
}
.space_m{
	height : 20px;
}
.space_l{
	height : 40px;
}
.space_s{
	height : 10px;
}
.marker_yellow{
	background-color : #F3F77A;
}
.font_red{
	color : #C10307;
}
.font_blue{
	color : #1733B9;
}
.font115{
	font-size : 115%;
}
.font125{
	font-size : 125%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.q{
  background-image : url(../image/q.png);
  background-repeat : no-repeat;
  background-position : left center;
  font-size : 17px;
  line-height : 30px;
  padding-left : 50px;
  color : #003f7d;
  padding-top : 5px;
}

.a{
  background-image : url(../image/a.png);
  background-repeat : no-repeat;
  background-position : left top;
  padding-left : 50px;
  padding-top : 10px;
}



