@charset "utf-8";

html {
}

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 nav li a:hover,
header nav li a:focus,
#member header nav li.member a,
#contribution header nav li.contribution a,
#assist header nav li.assist a,
#magazines header nav li.magazines a,
#access header nav li.access a,
#privacy header nav li.privacy a,
#about header nav li.about a {
	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;
}

/* language */

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

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	padding: 4px 0;
	background: #fff;
	border-bottom: 1px solid #405119;
}
#topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topicpath ul {
	width: 1000px;
	margin: 0 auto;
}

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

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

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	width: 1000px;
	margin: 30px auto 0;
}

main section{
	box-sizing: border-box;
	float: right;
	width: 742px;
	margin-bottom: 30px;
	padding: 0 30px 30px;
	background: #fff;
	border: 1px solid #405119;
}

main section section {
	clear: both;
	width: 692px;
	padding: 0 0 0 20px;
	border: none;
}

h2 {
	margin: 20px 0 10px -10px;
	padding: 0 0 5px 10px;
	font-size: 24px;
	color: #405119;
	border-bottom: 5px solid #65aa04;
}

h3 {
	margin: 20px 0 10px -10px;
	padding: 2px 0 3px 10px;
	color: #405119;
	background: #d0e5b3;
}

h4{
	margin: 10px 0;
	padding: 2px 0 3px 3px;
	color: #405119;
	border-bottom: 2px dotted #65aa04;
}

h4::before{
	content: "●";
}

.about_contact {
	display: inline-block;
	clear: both;
	width : auto;
	margin: 10px 0;
	padding: 20px;
	border: 3px solid #999;
	border-radius:10px;
}

/* side_nav */
.side_nav{
	width: 240px;
	margin-right: 20px;
}

.side_nav div{
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #65aa04;
	border-radius: 10px;
}

.side_nav ul{
	border-top: 1px dotted #405119;
}

.side_nav ul li{
	font-weight: bold;
	border-bottom: 1px dotted #405119;
}

.side_nav ul li a{
	box-sizing: border-box;
	display: block;
	width: 240px;
	padding: 10px 20px 10px 10px;
	color: #405119;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	background: url("/img/icon_arrow2.png") 98% center no-repeat;
}

.side_nav ul li.second a{
	padding-left: 25px;
}

.side_nav ul li.active a,
.side_nav ul li#now a,
.side_nav ul li a:hover,
.side_nav ul li a:focus{
	background-color: #d0e5b3;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	clear: both;
	margin-top: 20px;
	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;
	line-height: 45px;
	margin-bottom: 10px;
	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;
}

