/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
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, 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;
}
.top_contact.pc{
	display:block;
}
.top_contact.sp{
	display:none;
}
.top_contact.pc{
	position:absolute;
	top:755px;
	right:0;
}
.top_contact{
	background:#fff;
	border:5px solid #cc0700;
	padding:20px 10px;
}
.top_contact p{
	color:#000;
	font-weight:600;
}

/*resetここまで*/

@media screen and (max-width: 640px){
	section {
		margin: 0;
		padding: 0;
	}
	.top_contact.sp{
		display:block;
		margin-top:10px;
	}
	.top_contact.pc{
		display:none;
	}
}


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

body#home {
	height:100%;
	font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "M PLUS 1p", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;
	background: #000;
}
body {
	height:100%;
	font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "M PLUS 1p", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;
	background: #000;
}


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

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


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

	.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;
	}

}



/* IE6 base font */
* html body {
	font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "M PLUS 1p", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.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;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t30 {padding-top:30px;}
.t40 {padding-top:40px;}
.t50 {padding-top:50px;}
.t100 {padding-top:100px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.b30 {padding-bottom:30px;}
.b40 {padding-bottom:40px;}
.b50 {padding-bottom:50px;}
.b100 {padding-bottom:100px;}
.r10 {padding-right:10px;}
.r20 {padding-right:20px;}
.r30 {padding-right:30px;}
.l10 {padding-left:10px;}
.l20 {padding-left:20px;}
.l30 {padding-left:30px;}
.l1em {padding-left:1em;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;	}
.lr20 {
	padding:0 20px;
}
.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;
}
.mb20 {
	margin-bottom:20px;
}
.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;
}
.indent15{
	text-indent:15px;
}
.color_red {
	color:#e50012;
}
.color_darkblue {
	color:#004286;
}
.color_green {
	color:#94d303;
}
.color_orange {
	color:#EC6C00;	
}
.color_white {
	color:#fff;
}
.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;
}
.border01 {
	border: #999 solid 1px;
}
.border02 {
	border: #e50012 solid 1px;
}
.border_top {
	border-top: #999 dotted 2px;
}
.border_top01 {
	border-top: #999 dotted 1px;
}

.borderFrame {
	border: 3px solid #A81D70;
	padding: 20px;
}

.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%;
}




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

/*ページベース
------------------------------------------------------*/
html, body {
	height: 100%;
}
body > #wrapper {
    height: auto;
}
#wrapperHome {
	width:960px;
	margin:0 auto;
	padding:0;
	min-height:2200px;
	height:auto !important;
	text-align:left;
	/*padding:0 10px;*/
}
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	min-height:2200px;
	height:auto !important;
	text-align:left;
	/*padding:0 10px;*/
}


@media screen and (max-width: 640px){
#wrapperHome {
	width: 100%;
	height:auto !important;
	margin: 0 auto;
	text-align: left;
}
#wrapper {
	width: 100%;
	height:auto !important;
	margin: 0 auto;
	text-align: left;
}

	
}


/*ヘッダー
------------------------------------------------------*/
@media screen and (min-width: 641px){
#mainVisual {
	width:730px;	
	height: auto;
	min-height: 1160px;
	position:relative;
	background: url("../images/mainVisual.png") center top no-repeat;
}
header#headerHome {
	width: 730px;
	height: 180px;
}
header {
	width:730px;
	height:100px;
	margin-top: 25px;
}
.hederin {
	width:730px;
	margin:0 auto;
}
#logoHome {
	display:block;
	width:730px;
	height:100px;
}
#logo {
	display:block;
	width:730px;
	height:100px;
	text-indent:-9999px;
}

#topTheme {
	display:block;
	width:730px;
	height:70px;
	margin-top: 5px;
}
#topCall {
	display:block;
	width:220px;
	height:140px;
	background:url(../images/topCall.png) no-repeat;
	position:absolute;
	top:213px;
	left:0px;
	text-indent:-9999px;
}
#topReg {
	display:block;
	width:170px;
	height:140px;
	background:url(../images/topReg.png) no-repeat;
	position:absolute;
	top:347px;
	left:377px;
	text-indent:-9999px;
}

.topDate {
	display:block;
	width:340px;
	margin: 5px auto 0;
}
	
	.visible-sm {
			display: none!important;
	}
	
}

@media screen and (max-width: 640px){
	
#mainVisual {
	width:100%;	
	height: auto;
	position:relative;
	background: url("../images/mainVisual_sm.png") center top no-repeat;
	background-size: contain;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
.hederin {
	width:100%;
	margin:0 auto;
}
#logoHome {
	display:block;
	width:100%;
	height:auto;
	padding-top: 20px;
}
#logo {
	display:block;
	width:100%;
	height:auto;
	padding-top: 20px;
}
	
#topTheme {
	display:block;
	width:100%;
	height:auto;
	padding: 10px 0;
}
	
.topDate {
	display:block;
	width:340px;
	height:170px;
	margin: 0 auto;
}
	
}



.topPresident {
	display:block;
	width:730px;
	height:40px;
	background:url(../images/topPresident.png) no-repeat;
	position:absolute;
	top:950px;
	left:0px;
	text-indent:-9999px;
}


#topslide {
	width: 670px;
	height: 510px;
	margin:20px auto 0;
	z-index: -100 !important;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* .viewer（スライド用）
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}


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

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

#contentsWrap {
	width:960px;
	/*padding:5px;*/
	/*background-color:#DBDBDB;*/
}



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

#contentsAreaHome {
	width:730px;
	float:right;
	height: auto !important;
}
#contentsArea {
	width:730px;
	float:right;
	height: auto !important;  /* IE6対策 */
	min-height:900px;
}


.contents {
	width:680px;
	margin:5px 0 10px 20px;
	padding:20px 15px 30px;
	background: #fff;
	height: auto !important;  /* IE6対策 */ 
	min-height:750px;
}

@media screen and (max-width: 640px){
	
#contentsAreaHome {
	width:100%;
	float:none;
	height: auto !important;
}
#contentsArea {
	width:100%;
	float:none;
	height: auto !important;  /* IE6対策 */
	min-height:600px;
}

.contents {
	width:98%;
	margin:5px auto 20px;
	padding:20px 0 30px;
	background: #fff;
	height: auto !important;  /* IE6対策 */ 
	min-height:500px;
}
	
	
}





/*サイドエリア
------------------------------------------------------*/
@media screen and (min-width: 641px){
	
#sideAreaHome {
	display: inline; /*ie6*/
	float:left;
	width:230px;
	height:auto;
	min-height:2400px;
	/*background: url("../images/bg_side.png") left top repeat-x;*/
	margin-top:20px;
}
#sideArea {
	display: inline; /*ie6*/
	float:left;
	width:230px;
	height:auto;
	min-height:2400px;
	/*background: url("../images/bg_side.png") left top repeat-x;
	padding:5px 5px 0px;*/
	margin-top:20px;
}

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

.ul_sideBanner {
	width: 230px;
	margin: 20px auto 0;
}
	.ul_sideBanner li {
		margin-top:1px;
	}

	.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;
}
*/

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

#gNavi {
	display:block;
	width:230px;
	/*height:895px;*/
	padding: 0;
	margin: 0 auto;
}
#gNavi li {
	display:table;
	width:230px;
	/*margin-bottom: 1px;*/
	position:relative;
}
#gNavi li a {
	display:table-cell;
	width:230px;
	text-decoration: none;
	vertical-align: middle;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.2;
}


#gNavi li .btn {
	height: 50px;
	color: #00b9f0;
	font-size:17px;
	/*text-shadow: 3px 3px 5px rgba(0,7,30,0.80);*/
	/*background: ;*/
	border-bottom: solid 1px #00b9f0;
}
	#gNavi li .btn span {
		display: block;
		margin:0 0 0 10px;
		padding: 3px;
	}
	#gNavi li .btn:hover {
		background: #00b9f0;
		color: #fff;
	}
	
#gNavi li .btn_crt {
	height: 50px;
	color: #fff;
	font-size: 17px;
	/*text-shadow: 3px 3px 5px rgba(0,7,30,0.80);*/
	background: #00b9f0;
}	
	#gNavi li .btn_crt span {
		display: block;
		margin:0 0 0 10px;
		padding: 3px;
	}
	
	
#gNavi li .ico_new {
	display: inline-block;
	vertical-align: baseline;
}
#gNavi li i.newicon{
	background:#F00;
	color:#FFF;
	border-radius:3px;
	font-size:12px;
	font-weight:600;
	line-height:1.2;
	padding: 5px 7px;
	position:absolute;
	top:10px;
	right:5px;
}

.side_dl{
	width:220px;
	margin:30px auto;
}
.c_btn_dl {
  display: inline-block;
  width:190px;
	line-height:40px;
  text-decoration: none !important;
  color: #FFF !important;
  position: relative;
  background: url(../images/btn_arrow.png) right 10px center no-repeat, #00428D;
  text-align: left;
  font-size:16px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -3px;
  padding: 12px 14px 11px;
	margin:0 auto;
}
a.c_btn_dl:hover {
  background:#fff;
  color: #00428D !important;
  outline: 1px solid #00428D;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  outline: 1px solid #00428D;
  outline-offset: -3px;
}
.c_btn_dl2 {
  display: inline-block;
  width:200px;
  text-decoration: none !important;
  color: #FFF !important;
  position: relative;
  /*background: url(../images/btn_arrow.png) right 10px center no-repeat, #00598C;*/
  background:#00598C;
  text-align: left;
  font-size:14px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -3px;
  padding: 12px 14px 11px;
	margin:5px auto;
}
a.c_btn_dl2:hover {
  /*background: url(../images/btn_arrow.png) right 10px center no-repeat, #5d1061;*/
  background:#fff;
  color: #00598C !important;
  outline: 1px solid #00598C;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  outline: 1px solid #00598C;
  outline-offset: -3px;
}

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

#lngJp {
	display:block;
	width:180px;
	padding:20px;
}

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

@media screen and (max-width: 640px){
#sideAreaHome {
	display: none; /*ie6*/
}
#sideArea {
	display: none; /*ie6*/
}

}


@media screen and (max-width: 640px){
	
/*スマホ用メニュー ここから*/	

/* 準備中 
#panel li:nth-child(4) a,
#panel li:nth-child(6) a,
#panel li:nth-child(7) a {
	color:#949494;
	pointer-events: none;
}
*/
	
#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
	top:110%;
	left: 15px;
  border-radius: 50%;
  /*background: #1ea0d2;*/
  background:#cc0700;
}
#panel-btn:hover{
  /*background:#58B5D8;*/
  background:#FF211C;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top:32%;
  left:36%;
  width: 25px;
  height: 2px;
  margin: -1px 0 0 -12px;
  /*background: #fff;*/
  transition: .2s;
	color:#fff;
	font-size:13px;
}
/*#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: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#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:200px;
  	position: absolute;
  	z-index: 5;
  	top: 185%;
  	/*bottom: 0;　高さを100%にする*/
  	left: 0;
  	padding: 0;
  	overflow-y: auto;
	background: #fff;
}
#panel li {
	display:table;
	width:200px;
	border-bottom: 0.25px solid #789EBA;
}
#panel li a {
	display:table-cell;
	width:200px;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP';
	font-size: 100%;
	font-weight: 500;
}


#panel li .btn {
	height: 50px;
	color: #002646;
	font-size: 14px;
	padding-right: 10px;
}
	#panel li .btn span {
		display: block;
		padding: 14px 0px;
		margin-left: 15px;
		
	}
	#panel li .btn:hover {
		background: #D3F5FB;
		color: #002646;
	}
	
#panel li .btn_crt {
	display: block;
	padding: 14px 15px;
	height: 22px;
	color: #002646;
	font-size: 14px;
	background: #f7b52c;
}
.margin-sm{
	margin-left: 60px;
}
	
/*スマホ用メニュー ここまで*/		
	
}

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

}


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

footer {
	clear: both;
	width:100%;
	height:40px;
	background: #00b9f0;
	margin-top: 20px;
	/*
	box-shadow:0 -9px 3px -3px rgba(0,0,50,0.7), 0 9px 3px -3px rgba(0,0,50,0.7);
  	-webkit-box-shadow:0 -9px 3px -3px rgba(0,0,50,0.7), 0 9px 3px -3px rgba(0,0,50,0.7);
  	-moz-box-shadow:0 -9px 3px -3px rgba(0,0,50,0.7), 0 9px 3px -3px rgba(0,0,50,0.7);
	*/
}
#footerInner {
	width:950px;
	height:auto;
	min-height:109px;
	margin:0 auto;
}
	#footerInner p {
		color:#fff;
	}
	#footerInner p a {
		color:#00215b;
	}
	#footerInner p a:hover {
		color:#e50012;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}

#copyright {
	width:100%;
	height:48px;
	padding:0;
}
#copyright p {
	width: 940px;
	margin: 0 auto;
	line-height:3.0;
	font-size: 13px;
	color:#fff;
	font-weight:500;
}

@media screen and (max-width: 640px){
footer {
	clear: both;
	width:100%;
	height:auto;
	background: #00b9f0;
	margin-top: 20px;
}
#footerInner {
	width:100%;
	height:auto;
	min-height:109px;
	margin:0 auto;
}
	#footerInner p {
		color:#fff;
	}
	#footerInner p a {
		color:#00215b;
	}
	#footerInner p a:hover {
		color:#e50012;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}

#copyright {
	width:100%;
	height:auto;
	padding:0;
}
#copyright p {
	width: 98%;
	margin: 0 auto;
	line-height:1.5;
	font-size: 13px;
	color:#fff;
	font-weight:500;
	text-align: center;
}
	
}

/* アイコン
--------------------------*/

.exlink:after {
    content: '\f08e';
    /* 外部リンク先のアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.download:before {
    content: '\f019';
    /* ダウンロードのアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.pdf:after {
    content: '\f1c1';
    /* PDFファイルの後（fa-file-pdf-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.word:after {
    content: '\f1c2';
    /* WORDファイルの後（fa-file-word-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.ppt:after {
    content: '\f1c4';
    /* PPTファイルの後（fa-file-powerpoint-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.excel:after {
    content: '\f1c3';
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.mail:after {
    content: '\f003';
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.cipher a:before {
    content: '\f023';
    /* 暗号通信の前（fa-lock） */
    font-family: FontAwesome;
    margin-right: .5em;
}

.check::before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: .3em;
}
.side_poster img:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}

/*※入り*/
.asterisk dt {
  	position: relative;
}
	.asterisk dt span {
  		position: absolute;
	}
	.asterisk dd {
 		padding-left:12px;
		margin-bottom:5px;
	}

.dl_abs{
	flex-wrap: wrap;
	overflow:hidden;
}
.dl_abs dt{
	width:20px;
	float:left;
}
.dl_abs dd{
	width:620px;
	float:left;
}




