/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*resetここまで*/


/*html5未対応ブラウザ用*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body#home {
	/*width: 100%;
	height: 50%;
	background-image:url(../img/bg_image.jpg);
	background-position: center top 150px;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: contain;
	background-color: #fff;*/
}
body {
	height:100%;
	font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;
	background:url(../img/bg_body.png) left top repeat-x;
}

@media screen and (max-width: 1200px) {/* 640px以下*/
body#home {
	height:100%;
	/*background-image:url(../img/bg_image_sm.jpg);*/
	background-position: center top 100px;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: contain;
	background-color: #fff;
}
body
body {
	height:100%;
	font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;
	background: none;
}
}


* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
}


/*フォント*/
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 1200px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}


@media screen and (max-width: 1200px){
	

.hidden-sm {
    display: none!important;
}
.visible-sm {
    display: block!important;
}
.visible-xs {
    display: none!important;
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
	max-width: 100%;
	height: auto;
	width:auto;
}
	.ul_topBanner img{
		max-width:200px;
	}

}

@media print {

.hidden-sm {
    display: block!important;
}
.visible-sm {
    display: none!important;
}
.visible-xs {
    display: none!important;
}

}


.visible-sm-800 {
    display: none!important;
}

@media screen and (max-width: 800px){
	

.hidden-sm-800 {
    display: none!important;
}
.visible-sm-800 {
    display: block!important;
}

}




.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

.fleft {
	float:left;	
}
.fright {
	float:right;	
}

.center00 {
	margin:0px auto;
}
.center20 {
	margin:20px auto;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.h10 {
	height:10px;
}

.t5 {
	padding-top:5px;
}
.t10 {
	padding-top:10px;
}
.t20 {
	padding-top:20px;
}
.t30 {
	padding-top:30px;
}
.t40 {
	padding-top:40px;
}
.b5 {
	padding-bottom:5px;
}
.b10 {
	padding-bottom:10px;
}
.b20 {
	padding-bottom:20px;
}
.r10 {
	padding-right:10px;
}
.r20 {
	padding-right:20px;
}
.r50 {
	padding-right:50px;
}
.l10 {
	padding-left:10px;
}
.lr20 {
	padding:0 20px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.all5 {
	padding: 5px;
}
.all10 {
	padding: 10px;
}

.b {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.dotBtm {
	border-bottom: #666 dotted 2px;
}
.solidBtm {
	border-bottom: #666 solid 1px;
}
.doubleBtm {
	border-bottom: #666 double 3px;
}
.mt20 {
	margin-top:20px;
}
.mt40 {
	margin-top:40px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}

.ssText {
	font-size:0.8em;
	line-height:135%;
}
.sText {
	font-size:0.9em;
	line-height:150%;
}
.lText {
	font-size:1.1em;
}
.llText {
	font-size:1.2em;
}
.XlText {
	font-size:1.3em;
}

.indent1em {
	padding-left:1em;
	text-indent:-1em;
}

.indent2em {
	padding-left:2em;
	text-indent:-2em;
}
.indent3em {
	padding-left:3em;
	text-indent:-3em;
}
.indent4em {
	padding-left:4em;
	text-indent:-4em;
}
.indent5em {
	padding-left:5em;
	text-indent:-5em;
}
.indent6em {
	padding-left:6em;
	text-indent:-6em;
}
.indent7em {
	padding-left:7em;
	text-indent:-7em;
}
.indent8em {
	padding-left:8em;
	text-indent:-8em;
}
.indent9em {
	padding-left:9em;
	text-indent:-9em;
}
.indent10em {
	padding-left:10em;
	text-indent:-10em;
}
.indent11em {
	padding-left:11em;
	text-indent:-11em;
}
.indent12em {
	padding-left:12em;
	text-indent:-12em;
}
.indent13em {
	padding-left:13em;
	text-indent:-13em;
}
.indent14em {
	padding-left:14em;
	text-indent:-14em;
}
.indent15em {
	padding-left:15em;
	text-indent:-15em;
}
.indent16em {
	padding-left:16em;
	text-indent:-16em;
}
.color_red {
	color:#e50012;
}

.color_darkblue {
	color:#004286;
}
.color_green {
	color:#94d303;
}

.color_orange {
	color:#EC6C00;	
}

.caution {
	color:#c50018;
}

a {
	color:#004286;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#e50012;
	text-decoration: none;
}
.bg01 {
	background-color: #FFC;
}
.bg02 {
	background-color: #FFF;
}
.bg03 {
	background-color: #D3E4C0;
}
.border01 {
	border: #999 solid 1px;
}
.border02 {
	border: #e50012 solid 1px;
}
.border03 {
	border: #9C9 solid 2px;
}
.border_top {
	border-top: #999 dotted 2px;
}

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}
.clearFix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

.fullheight {
    height:100%;
}

/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*ページベース
------------------------------------------------------*/
html, body {
	height: 100%;
}
body > #wrapper {
    height: auto;
}

#wrapper {
	width:1200px;
	margin:0 auto;
	padding:0;
	height:auto !important;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}
#wrapperHome {
	width:1200px;
	margin:0 auto;
	padding:0;
	height:auto !important;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}

/*ヘッダー
------------------------------------------------------*/

#mainVisual {
	width:1000px;
	height:450px;
	background:url(../img/mainVisual.png) center top no-repeat;
	position: relative;
}

/*ヘッダー
------------------------------------------------------*/
@media screen and (min-width: 1201px){
header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	position:absolute;
	top:0;
	z-index: 100;
	}
	#header_inner {
		width: 1200px;
		margin: 0 auto;
	}

	#logo img {
		display: block;
		width: 84px;
		height: 84px;
		position: absolute;
		top:220px;
		left: 50px;
	}
	
	.banner_header {
		width:490px;
		height: auto;
		position: absolute;
		top: 20px;
		right: 0;
	}
	.banner_header a {
		display: inline-block;
		margin-right: 10px;
		vertical-align:middle;
	}
	.banner_header a:hover {
		opacity: 0.7;
	}
	
.hidden-sm {
    display: block!important;
}
.visible-sm {
    display: none!important;
}

header.other {
	width: 100%;
	height:320px;
	margin: 0 auto;
	position:absolute;
	top:0;
	background: url("../../common/img/bg_header.png") center top no-repeat;
	background-position: bottom;/*背景画像の位置を中央に*/
    background-size: cover;
}

}



@media screen and (max-width: 1200px){
	
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #000;
	position: absolute;
	top: 0;
	z-index: 100;
	}
	
	#header_inner {
		width: 100%;
		margin: 0 auto;
	}

	#logo img {
		display: block;
		width: 64px;
		height: 64px;
		position: absolute;
		top: 30px;
		left: 30px;
	}
	
	.banner_header {
		width:300px;
		height: auto;
		position: absolute;
		top:30px;
		right: 0;
	}
	.banner_header a {
		display: inline-block;
		margin-right:5px;
		vertical-align:middle;
	}
	.banner_header a:hover {
		opacity: 0.7;
	}
	
	
#wrapper {
	width: 100%;
	height: 100%;
	min-height:500px;
	margin: 0 auto;
	text-align: left;
}
#wrapperHome {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

/*header {
	width: 100%;
	height: 150px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}*/
	


}



#topTheme {
	display:block;
	width:520px;
	height:120px;
	background-image:url(../img/topTheme.png);
	position:absolute;
	top:45px;
	left:0px;
	text-indent:-9999px;
}

.topDate {
	display:block;
	width:530px;
	height:170px;
	background-image:url(../img/top_date.png);
	position:absolute;
	top:155px;
	left:0px;
	text-indent:-9999px;
}

#top_important {
	width: 350px;
	position: absolute;
	top: 35px;
	right: 80px;
	display: flex;
}
#top_important .topBtn01 {
	flex: 1;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	text-decoration: none;
	color: #ffff00;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #fff;
	text-shadow:1px 1px #555;
	
	background:-moz-linear-gradient(
    top,
    #ee0000 0%,
    #bb0000);
    background:-webkit-gradient(
    linear,left top,left bottom,
    from(#ee0000),
    to(#bb0000));
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#top_important .topBtn01:hover {
	background:-moz-linear-gradient(
    top,
    #bb0000 0%,
    #ee0000);
    background:-webkit-gradient(
    linear,left top,left bottom,
    from(#bb0000),
    to(#ee0000));
}


	/*englishページ用[start]
	------------------------------------------------------*/
#mainVisual_en {
	width:645px;
	height:885px;
	background:url(../img/mainVisual_en.jpg) no-repeat #005bab;
	position:relative;
	padding:5px 5px 4px 0;
}
#logoHome_en {
	display:block;
	width:650px;
	height:150px;
	background-image:url(../img/logoHome_en.png);
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
#logo_en {
	display:block;
	width:650px;
	height:150px;
	background-image:url(../img/logo_en.png);
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
	/*englishページ用[end]
	------------------------------------------------------*/

/*contentWrap
------------------------------------------------------*/

#contentsWrap {
	width:1200px;
	/*padding:5px;*/
	/*background-color:#DBDBDB;*/
}
@media screen and (max-width: 640px){
#contentsWrap {
	width:100%;
	/*padding:5px;*/
	/*background-color:#DBDBDB;*/
}
}


/*コンテンツエリア
------------------------------------------------------*/

/*contentsAreaHome は style.css*/

#contentsArea {
	width:1200px;
	/*float:right;*/
	height: auto !important;
}


.contents {
	width:1120px;
	margin:5px auto 10px;
	padding:20px 40px 40px;
	background:#fff;
	height: auto !important;  /* IE6対策 */ 
	min-height: 700px;
}


@media screen and (max-width: 1199px){

	#contentsArea {
		clear: both;
		width: 100%;
		padding: 0px;
		display:block;
		height: auto;
		position: relative;
	}
	.contents {
		width: 95%;
		padding: 20px 1rem;
		margin:5px auto 20px;
		height:auto;
		min-height: 500px;
	}

}



/*サイドエリア
------------------------------------------------------*/

#sideAreaHome {
	display: inline; /*ie6*/
	float:left;
	width:230px;
	height:auto;
	min-height:864px;
	background:url(../img/bg_side.png) left top repeat-x;
	/*padding:5px 5px 0px;*/
	/*background:#fff;*/
	margin-top: 170px;
}
#sideArea {
	display: inline; /*ie6*/
	float:left;
	width:230px;
	height:auto;
	min-height:864px;
	background: url(../img/bg_side.png) left top repeat-x;
	margin-top: 170px;
	/*padding:5px 5px 0px;*/
	/*background:#fff;*/	
}

.english {
	padding:20px;
}
	.english a {
		color:#00dcff;
		font-weight:bold;
	}

.ul_sideBanner {
	width: 210px;
	margin: 50px auto 15px;
}
	.ul_sideBanner li img {
		width: 210px;
	}
	.ul_sideBanner li img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}

/*動画*/
.movieBox {
	width: 210px;
	margin: 20px auto 20px;
}

/*
#sideFreehome {
	display:block;
	width:240px;
	height:115px;
	background-color:#ff9a00;
}
#sideFreemess {
	display:block;
	width:240px;
	height:125px;
	background-color:#ff9a00;
}
#sideFreecall {
	display:block;
	width:240px;
	height:3255px;
	background-color:#ff9a00;
}
*/

/*メインメニュー
------------------------------------------------------*/

#topMenu {
	width: 1050px;
	height: 50px;
	margin: 0px auto 0;
	padding: 90px 0 0px;
}
.menu {
    position: relative;
    width: ;
    height: ;
	margin: 0 auto;
	/*background: url("../img/menu.png") no-repeat;*/
}

/* グローバルナビ　短 */
.menu > li {
    float: left;
    width: ; /* グローバルナビ6つの場合 */
    height: ;
	padding: 0 4px;
    line-height: 0px;
}

.menu > li a {
    display: block;
	width: ;
    color: #fff;
	padding: 0px 0 20px;
	text-decoration:none;
	text-align:center;
	font-weight:500;
	font-size:1.2em;
}

.menu > li a:hover {
    color: #fff;
	opacity: 0.8;
	border-bottom: 2px solid #fff;
}

.menu > li a.crt {
    display: block;
    color: #000;
	text-decoration:none;
	text-align:center;
	font-weight:500;
	font-size:1.2em;
	border-bottom: 5px solid #000;
}
/* グローバルナビ　短 */


/* グローバルナビ　長*/
.menu > li.long {
    float: left;
    width: 160px; 
    height: 50px;
    line-height: 3.5;
    background: url(../images/gNavi_l.png) no-repeat;
}

.menu > li.long a {
    display: block;
    color: #fff;
	text-decoration:none;
	text-align:center;
	font-weight:600;
	font-size:1.0em;
}

.menu > li.long a:hover {
    color: #fff;
	background: url(../images/gNavi_l_hover.png) no-repeat;
}
/* グローバルナビ 長 */



ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}



/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/*シングルのドロップダウン*/
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {	
    position: absolute;
    top: 32px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {	
    top: 32px;
    visibility: visible;
    opacity: 1;
}

li.menu__single ul.menu__second-level li a {
	width: 100%;
	line-height: 2.5;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #E94600;;
	border-bottom: #fff solid 1px;
	font-size: 0.9em;
	padding: 0 5px;
}
li.menu__single ul.menu__second-level li a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}


/*シングルのドロップダウン*/
.menu > ul.menu__second-level {
    position: relative;
}

li.menu__single ul.menu__second-level ul.menu__third-level {	
    position: absolute;
    top: 62px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

ul.menu__second-level:hover ul.menu__third-level {	
    top: 62px;
    visibility: visible;
    opacity: 1;
}

li.menu__single ul.menu__second-level ul.menu__third-level li a {
	width: 175px;
	line-height: 2.5;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #036eb7;
	border-bottom: #fff solid 1px;
	font-size: 0.9em;
	padding: 0;
}
li.menu__single ul.menu__second-level ul.menu__third-level li a:hover {
	background: #50A9F5;
}



	
.slicknav_menu {
 display:none;/*PC時は非表示*/
}
#gNavi {
 display:none;/*モバイル時は非表示*/
}




	/*english→japanese切り替えボタン[start]
	------------------------------------------------------*/
#lngEn {
	display:block;
	width:120px;
	padding-top:5px;
}
#lngEn a {
	display:block;
	width:120px;
	background-image:url(../img/btn_en.png);
	background-position:0 0;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
#lngEn a:hover {
	display:block;
	width:120px;
	background-image:url(../img/btn_en.png);
	background-position:0 42px;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}

#lngJp {
	display:block;
	width:120px;
	padding-top:5px;
}

#lngJp a {
	display:block;
	width:120px;
	background-image:url(../img/btn_jp.png);
	background-position:0 0;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
#lngJp a:hover {
	display:block;
	width:120px;
	background-image:url(../img/btn_jp.png);
	background-position:0 42px;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
	/*english→japanese切り替えボタン[end]
	------------------------------------------------------*/


@media screen and (max-width: 1200px){
	
/*スマホ用メニュー ここから*/	
#panel-btn{
  display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 0%;
	background: #002864;
	border: solid 1px #fff;
	z-index: 10;
}
#panel-btn:hover{
  background: #ccc;
}
#panel-btn-icon{
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 2px;
	margin: -2px 0 0px -12px;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -9px;
}
#panel-btn-icon:after{
  margin-top: 9px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
#panel {
	display:none;
	width:300px;
	padding: 0px;
  	position: absolute;
  	z-index: 5;
  	top: 110px;
  	/*bottom: 0;　高さを100%にする*/
  	right: 0;
  	padding: 0;
  	overflow-y: auto;
	background: #025ADE;
	opacity: 0.9;
}
#panel ul {
	margin: 0px auto;
}
#panel li {
	display:table;
	height: 20px;
	margin: 0 auto 1px;
	background: #002864;
	vertical-align: middle;
	font-family: 'Noto Sans JP';
	font-size: 100%;
	font-weight: 500;
}
#panel li a {
	display:table;
	width:300px;
	text-decoration: none;
}

#panel li .btn {
	height: 20px;
	color: #fff;
	font-size: 14px;
}
	#panel li .btn span {
		display: block;
		padding: 10px;
		margin-left: 10px;
		
	}
	#panel li .btn:hover {
		background: #025ADE;
		color: #fff;
		opacity: 0.7;
	}
	
#panel li .btn_crt {
	height: 20px;
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
	background: #F5AC01;
}
	#panel li .btn_crt span {
		height: 20px;
		margin-left: 15px;
		
	}
	
	

#panel li ul {	/* secondlevelメニュー */
	margin: 0;
	padding: 0;
}
#panel li ul li .btn {
	display: block;
	width: 240px;
	padding: 0 0 10px 20px;
	line-height: 2.0;
	background: #eee;
	color: #040404;
}
	#panel li ul li .btn:hover {
		background: #000;
		color: #fff;
		opacity: 0.7;
		
	}
	
	

/*ネイビーbg用*/
#panel li.bg_navy .btn {
	color: #fff;
	background: #002965;
}
	#panel li.bg_navy .btn:hover {
		background: #184180;
		color: #1ea0d2;
	}
	
#panel li.bg_navy .btn_crt {
	color: #1ea0d2;
	background: #184180;
}
/*水色bg用*/
#panel li.bg_blue .btn {
	color: #002965;
	background: #29abe2;
}
	#panel li.bg_blue .btn:hover {
		background: #005bab;
		color: #1ea0d2;
	}
	
#panel li.bg_blue .btn_crt {
	background: #005bab;
	color: #1ea0d2;
}
	
	
/*日英言語切り替え*/
#panel li.lang_en {
	background: #002965;
}
#panel li.lang_en .btn {
	color: #ffff00;
	height: 20px;
}
	#panel li.lang_en .btn:hover {
		background: #969696;
		color: #fff;
	}
#panel li.lang_jp {
	background: #969696;
}
#panel li.lang_jp .btn {
	color: #fff;
	height: 20px;
}
	#panel li.lang_jp .btn:hover {
		background: #969696;
		color: #fff;
	}

	
/*スマホ用メニュー ここまで*/		
	
}


@media screen and (min-width: 1201px){
#panel {/*スマホ用メニュー非表示*/
	display:none;
}
}

@media print {
	
	#nav_open {
		display: none !important;
	}
	
}


.ul_sideBanner img {
	max-width: 248px;
	padding-left: 2px;
}

@media screen and (max-width: 820px){
	.ul_sideBanner {
		margin: 40px auto 0;
		text-align: center;
	}
	.ul_sideBanner img {
		max-width: 248px;
		padding-left: 2px;
		margin: 0 auto;
	}
	
}




/*フッター
------------------------------------------------------*/

footer {
	clear: both;
	width:100%;
	height:auto;
	/*min-height:185px;*/
	background:#002864;
}
#footerInner {
	width: 1200px;
	height:auto;
	min-height:120px;
	margin: 0px auto;
	
	/*
	-ms-box-shadow:0px -4px 4px -1px #000566 inset;
	-moz-box-shadow:0px -4px 4px -1px #000566 inset;
	-webkit-box-shadow:0px -4px 4px -1px #000566 inset;
	-o-box-shadow:0px -4px 4px -1px #000566 inset;
	box-shadow:0px -4px 4px -1px #000566 inset;
	*/
}

#tit_sponsor img {
	margin: 100px auto 0;
}


.ul_topBanner {
	width:600px;
	margin: 20px auto;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	  display:-ms-flexbox;/*--- IE10 ---*/
	  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;

}

#copyright {
	width:100%;
	height:40px;
	padding:0;
	background:#0a0036;
	/*
	box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
  	-webkit-box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
  	-moz-box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
	*/
}
#copyright p {
	width: 940px;
	margin: 0 auto;
	font-size: 12px;
	color:#fff;
	font-weight:600;
	text-align: center;
	line-height: 1.5;
		padding: 10px 0;
}
#copyright a{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:40px 0 10px;
}
#copyright a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	color:#cc0700;
	cursor:pointer;
}

@media screen and (min-width: 801px) and (max-width: 1200px){
footer {
	clear: both;
	width:100%;
	height: auto;
	background:#002864;
}

#footerInner {
	width: 100%;
	height:auto;
	min-height:120px;
	margin: 0px auto;
	
	/*
	-ms-box-shadow:0px -4px 4px -1px #000566 inset;
	-moz-box-shadow:0px -4px 4px -1px #000566 inset;
	-webkit-box-shadow:0px -4px 4px -1px #000566 inset;
	-o-box-shadow:0px -4px 4px -1px #000566 inset;
	box-shadow:0px -4px 4px -1px #000566 inset;
	*/
}

#tit_sponsor img {
	margin: 30px 0 0 20px;
}
	
#copyright {
	width:100%;
	min-height: 40px;
	height: auto;
	margin:0 auto;
	padding:5px 0;
	font-size: 0.9em;
	text-align: center;
	background:#0a0036;
}
	
	#copyright p {
	width: 95%;
	margin: 0 auto;
	/*line-height: 8.0;*/
	font-size: 12px;
	color:#fff;
	font-weight:500;
	line-height: 1.5;
		padding: 10px 0;
}
	#copyright a{
		padding:20px 0 10px;
	}
		
	
}


@media screen and (max-width: 800px){
footer {
	clear: both;
	width:100%;
	height: auto;
	background:#002864;
}

#footerInner {
	width: 100%;
	height:auto;
	min-height:120px;
	margin: 0px auto;
	
	/*
	-ms-box-shadow:0px -4px 4px -1px #000566 inset;
	-moz-box-shadow:0px -4px 4px -1px #000566 inset;
	-webkit-box-shadow:0px -4px 4px -1px #000566 inset;
	-o-box-shadow:0px -4px 4px -1px #000566 inset;
	box-shadow:0px -4px 4px -1px #000566 inset;
	*/
}

#tit_sponsor img {
	margin: 30px 0 0 20px;
}
	
#copyright {
	width:100%;
	min-height: 40px;
	height: auto;
	margin:0 auto;
	padding:5px 0;
	font-size: 0.9em;
	text-align: center;
	background:#0a0036;
}
	
	#copyright p {
	width: 95%;
	margin: 0 auto;
	/*line-height: 8.0;*/
	font-size: 12px;
	color:#fff;
	font-weight:500;
		line-height: 1.5;
		padding: 10px 0;
}
	#copyright a{
		padding:20px 0 10px;
	}
		
	
}







