<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

	
body {
	font-family: '游ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'Helvetica Neue', sans-serif, 'Font Awesome 5 Free';
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	transition: 0.3s;
	color: #279900;
}

ul {
	list-style: none;
}

img {
/* 	width: 100%; */
	max-width: 100%;
}

p {
	width: 100%;
	margin: 0 0 30px 0;
}

h2 {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.5rem;
	color: #279900;
}

h2.centerTitle {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 1.5rem;
}

h2.centerTitle.news {
	font-size: 1.9rem;
}

.contents h2.centerTitle {
	font-size: 1.3rem;
}

section {
	width: 100%;
	margin: 0 0 50px 0;
}

header {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 20px 0;
	background: #279900;
}

.contents header {
	margin: 0 0 0px 0;
}

table { 
	width:100%;
	margin:auto;
	border-collapse:collapse;
	max-width: 100% !important;
}

th, td {
	vertical-align:middle;
	border: 1px solid #ddd;
}

table[border="0"] th,
table[border="0"] td {
	vertical-align:middle;
	border: 0;
}

header .headerWrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

header .headerWrap h1 {
	width: 95px;
}

header .headerWrap h1 img {
	width: 100%;
	margin: 0 20px 0 0;
	max-width: 150px;
	line-height: 1;
	vertical-align: bottom;
}

header .headerWrap nav {
	width: calc(100% - 95px);
	display: flex;
	align-items: flex-end;
}

header .headerWrap ul.gNav {
	width: 100%;
	max-width: 850px;
	margin: 0 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

header .headerWrap ul.gNav li {
	text-align: center;
	margin: 0 1rem;
}

header .headerWrap ul.gNav li ul.subMenu {
	display: none;
}

header .headerWrap ul.gNav li a {
	width: 100%;
	padding: 0 0.5rem;
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

header .headerWrap ul.gNav li.current a,
header .headerWrap ul.gNav li a:hover {
	text-decoration: underline;
}

header + .catImg {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 5px;
	padding: 0 20px;
	position: relative;
}

header + .catImg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 50% 0;
}

header + .catImg h2 {
	width: auto;
	padding: 10px 30px;
	margin: 0;
	background: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 2px #dfdfdf;
	text-shadow: 1px 1px 2px #dfdfdf;
	position: absolute;
	bottom:  0%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}

@media screen and (max-width:768px) {
	header + .catImg img {
		height: auto;
		object-fit: contain;
	}
	
	header + .catImg h2 {
		position: relative;
		font-size: 1.7rem;
		padding: 0 30px 10px;
	}
}

@media screen and (max-width:500px) {
	header + .catImg h2 {
		font-size: 1.5rem;
	}
}

/*パンくずリスト*/
.contents .breadcrumbs {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 5px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs .home:before {
	margin-right: 5px;
	content: '\f015';
	font-weight: 900;
	display: inline-block;
	color: #333;
}

.contents .breadcrumbs li {
	width: auto;
	margin: 0 5px 0 0;
	list-style: none;
}

.contents .breadcrumbs li a {
	color: #333;
}

.contents .breadcrumbs li a:hover {
	color: #279900;
}

.contents .breadcrumbs li:nth-child(n + 2):before {
	margin-right: 5px;
	content: '&gt;';
	color: #333;
}

.conWrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.instaWrap {
	position: relative;
	margin: 0 0 70px 0;
}

.instaWrap .instaLogo {
	padding: 8px;
	position: absolute;
	right: 0;
	bottom: -46px;
}

.instaWrap .instaLogo img {
	width: 130px;
	height: 30px;
	line-height: 1;
	vertical-align: bottom;
}

.instaWrap .insta_list {
	width: 100%;
	margin: 0 0 30px;
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.instaWrap .insta_list a {
	width: 100%;
	height: 100%;
	display: flex;
}

.instaWrap .insta_list a:hover {
	opacity: 0.7;
}

.instaWrap .insta_list li {
	width: 25%;
	min-width: 230px;
	margin: 0 20px 0 0;
	list-style: none;
}

.instaWrap .insta_list li:last-child {
	margin: 0;
}

.instaWrap .insta_list li img {
	width: 100%;
	max-width: 500px;
	line-height: 1;
	vertical-align: bottom;
}

ul.newsList {
	width: 100%;
	max-height: 250px;
	margin: 0 0 25px 0;
	padding: 20px;
	overflow: auto;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}

ul.newsList li {
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
}

ul.newsList li:last-child {
	margin: 0;
}

ul.newsList li.more {
	width: 100%;
	text-align: right;
	display: inline-block;
}

ul.newsList li.more a {
	color: #279900;
	font-size: 0.9rem;
}

ul.newsList li.more a:before {
	color: #279900;
}

ul.newsList li span.date {
	width: 6rem;
}

ul.newsList li p {
	width: calc(100% - 6rem);
	margin: 0;
}

ul.newsList li p a {
	width: 100%;
	text-decoration: underline;
}

ul.newsList li p a:hover {
	color: #279900;
}

.topicsMore {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 50px;
	display: flex;
	text-align: center;
}

.topicsMore a {
	width: 100%;
	padding: 8px 10px 7px 10px;
	background: #279900;
	border: solid 1px #279900;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 10px;
}

.topicsMore a:hover {
	transition: 0.3s;
	background: #fff;
	color: #279900;
	box-sizing: border-box;
}

ul.link2columnList,
ul.link3columnList,
ul.link4columnList {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}

ul.link2columnList li {
	width: calc(50% - 2%);
	margin: 0 4% 30px 0;
}

ul.link2columnList li:nth-child(2n) {
	margin: 0 0 30px 0;
}

ul.link3columnList li {
	width: calc(33% - 2.5%);
	margin: 0 4% 30px 0;
}

ul.link3columnList li:nth-child(3n),
ul.link3columnList li:last-child {
	margin: 0 0 30px 0;
}


ul.link4columnList li {
	width: calc(25% - 15px);
	margin: 0 20px 20px 0;
}

ul.link4columnList li:nth-child(4n),
ul.link4columnList li:last-child {
	margin: 0 0 20px 0;
}

ul.link2columnList li a,
ul.link3columnList li a,
ul.link4columnList li a {
	width: 100%;
	height: 100%;
	display: flex;
}

ul.link2columnList li a:hover,
ul.link3columnList li a:hover,
ul.link4columnList li a:hover {
	opacity: 0.7;
}

ul.link2columnList li figure,
ul.link3columnList li figure {
	width: 100%;
	display: flex;
	background: #000;
}

ul.link4columnList li figure {
	width: 100%;
	position: relative;
}

ul.link2columnList li img,
ul.link3columnList li img {
	width: 100%;
	height: auto;
	align-self: center;
}

ul.link4columnList li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 1;
	vertical-align: bottom;
}

ul.link2columnList li figure span,
ul.link3columnList li figure span,
ul.link4columnList li figure span {
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background: #279900;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.slider {
	width: 100%;
}

.slider div {
	width: 100%;
	margin: 0 20px 0 0;
}

.slider a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 1;
	vertical-align: bottom;
}

.lb-number {
	display: none!important;
}

ul.scrollList {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	overflow-x: scroll;
}

ul.scrollList li {
	width: 33.3%;
	min-width: 300px;
	margin: 0 20px 0 0;
}

ul.scrollList li a {
	width: 100%;
	height: 100%;
	display: flex;
}

ul.scrollList li a:hover {
	opacity: 0.7;
}

ul.scrollList li img {
	width: 100%;
	line-height: 1;
	vertical-align: bottom;
}

/*---------------------コンテンツページ設定---------------------*/

.contents .conWrap {
	width: 100%;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
}


.conWrap nav {
	width: 200px;
	margin: 0 50px 0 0;
}

.conWrap nav ul.sideNav {
	width: 100%;
}

.conWrap nav ul.sideNav li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.conWrap nav ul.sideNav li a {
	width: 100%;
	padding: 15px 20px;
	background: #ddd;
	border-bottom: solid 1px #fff;
}

.conWrap nav ul.sideNav li a:hover {
	background: #279900;
	color: #fff;
}

.conWrap nav ul.sideNav li.current a {
	background: #279900;
	color: #fff;
}

.conWrap nav ul.sideNav li ul.subMenu {
	width: 100%;
	display: none;
}

.conWrap nav ul.sideNav li.current ul.subMenu {
	display: block;
}

.conWrap nav ul.sideNav li ul.subMenu li {
	width: 100%;
}

header .headerWrap ul.gNav li ul.subMenu li a,
.conWrap nav ul.sideNav li ul.subMenu li a {
	width: 100%;
	padding: 10px 20px 10px 35px;
	background: #fff;
	color: #333;
	border-bottom: solid 1px #ddd;
}

header .headerWrap ul.gNav li ul.subMenu li.current a,
.conWrap nav ul.sideNav li ul.subMenu li.current a {
	background: #279900;
	color: #fff;
	border-bottom: solid 1px #cfe0ff;
}

header .headerWrap ul.gNav li ul.subMenu li a:hover,
.conWrap nav ul.sideNav li ul.subMenu li a:hover {
	background: #279900;
	color: #fff;
	border-bottom: solid 1px #cfe0ff;
}

header .headerWrap ul.gNav li ul.subMenu li a:after,
.conWrap nav ul.sideNav li ul.subMenu li a:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #279900;
	display: inline-block;
	float: right;
}

header .headerWrap ul.gNav li ul.subMenu li.current a:after,
header .headerWrap ul.gNav li ul.subMenu li a:hover:after,
.conWrap nav ul.sideNav li ul.subMenu li.current a:after,
.conWrap nav ul.sideNav li ul.subMenu li a:hover:after {
	color: #fff;
}

.conWrap .contentsArea {
	width: calc(100% - 250px);
}

.conWrap .contentsArea .catImg {
	width: 100%;
	position: relative;
}

.conWrap .contentsArea .catImg figure {
	width: 100%;
	height: 250px;
	margin: 0 0 30px 0;
}
.conWrap .contentsArea .catImg figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 1;
	vertical-align: bottom;
}

.conWrap .contentsArea .catMenu {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.conWrap .contentsArea ul.catMenu.column3 li {
	width: 33.3%;
}

.conWrap .contentsArea ul.catMenu.column3 li:nth-child(3n),
.conWrap .contentsArea ul.catMenu.column3 li:last-child {
	width: 33.4%;
}

.conWrap .contentsArea ul.catMenu.column2 li {
	width: 50%;
}

.conWrap .contentsArea ul.catMenu.column4 li {
	width: 25%;
}

.conWrap .contentsArea ul.catMenu.column2 li a,
.conWrap .contentsArea ul.catMenu.column3 li a,
.conWrap .contentsArea ul.catMenu.column4 li a {
	width: 100%;
	margin: 0 0 -1px 0;
	padding: 10px 15px;
	background: #279900;
	color: #fff;
	font-weight: bold;
	border-left: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	display: flex;
	flex-wrap: wrap;
}

.conWrap .contentsArea ul.catMenu.column2 li:nth-child(2n) a,
.conWrap .contentsArea ul.catMenu.column4 li:nth-child(4n) a,
.conWrap .contentsArea ul.catMenu.column3 li:nth-child(3n) a,
.conWrap .contentsArea ul.catMenu li:last-child a {
	border-right: solid 1px #dfdfdf;
}

.conWrap .contentsArea ul.catMenu li a:before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	content: '\f0da';
	font-weight: 900;
	color: #fff;
	display: inline-block;
}

.conWrap .contentsArea ul.catMenu li a:hover {
	background: #fff;
	color: #279900;
}

.conWrap .contentsArea ul.catMenu li a:hover:before {
	color: #279900;
}

.conWrap .contentsArea .catImg h2 {
	width: auto;
	padding: 10px 20px 10px 50px;
	background: rgba(255,255,255,0.7);
	text-shadow: 1px 1px 2px #dfdfdf;
	text-shadow: 1px 1px 2px #dfdfdf;
	position: absolute;
	top: 60%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.contents .contentsArea img {
	height: auto;
}

.contents .contentsArea ul.faq {
	width: 100%;
	margin: 0 0 20px 0;
}

.contents .contentsArea ul.faq li {
	width: 100%;
	list-style: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.contents .contentsArea ul.faq li:first-child {
	border-top: solid 1px #dfdfdf;
}

.contents .contentsArea ul.faq li:nth-child(odd) {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 1.1rem;
}

.contents .contentsArea ul.faq li:nth-child(even) {
	padding: 0 0 20px 0;
	border-bottom: solid 1px #dfdfdf;
}

.contents .contentsArea ul.faq li span {
	width: 3rem;
	line-height: 1.6;
	font-weight: bold;
}

.contents .contentsArea ul.faq li:nth-child(odd) div {
}

.contents .contentsArea ul.faq li:nth-child(odd) span {
	color: #990000;
}

.contents .contentsArea ul.faq li:nth-child(even) span {
	color: #0012A4;
}

.contents .contentsArea ul.faq li div {
	width: calc(100% - 3rem);
}

.contents .contentsArea ul.faq li div p {
	margin: 0!important;
}

.contents .contentsArea ul.faq li a {
	text-decoration: underline;
}

/*　テキストエディタ用設定　*/

.imgEnclosure-left,
.imgEnclosure-right {
	text-align: center;
}

.imgEnclosure-left img,
.imgEnclosure-right img {
	width: 100%;
}

@media screen and (min-width:501px) {

	.imgEnclosure-left img {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	.imgEnclosure-right img {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	.clearfix::after{
		content: "";
		display: block;
		clear: both;
	}
	
}

/*　Peopleの顔写真設定　*/

.peopleImg {
	text-align: center;
}

.peopleImg img {
	width: 100%;
	max-width: 150px;
	float:right;
	margin: 0 0 15px 15px;
}

@media screen and (max-width:768px) {
	.peopleImg img {
	max-width: 150px;
	}
}

@media screen and (min-width:501px) {
	.peopleImg {
		text-align: left;
	}
	
	.clearfix::after {
		content: "";
		display: block;
		clear: both;
	}
}

/* フッター設定 */

footer {
	width: 100%;
	padding: 50px 0 30px 0;
	background: #279900;
}

footer .footerInfo {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 50px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

footer .footerInfo .footerLeft {
	width: 40%;
	padding: 0 50px 0 0;
	border-right: solid 1px #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .footerInfo .footerLeft figure {
	width: calc(40% - 20px);
	margin: 0 20px 0 0;
}

footer .footerInfo .footerLeft figure img {
	width: 100%;
	max-width: 150px;
}

footer .footerInfo .footerLeft p {
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.4;
}

footer .footerInfo .footerLeft p.open {
	width: 60%;
}

footer .footerInfo .footerLeft h2 {
	width: 100%;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 1.2rem;
}

footer .footerInfo .footerRight {
	width: 60%;
	padding: 0 0 0 50px;
	display: flex;
	align-items: center;
}

footer .footerInfo .footerRight ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .footerInfo .footerRight ul li {
	width: calc(20% - 40px);
	margin: 0 40px 0 0;
	text-align: center;
}

footer .footerInfo .footerRight ul li:nth-child(4),
footer .footerInfo .footerRight ul li:last-child {
	width: calc(20% - 5px);
	margin: 0;
}

/*footer .footerInfo .footerRight ul li:nth-child(4) {
	width: 40%;
	margin: 0;
}*/

footer .footerInfo .footerRight ul li a {
	width: 100%;
}

footer .footerInfo .footerRight ul li a:hover {
	opacity: 0.8;
}

footer .footerInfo .footerRight ul li img {
	width: 100%;
	max-width: 50px;
}

footer .footerInfo .footerRight ul li:nth-child(4) img,
footer .footerInfo .footerRight ul li:nth-child(5) img {
	max-width: none;
}

footer p.copyRight {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 20px;
	padding: 0 20px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:768px) {
	.contents .conWrap {
		margin: 30px auto 100px;
	}
}

/*---------------------ページトップボタン設定---------------------*/

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	z-index: 100;
}

#page_top a {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	background: #279900;
	text-decoration: none;
	opacity: 0.7;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}

#page_top a:hover {
	opacity: 1;
}

#page_top a:before {
	width: 25px;
	height: 45px;
	margin: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}

@media screen and (max-width:1000px) {
	header .headerWrap ul.gNav li {
		margin: 0 0.5rem;
	}
	
	header .headerWrap ul.gNav li a {
		font-size: 1.1rem;
	}
}

@media screen and (max-width:768px) {
	
	table[border="0"] th,
	table[border="0"] td {
		width: 100%!important;
		display: block;
	}

	.btn-gnavi {
		padding: 10px;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 50px;
		height: 44px;
		z-index: 10001;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		background: rgba(255,255,255,0.8);
	}
	
	.btn-gnavi span {
		position: absolute;
		width: 30px;
		height: 4px;
		right: 9px;
		background: #666;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		z-index: 10002;
	}
	
	.btn-gnavi.open {
		width: 300px;
		height: 25px;
		padding: 20px 20px 40px;
		background: #279900;
		border-bottom: solid 1px #cfe0ff;
		top: 0px;
		right: 0;
	}
	
	.btn-gnavi span:nth-child(1) {
		top: 10px;
	}

	.btn-gnavi span:nth-child(2) {
		top: 20px;
	}
	
	.btn-gnavi span:nth-child(3) {
		top: 30px;
	}
	
	div.open span {
		background: #fff!important;
	}
	
	div.open span:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
		-webkit-transform: translateY(10px) rotate(-45deg);
		top: 10px!important;
	}
	
	div.open span:nth-child(2) {
		display: none;
	}
	
	div.open span:nth-child(3) {
		transform: translateY(-10px) rotate(45deg);
		-webkit-transform: translateY(-10px) rotate(45deg);
		top: 30px!important;
	}
	
	header .headerWrap ul.gNav {
		display: none;
	}
	
	header .headerWrap ul.gNav {
		width: 300px;
		height: 100%;
		margin: 0;
		padding: 0;
		display: block;
		position: fixed;
		top: 60px;
		right: -500px;
		z-index: 10000;
		overflow-y: auto;
		background: rgba(0,0,0,0.2);
		-webkit-transition: all 0.01s;
		transition: all 0.01s;
	}
	
	header .headerWrap ul.gNav li {
		width: 100%;
		margin: 0;
		cursor: pointer;
	}
	
	header .headerWrap ul.gNav li.current {
		border: none;
	}
	
	header .headerWrap ul.gNav li:last-child {
		border: none;
	}
	
	header .headerWrap ul.gNav li.current ul.subMenu {
		display: block;
	}
	
	header .headerWrap ul.gNav li ul.subMenu li {
		border: none;
	}
	
	header .headerWrap ul.gNav li ul.subMenu li a {
		padding: 10px 15px;
		font-size: 1rem;
		color: #666;
		border-bottom: solid 1px #cfe0ff;
	}
	
	header .headerWrap ul.gNav li ul.subMenu li a:after {
		position: absolute;
		right: 10px;
	}
	
	header .headerWrap ul.gNav li a {
		padding: 20px 15px;
		justify-content: flex-start;
		background: #fff;
		color: #279900;
		border-bottom: solid 1px #cfe0ff;
	}
	
	header .headerWrap ul.gNav li.current a,
	header .headerWrap ul.gNav li a:hover {
		text-decoration: none;
		background: #279900;
		color: #fff;
	}
	
	ul.newsList li span.date {
		width: 100%;
	}
	
	ul.newsList li p {
		width: 100%;
	}
	
	ul.link4columnList li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	ul.link4columnList li figure span {
		bottom: 0;
	}

	ul.link4columnList li a:before{
		content: "";
		display: block;
		padding-top: 100%;
	}

	ul.link4columnList li img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
	}
	
	.conWrap nav {
		display: none;
	}
	
	.conWrap .contentsArea {
		width: 100%;
	}
	
	.conWrap .contentsArea .catImg figure {
		height: 200px;
	}
	
	footer {
		padding: 30px 0 10px 0;
	}
	
	footer .footerInfo {
		margin: 0 auto;
	}
	
	footer .footerInfo .footerLeft {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		border: none;
	}
	
	footer .footerInfo .footerRight {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	footer .footerInfo .footerRight ul li img {
		min-width: 30px;
	}
}

@media screen and (max-width:500px) {
	
	.btn-gnavi.open {
		width: 100%;
	}
	
	header .headerWrap ul.gNav {
		width: 100%;
	}
	
	.conWrap .contentsArea ul.catMenu.column3 li,
	.conWrap .contentsArea ul.catMenu.column3 li:last-child,
	.conWrap .contentsArea ul.catMenu.column3 li:nth-child(3n),
	.conWrap .contentsArea ul.catMenu.column4 li {
		width: 50%;
	}
	
	.conWrap .contentsArea ul.catMenu.column4 li:nth-child(4n) a,
	.conWrap .contentsArea ul.catMenu.column3 li:nth-child(3n) a {
		border-right: none;
	}
	
	.conWrap .contentsArea ul.catMenu.column4 li:nth-child(2n) a,
	.conWrap .contentsArea ul.catMenu.column3 li:nth-child(2n) a {
		border-right: solid 1px #fff;
	}
	
	footer .footerInfo .footerLeft figure {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	footer .footerInfo .footerLeft p.open,
	footer .footerInfo .footerLeft p {
		width: 100%;
	}
	
	.conWrap .contentsArea ul.catMenu.column3 li {
		width: 100%;
	}
	
	.conWrap .contentsArea ul.catMenu.column3 li:nth-child(3n),
	.conWrap .contentsArea ul.catMenu.column3 li:last-child {
		width: 100%;
	}
	
	.conWrap .contentsArea ul.catMenu.column2 li {
		width: 100%;
	}
	
	.conWrap .contentsArea ul.catMenu.column4 li {
		width: 100%;
	}
	
	.conWrap .contentsArea ul.catMenu.column2 li:nth-child(2n) a,
	.conWrap .contentsArea ul.catMenu.column4 li:nth-child(4n) a,
	.conWrap .contentsArea ul.catMenu.column3 li:nth-child(3n) a,
	.conWrap .contentsArea ul.catMenu li:last-child a {
		border-right: none;
	}
}

/*　汎用　*/
a.linkIcon:before,
.linkIconList a:before,
.linkList li a:before,
.linkList a li:before,
.newsList li a:before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	content: '\f0da';
	font-weight: 900;
	color: #333;
	display: inline-block;
}

a.directLink:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
	padding:0 5px;
	font-weight: 900;
	color: #333;
	display: inline-block;
}

a.directLink:after {
	content: '\f2d2';
}

a[href$=".pdf"]:after {
	content: '\f1c1';
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
	content: '\f1c2';
}

a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
	content: '\f1c3';
}

a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
	content: '\f1c4';
}

.linkIcon:hover:before,
.linkIconList a:hover:before,
.linkList li a:hover:before,
.newsList li a:hover:before,
.directLink:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after {
	color: #279900;
	transition: 0.3s;
}

.txtUline,
.a_txtUline {
	text-decoration: underline;
}

.txtRed {
	color: #e52124;
}

.talR,
.a_talR {
	text-align: right !important;
}
.talL,
.a_talL {
	text-align: left!important;
}
.talC,
.a_talC {
	text-align: center!important;
}

.mrgnT0,
.a_mrgnT0 {
	margin-top: 0px!important;
}
.mrgnB0,
.a_mrgnB0 {
	margin-bottom: 0px!important;
	margin-top: 0px;
}
.mrgnL0,
.a_mrgnL0 {
	margin-left: 0px!important;
}
.mrgnR0,
.a_mrgnR0 {
	margin-right: 0px!important;
}
.mrgnB5,
.a_mrgnB5 {
	margin-bottom: 5px!important;
}

.mrgnL5,
.a_mrgnL5 {
	margin-left: 5px!important;
}

.mrgnT10,
.a_mrgnT10 {
	margin-top: 10px!important;
}
.mrgnB10,
.a_mrgnB10 {
	margin-bottom: 10px!important;
}
.mrgnL10,
.a_mrgnL10 {
	margin-left: 10px!important;
}
.mrgnR10,
.a_mrgnR10 {
	margin-right: 10px!important;
}
.mrgnL15,
.a_mrgnL15 {
	margin-left: 15px!important;
}
.mrgnT20,
.a_mrgnT20 {
	margin-top: 20px!important;
}
.mrgnB20,
.a_mrgnB20 {
	margin-bottom: 20px!important;
}
.mrgnL20,
.a_mrgnL20 {
	margin-left: 20px!important;
}
.mrgnL30,
.a_mrgnL30 {
	margin-left: 30px!important;
}
.mrgnB30,
.a_mrgnB30 {
	margin-bottom: 30px!important;
}
.mrgnB40,
.a_mrgnB40 {
	margin-bottom: 40px!important;
}
.mrgnB50,
.a_mrgnB50 {
	margin-bottom: 50px!important;
}
.mrgnB80,
.a_mrgnB80 {
	margin-bottom: 80px!important;
}

.mrgn0pdng0,
.a_mrgn0pdng0 {
	margin: 0;
	padding: 0;
}
.mrgnR20,
.a_mrgnR20 {
	margin-right: 20px!important;
}
.mrgnT30,
.a_mrgnT30 {
	margin-top: 30px!important;
}
.padB0,
.a_padB0 {
	padding-bottom:0 !important;
}

.padT0,
.a_padT0 {
	padding-top:0 !important;
}

.padL0,
.a_padL0 {
	padding-left:0 !important;
}

.padR0,
.a_padR0 {
	padding-right:0 !important;
}

.type11,
.a_type11 {
	font-size: 78%;
}

.font12,
.a_font12 {
	font-size: 12px!important;
}

.font14,
.a_font14 {
	font-size: 14px!important;
}

.font16,
.a_font16 {
	font-size: 16px!important;
}

.font18,
.a_font18 {
	font-size: 18px!important;
}

.font20,
.a_font20 {
	font-size: 20px!important;
}

.font22,
.a_font22 {
	font-size: 22px!important;
}

.font24,
.a_font24 {
	font-size: 24px!important;
}

.font26,
.a_font26 {
	font-size: 26px!important;
}

.font28,
.a_font28 {
	font-size: 28px!important;
}

.font30,
.a_font30 {
	font-size: 30px!important;
}

.w30p {
	width: 30%!important;
}

.w65p {
	width: 65%!important;
}

.mw120 {
	width: 100%;
	max-width: 120px!important;
}

.mw150 {
	width: 100%;
	max-width: 150px!important;
}

.mw100 {
	width: 100%;
	max-width: 100px!important;
}

.mw200 {
	width: 100%;
	max-width: 200px!important;
}

.mw250 {
	width: 100%;
	max-width: 250px!important;
}

.mw300 {
	width: 100%;
	max-width: 300px!important;
}

.mw400 {
	width: 100%;
	max-width: 400px!important;
}

.mw500 {
	width: 100%;
	max-width: 500px!important;
}

.mw600 {
	width: 100%;
	max-width: 600px!important;
}

.mw700 {
	width: 100%;
	max-width: 700px!important;
}

.mw800 {
	width: 100%;
	max-width: 800px!important;
}

.mw900 {
	width: 100%;
	max-width: 900px!important;
}

.mw1000 {
	width: 100%;
	max-width: 1000px!important;
}</pre></body></html>