@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.pc {
	display: none!important;
}

.tablet {
	display: none!important;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 auto 10px; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/*.alignright { float: right; padding: 0px 0 10px 10px; }  後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; } 後続テキスト右回り込み */



/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #004ea2; }
a:active { text-decoration: none; color: #004ea2; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */

/* ヘッダー */
/* -------------------------------------------------- */
header {
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border-bottom: 1px #dedede solid;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#hLogo img {
	padding: 15px 0 0 10px;
}

#hLogo img {
	width: 93px;
	height: auto;
}


/* フッター */
/* -------------------------------------------------- */
footer {
	width: 100%;
	padding: 50px 0 20px 0;
	background: #004ea2;
	position: relative;
}

#copy {
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
}

#pagetop {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -16px
}

#pagetop img {
	width: 32px;
	height: auto;
}

/* メニュー */
/* -------------------------------------------------- */
#menuBtn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: #004ea2;
}


#menuBtn * {
	transition: all 0.3s ease-in-out 0s;
}

#firstBar {
	background: #FFFFFF;
	height: 2px;
	width: 15px;
	position: absolute;
	top: 17px;
	left: 17px;
}

#secondBar {
	background: #FFFFFF;
	height: 2px;
	width: 15px;
	position: absolute;
	top: 23px;
	left: 17px;
}

#thirdBar {
	background: #FFFFFF;
	height: 2px;
	width: 15px;
	position: absolute;
	top: 29px;
	left: 17px;
}

#menuBtn {
	cursor: pointer;
}


#menuBtn.on #firstBar {
	width: 18px;
	 transform: translateX(0px) translateY(7px) rotate(45deg);
}


#menuBtn.on #secondBar {
	opacity: 0;
}


#menuBtn.on #thirdBar {
	width: 18px;
	transform: translateX(0px) translateY(-5px) rotate(-45deg);
}

#spNav {
	width: 100%;
	height: 90%;
	position: fixed;
	top: 51px;
	left: 100%;
	background: #004ea2;
	color: #FFFFFF;
	z-index: 1000;
	overflow: scroll;
	transition: all 0.3s ease-in-out 0s;
	-webkit-overflow-scrolling: touch;
}

#spNav a {
	color: #FFFFFF;
}

#splanguage {
	width: 90%;
	margin: 20px auto 30px;
	background: #3371b5;
	letter-spacing: -0.4em;
}

#splanguage li {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	letter-spacing: normal;
}

#splanguage li a {
	display: block;
	padding: 15px 0;
}

#splanguage li a.current {
	color: #a9bfdc;
}

#splanguage li .border {
	display: block;
	border-right: 1px #FFFFFF solid;
}

#spLink1 {
	width: 90%;
	margin: 0 auto 20px;
}

.spNavMainLink {
	border-bottom: 1px #3371b5 solid;
	cursor: pointer;
}

.spNavMainLink .linkBtn.on {
	display: block;
	padding: 15px 0;
	background: url(../../img/sp/common/sp_icon1.png) 100% center no-repeat;
	-webkit-background-size: 12px 7px ;
	background-size: 12px 7px ;
}

.spNavMainLink .linkBtn.off  {
	display: block;
	padding: 15px 0;
	background: url(../../img/sp/common/sp_icon2.png) 100% center no-repeat;
	-webkit-background-size: 12px 7px ;
	background-size: 12px 7px ;
}

.spNavMainLink .linkBtn {
	display: block;
	padding: 15px 0;
	background: url(../../img/sp/common/sp_icon4.png) 100% center no-repeat;
	-webkit-background-size: 7px 12px;
	background-size: 7px 12px;
}

.spNavSubLink a {
	display: block;
	margin-bottom: 1px;
	padding: 15px 20px;
	background: url(../../img/sp/common/sp_icon3.png) 95% center no-repeat #3371b5;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

#spLink2 {
	width: 90%;
	margin: 0 auto 20px;
}

#spLink2 li:nth-child(even) {
	float: right;
	width: 47%;
	margin-bottom: 10px;
	border: 2px #FFFFFF solid;
}

#spLink2 li:nth-child(odd) {
	float: left;
	width: 47%;
	margin-bottom: 10px;
	border: 2px #FFFFFF solid;
}

#spLink2 li a {
	padding: 10px 0;
	display: block;
	text-align: center;
}

#spLink3 li {
	width: 50%;
	float: left;
}

#spLink3 li a {
	padding: 20px 0;
	display: block;
	width: 100%;
	background: #003384;
	text-align: center;
}

#spLink3 li a .border {
	display: block;
	border-right: 1px #FFFFFF solid;
}

#spLink4 {
	width: 90%;
	margin: 0 auto 20px;
	margin-bottom: 10px;
	border: 2px #FFFFFF solid;
}

#spLink4 li a {
	padding: 10px 0;
	display: block;
	text-align: center;
}

.spyoutubelink {
	clear: both;
	display: block;
	padding: 10px;
}
.spyoutubelink .youtube {
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
}
.spyoutubelink .youtube img {
	height: 30px;
}
.spyoutubelink .youtube span {
	color: #666666;
	font-size: 10px;
	padding-left: 10px;
}


/* タイトル */
/* -------------------------------------------------- */

/*タイトル1*/
.titBox1 {
	padding: 0 8% 20px 8%;
	text-align: center;
}

.titBox1In {
	display: inline-block;
}

.tit1 {
	padding-bottom: 20px;
	color: #004ea2;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.tit1Lead {
	font-size: 1.3rem;
	text-align: left;
}

/* 下層メインタイトル */

h1.subPageTit {
	line-height: 1.2;
	margin: 0 auto;
	padding: 65px 5% 15px;
}

.subPageTit #mvTit {
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
}

.mainTit {
	display: inline-block;
}

.subTit {
	display: inline-block;
}

/* ボタン */
/* -------------------------------------------------- */
.commonBtn1 {
	text-align: center;
}

.commonBtn1 a {
	width: 70%;
	padding: 15px 8%;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.6rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn1 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
}

.commonBtn2 {
	text-align: center;
	margin-bottom: 20px;
}

.commonBtn2 a {
	width: 90%;
	padding: 15px 8%;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.6rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.commonBtn2 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
}

.commonBtn3 {
	text-align: center;
}

.commonBtn3 a {
	display: inline-block;
	width: 90%;
	padding: 20px 8%;
	background: url(../../img/common/icon4.png) 95% center no-repeat #004ea2;
	-webkit-background-size: 6px 11px;
	background-size: 6px 11px;
	text-align: center;
	font-size:1.6rem;
	color: #fff;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn4 {
	text-align: center;
	margin-bottom: 20px;
}

.commonBtn4 a {
	width: 90%;
	padding: 15px 8%;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.6rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.commonBtn4 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
}

.commonBtn5 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.commonBtn5 a {
	width: 90%;
	padding: 15px 8%;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.6rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.commonBtn5 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
}

/* パンクズ */
/* -------------------------------------------------- */
#bc {
	display: none;
}
/*
#bc {
	padding: 10px 5%;
	margin-bottom: 40px;
	border-bottom: 1px #dedede solid;
	font-size: 1.2rem;
}

#bc li {
	display: inline-block;
	color: #004ea2;
	padding-left: 14px;
	margin-left: 6px;
	position: relative;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bc li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

#bc li:after {
	content: ">";
	position: absolute;
	top: -1px;
	left: 0;
	color: #999999;
}

#bc li:first-child:after {
	content: "";
}

#bc li a {
	color: #999999;
}

#bc li a:hover {
	color: #004ea2;
}

#bc #bcSingle {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
*/

/* ポップアップ */
/* -------------------------------------------------- */
/*
.mfp-iframe-holder .mfp-close {
	top: -60px!important;
	right: -11px;
	font-size: 7rem;
	opacity: 1;
}
*/

.mfp-iframe-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus {
	opacity: 0.7;
}

.popupMovie .topicsImg {
	position: relative;
}

.popupMovie .topicsImg:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	width: 41px;
	height: 41px;
	background: url(../../img/common/icon_play.png) 0 0 no-repeat;
	-webkit-background-size: 41px;
	background-size: 41px;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pageNavWrap {
	margin: 10px 0 30px;
	text-align: center;
}

#pager {
	display: inline-block;
}

#pageNavWrap a, #pageNavWrap span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	background-color: #dedede;
	margin: 0 1px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#pageNavWrap span.current,
#pageNavWrap a.next,
#pageNavWrap a.prev,
#pageNavWrap a:hover {
	color: #fff;
	background-color: #0051a8;
	transition: all 0.3s ease-in-out 0s;
}

#pageNavWrap span.dots {
	width: 1em;
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}

/* Local Navigation SP*/
/* -------------------------------------------------- */
#container #localNavSpWrap {
	text-align: center;
	margin: 10px 0 30px;
}

#container #localNavSp select {
	width: 70%;
	max-width: 300px;
	padding: 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #0051a8;
	background: #fff;
	background: url(../../img/common/arrow__localNavSp.png) no-repeat, #fff;
	background-position: right 10px center;
	background-size: contain;
	font-size: 1.6rem;
	color: #004ea2;
}

/* -------------------------------------------------- */
/* その他設定 */
/* -------------------------------------------------- */

/* プラグインページャーの色を変更 */
.lSPager a {
	background-color: #FFFFFF!important;
}

.lSPager a:hover {
	background-color: #004ea2!important;
}

.lSPager .active a {
	background-color: #004ea2!important;
}


/*カテゴリ内リンク*/
#container #localNavWrap,
#container .localNavWrap {
	border: 2px solid #004ea2;
	background: #fff;
	padding: 20px;
}

#container .localNavTit {
	font-size: 1.8rem;
	font-weight: bold;
	color: #004ea2;
	text-align: center;
	padding: 0 0 15px;
}

/* コンテンツ画像 */
#container .commonImg {
	text-align: center;
}

#container .commonImg img {
	text-align: center;
	max-width: 100%;
	width: auto;
}

#container .contImg img {
	width: auto;
	max-width: 100%;
}

#container .emImg {
	text-align: center;
}

#container .emImg img {
	width: auto;
	max-width: 100%
}


/*メインビジュアル設定*/
#mv {
	margin-bottom: 20px;
}
