
/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
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, 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;
}
.info_kaisai {
  background: #fff;
  border: 3px solid #BB0000;
  padding: 10px;
  margin:20px 10px 10px;
  font-size: 17px;
  width:915px;
}

/*resetここまで*/

/*
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


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

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


/*Google アイコン用*/
/* Material icons*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKit*/
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safari*/
  text-rendering: optimizeLegibility;
 
  /* Firefox*/
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}



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

body {
	height:100%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	/*font-size:87%;*/
	font-size:87%;
	line-height:160%;
	position:relative;
	background: url(../img/bgbody.png) left top repeat-x;
	-webkit-text-size-adjust: 100%; 
}

/*フォント*/

html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 1.6;
}
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: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}


font-min {
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*
* html body {  
	font-size:100%;
}

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

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;
}
.info_kaisai {
  width: 400px;
  font-size: 14px;
}

}

@media print {

.hidden-sm {
    display: block!important;
}
.visible-sm {
    display: none!important;
}
.visible-xs {
    display: none!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;}
.all10 {padding:10px;}
.all1em {padding:1em;}
.lr10 {padding:0 10px;}
.b {font-weight:bold;}
.underline {text-decoration:underline;}

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

.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;
}
.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#488E00;}
.color_orange {color:#EC6C00;	}
.caution {color:#c50018;}
.border {border:#aaa solid 1px;}

.del_red {
	color: #ff0000;
}
.del_red span {
	color: #000;
}

.hr03 {
	margin: 2em 0;
	border: none;
	border-top: 3px solid #fff;
}


a {
	color:#2c4197;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#d75252;
	text-decoration: none;
}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }

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

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

#wrapper {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	/*overflow: hidden;*/
}




/*ヘッダー
------------------------------------------------------*/
@media screen and (min-width: 641px){

	header {
		width: 1200px;
		height: 120px;
		margin: 0 auto;
		background: url("../img/bg_header.png") center top no-repeat;
	}

	#logo {
		display: block;
		width: 1200px;
		height: 56px;
	}
	
.visible-sm {
    display: none!important;
}

}

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

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


}

/*PC用メインメニュー
------------------------------------------------------*/
#topMenu {
	margin-left: 288px;
}
.menu {
	padding:0px 0;
}
.menu {
    position: relative;
    width: 920px;
    height: 32px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 188px; /* グローバルナビ4つの場合 */
    height: 30px;
    line-height: 30px;
    background: #fff;
	margin: 1px;
}

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

.menu > li a:hover,
.menu > li a.crt {
    color: #fff;
	background: #d4213e;
}


/*日本語 btn
------------------------------------------------------*/
.menu > li.btn_lang {
    background: #002965;
	width: 150px;
}

.menu > li.btn_lang a {
    color: #ffff00;
}

.menu > li.btn_lang a:hover,
.menu > li.btn_lang a.crt {
    color: #fff;
	background: #969696;
}

/*English btn
------------------------------------------------------*/
.menu > li.btn_en {
    background: #002965;
}

.menu > li.btn_en a {
    color: #ffff00;
}

.menu > li.btn_en a:hover,
.menu > li.btn_en a.crt {
    color: #fff;
	background: #969696;
}




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

@media screen and (min-width: 641px){
#gNaviArea {
	width:250px;
	float: right;
	/*min-height: 100%;*/
	height: auto !important;
	/*padding-bottom: 10000px;
	margin-bottom: -10000px;*/
	background: #fff;
	/*
	margin-top:5px;
	-webkit-box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
　	-moz-box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
　	box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
	z-index:999px;
	*/
}

#gNavi {
	display:block;
	width:248px;
	/*height:895px;*/
	margin:0px auto 20px;
}
#gNavi li {
	display:table;
	width:248px;
	margin: 2px 0 0 2px;
}
#gNavi li a {
	display:table-cell;
	width:248px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-weight: 500;
}


#gNavi li .btn {
	height: 39px;
	color: #002965;
	font-size: 16px;
	font-weight: 600;
	background: #29abe2;
	
}
	#gNavi li .btn span {
		display: block;
		padding: 0px;
	}
	#gNavi li .btn:hover {
		background: #005bab;
		color: #1ea0d2;
	}

#gNavi li .btn.btn02 {
	background: #D94437;
}

	
/* Fixed 
#gNaviArea.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 50px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
*/

	
#gNaviBox {
	width:950px;
	min-height: 82px;
	height: auto !important;
	/*padding-bottom: 10000px;
	margin-bottom: -10000px;*/
	background: #002965;
	/*
	margin-top:5px;
	-webkit-box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
　	-moz-box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
　	box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
	z-index:999px;
	*/
}

#gNaviTop {
	display:block;
	width:430px;
	/*height:895px;*/
	margin:0px auto;
	padding: 15px 0;
}
#gNaviTop li {
	display:inline;
}
#gNaviTop li a {
	display:table-cell;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-weight: 500;
}


#gNaviTop li .btn {
	height: 39px;
	color: #fff;
	font-size: 1.0em;
	font-weight: 600;
}
	#gNaviTop li .btn span {
		display: block;
		padding: 5px 0px;
	}
	#gNaviTop li .btn:hover {
		color: #1ea0d2;
	}
	
#gNaviTop li .btn_crt {
	display: block;
	padding: 14px 15px;
	/*height: 22px;*/
	color: #1ea0d2;
	font-size: 14px;
	background: #005bab;
}
#gNaviTop li .btn.btn02 {
	background: #D94437;
}	


}



@media screen and (max-width: 640px){
	
/*スマホ用メニュー ここから*/	
#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
	top: 2px;
	right: 0px;
  border-radius: 0%;
  background: #f2f2f2;
}
#panel-btn:hover{
  background: #ccc;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 4px;
  margin: -1px 0 0 -12px;
  background: #002965;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 4px;
  background: #002965;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -12px;
}
#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:250px;
	padding: 10px;
  	position: absolute;
  	z-index: 5;
  	top: 5.5%;
  	/*bottom: 0;　高さを100%にする*/
  	right: 0;
  	padding: 0;
  	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.7);
}
#panel ul {
	margin: 10px auto;
}
#panel li {
	display:table;
	width:230px;
	height: 20px;
	margin: 0 auto 2px;
	background: #fff;
}
#panel li a {
	display:table-cell;
	width:230px;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP';
	font-size: 100%;
	font-weight: 500;
}


#panel li .btn {
	height: 20px;
	color: #002965;
	font-size: 14px;
}
	#panel li .btn span {
		display: block;
		padding: 0px 0px;
		margin-left: 15px;
		
	}
	#panel li .btn:hover {
		background: #d4213e;
		color: #fff;
	}
	
#panel li .btn_crt {
	height: 20px;
	color: #fff;
	font-size: 14px;
	background: #d4213e;
}
	#panel li .btn_crt span {
		height: 20px;
		padding: 0px 0px;
		margin-left: 15px;
		
	}

/*ネイビー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: 641px){
#panel {/*スマホ用メニュー非表示*/
	display:none;
}
}

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


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

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


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

/*contentsAreaHome は style.css*/

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


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


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

	#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: 100px;
	}

}




/*フッター
------------------------------------------------------*/
	
footer {
	padding-top: 10px;
	clear: both;
	width:100%;
	height: auto;
	min-height: 187px;
	background: #fff;
}
.copyright {
	width:1200px;
	height: 47px;
	margin:0 auto;
	line-height: 47px;
	padding-top:5px;
	color:#999999;
	font-size: 0.9em;
}

@media screen and (max-width: 640px){
footer {
	clear: both;
	width:100%;
	height: auto;
	background: #fff;
}
.copyright {
	width:100%;
	margin:0 auto;
	padding:5px 0;
	color:#999;
	font-size: 0.9em;
	text-align: center;
}
}


/*事務局
------------------------------------------------------*/
#contactInfo {
	width: 1200px;
	height:auto;
	min-height: 140px;
	margin:0px auto;
	clear: both;
	background: #808080;
}
	#contactInfo #tit_contactInfo {
		width:365px;
		height:32px;
		background: #005bab;
	}
	#contactInfo .office {
		padding: 10px 0;
		}
		#contactInfo .office01 {
		display: inline-block;
		width:600px;
		padding: 0px;
		float: left;
		}
		#contactInfo .office01 h4 {
			width:100px;
			height:auto;
			min-height: 100px;
			float: left;
			margin:0px 20px 0px 0;
			padding-top: 40px;
			text-align: center;
			line-height: 30px;
			font-size:1.1em;
			font-weight:500;
			color:#fff;
			background: #8c8c8c;
		}
		#contactInfo .office01 h5 {
			padding:15px 0px 0 0px;
			font-size:1.1em;
			font-weight:700;
			color:#fff;
		}
		#contactInfo .office01 p {
			padding:5px 0px 0px 0px;
			font-size:0.8em;
			font-weight:600;
			color: #fff;
		}
		#contactInfo .office01 a {
			color: #00ffff;
		}
		#contactInfo .office01 a[href*="tel:"] {
			color: #fff;
		}
	#contactInfo .line {
		padding-bottom:10px;
		border-top:1px solid #C2DCEE;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}

#contactInfo .inquiry {
	padding: 0 1em 1em;
}
	#contactInfo .inquiry .note {
		font-size:0.8em;
		font-weight:normal;
		line-height: 1.4;
		margin-left: 1em;
	}

	
	
@media screen and (max-width: 640px){
	
#contactInfo {
	width: 100%;
	height: auto;
	margin:0 auto;
	padding-bottom:20px;
}
	#contactInfo #tit_contactInfo {
		width:100%;
		background:#005bab;
		text-indent:-9999px;
	}
	#contactInfo .office {
		padding: 10px 0;
		float: none;
		}
		#contactInfo .office01 {
		display: block;
		width:100%;
		padding: 0;
		margin:0 auto;
		}
		#contactInfo .office01 h4 {
			width:95%;
			min-height: 40px;
			float: none;
			padding:2% 0 0 5%;
			margin: 0px;
			text-align: left;
			line-height: 30px;
			font-size:1.1em;
			font-weight:500;
			color:#fff;
			background: #8c8c8c;
		}
		#contactInfo .office01 h5 {
			padding:10px 0px 0 5%;
			font-size:1.05em;
			font-weight:700;
			color:#fff;
		}
		#contactInfo .office01 p {
			padding:0px 0px 20px 5%;
			font-size:1.0em;
			font-weight:600;
			line-height:1.5;
			color: #fff;
		}
		#contactInfo .office01 a {
			color: #00ffff;
		}
		#contactInfo .office01 a[href*="tel:"] {
			color: #00ffff;
		}
}












