@charset "utf-8";

html{
	/*font-size: 10px;*/
	font-size: 62.5%;
}

body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.8;
	letter-spacing: 0;
	color: #333333;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
#footerInner:after,
hr{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html header:after,
*:first-child+html #wrapper:after,
*:first-child+html section:after,
*:first-child+html #footerInner:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.alignleft{
	margin: 0 30px 30px 0;
	float: left;
}

.alignright{
	margin: 0 0 30px 30px;
	float: right;
}

.aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone{ vertical-align: top;}

.alignleft,.alignright,.aligncenter,.alignnone{
	max-width: 100%;
	height: auto;
}

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

/**************************************************
 header
**************************************************/
header{
	width: 100%;
	min-width: 1000px;
	margin: auto;
}

h1{
	width: 30%;
	height: 80px;
	float: left;
	margin: 20px 0 0 40px;
}

h1 img{
	max-width: 300px;
	width: 100%;
	height: auto;
}

/**************************************************
 globalNavi
**************************************************/
#globalNavi{
	width: 60%;
	height: 100px;
	position: absolute;
	display: block;
	right: 0;
}
#globalNavi ul{
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

#globalNavi ul li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);/*202208*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	font-family:   font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight:bold;
	/*202208*/
}

#globalNavi ul li a{
	width: 100%;
	height: 100px;
	color: #1D344C;
	padding: 35px 0 40px;
	display: block;
}

#globalNavi ul li a:hover{ background-color: #F8F8F1;}

#globalNavi ul li:nth-child(1) > a{	border-top: 5px solid #DCAA0F;}
#globalNavi ul li:nth-child(2) > a{	border-top: 5px solid #EE869A;}
#globalNavi ul li:nth-child(3) > a{	border-top: 5px solid #67A3C7;}
#globalNavi ul li:nth-child(4) > a{	border-top: 5px solid #339082;}
#globalNavi ul li:nth-child(5) > a{	border-top: 5px solid #59BBC6;}

#globalNavi ul li:nth-child(1) > a:hover{	color: #DCAA0F;}
#globalNavi ul li:nth-child(2) > a:hover{ color: #EE869A;}
#globalNavi ul li:nth-child(3) > a:hover{ color: #67A3C7;}
#globalNavi ul li:nth-child(4) > a:hover{ color: #339082;}
#globalNavi ul li:nth-child(5) > a:hover{ color: #59BBC6;}


#gmenu{
	width: 50px;
	height: 50px;
	display: none;
	cursor: pointer;
	background: url(../img/gmenu.png) no-repeat center center #339082;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
}
#gmenu.selected{background: url(../img/gmenu.png) no-repeat center center #36949E;}

/**************************************************
 hdBar
**************************************************/
#hdBar{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #339082;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- AndroidA￡A’a?“A￡A’AcA￡a??A|A￡a??A¶A§a??A¨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#userNavi{
	width: 60%;
	height: 60px;
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- AndroidA￡A’a?“A￡A’AcA￡a??A|A￡a??A¶A§a??A¨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
#userNavi li{
	width: calc(100% / 3);
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	list-style: none;
	font-family: "新ゴ M",sans-serif;
	background-color: #000000;
}

#userNavi li:nth-child(1) a{ background-color: #59BBC6;}
#userNavi li:nth-child(2) a{ background-color: #6697C8;}
#userNavi li:nth-child(3) a{ background-color: #EE869A;}

#userNavi li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	padding: 15px 0;
}

#userNavi li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

#searchNavi{
	width: 40%;
	margin: 0;
	margin-left: auto;/*202208*/
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- AndroidA￡A’a?“A￡A’AcA￡a??A|A￡a??A¶A§a??A¨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

#searchNavi li{
	padding: 20px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	list-style: none;
	font-family: "新ゴ M",sans-serif;
}

#searchNavi li a{	color: #FFFFFF;}

#searchHanger{
	margin: -5px 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: none;
	font-size: 12px;
	font-size: 1.2rem;
}

#searchHanger input[type="text"]{
	width: 180px;
	height: 30px;
	background-color: #FFFFFF;
	padding: 0 10px;;
	border-radius: 0.3rem 0 0 0.3rem;
	border: none;
	float: left;
}

#searchHanger input[type="image"]{
	width: 30px;
	height: 30px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-radius: 0 0.3rem 0.3rem 0;
	border-right: none;
	float: right;
}

li#fontBtn{
	height: 100%;
	cursor: pointer;
}

li#fontBtn.On{
	background-color: #E0854E;
	color: #FFFFFF;
}

#fontSize{
	position: absolute;
	padding: 15px;
	background-color: #E0854E;
	border-top: none;
	top: 60px;
	right: 0;
	z-index: 1001;
	display: none;
}

#fontSize dl{
	margin: 10px 0 0 0;
}

#fontSize dl dt{
	margin: 0 10px 0 0;
	padding: 5px 0;
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
}

#fontSize dl dd{
	display: inline-block;
	float: right;
	padding: 5px 15px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #FFFFFF;
	color: #339082;
	cursor: pointer;
}

#fontSize dl dd:nth-of-type(2){ border-radius: 0.5rem 0 0 0.5rem;}
#fontSize dl dd:nth-of-type(1){ border-radius: 0 0.5rem 0.5rem 0;}

#fontSize dl dd:hover,
#fontSize dl dd.selected{
	background: #339082;
	color: #FFFFFF;
}

#hmenu{
	width: 50px;
	height: 50px;
	display: none;
	cursor: pointer;
	background: url(../img/hmenu.png) no-repeat center center #00698C;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
}
#hmenu.selected{background: url(../img/hmenu.png) no-repeat center center #2D7D72;}


/**************************************************
 newsHanger
**************************************************/
#newsHanger dl{
	margin: 0;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

#newsHanger dl dt{
	font-size: 12px;
	font-size: 1.2rem;
}

#newsHanger dl dt span{
	width: 150px;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 2px 0;
	border-radius: 5rem;
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFFFFF;
	text-align: center;
}
#newsHanger dl dt span.news_victims{ background-color: #59BBC6;}
#newsHanger dl dt span.news_citizen{ background-color: #6697C8;}
#newsHanger dl dt span.news_supporter{ background-color: #EE869A;}

#newsHanger dl dd{
	font-size: 14px;
	font-size: 1.4rem;
	margin: -22px 0 0 250px;
	padding: 0;
}

#newsHanger dl a{color: #333333;}
#newsHanger dl a:hover{color: #F47660;}


/**************************************************
 pickup
**************************************************/
#pickup{
	width: 100%;
	background: url(../img/bg_close.png) repeat 0 0;	
}
#pickup .inner{
	width: 80%;
	margin: auto;
	padding: 50px 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- AndroidA￡A’a?“A￡A’AcA￡a??A|A￡a??A¶A§a??A¨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#pickup h3 {
	margin: 0;
	padding: 30px 0 20px 0;
	background: none;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center;
	font-family: "新ゴ M",sans-serif;
}
#pickup h3::before{ display: none;}

#pickup dl{
	width: 32%;
	margin: 0;
	border: 4px solid;
	background-color: #FFFFFF;
	text-align: center;
	box-shadow:10px 10px 0px 0px rgba(0,0,0,0.20);
	-moz-box-shadow:10px 10px 0px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow:10px 10px 0px 0px rgba(0,0,0,0.20);
}
#pickup dl:nth-child(1){ border-color: #59BBC6;}
#pickup dl:nth-child(2){ border-color: #339082;}
#pickup dl:nth-child(3){ border-color: #EE869A;}

#pickup dl:hover{ border-color: #004030;}

#pickup dl a{ color: #606060;}
#pickup a { text-decoration: none;}

#pickup dl dd span{
	padding: 20px 20px 0 20px;
}
#pickup dl dt img{
	width: 100%;
	height: auto;
}

#pickup dl dd{
	padding: 0 20px 20px 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
#pickup dl dd span{
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
}
#pickup dl:nth-child(1) a dd span{ color: #59BBC6;}
#pickup dl:nth-child(2) a dd span{ color: #339082;}
#pickup dl:nth-child(3) a dd span{ color: #EE869A;}

.aboutMenu{
	width: 100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- AndroidA￡A’a?“A￡A’AcA￡a??A|A￡a??A¶A§a??A¨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

.aboutMenu p{
	width: 49%;
	margin: 0.5% 0;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.aboutMenu p a{
	display: block;
	width: 100%;
	padding: 20px 0;
	background-color: #FFFFFF;
	border: 4px solid #E0854E;
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.20);
	color: #E0854E;
}

.aboutMenu p a:hover{	border-color: #004030;}

/**************************************************
 pageTop
**************************************************/
#pageTop{
	position: fixed;
	bottom: -90px;
	right: 30px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

#pageTop img{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	cursor: pointer;
}

#pageTop img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/**************************************************
 footer
**************************************************/
footer{
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	background-color: #F8F8F1;
}

footer p{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0 0 0;
}

footer p strong{
	font-size: 17px;
	font-size: 1.7rem;
	color: #339082;
}

footer a{color: #339080;}
footer a:hover{text-decoration: underline;}

footer ul { padding: 0;}

footer ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-size: 1.5rem;
	border-right: 1px solid #CCCCCC;
}
footer ul li:last-child{ border: none;}

footer ul li a{
	display: block;
	margin: 0;
	padding: 0 10px;
}

.copyright{
	font-size: 13px;
	font-size: 1.3rem;
}


/**************************************************
 Responsive
**************************************************/
.sp_only{display:none;}
@media screen and (max-width: 640px){
	.pc_only{display:none;}
	.sp_only{display:block;}
	.alignleft,.alignright,.aligncenter,.alignnone{
		width: inherit;
		margin: 0 auto 10px auto;
		float: none;
		display: block; 
	}	
	p .aligncenter{	margin: 0 auto;}

	/** header ********************/
	header{
		min-width: 100%;
		height: 50px;
	}

	#headerInner{width: 100%;}

	h1{
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 0 10px;
		padding: 4px 0 0 0;
		line-height: 1;
		background: none;
	}

	h1 img{
		width: auto;
		height: 42px;
	}

	/** globalNavi ********************/
	#globalNavi{
		position: absolute;
		top: 50px;
		display: none;
		width: 100%;
		min-width: 100%;
		height: auto;
		background: rgba(51,144,130,0.90);
		z-index: 1100;
	}
	
	#hdBar{
		position: absolute;
		top: 50px;
		display: none;
		width: 100%;
		min-width: 100%;
		height: auto;
		background: rgba(94,177,220,0.95);
		z-index: 1100;
	}

	#globalNavi ul li,
	#hdBar ul li{
		display: block;
		width: 100%;
		height: auto;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0;
		background: none;
	}

	#globalNavi ul li a,
	#hdBar ul li a{
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0;
		color: #FFFFFF;
		border: none;
		text-align: center;
	}
	
	#globalNavi ul li a:hover,
	#hdBar ul li a:hover{
		background-color: #F8F8F1;
	}
	
	#userNavi{
		width: 100%;
		height: auto;
	}
	#searchNavi{ width: 100%;}
	
	#globalNavi ul li:nth-child(1) > a,
	#globalNavi ul li:nth-child(2) > a,
	#globalNavi ul li:nth-child(3) > a,
	#globalNavi ul li:nth-child(4) > a,
	#globalNavi ul li:nth-child(5) > a{	border: none;}

	#globalNavi ul li:nth-child(1) > a:hover{	color: #DCAA0F;}
	#globalNavi ul li:nth-child(2) > a:hover{ color: #EE869A;}
	#globalNavi ul li:nth-child(3) > a:hover{ color: #67A3C7;}
	#globalNavi ul li:nth-child(4) > a:hover{ color: #339082;}
	#globalNavi ul li:nth-child(5) > a:hover{ color: #59BBC6;}

	#globalNavi ul li:hover,
	#globalNavi ul li.cur{background: none;}

	#globalNavi ul li a.cur{color: #FFFFFF;}
	#globalNavi ul li a:hover{color: #5FB2DC;}

	#hdBar ul li a:hover,
	#userNavi li a:hover{ color: #59BBC6;}

	#userNavi li:nth-child(1) a,
	#userNavi li:nth-child(2) a,
	#userNavi li:nth-child(3) a{ background-color: transparent;}

	#searchHanger,
	#hdBar ul li#fontBtn{display: none;}
	#gmenu,#hmenu{display: block;}

	/***** pickup ********************/
	#pickup .inner{
		width: 100%;
		padding: 20px;
	}
	#pickup dl{
		width: 100%;
		margin: 10px;
	}
	#pickup a{
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;/*--- AndroidA￡A’a?“A￡A’AcA￡a??A|A￡a??A¶A§a??A¨ ---*/
		-ms-flex-pack: justify;/*--- IE10 ---*/
		align-items: center;
	}
	#pickup dl dt{ width: 40%;}
	#pickup dl dd{
		width: 60%;
		padding: 10px;
		text-align: left;
	}
	#pickup dl dd span{
		padding: 0;
		font-size: 20px;
		font-size: 2.0rem;
	}	

	.aboutMenu p{
		width: 100%;
		margin: 10px;
		padding: 0;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.aboutMenu p a{ padding: 10px;}
	
	/** newsHanger ********************/
	#newsHanger dl dd{
		margin: 0;
	}

	/** footer ********************/
	footer p{ margin-top: 10px;}
	footer ul li{
		display: block;
		border: none;
	}
	footer ul li a{
		padding: 0;
	}
	footer p{
		float: none;
		font-size: 9px;
		font-size: 0.9rem;
		padding: 25px 0 0 0;
		text-align: center;
	}

}