@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Courgette|Oswald|Noto+Sans');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

/**
 * 基本情報
 */
body {
	color: #1a1a1a;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
}
@media screen and (max-width:768px) {
	body {
		font-size: 14px;
	}
}
.meiryo {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}
.news a {
	color: #517400;
}
.report a {
	color: #46238a;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
}

.contentIn {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after ,
.contentIn:after,
#gNavi:after,
section:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	img{
		max-width: 100%;
		height: auto;
	}

@media screen and (max-width:768px) {
	.contentIn {
		width: 100%;
		padding: 0 3%;
	}
}

* {
	word-break: break-all;
}

section + section {
	margin-top: 34px;
}

/**
 * ヘッダー
 */
#header {
	padding: 22px 0 8px;
	z-index: 1;
}
.headerIn {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	#header {
		padding: 15px 0 12px;
	}
	.headerIn {
		width: 100%;
		padding: 0 4.6875%;
	}
}

.leadCopy {
	position: absolute;
	top: -20px;
	right: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ef5a24;
	font-size: 28px;
	font-weight: 800;
}
@media screen and (max-width:1024px) {
	.leadCopy {
		font-size: 20px;
	}
}

@media screen and (max-width:900px) {
	.leadCopy {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.leadCopy {
		display: none;
	}
}

.siteTitle {
	float: left;
	padding: 0 34px;
}
.siteTitle img {
	width: 125px;
	min-width: 65px;
}
#header .siteTitle {
	width: 15.234375%;
	border-right: solid 2px #a6a6a6;
}
#footer .siteTitle {
	float: none;
	position: absolute;
	top: 42px;
	left: 0;
}
@media screen and (max-width:768px) {
	.siteTitle {
		width: 12.1875%;
		padding: 0;
	}
	.siteTitle img {
		width: 100%;
	}
	#header .siteTitle {
		border: none;
	}
	#footer .siteTitle {
		position: static;
	}
	#footer .siteTitle img {
		width: 65.263157%;
	}

}


/**
 * グローバルナビゲーション
 */
#gNavi {
	float: right;
	list-style-type: none;
	width: 84.765625%;
	max-width: 1085px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
#gNavi li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: solid 2px #a6a6a6;
}
#gNavi li:last-of-type {
	border-right: none;
}
#gNavi li a {
	display: block;
	color: #4d4d4d;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
	font-weight: 800;
	margin: 0;
	padding: 14px 0;
	line-height: 1;
	text-decoration: none;
}
#gNavi li:not(:nth-child(4)) a:hover span,
#gNavi li:not(:nth-child(4)) a.current span {
	border-bottom: solid 2px #70990f;
}
#gNavi li:nth-child(4) a:hover span,
#gNavi li:nth-child(4) a.current span {
	border-bottom: solid 2px #5e3d98;
}

@media screen and (max-width:768px) {
	#gNavi {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: auto;
		right: auto;
		z-index: 999;
		background: rgba(255,255,255,.9);
	}
	#gNavi.open {
		display: block;
	}
	#gNavi li {
		width: 100%;
		float: none;
		text-align: left;
		border-right: none;
		border-bottom: solid 1px #333;
	}
	#gNavi li a {
	padding: 15px 6% 11px;
	}
}


/**
 * メインコンテンツ
 */
#content {
	position: relative;
}
#content .shadowTop:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/bg_shadow.png);
	width: 100%;
	height: 5px;
	z-index: 1;
}

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


/**
 * 1カラムコンテンツ
 */
.column-1 #main {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.column-1 #main {
		width: 100%;
		margin: 0 auto;
	}
}
/**
 * 2カラムコンテンツ
 */
.column-2 #side {
	width: 23.28125%;
	margin-left: 1.71875%;
	padding: 20px 8px;
}
.column-2 #main {
	width: 72.03125%;
	margin-right: 1.875%;
}

@media screen and (max-width:768px) {
	.column-2 #main {
		width: 100%;
		margin: 0 auto;
	}
	.column-2 #side {
		width: 81.25%;
		margin: 0 auto;
	}
}


aside {
	margin-bottom: 20px;
}

/**
 * サイドナビ
 */
#side #linkList {
	width: 85.106382%;
	margin: 0 auto;
}
#side #linkList li {
	margin-bottom: 20px;
}


/**
 * フッター
 */
#footer {
	position: relative;
}
.ftLine {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.footerIn {
	background: #70990f;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 43px 0 20px;
	position: relative;
}
@media screen and (max-width:768px) {
	.ftLine {
		display: block;
		width: 100%;
	}
	.ftLine img {
		display: block;
		width: 100%;
	}
	.footerIn {
		width: 100%;
		padding: 20px 0 0;
	}
}

.fNavi {
	float: left;
	list-style-type: none;
	width: 60.9375%;
	max-width: 780px;
	padding: 0 0 0 3.515625%;
	margin-left: 15.15625%;
}
#footer .siteTitle {
	width: 15.15625%;
	max-width: 194px;
	padding: 0 2.65625%;
}
#footer .nav.utility {
	width: 100%;
	display: table;
	text-align: center;
}
#footer .nav.utility li {
	display: table-cell;
	max-width: 146px;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
}
@media screen and (max-width:880px) {
	#footer .nav.utility li {
		display: table-cell;
		max-width: 146px;
		vertical-align: top;
		text-align: left;
		font-size: 16px;
	}
}
#footer .nav.utility li li {
	display: block;
	font-size: 14px;
}
#footer .nav.utility li a {
	color: #fff;
	font-weight: bold;
	position: relative;
}
.ftBnr {
	float: right;
	width: 17.1875%;
	margin-right: 40px;
}
.ftBnr img {
	width: 100%;
	max-width: 220px;
}
@media screen and (max-width:768px) {
	.fNavi {
		float: none;
		width: 78.125%;
		margin: 0 auto;
		max-width: none;
		padding: 0 0 34px 0;
	}
	#footer .nav.utility {
		display: block;
	}
	#footer .nav.utility li {
		width: 100%;
		display: block;
		text-align: left;
		font-size: 13px;
	}
	#footer .nav.utility li li {
		font-size: 13px;
	}
	#footer .nav.utility li a {
		display: block;
		padding-left: 17px;
		line-height: 2;
	}
	#footer .nav.utility li li a {
		padding-left: 27px;
	}
	#footer .nav.utility li a:before {
		content:"";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -7px;
		background: url(../img/common/cmn_ico_navi.png) no-repeat left top;
		background-size: contain;
		width: 10px;
		height: 10px;
	}
	#footer .nav.utility li li a:before {
		content:"・";
		background: none;
		top: 5px;
		left: 10px;
	}

	#footer .siteTitle {
		float: none;
		width: 50%;
		max-width: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.fNavi + ul {
		display: table;
		width: 70%;
		margin: 0 auto;
	}
	.fNavi + ul li {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	.fNavi + ul li a {
		display: block;
		max-width: 220px;
		margin: 0 auto;
	}
	.ftBnr {
		float: none;
		margin: 0;
	}
	.ftBnr a {
		width: 100%;
	}
	.ftBnr img {
		display: block;
		width: 100%;
	}

}

.copyright {
	color: #f0f0f0;
	font-size: 11px;
	margin: 24px 40px 0 0;
	text-align: right;
}
@media screen and (max-width:768px) {
	.copyright {
		color: #f0f0f0;
		font-size: 6px;
		margin: 0;
		padding: 22px 0 10px;
		text-align: center;
	}
}

.pageTop {
	display: none;
	position: fixed;
	right: 34px;
	width: 73px;
	margin: -108px 0 20px;
	z-index: 100;
}
@media screen and (max-width:768px) {
	.pageTop {
		width: 42px;
		height: 42px;
		margin: -66px 0 23px;
		right: 4.53125%;
	}
}