<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 RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
body {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media print, screen and (min-width: 769px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 769px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #1A1F86;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #ffffb2;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #ccc;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:35%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
.skip_sp{
	display: none;
}
/**** フォーム ****/
#body input, #body button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"], #body button[type="button"], #body button {
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover, #body button[type="button"]:hover, #body button:hover {
	background: #666;
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
/*	font-size: 85%;*/
/*	color: #555;*/
/*	margin-left: ;*/
	display: inline-block;
	
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	clear: both;
}
.zone01_in{
	padding: 20px 0 0;
}
.zone02_in,
.zone03_in,
.zone04_in{
	padding: 0;
}
.main .zone01_in &gt; * &gt; .inner,
.main .zone02_in &gt; * &gt; .inner,
.main .zone03_in &gt; * &gt; .inner,
.main .zone04_in &gt; * &gt; .inner {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px 100px;
}
@media only screen and (max-width: 768px) {
	.main .zone01_in &gt; * &gt; .inner,
	.main .zone02_in &gt; * &gt; .inner,
	.main .zone03_in &gt; * &gt; .inner,
	.main .zone04_in &gt; * &gt; .inner {
		padding: 0 12px 70px;
	}
}
@media only screen and (max-width: 500px) {
	.main .zone01_in &gt; * &gt; .inner,
	.main .zone02_in &gt; * &gt; .inner,
	.main .zone03_in &gt; * &gt; .inner,
	.main .zone04_in &gt; * &gt; .inner {
		padding: 0 12px 40px;
	}
}

/********************** ヘッダー **********************/
.main_header {
	width: 100%;
	position: relative;
}
.head{
	width: 100%;
	background-image: url(img/head_bgi_okayama.jpg);
	background-position: center top;
	background-size: 1500px auto;
	background-size: cover;
	background-repeat: no-repeat;
}
	@media only screen and (max-width: 768px) {
		.main_header{
			overflow: hidden;
		}
	}
/**** サブサイト共通ヘッダー ****/
.h_top_wrap {
	font-size: 88%;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
.h_top{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 9px 12px;
	letter-spacing: 0.05em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.h_top .mainsite{
	margin: 0;
	padding-left: 16px;
	position: relative;
}
.h_top .mainsite::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 8px solid #7FC314;
}
.h_top .head_tool{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.h_top .head_tool_in{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* フォントサイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
	float: left;
}
.font_size{
	display: flex;
	align-items: center;
}
.font_tit{
	margin: 0 10px 0 0;
}
.font_list li{
	margin: 0;
}
.font_list li a{
	padding: 2px 11px 1px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	display: block;
}
.font_list li:last-child a{
	color: #fff;
	text-shadow: 1px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
	background-color: #7FC314;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}
/*Foreign Languages*/
.lang{
	margin: 0 0 0 30px;
}
.lang a{
	padding: 2px 11px 1px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
	background-color: #7FC314;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
}
.lang a:hover{
	color: #528306;
	text-shadow: none;
	background-color: #fff;
}
/* 検索ボックス */
.h_top .src_box {
	margin: 0 0 0 30px;
}
.src_box .q{
	float: left;
	width: 220px!important;
	margin: 0;
	height: 26px!important;
	padding: 0 6px!important;
	border: 1px solid #ccc!important;
	border-right: none;
	border-radius: 4px 0 0 4px!important;
}
.h_top .src_box #search_button,
.src_box #search_button_sp {
	width: 64px;
	min-height: 26px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 100%;
	text-shadow: 1px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
	background: #7FC314;
	border: 1px solid #ccc;
	border-left: 0;
	cursor: pointer;
	white-space: normal;
	border-radius: 0 4px 4px 0;
}
.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #7FC314;
}
@media print, screen and (max-width: 999px) {
	.h_top .head_tool{
		flex-direction: column;
		align-items: flex-end;
	}
	.head_tool_in{
		padding-bottom: 6px;
	}
}
@media only screen and (max-width: 768px) {
	.h_top_wrap{
		display: none;
	}
	.src_box .q{
		width: calc(100% - 54px)!important;
		height: 30px!important;
	}
	.src_box #search_button_sp{
		width: 54px;
		height: 30px;
	}
}

/**** ヘッダーメイン ****/
/*logo*/
.h1{
	margin: 0 auto;
	padding: 60px 12px 120px;
	max-width: 1224px;
}
.h1 img{
	padding: 10px 0;
	width: 512px;
}

.head_in {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}
.h_main {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.h_main .tab_menu,
	.head_in{
		display: none;
	}
	.h1 {
		padding: 20px 12px;
	}
	.h1 img {
		padding: 8px;
		width: 400px;
		background: rgba(255, 255, 255, 0.6);
	}
}
@media only screen and (max-width: 500px) {
	.h1 img {
		width: 290px;
	}
}
@media only screen and (max-width: 380px) {
	.h1 img {
		width: 240px;
	}
}

/**** グローバルナビ ****/
.g_navi {
	padding: 20px 0;
	overflow: hidden;
}
.g_navi_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.g_navi li{
	margin: 0;
	padding: 0;
	width: calc(20% - 16px);
	text-align: center;
}
.g_navi li a{
	color: #1A1A1A;
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	border: 3px solid #aaa;
	display: block;
	transition: all 0.3s;
	position: relative;
}
.g_navi li:nth-child(3) a{
	border-color: #AE6FC9;
}
.g_navi li:nth-child(4) a{
	border-color: #A7D6FF;
}
.g_navi li:nth-child(5) a{
	border-color: #E08080;
}
.g_navi li a span.img{
	margin: 0;
	display: block;
	overflow: hidden;
}
.g_navi li a img{
	width: 100%;
	transition: 0.3s;
}
.g_navi li a:hover img{
	transform: scale(1.1);
	transition: 0.3s;
}
.g_navi li a span.text{
	padding: 6px 0 5px;
	width: 100%;
	font-size: 105%;
	background-color: rgba(255,255,255,0.9);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only print{
	.g_navi li a span.text{
		transform: translate(0, 0);
	}
}
@media only screen and (max-width: 768px) {
	.g_navi_in{
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform:translateY(-50%);
}
#menu_button a{
	position: relative;
	background: #7FC314;
	color: #fff;
	text-shadow: 1px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	min-height: 54px;
	width: 54px;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
#menu_button a .icon_ham:before{
	top: 8px;
}
#menu_button a .icon_ham:after{
	top: 16px;
}
@media print, screen and (min-width: 769px) {
	#menu_button,
	#lan_drop{
		display: none !important;
	}
}
@media only screen and (max-width: 500px) {
	#menu_button a{
		padding-top: 31px;
		min-height: 50px;
		width: 50px;
	}
	#menu_button a .icon_ham{
		top: 9px;
	}
}

#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #7FC314;
	box-sizing: border-box;
	color: #333;
}
	@media print, screen and (min-width: 769px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a{
	background: #7FC314;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
	padding: 14px 10px 14px 32px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 10px;
	border-bottom: 3px solid #7FC314;
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #7FC314;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #7FC314;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidr ul li::before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}
#sidr ul li:last-child{
	border-bottom: none;
}
#sidr ul li a{
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr ul li.mainsite{
	background: #ffffb2;
	border-top: 2px solid #7FC314;
	font-size: 85%;
}
#sidr ul.sidr_navi_sub li{
	font-size: 85%;
}
#sidr ul.sidr_navi_sub li a{
	padding: 10px 24px 10px 12px;
	letter-spacing: -0.01em;
}
/**** 支援機能 ****/
#sidr .side_shien{
	background: #e8f4f9;
}
#sidr ul.sidr_navi02{
	border-bottom: 0;
	padding: 10px 10px 4px;
	display: flex;
		flex-wrap: wrap;
}
#sidr ul.sidr_navi02 li{
	border: 0;
	margin-right: 1.25%;
	margin-bottom: 6px;
	width: 24%;
}
#sidr ul.sidr_navi02 li:nth-of-type(4n){
	margin-right: 0;
}
#sidr ul.sidr_navi02 li::before{
	display: none;
}
#sidr ul.sidr_navi02 li a{
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 70%;
	letter-spacing: -0.01em;
	padding: 6px 2px;
	text-align: center;
}
#sidr ul.sidr_navi03{
	display: flex;
	border-top: 1px solid #bbb;
}
#sidr ul.sidr_navi03 li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi03 li:nth-child(odd){
	border-right: 1px solid #bbb;
}


/*********** フッター ***********/
.main_footer {
	margin-top: 55px;
	padding-top: 20px;
	background: #fff;
/*	overflow: hidden;*/
	width: 100%;
	border-top: 3px solid #ccc;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.main_footer {
/*		margin-top: 70px;*/
		min-width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.main_footer {
		margin-top: 50px;
	}
}

/**** トップへ戻る ****/
.foot_modori{
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	border: 3px solid #ccc;
	line-height: 1.2;
	padding: 36px 8px 16px;
	font-size: 85%;
	border-radius: 10px;
	text-align: center;
	width: 180px;
	position: relative;
}
.foot_modori a::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	width: 14px;
	height: 14px;
	border-left: 3px solid #7FC314;
	border-top: 3px solid #7FC314;
	transform: translateX(-50%) rotate(45deg);
}
.foot_modori a:hover{
	background: #eee;
}
@media only screen and (max-width: 768px) {
	.foot_modori .modoriin {
		padding: 0 10px;
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.foot_modori a {
		width: 150px;
		padding: 28px 8px 10px;
	}
	.foot_modori a::before{
		top: 12px;
	}

}

/**** メインフッター ****/
.foot_wrap {
	border-bottom: 1px solid #ccc;
}
.foot{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 28px 12px;
	display: flex;
	flex-wrap: wrap;
}
.foot_id{
	margin-right: 20px;
	width: calc(100% - 550px);
	flex-grow: 1;
}
.foot_sublink{
	margin-bottom: 10px;
	padding: 0;
	font-size: 85%;
}
.foot_sublink li{
	padding: 0;
	display: inline-block;
	position: relative;
	margin: 0 14px 12px 0;
	padding-left: 16px;
}
.foot_sublink li:last-child{
	margin-right: 0;
}
.foot_sublink li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border: 6px solid transparent;
	border-left: 8px solid #7FC314;
}
.foot .address {
	margin-top: 12px;
}
.foot .address .logo{
	display: block;
	margin-bottom: 6px;
}
.foot .address .logo img{
	width: 432px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot .address .access{
	display: inline-block;
	padding: 2px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
}
.foot .address {
	margin-top: 0;
	font-size: 90%;
}
.foot .address span{
	display: inline-block;
}
.foot .address .logo{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.foot .address .logo span:first-child{
	margin-right: 15px;
}
.foot .address .logo span:last-child{
	font-size: 165%;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot .address .jusho{
	margin-right: 10px;
}
.foot .address .number span{
	margin: 4px 14px 0 0;
}
.foot_sns{
	margin: 16px 0 0;
	width: 100%;
}
.foot_sns ul{
	display: flex;
	flex-wrap: wrap;
}
.foot_sns li{
	margin-right: 12px;
	display: flex;
	flex-wrap: wrap;
}
.foot_sns li:last-child{
	margin-right: 0;
}
.foot_sns li a{
	padding: 8px 11px 8px 12px;
	width: 220px;
	color: #fff;
	text-decoration: none;
	background-color: #1071ec;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.foot_sns li.insta a{
	background-color: #d300c5;
}
.foot_sns li a:hover{
	color: #1071ec;
	border: 2px solid #1071ec;
	background-color: #fff;
	padding: 6px 9px 6px 10px;
}
.foot_sns li.insta a:hover{
	color: #d300c5;
	border: 2px solid #d300c5;
}
.foot_sns li .img img{
	width: 30px;
}
.foot_sns li a:hover .img{
	background-image: url(img/icon_fb_on.png);
	background-position: left center;
	background-size: 30px;
	background-repeat: no-repeat;
}
.foot_sns li.insta a:hover .img{
	background-image: url(img/icon_insta_on.png);
}

.foot_sns li a:hover .img img{
	opacity: 0;
}
.foot_sns li .text{
	font-size: 95%;
	margin: 0 0 0 10px;
	letter-spacing: 0;
}
.foot_link{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 12px 28px;
	font-size: 85%;
}
.foot_link li{
	padding: 0;
	display: inline-block;
	position: relative;
	margin-right: 14px;
	padding-left: 18px;
}
.foot_link li:last-child{
	margin-right: 0;
}
.foot_link li::before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #FFF32E;
	border-radius: 50%;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	transform: rotate(-45deg);
}

.foot_copy {
	padding: 7px 12px;
	font-size: 75%;
	text-align: center;
	background-color: #FCFCA9;
}
.foot_copyin {
	width: 100%;
	max-width: 1224px;
	margin: 0 auto;
}
.sp_only{
	display: none;
}
.foot_time{
	width: 530px;
}
.foot_time_lower{
	margin: 0 auto;
	padding: 24px;
	background-color: #FDFFCB;
	border-radius: 4px;
}
.foot_time_lower p{
	margin-top: 8px;
	font-size: 90%;
	display: flex;
}
.foot_time_lower p:first-child{
	margin-top: 0;
}
.foot_time_lower p span:first-child{
	width: 64px;
}
.foot_time_lower p span:last-child{
	width: calc(100% - 64px);
}
.foot_time_lower p span.c_red{
	color: #e60000;
}
.foot_time_lower p span.c_red strong{
	font-weight: normal;
}
@media print, screen and (max-width: 1099px) {
	.foot{
		display: block;
	}
	.foot_id {
		width: 100%;
	}
	.foot_time{
		margin-top: 20px;
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.foot_sublink{
		padding: 16px 12px 0;
	}
	.foot {
		padding: 20px 12px;
		width: 100%;
	}
	.foot_link{
		padding: 0 12px 16px;
	}
	.foot_link li {
		margin-top: 18px;
	}
	.foot_sns{
		text-align: left;
		width: 100%;
		flex-wrap: wrap;
	}
	.foot_sns li{
		margin: 10px 0 0;
		width: 100%;
	}
	.foot_sns li a{
		padding: 18px;
		width: 100%;
	}
	.foot_sns li a:hover{
		padding: 16px;
	}
	.foot_sns li .img img{
		width: 32px;
	}
	.foot_sns li .text{
		margin-left: 16px;
	}
	.foot_copyin{
		padding: 0 10px;
		width: 100%;
	}
	.foot .address a[href^="tel:"]{
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
	.foot .address .access{
		text-align: center;
		padding: 6px;
		margin: 10px 0;
		width: 48%;
	}
	.foot .address .big{
		font-size: 125%;
	}
	.foot_is{
		flex-wrap: wrap;
	}
}


/********************** 領域共通のスタイル **********************/
.main {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.main::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 24px);
    max-width: 1200px;
    height: calc(100% + 100px);
    background-color: #FBFBFB;
    z-index: -1;
}
.main h2 {
	margin: 0 auto 80px;
	padding: 24px 12px 23px;
	color: #000;
	font-size: 180%;
	text-align: center;
	background-color: #FCFCA9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .h2{
	margin: 0 auto 80px;
	padding: 24px 12px 23px;
	text-align: center;
	background-color: #FCFCA9;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .h2 p{
	padding: 0 0 0 10px;
	margin: 0;
}
.main .h2 h2 {
	margin: 0;
	padding: 0;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.list_icon{
	margin: 1px 0 0 4px;
	padding: 1px 0 0;
	width: 105px;
	font-size: 85%;
	text-align: center;
	background-color: #FAC698;
	border-radius: 3px;
	vertical-align: top;
	display: inline-block;
}
.list_icon.color01{
	background-color: #FFEF76;
}
.list_icon.color02{
	background-color: #F5B2ED;
}
.list_icon.color03{
	background-color: #A7F2B1;
}
.list_icon.color04{
	background-color: #F89F9F;
}
.list_icon.color05{
	background-color: #88BFF7;
}
.list_icon.color06{
	background-color: #96F2EB;
}
.list_icon.color07{
	background-color: #FC8C77;
}
.list_icon.color08{
	background-color: #99E7EF;
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
@media only screen and (max-width: 768px) {
	.main h2,
	.main .h2{
		margin: 0 auto 40px;
		padding: 18px 12px 17px;
	}
	.main h2 {
		font-size: 150%;
	}

}
@media only screen and (max-width: 500px) {
	.main h2,
	.main .h2{
		margin: 0 auto 20px;
		padding: 16px 12px 15px;
	}
	.main h2 {
		font-size: 125%;
	}
}


/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
@media print, screen and (min-width: 769px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 768px) {
	.ac_box h2{
		padding-right: 72px;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** 分類1のスタイル ****/
.main .category_p01{
	margin-top: 60px;
}
@media only screen and (max-width: 500px) {
	.main .category_p01{
		margin-top: 30px;
	}
}

/**** 緊急情報のスタイル ****/
.emergency {
}
.main .emergency h2,
.main .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.main .emergency .h2 p {
}
.main .emergency_lower {
	padding: 25px 40px 40px;
	background-color: #fff;
	border: 2px solid #a90000;
	border-radius: 4px;
}
@media only screen and (max-width: 500px) {
	.main .emergency_lower {
		padding: 8px 20px 20px;
	}
}

/**** スライドショーのスタイル ****/
.vis{
	margin: 10px 0 50px;
	background-color: #B0DA6F;
	position: relative;
}
.vis.pick{
	margin: 66px 0 50px;
	padding-top: 40px;
}
.vis.pick::after{
	content: '';
	position: absolute;
	top: -146px;
	left: 0;
	width: 100%;
	height: 146px;
	background-image: url(img/vis_obi_center.png);
	background-position: center top;
	background-size: auto 146px;
	background-repeat: repeat-x;
}
.vis h2{
	margin: 0;
	padding: 0;
	height: 0;
	min-height: 0;
}
.vis.pick h2{
	margin-bottom: 0;
	padding: 0 12px;
	height: 90px;
	position: relative;
}
.vis.pick h2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background:linear-gradient(to right, #B0DA6F 60%, #FCFCA9);
}
.vis.pick h2::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background:linear-gradient(to left, #B0DA6F 60%, #FCFCA9);
}
.vis.pick h2 img{
	width: 255px;
}
.vis .vis_bg.inner{
	padding: 40px 12px 50px;
	position: relative;
}
.vis .vis_bg .slick-track{
	line-height: 0;
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg .slick-slide li{
	padding: 30px 40px;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 4px;
}
.vis .vis_bg li::before{
	display: none;
}
.vis .vis_bg li img{
	border: 2px solid #ccc;
	border-radius: 7px;
}
.slick_nav{
	padding: 0 90px 0 40px;
	justify-content: flex-end;
	align-items: center;
    bottom: 60px;
    right: 0;
}
/* ページネーション */
.slick-dots li{
    min-width: 28px;
    min-height: 28px;
    margin: 0 5px 0 0 !important;
}
#body .slick-dots li button{
/*	color: #707070;*/
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    min-width: 28px;
    min-height: 28px;
	font-size: 90%;
	border-radius: 50%;
}
#body .slick-dots li button:hover{
    background: #fff;
}
#body .slick-dots li.slick-active button{
    background: #FFF857;
}
/* 再生・停止 */
.slick_ps div{
	margin-left: 5px;
}
.slick_ps a{
    padding: 3px 12px 2px;
	color: #1A1F86;
	font-size: 90%;
	text-shadow: none;
	text-decoration: none;
    background: #fff;
	border: 1px solid #707070;
	border-radius: 14px;
}
.slick_ps a:hover{
	color: #9f0000;
}
@media only print{
	.vis.pick .slick-slide {
		width: 980px!important;
	}
}
@media only screen and (max-width: 768px) {
	.vis.pick{
		margin-top: 20px;
	}
	.vis .vis_bg.inner{
		padding: 40px 12px 60px;
	}
	.vis.pick::after{
		top: -80px;
		height: 80px;
		background-size: auto 80px;
	}
	.vis.pick h2{
		height: 70px;
	}
	.vis.pick h2::before,
	.vis.pick h2::after{
		width: 25%;
	}
	.vis.pick h2 img{
		width: 204px;
	}
	.vis .vis_bg .slick-slide li{
		padding: 20px;
	}
	.slick_nav {
		padding: 0;
		bottom: -38px;
	}
}
@media only screen and (max-width: 500px) {
	.vis.pick{
		margin-top: 10px;
	}
	.vis.pick::after{
		top: -60px;
		height: 60px;
		background-size: auto 60px;
	}
	.vis.pick h2{
		height: 60px;
	}
	.vis.pick h2::before,
	.vis.pick h2::after{
		width: 20%;
	}
	.vis.pick h2 img{
		width: 178px;
	}
	.vis .vis_bg.inner{
		padding: 20px 12px 50px;
	}
	.vis .vis_bg .slick-slide li{
		padding: 12px;
	}
}

/**** 画像リストのスタイル ****/
.ilist {
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul &gt; li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul &gt; li::before {
	display: none;
}
.main .ilist_lower ul &gt; li a {
	display: block;
	padding: 0;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.main .ilist_lower ul &gt; li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul &gt; li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0;
}
.ilist .ilist_title{
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.main .ilist_lower ul &gt; li {
		width: calc((100% - 36.1px) / 3);
	}
	.main .ilist_lower ul &gt; li:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.main .ilist_lower ul &gt; li:nth-of-type(n) {
		margin-right: 0;
		width: 100%;
	}
}

/**** 画像リスト2のスタイル ****/
.ilist2 {
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul &gt; li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul &gt; li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul &gt; li::before {
	display: none;
}
.main .ilist2_lower ul &gt; li a {
	width: 100%;
	display: flex;
	text-decoration: none;
}
.main .ilist2_lower ul &gt; li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul &gt; li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.ilist2 .ilist_title{
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.main .ilist2_lower ul &gt; li {
		width: calc((100% - 24.1px) / 2);
	}
	.main .ilist2_lower ul &gt; li:nth-of-type(3n) {
		margin-right: 12px;
	}
	.main .ilist2_lower ul &gt; li:nth-of-type(even) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.main .ilist2_lower ul &gt; li:nth-of-type(n) {
		margin-right: 0;
		width: 100%;
	}
}

/**** 分類のスタイル ****/
.category, .category2, .category3, .category4, .category5{
}
.category_lower{
	padding: 25px 40px 40px;
	background-color: #fff;
	border: 2px solid #7FC314;
	border-radius: 4px;
}
.main .category_3_ul {
	font-size: 85%;
}
@media only screen and (max-width: 500px) {
	.category_lower{
		padding: 8px 20px 20px;
	}
}

/**** 各課の窓口のスタイル ****/
.kakuka {
}

/**** 催し物・講座のスタイル ****/
.event {
}
.event_lower{
	padding: 25px 40px 40px;
	background-color: #fff;
	border: 2px solid #7FC314;
	border-radius: 4px;
}
.main .event_lower li {
	padding-left: 0;
}
.main .event_lower li::before {
	display: none;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #ffffb2;
	border-radius: 4px;
	padding: 4px;
	margin-right: 8px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
.main .event_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #E6E6E6;
	border: 1px solid #aaa;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a:before,
.event_month li.next a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}
.event_month li.pre a:before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}
.event_month li.next a:before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}
@media only screen and (max-width: 500px) {
	.event_lower{
		padding: 8px 20px 20px;
	}
}

/**** イベントカレンダーのスタイル ****/
.calendar {
}
.calendar_lower{
	padding: 25px 40px 40px;
	background-color: #fff;
	border: 2px solid #7FC314;
	border-radius: 4px;
	overflow: auto;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}
.main .calendar_lower .event_month img {
	vertical-align: baseline;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	display: none;
}
.main .calendar th {
	border: 1px solid #ccc;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #ccc;
	text-align: center;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today a {
	color: #fff;
}
@media only screen and (max-width: 500px) {
	.calendar_lower{
		padding: 8px 20px 20px;
	}
}

/**** 新着情報のスタイル ****/
.new {
}
.main .new_lower{
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .new ul{
	max-height: 245px;
	overflow: auto;
}
.main .new ul li{
	margin-top: 14px;
	padding-bottom: 13px;
	padding-left: 33px;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
}
.main .new ul li::before{
	top: 5px;
	left: 10px;
	width: 13px;
	height: 13px;
	background-color: #7FC314;
	border: 0;
	border-radius: 50%;
}
.main .new ul li .new_lst{
	display: flex;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
.main .new div.date{
	margin-left: 0;
	width: 120px;
}
.main .new div.list{
	width: calc(100% - 120px);
}
@media only screen and (max-width: 768px) {
	.main .new ul li .new_lst{
		display: block;
	}
	.main .new div.list {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.main .new_lower{
		padding: 8px 20px 20px;
	}
}

/**** トピックスのスタイル ****/
.topics {
}
.main .topics_lower {
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .topics ul{
	max-height: 260px;
    overflow: auto;
}
.main .topics ul li {
    margin-top: 14px;
    padding-bottom: 13px;
    padding-left: 33px;
    border-bottom: 1px solid #D6D6D6;
	display: flex;
}
.main .topics ul li::before{
	top: 5px;
	left: 10px;
	width: 13px;
	height: 13px;
	background-color: #7FC314;
	border: 0;
	border-radius: 50%;
}
.main .topics div.date{
	width: 120px;
}
.main .topics div.list{
	width: calc(100% - 120px);
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.main .topics ul li{
		display: block;
	}
	.main .topics div.list {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.main .topics_lower{
		padding: 8px 20px 20px;
	}
}

/**** タブ切り替えのスタイル ****/
.main .free_tab{
}
.main .free_tab .tab_index{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.main .free_tab .tab_index .tab_change{
	margin-right: 20px;
	text-align: center;
	display: flex;
	font-size: 120%;
	width: 49.5%;
}
.main .free_tab .tab_index .tab_change:last-child{
	margin-right: 0;
}
.main .free_tab .tab_index .tab_change.is-active{
	margin-bottom: -2px;
}
.main .free_tab .tab_index .tab_change a{
	background-color: #B0DA6F;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	padding: 14px 10px;
	width: 100%;
	text-decoration: none;
}
.main .free_tab .tab_index .tab_change:nth-child(2) a{
	background-color: #A7D6FF;
}
.main .free_tab .tab_index .tab_change:nth-child(3) a{
	background-color: #B3F49F;
}
.main .free_tab .tab_index .tab_change a:hover{
	border: 2px solid #7FC314;
	border-bottom: 0;
	background-color: #fff;
}
.main .free_tab .tab_index .tab_change:nth-child(2) a:hover{
	border-color: #5aa1de;
}
.main .free_tab .tab_index .tab_change:nth-child(3) a:hover{
	border-color: #44d617;
}
.main .free_tab .tab_index .tab_change.is-active a{
	padding: 20px 10px 16px;
	color: #1a1a1a;
	background: #fff;
	border: 2px solid #7FC314;
	border-top: 6px solid #7FC314;
	border-bottom: 0;
	position: relative;
}
.main .free_tab .tab_index .tab_change:nth-child(2).is-active a{
	border-color: #5aa1de;
}
.main .free_tab .tab_index .tab_change:nth-child(3).is-active a{
	border-color: #44d617;
}
.main .free_tab .tab_index .tab_change.is-active a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	z-index: 99;
}
.main .free_tab li.tab_panel{
	margin: 0;
	padding: 0;
	z-index: 10;
}
.main .free_tab li.tab_panel::before{
	display: none;
}
.main .free_tab li.tab_panel h2,
.main .free_tab li.tab_panel h3{
	background: none;
	padding: 0;
	margin: 0;
	height: 0;
}
.main .free_tab li.tab_panel h2 &gt; *,
.main .free_tab li.tab_panel h3 &gt; *{
	padding: 0;
	margin: 0;
	border: 0;
}
.main .free_tab li.tab_panel &gt; article &gt;  div{
	border-radius: 0 0 4px 4px;
}
.main .free_tab li.tab_panel:nth-child(2) &gt; article &gt;  div{
	border-color: #5aa1de;
}
.main .free_tab li.tab_panel:nth-child(3) &gt; article &gt;  div{
	border-color: #44d617;
}
.main .free_tab li.tab_panel:nth-child(2) &gt; article &gt;  div ul li::before{
	background-color: #5aa1de;
}
.main .free_tab li.tab_panel:nth-child(3) &gt; article &gt;  div ul li::before{
	background-color: #44d617;
}
@media only screen and (max-width: 500px) {
	.main .free_tab .tab_index .tab_change{
		margin-right: 10px;
		font-size: 100%;
	}
	.main .free_tab .tab_index .tab_change a{
		padding: 10px 6px;
	}
	.main .free_tab .tab_index .tab_change.is-active a{
		padding: 14px 6px 10px;
	}
}


/**** ピックアップ1のスタイル ****/
.pickup {
}
.main .pickup_lower {
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 0;
}
.main .pickup_lower .pickup_sub h3 {
	background: #FCFCA9;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
.main .pickup ul{
	max-height: 260px;
    overflow: auto;
}
.main .pickup ul li {
    margin-top: 14px;
    padding-bottom: 13px;
    padding-left: 33px;
    border-bottom: 1px solid #D6D6D6;
	display: flex;
}
.main .pickup ul li::before{
	top: 5px;
	left: 10px;
	width: 13px;
	height: 13px;
	background-color: #7FC314;
	border: 0;
	border-radius: 50%;
}
.main .pickup div.date{
	width: 200px;
}
.main .pickup div.date span:first-child{
	width: 80px;
	display: inline-block;
}
.main .pickup div.list{
	width: calc(100% - 200px);
}
@media only screen and (max-width: 768px) {
	.main .pickup ul li{
		display: block;
	}
	.main .pickup div.list {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.main .pickup_lower{
		padding: 20px;
	}
}

/**** ピックアップ2のスタイル ****/
.pickup2 {
}
.main .pickup2_lower {
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 0;
}
.main .pickup2_lower .pickup_sub h3 {
	background: #FCFCA9;
	padding: 4px 6px;
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
.main .pickup2 ul{
	max-height: 260px;
    overflow: auto;
}
.main .pickup2 ul li {
    margin-top: 14px;
    padding-bottom: 13px;
    padding-left: 33px;
    border-bottom: 1px solid #D6D6D6;
}
.main .pickup2 ul li::before{
	top: 5px;
	left: 10px;
	width: 13px;
	height: 13px;
	background-color: #7FC314;
	border: 0;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.main .pickup2_lower{
		padding: 20px;
	}
}

/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
}
.main ul.more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
	border: 0;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
	background: #7FC314;
	border-radius: 4px;
	display: inline-block;
}
.main .free_tab li.tab_panel:nth-child(2) &gt; article &gt; div .more li a{
	color: #fff;
	text-shadow: 1px 1px 1px #2d78b9, -1px 1px 1px #2d78b9, 1px -1px 1px #2d78b9, -1px -1px 1px #2d78b9, 1px 0 1px #2d78b9, 0px 1px 1px #2d78b9, -1px 0 1px #2d78b9, 0 -1px 1px #2d78b9;
	background: #5aa1de;
}
.main .free_tab li.tab_panel:nth-child(3) &gt; article &gt; div .more li a{
	color: #fff;
	text-shadow: 1px 1px 1px #208800, -1px 1px 1px #208800, 1px -1px 1px #208800, -1px -1px 1px #208800, 1px 0 1px #208800, 0px 1px 1px #208800, -1px 0 1px #208800, 0 -1px 1px #208800;
	background: #44d617;
}
.main .more li a:hover{
	color: #528306;
	border: 2px solid #7FC314;
	text-shadow: none;
	background: #fff;
	padding: 8px;
}
.main .free_tab li.tab_panel:nth-child(2) &gt; article &gt; div .more li a:hover{
	color: #2d78b9;
	border: 2px solid #5aa1de;
	text-shadow: none;
	background: #fff;
}
.main .free_tab li.tab_panel:nth-child(3) &gt; article &gt; div .more li a:hover{
	color: #208800;
	border: 2px solid #44d617;
	text-shadow: none;
	background: #fff;
}
.main .more li a span{
	padding-left: 16px;
	position: relative;
}
.main .more li a span::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}
.main  .more li a:hover span::before{
	border-color: #528306;
}
.main .free_tab li.tab_panel:nth-child(2) .more li a:hover span::before{
	border-color: #2d78b9;
}
.main .free_tab li.tab_panel:nth-child(3) .more li a:hover span::before{
	border-color: #208800;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
@media only screen and (max-width: 480px) {
	.main .more{
		max-width: 100%;
	}
	.main .more li{
		margin-left: 0;
		width: 100%;
	}
	.main .more li a{
		padding: 12px;
	}
	.main .more li a:hover{
		padding: 10px;
	}
}

/**** ランキングのスタイル ****/
.ranking{
}
.main .ranking_lower {
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .ranking_lower ol{
	margin-left: 18px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
}
.main .ranking_lower ol li::before{
	display: none;
}
@media only screen and (max-width: 500px) {
	.main .ranking_lower{
		padding: 8px 20px 20px 24px;
	}
}

/**** 人口・世帯数のスタイル ****/
.j_s {
}
.main .j_s_lower {
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li strong {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
@media only screen and (max-width: 500px) {
	.main .j_s_lower{
		padding: 8px 20px 20px;
	}
}

/**** バナー広告のスタイル ****/
.bana {
}
.bana_lower{
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}
.bana .bana_img img{
	width: 100%;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main .bana li {
	padding-left: 0;
	width: 154px;
	margin-right: 8px;
}
.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.main .bana li::before {
	display: none;
}
.main .bana li .window {
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	.main .bana li {
		margin: 12px 0 0;
		padding: 0 4px;
		width: calc(100% / 3);
	}
}
@media only screen and (max-width: 500px) {
	.main .bana li {
		width: 50%;
	}
}

/**** RSSのスタイル ****/
.rss {
}
.rss .rss_lower{
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}

/**** 外部RSSのスタイル ****/
.rssfide{
}
.rssfide_lower{
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
.main .rssfide .h3{
	overflow: hidden;
}
.main .rssfide .h3 h3 {
	float: left;
	margin: 10px 12px 10px 0;
}
.main .rssfide .h3 p{
	float: left;
	padding: 8px 0;
	margin: 0;
}
.rssfide .rssfide_management{
	background: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
@media only screen and (max-width: 500px) {
	.rssfide_lower{
		padding: 8px 20px 20px;
	}
}

/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}

/**** リンク・画像領域（画像）のスタイル ****/
.image {
	margin: 0 auto;
	padding: 0 12px 100px;
	width: 100%;
	max-width: 1224px;
}
.main .image h2 {
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}
.main .image h2 a{
	display: inline-block;
}
.image .image_img {
	display: block;
}
@media only screen and (max-width: 768px) {
	.image {
		padding: 0 12px 70px;
	}
}
@media only screen and (max-width: 500px) {
	.image {
		padding: 0 12px 40px;
	}
}

/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	padding: 0 0 100px;
}
@media only screen and (max-width: 768px) {
	.link {
		padding: 0 0 70px;
	}
}
@media only screen and (max-width: 500px) {
	.link {
		padding: 0 0 40px;
	}
}

/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.option {
}
.option_lower{
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 2px solid #7FC314;
    border-radius: 4px;
}
@media only screen and (max-width: 500px) {
	.option {
		margin: 30px auto;
	}
	.option &gt; div{
		padding: 20px;
	}
}

/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}
.main .popular_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}


/*新着情報*/
.main .news_tab h2{
	padding: 0 12px;
	height: 90px;
}
.main .news_tab h2 img{
	width: 212px;
}
.main .news_tab .inner{
	padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	.main .news_tab h2{
		height: 70px;
	}
	.main .news_tab h2 img{
		width: 170px;
	}
	.main .news_tab .pickup li{
		display: block;
	}
	.main .news_tab .pickup li &gt; *{
		width: 100%!important;
	}
}
@media only screen and (max-width: 500px) {
	.main .news_tab h2{
		height: 60px;
	}
	.main .news_tab h2 img{
		width: 148px;
	}
}

/*施設・事業のご案内*/
.guide h2{
	margin-bottom: 60px;
	padding: 0 12px;
	height: 90px;
}
.guide h2 img{
	width: 372px;
}
.guide .ilist_lower{
	padding-bottom: 40px!important;
}
.guide .ilist_lower ul{
	flex-wrap: nowrap;
	justify-content: center;
}
.guide .ilist_lower ul &gt; li{
	margin: 20px 20px 0 0;
	max-width: 285px;
	width: calc(25% - 15px);
}
.guide .ilist_lower ul &gt; li:last-child{
	margin-right: 0;
}
.guide .ilist_lower ul &gt; li a{
	padding: 8px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.guide .ilist_lower li a:hover{
	background-color: #7FC314;
	box-shadow: none;
}
.guide .ilist_lower li .ilist_in{
	padding: 8px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 2px solid #7FC314;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}
.guide .ilist_lower li .ilist_left{
	margin-bottom: 18px;
	width: 100%;
	min-height: 0%;
}
.guide .ilist_lower li .ilist_right{
	margin: 0 0 8px;
	width: 100%;
	font-size: 110%;
	text-align: center;
	letter-spacing: 0.05em;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guide .ilist2_lower ul{
	justify-content: center;
}
.guide .ilist2_lower ul &gt; li:nth-child(n){
	margin: 20px 20px 0 0;
	width: calc((100% - 40.01px) / 3);
}
.guide .ilist2_lower ul &gt; li:nth-child(3n),
.guide .ilist2_lower ul &gt; li:last-child{
	margin-right: 0;
}
.guide .ilist2_lower ul &gt; li a{
	padding: 8px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.guide .ilist2_lower ul &gt; li a:hover{
	background-color: #7FC314;
	box-shadow: none;
}
.guide .ilist2_lower ul &gt; li .ilist_in{
	padding: 12px;
	width: 100%;
	background-color: #fff;
	border: 2px solid #7FC314;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guide .ilist2_lower ul &gt; li .ilist_left{
	width: 40px;
}
.guide .ilist2_lower ul &gt; li .ilist_right{
	margin-left: 20px;
	width: auto;
	max-width: calc(100% - 60px);
	text-align: left;
}
@media print, screen and (max-width: 999px) {
	.guide .ilist_lower ul{
		flex-wrap: wrap;
	}
	.guide .ilist_lower ul &gt; li {
		width: calc((100% - 40.01px)/3);
	}
	.guide .ilist_lower ul &gt; li:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.guide h2{
		margin-bottom: 20px;
		height: 70px;
	}
	.guide h2 img{
		width: 298px;
	}
	.guide .ilist_lower ul &gt; li:nth-child(n){
		margin: 10px 10px 0 0;
		width: calc(50% - 5px);
	}
	.guide .ilist_lower ul &gt; li:nth-child(2n),
	.guide .ilist_lower ul &gt; li:last-child{
		margin-right: 0;
	}
	.guide .ilist_lower li .ilist_left {
		margin-bottom: 10px;
	}
	.guide .ilist_lower li .ilist_right {
		margin-bottom: 2px;
		font-size: 90%;
	}
	.guide .ilist2_lower ul &gt; li:nth-child(n){
		margin: 10px 10px 0 0;
		width: calc(50% - 5px);
	}
	.guide .ilist2_lower ul &gt; li:nth-of-type(2n){
		margin-right: 0;
	}
	.guide .ilist2_lower ul &gt; li .ilist_in{
		justify-content: space-between;
	}
	.guide .ilist2_lower ul &gt; li .ilist_right{
		margin-left: 0;
		width: calc(100% - 50px);
		max-width: none;
		font-size: 90%;
	}
}
@media only screen and (max-width: 500px) {
	.guide h2{
		margin-bottom: 12px;
		height: 60px;
	}
	.guide h2 img{
		width: 260px;
	}
	.guide .ilist_lower ul &gt; li a{
		padding: 6px;
	}
	.guide .ilist2_lower ul &gt; li.big .ilist_right{
		margin: 12px 0 4px;
	}
	.guide .ilist2_lower ul &gt; li:nth-child(n){
		margin: 8px 8px 0 0;
		width: calc(50% - 4px)!important;
	}
	.guide .ilist2_lower ul &gt; li:nth-child(2n){
		margin: 8px 0 0 0;
	}
	.guide .ilist2_lower ul &gt; li a{
		padding: 6px;
	}
	.guide .ilist2_lower ul &gt; li .ilist_in{
		padding: 8px;
	}
	.guide .ilist2_lower ul &gt; li .ilist_left{
		width: 30px;
	}
	.guide .ilist2_lower ul &gt; li .ilist_right{
		width: calc(100% - 40px);
	}
	.guide .ilist2_lower ul &gt; li .ilist_right br{
		display: none;
	}
}


/*アクセスマップ*/
.map h2{
	padding: 0 12px;
	height: 90px;
}
.map h2 img{
	width: 310px;
}
.map .float{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.map .float &gt; div{
	width: calc(50% - 20px);
}
.map .float .map_image p{
	margin: 0 auto;
	max-width: 478px;
	position: relative;
}
.map .float .map_image p::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #AFAFAF;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2) inset;
}
.map .float .map_image img{
	border-radius: 4px;
}
.map .float .access &gt; div{
	margin: 0 0 40px;
}
.map .float .access &gt; div:last-child{
	margin: 0;
}
.map .float .access h3{
	margin: 0 0 20px;
	font-size: 160%;
	font-weight: normal;
}
.map .float .access h3:last-child{
	margin: 60px 0 30px;
	font-size: 150%;
}
.map .float .access p{
	margin-top: 14px;
}
.map .float .access p strong{
	font-size: 110%;
}
.map .float .access p.text{
	margin-top: 4px;
}
.map .float .access ul{
/*	margin-top: 10px;*/
}
.map .float .access ul li{
	margin-top: 4px;
	padding-left: 20px;
/*	font-size: 110%;*/
}
.map .float .access ul li::before{
	display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #7FC314;
    border: 0;
    border-radius: 50%;
}
.map .float .access p.bus{
	margin-top: 4px;
}
.map .float .access p.bus a{
	padding-left: 20px;
	font-size: 110%;
	color: #6064AB;
}
.map .float .access p.g_map{
	margin-top: 0;
	padding: 5px 0 5px 42px;
	background-image: url(img/icon_map.png);
	background-position: left center;
	background-size: 28px auto;
	background-repeat: no-repeat;
}
.map .float .access p.g_map a{
	font-size: 125%;
	color: #6064AB;
}
@media only screen and (max-width: 768px) {
	.map h2{
		height: 70px;
	}
	.map h2 img{
		width: 248px;
	}
	.map .float{
		display: block;
	}
	.map .float &gt; div{
		width: 100%;
	}
	.map .float .map_image{
		margin: 0 auto;
	}
	.map .float .access{
		margin: 40px 0 0;
	}
}
@media only screen and (max-width: 500px) {
	.map h2{
		height: 60px;
	}
	.map h2 img{
		width: 217px;
	}
	.map .float .access h3{
		margin: 20px 0 10px;
		font-size: 125%;
	}
	.map .float .access p{
		margin-top: 8px;
		font-size: 100%;
	}
	.map .float .access ul li{
		font-size: 100%;
	}
	.map .float .access &gt; div{
		margin: 0 0 30px;
	}
}

/*財団・各ふれあいセンター*/
.center{
}
.center h2{
	margin-bottom: 20px;
	padding: 0 12px;
	height: 90px;
}
.center h2 img{
	width: 598px;
}
.center .ilist_lower ul{
	flex-wrap: wrap;
	justify-content: space-around;
}
.center .ilist_lower ul &gt; li{
	margin: 60px 20px 0;
	width: 280px;
}
.center .ilist_lower ul &gt; li a{
	padding: 1px;
}
.center .ilist_lower .ilist_in{
	border-radius: 4px;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
	position: relative;
    transition: 0.3s;
}
.center .ilist_lower a:hover .ilist_in{
	box-shadow: none;
    transition: 0.3s;
}
.center .ilist_lower .ilist_in::after{
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border: 3px solid #fff;
	border-radius: 4px;
}
.center .ilist_lower .ilist_left{
	margin: 0;
	border-radius: 4px;
    overflow: hidden;
}
.center .ilist_lower .ilist_left img{
	border-radius: 4px;
    transition: 0.3s;
}
.center .ilist_lower a:hover .ilist_left img{
	transform: scale(1.1);
    transition: 0.3s;
}
.center .ilist_lower .ilist_right{
	position: absolute;
	bottom: 24px;
	left: 3px;
	width: calc(100% - 37px);
	z-index: 2;
}
.center .ilist_lower .ilist_right::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 13px;
	height: calc(100% - 8px);
	background: #E36900;
	border-radius: 4px;
}
.center .ilist_lower li:nth-child(2) .ilist_right::before{
	background: #FF99FF;
}
.center .ilist_lower li:nth-child(3) .ilist_right::before{
	background: #33FE66;
}
.center .ilist_lower li:nth-child(4) .ilist_right::before{
	background: #FF9999;
}
.center .ilist_lower li:nth-child(5) .ilist_right::before{
	background: #99CCFF;
}
.center .ilist_lower li:nth-child(6) .ilist_right::before{
	background: #66FFCC;
}
.center .ilist_lower ul &gt; li .ilist_title{
	padding: 9px 0px 8px 26px;
	font-size: 110%;
	text-align: left;
	background: #fff;
	border-radius: 4px;
}
@media only print{
	.main .center{
		page-break-before: always;
	}
	.main .center .ilist_lower ul &gt; li{
		margin-left: 0;
	}
}
@media only screen and (max-width: 999px) {
	.center .ilist_lower ul {
		justify-content: space-between;
	}
	.center .ilist_lower ul &gt; li {
		margin: 60px 0 0;
		max-width: 280px;
		width: calc((100% - 40.01px)/3);
	}
}
@media only screen and (max-width: 768px) {
	.center h2{
		margin-bottom: 0;
		height: 70px;
	}
	.main .center h2 img{
		width: 478px;
	}
	.center .ilist_lower ul {
		justify-content: space-around;
	}
	.main .center .ilist_lower ul &gt; li{
		margin: 40px 20px 0 0;
		width: calc(50% - 10px);
	}
	.main .center .ilist_lower ul &gt; li:nth-child(2n){
		margin-right: 0;
	}
	.center .ilist_lower ul &gt; li .ilist_title{
		font-size: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.center h2{
		height: 60px;
	}
	.main .center h2 img{
		width: 100%;
		max-width: 418px;
	}
	.main .center .ilist_lower ul &gt; li{
		margin: 20px 0 0;
		width: 100%;
	}
}

/*リンク集*/
.main .links{
}
.main .links h2{
	margin-bottom: 60px;
	padding: 0 12px;
	height: 90px;
}
.main .links h2 img{
	width: 206px;
}
.main .links .ilist2_lower ul{
	justify-content: center;
}
.main .links .ilist2_lower ul &gt; li{
	margin: 20px 20px 0 0;
	max-width: 285px;
	width: calc(25% - 15px);
}
.main .links .ilist2_lower ul &gt; li:nth-child(4n),
.main .links .ilist2_lower ul &gt; li:last-child{
	margin: 20px 0 0 0;
}
.main .links .ilist2_lower ul &gt; li a:hover{
	opacity: 0.7;
}
.main .links .ilist2_lower ul &gt; li .ilist_in{
	padding: 0;
}
.main .links .ilist2_lower ul &gt; li .ilist_left,
.main .links .ilist2_lower ul &gt; li .ilist_left img{
	width: 100%;
}
.main .links .ilist2_lower ul &gt; li .ilist_right{
	margin: 0;
	width: 100%;
}
.main .links .ilist2_lower ul &gt; li .ilist_right p{
	margin: 0;
}
@media only print{
	.sub .main .links .ilist2_lower ul &gt; li:nth-child(n){
		margin: 10px 10px 0 0;
		width: calc((100% - 30.1px)/4);
	}
	.sub .main .links .ilist2_lower ul &gt; li:last-child{
		margin: 10px 0 0 0;
	}
}
@media print, screen and (max-width: 768px) {
	.main .links h2{
		margin-bottom: 30px;
		height: 70px;
	}
	.main .links h2 img{
		width: 165px;
	}
	.main .links .ilist2_lower ul &gt; li{
		margin: 10px 10px 0 0;
		width: calc(50% - 5px);
	}
	.main .links .ilist2_lower ul &gt; li:nth-child(2n),
	.main .links .ilist2_lower ul &gt; li:last-child{
		margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 500px) {
	.main .links h2{
		margin-bottom: 10px;
		height: 60px;
	}
	.main .links h2 img{
		width: 144px;
	}
}


/********************** 領域1個別のスタイル **********************/
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone01 .ilist_lower ul &gt; li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul &gt; li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		width: calc(100% - 2px);
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}

/********************** 領域2個別のスタイル **********************/
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone02 .ilist_lower ul &gt; li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul &gt; li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul &gt; li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul &gt; li:nth-of-type(even){
		margin-right: 0;
	}
}
/********************** 領域3個別のスタイル **********************/

/********************** 領域4個別のスタイル **********************/
/********************** 中ページのスタイル **********************/
body.inbody {
}
/*logo*/
.inbody .h1{
	padding: 20px 12px 20px;
}
/*navi*/
.inbody .head_in{
	background-color: #FCFCA9;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
.navi ul{
	display: flex;
	align-items: center;
}
.navi li{
	margin: 0;
	width: calc(100% / 6);
}
.navi li a{
	padding: 10px 0;
	color: #505050;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	display: block;
}
.navi li a span{
	padding: 4px;
	width: 100%;
	border-left: 1px solid #999;
	display: inline-block;
	position: relative;
}
.navi li:last-child a span{
	border-right: 1px solid #999;
}
.navi li a span::before{
	content: '';
	width: 40%;
	height: 3px;
	background: #7FC314;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	position: absolute;
	bottom: -1px;
	left: 30%;
}
.navi li a:hover span::before,
.navi li.active a span::before{
	transform: scale(1, 1);
}
@media only screen and (max-width: 999px) {
	.navi li a{
		font-size: 100%;
	}
}
/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
		align-items: flex-start;
	margin: 16px auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #FCFCA9;
	border: 1px solid #ccc;
	border-radius: 2px;
	flex-shrink: 0;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 4px 12px 4px 0;
	width: 72px;
}
.pankuzu li,
.footstep li{
	margin: 6px 0;
	padding: 0 24px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::after,
.footstep li::after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	right: 7px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #7FC314;
	border-bottom: 1px solid #7FC314;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::after,
.footstep li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 768px) {
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1224px;
	padding: 0 12px;
	width: 100%;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1224px;
	width: 100%;
	padding: 0 12px 2px;
	overflow: hidden;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}
.main_naka_h1 h1 {
	background: linear-gradient(to right, #fffcdc 20%, #fffc9d);
	color: #333;
	padding: 14px 16px 14px 24px;
	font-size: 180%;
}
.main_naka h2 {
    font-size: 136%;
    width: 100%;
    padding: 10px 10px 10px 26px;
    margin: 16px 0 0 4px;
    position: relative;
    border-bottom: 2px solid #ccc;
}
.main_naka h2::before {
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border: 5px solid #7FC314;
    border-radius: 50%;
    top: .7em;
    left: 0;
}
.main_naka h3 {
    margin: 14px 0 0;
    padding: 4px 4px 5px 8px;
    font-size: 120%;
    position: relative;
    border-bottom: 2px dotted #7FC314;
}
.main_naka h4 {
    margin: 16px 0 0 5px;
    padding: 2px 2px 2px 21px;
    font-size: 110%;
    position: relative;
}
.main_naka h4::before{
	position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: #7FC314;
    border-radius: 3px;
    top: .7em;
    left: 0;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px;
	background-color: #e8f7d3;
}
.main_naka h6 {
	margin: 16px 0 0;
}
.main_naka li {
	position: relative;
	padding-left: 16px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
	@media only screen and (max-width: 768px) {
		.main_naka_h1{
			padding: 0 10px;
			width: 100%;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #eee;
	font-size: 85%;
}
.main_naka .page_head .pager p {
	display: inline-block;
}
.main_naka .page_head .pager ul {
	display: inline-block;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.main_naka .page_head .pager ul li:first-child {
	border: 0;
}
.main_naka .page_head .pager ul li::before {
	display: none;
}
/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka .emergency {
	margin-top: 24px;
}
.design .main_naka .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.design .main_naka .emergency h2 {
	color: #fff;
	padding: 8px 16px 6px;
	margin: 0;
	border-bottom: none;
	width: auto;
	float: left;
}
.design .main_naka .emergency h2::after {
	display: none;
}
.design .main_naka .emergency .h2 a {
	float: right;
	margin: 10px 16px 10px 8px;
}
.design .main_naka .emergency .h2 img {
	vertical-align: middle;
}
.design .main_naka .emergency .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 分類のスタイル ****/
.design .main_naka_cat{
	overflow: hidden;
	margin-bottom: 32px;
	padding-right: 2px;
}
.design .main_naka .category_p01 {
	margin-top: -8px;
}
.design .main_naka .page_left {
	margin: 24px 0 0;
	width: 100%;
}
.design .main_naka .page_left_box {
	float: left;
	width: calc(100% - 280px);
	overflow: hidden;
	padding-right: 2px;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:last-child, .design .main_naka .page_left_box .cate_post02:last-child{
	margin-bottom: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left .page_left_float{
	display: flex;
		flex-wrap: wrap;
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	border: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1)
}
.design .main_naka .page_left .page_left_float .cate_post01:nth-child(even){
	margin-right: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2{
	border-bottom: 3px solid #7FC314;
	border-left: 0;
	background: none;
	margin: 0;
	padding: 10px 16px;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::before{
	display: none;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::after{
	display: none;
}
.design .main_naka .page_left .page_left_float .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left .page_left_float .category01{
	padding: 0 16px 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
	overflow: hidden;
}
.design .main_naka .page_right ul {
	padding: 1px 8px 12px;
	margin-top: 24px;
	background: #eee;
	border-radius: 4px;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 12px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0 24px;
	overflow: hidden;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}

	@media only screen and (max-width: 768px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float{
			margin-bottom: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01{
			width: 100%;
			margin-right: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.design .main_naka .cate_post02 li .list_icon, .design .main_naka .category_end li .list_icon{
	margin: 1px 8px 0 0;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	display: none;
}
.design .main_naka .category_end li:first-child {
	margin-top: 0;
}
.design .main_naka .category_end .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_end .catch_lst .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	border: 1px solid #ccc;
	border-top: 6px solid #7FC314;
	padding: 16px;
	margin-top: 24px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
	margin-left: 0;
	border-bottom: 1px solid #7FC314;
	border-left: 0;
	background: none;
	padding: 2px 2px 3px 4px;
}
.design .main_naka .main_naka_new h2::before{
	display: none;
}
.design .main_naka .main_naka_new h2::after {
	background: #e45e32;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 190px;
	font-size: 85%;
}
.design .main_naka .main_naka_new .date span:first-child{
	width: 69px;
	display: inline-block;
}
.design .main_naka .main_naka_new .date span.list_icon{
	margin-top: 0;
}
.design .main_naka .main_naka_new .list{
	padding-left: 190px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .main_naka_new .date{
			float: none;
			width: 100%;
		}
		.design .main_naka .main_naka_new .list{
			padding-left: 0;
			float: none;
			width: 100%;
		}
	}

/**** 緊急情報のスタイル ****/
.design .main_naka .main_naka_eme {
	margin-top: 24px;
}
.design .main_naka .main_naka_eme h2{
	background: #a90000;
	color: #fff;
	border: 0;
	padding: 14px 16px;
}
.design .main_naka .main_naka_eme h2::after {
	display: none;
}
.design .main_naka .main_naka_eme .h2 {
	border: 0;
	background: #a90000;
	overflow: hidden;
}
.design .main_naka .main_naka_eme .h2 h2{
	float: left;
	margin: 0;
	width: auto;
}
.design .main_naka .main_naka_eme .h2 p{
	float: right;
	padding: 15px 16px 14px 8px;
	margin: 0;
}
.design .main_naka .main_naka_eme ul{
	border: 2px solid #a90000;
	border-top: none;
	overflow: hidden;
	padding: 4px 16px 16px;
	margin: 0;
}

/* 分類に関連するスタイル */
.design .main_naka .cat_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.design .main_naka .cat_aside h2{
	padding: 10px 12px 8px;
	margin-top: 0;
	margin-left: 0;
	position: relative;
	border: 0;
	background: none;
}
.design .main_naka .cat_aside h2::before{
	display: none;
}
.ac_box.active{
	overflow: inherit;
}
.design .main_naka .cat_aside h2::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
    background: #fffc9d;
	left: 0;
	bottom: -4px;
}
.design .main_naka .cat_aside_lower{
	padding: 0 16px 16px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.design .main_naka .bana h2{
	border-bottom: 0;
	padding: 8px 16px 6px;
	margin-top: 0;
	margin-left: 0;
	position: relative;
	border-left: 0;
	background: none;
}
.design .main_naka .bana h2::before{
	display: none;
}
.design .main_naka .bana h2::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
    background: #fffc9d;
	left: 0;
	bottom: -4px;
}
.design .main_naka .bana_lower {
	text-align: center;
	border: 0;
	padding: 10px 10px 20px 20px;
}
.design .main_naka .bana .bana_img {
	display: inline-block;
}
.design .main_naka .bana .bana_img img{
	width: 100%;
}
.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .bana li {
	width: 160px;
	margin-right: 8px;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
.innew .design .main_naka .new_post li .list_icon{
	margin: 1px 8px 0 0;
}
/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}
.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post{
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
.design .main_naka .pickup_post li .list_icon{
	margin: 1px 8px 0 0;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
}
.waku {
	margin: 0 auto 24px;
	overflow: hidden;
}
.waku_top{
	clear: both;
	margin: 0 auto;
	max-width: 1224px;
	padding: 0 12px;
	width: 100%;
}
.main_naka_kiji {
	float: left;
	margin-right: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 8px;
	float: right;
	width: 240px;
}
	@media only screen and (max-width: 768px) {
		.main_naka_kiji{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_id {
	margin: 8px 0 0 12px;
	font-size: 85%;
	float: left;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .syosai_id{
			margin-bottom: 12px;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	margin-top: 4px;
	padding-left: 16px;
	vertical-align: middle;
	float: right;
}
.inbody .design .sns_box ul {
	display: inline;
}
.inbody .design .sns_box li::before {
	display: none;
}
.inbody .design .sns_btn {
	padding-left: 4px;
	display: inline;
	line-height: 0;
	vertical-align: middle;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 3px;
	background-color: #fff;
	font-size: 85%;
	vertical-align: middle;
}
	@media only screen and (max-width: 768px) {
		.inbody .design .sns_box{
			background: #efefef;
			border: 1px solid #ccc;
			padding-left: 0;
			padding: 5px;
			margin: 0;
			float: none;
			line-height: 1.5;
			clear: both;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0;
		}
		.inbody .design .sns_box ul li{
			display: inline-block;
			margin: 0;
			padding: 0;
		}
	}
/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 16px;
}
.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}
.waku .kiji_sub .catch img {
	border: 1px solid #ccc;
	padding: 1px;
	vertical-align: bottom;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 6px 12px 12px 12px;
	border: 1px solid #ccc;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
	border-top: 6px solid #7FC314;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 4px;
	width: 100%;
	border-bottom: 1px solid #7FC314;
	font-size: 120%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;

	font-size: 85%;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 10px 7px 9px 2px;
	color: #fff;
	text-decoration: none;
	background: #7FC314;
	border-radius: 4px;
	width: 100%;
	text-shadow: 2px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a:hover{
	padding: 8px 5px 7px;
	background: #fff;
	border: 2px solid #7FC314;
	color: #528306;
	font-weight: bold;
	text-shadow: none;
}
.waku .kiji_sub .kiji_aside.syosai_sonota a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 768px){
	.waku .kiji_sub .kiji_aside.syosai_sonota a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}

/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	border-bottom: 3px solid #7FC314;
}
.waku .kiji_sub .kiji_aside &gt; ul {
	border: 1px solid #ccc;
	padding: 0 8px 12px;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}
.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}
.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}
.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 5px 1%;
	border: 1px dashed #bbb;
}
.design .main_naka .kiji_aside.syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
 #body .main_naka .kiji_aside_lower .qa_button button{
	display: inline-block;
    background: #7FC314;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 2px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
    padding: 10px 22px;
}

#body .main_naka .kiji_aside_lower .qa_button button:hover{
    border: 2px solid #7FC314;
    background: #fff;
	padding: 8px 20px;
    color: #528306;
    text-shadow: none;
}
@media only screen and (max-width: 768px) {
	.design .main_naka .kiji_aside.syosai_qa form p span{
		display: block;
		line-height: 2;
	}
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
}
.design .main_naka .route_box h2{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	font-size: 125%;
	padding: 2px;
	margin: 0 0 12px;
}
.design .main_naka .route_box h2::before{
	display: none;
}
.design .main_naka .route_box h2::after{
	display: none;
}
.design .route {
	margin-top: 8px;
}
.design .route li {
	font-size: 85%;
	margin: 0;
	padding: 0 28px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.design .route li::before {
	display: none;
}
.design .route li::after {
	display: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #7FC314;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower{
	padding: 0 16px 16px;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
	margin-left: 0;
	background: none;
}
.inkiji .main_naka .kiji_aside h2::before,
.infaq .main_naka .kiji_aside h2::before{
	display: none;
}
.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::after{
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fffc9d;
    left: 0;
    bottom: -4px;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
.inkiji .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"],
.infaq .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width: 768px){
	.inkiji .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"],
	.infaq .main_naka .kiji_aside .kiji_aside_lower a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}

	@media only screen and (max-width: 768px) {
		.inkiji .main_naka .kiji_aside.kanrenlink h2,
		.infaq .main_naka .kiji_aside.kanrenlink h2,
		.inkiji .main_naka .kiji_aside.rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 70px;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink{
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon h2{
	border-bottom: 3px solid #7FC314;
	color: #222;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka h2{
	border-bottom: 3px solid #7FC314;
	color: #222;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren h2{
	border-bottom: 3px solid #7FC314;
	color: #222;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2 h2{
	border-bottom: 3px solid #7FC314;
	color: #222;
}
/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota h2{
	border-bottom: 3px solid #7FC314;
	color: #222;
}

.inkiji .main_naka .kiji_aside.kanrencon h2::after,
.inkiji .main_naka .kiji_aside.kakuka h2::after,
.inkiji .main_naka .kiji_aside.kanren h2::after,
.inkiji .main_naka .kiji_aside.kanren2 h2::after,
.main_naka .kiji_aside.syosai_sonota h2::after{
	display: none;
}

.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
.main_naka .kiji_aside.syosai_sonota .kiji_aside_lower p:last-child a{
	display: inline-block;
    background: #7FC314;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 2px 1px 1px #528306, -1px 1px 1px #528306, 1px -1px 1px #528306, -1px -1px 1px #528306, 1px 0 1px #528306, 0px 1px 1px #528306, -1px 0 1px #528306, 0 -1px 1px #528306;
    padding: 10px 22px;
}
.main_naka .kiji_aside.syosai_sonota .kiji_aside_lower p:last-child a:hover{
	background: #fff;
    border: 2px solid #7FC314;
	color: #528306;
	text-shadow: none;
    padding: 8px 20px;

}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 4px;
}
</pre></body></html>