@charset "utf-8";
/* ======================================================

	structure CSS

========================================================= */


/* ======================================================

	body

========================================================= */
html, body{
	position: relative;
	height: 100%!important;
}
body {
	color:#222;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5em;/*150%*/
}

.container{
	width:100%;
	min-width:1200px;}

@media screen and (max-width: 768px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size:14px;
		font-size: 1.4rem;}

	.container{
		min-width:100%;}
}
@media screen and (max-width: 599px) {
	body{
		font-size:14px;
		font-size: 1.4rem;}

}


/* ======================================================

	header

========================================================= */
.header{
	width:100%;
	border-bottom: 1px solid #d2d2d2;}

.h_txt{
	margin-top: 20px;
	margin-bottom: 10px;
	height:30px;
	background-color: #298B29;
}

.h_txt div{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 30px;
	}

.h_txt div span{
	z-index: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
	padding:3px 20px;
	background-color: #fff;
	letter-spacing:3px;
	font-size: 36px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	}

.headerArea{
	margin: 0 auto;
	width:1200px;}

.h_info{
	float: left;
	width: 600px;
	font-size: 14px;
}


.h_tel{
	position: relative;
	text-decoration: none;
	margin-right: 20px;
	color: #222;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.h_tel:before{
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(images/f_icon_tel.png);
	background-size: contain;
	vertical-align: middle;
}
.h_fax{
	margin-bottom: 10px;
}
.h_fax{
	position: relative;
	text-decoration: none;
	color: #222;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.h_fax:before{
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(images/f_icon_fax.png);
	background-size: contain;
	vertical-align: middle;
}


.h_link{
	float:right;}

.h_link li{
	display:inline-block;
	vertical-align:top;}

.h_logo{
	float:left;}
	
.headerArea:after,
.headerArea .inner:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

@media screen and (max-width:768px){
	.header{
		z-index: 100;
		position: fixed;
		background-color: #fff;
		border-top: 5px solid #298b29;
		border-bottom: 1px solid #d2d2d2;
	}
		
	.headerArea{
		margin:0;
		width:100%;
		height: 50px;}

	.h_txt div{
		margin: 0 auto;
		width: 100%;
		color: #fff;
		font-size: 12px;
		}

	.h_logo img{
		width: auto;
		height: 50px;
	}
	.h_info_sp{
		float: right;
		margin-top:10px;
		margin-right: 10px;
	}

	.h_info_sp li {
		margin-right: 5px;
		display: inline-block;
	}

}

@media screen and (max-width: 599px) {
	.h_info li{
		display:block;
		margin-bottom:5px;}
}



/* ======================================================

	gnav

========================================================= */
.gnav{}

.gnav ul{
	float: right;
	margin:0 auto;
	padding: 0;
	list-style: none;
	width:500px;}

.gnav ul:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.gnav ul li {
	float:left;
	width:100px;
}

.gnav ul li a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.gnav ul li:nth-child(1) a{border-bottom: 5px solid #298b29;}
.gnav ul li:nth-child(2) a{border-bottom: 5px solid #F0B500;}
.gnav ul li:nth-child(3) a{border-bottom: 5px solid #4E94E3;}
.gnav ul li:nth-child(4) a{border-bottom: 5px solid #6cb939;}
.gnav ul li:nth-child(5) a{border-bottom: 5px solid #EF7F7F;}

.gnav ul li:nth-child(5) a{letter-spacing:-0.1em;}

.gnav ul li a:hover{
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
}

.sp_gnav{
	display: none;
}


@media screen and (max-width:768px){
	/*sp_btn*/
	.sp_btn {
		position:relative;
		float:right;
		top:7px;
		right: 5px;
		display: inline-block;
		width: 45px;
		height: 45px;
		padding: 5px;
		cursor: pointer;
		z-index: 2000;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #298b29;
		left: 0;
		transition: all .4s;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 10px;
	}
	.sp_btn span:nth-child(3) {
		top: 20px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/*nav*/
	.sp_gnav{
		z-index: 100;
		position: fixed;
		top: 55px;
		width: 100%;
		height: 90vh;
		overflow: hidden;
	}

	.sp_gnav ul{
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}

	.sp_gnav ul li a{
		display: block;
		padding: 15px 50px 15px 20px;
		text-decoration: none;
		color: #fff;
		font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	}
	
	.sp_gnav ul li{
		border-bottom: 2px solid #fff;
	}

	.sp_gnav ul li ul{
	display:none;
	}

	.sp_gnav ul li ul li{
		border-bottom: 1px solid #ddd;
		padding-left: 15px;
		background-color: #fff;
	}
	.sp_gnav ul li ul li a{
		padding: 12px 40px 12px 20px;
		color: #222;
	}
	
	.sp_gnav ul li ul li:last-child{
	border-bottom: none;
	}

	.sp_gnav ul li ul{
		border-top: 1px solid #ddd;
	}

	.sp_gnav > ul > li:nth-child(1){background-color: #298b29;}
	.sp_gnav > ul > li:nth-child(2){background-color: #f0b500;}
	.sp_gnav > ul > li:nth-child(3){background-color: #4e94e3;}
	.sp_gnav > ul > li:nth-child(4){background-color: #6cb939;}
	.sp_gnav > ul > li:nth-child(5){background-color: #ef7f7f;}
	.sp_gnav > ul > li:nth-child(6){background-color: #a77ec6;}

	.sp_gnav ul li ul li{position: relative;}

	.sp_gnav ul li ul li::after {
		display: block;
		content: '';
		position: absolute;
		top: 1.3em;
		left:10px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.sp_gnav ul li:nth-child(1) ul li::after{
		border-right: 1px solid #298b29;
		border-bottom: 1px solid #298b29;
	}
	.sp_gnav ul li:nth-child(2) ul li::after{
		border-right: 1px solid #f0b500;
		border-bottom: 1px solid #f0b500;
	}
	.sp_gnav ul li:nth-child(3) ul li::after{
		border-right: 1px solid #4e94e3;
		border-bottom: 1px solid #4e94e3;
	}
	.sp_gnav ul li:nth-child(4) ul li::after{
		border-right: 1px solid #6cb939;
		border-bottom: 1px solid #6cb939;
	}
	.sp_gnav ul li:nth-child(5) ul li::after{
		border-right: 1px solid #ef7f7f;
		border-bottom: 1px solid #ef7f7f;
	}
	.sp_gnav ul li:nth-child(6) ul li::after{
		border-right: 1px solid #a77ec6;
		border-bottom: 1px solid #a77ec6;
	}

	.sp_gnav ul li.d_menu_sp{
		position: relative;
	}

	.accordion_icon,
	.accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.accordion_icon {
		position:absolute;
		top:20px;
		right:0;
		width: 35px;
		height: 35px;
		/*float: right;*/
		margin-right: 5px;
	}
	.accordion_icon span {
		position: absolute;
		left: 6px;
		width: 50%;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	.accordion_icon span:nth-of-type(1) {
		top: 5px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.accordion_icon span:nth-of-type(2) {
		top: 5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	/*＋、－切り替え*/
	.accordion_icon.active span:nth-of-type(1) {
		display:none;
	}
	.accordion_icon.active span:nth-of-type(2) {
		top: 5px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

}

/* ======================================================

	mv

========================================================= */
.top_mvArea{}

.top_mvArea .inner{
	margin:0 auto;
	width: 1200px;
	height: 400px;
}

.top_mvArea .inner{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.mv_logo{
	float: left;
	margin-top: 30px;
	margin-left:80px;
}

.mv_menu{
	float:right;
	margin-top:55px;
	margin-right:120px;
}

.mv_menu li{
	margin-bottom: 5px;
}

.sub_mvArea .inner{
	display: table;
	margin:0 auto;
	width: 1200px;
	height: 200px;
}

.sub_mvArea .inner .title{
	display: table-cell;
	width: 70%;
	padding-left: 50px;
	vertical-align: middle;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 30px;
}

@media screen and (max-width:768px){
	.top_mvArea,
	.sub_mvArea{padding-top: 55px;}

	.top_mvArea .inner{
		margin:0 auto;
		width: 100%;
		height: auto;
	}

	.mv_logo{
		float:none;
		width: 100%;
		margin: 0 auto 10px;
		padding-top: 10px;
		padding-left: 0;
		text-align: center;
	}

	.mv_logo img{
		width: 100px;
		height: auto;
	}

	.mv_menu{
		float:none;
		width: 100%;
		margin-top:0;
		margin-right:0;
		padding: 0 10px;
		text-align: center;
	}
	.mv_menu:after{
		content:" ";
		display:block;
		clear:both;
		font-size:0;}
	
	.mv_menu li{
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.mv_menu li:nth-child(even){
		margin-right: 0;
	}

	.mv_menu li img{
		width: 100%;
		height: auto;
	}

	.sub_mvArea .inner{
		display: block;
		width: 100%;
		padding:20px 10px;
		height: auto;
	}
	.sub_mvArea .inner .title{
		display: block;
		padding-left: 20px;
		font-size: 20px;
	}



}


/* ======================================================

	contents

========================================================= */
.contents{
	margin:0 auto;
	padding: 0 0 30px;
	width:1200px;}

.contents_inner{
	margin:0 auto;
	width:1200px;}

.main{
	float: right;
	width: 955px;
}
.side{
	float: left;
	width: 230px;
}

.main_inner{
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}

.contents::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}


@media screen and (max-width:768px){
	.contents{
		padding:10px;
		width:100%;}

	.contents_inner{
		padding:0 10px;
		width:100%;}

	.main{
		float:none;
		width:100%;
	}
	.side{
		display: none;
		}

	.anchor {
		margin-top:-60px;
		padding-top: 60px;
	}

}

/* common
========================================== */

/* list 共通
========================================== */
.top_link_list{
	margin-bottom: 20px;
}
.top_link_list li{
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
	width: 220px;
}

.top_link_list li:nth-child(5n){
	margin-right:0;
}

.top_link_list:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

@media screen and (max-width:768px){
	.top_link_list li{
		float: left;
		margin-right:4%;
		margin-bottom: 10px;
		width: 30%;
	}

	.top_link_list li:nth-child(5n){
		margin-right:4%;
	}
	.top_link_list li:nth-child(3n){
		margin-right:0;
	}
	
	.top_link_list li img{
		width: 100%;
		height: auto;
	}
	
}


/* imagetext 共通
========================================== */
.top_imageAndText{ margin-bottom: 50px;}
.top_imageAndText:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.top_imageAndText .image{
	float: left;
	width: 500px;
}

.top_imageAndText .text{
	float: right;
	width: 650px;
}

.top_imageAndText .text p{
	margin-bottom: 30px;
}


@media screen and (max-width:768px){
	.top_imageAndText .image{
		float: left;
		width: 40%;
	}

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

	.top_imageAndText .text{
		float: right;
		width: 55%;
	}

}

@media screen and (max-width:599px){
	.top_imageAndText .image{
		float: none;
		width: 100%;
	}

	.top_imageAndText .text{
		float: none;
		width: 100%;
	}

}


/* お知らせ 共通
========================================== */
.newsArea{
	padding-bottom: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
}

.newsArea .news_ttl{
	margin-bottom:20px;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.newsArea .news_ttl span{
	position: relative;
	display: block;
	margin-top: 20px;
	font-size: 18px;
}

.newsArea .news_ttl span::after{
	position: absolute;
	content: url(images/icon_news.png);
	padding-left: 10px;
}


.newsArea .news_ttl.kenpo{background-color: #F0B501;}
.newsArea .news_ttl.kikin{background-color: #4F94E2;}
.newsArea .news_ttl.kyosaikai{background-color: #6cb939;}
.newsArea .news_ttl.ikujikaigo{background-color: #F0807F;}

.news_txt{
	padding:10px 100px;
	text-align: center;}

.news_list{
	padding: 0 100px 30px;
}

.news_list dl{
	padding:20px;
	border-bottom: 1px solid #EBEBEB;
}
.news_list dt,
.news_list dd{
	display: table-cell;
	vertical-align: top;
}

.news_list dt{
	width: 7em;
	color: #4BB4FB;
}

.news_list dd a{
	text-decoration: none;
	color: #727272;
}

.news_list dd a:hover{opacity: 0.7;}

@media screen and (max-width:768px){
	.newsArea{
		padding-bottom:10px;
	}
	.newsArea .news_ttl{
		margin-bottom:5px;
		padding: 10px;
		border-radius: 10px 10px 0 0;
		font-size: 20px;
	}

	.newsArea .news_ttl span{
		margin-top: 10px;
		font-size: 14px;
	}

	.news_txt{
		padding:10px;}

	.news_list{
		padding: 0 10px 20px;
	}

	.news_list dl{
		padding:10px;
	}

}

@media screen and (max-width:599px){
	.news_list dt,
	.news_list dd{
		display: block;
		width: 100%;
	}
}

.commonArea{background-color:#f5fdf5;}

/* 健保
========================================== */
.kenpoArea{background-color:#FFFAE5;}

/* 基金
========================================== */
.kikinArea{background-color:#EEF7FB;}

/* 共済会
========================================== */
.kyosaikaiArea{background-color:#f6fff0;}

/* 育児介護
========================================== */
.ikujikaigoArea{background-color:#FFF5F6;}

/* 届出申請書一覧
========================================== */
.downloadArea{background-color:#f4f3fb;}


/* お問い合わせ
========================================== */
.contactArea{
	background: url(images/bg_contact.jpg) left top repeat;
}

.contactArea .inner{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	min-height: 220px;
}
.contactArea .inner:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.contactArea .box_l{
	position: absolute;
	bottom: 0;
	left: 200px;
}

.contactArea .box_r{
	float: right;
	margin-top: 40px;
	margin-right: 150px;
}

@media screen and (max-width:768px){
	.contactArea .inner{
		width: 100%;
		min-height: auto;
	}

	.contactArea .box_l{
	display: none;
	}

	.contactArea .box_r{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-right: 0;
		padding: 10px;
		text-align: center;
	}

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


/* =======================================

	side

========================================== */
.lnav{
	position: relative;
	background-color: #fff;
	border-radius:10px;
}

.lnav::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 30px;
	background-color: #298b29;
	border-radius: 10px 10px 0 0;
}

.lnav.kenpo::before{background-color: #f0b500;}
.lnav.kikin::before{background-color: #4e94e3;}
.lnav.kyosaikai::before{background-color: #6cb939;}
.lnav.ikujikaigo::before{background-color: #ef7f7f;}
.lnav.download::before{background-color: #a77ec6;}

.lnav > ul{
	padding: 40px 10px 10px;
}

.lnav > ul > li{
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.lnav ul li a{
	text-decoration: none;
	color:#222;}

.lnav > ul > li > a{
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.lnav ul li a:hover{
	text-decoration: underline;}

.lnav ul li ul{
	margin-top: 10px;}

.lnav ul li ul li{
	position: relative;}

.lnav ul li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left:-18px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lnav ul.kenpo > li > a{color:#e98400;}
.lnav ul.kikin > li > a{color:#4e94e3;}
.lnav ul.kyosaikai > li > a{color:#6cb939;}
.lnav ul.ikujikaigo > li > a{color:#ef7f7f;}
.lnav ul.download > li > a{color:#a77ec6;}


.lnav > ul > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/common_icon_arrow.png);
}

.lnav ul.kenpo > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/kenpo_icon_arrow.png);
}
.lnav ul.kikin > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/kikin_icon_arrow.png);
}
.lnav ul.kyosaikai > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/kyosaikai_icon_arrow.png);
}
.lnav ul.ikujikaigo > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/ikuji_icon_arrow.png);
}
.lnav ul.download > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/dl_icon_arrow.png);
}

.lnav ul.kenpo li ul li::after{
	border-right: 1px solid #f0b500;
	border-bottom: 1px solid #f0b500;
}
.lnav ul.kikin li ul li::after{
	border-right: 1px solid #4e94e3;
	border-bottom: 1px solid #4e94e3;
}
.lnav ul.kyosaikai li ul li::after{
	border-right: 1px solid #6cb939;
	border-bottom: 1px solid #6cb939;
}
.lnav ul.ikujikaigo li ul li::after{
	border-right: 1px solid #ef7f7f;
	border-bottom: 1px solid #ef7f7f;
}
.lnav ul.download li ul li::after{
	border-right: 1px solid #a77ec6;
	border-bottom: 1px solid #a77ec6;
}






/* ======================================================

	footer

========================================================= */
#footer{
	width:100%;}

.footerArea{
	margin:0 auto;
	padding:10px 0 0;
	padding-bottom: 237px;
	background: url(images/bg_footer.jpg) center bottom no-repeat;
	}

.footerArea:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.f_info{
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
	text-align: center;
	}
	

.f_logo{
	margin-bottom: 20px;
}

.f_address{
	margin-bottom: 20px;
}

.f_tel{
	margin-bottom: 10px;
}
.f_tel a{
	position: relative;
	text-decoration: none;
	color: #222;
	font-size: 26px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.f_tel a:before{
	position: absolute;
	top: 0;
	left: -40px;
	content: url(images/f_icon_tel.png);
}
.f_fax{
	margin-bottom: 10px;
}
.f_fax span{
	position: relative;
	text-decoration: none;
	color: #222;
	font-size: 18px;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.f_fax span:before{
	position: absolute;
	top: 0;
	left: -30px;
	content: url(images/f_icon_fax.png);
}

@media screen and (max-width:768px){
	.f_info{
		margin: 0 auto;
		padding: 20px 10px;
		width: 100%;
		text-align: center;
		}

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

	.footerArea{
		margin:0 auto;
		padding:10px 0 0;
		padding-bottom: 50px;
		background: url(images/bg_footer.jpg) center bottom no-repeat;
		background-size: contain;
		}

}

/* fnav
========================================== */
.f_navArea{background-color: #F0F8FD;}

.f_navArea .inner{
	margin: 0 auto;
	padding: 40px 0;
	width: 1200px;
}
.f_navArea .inner:after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}

.fnav{
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.fnav:last-child{
	margin-right:0;}

.fnav ul{
	margin-bottom: 20px;}

.fnav > ul > li{
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.fnav ul li a{
	text-decoration: none;
	color:#222;}

.fnav > ul > li > a{
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.fnav ul li a:hover{
	text-decoration: underline;}

.fnav ul li ul{
	margin-top: 10px;}

.fnav ul li ul li{
	position: relative;}

.fnav ul li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left:-18px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fnav ul.kenpo > li > a{color:#e98400;}
.fnav ul.kikin > li > a{color:#4e94e3;}
.fnav ul.kyosaikai > li > a{color:#6cb939;}
.fnav ul.ikujikaigo > li > a{color:#ef7f7f;}
.fnav ul.download > li > a{color:#a77ec6;}

.fnav ul.kenpo > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/kenpo_icon_arrow.png);
}
.fnav ul.kikin > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/kikin_icon_arrow.png);
}
.fnav ul.kyosaikai > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/kyosaikai_icon_arrow.png);
}
.fnav ul.ikujikaigo > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/ikuji_icon_arrow.png);
}
.fnav ul.download > li:before{
	position: absolute;
	top:3px;
	left: 0;
	content: url(images/dl_icon_arrow.png);
}

.fnav ul.kenpo li ul li::after{
	border-right: 1px solid #f0b500;
	border-bottom: 1px solid #f0b500;
}
.fnav ul.kikin li ul li::after{
	border-right: 1px solid #4e94e3;
	border-bottom: 1px solid #4e94e3;
}
.fnav ul.kyosaikai li ul li::after{
	border-right: 1px solid #6cb939;
	border-bottom: 1px solid #6cb939;
}
.fnav ul.ikujikaigo li ul li::after{
	border-right: 1px solid #ef7f7f;
	border-bottom: 1px solid #ef7f7f;
}
.fnav ul.download li ul li::after{
	border-right: 1px solid #a77ec6;
	border-bottom: 1px solid #a77ec6;
}


@media screen and (max-width: 768px) {
	.f_navArea .inner{
		margin: 0 auto;
		padding: 20px 10px;
		width: 100%;
	}

	.fnav{
		display: block;
		float: left;
		width: 48%;
		margin-right: 2%;
	}

}

@media screen and (max-width: 599px) {
	.fnav{
		float:none;
		width:100%;
		margin-right: 0;}

}


/* ==============================================

	copyright

================================================= */
.copyright{
	clear:both;
	padding:10px;
	font-size:14px;
	text-align:center;
	background: url(images/bg_copyright.jpg) center bottom no-repeat;
	background-size: cover;}


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

}

/* =======================================

	pageTop

========================================== */
#pageTop{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index: 100;
	padding:20px 20px 17px 20px;
	border-radius: 5px;
	background-color: rgba(41,139,41,0.8);}

#pageTop:hover{
	opacity:0.7;}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:13px 13px 11px 13px;}
}



/* =======================================

	topicPath

========================================== */
#topicPath{
	display: block;
	padding:10px;
	font-size: 1.4rem;
}

#topicPath li{
	display: inline;
	list-style-type: none;}

#topicPath li:before {
	content: " > ";}

#topicPath li:first-child:before {
	content: none;}


@media screen and (max-width: 768px) {
	#topicPath{
		padding:0 10px 10px;
		font-size: 1.2rem;
	}
}




