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

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #E3ECF8;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #C7D2E1;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size: 56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0;
	left: 0;
	top: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 85%;
}
/* text,textarea */
#body input[type="text"], #body input[type="file"], #body textarea ,#body input[type="password"] {
	font-family: "ヒラギノUD角ゴF W3 JIS2004","Hiragino UD Sans F W3 JIS2004",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #999;
	padding: 8px 6px;
}
/* select */
#body select[size], #body select[multiple], #body select[size][multiple] {
	padding: 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button, #body #shelter_search, #body #reset, #body .print input[type="button"]{
	background: #002b69;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 7px 17px;
	border: 1px solid #002C69;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,header button[type="button"]:hover,#main_outline button[type="button"]:hover,footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover, #body #shelter_search:hover, #body #reset:hover, #body .print input[type="button"]:hover,
#body input[type="submit"]:focus, #body input[type="reset"]:focus,header button[type="button"]:focus,#main_outline button[type="button"]:focus,footer button[type="button"]:focus, header button:focus, #main_outline button:focus, footer button:focus, #body #shelter_search:focus, #body #reset:focus, #body .print input[type="button"]:focus {
	background: #fff;
	color: #002B69;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em,b{
	font-family: "ヒラギノUD角ゴF W5 JIS2004","Hiragino UD Sans F W5 JIS2004";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design{
	clear: both;
}

/********************** ヘッダー **********************/
	@media only screen and (max-width: 1279px) {
		.main_header{
			margin-bottom: -4px;
			position: relative;
		}
	}
/**** 共通ヘッダー ****/
.head_in {
	width: 100%;
	margin: 40px auto 46px;
	padding: 0 32px 0 40px;
	display: flex;
	min-height: 78px;
}
.head_in .h1 {
	margin: 0;
	width: 233px;
}
.h_main {
	margin-left: auto;
}
.tyumoku .ranking{
	position: relative;
	margin-top: 12px;
	border: none;
	padding: 0;
	border-radius: 0;
}
.tyumoku .ranking h2{
	position: absolute;
	z-index: -1;
	color: transparent;
	user-select: none;
	font-size: 0%;
}
.tyumoku .ranking_lower{
	margin-top: 0;
	min-width: calc(100vw - 300px);
	position: absolute;
	z-index: 1;
	right: 0;
	display: flex;
	justify-content: right;
}
.tyumoku .ranking_lower .ranking_list{
	display: flex;
	position: absolute;
	flex-wrap: wrap;
	margin-right: 160px;
	z-index: 1;
}
.tyumoku .ranking_lower li,
.tyumoku_sp .ranking_list li {
	margin-left: 10px;
	margin-top: 10px;
}
.tyumoku .ranking_lower li:nth-of-type(1),
.tyumoku .ranking_lower li:nth-of-type(2),
.tyumoku .ranking_lower li:nth-of-type(3){
	display: block;
	margin-top: 4px;
}
.tyumoku .ranking_lower li a,
.tyumoku_sp .ranking_list li a{
	background: #E3ECF8;
	border-radius: 100px;
	padding: 4px 12px;
	font-size: 85%;
	display: block;
}
.tyumoku .ranking_list .ranking_list_ul{
	display: none;
	background: rgb(196, 220, 80,0.8);
	padding: 10px 20px 20px 20px;
	position: absolute;
	min-width: 622px;
	right: -160px;
	top: 100%;
}
.tyumoku .ranking_lower .ranking_list.active .ranking_list_ul{
	display: flex;
	flex-wrap: wrap;
}
.tyumoku .ranking_list .ranking_list_ul li{
	display: block;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 10px;
}
.tyumoku .ranking_list .ranking_list_ul li:first-child{
	margin-left: 0;
}
.tyumoku .ranking_lower .ranking_list_ul li a{
	background: #fff;
}
.tyumoku .ranking_list .ranking_list_ul li.close{
	margin: 8px 0 0 auto;
	width: 64px;
	padding: 13px 0;
	position: relative;
	font-size: 75%;
	right: 0;
}
.tyumoku .ranking_list .ranking_list_ul li.close a{
	background: transparent;
	padding: 0;
}
.tyumoku_other.close a:focus{
	outline: none;
}
.tyumoku_other.close a span{
	font-size: 100%;
}
.tyumoku_other.close a:focus span{
	border: 2px solid #005ECC; 
	padding: 0px 0px 0px 16px;
}
.tyumoku_other{
	font-size: 85%;
	position: absolute;
	margin-left: auto;
	margin-top: 0;
	display: inline-block;
	width: 164px;
	text-align: left;
	top: 0;
	right: -160px;
}
.tyumoku .ranking_lower .tyumoku_other a{
	margin-top: 0;
	background: #BEDC27;
	padding: 4px 10px;
	display: block;
	font-size: 100%;
	border-radius: 0;
}
.tyumoku_other a span,
.tyumoku_sp .tyumoku_btn a span{
	display: block;
	position: absolute;
	top: 19px;
	margin: -14px 0 0;
	right: 4px;
	font-size: 80%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	border-radius: 3px;
	padding: 0px 2px 0px 16px;
}
.tyumoku_other a span::before,
.tyumoku_other a span::after,
.tyumoku_sp .tyumoku_btn a span::before,
.tyumoku_sp .tyumoku_btn a span::after,
.tyumoku_sp .tyumoku_btn.close a::before,
.tyumoku_sp .tyumoku_btn.close a::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 10px;
	height: 2px;
	width: 10px;
	transform: rotate(0deg);
	border-width: 1px;
}
.tyumoku_other a span::after,
.tyumoku_sp .tyumoku_btn a span::after{
	transform: rotate(90deg);
}
.tyumoku_other a.active span::before,
.tyumoku_sp.active .tyumoku_btn a span::before,
.tyumoku_sp .tyumoku_btn.close a::before{
	transform: rotate(-45deg);
}
.tyumoku_other a.active span::after,
.tyumoku_sp.active .tyumoku_btn a span::after,
.tyumoku_sp .tyumoku_btn.close a::after{
	transform: rotate(45deg);
}
.tyumoku_sp{
	position: relative;
}
.tyumoku_sp .ranking{
	margin-top: 12px;
	border: none;
	padding: 0;
	border-radius: 0;
}
.tyumoku_sp .tyumoku_btn a{
	padding: 4px 24px;
	display: block;
	background: #E3F0AA;
}
.tyumoku_sp .tyumoku_btn a::before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #3b4043;
	left: 10px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 13px;
	transform: inherit;
}
.tyumoku_sp .tyumoku_btn a p{
	margin-top: 0;
}
.tyumoku_sp .ranking_lower{
	display: none;
	position: absolute;
	top: 100%;
	background: rgba(227, 240, 170, 0.8);
	z-index: 1;
	width: 100%;
}
.tyumoku_sp .ranking_list{
	display: flex;
	flex-wrap: wrap;
}
.tyumoku_sp .ranking_list li a{
	background: #fff;
}
.tyumoku_sp .tyumoku_btn.close{
	text-align: right;
	padding: 4px 10px 10px;
margin-top: 0;
}
.tyumoku_sp .tyumoku_btn.close a{
	display: inline-block;
	position: relative;
	top: 0;
	margin: -14px 0 0;
	right: 0;
	font-size: 80%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	border-radius: 3px;
	padding: 0px 2px 0px 16px;
}
@media only screen and (min-width: 1280px) {
	.tyumoku_sp{
		display: none;
	}
}
@media only screen and (max-width: 1279px) {
		.head_in{
			padding: 12px 4%;
			width: 100%;
			margin: 0;
			min-height: 78px;
			display: block;
		}
		.head_in .h1 {
			width: 190px;
			padding-top: 5px;
		}
		.h_main{
			display: none;
		}
	}
@media only screen and (max-width: 330px) {
		.head_in .h1 {
			width: 180px;
			padding-top: 5px;
		}
}
/**** トップページヘッダー ****/
.top_main{
	display: flex;
}
.top_menu{
	/* 元サイズ */
	width: 18.7%;
	padding-right: 80px;
	padding-left: 40px;
	padding-right: 6.3%;
}
@media only screen and (max-width: 1279px){
	.top_menu{
		display: none;
	}
}
/* メインビジュアル */
.top_vis_wrap{
	width: 81.3%;
}
.top_vis_wrap .top_vis{
	margin-top: 10px;
}
.top_vis_wrap .slick-list{
	padding: 0px 45% 0 0 !important;
}
.top_vis_wrap .slick-slide{
	margin-right: 40px;
}
.top_vis_wrap .slick-slide img{
	border-radius: 20px;
	overflow: hidden;
}
.top_vis_wrap .slick_nav{
	padding: 16px 31px 0;
	max-width: 280px;
	margin-left: auto;
}
#body .top_vis_wrap .slick-dots li button{
	background: transparent;
	z-index: 99;
}
#body .top_vis_wrap .slick-dots li.slick-active button{
	border: none;
	color: #3B4043;
	background: transparent;
}
.top_vis .slick-dots li{
	margin: 0 5px 6px 0 !important;
}
.slick-dots .slick-active{
	position: relative;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	box-shadow: inset 0 0 0 1px #3B4043;
}
.slick-dots li{
	width: 30px!important;
	height: 30px!important;
}
.cover1,
.cover2{
	position: absolute;
	left: 50%;
	overflow: hidden;
	width: 15px;
	height: 30px;
}
.cover2{
	left: 0;
}
.cover1:before,
.cover2::before{
	content: '';
	position: absolute;
}
.cover1::before{
	top: -10%;
	left: 0%;
	width: 120%;
	height: 220%;
	background: #fff;
	transform-origin: 0 25%;
}
.cover2::before{
	left: -10%;
	width: 110%;
	height: 120%;
	background: #fff;
	transform-origin: 100% 40%;
}
.slick-dots .slick-active .cover1::before{
	animation: draw1 5.1s linear forwards;
}
.slick-dots .slick-active .cover2::before{
	animation: draw2 5.1s linear forwards;
}
.slick-dots .slick-active.ani_stop .cover1::before,
.slick-dots .slick-active.ani_stop .cover2::before{
	animation-play-state: paused;
	animation: none;
}
.slick-dots .slick-active.ani_stop button{
	background-color: #eee!important;
	border: 1px solid #ccc!important;
}
@keyframes draw1{
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
@keyframes draw2{
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}



@media only screen and (max-width: 1279px){
	.top_main2 .top_vis_wrap,
	.top_vis_wrap{
		width: 100%;
		padding: 0 4%;
	}
	.top_vis_wrap .slick-list,
	.top_main2 .top_vis_wrap .slick-list{
		padding: 0 !important;
	}
	.top_vis_wrap .slick-slide{
		margin-right: 0px;
	}
	.top_vis_wrap .slick_nav{
		padding: 6px 12px 0;
		max-width: none;
	}
}

/* 言語選択 */
.language{
	position: relative;
}
.lang_btn{
	margin: 2.5vw 0 0;
}
.lang_btn a{
	background: #fff url(img/lang_icon.svg) no-repeat 8px center;
	display: block;
	border: 1px solid #3B4043;
	border-radius: 3px;
	text-decoration: none;
	padding: 6px 10px 6px 30px;
	font-size: 85%;
	letter-spacing: 0.05em;
	word-wrap: anywhere;
	max-width: 120px;
}
.lang_btn a:hover{
	background: #CDD6DD url(img/lang_icon.svg) no-repeat 8px center;
}
.lang_btn + div{
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 10px;
	z-index: 1;
}
.lang_btn.close a{
	background: #fff;
	position: relative;
}
.lang_btn.close a::before,
.lang_btn.close a::after {
	content: '';
	background: #3B4043;
	height: 1px;
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
.lang_btn.close{
	margin-top: 10px;
}
.lang_btn.close a::after{
	transform: rotate(45deg);
}
.language ul{
	padding: 0 10px;
	font-size: 85%;
}

/* スクロール */
.scroll{
	text-align: center;
	position: relative;
	margin-top: 2vw;
	padding-right: 30px;
	font-size: 90%;
}
.scroll::before{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 104px;
	background: linear-gradient(to bottom, #707070 0,#707070 50%, #fff 50%,#fff 100%);
	background-size: auto 208px;
	background-position: 0 0px;
	bottom: -110px;
	left: calc(50% - 17px);
	animation: 2s ease-out 0s 2 forwards anime1, 1s ease-out 4s forwards anime2;
}
.scroll2::before{
	left: calc(13% - 17px);
}
@keyframes anime1 {
   0% {
    background-position: 0 100%;
  }

  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}
@keyframes anime2 {
   0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}
.scroll::after{
	display: block;
	content: "";
	background: url(img/scroll.png) no-repeat;
	width: 63px;
	height: 18px;
	background-size: contain;
	margin: 0 auto;
}
.scroll2::after{
	margin: 0;
}

/* 検索ボックス */
.h_main .src_box {
	width: 280px;
	margin: 0 0 0 auto;
}
.src_box .q {
	float: left;
	width: calc(100% - 50px) !important;
	margin: 0;
	height: 30px !important;
	padding: 0 6px!important;
	border: 1px solid #707070 !important;
	border-right: none;
	border-radius: 3px 0 0 3px !important;
}
.h_main .src_box #search_button,
.src_box #search_button_sp,
.src_box #search_button_clone01,
.src_box #search_button_clone02{
	width: 50px;
	min-height: 30.1px;
	margin: 0;
	padding: 0;
	background: #002B69;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	border: 1px solid #002B69;
	border-left: none;
	white-space: normal;
	border-radius: 0 3px 3px 0;
}
.h_main .src_box #search_button:focus,
.src_box #search_button_sp:focus,
.src_box #search_button_clone01:focus,
.src_box #search_button_clone02:focus{
	outline: none;
	border: 2px solid #005ECC; 
}
	@media only screen and (max-width: 1279px) {
		.h_main .src_box{
			display: none;
		}
		.src_box .q{
			height: 37px !important;
			width: calc(100% - 90px) !important;
		}
		.src_box #search_button_sp{
			min-height: 37.1px !important;
			width: 90px;
		}
	}

/**** グローバルナビ ****/
.g_navi {
	border-bottom: 1px dotted #707070;
}
.g_navi_in > li {
	padding: 0 0 2vw 10px;
	margin: 0;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
}
.g_navi_in > li > a:hover{
	text-decoration: none;
}
.g_navi_in > li > a:hover::before , .g_navi_in > li.active > a::before {
	content: "";
	display: block;
	position: absolute;
	background: #002B69;
	height: 6px;
	width: 40px;
	top: 10px;
	left: -50px;
}
	@media only screen and (max-width: 1279px) {
		.g_navi{
			display: none;
		}
	}

/* 追従メニュー */
.clone-nav {
	background: rgba(255,255,255,0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
}
.clone-nav.hide{
	transform: translateY(-170%) !important; 
}
_::-webkit-full-page-media, _:future, :root .clone-nav.hide{
	display: none;
}
.clone-nav .top_main,
.clone-nav .tyumoku,
.clone-nav .lang_btn,
.clone-nav .language_sp,
.clone-nav .scroll,
.clone-nav .menu_button,
.clone-nav .lang_sp{
	display: none;
}
.clone-nav .head_in{
	padding: 20px 33px 20px 40px;
	align-items: center;
	margin: 0 auto;
	max-width: 1280px;
}
.clone-nav .h1{
	flex-shrink: 0;
	max-width: 180px;
}
.clone-nav .h1 img{
	width: 170px;
}
.clone-nav .h1 .go_home{
	display: none;
}
.clone-nav:focus-within{
	transform: translateY(0);
}
.clone-nav .g_navi{
	display: block;
	border-bottom: 0;
	margin-top: 0;
	margin-left: auto;
}
.clone-nav .g_navi_in{
	display: flex;
}
.clone-nav .g_navi_in > li{
	margin: 0 0 0 30px;
	padding: 0;
}
.clone-nav .g_navi_in > li > a::before {
	display: none;
}
.clone-nav .g_navi_in > li > a:hover{
	color: #647580;
}
.clone-nav .h_main{
	margin-left: 36px;
	width: 23%;
}
.clone-nav .h_main .src_box{
	width: 100%;
}
	@media only screen and (max-width: 1279px) {
		.clone_pc{
			display: none;
		}
	}
/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/

/*　上に上がる動き　*/

.clone-nav.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
  	transform: translateY(0);
  }
  to {
		transform: translateY(-170%);
  }
}

/*　下に下がる動き　*/

.clone-nav.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
		transform: translateY(-170%);
  }
  to {
		transform: translateY(0);
  }
}

/**** スマホメニューに関するスタイル ****/
.menu_button{
	position: absolute;
	top: 0;
	right: 4%;
	z-index: 9999;
}
.menu_button a{
	position: relative;
	background: #002b69;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 32px;
	min-height: 52px;
	width: 52px;
	z-index: 2;
	border-radius: 3px;
}
.menu_button a b{
	color: #fff;
}
.menu_button a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
	transition: 0.2s;
	transform: rotate(0);
}
.menu_button a .icon_ham:before,
.menu_button a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
	transition: 0.2s;
	transform: rotate(0);
}
.menu_button a .icon_ham:before{
	top: 8px;
}
.menu_button a .icon_ham:after{
	top: 16px;
}
.menu_button.close_menu a .icon_ham{
	transform: rotate(45deg);
	top: 17px;
}
.menu_button.close_menu a .icon_ham:before{
	transform: rotate(0deg);
	top: 0;
}
.menu_button.close_menu a .icon_ham:after{
	transform: rotate(-90deg);
	top: 0;
}
	@media print, screen and (min-width: 1280px) {
		.menu_button,
		#lan_drop{
			display: none !important;
		}
	}
#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 10000;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #fff;
	border-left: 4px solid #002b69;
	box-sizing: border-box;
	color: #333;
	border-top: 10px solid #002b69;
}
	@media print, screen and (min-width: 1280px) {
		#sidr {
			display: none !important;
		}
	}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
#sidr .close{
	position: relative;
	padding: 0;
	margin: 20px 8px 0;
	text-align: right;
}
#sidr .close a{
	background: #002b69;
	display: inline;
	color: #fff;
	padding: 8px 6px 8px 26px;
	position: relative;
	border-radius: 4px;
	font-size: 80%;
}
#sidr .close a:before,
#sidr .close a:after{
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
}
#sidr .close a:after{
	transform: rotate(45deg);
}
#sidr .src_box{
	padding: 10px;
	border-bottom: 1px dotted #707070;
}
#sidr ul {
	display: block;
	margin: 0;
	padding: 0;
}
#sidr ul li {
	background: none;
	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 #3B4043;
	border-right: 1px solid #3B4043;
	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{
	display: flex;
}
#sidr ul.sidr_navi_sub li{
	border-bottom: 0;
	font-size: 85%;
	width: 50%;
}
#sidr ul.sidr_navi_sub li a{
	letter-spacing: -0.01em;
}
#sidr ul.sidr_navi_sub li:nth-child(odd){
	border-right: 1px solid #002b69;
}
/**** 支援機能 ****/
#sidr .side_shien{
	padding: 10px 10px 0 10px;
}
#sidr .side_shien p{
	margin-top: 0;
}
/*********** 外国語 ***********/
.lang_sp{
	position: absolute;
	top: 0;
	right: 74px;
	margin: 12px 0 0;
}
.lang_sp a{
	position: relative;
	background: #002b69 url(img/lang_icon_sp.svg) no-repeat center 7px/50%;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 32px;
	min-height: 52px;
	width: 52px;
	z-index: 2;
	border-radius: 3px;
	color: #fff;
	padding: 32px 0 0;
	border: none;
}
.lang_sp a:hover{
	background: #002b69 url(img/lang_icon_sp.svg) no-repeat center 7px/50%;
}
.language_sp{
	position: absolute;
	top: 0;
	right: calc(4% + 64px);
}
.language_sp .lang_sp{
	right: 0;
}
.language_sp .lang_btn + div{
	background: #fff;
	position: absolute;
	top: 64px;
	right: -64px;
	width: 92vw;
	padding: 12px;
}
	@media print, screen and (min-width: 1280px) {
		.language_sp{
			display: none !important;
		}
	}
/*********** 検索 ***********/
.src_box_sp{
	display: block;
	margin-top: 16px;
}
	@media print, screen and (min-width: 1280px) {
		.src_box_sp{
			display: none !important;
		}
	}
/*********** 検索 ***********/
.clone_sp{
	background: rgba(255,255,255,0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
	padding: 10px 4% 10px;
	display: flex;
	align-items: center;
	transition: right 0.2s ease 0s;
}
.clone_sp.close_menu{
	left: -260px;
}
.clone_sp.is-show{
	transform: translateY(0);
}
.clone_sp .h1{
	margin-right: 10px;
	max-width: none;
	width: auto;
}
.clone_sp .h1::before{
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: url(img/logo_mark.svg) no-repeat;
	top: 1px;
	left: 0;
	position: relative;
}
.src_box_clone02{
	width: calc(100% - 108px);
	margin-right: 10px;
}
.src_box_clone02 .q{
	height: 50px !important;
	width: calc(100% - 64px) !important;
}
.src_box_clone02 #search_button_clone02{
	height: 50px !important;
	width: 64px;
}
.src_box_clone02 #search_button_clone02 span{
	display: block;
}
.clone_sp .menu_button{
	margin-top: 0;
	display: block;
	position: relative;
	right: 0;
	top: 1px;
}
.clone_sp .menu_button a{
	position: relative;
	background: #002b69;
	font-size: 70%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -0.5px;
	text-align: center;
	padding-top: 32px;
	min-height: 52px;
	width: 52px;
	z-index: 2;
	border-radius: 3px;
	color: #fff;
}
.clone_sp a .icon_ham{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}
.clone_sp a .icon_ham:before,
.clone_sp a .icon_ham:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}
.clone_sp a .icon_ham:before{
	top: 8px;
}
.clone_sp a .icon_ham:after{
	top: 16px;
}
	@media only screen and (min-width: 1280px) {
		.clone_sp {
			display: none !important;
		}
	}

/*********** フッター ***********/
.main_footer {
	background: #F0F5FB;
	overflow: hidden;
	width: 100%;
	padding: 67px 0 0;
}
	@media only screen and (max-width: 1279px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #88c9ea;
	padding-left: 16px;
	position: relative;
}
.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}
.online_strage_a .mypage_contents {
	background-color: #e3ecf8;
	padding: 4px 16px 16px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}
.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	background: #F0F3F5;
	color: #9f0000;
}
	@media only screen and (max-width: 1279px) {
		.online_strage_a{
			padding: 0 0 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	background: #fff;
	margin-top: 30px;
}
.foot_modori .modoriin {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}
.foot_modori a {
	display: inline-block;
	text-decoration: none;
	background: #e3ecf8;
	border: 2px solid #002b69;
	border-bottom: 0;
	line-height: 1;
	padding: 12px 10px 10px;
	font-size: 85%;
	border-radius: 4px 4px 0 0;
}
	@media only screen and (max-width: 1279px) {
		.foot_modori .modoriin {
			padding: 0 10px;
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	max-width: 1024px;
	padding: 0 12px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.foot{
	width: 100%;
	padding-right: 160px;
}
.foot_id_img{
	margin-bottom: 40px;
	max-width: 233px;
}
.foot_link01 {
	display: flex;
}
.foot_link01 li{
	margin-right: 18px;
	width: 100%;
	margin-top: 16px;
	max-width: 275px;
}
.foot_link01 li:last-child{
	margin-right: 0;
}
.foot_link01 li a{
	display: block;
	background: #002B69;
	border: 1px solid #002C69;
	color: #fff;
	border-radius: 60px;
	padding: 12px;
	text-align: center;
	font-size: 95%;
}
.foot_link01 li a:hover,
.foot_link01 li a:focus{
	background: #fff;
	color: #002B69;
	text-decoration: none;
}
.foot_link02 {
	margin-top: 34px;
}
.foot_link02 li {
	padding: 0;
	display: inline-block;
	position: relative;
	margin-left: 16px;
	margin-right: 26px;
}
.foot_link02 li::after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: -16px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #3B4043;
	border-bottom: 1px solid #3B4043;
	transform: rotate(-45deg);
}
.foot .address {
	margin-top: 6px;
	font-size: 95%;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #3B4043;
	text-decoration: none;
}
.foot_sns{
	position: absolute;
	right: 12px;
	bottom: 0;
	width: 148px;
}
.foot_sns p{
	border-bottom: 1px solid #707070;
	padding: 2px 0;
	font-size: 90%;
}
.foot_sns li{
	margin-top: 22px;
}
.foot_sns li a{
	display: flex;
	align-items: center;
}
.foot_sns li .sns_img{
	margin-right: 20px;
	width: 40px;
}
.foot_sns li span img{
	width: 40px;
}
.foot_sns li .sns_text{
	width: calc(100% - 60px);
}
.foot_copy {
	font-size: 75%;
	padding: 0px 12px 20px;
	margin-top: 67px;
	text-align: center;
}
.foot_copyin {
	max-width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 1279px) {
		.foot {
			width: 100%;
			padding: 0;
		}
		.foot_sns{
			position: relative;
			width: 100%;
			right: 0;
			margin-top: 32px;
		}
		.foot_sns ul{
			display: flex;
			flex-wrap: wrap;
		}
		.foot_sns li{
			margin-right: 40px;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address span{
			display: block;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			text-decoration: underline;
		}
		.foot_wrap{
			padding: 0 4%;
		}
	}
	@media only screen and (max-width: 768px){
		.foot_link02{
			display: flex;
			flex-wrap: wrap;
		}
		.foot_link02 li{
			width: calc(50% - 42px);
		}
	}
	@media only screen and (max-width: 480px) {
		.foot_id_img{
			width: 190px;
		}
		.foot_link01{
			display: block;
			margin-top: 20px;
		}
		.foot_link01 li:nth-of-type(n) {
			margin: 16px auto 0;
		}
		.foot_sns li{
			width: 40%;
		}
		.foot_wrap{
			padding: 0 10%;
		}
		.foot_link02 li{
			width: 100%;
		}
	}
/********************** 領域共通のスタイル **********************/
.main {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.main h2 {
	font-size: 170%;
	text-align: center;
}
.main h2 span:not(.window) {
	font-size: 60%;
	margin-top: 8px;
	display: block;
}
.main h2 a {
	display: block;
	border-bottom: 1px solid #3B4043;
	position: relative;
	padding: 0 34px;
}
.main h2 a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	background: url(img/itiran_arrow_s2.svg) no-repeat 0 0/100%;
	margin-top: -15px;
}
.main h2 a:hover::before{
	opacity: 0.6;
}
.main h2 a:hover{
	text-decoration: underline;
}
.main .h2{
	background: #002b69;
	overflow: hidden;
	border-radius: 10px;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
.main .h2 h2 {
	float: left;
	color: #fff;
	padding: 9px 15px;
	font-size: 130%;
}
.main .h2 h2 a{
	color: #fff;
	padding: 0 34px 0 0;
	border:none;
}
.main .h2 h2 a::before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
	border-width: 7px 0 7px 11px;
	transform: inherit;
	margin-top: -7px;
	right: 6px;
}
.main .h2 h2 a::after{
	content: "";
	background: #B2CB40;
	display: block;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
.main .h2 h2 a:hover::after{
	opacity: 0.6;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #3B4043;
	border-bottom: 1px solid #3B4043;
	transform: rotate(-45deg);
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}

/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box02{ 
	position: relative; 
}
.main_naka .ac_box02 h2{
	padding-right: 64px; 
}
.ac_display02{
		display: inline-block;
	position: absolute;
	top: 50%;
	margin: -14px 0 0;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 100;
	border-radius: 3px;
}
.ac_display02 a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
}
.ac_display02::before,
.ac_display02::after {
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 13px;
		height: 2px;
		width: 10px;
}
.ac_display02::after{
		transform: rotate(90deg);
}
.ac_box02_in{
		display: none;
}
.ac_box02_wrap.active .ac_box02_in{
	display: inline;
}
.ac_box02_wrap.active .ac_display02::after {
		display: none;
}
.ac_box02_in .ac_box02{
	text-align: center;
	margin-top: 20px;
}
#main_outline .ac_box02_in .ac_box02 button{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #2b3095;
}
@media print, screen and (min-width: 1280px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 1279px) {
	.ac_box h2{
		padding-right: 72px;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
		border-radius: 3px;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 12px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box.active .ac_display::after{
		display: none;
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}

/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: -50px;
	max-width: calc(100% - 280px);
	position: relative;
}
.top_main .emergency .h2{
	position: absolute;
	padding: 0 8px 0 8px;
	color: #fff;
	text-shadow: #E61E1F 1px 1px 0, #E61E1F -1px -1px 0,#E61E1F -1px 1px 0, #E61E1F 1px -1px 0,#E61E1F 0px 1px 0, #E61E1F 0 -1px 0,#E61E1F -1px 0 0, #E61E1F 1px 0 0;
	max-width: 150px;
	width: 100%;
	z-index: 1;
	margin: 10px 0;
	text-align: center;
}
.top_main .emergency_lower li{
	background: #E61E1F;
	border-radius: 40px;
	padding: 11px 20px 11px 170px;
	color: #fff;
	text-shadow: #E61E1F 1px 1px 0, #E61E1F -1px -1px 0,#E61E1F -1px 1px 0, #E61E1F 1px -1px 0,#E61E1F 0px 1px 0, #E61E1F 0 -1px 0,#E61E1F -1px 0 0, #E61E1F 1px 0 0;
	position: relative;
	display: flex;
	margin-top: 14px;
}
.top_main .emergency_lower li::before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	background: #fff;
	position: absolute;
	left: 140px;
	top: 10px;
}
.top_main .emergency_lower li:hover{
	background: #F26262;
}
.top_main .emergency_lower li .date{
	margin: 0 20px 0 0;
	min-width: 120px;
}
.top_main .emergency_lower li a{
	color: #fff;
	width: calc(100% - 150px);
}
@media only screen and (max-width: 1279px){
	.emergency{
		margin-top: 0;
		max-width: 100%;
		margin-right: 0px;
	}
	.top_main .emergency .h2{
		margin: 20px 0;
		max-width: 140px;
	}
	.top_main .emergency_lower li{
		display: block;
		border-radius: 20px;
	}
	.top_main .emergency_lower li .date{
		display: block;
	}
}
@media only screen and (max-width: 480px){
	.top_main .emergency .h2{
		margin: 10px 8px;
		max-width: 50px;
	}
	.top_main .emergency_lower li::before{
		left: 62px;
	}
	.top_main .emergency_lower li{
		padding: 11px 20px 11px 80px;
	}
}

/**** 重要なお知らせのスタイル ****/
.important {
	margin-top: 50px;
	border-bottom: 1px solid #b13800;
}
.main .important h2{
	padding: 9px 15px;
	font-size: 130%;
}
.main .important h2, .main .important .h2 {
	background: #b13800;
	color: #fff;
	border-radius: 20px 20px 0 0;
}
.main .important_lower {
	border-top: none;
}
.main .important_lower li{
	border-bottom: 1px dotted #707070;
	padding-bottom: 30px;
	margin-top: 30px;
}
.main .important_lower li:last-child{
	border-bottom: 0;
}

/**** スライドショーのスタイル ****/
.vis{
	position: relative;
	margin-top: 50px;
}
.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;
}

/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 50px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	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;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist_lower ul > li .ilist_in{
	background: #fff;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.main .ilist_lower ul > li a:hover img{
	opacity: 0.65;
}
.main .ilist_lower .ilist_right {
	margin-top: 8px
}
.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: 0;
}
.ilist .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 1279px) {
		.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: 50px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	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 {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_in{
	background: #fff;
	display: flex;
	height: 100%;
	width: 100%;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li a:hover img{
	opacity: 0.65;
}
.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: 1279px) {
		.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: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.category2 {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.category3 {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.category4 {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.category5 {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	border-top: none;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .event_lower {
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #002b69;
	color: #fff;
	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;
	padding: 0;
}
.main .event_lower .event_month li::before{
	display: none;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month li a{
	display: inline-block;
	background: #002B69;
	padding: 1px 6px;
	color: #fff;
	border-radius: 5px;
}
.event_month li a:focus{
	outline: none;
	border: 2px solid #005ECC; 
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #002B69;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 1px 6px;
	position: relative;
	border-radius: 5px;
	color: #fff;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a::before,
.event_month li.next a::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}
.event_month li.pre a::before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #fff transparent transparent;
}
.event_month li.next a::before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}
/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .calendar_lower {
	overflow: auto;
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month{
	max-width: 490px;
	margin: 0 auto;
}
.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 tr{
	display: flex;
	justify-content: center;
	max-width: 490px;
	margin: 0 auto;
}
.main .calendar tr:last-child{
	border-bottom: 1px solid #ccc;
}
.main .calendar th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	width: 70px;
}
.main .calendar th:last-child{
	border-right:  1px solid #ccc;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .calendar td:last-child{
	border-right:  1px solid #ccc;
}
.main .calendar td a{
	background: #E3ECF8;
	border-radius: 100px;
	padding: 8px 10px;
	display: block;
	min-width: 45px;
	margin: 10px auto;
	border: 1px solid #fff;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today > strong,
.main .calendar .today > a, 
.main .calendar .today > a strong {
	color: #fff;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .new_lower {
}
.main .new div.date{
	margin-left: 0;
	margin-right: 30px;
	width: 140px;
}
.main .new ul:not(.more) li{
	padding: 0;
	border-bottom: 1px dotted #707070;
	padding-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
}
.main .new ul:not(.more) li:last-child{
	border-bottom: 0;
}
.main .new ul:not(.more) li::before{
	display: none;
}
.main .new .new_lst{
	display: flex;
}
.main .new_lower li .list{
	width: calc(100% - 200px);
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
@media only screen and (max-width: 1279px){
	.main .new .new_lst{
		display: block;
	}
	.main .new_lower li .list{
		width: 100%;
	}
	.main .new ul:not(.more) li{
		padding-bottom: 16px;
		margin-top: 16px;
	}
}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 50px;
border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .topics_lower {
}
.main .topics_lower ul:not(.more) li{
	display: flex;
	padding: 0;
	border-bottom: 1px dotted #707070;
	padding-bottom: 30px;
	margin-top: 30px;
}
.main .topics_lower ul:not(.more) li:last-child{
	border-bottom: 0;
}
.main .topics_lower li::before{
	display: none;
}
.main .topics_lower li .date{
	margin-right: 30px;
	width: 140px;
}
.main .topics_lower li .list{
	width: calc(100% - 200px);
}
.main .topics div.date{
	margin-left: 0;
}
.main .topics ul li.catch_lst .topics_lst {
	margin-right: 100px;
}
.main .topics ul li.catch_lst .topics_img {
	float: right;
	margin-top: 0;
}
@media only screen and (max-width: 1279px){
	.main .topics_lower ul:not(.more) li{
		display: block;
		padding-bottom: 16px;
		margin-top: 16px;
	}
	.main .topics_lower li{
		display: block;
		padding-bottom: 16px;
		margin-top: 16px;
	}
	.main .topics_lower li .list{
		width: 100%;
	}
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	margin-top: 22px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 13px 65px 13px 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
	border: none;
	border-radius: 0;
	background: transparent;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.main .more li a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(img/itiran_arrow.svg) no-repeat;
}
.main .more li a:hover::before{
	opacity: 0.6;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat 20px center;
	background-size: 12px 12px;
	padding-left: 40px;
}
/**** タブ切り替えのスタイル ****/
.main .free_tab{
	margin-top: 50px;
	position: relative;
}
.main .free_tab .tab_index{
	display: flex;
		justify-content: space-between;
	border-bottom: 1px solid #002B69;
	margin-bottom: -25px;
}
.main .free_tab .tab_index .tab_change{
	text-align: center;
	display: flex;
	font-size: 130%;
	width: 49.3%;
}
.main .free_tab .tab_index .tab_change a{
	display: inline-block;
	padding: 22px 10px 20px;
	width: 100%;
	text-decoration: none;
	background: #F0F3F5;
	border-radius: 20px 20px 0 0;
}
.main .free_tab .tab_index .tab_change.is-active a{
	background: #002B69;
}
.main .free_tab .tab_index .tab_change.is-active a > strong {
	color: #fff;
}
.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;
	position: absolute;
	z-index: -1;
}
.main .free_tab li.tab_panel .topics,
.main .free_tab li.tab_panel .new{
	margin-top: 24px;
	border: none;
	padding: 0;
	border-radius: 0;
}
.main .free_tab .new_lower,
.main .free_tab .topics_lower {
	background: #fff;
	border: none;
	padding: 1px 0 0;
}
.main .free_tab .new_lower ul:not(.more),
.main .free_tab .topics_lower ul:not(.more){
	border-bottom: 1px solid #002B69;
}
@media only screen and (max-width: 1279px){
	.main .free_tab .tab_index .tab_change a{
		padding: 12px 10px 10px;;
	}
}
@media only screen and (max-width: 480px) {
	.main .free_tab .tab_index .tab_change{
		font-size: 110%;
	}
	.main .free_tab .tab_index .tab_change a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main .free_tab .tab_index .tab_change span{
		display: block;
	}
}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .pickup_lower {
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	background: #e3ecf8;
	padding: 4px 6px;
	font-size: 110%;
	border-radius: 5px;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .pickup2_lower {
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	background: #e3ecf8;
	padding: 4px 6px;
	font-size: 110%;
	border-radius: 3px;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .ranking_lower {
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 24px;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
	display: flex;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 30px;
	border-radius: 30px 0;
	background: #fff;
	align-items: center;
}
.j_s .h2,
.j_s .h3{
	width: 180px;
	border-right: 1px solid #707070;
	padding: 10px 10px 10px 0px;
	background: transparent;
	border-radius: 0;
}
.main .j_s h2,
.main .j_s h3{
	font-size: 120%;
	font-family: "ヒラギノUD角ゴF W6 JIS2004","Hiragino UD Sans F W6 JIS2004";
	color: #3B4043;
	padding: 0;
	float: none;
	text-align: left;
}
.main .j_s .h2 p,
.main .j_s .h3 p{
	margin-left: 0;
	width: auto;
	padding: 0;
	float: none;
}
.main .j_s_lower {
	padding: 0 0 0 30px;
	display: flex;
	width: calc(100% - 118px);
	align-items: center;
}
.main .j_s_lower ul{
	display: flex;
	font-size: 150%;
	align-items: center;
	flex-wrap: wrap;
}
.main .j_s_lower .more{
	position: relative;
}
.main .j_s_lower .more a{
	display: inline-block;
	text-decoration: none;
	width: 100%;
	padding-right: 24px;
}
.main .j_s_lower .more a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: url(img/itiran_arrow_s.svg) no-repeat 0 0/contain;
}
.main .j_s_lower .more a:hover::before{
	opacity: 0.6;
}
.main .j_s li {
	padding-left: 0;
	margin: 10px 20px 10px 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li b {
	margin-right: 20px;
	background: #E3F0AA;
	padding: 14px 26px;
	border-radius: 80px;
	font-size: 80%;
}
.main .j_s p {
	font-size: 100%;
	margin-top: 0;
	width: 178px;
	margin-left: 28px;
}
@media only screen and (max-width: 1279px){
	.j_s{
		display: block;
	}
	.j_s .h2,
	.j_s .h3{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #707070;
		padding: 0 10px 10px;
		text-align: center;
		position: relative;
	}
	.j_s h2,
	.j_s h3{
		display: inline-block;
	}
	.main .j_s .h2 p,
	.main .j_s .h3 p{
		position: absolute;
		right: 0px;
		bottom: 10px;
	}
	.main .j_s_lower{
		margin-top: 12px;
		width: 100%;
		padding: 0;
		display: block;
	}
	.main .j_s_lower ul{
		justify-content: center;
		margin-top: 20px;
	}
	.main .j_s li{
		margin: 0px 20px 20px 0;
	}
	.main .j_s p{
		margin: 8px 0 0;
		text-align: right;
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.main .j_s .h2 p,
	.main .j_s .h3 p{
		position: relative;
		width: 100%;
		text-align: center;
		margin: 10px 0 0;
	}
}
@media only screen and (max-width: 640px){
	.main .j_s_lower ul{
		width: 100%;
		display: block;
	}
	.main .j_s li{
		width: 100%;
		margin-top: 20px;
		font-size: 85%;
	}
	.main .j_s li b{
		min-width: 103px;
		display: inline-block;
		text-align: center;
		padding: 10px 26px;
	}
}
@media only screen and (max-width: 480px) {
	.j_s{
		padding: 22px 20px 24px 20px;
	}
}
/**** バナー広告のスタイル ****/
.bana {
	margin-top: 50px;
}
.bana_h2{
	text-align: center;
	margin-bottom: 42px;
}
.bana_h2 h2{
	max-width: 1024px;
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}
.bana_h2 p{
	margin-top: 0;
}
.bana_lower {
	text-align: center;
	max-width: 795px;
	margin: 0 auto;
}
.bana .bana_img {
	display: inline-block;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.main .bana li {
	padding-left: 0;
	width: calc(25% - 19px);
	margin-right: 25px;
}
.main .bana li:nth-of-type(4n){
	margin-right: 0;
}
.main .bana li::before {
	display: none;
}
.main .bana li img{
	width: 100%;
}
.main .bana li .window {
	margin-top: 5px;
}
.bana_more{
	text-align: right;
	margin-top: 40px;
}
.bana_more a{
	border-bottom: 1px solid #707070;
	padding-bottom: 4px;
}
	@media only screen and (max-width: 480px){
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: 50%;
		}
		.bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.rss .rss_lower{
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
.rss_body .rss_icon{
	margin-left: 10px;
}
.rss_body > *{
	border: none;
	padding: 0;
	margin-top: 50px;
	max-width: none;
}
.rss_body > *:first-child{
	margin-top: 24px;
}
.rss_body h2 a{
	position: relative;
	padding-left: 24px;
}
.rss_body h2 a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url(img/itiran_arrow_s2.svg) no-repeat 0 0/contain;
	margin-top: -10px;
}
.rss_body h2 a.rss_icon{
	font-size: 68.75%;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 8px;
}
.rss_body h2 a.rss_icon::before,
.rss_body h2 a.rss_icon::after{
	display: none;
}
/**** 外部RSSのスタイル ****/
.rssfide{
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .rssfide .h3{
	overflow: hidden;
}
.main .rssfide .h3 h3 {
	float: left;
	margin: 10px 12px 10px 0;
}
.main .rssfide .h3 p{
	float: left;
	padding: 8px 0;
	margin: 0;
}
.rssfide .rssfide_lower{
}
.rssfide .rssfide_management{
	background: #F0F3F5;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 50px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.main .image h2 a{
	border:none;
}
.main .image h2 a:hover{
	opacity: 0.6;
}
.main .image h2 a::before{
	display: none;
}
.image .image_img {
	display: block;
}
.image a:hover .image_img{
	opacity: 0.6;
}
.main_naka .category_2_li::before,
.main_naka .category_3_li::before,
.main_naka .category_4_li::before{
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 8px;
	transform: inherit;
}
.main_naka .category_2_li::after,
.main_naka .category_3_li::after,
.main_naka .category_4_li::after{
	content: "";
	background: #BEDC27;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 6px;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .option_lower {
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 20px;
	background: #fff;
}
.main .faq_new_lower {
}
.main .faq_new div.date{
	margin-left: 0;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 50px;
	border: 1px solid #002B69;
	padding: 26px 28px 24px 28px;
	border-radius: 3px;
	background: #fff;
}
.main .popular_lower {
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/********************** 領域1個別のスタイル **********************/
.zone01{
	/* 元サイズ */
	padding: 116px 0 110px;
	/* 案1 */
	padding: 0px 0 80px;
}
.zone01_in{
	margin: 0 auto;
	max-width: 824px;
	padding: 0 12px;
}
@media only screen and (max-width: 1279px){
	.zone01{
		padding: 48px 0;
	}
	.zone01_in{
		padding: 0 4%;
	}
}
@media only screen and (max-width: 480px){
	.zone01_in{
		padding: 0 10%;
	}
}
@media print, screen and (min-width: 1280px) {
	.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{
		margin-left: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}
/********************** 領域2個別のスタイル **********************/
.zone02{
	padding: 1px 0 0;
}
/**** 市政情報のスタイル ****/
.shisei{
	background: url(img/bg_b.png);
	padding: 48px 0 108px;
}
.main .shisei h2{
	margin-top: 24px;
}
.shisei .ilist2{
	margin-top: 24px;
}
.shisei .ilist2 h3{
	position: absolute;
	z-index: -1;
	color: transparent;
	user-select: none;
	font-size: 0%;
}
.main .shisei .ilist2_lower ul > li{
	width: calc((100% - 20.1px) / 2);
	margin-right: 20px;
	margin-top: 20px;
}
.main .shisei .ilist2_lower ul > li:nth-of-type(2n){
	margin-right: 0;
}
.main .shisei .ilist2_lower ul > li .ilist_in{
	background: #fff;
	border-radius: 30px 0;
	position: relative;
	flex-flow: row-reverse;
	padding: 0;
}
.main .shisei .ilist2_lower ul > li .ilist_in::before,
.main .shisei .ilist2_lower ul > li .ilist_in::after{
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	background: url(img/public_dec_g.svg) no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
}
.main .shisei .ilist2_lower ul > li .ilist_in::before{
	top: 0;
	right: 0;
}
.main .shisei .ilist2_lower ul > li .ilist_in::after{
	background: url(img/public_dec_b.svg) no-repeat;
	bottom: 0;
	left: 0;
}
.main .shisei .ilist2_lower ul > li .ilist_left{
	width: 47%;
	
}
.main .shisei .ilist2_lower ul > li .ilist_right{
	width: 53%;
	text-align: left;
	padding: 20px 20px 20px 50px;
	font-size: 120%;
	margin-left: 0;
	text-shadow: #fff 2px 2px 0, #fff -2px -2px 0,#fff -2px 2px 0, #fff 2px -2px 0,#fff 0px 2px 0, #fff 0 -2px 0,#fff -2px 0 0, #fff 2px 0 0;
}
.main .shisei .ilist2_lower ul > li .ilist_right .small{
	font-size: 100%;
}
.main .shisei .ilist2_lower ul > li .ilist_in:hover::before,
.main .shisei .ilist2_lower ul > li .ilist_in:hover::after,
.main .shisei .ilist2_lower ul > li .ilist_in:hover .ilist_left{
	opacity: 0.65;
}
.main .shisei .ilist2_lower ul > li .ilist_in:hover .ilist_right{
	color: #707475;
}
.shisei .j_s{
	margin-top: 50px;
}
@media only screen and (max-width: 1279px){
	.shisei{
		padding: 48px 0 68px;
	}
	.main .shisei .ilist2_lower ul > li .ilist_left{
		width: 37%;
		position: absolute;
	}
	.main .shisei .ilist2_lower ul > li .ilist_right{
		width: 100%;
		padding: 20px 20px 20px 40px;
		position: relative;
		z-index: 2;
	}
	.main .shisei .ilist2_lower ul > li .ilist_right span{
		display: block;
	}
	.main .shisei .ilist2_lower ul > li .ilist_right .small{
		font-size: 85%;
	}
	.main .shisei .ilist2_lower ul > li .ilist_in{
		border-radius: 20px 0;
	}
	.main .shisei .ilist2_lower ul > li .ilist_in::before,
	.main .shisei .ilist2_lower ul > li .ilist_in::after{
		width: 42px;
		height: 42px;
	}
}
@media only screen and (max-width: 480px) {
	.main .shisei .ilist2_lower ul > li{
		width: 100%;
		margin-right: 0;
		min-height: 86px;
	}
	.main .shisei .ilist2_lower ul > li .ilist_right{
		padding: 10px 6px 10px 40px;
	}
}
/**** くらしのガイド・お役立ち情報のスタイル ****/
.life_use{
	padding: 124px 0;
	background: url(img/bg_g.png);
	background-size: 14px;
}
.life_use_box{
	background: #fff;
	border: 2px solid #B2CB40;
	border-radius: 20px;
	padding: 49px 40px 73px;
}
.main .life{
	margin-top: 24px;
}
.main .use{
	margin-top: 140px;
}
.main .use ul,
.main .life ul{
	display: flex;
	flex-wrap: wrap;
}
.main .use li,
.main .life li{
	padding: 0;
	margin: 44px 10px 6px 0;
	width: calc(25% - 10px);
	text-align: center;
}
.main .use li a,
.main .life li a{
	display: block;
}
.main .use li:nth-of-type(4n),
.main .life li:nth-of-type(4n){
	margin-right: 0;
}
.main .use li::before,
.main .life li::before{
	display: none;
}
.main .use li p,
.main .life li p{
	margin-top: 20px;
}
.life_use_list{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}
.life_use_list li{
	margin: 0 25px 0 0;
	padding: 0;
	width: calc(33.3% - 17px);
}
.life_use_list li:nth-of-type(3n){
	margin-right: 0;
}
.life_use_list li::before{
	display: none;
}
.life_use_list li a{
	background: #002B69;
	padding: 12px;
	text-align: center;
	border: 2px solid #002C69;
	border-radius: 80px;
	color: #fff;
	display: block;
	font-size: 120%;
}
.life_use_list li a:hover,
.life_use_list li a:focus{
	background: #fff;
	color: #002B69;
	text-decoration: none;
}
@media only screen and (max-width: 1279px){
	.main .life{
		display: none;
	}
	.life_use{
		padding: 68px 0 ;
	}
	.life_use_box{
		padding: 49px 20px 53px;
	}
	.main .use{
		margin-top: 0px;
	}
	.life_use_list{
		margin-top: 60px;
		display: block;
	}
	.life_use_list li{
		margin: 10px 0 0;
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.main .use ul, .main .life ul{
		margin-top: 0px;
	}
	.main .use li:nth-of-type(n), .main .life li:nth-of-type(n){
		width: calc(50% - 7px);
		margin: 26px 14px 0px 0;
	}
	.main .use li:nth-of-type(2n),
	.main .life li:nth-of-type(2n){
		margin-right: 0;
	}
	.main .use li p, .main .life li p{
		margin-top: 12px;
		font-size: 90%;
	}
	.main .use li p span, .main .life li p span{
		display: block;
	}
	.life_img, .use_img{
		width: 90px;
		margin: 0 auto;
	}
	.life_use_list li{
		font-size: 85%;
	}
} 

@media print, screen and (min-width: 1280px) {
	.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;
	}
}
/********************** 領域3個別のスタイル **********************/
.zone03{
	padding: 86px 0 95px;
}
@media only screen and (max-width: 1279px){
	.zone03{
		padding: 46px 0 75px;
	}
}
/**** ピックアップのスタイル ****/
.main .highlights{
	padding-bottom: 87px;
}
.main .highlights .ilist{
	padding-bottom: 30px;
	margin-top: 24px;
}
.main .highlights .ilist_lower ul > li{
	margin-right: 45px;
	width: calc((100% - 90.1px) / 3);
	margin-top: 70px;
	margin-bottom: 14px;
}
.main .highlights .ilist_lower ul > li:nth-of-type(3n){
	margin-right: 0;
}
.main .highlights .ilist_lower ul > li .ilist_in{
	padding: 0;
}
.main .highlights .pic_dec{
	position: absolute;
	top: -20px;
	z-index: 1;
}
.main .highlights .ilist_left{
	overflow: hidden;
	border-radius: 20px;
}
.main .highlights .ilist_left img{
	transition: 0.5s;
	position: relative;
}
.main .highlights .ilist_in:hover .ilist_left img{
	transform: scale(1.1);
	opacity: 1;
}
.main .highlights .ilist_lower .ilist_right{
	margin-top: 24px;
}
.main .highlights .ilist_lower ul > li .ilist_title{
	text-align: left;
}
@media only screen and (max-width: 1279px){
	.main .highlights{
		padding-bottom: 67px;
	}
	.main .highlights .ilist_lower ul > li:nth-of-type(n){
		width: calc((100% - 24.1px) / 2);
		margin-right: 24px;
	}
	.main .highlights .ilist_lower ul > li:nth-of-type(2n){
		margin-right: 0;
	}
	.main .highlights .ilist_lower ul > li a{
		max-width: 303px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.main .highlights .ilist_lower{
		margin-top: 24px;
	}
	.main .highlights .pic_dec{
		width: 50px;
	}
	.main .highlights .ilist{
		padding-bottom: 0px;
	}
	.main .highlights .ilist_lower ul > li:nth-of-type(n){
		margin-top: 30px;
	}
	.main .highlights .ilist_lower .ilist_right{
		margin-top: 14px;
	}
}
/**** 広報・プロモーションのスタイル ****/
.relations_bg{
	background: url(img/relations_bg.jpg) no-repeat;
	background-size: cover;
	padding: 84px 0 95px;
}
.relations_bg .ilist{
	margin-top: 24px;
}
.main .relations .ilist_lower{
	margin-top: 48px;
}
.main .relations .ilist_lower ul > li{
	width: 45%;
	margin-right: 10%;
}
.main .relations .ilist_lower ul > li:nth-of-type(2n){
	margin-right: 0;
}
.main .relations .ilist_lower ul > li .ilist_in{
	padding: 33px 30px 28px;
}
.main .relations .ilist_lower ul > li .ilist_in:hover{
	opacity: 0.8;
}
.main .relations .ilist_left{
	border-radius: 20px;
	overflow: hidden;
}
.main .relations .ilist_lower ul > li .ilist_title{
	text-align: left;
	padding: 12px 0 20px;
	font-size: 110%;
}
.main .relations .ilist_lower ul > li .ilist_text{
	font-size: 100%;
}
@media only screen and (max-width: 1279px){
	.relations_bg{
		padding: 64px 0 75px;
	}
	.main .relations .ilist_lower ul > li:nth-of-type(n){
		width: 49%;
		margin-right: 2%;
	}
	.main .relations .ilist_lower ul > li:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.relations_bg{
		background: url(img/relations_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.relations_bg h2{
		text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0 1px #fff, 0px 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff; 
	}
	.main .relations .ilist_lower ul{
		display: block;
	}
	.main .relations .ilist_lower ul > li:nth-of-type(n){
		width: 100%;
		margin-right: 0;
	}
}

/**** スライドショーのスタイル ****/
.slide_vis{
	margin-top: 22px;
}
.slide_vis .slick_nav{
	justify-content: center;
}
.slide_vis .slick-list{
	overflow: inherit;
	max-width: 1280px;
	margin: 0 auto;
}
.slide_vis .slick-slide{
	padding-left: 8px;
	padding-right: 8px;
}
.slide_vis .slick-slide img{
	border-radius: 20px;
}
@media only screen and (max-width: 1279px){
	.slide_vis .slick-list{
		padding: 0 160px !important;
	}
}
@media only screen and (max-width: 480px) {
	.slide_vis .slick-list{
		padding: 0 40px !important;
	}
}

/**** よく利用されるページのスタイル ****/
.frequently{
	margin-top: 86px;
}
.frequently_lower{
	margin-top: 80px;
}
.frequently ul{
	display: flex;
	flex-wrap: wrap;
}
.frequently li{
	padding: 30px 12px 30px 46px;
	border-bottom: 2px dotted #707070;
	margin: 0;
	width: 46%;
	margin-right: 8%;
}
.frequently li:nth-of-type(1),
.frequently li:nth-of-type(2){
	border-top: 2px dotted #707070;
}
.frequently li:nth-of-type(2n){
	margin-right: 0;
}
.frequently li::before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 10px;
	z-index: 1;
	border-width: 8px 0 8px 14px;
	top: 35px;
	transform: inherit;
}
.frequently li::after{
	content: "";
	background: #B2CB40;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 28px;
}
@media only screen and (max-width: 1279px){
	.frequently_lower{
		margin-top: 40px;
	}
	.frequently ul{
		width: 100%;
		margin-right: 0;
		display: block;
	}
	.frequently li{
		padding: 16px 12px 16px 36px;
		width: 100%;
		margin-right: 0;
	}
	.frequently li:nth-of-type(2){
		border-top: 0;
	}
	.frequently li::after{
		height: 25px;
		width: 25px;
		top: 17px;
	}
	.frequently li::before{
		left: 8px;
		border-width: 6px 0 6px 12px;
		top: 23px;
	}
}
/********************** 領域4個別のスタイル **********************/
.zone04{
	background: #FAFAFB;
}
.zone04 .zone04_in{
	padding: 46px 12px 50px;
}
.zone04 .zone04_in .bana{
	margin-top: 24px;
}
@media only screen and (max-width: 1279px){
	.zone04 .zone04_in{
		padding: 46px 4% 50px;
	}
}
@media only screen and (max-width: 480px){
	.zone04 .zone04_in{
		padding: 46px 10% 50px;
	}
}

/********************** 中ページのスタイル **********************/
body.inbody {
}
body.inbody.faq{
	margin-top: 0;
}
body.inbody .head_in{
	margin: 40px auto 12px;
}
.inbody_head_in{
	display: flex;
}
body.inbody .lang_btn{
	margin: 0 10px 0 0;
}
body.inbody .lang_btn a{
	border: 1px solid #707070;
	padding: 2px 10px 2px 30px;
	min-height: 31px;
}
body.inbody .top_menu{
	width: 100%;
	padding: 0 34px 0 40px;
}
body.inbody .g_navi_in{
	display: flex;
	justify-content: center;
}
body.inbody .g_navi_in > li{
	padding: 10px;
	padding: 12px 20px 8px;
}
body.inbody .g_navi_in > li > a{
	padding-bottom: 8px;
}
body.inbody .g_navi_in > li > a:hover,
body.inbody .g_navi_in > li.active > a{
	padding-bottom: 4px;
	border-bottom: 4px solid #002B69;
}
body.inbody .g_navi_in > li > a:hover::before,
body.inbody .g_navi_in > li.active > a::before{
	display: none;
}
body.inbody .clone-nav .head_in{
	margin: 0 auto;
}
body.inbody .clone-nav .g_navi_in > li{
	padding: 0;
}
body.inbody .clone-nav .g_navi_in > li > a{
	padding-bottom: 0px;
}
body.inbody .clone-nav .g_navi_in > li > a:hover,
body.inbody .clone-nav .g_navi_in > li.active > a{
	border: none;
}
body.inbody .tyumoku .ranking .h2{
	position: absolute;
	z-index: -1;
	color: transparent;
	user-select: none;
	font-size: 0%;
}
@media only screen and (max-width: 1279px){
	body.inbody .head_in{
		margin: 0;
	}
	body.inbody .lang_btn{
		margin: 12px 0 0;
	}
	body.inbody .lang_btn a{
		border: none;
		padding: 32px 0 0;
		min-height: 52px;
	}
}
/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu{
	margin-top: 12px;
}
.footstep{
	margin-bottom: 12px;
}
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
		align-items: flex-start;
	margin: 16px auto;
	padding: 0 4%;
	max-width: 1200px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #F0F3F5;
	border-radius: 2px;
	flex-shrink: 0;
	display: inline-block;
	font-size: 85%;
	padding: 3px;
	text-align: center;
	margin: 4px 12px 4px 0;
	width: 72px;
}
.pankuzu li,
.footstep li{
	margin: 6px 8px 6px 0;
	padding: 0 24px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.pankuzu li::after,
.footstep li::after{
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	right: 7px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.pankuzu li:last-child::after,
.footstep li:last-child::after {
	display: none;
}
	@media only screen and (max-width: 1279px) {
		.pankuzu{
			overflow: hidden;
			background: #fff;
			margin-top: 2px;
			padding-top: 0px;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px auto;
			padding: 0 4%;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1200px;
	padding: 0 4%;
	width: 100%;
}
.main_naka {
	margin: 0 auto 50px;
	max-width: 1200px;
	width: 100%;
	padding: 0 4%;
	overflow: hidden;
}
.main_naka_h1 h1 {
	background: #002B69;
	color: #fff;
	padding: 22px 16px;
	font-size: 180%;
	position: relative;
	border-radius: 3px;
}
.main_naka_h1 h1::before,
.main_naka_h1 h1::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	display: block;
	left: 0;
}
.main_naka_h1 h1::before{
	top: 6px;
}
.main_naka_h1 h1::after{
	bottom: 6px;
}
.main_naka_h1_img{
	margin: 12px auto 24px;
	max-width: 1084px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
}
.main_naka_h1_img .h1_img{
	display: flex;
		align-items: center;
	padding: 10px 0;
	min-height: 180px;
}
.main_naka_h1_img h1{
	font-size: 180%;
	border-left: 8px solid #002b69;
	padding: 0 0 0 16px;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 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;
	width: 100%;
}
.main_naka_h1_img img{
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: -1;
}
	@media only screen and (max-width: 1279px) {
		.main_naka_h1_img{
			width: 100%;
			padding: 0 4%;
		}
		.main_naka_h1_img .h1_img{
			min-height: 100px;
		}
	}
	@media only screen and (max-width: 480px) {
		.main_naka_h1_img .h1_img{
			min-height: 50px;
		}
		.main_naka_h1_img h1{
			font-size: 160%;
		}
	}
	@media only screen and (max-width: 370px) {
		.main_naka_h1_img .h1_img{
			padding: 4.5% 0;
		}
	}
.main_naka h2 {
	font-size: 136%;
	width: 100%;
	padding: 10px;
	margin: 16px 0 0;
	position: relative;
	border-bottom: 3px solid #002b69;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 2px 2px 2px 9px;
	border-bottom: 2px solid #002b69;
	font-size: 120%;
	background: #e3ecf8;
	border-radius: 3px 3px 0 0;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px 14px;
	border-bottom: 2px solid #002b69;
	font-size: 110%;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 17px;
	background-color: #e3ecf8;
}
.main_naka h6 {
	margin: 16px 0 0;
	padding: 4px 8px;
}
.main_naka li {
	position: relative;
	padding-left: 16px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #3B4043;
	border-bottom: 1px solid #3B4043;
	transform: rotate(-45deg);
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
.main_naka li p button{
	vertical-align: middle;
}
.main_naka li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 1279px) {
		.main_naka{
			padding: 0 4%;
			width: 100%;
			background: #fff;
			
			position: relative;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	background: #F0F3F5;
	font-size: 85%;
	margin-top: 24px;
	padding: 6px 16px 16px;
	border-radius: 3px;
}
.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 {
	border: 1px solid #002B69;
	padding: 16px;
	margin-top: 24px;
	border-radius: 3px;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
	padding: 2px 2px 4px;
	border-bottom: 1px solid #002B69;
}
.design .main_naka .main_naka_new h2::after {
	background: #e45e32;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
	border-bottom: 1px dotted #707070;
	padding-bottom: 12px;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 6em;
	font-size: 85%;
}
.design .main_naka .main_naka_new .list{
	padding-left: 82px;
}
	@media only screen and (max-width: 1279px) {
		.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.cat_notice{
}

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

/**** 各課の窓口一覧のスタイル ****/
.design .main_naka .kakuka_wrap{
	border: 4px solid #f0f3f5;
	padding: 0 20px 20px;
	margin-top: 24px;
	overflow: hidden;
	border-radius: 3px;
}
.design .main_naka .kakuka_wrap_tab{
	margin-left: 30px;
}
.kakuka_page_h2{
	display: flex;
	border-bottom: 3px solid #002b69;
	padding: 10px;
	align-items: center;
	margin-top: 12px;
}
.kakuka_page_h2 h2{
	border: none;
	padding: 0;
	margin-top: 0;
}
.kakuka_page_h3{
	display: flex;
	margin: 16px 0 0;
	padding: 2px 10px 2px 10px;
	border-bottom: 2px solid #002b69;
	background: #e3ecf8;
	align-items: center;
	border-radius: 3px 3px 0 0;	
}
.kakuka_page_h3 h3{
	padding: 0;
	border: none;
	margin: 0;
	width: 100%;
}
.kakuka_page_h4{
	display: flex;
	margin: 16px 0 0;
	padding: 2px 10px;
	border-bottom: 2px solid #002b69;
	align-items: center;
}
.kakuka_page_h4 h4{
	padding: 0;
	border: none;
	margin: 0;
	width: 100%;
}
.kakuka_page_h5{
	display: flex;
	align-items: center;
	margin: 16px 0 0;
	padding: 4px 10px;
	background-color: #e3ecf8;
	border-radius: 3px;
}
.kakuka_page_h5 h5{
	width: 100%;
	margin: 0;
	padding: 0;
}
.kakuka_page_h6{
	display: flex;
	align-items: center;
	margin: 16px 0 0;
	padding: 4px 10px;
}
.kakuka_page_h6 h6{
	width: 100%;
	margin: 0;
	padding: 0;
}
.kakuka_page{
	text-align: right;
	font-size: 85%;
	min-width: 400px;
	margin-top: 0;
}
.kakuka_page a{
	position: relative;
	padding-right: 26px;
	display: block;
}
.kakuka_page a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url(img/itiran_arrow_s2.svg) no-repeat 0 0/contain;
	margin-top: -10px;
}
.design .main_naka table {
	background: #fff;
	margin: 16px 0 0;
	width: 100%;
}
.design .main_naka caption {
	position: absolute;
	z-index: -1;
	color: transparent;
}
.design .main_naka .th01 {
	padding: 12px 12px 10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #002b69;
	color: #fff;
	width: 240px;
}
.design .main_naka .th02 {
	padding: 12px 12px 10px;
	border: 1px solid #002b69;
	text-align: left;
	background: #e3ecf8;
	font-size: 85%;
}
.design .main_naka td{
	border: 1px solid #aaa;
}
.design .main_naka .t_tel {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}
.design .main_naka .t_tel a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.design .main_naka .t_fax {
	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 .table03 .t_mail a{
	background: #E3ECF8;
	border-radius: 30px;
	padding: 4px 16px;
	display: inline-block;
}
.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: #F0F3F5;
	padding: 4px 16px 14px;
	margin: 24px 0 8px;
	overflow: hidden;
	border-radius: 3px;
}
.design .main_naka .kakuka_link li {
	float: left;
	margin-right: 16px;
}
.design .main_naka .lnk_top {
	font-size: 85%;
	text-align: right;
}
	@media only screen and (max-width: 1279px) {
		.design .main_naka .kakuka_wrap{
			border: 3px solid #eee;
			padding: 0 12px 12px;
		}
		.design .main_naka .kakuka_wrap_tab{
			margin-left: 0;
		}
		.design .main_naka .kakuka_post .th01{
			width: 140px;
		}
		.design .main_naka .t_tel a[href^="tel:"]{
			cursor: pointer;
			color: #3B4043;
			text-decoration: underline;
		}
		.kakuka_page_h2,
		.kakuka_page_h3,
		.kakuka_page_h4,
		.kakuka_page_h5,
		.kakuka_page_h6{
			display: block;
			margin: 0;
			border: none;
			padding: 0;
			background: transparent;
		}
		.kakuka_page_h2 h2{
			border-bottom: 3px solid #002b69;
			padding: 10px;
			margin: 16px 0 0;
		}
		.kakuka_page_h3 h3{
			margin: 16px 0 0;
			padding: 2px 2px 2px 9px;
			border-bottom: 2px solid #002b69;
		}
		.kakuka_page_h4 h4{
			margin: 16px 0 0;
			padding: 2px 14px;
			border-bottom: 2px solid #002b69;
		}
		.kakuka_page_h5 h5{
			margin: 16px 0 0;
			padding: 4px 17px;
		}
		.kakuka_page_h6 h6{
			margin: 16px 0 0;
			padding: 4px 8px;
		}
		.kakuka_page{
			margin: 8px 8px 0 0;
			min-width: auto;
		}
	}
	@media only screen and (max-width: 480px){
		
	}
/**** 各課のホームページのスタイル ****/
/* メニューセレクト */
.kakuka_head .kakuka_syosai{
	padding-left: 2px;
}
.kakuka_head select{
	font-size: 110%;
	margin-right: 12px;
	min-height: 32px;
}
/* 親子ジャンル */
.design .main_naka .kakuka_box {
	margin-top: 24px;
}
.design .main_naka .kakuka_box h2 {
	margin-top: 0;
}
.design .main_naka .kakuka_box li{
	border-bottom: 1px dotted #707070;
	padding-bottom: 12px;
}
	@media only screen and (max-width: 1279px) {
		.design .main_naka .kakuka_box{
			float: none;
			margin-top: 24px;
			width: 100%;
		}
		.design .main_naka .th01 {
			width: 40%;
		}
	}
/* お問い合わせ */
.design .main_naka .toiawase {
	background: #e3ecf8;
	margin-top: 24px;
	padding: 16px;
	border-radius: 3px;
	overflow: hidden;
}
.design .main_naka .toiawase h2 {
	background: #e3ecf8;
	border: 0;
	padding: 0px 8px 8px;
	margin: 0;
	border-bottom: 1px dotted #002b69;
}
.design .main_naka .toiawase h2::after {
	display: none;
}
.design .main_naka .toiawase a[href^="tel:"]{
 	cursor: default;
 	color: #222;
 	text-decoration: none;
}
.design .main_naka .toiawase p a:not([href^="tel:"]) {
  padding: 8px 16px 7px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #002b69;
  font-size: 75%;
  display: block;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 180px;
  border: 1px solid #002C69;
}
.design .main_naka .toiawase p a:not([href^="tel:"]):hover,
.design .main_naka .toiawase p a:not([href^="tel:"]):focus{
	 background: #fff;
  color: #002B69;
  text-decoration: none;
}
	@media only screen and (max-width: 1279px) {
		.design .main_naka .toiawase a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/**** 分類のスタイル ****/
.design .main_naka_cat{
	overflow: hidden;
	margin-bottom: 24px;
}
.design .main_naka_cat .cate_more{
	text-align: right;
	margin: 16px 0 32px;
	font-size: 110%;
	padding-left: 16px;
}
.design .main_naka_cat .cate_more a{
	position: relative;
	padding-right: 38px;
	display: inline-block;
	text-align: left;
}
.design .main_naka_cat .cate_more a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	width: 30px;
	height: 30px;
	background: url(img/itiran_arrow_s2.svg) no-repeat 0 0/100%;
}
.design .main_naka .category_p01 {
	margin-top: -8px;
	margin-left: 8px;
}
.design .main_naka .page_left {
	margin: 24px 0 0;
	width: 100%;
}
.design .main_naka .page_left .category_end{
	padding-left: 16px;
}
.design .main_naka .page_left_box {
	float: left;
	width: calc(100% - 280px);
	overflow: hidden;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:last-child, .design .main_naka .page_left_box .cate_post02:last-child{
	margin-bottom: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01 h2, .design .main_naka .page_left_box .cate_post02 h2{
	margin: 0;
}
.design .main_naka .page_left_box .cate_post02 ul{
	padding-left: 16px;
}
.design .main_naka .page_left .page_left_float{
	display: flex;
		flex-wrap: wrap;
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
}
.design .main_naka .page_left .page_left_float .cate_post01:nth-child(even){
	margin-right: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2{
	margin: 0;
}
.design .main_naka .page_left .page_left_float .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left .page_left_float .category01{
	padding: 0 0 0 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
	background: #e3ecf8;
	border-radius: 3px;
	padding: 12px;
}
.design .main_naka .page_right h2{
	margin-top: 0;
	font-size: 100%;
	padding: 4px 4px 6px;
	border-bottom: 1px solid #002b69;
}
.design .main_naka .page_right h2:after {
	display: none;
}
.design .main_naka .page_right ul {
	padding: 1px 4px 4px;
	margin-top: 0px;
	border-top: 0;
	border-radius: 0 0 20px 20px;
}
.design .main_naka .page_right ul:first-child {
	margin-top: 0;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 18px;
}
.design .main_naka .category01 li::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 10px;
	transform: inherit;
}
.design .main_naka .category01 li::after{
	content: "";
	background: #BEDC27;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 8px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0 24px;
	overflow: hidden;
	padding-left: 8px;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}
	@media only screen and (max-width: 1279px) {
		.design .main_naka .page_left{
			margin-right: 0;
		}
		.design .main_naka .page_left_box{
			float: none;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float{
			margin-bottom: 0;
		}
		.design .main_naka .page_left .page_left_float .cate_post01{
			margin-right: 0;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px dotted #707070;
	margin-top: 16px;
	padding: 0 0 16px 20px;
	overflow: hidden;
}
.design .main_naka .cate_post02 li::before, .design .main_naka .category_end li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 10px;
	transform: inherit;
}
.design .main_naka .cate_post02 li::after, .design .main_naka .category_end li::after{
	content: "";
	background: #BEDC27;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 8px;
}
.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 .cat_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #002b69;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 24px;
	padding: 0;
}
.design .main_naka .cat_aside h2{
	background: #F0F3F5;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
}
.design .main_naka .cat_aside h2::after{
	content: "";
	position: absolute;
	width: calc(100% - 24px);
	height: 1px;
	display: block;
	left: 12px;
	bottom: 0;
	border-bottom: 1px solid #002B69;
}
.design .main_naka .cat_aside_lower{
	padding: 0 16px 16px;
}
	@media only screen and (max-width: 1279px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
		}
		.design .main_naka .cat_aside h2{
			border-bottom: 0;
		}
		.design .main_naka .cat_aside .ac_box h2::after{
			display: none;
		}
		.design .main_naka .cat_aside .ac_box.active h2::after{
			display: block;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	border: 1px solid #ccc;
}
.design .main_naka .bana h2{
	background: #002b69;
	border-bottom: 0;
	color: #fff;
	padding: 0;
	margin-top: 0;
	width: auto;
	font-size: 100%;
}
.design .main_naka .bana h2::after{
	display: none;
}
.design .main_naka .bana_lower {
	text-align: center;
	border: 0;
}
.design .main_naka .bana .bana_img {
	display: inline-block;
}
.design .main_naka .bana .bana_img img{
	width: 100%;
}
.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.design .main_naka .bana li {
	width: 160px;
	margin-right: 8px;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 催し物・講座のスタイル ****/
.design .main_naka .event_navi_box {
	margin-top: 24px;
	margin-bottom: -12px;
}
.design .main_naka .event_navi{
	padding: 0px 16px;
	border-bottom: 1px dotted #707070;
}
.design .main_naka .event_navi li {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding:0;
}
.design .main_naka .event_navi li::before {
	display: none;
}
.design .main_naka .event_navi li .list_icon{
	display: block;
	text-align: center;
	margin-bottom: -10px;
}
.design .main_naka .event_navi li a{
	background: #E3ECF8;
	border-radius: 100px;
	padding: 4px 12px;
	font-size: 85%;
	display: block;
}
.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: 2px solid #002b69;
	border-left: none;
}
.design .main_naka .month_lst li:first-child {
	border-left: 2px solid #002b69;
	border-radius: 3px 0 0 3px;
}
.design .main_naka .month_lst li:last-child{
	border-radius: 0 3px 3px 0;
}
.design .main_naka .month_lst li::before {
	display: none;
}
.design .main_naka .month_lst .month_select {
	background: #002b69;
	color: #fff;
}
.design .main_naka .month_lst .month_select strong{
	display: block;
	padding: 8px;
	color: #fff;
}
.design .main_naka .month_lst li a {
	display: block;
	padding: 8px;
}
.design .main_naka .event_list li {
	border-bottom: 1px dotted #707070;
	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_list li a{
	position: relative;
	padding-left: 18px;
}
.design .main_naka .event_list li a::before{
	content: "";
	background: #B2CB40;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 2px;
}
.design .main_naka .event_list li a::after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 4px;
	transform: inherit;
}
.design .main_naka .event_repeat {
	margin-top: 0;
}

.design .main_naka .event_period{
	border: 4px solid #F0F3F5;
	background: #fff;
	padding: 0px 16px 16px;
	margin-top: 24px;
	border-radius: 3px;
}
.design .main_naka .event_period .event_post:first-child{
	margin-top: 0;
}
/**** 催し物・講座カレンダー表示のスタイル ****/
.design .main_naka .calendar_month {
	margin-top: 24px;
}
.design .main_naka .event_back_cal{
	background: #fff;
	border: 2px solid #002b69;
	margin-top: 20px;
	padding: 20px;
	border-radius: 3px;
}
.design .main_naka .event_back_cal .calendar_month{
	margin: 0;
}
.design .main_naka .event_back_cal .calendar_month caption {
	position: relative;
	z-index: 0;
	color: #333;
	text-align: left;
}
design .main_naka .event_back_cal.active .calendar_month caption{
	margin-bottom: 20px;
}
.design .main_naka .event_back_cal .calendar_month caption + tbody{
	display: none;
}
.design .main_naka .event_back_cal.active .calendar_month caption{
	margin-bottom: 20px;
}
.design .main_naka .event_back_cal.active .calendar_month caption + tbody{
	display: table-row-group;
}
.ac_display_col{
	position: absolute;
	right: 0;
	top: -4px;
}
.ac_display_col a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 4px 4px 4px 18px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.ac_display_col a::before,
.ac_display_col a::after{
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 17px;
	height: 2px;
	width: 10px;
}
.ac_display_col a::after{
	  transform: rotate(90deg);
}
.active .calendar_month .ac_display_col a::after{
	 transform: rotate(0deg);
}
.design .main_naka .event_back_cal .ac_box_col2{
	display: none;
}
.design .main_naka .event_back_cal.active .ac_box_col2{
	display: block;
	text-align: center;
	margin-top: 20px;
}
.design #main_outline .main_naka .event_back_cal .ac_box_col2 button{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #2b3095;
}
.design .main_naka .calendar_month th {
	padding: 16px;
	border: 1px solid #aaa;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}
.design .main_naka .calendar_month td {
	padding: 16px;
	border: 1px solid #aaa;
}
.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: #ffd8d6;
}
.design .main_naka .calendar_month .cal_sat {
	background-color: #d9e4fc;
}
.design .main_naka .calendar_month .cal_date {
	width: 60px;
}
.design .main_naka .calendar_month .cal_today .cal_date {
	background: #a90000;
}
.design .main_naka .calendar_month .cal_today .cal_date strong{
	color: #fff;
}
.design .main_naka .calendar_month .hdy {
	margin: 0 0.6em 8px 0;
	padding: 3px 4px 1px 5px;
	background: #a90000;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}
.design .main_naka .calendar_month .hdy strong{
	color: #fff;
}
.design .main_naka .calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #002b69;
	color: #fff;
	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: 1279px) {
		.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 dotted #707070;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
.innew .design .main_naka .new_lst a{
	position: relative;
	padding-left: 18px;
}
.innew .design .main_naka .new_lst a::before{
	content: "";
	background: #B2CB40;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 2px;
}
.innew .design .main_naka .new_lst a::after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 4px;
	transform: inherit;
}
/* アイキャッチあり */
.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%;
}
.design .main_naka #calendar_month th {
	padding: 8px;
	border: 1px solid #002b69;
	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 #002b69;
}
.design .main_naka .garbage_body .garbage_cal td .cal_icon {
	margin: 8px 0 0;
	background: #000;
	color: #fff;
	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 0 8px;
	vertical-align: bottom;
	height: auto;
	width: 36px;
	box-sizing: content-box;
}
.design .main_naka #calendar_month td li {
	margin-top: 16px;
	padding-left: 0;
}
.design .main_naka #calendar_month td li::before{
	display: none;
}
.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: #a90000;
	color: #fff;
}
.design .main_naka #calendar_month .hdy {
	margin: 0 0.6em 4px 0;
	padding: 3px 4px 1px 5px;
	background: #a90000;
	color: #fff;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}
.design .main_naka #calendar_month .hdy strong{
	color: #fff;
}
.design .main_naka #calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #002b69;
	color: #fff;
	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: 1279px) {
		.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;
		}
	}
	@media only screen and (max-width: 480px){
		.design .main_naka .garbage_body .garbage_select{
			margin-top: 20px;
		}
		#body .main_naka .garbage_body .garbage_select button{
			display: block !important;
			margin: 12px auto 0;
		}
	}
/* アイコン毎の効果 */
.design .main_naka .garbage_body .garbage_cal td .cal_red,
.design .main_naka .garbage_body .garbage_cal th .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,
.design .main_naka .garbage_body .garbage_cal th .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,
.design .main_naka .garbage_body .garbage_cal th .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,
.design .main_naka .garbage_body .garbage_cal th .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,
.design .main_naka .garbage_body .garbage_cal th .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,
.design .main_naka .garbage_body .garbage_cal th .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,
.design .main_naka .garbage_body .garbage_cal th .cal_ora {
	background: #f7bb2d;
	border: 1px solid #fff;
	color: #333;
	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;
}
.design .main_naka .garbage_body .garbage_cal .today a:LINK {
	text-decoration: underline;
	color: #fff;
}
.design .main_naka .garbage_body .garbage_cal .today a:VISITED {
	text-decoration: underline;
	color: #eee;
}
.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 .garbage_category_hanrei caption{
	background :#002b69;
	padding: 6px 12px 4px;
	color: #fff;
	display: table-caption;
	width: 100%;
	position: relative;
	z-index: auto;
}
.design .main_naka .garbage_body .garbage_cal .garbage_category_hanrei table{
	table-layout: fixed; 
}
.garbage_category_hanrei th{
	border: 1px solid #002b69;
	color: #fff;
	vertical-align: middle;
	padding: 8px;
}
.garbage_category_hanrei td{
	vertical-align: middle;
	padding: 8px;
}

/**** サイトマップのスタイル ****/
.design .main_naka .event_month li {
	display: inline-block;
	margin-right: 4px;
	padding-left: 0;
}
.design .main_naka .event_month li::before {
	display: none;
}
.design .main_naka .event_month img {
	position: relative;
	top: -2px;
}
.sitemap_body .image{
	text-align: left;
}
.sitemap_body .image_lower{
	margin-top: 8px;
}
.sitemap_body > *{
	border: none;
	padding: 0;
	margin-top: 50px;
}
.sitemap_body > *:first-child{
	margin-top: 24px;
}
.sitemap_body h2 a{
	position: relative;
	display: block;
	padding-right: 24px;
}
.sitemap_body h2 a::before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url(img/itiran_arrow_s2.svg) no-repeat 0 0/contain;
	margin-top: -10px;
}
/**** 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 dotted #707070;
	padding: 7px 0;
	overflow: hidden;
}
.online_strage_edit_a div.online_strage_title {
	float: left;
	max-width: 872px;
	padding: 8px 0;
}
.online_strage_edit_a div.online_strage_title a{
	position: relative;
	padding-left: 18px;
}
.online_strage_edit_a div.online_strage_title a::before{
	content: "";
	background: #B2CB40;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 2px;
}
.online_strage_edit_a div.online_strage_title a::after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 4px;
	transform: inherit;
}
.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: #333;
	padding: 4px 10px;
	margin: 6px 6px 6px 0;
	vertical-align: top;
}
/**** エラーページのスタイル ****/
.design .main_naka .error h1 {
	margin: 24px 0;
	font-size: 200%;
}
.design .main_naka .error ul {
	margin-top: 24px;
}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post {
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/**** 組織検索機能 ****/
.csv_search {
	margin-top: 16px;
	background: #f0f3f5;
	padding: 16px;
	border-radius: 3px;
}
.csv_search h2 {
	padding: 4px 12px 8px;
	border-color: #002b69;
	margin: 0 0 16px;
}
.csv_search h2::after{
	display: none;
}
#csv_search_word {
	width: 300px;
}
#csv_search_word{
	margin-right: 16px;
	margin-bottom: 8px;
}
.csv_search_form_label{
	margin-right: 12px;
	margin-bottom: 8px;
}
.csv_search_input_form fieldset{
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 8px;
}
.csv_search_input_form fieldset legend{
	float: left;
	width: auto;
}
.csv_search_input_form fieldset input[type="radio"]{
	margin-top: 1px;
	padding-top: 0;
}
.csv_search_input_form fieldset label{
	margin-right: 12px;
}
.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: #e3ecf8;
	text-align: center;
	vertical-align: middle;
}
	@media only screen and (max-width: 1279px) {
		#csv_search_word{
			width: 100%;
		}
		.csv_search_input_form fieldset legend{
			width: 100%;
			margin-top: 6px;
		}
	}
/**** お問い合わせフォームのスタイル ****/
#body.inform .main_naka a:link {
	text-decoration: underline;
	color: #2b3095;
}
#body.inform .main_naka a:visited {
	text-decoration: underline;
	color: #791e78;
}
#body.inform .main_naka a:hover {
	text-decoration: none;
	color: #860000;
}
#body.inform .main_naka a:hover strong{
	color: #860000;
}
#body.inform .main_naka a:active {
	text-decoration: none;
	color: #860000;
}
#body.inform .main_naka a:link > strong{
	text-decoration: underline;
	color: #2b3095;
}
#body.inform .main_naka a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
#body.inform .main_naka a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
#body.inform .main_naka a:active > strong {
	text-decoration: none;
	color: #9f0000;
}
#body.inform .main_naka li p input,
#body.inform .main_naka li p button,
#body.inform .main_naka li p textarea{
	font-size: 100%;
}
#body.inform .main_naka li p input{
	margin-right: 8px;
}
.inform .design .main_naka form {
	margin-top: 24px;
	padding: 8px 16px 16px;
	background: #f0f3f5;
	border-radius: 3px;
}
.design .main_naka .syosai{
	overflow: hidden;
}
.inform .design .main_naka .syosai_hiduke {
	float: none;
}
.inform .design .main_naka form li {
	border-bottom: 1px dotted #707070;
	margin-top: 16px;
	padding: 0 0 16px;
}
.inform .design .main_naka form li::before {
	display: none;
}
.inform .att {
	color: #a90000;
}
.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 h2{
	background: #f0f3f5;
	color: #222;
	font-size: 120%;
	margin: 16px 0;
}
.inform .design .main_naka form h2:first-of-type{
	margin-top: 8px;
}
.inform .design .main_naka form h2::after{
	width: 100%;
}
.inform .design .main_naka form .radio_p{
	font-size: 85%;
	display: inline-block;
	margin-right: 12px;
}
.inform .design .main_naka form .input_btn{
	text-align: center;
	margin-top: 16px;
}
.inform .design .main_naka form .input_btn button{
	margin: 0 4px;
}
.inform .design .main_naka form .px100{
	max-width: 100px;
	width: 100%;
}
.inform .design .main_naka form .px200{
	max-width: 200px;
	width: 100%;
}
.inform .design .main_naka form .px300{
	max-width: 300px;
	width: 100%;
}
.inform .design .main_naka form .px400{
	max-width: 400px;
	width: 100%;
}
.inform .design .main_naka form .px500{
	max-width: 500px;
	width: 100%;
}
	@media only screen and (max-width: 1279px) {
		#body.inform .design .main_naka form input[type="text"],
		#body.inform .design .main_naka form input[type="password"],
		#body.inform .design .main_naka form textarea{
			width: 100% !important;
		}
		#body.inform .design .main_naka form input[type="text"]#postal_code,
		#body.inform .design .main_naka form input[type="file"]#upfile{
			width: 60% !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: #f8e6e6;
	color: #a90000;
	padding: 12px 16px 16px;
	margin: 10px 0 24px;
	border-radius: 3px;
}
.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 #a90000;
}
.inform .design .main_naka form .form_error ul{
	padding: 0 4px;
}
.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: 13px;
	border-color: #a90000;
}

/**** アンケートのスタイル ****/
.design .main_naka .question_box{
	margin-bottom: 24px;
}
.design .main_naka .question_box li {
	border-bottom: 1px dotted #707070;
	margin-top: 16px;
	padding: 0 0 16px;
}
.design .main_naka .question_box li::before {
	display: none;
}
.design .main_naka .question_box li a{
	position: relative;
	padding-left: 18px;
}
.design .main_naka .question_box li a::before{
	content: "";
	background: #B2CB40;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 2px;
}
.design .main_naka .question_box li a::after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	left: 4px;
	z-index: 1;
	border-width: 4px 0 4px 6px;
	top: 4px;
	transform: inherit;
}
.design .main_naka #qa_tmp {
	border: 1px solid #ccc;
	margin-top: 24px;
	padding: 16px;
	border-radius: 3px;
}
.inform .design .main_naka form select {
	font-size: 100%;
}
/**** 動的版検索結果のスタイル ****/
.design .main_naka .keyword_post li {
	border-bottom: 1px dotted #707070;
	margin-top: 16px;
	padding: 0 0 12px;
}
.design .main_naka .keyword_post li::before {
	display: none;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
	padding-left: calc(4% + 16px);
}
.waku {
	margin: 0 auto 24px;
	overflow: hidden;
}
.waku_top{
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 4%;
	width: 100%;
}
.main_naka .waku_top{
	padding: 0;
}
.main_naka .waku_top > h2{
	margin-top: 0;
}
.main_naka_kiji_box {
	float: left;
	margin-right: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 16px;
	float: right;
	width: 240px;
}
	@media only screen and (max-width: 1279px) {
		.main_naka_kiji_box{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
			margin-top: 24px;
			padding-left: 16px;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_hiduke li{
	display: inline-block;
	margin: 0;
	padding: 0 22px 0 0;
}
.design .main_naka .syosai_hiduke li::before{
	display: none;
}
	@media only screen and (max-width: 1279px) {
		.design .main_naka .syosai_hiduke{
			margin-bottom: 16px;
		}
	}
/* SNSボタン */
.inbody .design .sns_box {
	margin-top: 2px;
	padding-left: 16px;
	vertical-align: middle;
	float: right;
}
.inbody .design .sns_box ul {
	display: inline;
}
.inbody .design .sns_box li::before {
	display: none;
}
.inbody .design .sns_btn {
	padding-left: 11px;
	line-height: 0;
	float: left;
	margin-top: 6px;
}
.inbody .design .sns_btn img {
	vertical-align: middle;
}
.inbody .design p.sns_btn {
	padding: 5px 2px 0px 3px;
	background-color: #fff;
	font-size: 85%;
	line-height: inherit;
	margin-top: 0;
}
	@media only screen and (max-width: 1279px) {
		.inbody .design .sns_box{
			background: #F0F3F5;
			border: 1px solid #ccc;
			padding: 5px;
			margin: 0;
			line-height: 1.5;
			clear: both;
			width: 100%;
		}
		.inbody .design p.sns_btn {
			background: none;
			padding: 0;
			margin: 0;
			float: none;
		}
		.inbody .design .sns_box ul li{
			padding: 0 10px 0 0;
		}
	}
/**** 記事ページ右メニューのスタイル ****/
/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 16px;
}
.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}
.waku .kiji_sub .catch img {
	vertical-align: bottom;
	border-radius: 20px;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 0;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
	border-radius: 3px;
	background: #e3ecf8;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 4px 4px 6px;
	background: transparent;
	width: 100%;
	border-radius: 0px;
	font-size: 120%;
	border-bottom: 1px dotted #002b69;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2::after{
	display: none;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	font-size: 85%;
	display: inline-block;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 8px 5px 7px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	background: #002b69;
	border-radius: 50px;
	border: 1px solid #002C69;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a:hover,
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a:focus{
	background: #fff;
	color: #002B69;
}
	@media only screen and (max-width: 1279px) {
		.waku .kiji_sub .kiji_aside.syosai_sonota p a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fafafb;
	border-radius: 3px;
	padding: 0;
	border: none;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 14px;
	background: #e3ecf8;
	border-radius: 3px 3px 0 0;
	position: relative;
}
.waku .kiji_sub .kiji_aside h2::after{
	content: "";
	position: absolute;
	width: calc(100% - 24px);
	height: 1px;
	background: #002B69;
	display: block;
	left: 12px;
	bottom: 0;
}
.waku .kiji_sub .kiji_aside > ul {
	padding: 0;
	margin: 0;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #3B4043;
	border-bottom: 1px solid #3B4043;
	transform: rotate(-45deg);
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
	margin-top: 24px;
	border: 1px solid #002b69;
}
.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}
.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}
.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 5px 1%;
	border: 1px dotted #bbb;
}
.design .main_naka .kiji_aside.syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 button{
	margin: 0 4px;
}
@media only screen and (max-width: 1279px) {
	.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: #f0f3f5;
	border: none;
	padding: 16px 16px 5px;
	margin: 0;
	border-radius: 3px;
}
.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 dotted #707070;
	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;
	margin-top: 24px;
}
.design .main_naka .route_box h2{
	background: #fff;
	border-bottom: 1px solid #707070;
	font-size: 100%;
	padding: 2px;
	margin: 0 0 12px;
}
.design .main_naka .route_box h2::after{
	display: none;
}
.design .route {
	margin-top: 8px;
}
.design .route li {
	font-size: 85%;
	margin: 0 6px 0 0;
	padding: 0 28px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}
.design .route li::before {
	display: none;
}
.design .route li::after {
	display: block;
	content: "";
	position: absolute;
	top: .5em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #999;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 0;
	margin-top: 24px;
}
.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower{
	padding: 0 16px 16px;
}
.inkiji .main_naka .kiji_aside_lower a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	background: #F0F3F5;
	padding: 14px 20px 10px;
	margin-top: 0;
	font-size: 100%;
	border-bottom: none;
}
.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::after{
	content: "";
	position: absolute;
	width: calc(100% - 24px);
	height: 1px;
	display: block;
	left: 12px;
	bottom: 0;
	border-bottom: 1px solid #002B69;
}
.inkiji .main_naka .kiji_aside h3,
.infaq .main_naka .kiji_aside h3{
	background: none;
	border: 0;
	border-left: 4px solid #002b69;
	padding: 0 0 0 12px;
	margin-left: 16px;
	margin-right: 16px;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
	@media only screen and (max-width: 1279px) {
		.inkiji .main_naka .kiji_aside.kanrenlink h2,
		.infaq .main_naka .kiji_aside.kanrenlink h2,
		.inkiji .main_naka .kiji_aside.rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 70px;
			font-size: 100%;
		}
		.inkiji .main_naka .kiji_aside h2{
			border-bottom: none;
		}
		.inkiji .main_naka .kiji_aside .ac_box h2::after,
		.infaq .main_naka .kiji_aside .ac_box h2::after{
			display: none;
		}
		.inkiji .main_naka .kiji_aside .ac_box.active h2::after,
		.infaq .main_naka .kiji_aside .ac_box.active h2::after{
			display: block;
		}
		.inkiji .main_naka .kiji_aside_lower a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink,
.infaq .main_naka .kiji_aside.kanrenlink{
	border: 1px solid #002b69;
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide{
	border: 1px solid #002b69;
}
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon h2{
	background: #e3ecf8;
	color: #222;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka{
	border:none;
	background: #fafafb;
}
.inkiji .main_naka .kiji_aside.kakuka h2{
	background: #e3ecf8;
	color: #222;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren{
	background: #fafafb;
}
.inkiji .main_naka .kiji_aside.kanren h2{
	background: #e3ecf8;
	color: #222;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2{
	background: #fafafb;
}
.inkiji .main_naka .kiji_aside.kanren2 h2{
	background: #e3ecf8;
	color: #222;
}
/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota{
	background: #e3ecf8;
	padding: 12px;
}
.main_naka .kiji_aside.syosai_sonota h2{
	background: #e3ecf8;
	color: #222;
	border-bottom: 1px dotted #002b69;
	padding: 6px 10px 8px;
}
.main_naka .kiji_aside.syosai_sonota h2:after{
	display: none;
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	font-size: 85%;
}
.main_naka .kiji_aside.syosai_sonota .kiji_aside_lower{
	padding: 0 8px 8px;
}
.main_naka .kiji_aside.syosai_sonota p a:not([href^="tel:"]){
	padding: 8px 16px 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #002b69;
	font-size: 75%;
	display: block;
	border-radius: 50px;
	margin: 0 auto;
	max-width: 180px;
	border: 1px solid #002C69;
}
.main_naka .kiji_aside.syosai_sonota p a:not([href^="tel:"]):hover,
.main_naka .kiji_aside.syosai_sonota p a:not([href^="tel:"]):focus{
	background: #fff;
	color: #002B69;
}
	@media only screen and (max-width: 1279px) {
		.main_naka .kiji_aside.syosai_sonota .kiji_aside_lower span{
			display: block;
		}
	}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 6px;
}

/**** 避難所一覧機能のスタイル ****/
.shelter .emergency,
.shelter .important{
	margin-top: 0;
	margin-bottom: 24px;
}
.emergency_shelter{
	border: 2px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
}
.emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #a90000;
}
.shelter .open_status .open{
	display: inline-block;
	margin-top: 12px;
	padding: 8px 12px;
	border-radius: 3px;
}
.shelter .open_status .open p{
	margin-top: 0;
}
.shelter .open{
	padding: 11px 26px 22px;
	margin-top: 24px;
	background-color: #ffdfdf;
	border-radius: 3px;
}
.shelter .main_naka h3,
.shelter .mol_contents h2,
.shelter .mol_contents h3{
	margin: 32px 0 0;
}
.shelter .main_naka h4,
.shelter .main_naka h5,
.shelter .main_naka h6{
	margin: 16px 0 0;
}
.shelter .open h2{
	background: #a90000;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 3px;
}
.shelter .open h2::after{
	display: none;
}
.shelter .mol_tableblock table a{
	position: relative;
	display: block;
}
.shelter .mol_tableblock table a:link {
	text-decoration: underline;
	color: #2b3095;
}
.shelter .mol_tableblock table a:visited {
	text-decoration: underline;
	color: #791e78;
}
.shelter .mol_tableblock table a:hover {
	text-decoration: none;
	color: #860000;
}
.shelter .design .main_naka .kakuka_link{
	margin-top: 0;
}
.shelter_search_wrap{
	margin-top: 16px;
	background: #f0f3f5;
	padding: 4px 16px 16px;
	border-radius: 3px;
}
.shelter_search_wrap #txtName,
.shelter_search_wrap #txtAddress{
	width: 100%;
	max-width: 344px;
}
.shelter_search_wrap select{
	font-size: 100%;
}
.shelter_search_button{
	text-align: center;
}
.shelter .design .main_naka .open table{
	margin: 0;
}
.shelter .design .main_naka table{
	margin-bottom: 12px;
}
.shelter .ac_display{
	top: 72%;;
}
.shelter .ac_display a{
	padding: 2px 4px 2px 18px;
}
.shelter .ac_display::before, .shelter .ac_display::after{
	top: 11px;
}
.shelter caption{
	display: none;
}
.shelter th{
	text-align: center;
	vertical-align: middle;
}
.shelter td{
	vertical-align: middle;
}
.saigai ul{
	overflow: hidden;
}
.saigai li{
	float: left;
	padding-left: 24px;
}
.saigai li::before{
	display: none;
}
.resistance,
.toilet{
	display: flex;
	margin-bottom: 4px;
}
.saigai img,
.resistance img,
.toilet img{
	width: 30px;
	height: 30px;
}
.saigai img{
	margin-right: 8px;
}
.resistance_text,
.toilet_text{
	display: flex;
	align-items: center;
	margin-left: 4px;
	font-size: 80%;
}
#shelter_search,
#reset{
	margin: 16px 4px 0;
}
.shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 16px;
}
.shelter_more li{
	padding: 0;
}
.shelter_more li::before{
	display: none;
}
.shelter_more a{
	background: #fff;
	border: 2px solid #002b69;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 30px;
}
.shelter_more a:hover,
.shelter_more a:focus{
	background: #e3ecf8;
}
.print{
	margin: 10px 0 0;
	text-align: right;
}
.t_left .toilet{
	display: inline;
}
@media only screen and (max-width: 1279px) {
	.resistance,
	.toilet{
		display: inline;
	}
	.resistance img,
	.toilet img{
		height: auto;
	}	
	.shelter .main_naka .ac_box h4, .shelter .main_naka .ac_box h5, .shelter .main_naka .ac_box h6{
		padding: 4px 64px 4px 8px;
	}
}

/**** ごみ分別検索 ****/
form#frm_main.search_form{
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.frm_wrap{
	width: calc((100% - 16px) / 2);
	padding: 21px 18px 14px;
	border: 1px solid #002b69;
	border-radius: 3px;
}
.frm_wrap legend{
	font-size: 113%;
    padding: 10px 14px;
    margin-bottom: 12px;
	background: #e3ecf8;
	border-radius: 3px;
}
.frm_wrap p.note{
	margin: 0 4px 10px;
}
.event_search_box_wrap{
	display: flex;
	align-items: center;
	padding: 8px 4px 10px;
}
.event_search_box_wrap label{
	flex-shrink: 0;
	margin-right: 10px;
}
.event_search_box_wrap select{
	width: 100%;
	font-size: 100%;
}
.event_search_box_wrap input{
	width: 100%;
}
.frm_wrap.sec_and_kw fieldset .event_search_button{
	text-align: center;
	margin-top: 8px;
}
.event_search_box_wrap2 > p{
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2px;
}
#main_outline .j_alphabet button{
	background: #fff;
	border-radius: 4px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 8px 16px;
	margin: 0 4px 8px 4px;
}
#main_outline .j_alphabet button.selected,
#main_outline .j_alphabet button:hover{
	background: #bedc27;
}
#main_outline .j_alphabet .garbage_tab{
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 18px;
}
#main_outline p.garbage_src a:link {
	text-decoration: underline;
	color: #2b3095;
}
#main_outline p.garbage_src a:visited {
	text-decoration: underline;
	color: #791e78;
}
#main_outline p.garbage_src a:hover {
	text-decoration: none;
	color: #860000;
}
#main_outline .garbage_src .mol_tableblock{
	margin-left: 0;
	overflow: inherit;
}
@media screen and (max-width: 1279px){
	.frm_wrap{
		width: 100%;
		padding: 16px 12px;
	}
	.frm_wrap.sec_and_kw{
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 425px){
	.event_search_box_wrap{
		flex-wrap: wrap;
		padding: 2px 4px 4px;
	}
	.event_search_box_wrap label{
		padding: 4px 0;
	}
	#main_outline .j_alphabet button{
		padding: 8px;
	}
	#main_outline .j_alphabet .btn_garbage_tab{
		width: 30%;
	}
	#main_outline .j_alphabet .btn_garbage_val{
		width: calc((100% - 40px) / 5);
	}
}
/*********************/
.mol_movieblock {
  position:relative;
  width: 100%;
  max-width: 560px;
}

.mol_movieblock::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.mol_movieblock iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*********************/
