@charset "utf-8";

body {
	color: #000;
/*	font: 16px/1.6 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;*/
	font: 400 17px/1.4 "Rounded Mplus 1c" , meiryo, sans-serif;
	background: url(/img/bg_body.png);
}

a img:hover,
a img:focus {
	opacity: 0.8;
}

a ,p,li,strong,b,h3,h4,h5,.side_nav div {
	transform: rotate(0.05deg);
}
a img,p img {
	transform: rotate(-0.05deg);
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	height: 196px;
	overflow: hidden;
	padding-top: 15px;
}

header #brand {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
header #brand a{
	position: relative;
	z-index: 1000;
}

header #open_menu,
header ul.ch_lang {
	display: none;
}


/* header nav */
header nav {
	clear: both;
	padding: 3px 0;
	background: #65aa04;
	border-bottom: 3px solid #405119;
}

header nav ul {
	width: 1000px;
	height: 100px;
	height: 80px;
	margin: auto;
	padding: 3px 0;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}

header nav li {
	float: left;
}
header nav li + li {
	border-left: 1px dashed #fff;
}

header nav li a {
	box-sizing: border-box;
	display: block;
	width: 136px;
	height: 94px;
	height: 74px;
	margin: 3px;
	padding-top: 60px;
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background:url(/img/bg_nav.png) no-repeat;
}
header nav li.sp_disaster a {
	display: none;
}
header nav li.about a {
	font-size: 17px;
}
header nav li.member a {
	background-position: -143px 0;
	background-position: -146px 0;
}
header nav li.contribution a {
	background-position: -286px 0;
	background-position: -290px 0;
}
header nav li.assist a {
	width: 134px;
	background-position: -429px 0;
	background-position: -434px 0;
}
header nav li.magazines a {
	background-position: -572px 0;
	background-position: -577px 0;
}
header nav li.privacy a {
	font-size: 17px;
	background-position: -715px 0;
	background-position: -720px 0;
}

/*
header nav li.access a {
	font-size: 17px;
	background-position: -858px 0;
	background-position: -864px 0;
}
*/

header nav li.access a {
	display: none;
}


header nav li.recruit a {
	background:url(/img/bg_nav_recruit.png) no-repeat center 2px;
}

header nav li.recruit a:hover {
	background:url(/img/bg_nav_recruit_active.png) no-repeat center 2px;
	background-color: #d0e5b3;
}

header nav li a:hover,
header nav li a:focus {
	color: #000;
	background-image: url(/img/bg_nav_active.png);
	background-color: #d0e5b3;
	border-radius: 10px;
}

header .guide {
	position: relative;
	z-index: 50;
	top: -190px;
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

header .guide label {
	position: absolute;
	top: 0;
	right: 300px;
}

header .guide select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 10px;
	color: #fff;
	background: #65aa04;
}
header .guide select::-ms-expand {
	display: none;
}

header .guide label::after {
	display: inline-block;
	content: "▼";
	position: relative;
	left: -27px;
	height: 40px;
	padding-left: 5px;
	line-height: 40px;
	font-size: 12px;
	border-left: 1px solid #fff;
	pointer-events: none;
}

/* ch_size */
header #ch_size {
	position: absolute;
	top: 0;
	right: 105px;
	display: inline-block;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	border: 1px solid #000;
	background-color: #fff;
}

header #ch_size a {
	display: inline-block;
	width: 30px;
	height: 40px;
	padding: 0;
	text-align:center;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
	cursor:pointer;
}

header #ch_size a#now_size,
header #ch_size a:hover,
header #ch_size a:focus {
	background: #dbf9a7;
}


/* link */
header ul.link {
	list-style: none;
}

header ul.link li {
	display: inline-block;
	margin-left: 13px;
	background:url(/img/icon_arrow.png) no-repeat 0 center;
}

header ul.link li a {
	display: block;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
}

header ul.link .access {
	margin-left: 0;
	background-image: none;
}

header ul.link .access a {
	padding: 5px 30px;
	color: #fff;
	background-color: #65aa04;
	border-radius: 10px;
}

header ul.link .access a:hover {
	text-decoration: none;
	opacity: 0.8;
}


header ul.link li a:hover,
header ul.link li a:focus {
	text-decoration: underline;
}

/* disaster */
header .guide .disaster {
	margin-left: 0;
	background: none;
}

header .guide .disaster a{
	box-sizing: border-box;
	display: inline-block;
	width: 90px;
	height: 80px;
	margin-left: 10px;
	padding: 55px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #f24141 url(/img/icon_disaster.png) no-repeat center 5px;
	border-radius: 10px;
}

header .guide .disaster a:hover,
header .guide .disaster a:focus {
	opacity: 0.8;
	text-decoration: none;
}


/* visual */
#visual {
	clear: both;
	padding: 15px 0;
	border-bottom: 3px solid #65aa04;
}


#visual img {
	margin: 0 30px;
}

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

#visual .slick-prev,
#visual .slick-next {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 59px;
	z-index: 20000;
}
#visual .slick-prev{
	margin-left: -385px;
}
#visual .slick-prev:before{
	content: url("/img/icon_prev.png");
	display: inline-block;
}

#visual .slick-next {
	margin-left: 320px;
}
#visual .slick-next:before{
	content: url("/img/icon_next.png");
}

main {
	display: block;
}

main > section{
	clear: both;
	width: 1000px;
	margin: 30px auto;
}

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

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


/* #news_wrapper */
#news_wrapper {
	position: relative;
}

/* news_tab */
#news_tab {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1000000;
}

#news_tab li {
	display: block;
	height: 160px;
	list-style: none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	border: 1px solid ;
	border-left: none;
	border-radius: 0 10px 10px 0;
}
#news_tab li.link_volunteer_pdf {
	height: 210px;
	border-color: #ffc000;
	background-color: #ffd993;
}
#news_tab li.link_map {
	border-color: #5b9bd5;
	background-color: #98bce4;
}
#news_tab li.link_common {
	border-color: #70ad47;
	background-color: #a8cd96;
}
#news_tab li a {
	box-sizing: border-box;
	display: block;
	height: 160px;
	width: 65px;
	padding: 10px;
	font-size: 17px;
	text-decoration: none;
	color: #000;
}
#news_tab li.link_volunteer_pdf a {
	height: 210px;
}
#news_tab li.link_map a {
	padding: 45px 23px;
}
#news_tab li.link_common a {
	padding: 35px 10px;
}

#advertising.fixed,
#news_tab.fixed {
	position: fixed;
	top: 0;
}
/* advertising */
#advertising {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 120px;
	z-index: 1000000;
}

#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 {
	list-style: none;
	width: 120px;
	height: 60px;
	margin-bottom: 10px;
	background-color: #fff;
}
#advertising li.example {
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #a6a6a6;
}
#advertising li:last-child {
	margin-top: 20px;
	border: 1px solid #ffc000;
	font-size: 10px;
	font-weight: bold;
	height: auto;
}

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


/* news */
#news {
	width: 1000px;
	margin: 30px auto;
}
.sp_sns_icons {
	display: none;
}

.sns_icons {
	float: left;
	margin-top: -20px;
	margin-left: 30px;
}

.sns_icons p{
	margin-bottom: 15px;
}
.sns_icons a+a{
	margin-left: 20px;
}

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

#news h2 {
	width: 150px;
	min-height: 51px;
	padding: 30px 0 0 75px;
	background: url(/img/bg_news_h2.png) no-repeat 0 center;
}

#news section {
	box-sizing: border-box;
	float: left;
	width: 475px;
	margin: 25px 12px;
	padding: 10px;
	border-radius: 10px;
}

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

#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: 500px;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	overflow-y: scroll;
}

#news section ul li {
	margin: 0;
	padding: 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: 15px;
	color: #f00;
	font-size: 15px;
}

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

/* news information */
#news section#information {
	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-right: 0;
	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;
}

.sp_top_disaster {
	display: none;
}

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

#search h2 {
	width: 170px;
	min-height: 62px;
	margin: 30px auto;
	padding-left: 55px;
	background: url(/img/bg_search_h2.png) no-repeat 0 center;
}

/* search_sub */
ul.search_sub {
	float: right;
	margin-top: -100px;
	margin-right: 20px;
	list-style: none;
}

ul.search_sub li {
	margin-bottom: 15px;
}

ul.search_sub li a {
	position: relative;
	display: inline-block;
	width: 250px;
	padding: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #65aa04;
	border-radius: 30px;
}
ul.search_sub li a::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 20px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
ul.search_sub li a:hover,
ul.search_sub li a:focus {
	opacity: 0.7;
}



/* 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%;
	height:120px;
	margin:0;
	position: relative;
	top: 0;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 20px;
	line-height: 20px;
	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:120px;
	padding-top: 12px;
	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: -70px;
}

/* 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 {
	float: left;
	width: 440px;
	margin: 20px;
}
#search div section:nth-child(odd) {
	clear: both;
}

#search div section h3 {
	padding: 5px 0 5px 15px;
	font-family: "Rounded Mplus 1c";
	font-size: 20px;
	border-top: 5px solid #000;
	border-bottom: 1px solid #c9c9c9;
}

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

#search div section ul li {
}

#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);
	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: inline-block;
	width: 440px;
	padding: 20px 0;
	text-align: center;
	color: #e3a245;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #ffb236;
	background: linear-gradient(to bottom, #fff 0%, #ececec 100%);
}
#search div#contents_volunteer #volunteer_list a:hover {
	opacity: 0.5;
}
#search div#contents_volunteer #volunteer_list a::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #e58410;
	position: absolute;
	top: 50%;
	left: 50px;;
	margin-top: -4px;
}


/* difficulty */
#search ul#tabs li#tab_difficulty {
	background-color: #ffd3d6;
	background-image: url(/img/icon_difficulty.png);
	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);
	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);
	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 */
#map {
	position: relative;
	border-top: 1px dotted #000;
}
#map h2 {
	width: 280px;
	min-height: 58px;
	padding-top: 10px;
	padding-left: 50px;
	margin: 30px auto;
	font-size: 33px;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	text-align: center;
	line-height: 0.7;
	background: url(/img/bg_map_h2.png) no-repeat 0 center;
}

#map .widearea {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;;
	width: 220px;
	height: 60px;
	line-height: 60px;
	color: #ed7d31;
	font-size: 19px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ed7d31;
	border-radius: 10px;
	background: #fff;
}


#map .district_list{
	display: none;
}

#map #maparea {
	width: 1013px;
	height: 560px;
	background:url(/img/map.png?) no-repeat;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	clear: both;
	background-color: #65aa04;
	border-top: 3px solid #65aa04;
}

footer aside {
	padding: 10px 0;
	text-align: right;
/*	background-color: #dbf9a7;*/
	background: url(/img/bg_body.png);
}

footer aside div {
	width: 880px;
	padding: 10px;
	margin: auto;
	border-radius: 10px;
}
footer aside div p {
	float: left;
	margin-right: 20px;
	text-align: left;
}

footer .link {
	width: 900px;
	margin: auto;
	padding: 30px 0 20px 0;
}

footer .link ul {
	float: left;
	list-style: none;
	width: 650px;
}

footer .link ul li a {
	float: left;
	position: relative;
	display: inline-block;
	width: 150px;
	margin-bottom: 15px;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
}
footer .link ul li a::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 9px #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

footer .link .disaster {
	float: right;
	display: inline-block;
	width: 227px;
	height: 45px;
	margin-bottom:10px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	background-color: #f24141;
}
footer .link .disaster:hover,
footer .link .disaster:focus {
	opacity: 0.8;
}

footer .link .facebook {
	float: right;
	text-align:center;
}

footer .link div.other {
	clear: both;
	color: #fff;
}

footer .link div a {
	color: #fff;
}

footer .copyright {
	width: 940px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-top: 1px solid #000;
}

