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



.inner{
width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1{
	width: 300px;
	margin-right: auto;
}

#h1_tit {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:3rem;
	font-weight: 500;
	color:#00415F;
	padding: 0 0 10px 0;
}

h2{
	background-image: url(../../img/h2_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 90px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:2rem;
	font-weight: 600;
	color:#00415F;
}

h3{
	background-image: url(../../img/h3_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 90px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:1.5rem;
	font-weight: 500;
	color:#00415F;
}



/*現ページ表示マーク*/
span.gnow {
	color:#006699;
	padding: 16px;
}



/*アイコン付きボタン*/
a.news_btn {
	position: relative;
	display: block;
	width: 200px;
	padding: 0.8em 0;
	font-size:1.3rem;
	text-decoration: none;
	border:1px solid #fff;
	color: #fff;
	background:#004160 url(../../img/ico_y.png) no-repeat 90% center;
	overflow: hidden;
}
a.news_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -200px;
	height: 100%;
	width: 200px;
	background : #fff;
	opacity: 0.2;
	transition: .4s;
}
a.news_btn:hover:before {
	left:0;
}


.ico-p {
	width: 40px;
	height: 20px;
	background-image: url(../../img/ico_p.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align:middle;
}
.ico-m {
	width: 40px;
	height: 20px;
	background-image: url(../../img/ico_m.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align:middle;
}
.ico-s {
	width: 40px;
	height: 20px;
	background-image: url(../../img/ico_s.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	display: inline-block;
	vertical-align:middle;
}


/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	display: block;
}
#page-top a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
    	margin-top: 20px;
	margin-bottom: 20px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.bnrcenter {
	text-align: center;
}

img {
  max-width: 100%;
  height: atuo;
}