@charset "UTF-8";
/******************** CSS RESET ********************/
*, *:before, *:after {
	box-sizing: border-box;
	font-feature-settings : "palt";
}
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 #cccccc;
	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,
button{
	vertical-align: middle;
}

/******************** 共通設定 ********************/
body {
	font-family: "UD新ゴ R","UD Shin Go Regular",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%;
}
/***
	@media print, screen and (min-width: 751px) {
		body,
		input,
		label,
		button{
				font-family: "UD黎ミン M","UD Reimin Medium",arial, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
			}
		}
	***/
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
a{
	transition: .4s;
}
a:hover{
	transition: .4s;
}
.text_highlight{
	color: #a9032a;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #0000cc;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #6c0000;
}
a:active {
	text-decoration: none;
	color: #0000cc;
}
.link_white:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.link_white:visited {
	text-decoration: underline;
	color: #EEEEEE;
}
.link_white:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.link_white:active {
	text-decoration: underline;
	color: #FFFF00;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	background: #ffe9fa;
	color: #000;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #f8c0eb;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	height: 0;
	width: 0;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: -500px;
	left: 0;
	z-index: 9999;
	padding: 4px 0;
	overflow: hidden;
}
.skip a:active, .skip a:focus {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
.skip_none{
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}
/**** フォーム ****/
#body input, #body button, #body textarea {
	background: #fff;
	border: 1px solid #999;
}
/* text,textarea */
#body input[type="text"], #body textarea {
	background: #fff;
	border: 1px solid #999;
	padding: 6px 4px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 4px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"], #body input[type="button"], #body button {
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 81.25%;
	text-align: center;
	padding: 2px 16px;
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover, #body input[type="button"]:hover, #body button:hover {
	background: #666;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.anchor{
	padding-top: 38px;
	margin-top: -38px;
}z
.dami {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 85%;
	color: #444;
	display: inline-block;
}
.noscript {
	font-size: 85%;
	color: #b5012b;
}
.none {
	display: none;
}
	@media only screen and (max-width: 750px) {
		.anchor{
			margin-top: 0;
			padding-top: 0;
		}
	}
/******************** レイアウトCSS ********************/
.zone01_in,
.zone02_in,
.zone03_in,
.zone04_in,
.con_inner{
	padding: 0 40px;
	max-width: 1620px;
	margin: 0 auto;
}
	@media only screen and (max-width: 750px) {
		.zone01_in,
		.zone02_in,
		.zone03_in,
		.zone04_in,
		.con_inner{
			padding: 0 12px;
		}
	}

/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	position: relative;
}
.head{
	display: flex;
		flex-wrap: wrap;
	padding: 0 40px;
}
.h1{
	margin: 0 32px 0 0;
}
.h1 img{
	width: 130px;
}
.h_main{
	position: relative;
	width: 100%;
}
.h_top{
	display: flex;
		align-items: center;
		flex-wrap: wrap;
	padding: 18px 0 12px;
}
.h_clone{
	display: flex;
		align-items: center;
}
.h_clone .ai_chat{
	display: none !important;
}
.h_clone .src_box{
	display: none !important;
}
.h_clone .select_btn{
	display: none !important;
}
	@media only screen and (max-width: 750px) {
		.h1{
			padding-top: 4px;
			margin-right: 0;
		}
		.h1 img{
			width: 110px;
		}
		.h_main{
			display: flex;
				flex-wrap: wrap;
		}
		.h_top{
			margin-right: auto;
		}
	}

/**** ヘッダー上段リンク ****/
.h_sub{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	margin-left: auto;
	padding: 4px 0 4px 8px;
	width: 540px;
	flex-wrap: wrap;
}
	@media only screen and (max-width: 750px) {
		.head{
			padding: 0 12px;
		}
		.h_top {
			padding: 18px 0;
		}
		.h_clone{
			width: 100%;
		}
		.h_sub{
			width: auto;
		}
		.cse-honyaku-box{
			display: none;
		}
	}

/* 翻訳 */
.cse-honyaku-box{
	position: relative;
	font-size: 72%;
}
.cse-honyaku-box .cse_btn{
	margin: 0 8px;
}
.cse-honyaku-box .cse_btn a{
	background: #fff url(img/icon_select.png) no-repeat center right;
	color: #1e1e1e;
	text-decoration: none;
	border: 1px solid #bfbfbf;
	padding: 3px 30px 3px 10px;
	display: inline-block;
	letter-spacing: -0.01em;
}
.cse-honyaku-box ul{
	display: none;
	background: #fff;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	border: 1px solid #ccc;
	z-index: 200;
	width: calc(100% - 8px);
}
.cse-honyaku-box ul li{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.cse-honyaku-box ul li:last-child{
	border-bottom: 0;
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cse-honyaku-box ul li a{
	display: inline-block;
	padding: 5px 8px;
	width: 100%;
}

/* ふりがな */
.phonetic{
	margin: 0 8px 0 0;
	font-size: 75%;
}
.phonetic a{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 3px 6px;
	text-decoration: none;
	color: #000;
}
@media only screen and (max-width: 750px) {
	.phonetic{
		display: none;
	}
}
/* サイトマップ */
.sitemap{
	margin: 0;
	font-size: 75%;
}
.sitemap a{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 3px 6px;
	text-decoration: none;
	color: #000;
}
@media only screen and (max-width: 750px) {
	.sitemap{
		display: none;
	}
}
/* 選んで探す */
.select_btn{
	margin: 0 8px 0 0;
	font-size: 75%;
}
.select_btn a{
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	background: #d9ebec;
	border-radius: 4px;
	color: #222;
}

	@media only screen and (max-width: 750px) {
		.select_btn,
		.select_box{
			display: none;
		}
	}

/* 検索・チャットボット */
.h_bottom{
	display: flex;
		align-items: center;
		justify-content: flex-end;
	margin-bottom: 20px;
}
.h_bottom .select_btn{
	margin-right: 16px;
}
.h_bottom .src_box{
	width: 360px;
	margin-bottom: 0;
}
.ai_chat{
	margin: 0 16px 0px 0px;
}
.ai_chat a{
	display: flex;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 75%;
	align-items: center;
	border-radius: 4px;
	background: #d9ebec;
	color: #000;
}
.ai_chat img{
	max-width: 18px;
	margin-right: 6px;
}
.ai_chat .title{
	display: block;
}
	@media only screen and (max-width: 750px){
		.ai_chat{
			margin: 0 8px 0 0;
			min-width: 200px;
		}
		.h_bottom{
			width: 100%;
			margin-bottom: 12px;
		}
		.h_bottom .src_box{
			float: none;
			width: 100%;
			position: relative;
			top: 0;
			margin-bottom: 0;
		}
	}
	@media only screen and (max-width: 480px){
		.ai_chat{
			min-width: 140px;
		}
		.ai_chat .title span{
			display: block;
		}
	}


/**** グローバルナビ ****/
.g_navi{
	margin: 4px 0;
}
.g_navi_in{
	display: flex;
}
.g_navi_in li:last-child{
	border-right: 1px solid #bfbfbf;
}
.g_navi_in li{
	display: flex;
		align-items: center;
	margin: 0;
	padding: 0 14px;
	border-left: 1px solid #bfbfbf;
	position: relative;
}
.g_navi_in li a{
	font-size: 100%;
	color: #000;
	display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	text-decoration: none;
	padding: 0;
	width: 100%;
}
.g_navi_in li a:hover{
	text-decoration: underline;
}
.g_navi_in li.active:before{
	content: '';
	position: absolute;
	left: 3%;
	bottom: -6px;
	background: #bfbfbf;
	height: 2px;
	width: 94%;
}
.g_navi_in li.himejijyo{
	flex-shrink: 0;
	padding: 0 !important;
}
.g_navi_in li.himejijyo a{
	background: #d9ebec url(img/icon_subnav02.png) no-repeat left 16px center;
	background-size: 18px auto;
	color: #000;
	padding: 2px 16px 2px 40px;
	height: 100%;
}
	@media only screen and (max-width: 750px) {
		.g_navi {
			display: none;
		}
	}


@media all and (-ms-high-contrast:none){
	.g_navi{
		width: 100%;
	}
}

/* 検索ボックス */
.src_box,.src_box_sp {
	background: #d9ebec;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 28px;
	width: 100%;
}
.src_box .q,.src_box_sp .q {
	font-size: 100%;
	float: left;
	margin: 0;
	height: 28px;
	padding: 0 6px !important;
	border: 1px solid #fff !important;
	width: calc(100% - 80px);
}
#body .src_box #search_button,
#body .src_box_sp #search_button_sp,
#body .src_box #search_button_clone {
	min-height: 28px;
	margin: 0;
	padding: 0 4px 0 16px;
	background: url(img/icon_search.svg) no-repeat left 16px center;
	background-size: 12px 12px;
	border: 0;
	color: #000;
	cursor: pointer;
	white-space: normal;
	border-radius: 0;
	width: 80px;
	line-height: 1.2;
	text-shadow: #d9ebec 1px 1px 0, #d9ebec -1px -1px 0,#d9ebec -1px 1px 0, #d9ebec 1px -1px 0,#d9ebec 0px 1px 0, #d9ebec 0 -1px 0,#d9ebec -1px 0 0, #d9ebec 1px 0 0;
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#body .src_box #search_button:hover,
#body .src_box_sp #search_button_sp:hover,
#body .src_box #search_button_clone:hover{
	background: url(img/icon_search.svg) no-repeat left 16px center;
	background-size: 12px 12px;
}
.src_box_sp,
.sp_src{
	display: none;
}
	@media only screen and (max-width: 750px) {
		.inbody .head .src_box,
		.head .src_box_sp {
			display: block;
			margin-bottom: 0;
		}
		.sp_src{
			display: flex;
			width: 100%;
			align-items: center;
		}
	}
	@media only screen and (max-width: 480px){
		.src_box .q{
			height: 40px;
		}
		#body .src_box #search_button{
			min-height: 40px;
		}
	}

/**** スマホメニューに関するスタイル ****/
.pc_btn + .skip{
	display: none !important;
}
.lan_drop{
	padding: 0;
	margin: 11px 10px 0 0;
	z-index: 200;
}
.lan_drop a{
	border: 1px solid #222;
	background: #fff url(img/icon_language.svg) no-repeat;
	background-size: 20px auto;
	background-position: 6px 8px;
	color: #000;
	font-size: 50%;
	letter-spacing: -0.1px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding-top: 34px;
	line-height: 1.2;
	word-wrap: break-word;
	min-height: 50px;
	width: 50px;
	position: relative;
}
.lan_drop a:before,
.lan_drop a:after{
	content: '';
	position: absolute;
	top: 17px;
	right: 6px;
	background: #222;
	height: 3px;
	width: 14px;
}
.lan_drop a:after{
	transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
}
.lan_drop.active a:after{
	display: none;
}
.lan_detail{
	display: none;
	background: #f6f6f6;
	position: absolute;
	top: 98px;
	left: -10px;
	width: calc(100% + 20px);
	z-index: 9999;
}
.lan_detail ul{
	display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	margin: 24px 8px;
	padding: 0;
}
.lan_detail ul li{
	padding: 0;
	margin: 4px;
}
.lan_detail ul li a{
	background: #fff;
	border: 1px solid #aaa;
	display: inline-block;
	min-width: 58px;
	padding: 4px 8px;
	text-align: center;
}
.pc_btn{
	padding: 0;
	margin: 11px 10px 0 0;
	z-index: 200;
}
.pc_btn a{
	border: 1px solid #222;
	background: #fff url(img/icon_pc.svg) no-repeat;
	background-size: 20px auto;
	background-position: top 7px center;
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-size: 77%;
	text-align: center;
	line-height: 1.2;
	padding: 30px 0 0;
	min-height: 50px;
	width: 50px;
}
#menu_button{
	z-index: 200;
	margin: 11px 0 0;
}
#menu_button a{
	border: 1px solid #222;
	background: #fff;
	color: #000;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 34px;
	line-height: 1.2;
	min-height: 50px;
	width: 50px;
	position: relative;
}
#menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #222;
	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: #222;
	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: 751px) {
		#menu_button,
		.lan_drop,
		.pc_btn{
			display: none !important;
		}
	}
	@media only screen and (max-width: 750px) {
		.lan_detail{
			top: 68px;
		}
	}
#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 #aad1d2;
	box-sizing: border-box;
	color: #000;
}
	@media print, screen and (min-width: 751px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	background: #aad1d2;
	text-align: left;
	position: relative;
	padding: 14px 10px 12px;
	margin: 0;
}
#sidr .close a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-left: 22px;
	position: relative;
	width: 100%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #333;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}
#sidr ul {
	display: block;
	border-bottom: 3px solid #aad1d2;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	border-bottom: 1px solid #aad1d2;
	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 #aad1d2;
	border-right: 1px solid #aad1d2;
	transform: rotate(45deg);
		-webkit-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.sidr_navi_sub li{
	font-size: 85%;
	width: 100%;
}
#sidr ul.sidr_navi_sub li.select_btn_sp{
	border-right: 1px solid #aad1d2;
}
#sidr ul.sidr_navi_sub li.select_btn_sp:before{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#sidr ul.sidr_navi_sub02 li a span{
	display: block;
	font-size: 85%;
}
#sidr strong{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}

/*********** 追従ナビ ***********/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  transition: .4s;
  transform: translateY(-120%);
  z-index: 9999;
}
.is-show {
  transform: translateY(0);
}
.clone-nav.h_clone{
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	padding: 8px 10px;
	display: flex;
		justify-content: space-between;
}
.clone-nav.h_clone .g_navi{
	margin: 0 16px;
}
.clone-nav.h_clone .h1{
	margin-right: auto;
}
.clone-nav.h_clone .src_box{
	display: block !important;
	margin-bottom: 0;
	min-width: 120px;
	width: 260px;
}
.clone-nav.h_clone .ai_chat{
	display: block !important;
}
.clone-nav.h_clone .select_btn{
	display: block !important;
}
.clone-nav.h_clone .g_navi{
	justify-content: center;
}
.clone-nav.h_clone .g_navi_in{
	justify-content: center;
}
.clone-nav.h_clone .g_navi_in li{
	padding: 0 10px;
	letter-spacing: -0.01em;
}
.clone-nav.h_clone .g_navi_in li.himejijyo a{
	background-position: left 6px center;
	padding: 2px 8px 2px 30px;
}
@media only screen and (max-width: 750px) {
	.clone-nav {
		display: none !important;
	}
}
/*********** フッター ***********/
.main_footer {
	width: 100%;
	margin: 24px auto 0;
	position: relative;
	z-index: 0;
}
	@media only screen and (max-width: 750px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori{
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.modoriin{
	padding: 0;
	margin: 0;
}
.foot_modori a{
	background: #aad1d2;
	border-radius: 50%;
	color: #000;
	font-size: 85%;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 34px 10px 10px;
	position: relative;
}
.foot_modori a span {
	display: block;
}
.foot_modori a:before{
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -6px;
	width: 6px;
	height: 6px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	transform: rotate(45deg);
	transition: .4s;
}
.foot_modori a:hover:before{
	top: 19px;
	transition: .4s;
}
/**** メインフッター ****/
.foot{
	background: #aad1d2;
	position: relative;
	z-index: 1;
}
.foot:before,
.foot:after{
	content: '';
	position: absolute;
	z-index: -1;
}
.foot:before{
	right: 200px;
	bottom: 0;
	background: url(img/foot_img.png) no-repeat bottom 0 right;
	background-size: 320px auto;
	width: 320px;
	height: 320px;
}
.foot:after{
	right: 120px;
	top: 18px;
	background: url(img/foot_img2.png) no-repeat bottom 0 right;
	background-size: 70px auto;
	width: 70px;
	height: 70px;
}
.foot .foot_link{
	display: flex;
		justify-content: center;
		flex-wrap: wrap;
	padding: 18px 24px;
}
.foot .foot_link a{
	font-size: 85%;
	margin: 0 7px;
	padding: 0 7px;
	display: inline-block;
}
.foot .foot_link li{
	position: relative;
	margin: 0;
	padding: 8px 0;
}
.foot_id{
	border-top: 1px solid #d9ebec;
	padding: 28px 24px 0;
	display: flex;
		align-items: center;
}
.foot address{
	margin-right: 32px;
	padding-bottom: 28px;
}
.foot address p{
	font-size: 85%;
	line-height: 2;
	text-shadow: #aad1d2 1px 1px 0, #aad1d2 -1px -1px 0,#aad1d2 -1px 1px 0, #aad1d2 1px -1px 0,#aad1d2 0px 1px 0, #aad1d2  0-1px 0,#aad1d2 -1px 0 0, #aad1d2 1px 0 0;
}
.foot .list_link{
	margin-left: auto;
	padding-bottom: 18px;
}
.foot .list_link a{
	background: #fff;
	border: 2px solid #888;
	border-radius: 6px;
	display: inline-block;
	text-decoration: none;
	padding: 12px 24px;
	text-align: center;
	width: 240px;
	position: relative;
}
.foot .list_link a:before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .4s;
}
.foot .list_link a:hover{
	background: #aad1d2;
}
.foot address a[href^="tel:"]{
	cursor: default;
	color: #000;
	text-decoration: none;
}
.foot_copy {
	background: #e9f7f7;
	font-size: 80%;
	padding: 12px 0;
	text-align: center;
}
.foot_copyin {
	width: 100%;
	padding: 0 24px;
	margin: 0 auto;
}
	@media only screen and (max-width: 750px) {
		.foot:before{
			right: 240px;
			background-size: 160px auto;
			width: 160px;
			height: 160px;
		}
		.foot:after{
			right: 290px;
			top: 118px;
			background-size: 50px auto;
			width: 50px;
			height: 50px;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #0000cc;
			text-decoration: underline;
		}
		.foot .foot_link{
			padding: 16px 12px;
		}
		.foot_id{
			padding: 16px 12px;
			width: 100%;
		}
	}
	@media only screen and (max-width: 568px) {
		.foot:before{
			display: none;
		}
		.foot:after{
			top: auto;
			bottom: 170px;
			right: 14px;
			background-size: 40px auto;
			width: 40px;
			height: 40px;
		}
		.foot .foot_link{
			text-shadow: none;
			padding: 0;
		}
		.foot .foot_link li{
			border-bottom: 1px solid #e9f7f7;
			padding: 0;
			margin: 0;
			width: 100%;
		}
		.foot .foot_link li a{
			margin: 0;
			display: inline-block;
			padding: 10px 16px;
			width: 100%;
		}
		.foot_id{
			border-top: none;
			flex-wrap: wrap;
			width: 100%;
		}
		.foot address{
			background: url(img/foot_img.png) no-repeat bottom 0 right 50px;
			background-size: 90px auto;
			text-shadow: none;
			margin: 0;
			padding: 0 0 80px 0;
			width: 100%;
		}
		.foot .list_link {
			padding-bottom: 0;
			width: 100%;
		}
		.foot .list_link a{
			width: 100%;
		}
		.foot .list_link li{
			margin: 0 0 16px 0;
		}
		.foot .list_link li:last-child{
			margin-bottom: 0;
		}
	}

/********************** 領域共通のスタイル **********************/
.main {
	margin: 0 auto;
	padding: 0;
	font-family: "UD黎ミン R”,”UD Reimin Regular",arial, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}
.main h2,.main h3,.main h4,.main h5,.main h6,.main strong,.main th{
	font-family: "UD黎ミン B","UD Reimin Bold";
}
.main h2 {
	color: #000;
	background: #d9ebec;
	padding: 8px 16px 6px;
	font-size: 120%;
}
.main h2 a {
	display: block;
}
.main .h2 h2 {
	float: left;
}
.main .h2 p {
	float: right;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	transform: rotate(-45deg);
}
	@media only screen and (max-width: 750px) {
		.main{
			padding: 0;
			width: 100%;
		}
	}

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

/**** 緊急情報のスタイル ****/
.emergency_tab{
	margin-bottom: 24px;
	position: relative;
	width: 100%;
}
.emergency_tab .skip a{
	top: 0;
}
.emergency_tab .tab_index{
	display: flex;
}
.emergency_tab .tab_index .tab_change{
	border-radius: 4px 4px 0 0;
	text-align: center;
	margin-right: 1%;
	width: 100%;
	overflow: hidden;
	background: #ddd;
}
.emergency_tab .tab_index .tab_change.is-active{
	width: 170% !important;
	background: #b5012b;
}
.emergency_tab .tab_index .tab_change.emergency_change2{
	background: #b13800;
}
.emergency_tab .tab_index .tab_change.emergency_change3{
	background: #b5016f;
}
.emergency_tab .tab_index .tab_change:last-child{
	margin-right: 0;
}
.emergency_tab .tab_index .tab_change a{
	background: #ddd;
	color: #b5012b;
	display: inline-block;
	padding: 12px 10px 10px;
	text-decoration: none;
	width: 100%;
	transition: 0s;
}
.emergency_tab .tab_index .tab_change.emergency_change2 a{
	color: #b13800;
}
.emergency_tab .tab_index .tab_change.emergency_change3 a{
	color: #b5016f;
}
.emergency_tab .tab_index .tab_change.is-active a{
	background: none;
	color: #fff;
	cursor: default;
}
.emergency_tab .tab_panel{
	margin-top: 0;
}
.emergency_tab h2{
	background: none;
	height: 0;
	overflow: hidden;
}
.emergency_tab .tab_change h2{
	height: auto;
	overflow: auto;
	display: inline;
}
.emergency_tab .tab_change span{
	display: inline;
}
.emergency_tab .emergency{
	margin-top: 0;
}
.emergency_tab .emergency_lower,
.emergency_tab .emergency2_lower,
.emergency_tab .emergency3_lower{
	border: 3px solid #b5012b;
	padding: 0 16px 16px;
	border-radius: 0 0 4px 4px;
}
.emergency_tab .emergency2_lower{
	border-color: #b13800;
}
.emergency_tab .emergency3_lower{
	border-color: #b5016f;
}
.emergency_tab ul li{
	display: none;
}
.emergency_tab ul.active li{
	display: block;
}
.emergency_tab ul li:nth-child(1),
.emergency_tab ul li:nth-child(2),
.emergency_tab ul li:nth-child(3),
.emergency_tab ul li:nth-child(4),
.emergency_tab ul li:nth-child(5),
.emergency_tab ul li:nth-child(6){
	display: block;
}
.emergency_tab .more {
	text-align: right;
}
.emergency_tab .more a{
	display: inline-block;
	background: #b5012b;
	border-radius: 4px;
	font-size: 85%;
	color: #fff;
	padding: 6px 12px 6px 28px;
	text-decoration: none;
	position: relative;
}
.emergency_tab .emergency2 .more a{
	background: #b13800;
}
.emergency_tab .emergency3 .more a{
	background: #b5016f;
}
.emergency_tab .more a:before,
.emergency_tab .more a:after{
	content: '';
	background: #fff;
	position: absolute;
	left: 11px;
	top: 15px;
	height: 2px;
	width: 10px;
}
.emergency_tab .more a:after{
	transform: rotate(90deg);
}
.emergency_tab .more a.active:after{
	display: none;
}
	@media only screen and (max-width: 750px) {
		.emergency_tab{
			margin-top: 12px;
			margin-bottom: 0;
		}
		.emergency_tab .tab_index .tab_change{
			margin-right: 2%;
			display: flex;
				align-items: center;
				justify-content: center;
			background: #ddd;
		}
		.emergency_tab .tab_index .tab_change a{
			padding: 8px 4px 6px;
			font-size: 90%;
		}
	}

.h_visnavi{
	display: flex;
		flex-wrap: wrap;
	width: 100%;
	font-family: "UD黎ミン R”,”UD Reimin Regular",arial, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}
/**** スライドショーのスタイル ****/
/* .vis_wrap{
	position: relative;
	overflow: hidden;
	margin-right: 24px;
	width: calc(100% - 274px);
}
.vis h2{
	padding: 0;
	margin: 0;
	height: 0;
}
.vis .vis_bg{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg .bx-viewport{
	border: 1px solid #eee;
}
.vis .vis_bg li:before{
	display: none;
}
.vis .bx-controls{
	position: absolute;
	right: 10px;
	bottom: 12px;
	z-index: 20;
	z-index: 300;
}
.vis .bx-controls-auto{
	display: inline-block;
	font-size: 87.5%;
	margin-right: 8px;
}
.vis .bx-pager{
	display: inline-block;
	font-size: 93.8%;
	margin-left: 12px;
}
.vis .bx-pager-item{
	display: inline-block;
	margin-right: 8px;
}
.vis .bx-pager-item a,.bx-controls-auto-item a{
	border-radius: 4px;
	background: #fff;
	border: 1px solid #555;
	display: inline-block;
	text-decoration: none;
	padding: 8px 11px;
	height: 32px;
	line-height: 1;
}
.bx-controls-auto-item a{
	display: inline;
	padding: 8px 9px 8px 11px;
}
.vis .bx-pager-item a.active{
	background: #555;
	color: #fff;
}

	@media only screen and (max-width: 750px) {
		.vis_wrap{
			margin: 16px 0 8px;
			width: 100%;
		}
		.vis .vis_bg{
			padding-bottom: 52px;
		}
		.vis .bx-controls{
			display: flex;
				align-items: center;
			left: 0;
			bottom: 10px;
		}
		.vis .bx-pager a{
			display: flex;
				align-items: center;
				justify-content: center;
			padding: 8px;
			height: 30px;
			width: 30px;
		}
		.vis .bx-pager-item{
			margin-right: 12px;
		}
	} */


.vis_wrap{
	position: relative;
	overflow: hidden;
	margin-right: 24px;
	width: calc(100% - 274px);
}
.vis{
	position: relative;
}
.vis h2{
	padding: 0;
	margin: 0;
	height: 0;
}
.vis .vis_bg{
	position: relative;
}
.vis .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis .vis_bg li:before{
	display: none;
}

.vis_skip p{
	padding: 0;
	margin: 0;
}
.vis_skip a{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	font-size: 86%;
	line-height: 1.5em;
	width: 100%;
}
.vis_skip a:focus{
	margin: 0 0 10px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	clip: auto;
	height: auto;
	position: static !important;
	background-color: #fff !important;
	display: inline-block !important;
}
	@media only screen and (max-width: 750px) {
		.vis_wrap{
			margin: 16px 0 8px;
			width: 100%;
		}
		.vis .vis_bg{
			padding-bottom: 8px;
		}
		.vis .slick_nav{
			justify-content: flex-start;
		}
	}


.sub_navi_list{
	width: 250px;
}
.sub_navi_list .link_list li{
	margin: 0 0 8px 0;
}
.sub_navi_list .link_list li:last-child{
	margin-bottom: 0;
}
.sub_navi_list .link_list li a{
	background: #d9ebec;
	border: 1px solid #d9ebec;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.sub_navi_list .link_list li a div{
	background-image: url(img/icon_subnav01.svg);
	background-repeat: no-repeat;
	background-position: center left 6px;
	background-size: 28px 28px;
	padding: 6px 6px 6px 44px;
}
.sub_navi_list .link_list li.select a div{
	background-image: url(img/icon_subnav04.svg);
}
.sub_navi_list .link_list li.infomation a div{
	background-image: url(img/icon_subnav02.svg);
}
.sub_navi_list .link_list li.live a div{
	background-image: url(img/icon_subnav03.svg);
}
.sub_navi_list .link_list li.infomation a div > span{
	font-size: 90%;
	display: block;
	width: 100%;
}
.sub_navi_list .sns_link{
	margin-top: 28px;
}
.sub_navi_list .sns_link a{
	background: #fff;
	border: 4px solid #d9ebec;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 12px 10px;
	width: 100%;
}
.sub_navi_list .sns_link a span{
	padding: 10px 0 10px 30px;
}
.sub_navi_list .sns_link .ig a span{
	background: url(img/icon_ig.svg) no-repeat left center;
	background-size: 21px 21px;
}
.sub_navi_list .sns_link .tax a span{
	background: url(img/icon_tax.svg) no-repeat left center;
	background-size: 23px 23px;
}
.sub_navi_list .sns_link .apps a span{
	font-size: 80%;
	padding-left: 0;
	padding-right: 4px;
}
	@media only screen and (max-width: 750px) {
		.sub_navi_list{
			padding: 0;
			width: 100%;
		}
		.sub_navi_list .link_list{
			display: flex;
				justify-content: space-between;
			width: 100%;

			writing-mode: horizontal-tb;
		}
		.sub_navi_list .link_list li{
			font-size: 72%;
			display: flex;
				flex-wrap: wrap;
			margin: 0;
			width: 32.5%;
		}
		.sub_navi_list .link_list li a{
			display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: center;
			padding: 2px;
			height: auto;
		}
		.sub_navi_list .link_list li.infomation a span{
			margin-top: auto;
		}
		.sub_navi_list .sns_link{
			display: flex;
				justify-content: space-between;
			margin-top: 16px;
			font-size: 86%;
		}
		.sub_navi_list .sns_link li{
			display: flex;
			width: 32.5%;
			margin-top: 0;
		}
		.sub_navi_list .sns_link a{
			display: flex;
				align-items: center;
			padding: 8px;
		}
		.sub_navi_list .sns_link .apps a{
			flex-wrap :wrap;
		}
		.sub_navi_list .sns_link a span{
			padding-top: 0;
			padding-bottom: 0;
		}
		.sub_navi_list .link_list li.select{
			display: none;
		}
	}

	@media only screen and (max-width: 480px) {
		.sub_navi_list .link_list li a{
			padding: 6px;
			letter-spacing: -0.03em;
		}
		.sub_navi_list .link_list li a div{
			background-size: 24px 24px;
			background-repeat: no-repeat;
			background-position: center top 2px;
			padding: 32px 0 0 0;
			text-align: center;
			line-height: 1.3;
		}
		.sub_navi_list .sns_link{
			margin-top: 10px;
		}
		.sub_navi_list .sns_link a{
			padding: 6px;
			text-align: center;
			line-height: 1.3;
		}
		.sub_navi_list .sns_link a span{
			padding: 26px 0 0 0;
			font-size: 86%;
			letter-spacing: -0.03em;
			width: 100%;
		}
		.sub_navi_list .sns_link .ig a span{
			background-position: center top 2px;
			background-size: 19px 19px;
		}
		.sub_navi_list .sns_link .tax a span{
			background-position: center top 2px;
			background-size: 18px 18px;
		}
		.sub_navi_list .sns_link .apps a{
			justify-content: center;
		}
		.sub_navi_list .sns_link .apps a span{
			padding: 0;
			margin-top: auto;
			justify-content: center;
		}
	}

/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul > li::before {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	background: #fff;
	border: 3px solid #d9ebec;
	padding: 16px;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower .ilist_right {
	margin-top: 16px;
	width: 100%;
}
.main .ilist_lower ul > li .ilist_title {
	text-align: center;
}
.main .ilist_lower ul > li .ilist_text {
	text-align: left;
	font-size: 85%;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	line-height: 1.6;
}
.ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 750px) {
		.main .ilist_lower ul > li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul > li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.ilist2 {
	margin-top: 24px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul > li::before {
	display: none;
}
.main .ilist2_lower ul > li a {
	padding: 16px;
	width: 100%;
	background: #fff;
	border: 3px solid #d9ebec;
	display: flex;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 750px) {
		.main .ilist2_lower ul > li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul > li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul > li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
}
.category2 {
	margin-top: 24px;
}
.category3 {
	margin-top: 24px;
}
.category4 {
	margin-top: 24px;
}
.category5 {
	margin-top: 24px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
}
.main .event_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.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: #d9ebec;
	color: #000;
	border-radius: 4px;
	padding: 4px 4px 2px;
	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: 7px 14px 6px;
	position: relative;
	line-height: 1;
}
.event_month li.pre a{
	padding-left: 20px;
}
.event_month li.next a{
	padding-right: 20px;
}
.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: 7px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}
.event_month li.next a:before{
	right: 7px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}
/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 24px;
}
.main .calendar_lower {
	overflow: auto;
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.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: middle;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	display: none;
}
.main .calendar th {
	border: 1px solid #ccc;
	text-align: center;
	padding-bottom: 4px;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #ccc;
	text-align: center;
}
.main .calendar .sun,
.fc-sun{
	background: #ffd8d6;
}
.main .calendar .sat,
.fc-sat{
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today a {
	color: #fff;
}
	@media only screen and (max-width: 750px) {
		.main .calendar td{
			padding: 5px 0;
		}
	}

/** カレンダー切り替え **/
#calendar {
	line-height: normal !important;
}
#calendar table {
	margin: 0;
}
.fc-day-grid-event .fc-content {
	white-space: normal !important;
}
.main_naka .calender_change{
	margin-top: 24px;
}
.main_naka .calender_change ul{
	display: flex;
		justify-content: space-between;
	margin-top: 24px;
	border-bottom: 4px solid #d9ebec;
}
.main_naka .calender_change ul li{
	padding: 0;
	margin: 0;
	width: 49.6%;
}
.main_naka .calender_change ul li:before{
	display: none;
}
#body .main_naka .calender_change ul li input[type="button"]{
	background: #fff;
	border: 2px solid #d9ebec;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	color: #0000cc;
	font-size: 100%;
	padding: 14px 10px;
	width: 100%;
}
#body .main_naka .calender_change ul li input[type="button"].active{
	background: #d9ebec;
}
table .fc-event-container a{
	margin-bottom: 10px !important;
}
table .fc-event-container a:hover{
	text-decoration: none !important;
}
	@media only screen and (max-width: 750px) {
		.main_naka .calender_change{
			display: none;
		}
		#calendar{
			display: none !important;
		}
		#calendar_month{
			display: block !important;
		}
	}

/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
}
.main .new .h2 {
	background: #d9ebec;
}
.main .new .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .new_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 8px 16px 16px;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
}
.main .topics .h2 {
	background: #d9ebec;
}
.main .topics .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .topics_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 8px 16px 16px;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	font-size: 85%;
	margin-top: 16px;
	display: flex;
		flex-wrap: wrap;
	max-width: 480px;
	margin-left: auto;
}
.main .more li{
	border: 2px solid #888 !important;
	padding: 0;
	margin: 4px !important;
	width: calc(50% - 8px);
}
.main .more li:before{
	border-color: #888 !important;
	transition: .4s;
	top: 14px;
	left: 14px;
}
.main .more li a{
	background: #fff;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.main .more li a:hover{
	background: #222 !important;
	color: #fff;
}
.main .more li:hover:before{
	border-color: #fff !important;
	transition: .4s;
}
.main .more li.rss span{
	background: url(img/rss.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 750px) {
		.main .more{
			max-width: 400px;
		}
		.main .more li:before{
			top: 16px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
		}
		.main .more li{
			width: calc(100% - 4px);
		}
		.main .more li a{
			padding: 10px;
		}
	}
/**** タブ切り替えのスタイル ****/
.main .free_tab{
	margin-top: 24px;
	position: relative;
}
.main .free_tab .tab_index{
	display: flex;
		justify-content: space-between;
	border-bottom: 2px solid #d9ebec;
	margin-bottom: -25px;
}
.main .free_tab .tab_index .tab_change{
	text-align: center;
	display: flex;
	font-size: 120%;
	width: 49.5%;
}
.main .free_tab .tab_index .tab_change a{
	border: 2px solid #d9ebec;
	border-bottom: 0;
	display: inline-block;
	padding: 8px 10px 6px;
	width: 100%;
	text-decoration: none;
}
.main .free_tab .tab_index .tab_change.is-active a{
	background: #d9ebec;
}
.main .free_tab li.tab_panel{
	margin: 0;
	padding: 0;
}
.main .free_tab li.tab_panel:before{
	display: none;
}
.main .free_tab h2{
	background: none;
	padding: 0;
	margin: 0;
	height: 0;
}
.free_tab .skip a{
	top: 0;
	left: 0;
	z-index: -1;
}
.free_tab .skip a:active, .free_tab .skip a:focus {
	display: block;
	font-size: 100%;
	line-height: 1.5;
	z-index: 99999;
	padding: 8px 0;
	width: 100%;
}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
}
.main .pickup_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	font-size: 110%;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
}
.main .pickup2_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	font-size: 110%;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 24px;
}
.main .ranking_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .ranking_lower ol{
	margin-left: 24px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
}
.main .ranking_lower ol li:before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
}
.main .j_s_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.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%;
}
/**** バナー広告のスタイル ****/
.bana {
	background: #f6f6f6;
	max-width: 1192px;
	margin: 24px auto 0;
	padding: 24px 34px;
	position: relative;
}
.bana h2 {
	background: none;
	color: #000;
	text-align: center;
	display: block;
	padding: 0;
}
.bana_lower {
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}
.bana li {
	padding-left: 0;
	width: 170px;
	margin: 12px 8px 0;
}
.bana li::before {
	display: none;
}
.bana li .window {
	margin-top: 5px;
}
.bana .link_detail{
	padding: 0;
	margin: 0 0 8px 0;
	text-align: center;
}
.bana .bana_about{
	padding: 0;
	margin: 16px 0 0 6px;
	position: relative;
	z-index: 100;
}
.free_shisei + .con_inner{
	padding: 0;
}
	@media print, screen and (min-width: 751px) {
		.bana_lower ul,
		.bana ul{
			display: flex;
				flex-wrap: wrap;
		}
	}
	@media only screen and (max-width: 750px) {
		.bana {
			padding: 24px 20px;
		}
		.bana li{
			margin: 0;
			padding: 8px;
		}
		.bana_lower{
			padding: 0 38px;
			margin: 20px auto 0;
			width: 450px;
		}
		.bana_lower img{
			max-width: 100%;
			width: 100%;
		}
	}
	@media only screen and (max-width: 520px) {
		.bana_lower{
			width: 260px;
		}
	}
	@media only screen and (max-width: 340px) {
		.bana li {
			margin-right: auto;
			margin-left: auto;
			width: 140px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}
.rss h2 {
	display: none;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
.rss_body .rss_icon{
	margin-left: 10px;
}

.rss_body h2 a.rss_icon{
	font-size: 68.75%;
	font-weight: normal;
	margin-bottom: 4px;
}

/**** RSSアイコンのスタイル ****/
a.rss_icon{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	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;
	letter-spacing: -0.01px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	font-size: 68.75%;
	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: 3px 28px 1px 6px;
	letter-spacing: -0.01px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
}
.main .option_lower {
	border: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 3px solid #d9ebec;
	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: 3px solid #d9ebec;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/* コロナウイルス */
.free_emergency_c{
	display: flex;
	border: 3px solid #b5012b;
	margin: 24px 0;
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.free_emergency_c h2{
	background: #b5012b;
	color: #fff;
	font-size: 110%;
	padding: 20px 10px;
	height: 100%;
	text-align: center;
	flex-shrink: 0;
	width: 230px;
}
.free_emergency_c h2 span{
	display: block
}
.free_emergency_c .emergency_c_lower{
	padding: 5px 20px 20px;
	width: calc(100% - 230px);
}
.free_emergency_c .emergency_c_lower ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	width: 100%;
}
.free_emergency_c .emergency_c_lower ul li{
	position: relative;
	padding-left: 16px;
	margin-right: 16px;
	width: calc((100% - 16.1px) / 2);
}
.free_emergency_c .emergency_c_lower ul li::before{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #b5012b;
	border-bottom: 2px solid #b5012b;
	transform: rotate(-45deg);
}
.free_emergency_c .emergency_c_lower ul li:nth-child(even){
	margin-right: 0;
}
	@media only screen and (max-width: 750px) {
		.free_emergency_c{
			flex-wrap: wrap;
			margin: 24px 0;
		}
		.free_emergency_c .h2{
			width: 100%;
		}
		.free_emergency_c h2{
			font-size: 100%;
			letter-spacing: 0;
			padding: 10px;
			height: auto;
			width: 100%;
		}
		.free_emergency_c h2 span{
			display: inline;
		}
		.free_emergency_c .emergency_c_lower{
			padding: 5px 12px 12px;
			width: 100%;
		}
		.free_emergency_c .emergency_c_lower ul li{
			margin-right: 12px;
			width: calc((100% - 12.1px) / 2);
		}
	}


/********************** 領域1個別のスタイル **********************/
@media print, screen and (min-width: 751px) {
	.main .zone0102 .zone01 .ilist_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul > 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: 751px) {
	.main .zone0102 .zone02 .ilist_lower ul > li{
		width: calc((100% - 24.1px) / 3);
	}
	.main .zone0102 .zone02 .ilist_lower ul > li:nth-of-type(3n){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li{
		width: calc((100% - 12.1px) / 2);
	}
	.main .zone0102 .zone02 .ilist2_lower ul > li:nth-of-type(even){
		margin-right: 0;
	}
	.main .zone0102 .zone02 .bana ul{
		justify-content: center;
	}
}

/********************** 領域3個別のスタイル **********************/

/********************** 領域4個別のスタイル **********************/
.zone04 .bana,
.main_naka .bana{
	margin: 80px auto 20px;
}
	@media only screen and (max-width: 750px) {
		.zone04 .bana{
			margin-top: 60px;
		}
		.main_naka .bana{
			margin: 0;
		}
	}


/* スマホ　スライダー */
	@media only screen and (max-width: 750px) {
		.zone04 .bana .link_detail,
		.main_naka .bana .link_detail{
			padding: 0;
			margin: 0;
			text-align: center;
		}
		.zone04 .bana .bana_about,
		.main_naka .bana .bana_about{
			width: 358px;
			padding: 0;
			margin: -28px auto 0;
			position: relative;
			z-index: 50;
		}
	}
	.zone04 .bana .slick_ps,
	.main_naka .bana .slick_ps{
		margin-right: 4px;
	}
	@media only screen and (max-width: 520px) {
		.zone04 .bana .bana_about,
		.main_naka .bana .bana_about{
			margin-top: 10px;
			text-align: center;
			width: 100%;
		}
	}
/********************** トップページのスタイル **********************/
.main .ttl_type{
	margin-bottom: 20px;
}
.main .ttl_type h2{
	background: none;
	color: #222;
	font-size: 162.5%;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: .25em;
}
.main .ttl_type h2 img,
.main .ttl_type h3 img{
	vertical-align: middle;
	margin-right: 12px;
	margin-top: -4px;
	height: 40px;
	width: 36px;
	padding-top: 4px;
}
	@media only screen and (max-width: 750px) {
		.main .ttl_type{
			margin: 0 0 30px;
		}
		.main .ttl_type h2 img,
		.main .ttl_type h3 img{
			height: 36px;
			width: 32px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ttl_type{
			margin: 0 0 24px;
		}
		.main .ttl_type h2{
			font-size: 131%;
			padding-right: 0;
			padding-left: 0;
			letter-spacing: .2em;
		}
	}

/* リニューアルお知らせ */
.main .oshirase_text,
.main_naka .oshirase_text{
	max-width: 70%;
	margin: 0 auto;
}
.main .oshirase_text a,
.main_naka .oshirase_text a{
	border: 3px solid #aad1d2;
	border-radius: 6px;
	display: inline-block;
	padding: 14px;
	margin: 24px 0 -24px;
	width: 100%;
}
.main_naka .oshirase_text a{
	margin: 16px auto;
}
	@media only screen and (max-width: 750px) {
		.main .oshirase_text,
		.main_naka .oshirase_text{
			max-width: 100%;
		}
		.main .oshirase_text a{
			margin: 16px 0;
		}
		.main_naka .oshirase_text a{
			margin: 8px 0;
		}
	}
/* 暮らしの情報を探す・調べる */
.life_wrap{
	display: flex;
		align-items: flex-start;
	margin: 50px 0;
	position: relative;
	z-index: 9999;
}
.life_wrap_in{
	width: 100%;
}
.life_wrap > h2{
	background: none;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
}
	@media only screen and (max-width: 750px) {
		.life_wrap{
			flex-wrap: wrap;
		}
		.life_wrap_in{
			padding-left: 0;
			border: 0;
			width: 100%;
		}
		.life_wrap .ttl_type{
			border: 0;
			padding: 0;
			margin-right: 0;
			width: 100%;
		}
		.life_wrap .ttl_type h2{
			writing-mode: horizontal-tb;
		}
	}
	@media only screen and (max-width: 480px) {
		.life_wrap{
			flex-wrap: wrap;
			margin: 20px 0 40px;
		}
	}

/* 防災・緊急情報 */
.main .free_emergency{
	display: flex;
		display: -webkit-flex;
	background: #d9ebec;
	margin-bottom: 30px;
	width: 100%;
}
.main .free_emergency h3{
	font-weight: normal;
	font-size: 118.75%;
	color: #A71010;
	padding: 22px 16px 22px 16px;
	text-align: left;
	width: 200px;
	display: flex;
}
.main .free_emergency h3::before{
	content: "";
	background: url(img/bousaibee.png) no-repeat;
	width: 70px;
	height: 44px;
	background-size: contain;
	display: block;
	margin: 8px 16px 0 0;
}
.main .free_emergency .emergency_h3 p{
	display: none;
}
.main .free_emergency ul{
	display: flex;
		display: -webkit-flex;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.main .free_emergency ul li{
	display: flex;
		display: -webkit-flex;
	border-left: 1px solid #e9f7f7;
	padding: 0;
	margin: 0;
	width: 25%;
}
.main .free_emergency ul li:before{
	left: auto;
	right: 16px;
	top: 50%;
	margin-top: -4px;
}
.main .free_emergency ul li a{
	display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	font-size: 87.5%;
	text-align: left;
	text-decoration: none;
	padding: 0 30px 0 12px;
	width: 100%;
}
@media print, screen and (min-width: 751px) {
	.main .free_emergency ul{
		display: flex !important;
	}
}
.main .free_emergency ul li a:hover{
	background: #e9f7f7;
}
	@media only screen and (max-width: 750px) {
		.main .free_emergency{
			flex-wrap: wrap;
		}
		.main .free_emergency .emergency_h3{
			position: relative;
			width: 100%;
		}
		.main .free_emergency h3{
			padding: 12px 64px 12px 12px;
			width: 100%;
			align-items: center;
			justify-content: center;
		}
		.main .free_emergency h3::before{
			margin: 0 8px 0 0;
		}
		.main .free_emergency ul{
			border-top: 1px solid #e9f7f7;
			flex-wrap: wrap;
		}
		.main .free_emergency ul li{
			border-bottom: 1px solid #e9f7f7;
			border-left: 0;
			width: 50%;
			border-right: 1px solid #e9f7f7;
		}
		.main .free_emergency ul li:last-child{
			border-bottom: 0;
		}
		.main .free_emergency ul li a{
			padding: 16px 22px;
			justify-content: flex-start;
			min-height: 100px;
		}
		.main .free_emergency .emergency_h3 p{
			display: inline-block;
			position: absolute;
			top: 50%;
			margin: -14px 0 0;
			right: 12px;
			font-size: 72%;
			background: #fff;
			border: 1px solid #ccc;
			height: 28px;
		}
	}
/* ライフシーンで探す */
.main .free_life{
	margin: 60px 0;
}
.main .free_life h3{
	font-weight: normal;
	font-size: 137.5%;
	margin: 24px 0;
	text-align: center;
	letter-spacing: .25em;
}
.main .free_life .ilist{
	margin-top: 0;
}
.main .free_life .ilist_lower ul > li{
	border: 2px solid #AAD1D2;
	border-radius: 4px;
	padding: 2px 2px 0;
	overflow: hidden;
	margin-bottom: 20px;
		flex-wrap: wrap;
}
.main .free_life .ilist_lower ul > li a{
	background: none;
	border: 0;
	padding: 0;
	position: relative;
}
.main .free_life .ilist_lower ul > li .ilist_left{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.main .free_life .ilist_lower ul > li .ilist_left img{
	transform: scale(1);
	transition: .3s ease-in-out;
}
.main .free_life .ilist_lower ul > li a:hover .ilist_left img{
	transform: scale(1.08);
	transition: .3s ease-in-out;
}
.main .free_life .ilist_lower ul > li .ilist_left:after{
	transition: .3s;
}
.main .free_life .ilist_lower ul > li a:hover .ilist_left:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.3);
	height: 100%;
	width: 100%;
	transition: .3s;
}
.main .free_life .ilist_lower ul > li .ilist_right{
	font-size: 90%;
	margin: 10px 0 6px;
}

.main .free_life .ilist_lower ul > li:nth-child(n){
	margin: 0 6px 0 0;
	width: calc((100% - 42.1px) / 8);
}
.main .free_life .ilist_lower ul > li:nth-child(8n){
	margin-right: 0;
}
	@media only screen and (max-width: 960px) {
		.main .free_life .ilist_lower ul > li:nth-child(n){
			margin-bottom: 10px;
			width: 107px;
		}
	}
	@media only screen and (max-width: 750px) {
		.main .free_life .ilist_lower ul > li:nth-child(n){
			margin: 0 8px 10px 0;
			width: calc((100% - 24.1px) / 4);
		}
		.main .free_life .ilist_lower ul > li:nth-child(4n){
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .free_life{
			margin: 40px 0;
		}
		.main .free_life h3{
			font-size: 125%;
			letter-spacing: .2em;
		}
		.main .free_life .ilist_lower ul > li:nth-child(n){
			margin: 0 8px 10px 0;
			width: calc((100% - 8.1px) / 2);
		}
		.main .free_life .ilist_lower ul > li:nth-child(2n){
			margin-right: 0;
		}
		.main .free_life .ilist_lower ul > li a .ilist_right{
			margin: 6px 0 4px;
		}
	}

/* その他の暮らしの情報 */
.main .free_life02{
	margin: 60px auto 0;
	max-width: 1000px;
}
.main .free_life02 section{
	display: flex;
		 flex-wrap: wrap;
		 align-items: center;
		 justify-content: space-between;
}
.main .free_life02 h3{
	background: none;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
}
.main .free_life02 ul.list{
	width: 40%;
}
.main .free_life02 ul.list li{
	margin: 0 0 12px;
	padding: 0;
}
.main .free_life02 ul.list li:last-child{
	margin-bottom: 0;
}
.main .free_life02 ul.list li:before{
	display: none;
}
.main .free_life02 ul.list li .ilist_in{
	background: none;
	border-radius: 6px;
	display: flex;
		align-items: center;
		justify-content: center;
	padding: 18px 20px 18px 10px;
	border: 4px solid #AAD1D2;
	text-decoration: none;
}
.main .free_life02 ul.list li a{
	background: none;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.main .free_life02 ul.list li a:hover .ilist_in{
	background: #d9ebec;
}
.main .free_life02 ul.list li img{
	height: 30px;
	width: 30px;
}
.main .free_life02 ul.list .title{
	margin: 0 0 0 10px;
}
.main .free_life02 .calendar{
	border: 4px solid #aad1d2;
	border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	width: 56%;
}
.main .free_life02 .calendar h4{
	border-bottom: 4px solid #aad1d2;
	text-align: center;
	padding: 16px 8px;
}
.main .free_life02 .calendar h4 img{
	margin-right: 8px;
	height: 22px;
	width: 22px;
}
.main .free_life02 .calendar_lower{
	border: 0;
	padding: 16px 20px;
	margin: 0;
}
.main .free_life02 .calendar .calendar_lower_top{
	display: flex;
		align-items: center;
	margin-bottom: 14px;
}
.main .free_life02 .calendar .calendar_lower_top .month{
	margin: 0 12px 0 0;
}
.main .free_life02 .calendar .calendar_lower_top .month a{
	display: inline-block;
	background: #aad1d2;
	padding: 8px 24px;
	text-decoration: none;
	line-height: 1;
}
.main .calendar_lower .calendar_lower_top .event_month li{
	margin: 0 8px 0 0;
}
.calendar_lower_top .event_month li.pre a, .event_month li.next a{
	margin-bottom: 0;
}
.main .free_life02 .calendar td,
.main .free_life02 .calendar th{
	padding: 10px 0;
}

	@media only screen and (max-width: 750px) {
		.main .free_life02 ul.list{
			margin-bottom: 24px;
			width: 100%;
		}
		.main .free_life02 ul.list li{
			margin: 0 0 12px 0;
			width: 100%;
		}
		.main .free_life02 ul.list li .ilist_in{
			padding: 14px 12px;
		}
		.main .free_life02 .calendar{
			width: 100%;
		}
		.main .free_life02 .calendar_lower{
			padding: 16px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .free_life02{
			margin: 30px 0 10px;
		}
		.main .free_life02 .calendar h4{
			padding: 14px 8px;
		}
		.main .free_life02 .calendar td,
		.main .free_life02 .calendar th{
			padding: 6px 0;
		}
	}




/**** インフォメーションのスタイル ****/
.main .free_infomation{
	margin: 80px 0 0;
	position: relative;
	z-index: 100;
}
.main .free_infomation .ilist{
	margin-top: 40px;
}
.main .free_infomation .ilist h3{
	text-align: center;
	padding: 8px 8px 24px;
	font-size: 120%;
	letter-spacing: .25em;
}
.main .free_infomation .ilist h3 img{
	margin-right: 12px;
	height: 22px;
	width: 22px;
}
.main .free_infomation .ilist_lower ul{
	justify-content: center;
}
.main .free_infomation .ilist_lower ul > li{
	width: calc((100% - 100.1px) / 3);
	margin-right: 50px;
}
.main .free_infomation .ilist_lower ul > li:last-child{
	margin-right: 0;
}
.main .free_infomation .ilist_lower ul > li a{
	border-radius: 5px;
	border: none;
	padding: 0;
}
.main .free_infomation .ilist_lower ul > li a .ilist_left{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.main .free_infomation .ilist_lower ul > li a:hover img{
	transform: scale(1.08);
	transition: .3s ease-in-out;
}
.main .free_infomation .ilist_lower ul > li .ilist_title{
	text-align: left;
}
.main .free_infomation .new_list{
	display: flex;
	margin-top: 36px;
}
.main .free_infomation .new{
	width: 64.6%;
	margin-right: 4%;
	padding-bottom: 40px;
}
.main .free_infomation .new .h3{
	border: 4px solid #aad1d2;
	border-radius: 5px 5px 0 0;
}
.main .free_infomation .new h3 img{
	margin-right: 8px;
	height: 22px;
	width: 22px;
}
.main .free_infomation .new h3{
	text-align: center;
	padding: 16px 8px;
}
.main .free_infomation .new_lower{
	border: 4px solid #aad1d2;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.main .free_infomation .new_lower li::before{
	top: 5px;
}
.main .free_infomation .new_lower .new_lst{
	display: flex;
}
.main .free_infomation .new_lower .new_lst .date{
	width: 100px;
	padding-right: 16px;
}
.main .free_infomation .new_lower .new_lst .list{
	width: calc(100% - 100px);
}
.main .free_infomation .new .more{
	justify-content: flex-end;
}
.main .free_infomation .new .more li{
	border-radius: 5px;
	border-color: #aad1d2 !important;
}
.main .free_infomation .new .more li::before{
	right: 14px;
	left: auto;
	top: 14px;
}
.main .free_infomation .new .more li:hover::before{
	border-color: #888 !important;
}
.main .free_infomation .new .more li a{
	border-radius: 3px;
}
.main .free_infomation .new .more li a:hover{
	background: #d9ebec !important;
	color: #6c0000;
}
.free_infomation .infomation_list{
	width: 42.4%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.free_infomation .infomation_list ul{
	width: 100%;
}
.main .free_infomation .infomation_list li:first-child{
	margin-top: 0;
}
.main .free_infomation .infomation_list li{
	padding: 0;
	margin: 16px 0 0;
}
.main .free_infomation .infomation_list li:before{
	left: auto;
	right: 12px;
	top: 50%;
	margin-top: -4px;
}
.main .free_infomation .infomation_list li a{
	background: #fff;
	display: inline-block;
	border-radius: 6px;
	padding: 22px 12px;
	border: 4px solid #aad1d2;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
.main .free_infomation .infomation_list li a:hover{
	background: #d9ebec;
}
	@media only screen and (max-width: 750px) {
		.main .free_infomation .ilist h3{
			padding: 0px 8px 24px;
		}
		.main .free_infomation .ilist{
			padding: 0px 0px 10px;
		}
		.main .free_infomation .new_list{
			display: block;
		}
		.main .free_infomation .new{
			width: 100%;
		}
		.free_infomation .infomation_list{
			width: 100%;
		}
		.main .free_infomation .ilist_lower ul > li{
			width: 100%;
			margin-right: 0;
			padding: 10px;
			max-width: 520px;
		}
		.main .free_infomation .ilist_lower ul > li:first-child{
			margin-top: 0;
		}
		.main .free_infomation .new_lower .new_lst{
			flex-wrap: wrap;
		}
		.main .free_infomation .new_lower .new_lst .list{
			width: 100%;
		}
		.main .free_infomation .infomation_list ul{
			flex-wrap: wrap;
			padding: 0 0 20px;
		}
		.main .free_infomation .infomation_list li{
			margin: 0 0 12px 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul{
			flex-wrap: wrap;
		}
		.main .free_infomation{
			margin: 50px 0 0;
		}
		.main .free_infomation .infomation_list li a{
			padding: 18px 12px;
		}
		.main .free_infomation .infomation_list ul{
			padding-bottom: 0;
		}
	}

/* 姫路市を知る・繋がる */
.know_wrap{
	margin: 0 0 60px;
	position: relative;
	z-index: 9999;
}
.know_wrap .ttl_type{
	margin-bottom: 40px;
}
.know_wrap .know_wrap_in{
	background: url(img/map.png) no-repeat bottom -50px right 10px;
	background-size: 364px auto;
}
	@media only screen and (max-width: 750px) {
		.know_wrap{
			margin-bottom: 40px;
			padding: 0;
		}
		.know_wrap .ttl_type{
			border: 0;
			padding: 0;
			margin-left: 0;
			order: 1;
			width: 100%;
		}
		.know_wrap .know_wrap_in{
			background: none;
			border: 0;
			padding-right: 0;
			width: 100%;
		}
		.know_wrap .know_wrap_in{
			flex-wrap: wrap;
		}
	}
	@media only screen and (max-width: 480px) {
		.know_wrap .ttl_type{
			margin-bottom: 24px;
		}
	}

/* sns */
.main .free_sns{
	display: flex;
		flex-wrap: wrap;
	border-left: 0;
	background: #fff;
	margin: 0 auto 60px;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}
.main .free_sns .ilist_lower ul > li{
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	width: 100%;
}
.main .free_sns .ilist_lower ul > li a{
	background: none;
	border: 0;
	padding: 0;
}
.main .free_sns .ilist_lower ul > li .ilist_left{
	max-width: 240px;
	margin: 0 auto;
}
.main .free_sns h3{
	font-size: 120%;
	margin: 0 0 16px;
	text-align: center;
}
.main .free_sns h3 img{
	vertical-align: middle;
	margin-top: -6px;
	margin-right: 8px;
	height: 22px;
	width: 22px;
}
.main .free_sns .free_fb,
.main .free_sns .free_yt{
	border: 4px solid #d9ebec;
	padding: 18px 40px 24px;
	width: 50%;
}
.main .free_sns .free_fb{
	border-right: 0;
}
.main .free_sns .ilist{
	margin-top: 0;
}
.main .free_sns .ilist_lower .ilist_right{
	font-size: 87.5%;
	margin-top: 12px;
	text-align: center;
}
.main .free_sns .ilist_lower .ilist_title{
	text-align: left;
	display: inline-block;
}
.main .free_sns .ilist_lower a .ilist_title{
	text-decoration: underline;
}
.main .free_sns .ilist_lower a:hover .ilist_title{
	text-decoration: none;
}
.main .free_sns .more_sns{
	border: 4px solid #d9ebec;
	border-top: 0;
	display: flex;
		align-items: center;
		justify-content: center;
	padding: 16px;
	width: 100%;
}
.main .free_sns .more_sns a{
	background: #fff;
	border: 3px solid #AAD1D2;
	border-radius: 6px;
	display: inline-block;
	padding: 24px 24px 24px 20px;
	position: relative;
	text-align: center;
	max-width: 400px;
	width: 100%;
}
.main .free_sns .more_sns a span{
	background: url(img/icon_sns.png) center left no-repeat;
	background-size: 24px 24px;
	display: inline-block;
	padding: 0 20px 0 40px;
}
.main .free_sns .more_sns a:before{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .4s;
}
.main .free_sns .more_sns a:hover{
	background: #d9ebec;
}
	@media only screen and (max-width: 750px) {
		.main .free_sns{
			padding: 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .free_sns{
			margin-bottom: 40px;
		}
		.main .free_sns .free_fb, .main .free_sns .free_yt, .main .free_sns .free_ig{
			padding: 10px 12px 12px;
		}
		.main .free_sns{
			border: 4px solid #d9ebec !important;
			border-left: 4px;
		}
		.main .free_sns .more_sns{
			padding: 10px;
		}
		.main .free_sns .more_sns a{
			padding: 16px 20px 16px 10px;
		}
		.main .free_sns .more_sns a br{
			display: none;
		}
	}

/* 姫路市を知る */
.main .free_know{
	padding: 0 120px 0 120px;
	width: 100%;
}
.main .free_know h3{
	height: 0;
	overflow: hidden;
}
.main .free_know .ilist{
	margin-top: 0;
}
.main .free_know .ilist_lower ul > li{
	flex-wrap: wrap;
	width: 100%;
}
.main .free_know .ilist_lower ul > li a{
	background: none;
	border: 0;
	padding: 0;
}
.main .free_know .ilist_lower ul > li .ilist_left{
	border-radius: 50%;
	text-align: left;
	margin: 0 auto 12px;
	max-width: 160px;
}
.main .free_know .ilist_lower ul > li .ilist_left img{
	border-radius: 50%;
	border: 1px solid #f6f6f6;
	width: 100%;
}
.main .free_know .ilist_lower ul{
	margin-bottom: -12px;
}
.main .free_know .ilist_lower ul > li:nth-child(n){
	margin: 0 30px 40px 0;
	width: calc((100% - 90.1px) / 4);
}
.main .free_know .ilist_lower ul > li:nth-child(4n){
	margin-right: 0;
}
.main .free_know .ilist_lower ul > li .ilist_right{
	width: 100%;
	padding: 0;
	margin: 0;
}
.main .free_know .ilist_lower ul > li .ilist_title{
	font-weight: normal;
	text-align: center;
	margin-bottom: 4px;
}
.main .free_know .ilist_lower ul > li a .ilist_title{
	text-decoration: underline;
}
.main .free_know .ilist_lower ul > li a:hover .ilist_title{
	text-decoration: none;
}
	@media only screen and (max-width: 750px) {
		.main .free_know{
			padding: 0;
			width: 100%;
		}
		.main .free_know .ilist_lower ul > li:nth-child(n){
			margin: 0 30px 24px 0;
			width: calc((100% - 60.1px) / 3);
		}
		.main .free_know .ilist_lower ul > li:nth-child(3n){
			margin-right: 0;
		}
	}

/* お聞かせください・広報 */
.option_koho{
	display: flex;
		justify-content: space-between;
	padding: 0;
}
.main .option_koho .ttl_type{
	margin-bottom: 30px;
}
.main .free_opinion,
.main .free_koho{
	overflow: hidden;
	padding: 0;
	width: 46.5%;
}
.main .option_koho ul{
	display: flex;
}
.main .option_koho ul li{
	margin: 0 30px 0 0;
	padding: 0;
	width: calc((100% - 60.1px) / 3);
	position: relative;
}
.main .option_koho ul li:nth-child(3n){
	margin-right: 0;
}
.main .option_koho ul li:before{
	display: none;
}
.main .option_koho ul li a{
	border-radius: 4px;
	display: inline-block;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-bottom: -6px;
}
.main .option_koho ul li a .img{
	overflow: hidden;
}
.main .option_koho ul li a .img img{
	height: auto;
	width: 100%;
}
.main .option_koho ul li .txt{
	border-radius: 0 0 4px 4px;
	font-size: 86.5%;
	background: rgba(0,0,0,0.6);
	text-shadow: 0 0 4px rgba(0,0,0,1);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 8px;
	display: flex;
	justify-content: center;
	text-align: left;
}
	@media only screen and (max-width: 750px) {
		.option_koho{
			flex-wrap: wrap;
		}
		.main .free_koho{
			margin-bottom: 50px;
		}
		.main .free_opinion, .main .free_koho{
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .option_koho ul li{
			margin-right: 16px;
			width: calc((100% - 32.1px) / 3);
		}
		.main .free_opinion, .main .free_koho{
			padding: 0;
		}
		.main .option_koho ul li .txt{
			padding: 4px;
		}
	}

/* その他の市政情報 */
.main .free_shisei{
	background: #d9ebec;
	margin: 60px auto;
	padding: 32px 0;
	width: 70%;
}
.main .free_shisei h2{
	background: none;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
}
.main .free_shisei ul{
	display: flex;
	justify-content: center;
}
.main .free_shisei ul li{
	display: flex;
	margin: 0 30px 0 0;
	padding: 0;
	width: calc((100% - 60px) / 2);
	transition: .4s;
}
.main .free_shisei ul li:nth-child(2n){
	margin-right: 0;
}
.main .free_shisei ul li:before{
	left: auto;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	transition: .4s;
}
.main .free_shisei ul li a{
	background: #fff;
	border: 3px solid #AAD1D2;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	display: flex;
		align-items: center;
		justify-content: center;
	padding: 22px 30px 22px 20px;
	width: 100%;
}
.main .free_shisei ul li a:hover{
	background: #d9ebec;
}
	@media only screen and (max-width: 750px) {
		.main .free_shisei{
			width: 100%;
		}
		.main .free_shisei ul{
			flex-wrap: wrap;
			margin-bottom: -20px;
		}
		.main .free_shisei ul li{
			margin-right: 20px;
			margin-bottom: 20px;
			width: calc((100% - 20px) / 2);
		}
		.main .free_shisei ul li:nth-child(2n){
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .free_shisei{
			padding: 24px 0;
			margin: 50px 0;
		}
		.main .free_shisei ul{
			display: inline-block;
			width: 100%;
		}
		.main .free_shisei ul li{
			margin-bottom: 12px;
			width: 100%;
		}
		.main .free_shisei ul li a{
			padding: 18px 12px;
		}
	}

/**** ページ真ん中の斜め背景のスタイル ****/
.page_center_bg {
	background:url(img/page_center_bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 158px 0;
	overflow: hidden;
	position: relative;
	margin: -40px 18px;
}
.main .page_center_bg:before,
.main .page_center_bg:after{
	content: "";
	display: block;
	-webkit-transform: skewY(6deg);
	transform: skewY(6deg);
	width: 100%;
	height: 360px;
	background: #fff;
	position: absolute;
	left: 0;
	z-index: 0;
}
.main .page_center_bg:before{
	top: -200px;
}
.main .page_center_bg:after{
	bottom: -200px;
}
.main .page_center_bg_in{
	position: relative;
	padding: 280px 0;
	width: 100%;
}
.main .page_center_bg_in:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 18px solid #aaa;
	border-right: 18px solid #ddd;
	border-left: 18px solid #ccc;
	transform: skewY(6deg);
	height: 100%;
	width: 100%;
}
	@media only screen and (max-width: 1260px) {
		.page_center_bg {
			background-attachment: scroll;
			background-size: 100% auto;
			padding: 160px 0;
			margin: -100px 12px;
		}
		.page_center_bg:before{
			height: 100px;
			top: -50px;
		}
		.page_center_bg:after{
			height: 120px;
			bottom: -50px;
		}
		.main .page_center_bg_in{
			padding: 140px 0;
		}
	}
/**** ページ下の斜め背景のスタイル ****/
.page_bottom_bg {
	background:url(img/page_bottom_bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 190px 0;
	overflow: hidden;
	position: relative;
	margin: 0 18px -60px;
}
.page_bottom_bg:before{
	content: "";
	display: block;
	-webkit-transform: skewY(-13deg);
	transform: skewY(-13deg);
	width: 100%;
	height: 460px;
	background: #fff;
	position: absolute;
	top: -268px;
	left: 0;
	z-index: 0;
}
.main .page_bottom_bg_in{
	position: relative;
	padding: 120px 0;
	width: 100%;
}
.main .page_bottom_bg_in:before,
.main .page_bottom_bg_in:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.main .page_bottom_bg_in:before{
	border: 18px solid #aaa;
	border-right: 18px solid #ddd;
	border-left: 18px solid #ccc;
    border-bottom-color:transparent;
	transform: skewY(-13deg);
	height: 300%;
}
.main .page_bottom_bg_in:after{
	top: auto;
	bottom: -190px;
	border: 18px solid transparent;
	border-bottom-color: #aaa;
	height: 100%;
}
	@media only screen and (max-width: 1260px) {
		.page_bottom_bg {
			background-attachment: scroll;
			background-size: 140% auto;
			background-position: top 0 right;
			padding: 160px 0 70px;
			margin: 40px 12px -80px;
		}
		.page_bottom_bg:before{
			transform: skewY(-16deg);
			height: 340px;
			top: -170px;
		}
		.main .page_bottom_bg_in{
			padding: 100px 0;
		}
		.main .page_bottom_bg_in:before{
			transform: skewY(-16deg);
		}
		.main .page_bottom_bg_in:after{
			bottom: -70px;
		}
	}
	@media only screen and (max-width: 980px) {
		.page_bottom_bg {
			background-size: 140% auto;
			background-position: top 55px right;
		}
	}
	@media only screen and (max-width: 480px) {
		.page_bottom_bg {
			background-size: 200% auto;
			background-position: top 40px right;
			padding: 85px 0 0;
			margin: 10px 12px -60px;
		}
		.page_bottom_bg:before{
			transform: skewY(-16deg);
			height: 200px;
			top: -100px;
		}
		.main .page_bottom_bg_in{
			padding: 100px 0;
		}
		.main .page_bottom_bg_in:before{
			transform: skewY(-16deg);
		}
		.main .page_bottom_bg_in:after{
			bottom: 0;
		}
	}

/********************** 中ページのスタイル **********************/
body.inbody .h_bottom{
	margin-bottom: 8px;
}
/**** パンくずリストのスタイル ****/
/**** あしあとリストのスタイル ****/
.pankuzu,
.footstep {
	margin: 8px auto 12px;
	max-width: 1620px;
	padding: 0 40px;
	font-size: 85%;
}
.pankuzu{
	margin-top: 0;
}
.pankuzu_tit,
.footstep_tit{
	background: #d9ebec;
	border-radius: 2px;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 0 8px 0 0;
	width: 72px;
}
.pankuzu ul,
.footstep ul{
	display: inline-block;
}
.pankuzu li,
.footstep li{
	margin: 4px 0 0;
	padding: 0 24px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::before,
.footstep li::before{
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	right: 8px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::before,
.footstep li:last-child::before{
	display: none;
}
	@media only screen and (max-width: 750px) {
		.footstep{
			display: none;
		}
		.pankuzu{
			margin-top: 12px;
			padding: 0 10px;
			width: 100%;
		}
		.pankuzu{
			margin-bottom: 6px;
		}
		.pankuzu li{
			margin-top: 8px;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka {
	margin: 0 auto 24px;
	padding: 0 40px;
	max-width: 1620px;
}
	@media only screen and (max-width: 750px) {
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}
.main_naka_h1 {
	background: #d9ebec url(img/h1_bg.png) no-repeat top -4px right -6px;
	background-size: 210px auto;
	margin: 12px auto 24px;
	padding: 16px;
	text-shadow: #d9ebec 2px 0px, #d9ebec -2px 0px, #d9ebec 0px -2px, #d9ebec 0px 2px, #d9ebec 2px 2px, #d9ebec -2px 2px, #d9ebec 2px -2px, #d9ebec -2px -2px, #d9ebec 1px 2px, #d9ebec -1px 2px, #d9ebec 1px -2px, #d9ebec -1px -2px, #d9ebec 2px 1px, #d9ebec -2px 1px, #d9ebec 2px -1px, #d9ebec -2px -1px;
	max-width: 1540px;
}
.main_naka_h1 h1{
	display: inline;
	font-size: 160%;
	vertical-align: middle;
}
.main_naka_h1 p{
	display: inline-block;
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
	@media only screen and (max-width: 1620px) {
		.main_naka_h1{
			margin-left: 40px;
			margin-right: 40px;
			width: calc(100% - 80px);
		}
	}
	@media only screen and (max-width: 750px) {
		.main_naka_h1{
			margin-left: 10px;
			margin-right: 10px;
			width: calc(100% - 20px);
		}
	}
	@media only screen and (max-width: 480px) {
		.main_naka_h1 {
			background-position: top -4px right -3px;
			background-size: 180px auto;
			padding: 12px 16px;
		}
	}
.main_naka_h1_img{
	margin: 12px auto 24px;
	max-width: 1620px;
	position: relative;
	padding: 90px 40px;
	overflow: hidden;
}
.main_naka_h1_img .h1{
	display: flex;
		align-items: center;
	margin: 0;
	width: 100%;
}
.main_naka_h1_img h1{
	font-size: 160%;
	border-left: 8px solid #d9ebec;
	padding: 0 0 0 16px;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	margin-left: 20px;
}
.main_naka_h1_img img{
	position: absolute;
	top: 0;
	left: 40px;
	width: calc(100% - 80px);
	z-index: -1;
}
	@media only screen and (max-width: 1620px) {
		.main_naka_h1_img{
			padding: 56px 40px;
		}
	}
	@media only screen and (max-width: 980px) {
		.main_naka_h1_img{
			padding: 40px;
		}
	}
	@media only screen and (max-width: 750px) {
		.main_naka_h1 h1{
			background-size: 230px auto;
			line-height: 1.4;
		}
		.main_naka_h1_img{
			padding: 30px 10px;
			position: relative;
		}
		.main_naka_h1_img:before{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			background: #efefef;
			height: 100%;
			width: 100%;
			z-index: -1;
		}
		.main_naka_h1_img h1{
			margin-left: 10px;
		}
		.main_naka_h1_img img{
			left: 0;
			width: 100%;
		}
	}
	@media only screen and (max-width: 480px) {
		.main_naka_h1_img{
			padding: 10px 0;
		}
	}
	@media only screen and (max-width: 340px) {
		.main_naka_h1_img{
			padding: 4px 0 8px 0;
		}
		.main_naka_h1_img h1 {
			font-size: 140%;
		}
	}
.main_naka h2 {
	font-size: 136%;
	border-bottom: 4px solid #d9ebec;
	width: 100%;
	padding: 0 0 8px;
	margin: 16px 0 0;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding-left: 12px;
	border-left: 4px solid #d9ebec;
	font-size: 120%;
}
.main_naka h4 {
	margin: 16px 0 0;
	border-bottom: 2px solid #d9ebec;
	font-size: 110%;
	padding-bottom: 4px;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 6px 8px;
	background-color: #d9ebec;
}
.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%;
}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #F6F6F6;
	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 .main_naka_new {
	margin: 24px 0;
}
.design .main_naka .main_naka_new h2 {
	background: #fbebde;
	border: 0;
	margin-top: 0;
	padding: 8px 16px;
}
.design .main_naka .main_naka_new h2::after {
	background: #e45e32;
}
.design .main_naka .main_naka_new ul{
	border: 3px solid #fbebde;
	border-top: 0;
	padding: 24px;
}
.design .main_naka .main_naka_new ul li:first-child{
	margin-top: 0;
}
.design .main_naka .main_naka_new ul li{
	margin-top: 18px;
	overflow: hidden;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	width: 9.8em;
	font-size: 85%;
}
.design .main_naka .main_naka_new .list{
	padding-left: 134px;
}
	@media only screen and (max-width: 750px) {
		.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_new ul{
			padding: 16px;
		}
	}

/**** 各課の窓口一覧のスタイル ****/
.design .main_naka table {
	margin: 16px 0 0;
	width: 100%;
}
.design .main_naka caption {
	display: none;
}
.design .main_naka .th01 {
	padding: 12px 12px 10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #D9EBEC;
	width: 240px;
}
.design .main_naka .th02 {
	padding: 12px 12px 10px;
	border: 1px solid #ccc;
	text-align: left;
	background: #e8f4f9;
	font-size: 85%;
}
.design .main_naka td{
	border: 1px solid #ccc;
}
.design .main_naka .t_tel {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_fax {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .table01 .t_mail {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .table03 .t_mail {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_gyomu {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_address {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .kakuka_link {
	background: #f6f6f6;
	padding: 4px 16px 14px;
	margin: 24px 0 8px;
}
.design .main_naka .kakuka_link li {
	float: left;
	margin-right: 16px;
}
.design .main_naka .lnk_top {
	font-size: 85%;
	text-align: right;
}
/**** 各課のホームページのスタイル ****/
/* メニューセレクト */
.kakuka_head select{
	font-size: 85%;
	margin-right: 12px;
}
/* 親子ジャンル */
.design .main_naka .kakuka_box {
	margin-top: 24px;
}
.design .main_naka .kakuka_box h2 {
	margin-top: 0;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .kakuka_box{
			float: none;
			margin-top: 24px;
			width: 100%;
		}
		.design .main_naka .th01 {
			width: 40%;
		}
	}
/* お問い合わせ */
.design .main_naka .toiawase {
	background: #fff;
	border: 3px solid #d9ebec;
	margin-top: 24px;
	padding: 16px;
}
.design .main_naka .toiawase h2 {
	margin-top: 0;
}
.design .main_naka .toiawase h2::after {
	background: #999;
}
/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka #emergency {
	margin-top: 24px;
}
.design .main_naka #emergency .h2 {
	background: #b5012b;
	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 #b5012b;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 分類のスタイル ****/
.design .main_naka .category_p01 {
	margin-top: -12px;
}
.design .main_naka .page_left_box {
	width: 100%;
	margin: 24px 0 0 0;
}
.design .main_naka .page_left {
	margin: 0 210px 0 0;
}
.design .main_naka .page_left_box .cate_post01:first-child{
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2{
	margin-top: 0;
}
.design .main_naka .page_left_box .page_left_flex{
	display: flex;
		flex-wrap: wrap;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01{
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 3.5%;
	width: 31%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01:nth-child(3n){
	margin-right: 0;
}
.design .main_naka .page_left_box .page_left_flex .cate_post01 h2{
	border: 3px solid #d9ebec;
	margin: 0;
	padding: 8px 16px;
}
.design .main_naka .page_left_box .page_left_flex .category01{
	padding: 0 4px 16px;
}

.design .main_naka .page_left_box .page_left_flex .cate_post02{
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 3%;
	width: 48.5%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02{
	display: flex;
		flex-wrap: wrap;
	margin: 0;
	width: 100%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02 li{
	border: 0;
	padding: 0 0 0 8px;
	margin: 0 3% 24px 0;
	position: relative;
	width: 48.5%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02 li::before{
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.design .main_naka .page_left_box .page_left_flex .cate_post02 li:nth-child(2n){
	margin-right: 0;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02 li p{
	font-size: 100%;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02 .category_h02{
	font-size: 136%;
	position: relative;
	padding: 0 0 0 8px;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02 .category_p02{
	padding: 8px 0 0 16px;
	font-size: 86%;
}

.design .main_naka .page_right {
	float: right;
	width: 180px;
	margin-top: 24px;
}
.design .main_naka .page_right ul {
	padding: 0 8px 12px;
	margin-top: 24px;
	border: 1px solid #ccc;
	border-top: 6px solid #007bbb;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	margin-right: 8px;
	margin-top: 14px;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02.cate_end li .category_h02:before{
	display: none;
}
.design .main_naka .page_left_box .page_left_flex .cate_post02.cate_date{
	margin-top: 8px;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left_box .page_left_flex .cate_post01{
			width: 100%;
		}
		.design .main_naka .page_left_box .page_left_flex .cate_post01:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_left_box .page_left_flex .cate_post02,
		.design .main_naka .page_left_box .page_left_flex .cate_post02 li{
			margin-right: 0;
			width: 100%;
		}
		.design .main_naka .page_left_box .page_left_flex .category_p02{
			margin-left: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-left: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: left;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
}
.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 .bana {
	margin-top: 24px;
}
.design .main_naka .bana h2 {
	border: 0;
	font-size: 120%;
	margin-top: 0;
}
.design .main_naka .bana li{
	padding: 0;
}
.design .main_naka .bana li:before{
	display: none;
}
/**** RSSフィードのスタイル ****/
.design .main_naka .rssfide{
	margin-top: 24px;
	border: 3px solid #efefef;
	border-top: none;
	background: #ffffff;
}
.design .main_naka .rssfide h2{
	background: #efefef;
	border: 0;
	margin-top: 0;
	padding: 10px 12px 8px;
}
.design .main_naka .rssfide ul{
	padding: 8px 16px 16px;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 60px;
		}
	}
/**** よく見られているFAQのスタイル ****/
.design .main_naka .popular h2{
	background: #efefef;
	border: 0;
	padding: 8px 16px 6px;
}
.design .main_naka .popular_lower{
	border: 3px solid #efefef;
	padding: 8px 16px 16px;
}
.design .main_naka .popular_lower .more{
	text-align: right;
	font-size: 90%;
}
.design .main_naka .popular_lower .more a{
	display: inline-block;
	border: 2px solid #ddd;
	text-decoration: none;
	padding: 6px 8px;
}
.design .main_naka .popular_lower .more a:hover{
	background: #ddd;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .popular h2{
			margin-top: 0;
		}
		.design .main_naka .category_p02 .cat_img{
			width: 80px;
		}
		.design .main_naka .category_p02 .cat_img img{
			height: auto;
		}
		.design .main_naka .category_p02 .cat_lst{
			margin-left: 96px;
		}
	}

/**** 関連リンクのスタイル ****/
.design .main_naka .kanrenlink{
	margin-top: 24px;
	border: 3px solid #efefef;
	border-top: none;
	background: #ffffff;
}
.design .main_naka .kanrenlink h2{
	background: #efefef;
	border: 0;
	margin-top: 0;
	padding: 10px 12px 8px;
}
.design .main_naka .kanrenlink ul{
	padding: 8px 16px 16px;
}
/**** 関連項目のスタイル ****/
.design .main_naka .kanrencon{
	margin-top: 24px;
	border: 3px solid #efefef;
	border-top: none;
	background: #ffffff;
}
.design .main_naka .kanrencon h2{
	background: #efefef;
	border: 0;
	margin-top: 0;
	padding: 10px 12px 8px;
}
.design .main_naka .kanrencon ul{
	padding: 8px 16px 16px;
}
/**** 関連部署のご案内のスタイル ****/
.design .main_naka .kanrenbushyo{
	margin-top: 24px;
	border: 3px solid #efefef;
	border-top: none;
	background: #ffffff;
}
.design .main_naka .kanrenbushyo h2{
	background: #efefef;
	border: 0;
	margin-top: 0;
	padding: 10px 12px 8px;
}
.design .main_naka .kanrenbushyo ul{
	padding: 8px 16px 16px;
}
.design .main_naka .kanrenbushyo_lower > ul > li{
	display: none;
}
.design .main_naka .kanrenbushyo_lower > ul > li:nth-child(-n+5),
.design .main_naka .kanrenbushyo_lower > ul.active > li{
	display: block;
}
.design .main_naka .kanrenbushyo_lower > ul > li:before{
	transform: rotate(0);
	border:0;
	top: 6px;
	background: #ccc;
	height: 11px;
	width: 11px;
}
.design .main_naka .kanrenbushyo_lower .more{
	margin: 0 16px 16px;
	text-align: right;
}
.design .main_naka .kanrenbushyo_lower .more a{
	display: inline-block;
	background: #fff;
	border: 2px solid #ddd;
	font-size: 90%;
	padding: 6px 12px 6px 28px;
	text-decoration: none;
	position: relative;
}
.design .main_naka .kanrenbushyo_lower .more a:hover{
	background: #ddd;
}
.design .main_naka .kanrenbushyo_lower .more a:before,
.design .main_naka .kanrenbushyo_lower .more a:after{
	content: '';
	background: #222;
	position: absolute;
	left: 11px;
	top: 15px;
	height: 2px;
	width: 10px;
}
.design .main_naka .kanrenbushyo_lower .more a:after{
	transform: rotate(90deg);
}
.design .main_naka .kanrenbushyo_lower .more a.active:after{
	display: none;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .kanrenbushyo h2{
			margin-top: 0;
			padding-right: 60px;
		}
		.design .main_naka .kanrenbushyo_lower > ul > li{
			display: block !important;
		}
		.design .main_naka .kanrenbushyo_lower .more{
			display: none !important;
		}
	}
/**** 催し物・講座のスタイル ****/
.design .main_naka .event_navi_box {
	margin-top: 24px;
	margin-bottom: -12px;
}
.design .main_naka .event_navi li {
	display: inline-block;
	border-right: 2px solid #d9ebec;
	margin: 8px 0;
	padding: 0 8px;
}
.design .main_naka .event_navi li a{
	border-radius: 2px;
	display: inline-block;
	padding: 2px 8px;
}
.design .main_naka .event_navi li:first-child {
	border-left: 2px solid #d9ebec;
	padding: 2px 16px;
}
.design .main_naka .event_navi li::before {
	display: none;
}
.design .main_naka .month_lst_box {
	margin-top: 24px;
}
.design .main_naka .month_lst {
	display: flex;
	text-align: center;
}
.design .main_naka .month_lst li {
	padding-left: 0;
	margin-top: 0;
	width: 20%;
	border: 3px solid #d9ebec;
	border-left: none;
}
.design .main_naka .month_lst li:first-child {
	border-left: 2px solid #d9ebec;
}
.design .main_naka .month_lst li::before {
	display: none;
}
.design .main_naka .month_lst .month_select {
	background: #d9ebec;
	color: #000;
	padding: 6px 3px;
}
.design .main_naka .month_lst li a {
	display: block;
	padding: 6px 3px;
}
.design .main_naka .event_list li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
}
.design .main_naka .event_post {
	margin-top: 24px;
}
.design .main_naka .event_list li::before {
	display: none;
}
.design .main_naka .event_repeat {
	margin-top: 0;
}

.design .eve_color1 a,span.eve_color1{ background: #ddd !important; }
.design .eve_color3 a,span.eve_color3{ background: #ff9999 !important; }
.design .eve_color5 a,span.eve_color5{ background: #ff75b3 !important; }
.design .eve_color6 a,span.eve_color6{ background: #ffce52 !important; }
.design .eve_color7 a,span.eve_color7{ background: #3eb5af !important; }
.design .eve_color8 a,span.eve_color8{ background: #ffccff !important; }
.design .eve_color9 a,span.eve_color9{ background: #80ddff !important; }
.design .eve_color10 a,span.eve_color10{ background: #17bf41 !important; }
.design .eve_color11 a,span.eve_color11{ background: #ff7d7d !important; }
.design .eve_color12 a,span.eve_color12{ background: #b2fffe !important; }
.design .eve_color13 a,span.eve_color13{ background: #fdf51e !important; }
.design .eve_color14 a,span.eve_color14{ background: #ad94ff !important; }
.design .eve_color15 a,span.eve_color15{ background: #e09616 !important; }
.design .eve_color16 a,span.eve_color16{ background: #ff8205 !important; }
.design .eve_color17 a,span.eve_color17{ background: #98d9b6 !important; }
.design .eve_color18 a,span.eve_color18{ background: #d7cec3 !important; }
.design .eve_color22 a,span.eve_color22{ background: #afafaf !important; }
.design .eve_color19 a,span.eve_color19{ background: #6ea5ff !important; }
.design .eve_color20 a,span.eve_color20{ background: #e28cff !important; }
.design .eve_color21 a,span.eve_color21{ background: #b8a17d !important; }
.design .eve_color4 a,span.eve_color4{ background: #fff1a1 !important; }
.design .eve_color24 a,span.eve_color24{ background: #cdc100 !important; }
.design h2 span.eve_color1,.design h2 span.eve_color3,
.design h2 span.eve_color4,.design h2 span.eve_color5,
.design h2 span.eve_color6,.design h2 span.eve_color7,
.design h2 span.eve_color8,.design h2 span.eve_color9,
.design h2 span.eve_color10,.design h2 span.eve_color11,
.design h2 span.eve_color12,.design h2 span.eve_color13,
.design h2 span.eve_color14,.design h2 span.eve_color15,
.design h2 span.eve_color16,.design h2 span.eve_color17,
.design h2 span.eve_color18,.design h2 span.eve_color19,
.design h2 span.eve_color20,.design h2 span.eve_color21,
.design h2 span.eve_color22{
	display: inline-block;
	padding: 2px 8px;
	margin-bottom: -2px;
}
/**** 催し物・講座カレンダー表示のスタイル ****/
.design .main_naka .calendar_month {
	margin-top: 24px;
}
.design .main_naka .calendar_month caption {
	display: none;
}
.design .main_naka .calendar_month th {
	padding: 16px;
	border: 1px solid #ccc;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
.design .main_naka .calendar_month td {
	padding: 16px;
	border: 1px solid #ccc;
}
.design .main_naka .calendar_month td li {
	margin-top: 16px;
}
.design .main_naka .calendar_month td li:first-child {
	margin-top: 0;
}
.design .main_naka .calendar_month td.cal_day {
	text-align: center;
	padding: 16px 20px;
	font-size: 85%;
	vertical-align: middle;
	width: 60px;
}
.design .main_naka .calendar_month td.cal_day img {
	max-width: none;
	vertical-align: middle;
}
.design .main_naka .calendar_month .cal_sun {
	background-color: #f4d4d3;
}
.design .main_naka .calendar_month .cal_sat {
	background-color: #dae3f7;
}
.design .main_naka .calendar_month .cal_date {
	width: 60px;
}
.design .main_naka .calendar_month .cal_today .cal_date {
	background: #b5012b;
	color: #fff;
}
.design .main_naka .calendar_month .hdy {
	margin: 0 0.6em 8px 0;
	padding: 3px 4px 1px 5px;
	background: #b5012b;
	color: #fff;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}
.design .main_naka .calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #AAD1D2;
	color: #000;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin: 2px 8px 0 0;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .calendar_month th{
			padding: 10px;
		}
		.design .main_naka .calendar_month .cal_date{
			width: 46px;
		}
		.design .main_naka .calendar_month td.cal_day{
			padding: 10px;
			width: 46px;
		}
		.design .main_naka .calendar_month td{
			padding: 10px;
		}
	}
/**** 新着情報のスタイル ****/
.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 dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
/* アイキャッチあり */
.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 .garbage_body .garbage_box {
	margin-top: 24px;
}
.design .main_naka .garbage_body .garbage_select {
	margin-top: 12px;
}
.design .main_naka .garbage_body .garbage_select p {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}
.design .main_naka .garbage_body .garbage_select #garbage_area {
	font-size: 85%;
	margin-right: 12px;
	vertical-align: middle;
}
.design .main_naka .garbage_body .garbage_select #garbage_num {
	font-size: 85%;
	vertical-align: middle;
}
#body .main_naka .garbage_body .garbage_select .garbage_select_syosai{
	display: inline-block;
	margin-right: 16px;
}
.design .main_naka .garbage_body .garbage_cal h2 img {
	padding: 0 8px 3px 0;
	vertical-align: middle;
}
.design .main_naka .garbage_body .garbage_cal h2 span {
	vertical-align: middle;
}
.design .main_naka .garbage_body .garbage_cal table {
	margin-top: 24px;
	width: 100%;
	table-layout: fixed;
}
.design .main_naka #calendar_month th {
	padding: 8px;
	border: 1px solid #ccc;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.design .main_naka #calendar_month td {
	padding: 16px;
	border: 1px solid #ccc;
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon {
	margin: 8px 0 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 120px
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon p {
	margin: 0 auto;
	padding: 8px 8px 0;
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon img {
	padding: 2px 0px 8px;
	vertical-align: bottom;
	width: 40px;
	box-sizing: content-box;
}
.design .main_naka #calendar_month td li {
	margin-top: 16px;
}
.design .main_naka #calendar_month td li:before{
}
.design .main_naka #calendar_month td li:first-child {
	margin-top: 0;
}
.design .main_naka #calendar_month td.cal_day {
	text-align: center;
	padding: 10px;
	font-size: 85%;
	vertical-align: middle;
	width: 60px;
}
.design .main_naka #calendar_month td.cal_day img {
	max-width: none;
	vertical-align: middle;
}
.design .main_naka #calendar_month .cal_sun{
	background-color: #ffd8d6;
}
.design .main_naka #calendar_month .cal_sat{
	background-color: #d9e4fc;
}
.design .main_naka #calendar_month .cal_today .cal_date {
	background: #b5012b;
	color: #fff;
}
.design .main_naka #calendar_month .hdy {
	margin: 0px 0.6em 4px 0px;
	padding: 3px 4px 1px 5px;
	background: #b5012b;
	color: #fff;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}
.design .main_naka #calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #AAD1D2;
	color: #000;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin: 2px 8px 0 0;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .garbage_body .garbage_select p,
		.design .main_naka .garbage_body .garbage_select #garbage_area{
			font-size: 100%;
		}
		.design .main_naka #calendar_month th,
		.design .main_naka #calendar_month td.cal_day {
			width: 36px;
		}
		.design .main_naka #calendar_month td{
			padding: 8px 16px;
		}
		.design .main_naka .garbage_body .garbage_cal td .cal_icon img{
			height: auto;
			width: 34px;
		}
		.design .main_naka .garbage_body .garbage_cal td .cal_icon p{
			padding: 6px 6px 0;
		}
	}
/* アイコン毎の効果 */
.design .main_naka .garbage_body .garbage_cal td .cal_red {
	background: #d50404;
	border: 1px solid #fff;
	box-shadow: rgba(213, 4, 4, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_bla {
	background: #222;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_blu {
	background: #0274cc;
	border: 1px solid #fff;
	box-shadow: rgba(4, 150, 213, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_pap {
	background: #892dbd;
	border: 1px solid #fff;
	box-shadow: rgba(136, 45, 189, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_gre {
	background: #09820c;
	border: 1px solid #fff;
	box-shadow: rgba(16, 156, 18, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_pin {
	background: #b4156b;
	border: 1px solid #fff;
	box-shadow: rgba(180, 21, 106, 0.3) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal td .cal_ora {
	background: #f7bb2d;
	border: 1px solid #fff;
	color: #000;
	box-shadow: rgba(247, 186, 45, 0.66) 0 0 1px 2px;
}
.design .main_naka .garbage_body .garbage_cal .sun {
	background: #ffd8d6;
}
.design .main_naka .garbage_body .garbage_cal .sat {
	background: #d9e4fc;
}
.design .main_naka .garbage_body .garbage_cal th.sun {
	background: transparent;
}
.design .main_naka .garbage_body .garbage_cal th.sat {
	background: transparent;
}
.design .main_naka .garbage_body .garbage_cal .today {
	background: #fffab0;
	font-weight: bold;
}
.design .main_naka .garbage_body .garbage_cal .today a:LINK {
	text-decoration: underline;
	color: #FFFFFF;
}
.design .main_naka .garbage_body .garbage_cal .today a:VISITED {
	text-decoration: underline;
	color: #EEEEEE;
}
.design .main_naka .garbage_body .garbage_cal .today a:ACTIVE {
	text-decoration: underline;
	color: #FFFF00;
}
.design .main_naka .garbage_body .garbage_cal .today a:HOVER {
	text-decoration: underline;
	color: #FFFF00;
}
.design .main_naka .garbage_foot {
	margin-top: 24px;
}
/**** サイトマップのスタイル ****/
.design .main_naka .kakuka01 li {
	margin: 3px 20px 2px 0;
	padding: 0;
	border: 0;
	display: inline-block;
	height: auto;
	background-image: none;
	font-size: 85%;
}
.design .main_naka .event_month li {
	display: inline-block;
	margin-right: 6px;
	padding-left: 0;
}
.design .main_naka .event_month li::before {
	display: none;
}
.design .main_naka .event_month img {
	position: relative;
	top: -2px;
}
/**** RSS一覧のスタイル ****/
.design .main_naka .rss {
	margin: 0 8px 0 8px;
	vertical-align: middle;
	height: 20px;
}
/**** マイページ管理画面のスタイル ****/
.online_strage_edit_a {
	margin-top: 16px;
}
.online_strage_edit_a .mypage h2 {
	margin: 0;
	padding: 0;
	height: 0;
	background: none;
	border: none;
}
.online_strage_edit_a .mypage h2::after {
	display: none;
}
.online_strage_edit_a div.online_strage_list_item {
	border-bottom: 1px dashed #bbb;
	padding: 7px 0;
}
.online_strage_edit_a div.online_strage_title {
	float: left;
	max-width: 872px;
	padding: 8px 0;
}
.online_strage_edit_a div.online_strage_list_item > p {
	font-size: 85%;
}
.online_strage_edit_a div.edit_btn {
	float: right;
}
.online_strage_edit_a div.online_strage_commandbox {
	float: left;
}
.online_strage_edit_a div.online_strage_updown {
	float: left;
}
.online_strage_edit_a .online_strage_list button {
	background: #fff;
	color: #000;
	padding: 4px 10px;
	margin: 6px 6px 6px 0;
	vertical-align: top;
}
#body .online_strage_edit_a .online_strage_list button:hover{
	background: #ddd;
}
/**** エラーページのスタイル ****/
.design .main_naka .error h1 {
	margin: 24px 0;
	font-size: 200%;
}
.design .main_naka .error h2 {
	margin-top: 32px;
}
.design .main_naka .error h3 {
	margin-top: 24px;
}
#body .design .main_naka .error input[type="text"].q{
	min-width: 300px;
}
#cse-search-box-er{
	margin-top: 12px;
}
	@media only screen and (max-width: 480px) {
		#body .design .main_naka .error input[type="text"].q{
			min-width: 240px;
		}
	}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post {
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/**** 組織検索機能 ****/
.csv_search {
	margin-top: 16px;
	background: #f6f6f6;
	padding: 16px 16px 16px;
}
.csv_search h2 {
	margin: 0 0 16px;
}
#csv_search_word {
	width: 300px;
}
#csv_search_word{
	margin-right: 16px;
	margin-bottom: 8px;
}
.csv_search_input_form fieldset{
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 8px;
}
.csv_search_input_form fieldset legend{
	float: left;
}
.csv_search_input_form fieldset input[type="radio"]{
	margin-top: 1px;
	padding-top: 0;
}
.csv_search_form_submit_btn_wrapper {
	text-align: center;
	margin-top: 8px;
}
#body .csv_search_form_submit_btn_wrapper .csv_search_form_submit_btn{
	display: inline-block;
	font-size: 81.25%;
	padding: 5px 15px;
}
.csv_search_input_form fieldset {
	display: inline-block;
}
.csv_search_result_table th, .csv_search_result_table td {
	border: 1px solid #ccc;
	font-size: 85%;
	padding: 6px 4px 4px
}
.csv_search_result_table th {
	background: #e8f4f9;
	text-align: center;
	vertical-align: middle;
}
	@media only screen and (max-width: 750px) {
		#csv_search_word{
			width: 100%;
		}
	}
/**** お問い合わせフォームのスタイル ****/
.inform .design .main_naka form {
	margin-top: 24px;
	padding: 8px 16px 16px;
	background: #f6f6f6;
}
.inform .design .main_naka .syosai_hiduke {
	float: none;
	margin-top: -16px;
}
.inform .design .main_naka form li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
}
.inform .design .main_naka form li::before {
	display: none;
}
.inform .att {
	color: #b5012b;
	font-size: 85%;
}
.inform .design .main_naka form li:first-child, .inform .design .main_naka form h3:first-child {
	margin-top: 8px;
}
.inform .design .main_naka form .tyui li {
	border: none;
	margin-top: 8px;
	padding: 0;
}
.inform .design .main_naka form fieldset {
	margin-top: 8px;
}
.inform .design .main_naka form fieldset legend{
	width: 100%;
}
.inform .design .main_naka form h2{
	border-bottom: none;
	font-size: 120%;
	margin: 16px 0 0;
	padding: 3px 0 3px 12px;
	border-left: 4px solid #aad1d2;
}
.inform .design .main_naka form h2:after{
	display: none;
}
.inform .design .main_naka form .radio_p{
	display: inline-block;
	margin-right: 12px;
}
	@media only screen and (max-width: 750px) {
		#body.inform .design .main_naka form input[type="text"],
		#body.inform .design .main_naka form textarea{
			width: 100% !important;
		}
		#body.inform .design .main_naka form input[type="text"]#yuubin1,
		#body.inform .design .main_naka form input[type="text"]#yuubin2{
			width: 90px !important;
		}
		#body.inform .design .main_naka form input[type="radio"] + label{
			line-height: 2;
		}
	}
/** お問い合わせフォームのスタイル　エラー **/
.inform .design .main_naka form .form_error{
	background-color: #ffdfdf;
	padding: 12px 15px;
	margin: 10px 0;
}
.inform .design .main_naka form .form_error p{
	font-size: 120%;
	margin: 5px 0 10px;
	border-bottom: none;
	font-size: 120%;
	padding-left: 12px;
	border-left: 4px solid #f44040;
}
.inform .design .main_naka form .form_error li{
	padding: 3px 0 3px 14px;
	margin: 0 0 5px 0;
}
.inform .design .main_naka form .form_error li:before{
	display: inline-block;
	top: 11px;
	border-color: #f44040;
}

/**** アンケートのスタイル ****/
.design .main_naka .question_box{
	margin-bottom: 24px;
}
.design .main_naka .question_box li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
}
.design .main_naka .question_box li::before {
	display: none;
}
.design .main_naka #qa_tmp {
	border: 1px solid #ccc;
	margin-top: 24px;
	padding: 16px;
}
.inform .design .main_naka form select {
	font-size: 85%;
}
/**** 動的版検索結果のスタイル ****/
.design .main_naka .keyword_post li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 12px;
}
.design .main_naka .keyword_post li::before {
	display: none;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
    margin-bottom: 0;
}
.waku {
	margin: 0 auto 24px;
	padding: 0 40px;
	max-width: 1620px;
	overflow: hidden;
}
.main_naka_kiji {
	float: left;
	width: 80%;
}
.waku .kiji_sub {
	float: right;
	width: 180px;
}
.mol_contents:first-child {
    margin-top: 24px;
}
.mol_contents h2 {
    font-size: 136%;
    width: 100%;
    padding: 0 0 8px;
    margin: 32px 0 0;
    border-bottom: 4px solid #d9ebec;
}
.mol_contents h3 {
    margin: 32px 0 0 8px;
    padding-left: 12px;
    border-left: 4px solid #d9ebec;
    font-size: 120%;
}
/**** 記事ページテーブルブロックのスタイル ****/
div.mol_contents .mol_tableblock {
	margin-top: 16px;
	text-align: left;
	width: auto;
	overflow-x: auto;
	margin-left: 32px;
}
div.mol_contents .mol_tableblock.mol_tableblock_inlineblock{
	display: inline-block;
	vertical-align: top;
}
#body div.mol_contents .mol_tableblock::-webkit-scrollbar {
 height:8px;
}
#body div.mol_contents .mol_tableblock::-webkit-scrollbar-track {
 border-radius: 8px;
 background: #ccc;
}
#body div.mol_contents .mol_tableblock::-webkit-scrollbar-thumb {
 border-radius: 8px;
 background: #666;
}
.mol_tableblock caption {
	background-color: #d9ebec;
	padding: 6px 12px 4px;
	color: #000;
}
.mol_tableblock th {
	padding: 6px 8px 2px;
	background: #eee;
	border: 1px solid #ddd;
	font-size: 85%;
}
.mol_tableblock td {
	padding: 6px 8px 2px;
	border: 1px solid #ddd;
	font-size: 85%;
}
.mol_tableblock .t_left{
	text-align: left;
}
.mol_tableblock .t_right{
	text-align: right;
}
.mol_tableblock .t_center{
	text-align: center;
}

/* テーブル・列の幅(パーセント) */
.mol_tableblock table.per5,.mol_tableblock .per5{ width: 5%; }
.mol_tableblock table.per10,.mol_tableblock .per10{ width: 10%; }
.mol_tableblock table.per15,.mol_tableblock .per15{ width: 15%; }
.mol_tableblock table.per20,.mol_tableblock .per20{ width: 20%; }
.mol_tableblock table.per25,.mol_tableblock .per25{ width: 25%; }
.mol_tableblock table.per30,.mol_tableblock .per30{ width: 30%; }
.mol_tableblock table.per35,.mol_tableblock .per35{ width: 35%; }
.mol_tableblock table.per40,.mol_tableblock .per40{ width: 40%; }
.mol_tableblock table.per45,.mol_tableblock .per45{ width: 45%; }
.mol_tableblock table.per50,.mol_tableblock .per50{ width: 50%; }
.mol_tableblock table.per55,.mol_tableblock .per55{ width: 55%; }
.mol_tableblock table.per60,.mol_tableblock .per60{ width: 60%; }
.mol_tableblock table.per65,.mol_tableblock .per65{ width: 65%; }
.mol_tableblock table.per70,.mol_tableblock .per70{ width: 70%; }
.mol_tableblock table.per75,.mol_tableblock .per75{ width: 75%; }
.mol_tableblock table.per80,.mol_tableblock .per80{ width: 80%; }
.mol_tableblock table.per85,.mol_tableblock .per85{ width: 85%; }
.mol_tableblock table.per90,.mol_tableblock .per90{ width: 90%; }
.mol_tableblock table.per95,.mol_tableblock .per95{ width: 95%; }
.mol_tableblock table.per100,.mol_tableblock .per100{ width: 100%; }

/* テーブル・列の幅(ピクセル) */
.mol_tableblock table.px50,.mol_tableblock .px50{ width: 50px; }
.mol_tableblock table.px100,.mol_tableblock .px100{ width: 100px; }
.mol_tableblock table.px150,.mol_tableblock .px150{ width: 150px; }
.mol_tableblock table.px200,.mol_tableblock .px200{ width: 200px; }
.mol_tableblock table.px250,.mol_tableblock .px250{ width: 250px; }
.mol_tableblock table.px300,.mol_tableblock .px300{ width: 300px; }
.mol_tableblock table.px350,.mol_tableblock .px350{ width: 350px; }
.mol_tableblock table.px400,.mol_tableblock .px400{ width: 400px; }
.mol_tableblock table.px450,.mol_tableblock .px450{ width: 450px; }
.mol_tableblock table.px500,.mol_tableblock .px500{ width: 500px; }
.mol_tableblock table.px550,.mol_tableblock .px550{ width: 550px; }
.mol_tableblock table.px600,.mol_tableblock .px600{ width: 600px; }
.mol_tableblock table.px650,.mol_tableblock .px650{ width: 650px; }
.mol_tableblock table.px700,.mol_tableblock .px700{ width: 700px; }
.mol_tableblock table.px750,.mol_tableblock .px750{ width: 750px; }
.mol_tableblock table.px800,.mol_tableblock .px800{ width: 800px; }
.mol_tableblock table.px850,.mol_tableblock .px850{ width: 850px; }
.mol_tableblock table.px900,.mol_tableblock .px900{ width: 900px; }
.mol_tableblock table.px950,.mol_tableblock .px950{ width: 950px; }
.mol_tableblock table.px1000,.mol_tableblock .px1000{ width: 1000px; }

/**** 記事ページ添付ファイルブロックのスタイル ****/
div.mol_contents .mol_attachfileblock {
	margin-top: 16px;
	padding: 16px;
	border: 2px solid #efefef;
	margin-left: 32px;
}
.mol_attachfileblock p {
	margin-top: 4px;
	padding-left: 0;
	font-size: 85%;
	text-indent: 0;
}
.mol_attachfileblock li {
	border-bottom: 1px dashed #ccc;
	margin-top: 16px;
	padding: 0 0 16px 32px;
	text-indent: -32px;
}
.mol_attachfileblock li::before {
	display: none;
}
.mol_attachfileblock li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.mol_attachfileblock .data {
	font-size: 85%;
	color: #444;
}
.mol_attachfileblock .icon {
	margin-right: 8px;
	position: relative;
	top: 0;
}
p.mol_attachfileblock_title {
	padding: 8px 12px 6px;
	background: #eee;
	text-align: left;
	clear: both;
	font-size: 100%;
}
.mol_attachfileblock_adobe {
	margin-top: 16px;
	padding: 16px;
	border: 1px dashed #ccc;
	font-size: 85%;
}
.mol_attachfileblock_adobe dt {
	float: left;
	width: 160px;
}
.mol_attachfileblock_adobe dd {
	margin-left: 174px;
	display: block;
}
.mol_attachfileblock_adobe a {
	display: inline-block;
}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 16px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_hiduke li{
	display: inline-block;
	margin: 0;
	padding: 0 16px 0 0;
}
.design .main_naka .syosai_hiduke li:before{
	display: none;
}
.design .main_naka .syosai_hiduke li.syosai_id {
	font-size: 85%;
}
	@media only screen and (max-width: 750px) {
		.design .main_naka .syosai_hiduke{
			margin-bottom: 12px;
		}
		.design .main_naka .syosai_hiduke li{
			margin-bottom: 8px;
		}
	}
/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.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: 12px;
	border: 1px solid #ccc;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px 4px;
	background: #007bbb;
	color: #fff;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #555;
	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 5px 6px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
}
.waku .kiji_sub .kiji_aside h2 {
	display: none;
}
.waku .kiji_sub .kiji_aside h3 {
	padding: 10px 8px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #e8f4f9;
}
.waku .kiji_sub .kiji_aside > 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 .kiji_sub .kiji_aside.kanrenlink {
}
/*関連項目*/
.design .main_naka .kiji_aside.kanrencon{
}
/*RSSフィード*/
.design .main_naka .kiji_aside.rssfide{
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
	border: 3px solid #efefef;
	padding: 16px;
	margin-top: 24px;
}
.design .main_naka .kiji_aside.syosai_qa h2{
	background: none;
	border-bottom: 4px solid #d9ebec;
	padding: 0 0 8px;
}
.design .main_naka .kiji_aside.syosai_qa ul{
	padding: 0;
}
.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% 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;
}
@media only screen and (max-width: 750px) {
	.design .main_naka .kiji_aside.syosai_qa form p span{
		display: block;
		line-height: 2;
	}
}

/** コンテンツ評価のスタイル 確認画面 **/
.inform .design .main_naka .kiji_aside.syosai_qa{
	background-color: #f6f6f6;
	border: none;
	padding: 16px 16px 5px;
	margin: 0;
}
.inform .design .main_naka .kiji_aside.syosai_qa li p{
	border: none;
	padding: 0;
}
.inform .design .main_naka .kiji_aside.syosai_qa > p{
	margin: 0;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 16px;
}
.inform .design .main_naka .kiji_aside.syosai_qa form{
	margin-top: 0;
	padding: 0;
}
/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
}
.design .main_naka .route_box h2{
	border-bottom: 2px solid #ddd;
	font-size: 125%;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 12px;
}
.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: block;
	content: "";
	position: absolute;
	top: .3em;
	right: 2px;
	left: auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #888;
	transform: rotate(0);
}
.design .route li:last-child::before {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	border: 3px solid #efefef;
	border-top: none;
	background: #ffffff;
	margin-bottom: 24px;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	background: #efefef;
	border: 0;
	margin-top: 0;
	padding: 10px 12px 8px;
}
.inkiji .main_naka .kiji_aside h3,
.infaq .main_naka .kiji_aside h3{
	margin-left: 16px;
	margin-right: 16px;
}
.inkiji .main_naka .kiji_aside ul,
.infaq .main_naka .kiji_aside ul{
	padding: 8px 16px 16px;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
	@media only screen and (max-width: 750px) {
		.inkiji .main_naka .kiji_aside .ac_box h2{
			padding-right: 60px;
		}
	}
/*組織内ジャンル*/
.inkiji .main_naka .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.inkiji .main_naka .kiji_aside.kanren {
}
/*関連している可能性のある記事*/
.inkiji .main_naka .kiji_aside.kanren2 {
}
/*お問い合わせフォーム*/
.main_naka .kiji_aside.syosai_sonota {
	background: #ffffff;
	margin-bottom: 24px;
	border: 3px solid #efefef;
	padding: 16px;
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_naka .kiji_aside.syosai_sonota h2{
	background: none;
	border-bottom: 4px solid #d9ebec;
	padding: 0 0 8px;
	font-family: "UD新ゴ B","UD Shin Go Bold";
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1.h1_emergency1,
.kiji_emergency .main_naka_h1.h1_emergency2{
	background: #b5012b;
	color: #fff;
	text-shadow: none;
}
.kiji_emergency .main_naka_h1.h1_emergency2 {
	background: #b13800;
}
/**** 防災無線情報ページのスタイル ****/
.bosaimusen .main_naka_h1{
	background-color: #b5016f;
	background-image: none;
	text-shadow: none;
	color: #fff;
}
.bosaimusen .main_naka h2{
	font-size: 100%;
	display: inline;
	border: none;
}
/**** フロートの解除 ****/
.clear:after, .clear2:after {
	content: "";
	display: block;
	clear: both;
}

/**** AED施設一覧 ****/
.mol_aedsearch{
	margin: 24px 0;
}
.mol_aedsearch form{
	border: 1px solid #ddd;
	padding: 10px;
	display: flex;
		flex-wrap: wrap;
}
.mol_aedsearch form > div{
	display: flex;
		align-items: center;
	margin-right: 24px;
}
.mol_aedsearch form > div p{
	margin: 12px 8px 12px 0;
}
#body .mol_aedsearch form > div input[type="text"]{
	font-size: 100%;
	padding: 2px 4px;
	width: 300px;
}
#body .mol_aedsearch form > div button{
	min-width: 80px;
	text-align: center;
}
.page_head{
	background: #f6f6f6;
	font-size: 85%;
	padding: 6px 16px 16px;
	margin-top: 24px;
}
.page_head .pager p,
.page_head ul{
	display: inline-block;
}
.page_head ul li{
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.page_head ul li:first-child{
	border-left: 0;
}
ul.swaplink li{
	display: inline-block;
	margin: 2px;
}
ul.swaplink li a{
	font-size: 90%;
	display: inline-block;
	background: #fff;
	border: 1px solid #888;
	border-radius: 2px;
	text-decoration: none;
	padding: 2px 4px 2px 14px;
	position: relative;
	letter-spacing: -0.01em;
}
ul.swaplink li a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #444 transparent transparent transparent;
}
ul.swaplink li:nth-child(2) a:before{
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #444 transparent;
}
	@media only screen and (max-width: 980px) {
		.mol_aedsearch form{
			display: block;
		}
		#body .mol_aedsearch form > div input[type="text"]{
			width: calc(100% - 76px);
		}
		.mol_aedsearch form > div p{
			margin-right: 0;
			width: 76px;
		}
		.mol_aedsearch form > div.submit_btn{
			margin: 16px 0 0;
		}
		#body .mol_aedsearch form > div button{
			margin: 0 auto;
		}
	}
	@media only screen and (max-width: 750px) {
		.waku{
			padding: 0 10px;
			width: 100%;
		}
		.main_naka_kiji{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}

/**** PC・SP切り替えボタン ****/
#sp_link{
   text-align:center;
   margin:5px 10px 5px 10px;
   padding :10px 8px 10px 8px;
   font-size:400%;
   font-weight: bold;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   background: #4c4c4c;
   background: -moz-linear-gradient(top,  #4c4c4c 0%, #2c2c2c 44%, #111111 58%, #131313 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(44%,#2c2c2c), color-stop(58%,#111111), color-stop(100%,#131313));
   background: -webkit-linear-gradient(top,  #4c4c4c 0%,#2c2c2c 44%,#111111 58%,#131313 100%);
   background: -o-linear-gradient(top,  #4c4c4c 0%,#2c2c2c 44%,#111111 58%,#131313 100%);
   background: -ms-linear-gradient(top,  #4c4c4c 0%,#2c2c2c 44%,#111111 58%,#131313 100%);
   background: -ms-linear-gradient(#4c4c4c, #131313);
}

#sp_link a:LINK    { text-decoration:none; color:#FFFFFF; }
#sp_link a:VISITED { text-decoration:none; color:#FFFAFF; }
#sp_link a:ACTIVE  { text-decoration:none; color:#FFFFA9; }
#sp_link a:HOVER   { text-decoration:none; color:#FFFFA9; }

/*情報支援サイト*/
#c19 , #mayer_msg{
/*   background: #D9EBEC;
 *    *   background: #B5012B;*/
  font-size: 1.8em;
  text-shadow: 0 0 0.5em #FFFFFF;
/*  font-family: MS Gothic;
  font-color: #00000;*/
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

#c19 ul{
      display: flex;
      justify-content: space-between;
      list-style: none;
}
#c19 .li01{
  width: 35%;
  background: #D9EBEC;
  border-radius: 8px;
  border: 3px solid;
  border-color: #E85000;
  padding: 10px;
}
#c19 .li01:hover{
  background: #DF9D62;
}
/*
 * #c19 .li01:hover a:link{
 *   background: #DF9D62;
 *     text-shadow: none;
 *     }
 *     */

#c19 .li02{
  width: 65%;
  background: #D9EBEC;
  border-radius: 8px;
  border: 3px solid;
  border-color: #E85000;
  padding: 10px;
  margin-left: 10px;
}
#c19 .li02:hover{
  background: #DF9D62;
}
/*
 * #c19 .li02:hover a:link{
 *   background: #DF9D62;
 *     text-shadow: none;
 *     }
 *     */

#c19 a{
  margin: 0px 2px;
  text-align: center;
}
/*
 * #c19 .c19_txt{
 *   font-size: small;
 *   }
 *   */

@media only screen and (max-width: 750px) {
  #c19{
    text-align: center;
    font-size: 1em;
    padding-bottom: 10px;
  }

  #c19 .li01{
    width: 48%;
  }

  #c19 .li02{
    margin-top: 10px;
    margin-left: 0px;
    width: 48%;
  }
  #c19 img{
        display: none;
  }
}

/*2022.03.09追加*/
#mayer_msg{
  font-size: 1.8em;
  text-shadow: 0 0 0.5em #FFFFFF;
/*  font-family: MS Gothic;*/
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
#mayer_msg p{
      justify-content: space-between;
      list-style: none;
  width: 100%;
  background: #D9EBEC;
  border-radius: 8px;
  border: 3px solid;
  border-color: #E85000;
  padding: 10px;

}
#mayer_msg p:hover{
  background: #DF9D62;
}

@media only screen and (max-width: 750px) {
  #mayer_msg{
    text-align: center;
    font-size: 100%;
  }

  #mayer_msg p{
    display: block;
    width: 100%;
  }
}
