@charset "utf-8";

html {
}

body {
	color: #000;
	font: 16px/1.6 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '???S?V?b?N Medium', meiryo, sans-serif;
	background: url(/img/bg_body.png);
}

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

/*--------------------------------------
	header
--------------------------------------*/
header {
	border-bottom: 1px solid #65AA04;
}

header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header #brand img{
	float: left;
	margin: 10px 0 0 10px;
	width: auto;
	height: 35px;
}
header #open_menu img {
	height: 32px;
}
header #open_menu {
	display: block;
	float: right;
	padding: 9px 10px;
	height: 33px;
	color: #fff;
	text-align: center;
	background: #65AA04;
}

header nav,
header .guide,
header #ch_size {
	display: none;
}

header nav {
	clear:both;
	position: fixed;
	top: 50px;
	z-index: 50;
	width: 100%;
}

header nav li{
	border-top: 1px solid #fff;
}

header nav li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 10px 10px 10px 50px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: no-repeat 5px center, #65AA04;
	background-size: 35px auto;
}

header nav li.sp_disaster a {
	background-image: url(/img/icon_disaster.png);
	background-size: 30px auto;
	background-position: 9px center;
}
header nav li.about a {
	background-image: url(/img/icon_about.png);
}
header nav li.member a {
	background-image: url(/img/icon_member.png);
}
header nav li.contribution a {
	background-image: url(/img/icon_contribution.png);
}
header nav li.assist a {
	background-image: url(/img/icon_assist.png);
}
header nav li.magazines a {
	background-image: url(/img/icon_magazines.png);
}
header nav li.privacy a {
	background-image: url(/img/icon_privacy.png);
}

header nav li.access a {
	background-image: url(/img/icon_access.png);
}

header nav li.recruit a {
	background-image: url(/img/bg_nav_recruit.png);
	background-size: 22px auto;
	background-position: left 12px center;
}


header nav li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

header ul.ch_lang {
	display: table;
	width: 100%;
}
header ul.ch_lang li {
	display: table-cell;
	border-left: 1px solid #fff;
}

header ul.ch_lang li:first-child {
	border-left: none;
}


header ul.ch_lang li a{
	padding: 10px 0;
	text-align: center;
}
header ul.ch_lang li a:after{
	border: none;	
}


#visual {
}

#visual li{
}


#visual .slick-slider{
	margin-bottom: 0;
}


/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	margin: 0 10px;
	padding: 4px 0;
}
#topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topicpath li {
	float: left;
	list-style: none;
	font-size: 12px;
}
#topicpath li a {
	text-decoration: none;
}

#topicpath li:after {
	content: ">";
	margin: 0 6px;
}
#topicpath li:last-child:after {
	content: none;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
}
main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

section {
	padding: 10px 10px;
}

section h2 {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 25px;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	text-align: center;
	line-height: 0.7;
}

h2 small.en {
	font-size: 14px;
	color: #6eb00b;
}


/* news */
#news_tab,
.sns_icons {
	display: none;
}

.sp_sns_icons {
	text-align: center;
    margin-bottom: 10px;
}
.sp_sns_icons p{
	margin: 10px 0;
}

.sp_sns_icons img {
	border-radius: 10px;
}

#news h2 {
	background: url(/img/bg_news_h2.png) no-repeat left 20px center;
	background-size: auto 30px;
}

#news section {
	box-sizing: border-box;
	border-radius: 10px;
}

#news section h3 {
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

#news section a.link_all {
	float: right;
	display: inline-block;
	margin: 5px;
	padding: 2px 10px;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	border-radius: 6px;
}
#news section a.link_all:hover,
#news section a.link_all:focus {
	opacity: 0.8;
}

#news section ul {
	clear: both;
	max-height: 300px;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	overflow-y: scroll;
}

#news section ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
#news section ul li:last-child {
	border-bottom: none;
}

#news section ul li .category {
	display: inline-block;
	margin-left: 15px;
	padding: 2px 20px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
}

#news section ul li .new {
	display: inline-block;
	margin-left: 5px;
	color: #f00;
	font-size: 12px;
	vertical-align: text-top;
}

#news section ul li a {
	text-decoration: none;
}
#news section ul li a:hover {
	text-decoration: underline;
}

/* news information */
#news section#information {
	margin-bottom: 20px;
	background: #65aa04;
}
#news section#information a.link_all {
	background-color: #dbf9a7;
}
#news section#information ul li .date {
	color: #65aa04;
}
#news section#information ul li .category {
	background: #65aa04;
}

/* news event */
#news section#event {
	margin-bottom: 20px;
	background: #e57b4c;
}
#news section#event a.link_all {
	background-color: #feffd2;
}
#news section#event ul li .date {
	color: #e57b4c;
}
#news section#event ul li .category {
	background: #e57b4c;
}

#news .sp_top_disaster {
	display: block;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background-color: #f24141;
}

/* search */
#search {
	border-top: 1px dotted #000;
}

#search h2 {
	background: url(/img/bg_search_h2.png) no-repeat left 20px center;
	background-size: auto 40px;
}
/* advertising */
#advertising {
	padding: 10px;
}
#advertising:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#advertising span {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 10px;
	background-color: #4472c4;
}
#advertising span::after {
	content: "";
	width: 0;
	height: 0;
	border: solid 15px transparent;
	border-left: solid 18px #4472c4;
	position: absolute;
	top: 0;
	left: 100%;
}

#advertising li {
	float: left;
	list-style: none;
	width: 120px;
	height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #fff;
}
#advertising li.example {
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #a6a6a6;
}
#advertising li:last-child {
	border: 1px solid #ffc000;
	font-size: 10px;
	line-height: 17px;
}

#advertising li a {
	box-sizing: border-box;
	display: block;
	height: 60px;
	color: #000;
	text-decoration: none;
}
#advertising li:last-child a {
	padding: 10px 3px;
}



/* search_sub */
ul.search_sub li {
	list-style: none;
	margin: 0 0 10px 0;
}

ul.search_sub li a {
	display: block;
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #65aa04;
	border-radius: 30px;
}

/* tabs */
#search ul#tabs {
	clear: both;
	list-style: none;
	height:120px;
	margin: 0;
	position:relative;
	top: 70px;
}

#search ul#tabs li {
	float: left;
	width: 25%;
	margin:0;
	position: relative;
	top: 0;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 12px;
	line-height: 13px;
	border-top: 6px solid #000;
	border-radius: 5px 5px 0 0;
	z-index: 5;
	transition: all 300ms 0s ease;
	background: no-repeat center 50px;
}

#search ul#tabs li a {
	box-sizing: border-box;
	display: block;
	height: 90px;
	padding-top: 10px;
	text-decoration: none;
}

#search ul#tabs li#tab_judge a,
#search ul#tabs li#tab_region a {
	padding-top: 5px;
}

#search ul#tabs li.active,
#search ul#tabs li:hover,
#search ul#tabs li:focus {
	top: -40px;
}

/* contents */
#search div {
	clear: both;
	display: none;
	position: relative;
	background: #fff;
	z-index: 10;
	border: 20px solid #ffb236;
	border-radius: 0 0 8px 8px;
}
#search div::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#search div.active {
	display: block;
}

#search div section {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 15px;
}
#search div section:nth-child(odd) {
	clear: both;
}

#search div section h3 {
	margin-bottom: 8px;
	padding: 2px 0 2px 10px;
	font-family: "Rounded Mplus 1c";
	border-top: 5px solid #000;
	border-bottom: 1px solid #c9c9c9;
}

#search div section ul {
	list-style: none;
}

#search div section ul li {
	margin: 0 0 5px 0;
	background: no-repeat auto 50%;
}

#search div section ul li a {
	position: relative;
	display: inline-block;
	padding-left: 12px;
	text-decoration: none;
}
#search div section ul li a::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #ff69b4;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}


/* volunteer */
#search ul#tabs li#tab_volunteer {
	background-color: #ffb236;
	background-image: url(/img/icon_volunteer.png);
	background-size: auto 30px;
	border-top-color: #e58410;
}
#search ul#tabs li#tab_volunteer a {
	color:#8e5414;
}

#search div#contents_volunteer {
	border-color: #ffb236;
}

#search div#contents_volunteer section h3 {
	color: #e58410;
	border-top-color: #ffb236;
}

#search div#contents_volunteer section ul li a::before {
	border-left-color: #e58410;
}

#search div#contents_volunteer #volunteer_list {
	width: 100%;
	text-align: center;
}

#search div#contents_volunteer #volunteer_list a {
	clear: both;
	position: relative;
	display: block;
	padding: 10px;
	line-height: 1.3;
	text-align: center;
	color: #e3a245;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #ffb236;
	background: linear-gradient(to bottom, #fff 0%, #ececec 100%);
}


/* difficulty */
#search ul#tabs li#tab_difficulty {
	background-color: #ffd3d6;
	background-image: url(/img/icon_difficulty.png);
	background-size: auto 30px;
	border-top-color: #dd66a7;
}
#search ul#tabs li#tab_difficulty a {
	color:#511238;
}

#search div#contents_difficulty {
	border-color: #ffd3d6;
}

#search div#contents_difficulty section h3 {
	color: #dd66a7;
	border-top-color: #ffd3d6;
}

#search div#contents_difficulty section ul li a::before {
	border-left-color: #dd66a7;
}

/* judge */
#search ul#tabs li#tab_judge {
	background-color: #C0E693;
	background-image: url(/img/icon_judge.png);
	background-size: auto 30px;
	border-top-color: #65aa04;
}
#search ul#tabs li#tab_judge a {
	color:#405917;
}

#search div#contents_judge {
	border-color: #C0E693;
}

#search div#contents_judge section h3 {
	color: #65aa04;
	border-top-color: #C0E693;
}

#search div#contents_judge section ul li a::before {
	border-left-color: #65aa04;
}

/* region */
#search ul#tabs li#tab_region {
	background-color: #95cef9;
	background-image: url(/img/icon_region.png);
	background-size: auto 30px;
	border-top-color: #3e89c1;
}
#search ul#tabs li#tab_region a {
	color:#12415e;
}
#search div#contents_region {
	border-color: #95cef9;
}

#search div#contents_region section h3 {
	color: #3e89c1;
	border-top-color: #95cef9;
}

#search div#contents_region section ul li a::before {
	border-left-color: #3e89c1;
}

#map h2 {
	background: url(/img/bg_map_h2.png) no-repeat left 20px center;
	background-size: auto 30px;
}

#map .widearea {
	display: block;
	margin-left: 0.5em;
	margin-bottom: 10px;
	color: #ed7d31;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ed7d31;
	border-radius: 10px;
	background: #fff;
}

ul.district_list li{
	list-style:none;
	margin-left: 0;
}

ul.district_list li a{
	box-sizing: border-box;
	float: left;
	display: block;
	width: 50%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
}
ul.district_list li.east a{
	background: #EF9ECC;
	color: #931262;
}
ul.district_list li.center a{
	background: #EFC822;
	color: #5B500E;
}
ul.district_list li.west a{
	background: #8FD7EF;
	color: #0D4351;
}

#maparea{
	display: none;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	margin-top: 30px;
	border-top: 2px solid #65AA04;
}

footer aside {
	margin: 0 10px;
	font-size: 13px;
}

footer aside img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
footer .link {
	padding: 0 10px;
}

footer .link ul {
	margin-bottom: 10px;
	border-top: 1px solid #0073BB;
}

footer .link ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

footer .link ul li{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	border: 1px solid #0073BB;
	border-top: none;
}

footer .link ul li:nth-child(even){
	border-left: none;
}

footer .link ul li a{
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #222;
	font-size: 13px;
	background: #fff;
}

footer .link ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #0073BB;
	border-right: 2px solid #0073BB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer .link .facebook {
}
footer .link .facebook img {
	width: 100%;
}

footer .link .disaster {
	display: block;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background-color: #f24141;
}

footer .facebook .footer_fb_banner {
	display: none;
}

footer .other {
	text-align: center;
	font-size: 14px;
}

footer .copyright {
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}

