@charset "UTF-8";
/********** メイン **********/
body {
    letter-spacing: 0.1em;
}
/* 見出しスタイル*/
.kuLink h2,
.pickup3 h2,
.pickup2 h2,
.pickup h3,
.topics h2,
.new h2,
.calendar h2,
.event_cat h2,
.event h2,
.category2 h2,
.category3 h2,
.category4 h2,
.category5 h2 {
	position: relative;
	padding: 0 0 0 .75em;
	margin-bottom: 16px;
	border-left: 6px solid #eabf00;
	font-size: 140%;
}
.kuLink h2::before,
.pickup3 h2::before,
.pickup2 h2::before,
.pickup h3::before,
.topics h2::before,
.new h2::before,
.calendar h2::before,
.event_cat h2::before,
.event h2::before,
.category2 h2::before,
.category3 h2::before,
.category4 h2::before,
.category5 h2::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 70%;
	background-color: #551A6A;
}
.kuLink h2::after,
.pickup3 h2::after,
.pickup2 h2::after,
.pickup h3::after,
.topics h2::after,
.new h2::after,
.calendar h2::after,
.event_cat h2::after,
.event h2::after,
.category2 h2::after,
.category3 h2::after,
.category4 h2::after,
.category5 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}

/********** メイン （標準機能）**********/
/* 緊急情報 */
#imp {
	width: 1002px;
	margin: 0 auto 16px;
	box-sizing: border-box;
	border: 2px solid #A22F45;
	position: relative;
}
#imp h2 {
	float: left;
    color: #fff;
    background: #A22F45;
	width: 15%;
	box-sizing: border-box;
	padding: 8px 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #A22F45, -1px 1px 0 #A22F45, 1px -1px 0 #A22F45, -1px -1px 0 #A22F45;
}
@media screen and (min-width: 1002px){
#imp h2 {
	position: absolute;
	left: 0;
	top: 0;
}
}
#imp .imp_lower {
	float: right;
	width: 85%;
}
.imp_lower p {
	float: left;
	width: 80%;
	box-sizing: border-box;
	padding: 8px 16px;
}
.imp_lower .img_lst {
	float: left;
	width: 20%;
	text-align: center;
}
.imp_lower .img_lst a {
	display: block;
	box-sizing: border-box;
	padding: 1px 8px;
	margin: 6px 16px;
	background: #A22F45;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	border: 2px solid #e2c3c9;
	font-size: 90%
}
@media screen and (max-width: 1001px){
	#imp {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
	#imp h2,#imp .imp_lower,.imp_lower p,.imp_lower .img_lst {
		float: none;
		width: auto;
	}
	#imp h2 {
		display: none;
	}
	.imp_lower p {
		padding: 8px 16px 0;
		font-size: 90%;
	}
	.imp_lower .img_lst a {
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
}
/* 緊急情報 （あり）*/
.impOn #imp {
	background: #A22F45;
}
.impOn .imp_lower .imp_list {
	float: left;
	width: 80%;
	padding: 8px 2% 0 2%;
	margin: 8px 0;
	box-sizing: border-box;
	background: #fff;
}
.impOn .imp_lower .imp_list h3 {
	border-bottom: 2px solid #bc606f;
}
.impOn .imp_lower .imp_list ul {
	margin-bottom: 8px
}
.impOn .imp_lower .imp_list ul li {
	padding: 8px 0 8px 20px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.impOn .imp_lower .imp_list ul li:last-child {
	border-bottom: none;
}
.impOn .imp_lower .imp_list ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #A22F45;
	border-bottom: 2px solid #A22F45;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.impOn #imp {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	    margin-bottom: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.impOn #imp h2 {
		display: block;
		font-size: 140%;
	}
	.impOn .imp_lower .imp_list {
		float: none;
		width: auto;
		padding: 16px 16px 8px 16px;
		margin: 0 0px 12px;
	}
	.impOn .imp_lower .img_lst a {
		margin-bottom: 12px;
	}
}
/*▼▼分類のスタイル▼▼*/
.category{
    max-width: 1002px;
    margin: 0 auto 16px;
    box-sizing: border-box;
    border-left: 8px solid #551A6A;
    border-radius: 4px;
    background: #f1e8f4;
}
.category h2 {
	font-size: 140%;
}
.category h2 a {
	padding: 12px 16px;
	display: block;
}
.category2,.category3,.category4,.category5 {
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 12px;
	background: #f1e8f4;
}
.category_lower{
	margin:0px 0px 0px 0px;
	padding: 0 0 0 8px;
	border:0px;
}
.category_lower ul{
	margin-top:0.5em;
}
.category_lower ul li{
	padding:0px 10px 0px 12px;
	margin-bottom:0.25em;
	display:inline-block;
    margin: 0px 0px 0.5em 10px;
    padding: 0px 10px 0px 12px;
    border: 0px;
    background-image: url(img/list_icon.gif);
    background-position: left 10px;
    background-repeat: no-repeat;
}
.category_lower ul.category_3 li{
	display:inline-block;
}
.category_lower .category_2_li:last-child ul.category_3 > li{
	margin-bottom: 0;
}
.category_lower .category_3_li:last-child {
	margin-bottom: 0;
}
.category_lower .category_3_li:last-child ul.category_4 > li{
	margin-bottom: 0;
}
.category_lower .category_4_li:last-child {
	margin-bottom: 0;
}
.category_lower .category_4_li:last-child ul.category_5 > li{
	margin-bottom: 0;
}
.category_lower .cat_lst{
	font-size:85%;
	font-weight:bold;
	margin-bottom:5px;
	text-align:right;
}
.category_lower .cat_lst a{
	padding-left:20px;
    background-image:url("img/list_icon1.gif");
	background-repeat:no-repeat;
	background-position:7px 3px;
}
@media screen and (max-width: 1001px){
	.category {
		margin: 0 16px 16px;
	}
	.category2,.category3,.category4,.category5 {
		margin: 0 16px 16px;
	}
}
/* 組織から探す*/
.kakuka {
    max-width: 1002px;
    margin: 0 auto 16px;
    box-sizing: border-box;
    border-left: 8px solid #551A6A;
    border-radius: 4px;
    background: #f1e8f4;
}
.kakuka h2 {
	font-size: 140%;
}
.kakuka h2 a {
	padding: 12px 16px;
	display: block;
}
@media screen and (max-width: 1001px){
	.kakuka {
		margin: 0 16px 16px;
	}
}
/*▼▼イベントのスタイル▼▼*/
.event{
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.event_month {
    border: 0 none;
    font-weight: bold;
    margin: 0;
    padding: 5px 15px 5px 0;
}
.event_month img {
    margin-left: 5px;
    position: relative;
    top: 5px;
}
.event_lower{
	margin:0px 0px 0px 0px;
	padding:0 0 8px;
	border:0px;
}
.event_left {
    float: left;
    font-size: 120%;
	margin-bottom: 4px;
}
.event_right {
    float: left;
	text-align:right;
	margin-bottom: 4px;
}
.event_lower ul li {
	position: relative;
	padding: 4px 0 4px 20px;
}
.event_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.event {
		margin: 0 16px 16px;
	}
}
/*▼▼イベント分類のスタイル▼▼*/
.event_cat{
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.event_cat_lower{
	margin:0px 0px 0px 0px;
	padding:0 0 8px;
	border:0px;
}
.event_cat_lower p {
	margin-bottom: 4px;
}
.event_cat_lower ul li {
	position: relative;
	padding: 4px 0 4px 20px;
}
.event_cat_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.event_cat {
		margin: 0 16px 16px;
	}
}
/*▼▼イベントカレンダーのスタイル▼▼*/
.calendar{
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.calendar_lower{
	margin:0px 0px 0px 0px;
	padding:0 0 8px;
	text-align:center;
}
.calendar table{
	margin:0px auto 8px auto;
	padding:0px 0px 0px 0px;
	border:0px;
	background-color:#FFFFFF;
	border:1px solid #eee;
	font-size:85%;
	color: #00033E;
	width:90%;
}
.calendar caption{
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 20px;
	display:none;
	border:none;
	text-align:left;
	font-size: 120%;
	font-weight:bold;
    line-height: 1.3em;
	background-image:url("img/h3_bg.gif");
	background-repeat:no-repeat;
	background-position:left center;
	color:#2E3145;
}
.calendar th{
	margin:0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	border:1px solid #eee;
	text-align:center;
}
.calendar td{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #eee;
	text-align:center;
	line-height: 2.28em;
}
.calendar .sun{
	background-color:#E5A5A6;
}
.calendar .sat{
	background-color:#e0d2f6;
}
.calendar .today{
	background-color:#e1f0fb;
	font-weight:bold;
}
.calendar .cat_lst{
	font-size:85%;
	font-weight:bold;
	margin-top:5px;
	text-align:right;
}
.calendar .cat_lst a{
	padding-left:20px;
    background-image:url("img/list2.gif");
	background-repeat:no-repeat;
	background-position:7px 3px;
}
@media screen and (max-width: 1001px){
	.calendar {
		margin: 0 16px 16px;
	}
}
/* 新着情報*/
.new {
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.new .h2 h2 {
    float: left;
}
.new .h2 img {
    margin: 8px 0px 0px 16px;
    padding: 0px 0px 0px 0px;
	float: left;
}
.new_lower {
	margin-top:0;
}
.new_lower ul > li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
}
.new_lower ul > li:last-child {
	border-bottom: none;
}
.new_lower ul li {
	position: relative;
	padding-left: 20px;
}
.new_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.new {
		margin: 0 16px 16px;
	}
}
/* トピックス*/
.topics {
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.topics .h2 h2 {
    float: left;
}
.topics .h2 img {
    margin: 8px 0px 0px 16px;
    padding: 0px 0px 0px 0px;
	float: left;
}
.topics_lower {
	margin-top:0;
}
.topics_lower ul > li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
}
.topics_lower ul > li:last-child {
	border-bottom: none;
}
.topics_lower ul li {
	position: relative;
	padding-left: 20px;
}
.topics_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.topics {
		margin: 0 16px 16px;
	}
}
/* ピックアップ1 */
.pickup {
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
	padding: 16px 16px 12px;
	background: #f1e8f4;
}
.pickup h3 {
	margin-bottom: 4px;
}
.pickup_lower {
	margin-top: -1px;
	margin-bottom: 8px;
}
.pickup_lower ul {
	margin-bottom: 16px;
}
.pickup_lower ul > li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
}
.pickup_lower ul > li:last-child {
	border-bottom: none;
}
.pickup_lower ul > li > a {
	display: block;
}

.pickup_lower ul li {
	position: relative;
	padding-left: 20px;
}
.pickup_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pickup .pickupLink {
	margin-top: 16px;
}
.pickup .pickupLink > p {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.pickup .pickupLink > p > a {
	display: block;
	text-decoration: none;
	background: #585858;
	color: #fff;
	padding: 4px 6px;
	font-size: 90%;
    border-radius: 4px;
    border: 2px solid #ccc;
}
@media screen and (min-width: 1002px){
	.visual .pickup_lower {
		overflow:auto;
		height: 504px;
		padding-right: 16px;
	}
}
.visual .pickup_lower::-webkit-scrollbar {
  width: 8px;
}
.visual .pickup_lower::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #ccc;
}
.visual .pickup_lower::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #666;
}
@media screen and (max-width: 1001px){
	.pickup {
		margin: 0 16px 16px;
	}
	.visual .pickup {
		margin: 0 auto 16px;
	}
	.pickup .pickupLink {
		margin-top: -6px;
	}
}
/* ピックアップ2 （重要なお知らせ）*/
.pickup2 {
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.pickup2 h3 {
	font-size: 110%;
    border-bottom: 2px solid #936fa5;
    padding-bottom: 4px;
	margin-top: 8px;
}
.pickup2_lower {
	margin-top:0;
}
.pickup2_lower ul > li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
}
.pickup2_lower ul > li:last-child {
	border-bottom: none;
}
.pickup2_lower ul > li > a {
	display: block;
}

.pickup2_lower ul li {
	position: relative;
	padding-left: 20px;
}
.pickup2_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.pickup2 {
		margin: 0 16px 16px;
	}
	.visual .pickup2 {
		margin: 0 auto 16px;
	}
}
/* ピックアップ3*/
.pickup3 {
	max-width: 1002px;
	margin: 0 auto 16px;
    box-sizing: border-box;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    padding: 16px 16px 8px;
	background: #f1e8f4;
}
.pickup3 h3 {
	font-size: 110%;
    border-bottom: 2px solid #936fa5;
    padding-bottom: 4px;
	margin-top: 8px;
}
.pickup3_lower {
	margin-top:0;
}
.pickup3_lower ul > li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0;
}
.pickup3_lower ul > li:last-child {
	border-bottom: none;
}
.pickup3_lower ul > li > a {
	display: block;
}

.pickup3_lower ul li {
	position: relative;
	padding-left: 20px;
}
.pickup3_lower ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.25em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #551A6A;
	border-bottom: 2px solid #551A6A;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1001px){
	.pickup3 {
		margin: 0 16px 16px;
	}
	.visual .pickup3 {
		margin: 0 auto 16px;
	}
}
/* リンク・画像領域（画像）*/
.image {
    max-width: 1002px;
    margin: 0 auto 16px;
}
@media screen and (max-width: 1001px){
	.image {
		margin: 0 16px 16px;
	}
}
/* リンク・画像領域（テキスト）*/
.link {
    max-width: 1002px;
    margin: 0 auto 16px;
    box-sizing: border-box;
    border-left: 8px solid #551A6A;
    border-radius: 4px;
    background: #f1e8f4;
}
.link h2 {
	font-size: 140%;
}
.link h2 a {
	padding: 12px 16px;
	display: block;
}
@media screen and (max-width: 1001px){
	.link {
		margin: 0 16px 16px;
	}
}
/* RSS*/
.rss {
    max-width: 1002px;
    margin: 0 auto 16px;
}
.rss h2 {
	display: none;
}
.rss h2 a {
	padding: 12px 16px;
	display: block;
}
@media screen and (max-width: 1001px){
	.rss {
		margin: 0 16px 16px;
	}
}
/* RSS配信一覧*/
.rss_list {
    max-width: 1002px;
    margin: 0 auto 16px;
    box-sizing: border-box;
    border-left: 8px solid #551A6A;
    border-radius: 4px;
    background: #f1e8f4;
}
.rss_list h2 {
	font-size: 140%;
}
.rss_list h2 a {
	padding: 12px 16px;
	display: block;
}
@media screen and (max-width: 1001px){
	.rss_list {
		margin: 0 16px 16px;
	}
}
/* バナー広告*/
.bana {
	background: #eee;
	padding: 24px 0;
	margin-bottom: 16px;
}
.banaIn {
	width: 1002px;
	margin: 0 auto;
	box-sizing: border-box;
}
.bana h2 {
	float:left;
	background:#585858;
	color: #fff;
	font-size:120%;
	text-align: center;
	width:12%;
	padding: 2px 0;
}
.bana .h2 {
	margin-bottom: 16px;
}
.bana .h2 p{
	float:right;
	width:86%;
	font-size: 90%;
}
.bana ul {
	padding:  0 56px;
}
.bana li {
	float:left;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.bana li:nth-of-type(6n) {
	margin-right: 0;
}
@media screen and (max-width: 1001px){
	.banaIn {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
	.bana h2 {
		float:none;
		width:auto;
		margin-bottom: 8px;
	}
	.bana .h2 p{
		float:none;
		width:auto;
	}
	.bana ul {
	    margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		border: 0px;
		list-style-type: none;
		width: 300px;
	}
	.bana li {
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		border: 0px;
		float: left;
		line-height: 100%;
		background-image: none;
	}
}
/********** メイン（A領域）  **********/

/********** メイン（B領域）  **********/

/********** メイン（C領域）  **********/

/********** メイン（D領域）  **********/
/* バナー広告*/
#zone04 .bana {
	margin-bottom: 0;
}

/********** （カスタマイズ機能・フリーXHTML）**********/
/* トップエリア */
.visual {
	width: 1002px;
	margin: 0 auto 8px;
}
.visualL {
	float: left;
	width: 49.15%;
}
.visualR {
	float: right;
	width: 49.15%;
}
@media screen and (max-width: 1001px){
	.visualL,.visualR {
		width: 100%;
	}
	.visual {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
}


/* 画像リスト（大） */
.imgList01 {
	margin-bottom: 16px;
}
.imgList01 ul li {
	margin-bottom: 8px;
	position: relative;
}
.imgList01 ul li > a {
	display: block;
	text-decoration: none;
	color: #222;
}
.imgList01 ul li > a:focus-visible{
	transform: scale(0.96);
}
.imgList01 ul li > a:focus img{
	 border: 2px solid #005ECC; 
}
.imgList01 .vImg {
	display: block;
	text-align: center;
}
.imgList01 .vImg .vTit {
	position: absolute;
	bottom: -1px;
	background: rgba(255,255,255,0.75);
	width: 100%;
	box-sizing: border-box;
	display: block;
	font-size: 120%;
	padding: 8px 8px;
	text-align: left;
}
.imgList01 .bx-controls{
	display: flex;
}
.imgList01 .bx-pager{
	display: flex;
	max-width: calc(100% - 60px);
	flex-wrap: wrap;
}
.imgList01 .bx-pager-item{
	margin-right: 4px;
}
.imgList01 .bx-pager-item a{
	display: inline-block;
	margin: 8px 4px 0 4px;
	text-decoration: none;
	background: #585858;
	border: 2px solid #ccc;
	border-radius: 4px;
	color: #fff;
	padding: 2px 8px;
	font-size: 80%;
}
.imgList01 .bx-pager-item a.active{
	background: #fff;
	color: #222;
}
.imgList01 .bx-controls-auto {
	width: 58px;
   margin-left: auto;
}
.imgList01 .bx-controls-auto-item {
    margin: 0;
    padding: 0;
}
.imgList01 .bx-controls-auto-item a {
   	display: inline-block;
	margin: 8px 4px 0 4px;
	text-decoration: none;
	background: #585858;
	border: 2px solid #ccc;
	border-radius: 4px;
	color: #fff;
	padding: 2px 4px 2px 18px;
	font-size: 80%;
	position: absolute;
}
.imgList01 .bx-controls-auto-item a.active{
	z-index: -1;
	display: none;
}
.imgList01 .bx-controls-auto-item .bx-start,
.imgList01 .bx-controls-auto-item .bx-stop {
    z-index: 1;
}
.imgList01 .bx-controls-auto-item .bx-start::before{
	content: '';
    position: absolute;
    top: 6px;
	left: 7px;
	width: 0px;
	height: 1px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
}
.imgList01 .bx-controls-auto-item .bx-stop::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 7px;
    width: 2px;
    height: 10px;
    background-color: #fff;
}
.imgList01 .bx-controls-auto-item .bx-stop::after{
    content: '';
    position: absolute;
    top: 6px;
    left: 11px;
    width: 2px;
    height: 10px;
    background-color: #fff;
}
/* 画像リスト（小） */
.imgList02 {
	border: 1px solid #666;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.imgList02 ul > li{
	position: relative;
}
.imgList02 ul > li:nth-of-type(1),
.imgList02 ul > li:nth-of-type(2) {
	margin-top: 0;
}
.imgList02 ul > li:nth-of-type(odd) {
	float: left;
	width: 49%;
}
.imgList02 ul > li:nth-of-type(even) {
	float: right;
	width: 49%;
}
.imgList02 ul li > a {
	display: block;
	text-decoration: none;
	color: #222;
}
.imgList02 .vImg {
	display: block;
	text-align: center;
}
.imgList02 .vImg .vTit {
	position: absolute;
	bottom: -1px;
	background: rgba(255,255,255,0.75);
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 4px 8px;
	text-align: left;
	font-size: 90%;
}
.imgList02 .bx-wrapper {
	position: relative;
}
.imgList02 .bx-viewport {
	height: auto!important;
}
.imgList02 .bx-controls {
	position: relative;
}
.imgList02 .bx-controls-direction {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.imgList02 .bx-prev,
.imgList02 .bx-next {
	position: relative;
	display: inline-block;
	margin: 8px 4px 0 4px;
	text-decoration: none;
	background: #585858;
	border: 2px solid #ccc;
	border-radius: 4px;
	color: #fff;
	padding: 2px 8px;
	font-size: 80%;
}
@media screen and (max-width: 1001px){
	.imgList02 .bx-prev,
	.imgList02 .bx-next {
		padding: 3px 8px 2px;
	}
}
.imgList02 .bx-prev {
	padding-left: 26px;
}
.imgList02 .bx-next {
	padding-right: 26px;
}
.imgList02 .bx-prev::after,
.imgList02 .bx-prev::before,
.imgList02 .bx-next::after,
.imgList02 .bx-next::before {
	display: block;
	content: '';
	position: absolute;
}
.imgList02 .bx-prev::before {
	z-index: 2;
	top: 9px;
	left: 11px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	transform: rotate(135deg);
}
.imgList02 .bx-prev::after {
	top: 4.5px;
	left: 6px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
}
.imgList02 .bx-next::before {
	z-index: 2;
	top: 9px;
	right: 11px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	transform: rotate(-45deg);
}
.imgList02 .bx-next::after {
	top: 4.5px;
	right: 6px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
}
.imgList02 .bx-prev img,
.imgList02 .bx-next img {
	width: 70px;
}
@media screen and (max-width: 1001px){
	.imgList02 {
		margin-bottom: 32px;
	}
}
/* 画像リスト（2カラム表示） */
.imgList07 ul li{
	float: left;
	line-height: 0;
	padding: 0;
	margin: 0 16px 17px 0;
	width: calc((100% - 16.1px) / 2);
}
.imgList07 ul li:nth-child(even){
	margin-right: 0;
}
.imgList07 ul li img{
	vertical-align: bottom;
	width: 100%;
}
.imgList07 ul li a,
.imgList07 ul li .vImg{
	display: inline-block;
}
	@media screen and (min-width: 1002px){
		.imgList07 ul li:last-child,
		.imgList07 ul li:nth-last-child(2){
			margin-bottom: 0;
		}
	}
	@media screen and (max-width: 1001px){
		.imgList07 ul{
			margin-bottom: 6px;
		}
		.imgList07 ul li{
			margin: 0 10px 10px 0;
			width: calc((100% - 10.1px) / 2);
		}
	}
/* 検索ボックス */
.src_box_main_wrap{
	display: block;
	margin: 0 0 32px;
	width: 100vw;
	max-width: 964px;
	border: 3px solid #3a4b95;
	padding: 1em 16px 16px;
}
#src_box_main{
	margin: 0px 0 16px;
}
#src_box_main .q {
	float: left;
	width: 70%;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	border: 3px solid #b4bed5;
	border-right: none;
}
#src_box_main .search_button {
	width: 30%;
	min-height: 40px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #3A4B95;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	border: 3px solid #b4bed5;
	border-left: none;
	white-space: normal;
	border-radius: 0;
}
@media screen and (max-width: 1001px){
	.src_box_main_wrap{
		width: calc(100vw - 70px);
	}
}
/* よく検索されるキーワード */
.src_key ul{
	display: flex;
	flex-flow: row wrap;
}
.src_key li{
	margin: 8px 12px 0 0;
}
.src_key a{
	display: inline-block;
	border: 1px solid #b4bed5;
	background: #fff;
	border-radius: 4px;
	padding: 2px 5px;
	text-decoration: none;
}

/* 分類から探す */
.cateListWrap {
	background: #ede1f2;
	padding: 24px 0 16px;
}
.cateList {
	width: 1002px;
	margin: 0 auto;
}
.cateListIn {
	margin-top: -1px;
}
.cateListIn ul{
	display: flex;
}
.cateListIn ul > li {
	float: left;
    margin-right: 7.99px;
    margin-bottom: 8px;
    width: 160.03px;
    width: calc((100% - 40px) / 7);
    -webkit-width: calc((100% - 40px) / 7);
}
.cateListIn ul > li:nth-of-type(7n) {
	margin-right: 0;
}
.cateListIn ul > li > a {
	display: block;
	padding: 16px 2px 8px;
	border-top: 8px solid #551A6A;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	letter-spacing: 0;
}
.cateListIn ul > li > a.type01 {
	border-top: 8px solid #c64d1d;
	color: #c64d1d;
}
.cateListIn ul > li > a.type02 {
	border-top: 8px solid #037da5;
	color: #037da5;
}
.cateListIn ul > li > a.type03 {
	border-top: 8px solid #c93e7c;
	color: #c93e7c;
}
.cateListIn ul > li > a.type04 {
	border-top: 8px solid #2a8443;
	color: #2a8443;
}
.cateListIn ul > li > a.type05 {
	border-top: 8px solid #783b8e;
	color: #783b8e;
}
.cateListIn ul > li > a.type06 {
	border-top: 8px solid #B62929;
	color: #B62929;
}
.cateListIn ul > li > a.type07 {
	border-top: 8px solid #eabf00;
	color: #8C7300;
}
.cateListIn .cImg,.cateListIn .cTit {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.cateListIn .cImg img {
	width: 70%;
	text-align: center;
}
@media screen and (max-width: 1001px){
	.cateList {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
	.cateListIn ul{
		flex-wrap: wrap;
	}
	.cateListIn ul > li {
		float: left;
		margin-right: 5.99px;
		margin-bottom: 6px;
		width: calc((100% - 18px) / 4);
		-webkit-width: calc((100% - 18px) / 4);
	}
	.cateListIn ul > li:nth-of-type(4n) {
		margin-right: 0;
	}
	.cateListIn ul > li > a {
		padding: 8px 4px 2px;
	}
	.cateListIn .cImg,.cateListIn .cTit {
		font-size: 75%;
	}
}
/* いつでもコール*/
.nowCallPC {
	width: 1002px;
	margin: 8px auto 8px;
    background: #fff;
    background-size: 76px auto;
    border-radius: 4px;
    padding: 8px 16px;
    box-sizing: border-box;
	border-top: 8px solid #eabf00;
    line-height: 1.7;
	display: flex;
	align-items: center;
}
.nowCallPC img{
	width: 76px;
	margin-right: 14px;
}
.nowCallPC p {
	font-size: 110%;
	position: relative;
	width: calc(100% - 90px);
}
@media screen and (max-width: 1001px){
	.nowCallPC {
		margin-left: 16px;
		margin-right: 16px;
		width: auto;
	}
	.nowCallPC .callBtn {
		display: block;
		margin-bottom: 8px;
	}
	.nowCallPC .callBk {
		display: none;
	}
	.nowCallPC .callLink {
		display: block;
	}
}
/* 画像リスト（各種情報） */
.imgList03 {
	background: #edfaff;
}
.imgList03In {
	width: 1002px;
	margin: -1px auto 0;
	padding: 24px 0;
}
.imgList03 ul{
	display: flex;
	flex-wrap: wrap;
}
.imgList03 ul > li {
	margin-bottom: 2px;
	margin-right: 2px;
	width: calc((100% - 10px) / 6);
	font-size: 90%;
	display: flex;
}
.imgList03 ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.imgList03 ul > li a {
	width:100%;
	display:flex;
	text-decoration:none;
}
.imgList03 ul li .vTit {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	background: rgba(85,26,106,0.75);
	width: 100%;
	padding: 6px;
	font-size: 94%;
}
.imgList03 ul li > a:hover {
    background: rgba(85,26,106,0.6);
}
	@media screen and (max-width: 1001px){
	.imgList03In {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
		padding-bottom: 22px;
	}
	.imgList03 ul > li {
		width: calc((100% - 2px) / 2);
	}
	.imgList03 ul > li:nth-of-type(2n) {
		margin-right: 0;
	}
}
/* 各種メディア */
.mediaCnt {
	background: #ede1f2;
}
.mediaCntIn {
	width: 1002px;
	margin: -1px auto 0;
	padding: 24px 0 18px;
}
.mediaCntIn > div:nth-of-type(odd) {
	float: left;
	width: 58%;
	background: #fff;
    border-top: 8px solid #551A6A;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px;
		margin-bottom: 6px;
}
.mediaCntIn > div:nth-of-type(even) {
	float: right;
	width: 41%;
}
@media screen and (max-width: 1001px){
	.mediaCntIn {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
	.mediaCntIn > div:nth-of-type(odd) {
		float: none;
		width: auto;
	}
	.mediaCntIn > div:nth-of-type(even) {
		float: none;
		width: auto;
	}
}
/* 画像リスト（メディア大） */
.imgList04 ul li {
	margin-bottom: 8px;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.imgList04 ul li:last-child {
	margin-bottom: 0;
}
.imgList04 ul li > a {
	display: table;
	text-decoration: none;
	table-layout: fixed;
	width: 100%;
}
.imgList04 ul li > a:hover {
	background: rgba(255,255,255,0.85);
}
.imgList04 .vImg {
	display: table-cell;
	width: 26%;
	vertical-align: top;
}
.imgList04 .vTit {
	display: block;
	font-size: 140%;
	margin-bottom: 8px;
}
.imgList04 .vTxt {
	display: table-cell;
	width: 70%;
	padding-left: 4%;
	vertical-align: top;
}
.imgList04 .vTxt .vTxtIn {
	color: #222;
}
@media screen and (max-width: 1001px){
	.mediaCntIn > div.imgList04 {
		margin-bottom: 12px;
		padding: 8px;
	}
	.imgList04 .vTit {
		margin-bottom: 4px;
		font-size: 110%;
	}
	.imgList04 .vTxtIn {
		font-size: 80%;
	}
	.imgList04 .vTxt .vTxtIn {
		color: #222;
	}
	.imgList04 .vImg {
		width: 29%;
	}
	.imgList04 .vTxt {
		width: 68%;
		padding-left: 3%;
	}
}
/* 画像リスト（メディア小） */
.imgList05 ul > li {
	float: left;
    margin-right: 5.99px;
    margin-bottom: 6px;
    width: 98.2px;
    width: calc((100% - 18px) / 4);
    -webkit-width: calc((100% - 18px) / 4);
	background: #fff;
	border-radius: 4px;
}
.imgList05 ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.imgList05 ul li > a {
	display: block;
	color: #222;
	text-decoration: none;

}
.imgList05 ul li > a:hover {
	background: rgba(255,255,255,0.75);
}
.imgList05 .vImg {
	padding-top: 8px;
	position: relative;
	display: block;
	text-align: center;
}
.imgList05 .vImg img {
	width: 50%;
}
@media screen and (min-width: 1002px){
	.imgList05 .vImg img {
		width: 49px;
	}
}
.imgList05 .vImg .vTit {
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 60%;
	letter-spacing: 0;
    padding: 4px;
}
@media screen and (max-width: 1001px){
	.imgList05 ul > li {
	    margin-right: 5.99px;
		margin-bottom: 6px;
		width: calc((100% - 12px) / 3);
		-webkit-width: calc((100% - 12px) / 3);
	}
.imgList05 ul > li:nth-of-type(4n) {
	margin-right: 5.99px;
}
.imgList05 ul > li:nth-of-type(3n) {
	margin-right: 0;
}
.imgList05 ul > li:nth-last-child(4) {
	margin-bottom: 6px;
}

	.imgList05 .vImg .vTit {
		font-size: 70%;
		padding: 4px 4px;
	}
}
/* 画像リスト（市長・市会） */
.imgList06{
	margin: 16px auto 0;
	width: 1002px;
}
.imgList06 ul {
	overflow: hidden;
}
.imgList06 ul li{
	font-size: 90%;
	float: left;
	margin-right: 4px;
	width: calc((100% - 12.1px) / 4);
}
.imgList06 ul li:nth-child(4n){
	margin-right: 0;
}
.imgList06 ul li a{
	background: rgba(85,26,106,0.75);
	box-sizing:  border-box;
	display: inline-block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
	width: 100%;
}
.imgList06 ul li a:hover{
	background: #633078;
}
.imgList06 ul li a:focus{
	transform: scale(0.96);
}
.imgList06 ul li .vImg{
	display: flex;
		align-items: center;
}
.imgList06 ul li .vImg img{
	flex-shrink: 0;
	height: auto;
	width: 100px;
}
.imgList06 ul li .vTit{
	box-sizing:  border-box;
	padding: 0 8px;
}
	@media screen and (max-width: 1001px){
		.imgList06{
			margin: 16px 16px 0;
			width: auto;
		}
		.imgList06 ul li{
			margin-right: 4px;
			margin-bottom: 1px;
			width: calc((100% - 4.1px) / 2);
		}
		.imgList06 ul li:nth-child(even){
			margin-right: 0;
		}
		.imgList06 ul li .vImg img{
			width: 90px;
		}
	}
/* 区役所リンク */
.kuLink {
    background: #fff;
    padding: 24px 0 16px;
}
.kuLinkIn {
	width: 1002px;
	margin: 0 auto;
}
.kuLinkIn ul > li {
	float: left;
}
.kuLinkIn ul > li a {
	display: block;
	margin-right: 8px;
	margin-bottom: 8px;
	text-decoration: none;
    background: #585858;
    color: #fff;
    padding: 4px 6px;
    font-size: 90%;
    border-radius: 4px;
    border: 2px solid #ccc;
}
@media screen and (max-width: 1001px){
	.kuLink {
		padding-bottom: 12px;
	}
	.kuLinkIn {
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
}
