@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,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
body {
	font-family: "UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #B50000;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #860000;
}
a:hover strong {
	color: #860000;
}
a:active {
	text-decoration: none;
	color: #860000;
}
a:link > strong {
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	text-decoration: none;
	color: #9f0000;
}
a:active > strong {
	text-decoration: none;
	color: #9f0000;
}

/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active, .skip a:focus {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}

/**** フォーム ****/
#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新ゴ R","UD Shin Go Regular",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: #000;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
	border-color: #000;
}
#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 .print input[type="button"]:hover{
	background: #333;
	border-color: #333;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em,b{
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}

/**** その他 ****/
.anchor, .notit,
.main .anchor, .main .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
	padding: 0;
}

.line_break {
    display: block;
    margin: 0 !important;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #f5f5f5;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #d0d0d0;
	vertical-align: text-bottom;
	word-wrap: break-word;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}

/**** ヘッダー ****/
.main_header {
    background: #fff;
    width: 100%;
}
/**** ヘッダー上段リンク ****/
.h_top_wrap {
	background: #fdfbe8;
	border-bottom: 1px solid #666666;
	font-size: 85%;
}
.h_top {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 12px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.h_top .slide_icon{
	display: none;
	margin-top: 0;
}
.h_top .h_toplist02_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h_top .h_toplist01,
.h_top .h_toplist02 {
	display: flex;
    align-items: center;
    margin: 4px 0;
    flex-wrap: wrap;
}
.h_toplist02_in {
	display: flex;
	align-items: center;
	margin: 4px 0;
}
.h_top .h_toplist01 > li {
	padding:0;
	margin-top: 0;
}
.h_top .h_toplist02 > li {
	padding: 0 20px 0;
	margin-top: 0;
	border-right: 1px solid #707070;
}
.h_top .h_toplist01 > li:first-child {
	padding-left: 0;
}
.h_top .h_toplist02 > li:first-child {
	padding-left: 0;
}
.h_top .h_toplist02 > li a {
	display: block;
}

/* 色の反転 */
.bg_color {
	display: flex;
	align-items: center;
	margin: 0px 16px 0 20px;
	color: #0F6736;
}
.bg_tit {
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list {
	display: flex;
	align-items: center;
}
.bg_list li {
	padding: 0;
	margin: 0 0 0 4px;
	display: flex;
}
.bg_list li a {
	display: flex;
	border: 1px solid #666;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
	height: 100%;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 34px;
	outline-offset: 1px;
}
.bg_list li a:focus-visible{
	outline-color: #0465C7;
}
.bg_list li:last-child a {
	background: #000;
	border: 1px solid #000;
}
.bg_list li:last-child a > strong {
	color: #fff;
}

/* フォントサイズ */
.font_size, .font_tit, .font, .font_list, .font_list li {
/*	display: flex;
	align-items: center;*/
	float: left;
}
.font_size {
	margin-left: 20px;
}
.font_tit {
	margin: 6px 6px 0 0;
	color: #0F6736;
}
.font_list {
	display: flex;
}
.font_list li {
	margin: 0 0 0 4px;
}
.font_list li a {
	display: flex;
	border: 1px solid #666;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
	height: 100%;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 34px;
}
.font_list li:nth-child(2) a {
	font-size: 150%;
}
.font_list li a strong,
.bg_list li a strong {
	font-weight: normal;
}

/* コールセンター */
.call {
	position: relative;
	min-width: 200px;
}
.call_button > a {
	background: #0d72be;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 16px 14px;
}
.call_button > a::after {
	content: '';
	display: inline-block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	margin-left: 16px;
	margin-bottom: 3px;
}
.call_button.active > a::after {
	transform: rotate(-135deg);
	margin-bottom: 0px;
}
.call_lower {
	display: none;
	position: absolute;
	z-index: 100;
	top: 75%;
	background: #0d72be;
	padding: 0 6px 15px;
	width: 100%;
}
.call_lower p {
	margin-top: 0;
	text-align: center;
	font-size: 110%;
	color: #fff;
}
.call_lower p:nth-of-type(1) {
	font-size: 179%;
}
.call_lower p:nth-of-type(3) {
	font-size: 90%;
	margin-top: 4px;
}
.call_lower p strong {
	color: #fff;
}
.call_lower p strong a[href^="tel:"] {
    color: #fff;
    text-decoration: none;
}
.call_lower .call_more a {
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	display: block;
	padding: 2px 12px;
	margin: 16px 6px 0;
	text-align: left;
	font-size: 90%;
}
.call_lower .call_more a span {
	display: block;
}

/* 下層ページヘッダー検索 */
.head_serch {
	position: relative;
	margin-left: 8px;
}
.head_serch_button a{
	display: block;
	font-size: 75%;
	color: #0F7E40;
	text-align: center;
	text-decoration: none;
}
.head_serch_button img{
	width: 24px;
	display: block;
}
.head_serch .search_tab{
	display: none;
	position: absolute;
	width: 480px;
	background: #fff;
	padding: 20px;
	border: 1px solid #333333;
	z-index: 100;
	margin-top: 14px;
	right: -30px;
	margin-right: 0;
}
.head_serch .search_tab::before{
	content: '';
	position: absolute;
	top: -12px;
	right: 30px;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	border: 1px solid #333;
	background: #fff;
	z-index: 101;
	border-right: 0;
	border-bottom: 0;
	transition: 0.2s;
}
.head_serch .search_tab .tab_index{
	position: relative;
	z-index: 102;
	max-width: 65%;
	width: auto;
}
.head_serch .search_tab .use{
	margin: -20px 0 0 auto;
	max-width: 35%;
}
.head_serch .src_box .q{
	min-height: 40px !important;
}
.head_serch .search_tab .tab_panel #search_button,
.head_serch .search_tab .tab_panel #search_button2{
	min-height: 40px !important;
	background: #0465C7 url("img/sui_search.png") no-repeat 30px 12px/16px;
}
	@media only screen and (max-width: 1024px){
		.head_serch{
			margin-right: 16px;
			position: static;
		}
		.head_serch_button a{
			font-size: 85%;
		}
		.head_serch_button img{
			margin-bottom: 2px;
			margin-top: 4px;
		}
		.h_top .head_serch .src_box{
			display: block;
			width: 100%;
			font-size: 100%;
			padding-top: 0;
		}
		.head_serch .search_tab .use{
			position: relative;
			bottom: 0;
			max-width: 35%;
		}
		.head_serch .search_tab{
			width: calc(100vw - 20px);
			max-width: 1200px;
			right: -66px;
			margin-right: 12px;
		}
		.head_serch .search_tab::before{
			right: 159px;
		}
		.head_serch .search_tab .tab_panel .q{
			min-height: 40px !important;
		}
		.head_serch .search_tab .tab_panel #search_button_sp,
		.head_serch .search_tab .tab_panel #search_button3{
			min-height: 40px !important;
			background: #0465C7 url("img/sui_search.png") no-repeat 14px 12px/16px;
		}
}

/**** ヘッダーメイン ****/
.head {
	margin-bottom: -4px;
}
.head_in {
	margin: 4px auto 0;
}
.h_main {
	display: flex;
	align-items: center;
	padding: 21px 0;
}
.h_main .h1 {
	margin: 0;
	width: 163px;
}
.h_main .h1 a:hover img {
	opacity: 0.6;
}
.h_main .h1 span {
	display: block;
	text-align: center;
	font-size: 85%;
	padding-left: 24px;
}
.sp_shien {
	display: none;
	font-size: 88%;
	justify-content: flex-end;
	width: calc(100% - 150px);
	padding-right: 48px;
}
.sp_shien .sp_shien_in > li {
	margin-top: 4px;
	position: relative;
}
.sp_shien .sp_shien_in > li:nth-child(1) {
	margin-top: 0;
}
.sp_shien .sp_shien_in > li > a::after {
	content: '';
	display: inline-block;
	transform: rotate(-45deg);
	border-right: 1px solid #2b3095;
	border-bottom: 1px solid #2b3095;
	width: 6px;
	height: 6px;
	margin-left: 6px;
}
.sp_shien .sp_shien_in > li > .sp_hojo a::after {
	content: '';
	display: inline-block;
	border-right: 1px solid #2b3095;
	border-bottom: 1px solid #2b3095;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	transform: rotate(45deg);
}
.sp_shien .sp_shien_in > li .sp_hojo.active a::after {
	transform: rotate(-45deg);
}
.sp_hojo {
	position: relative;
	text-shadow: 1px 1px 0 #fdfbe8, 1px 0px 0 #fdfbe8, 1px -1px 0 #fdfbe8, 0 1px 0 #fdfbe8, 0 -1px 0 #fdfbe8, -1px -1px #fdfbe8, -1px 0 #fdfbe8, -1px 1px #fdfbe8;
}
.hojo_lower {
	position: absolute;
	top: calc(100% + 22px);
	background: #fff;
	border: 1px solid #333333;
	min-width: 355px;
	z-index: 1;
	right: 0;
	padding: 16px 20px 20px;
}
.hojo_lower::before {
	content: '';
	position: absolute;
	top: -12px;
	right: 54px;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	border: 1px solid #333;
	background: #fff;
	z-index: 0;
	border-right: 0;
	border-bottom: 0;
}
.hojo_lower > ul > li {
	font-size: 135%;
	margin-top: 8px;
	display: inline-block;
	width: 100%;
}
.hojo_lower > ul > li:first-child {
	margin-top: 0;
}
.hojo_lower li a::before {
	display: none;
}
.hojo_lower li div {
	margin: 0;
}
.hojo_lower li .font_size,
.hojo_lower li .bg_colo r{
	margin: 4px 0 0;
}
.hojo_lower .font_tit,
.hojo_lower .bg_tit {
	min-width: 100px;
}
.hojo_lower .font_list,
.hojo_lower .bg_list {
	font-size: 80%;
}
.hojo_lower li p {
	color: #333;
}
.inbody .head_in{
	border-bottom: 1px solid #ccc;
}

/**** グローバルナビ ****/
.g_navi {
	width: 100%;
}
.g_navi_in {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 30px;
	display: flex;
	flex-flow: row wrap;
}
.g_navi_in > li {
	margin: 0;
	display: flex;
	padding: 0 25px;
}
.g_navi_in > li > a {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 16px;
	width: 100%;
	transition: all 0.3s;
	font-size: 95%;
}
.g_navi_in > li > a::after {
	content: '';
	position: absolute;
	display: block;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	left: calc(50% - 4px);
	bottom: 6px;
}
.g_navi_in > li > a:hover::after,.g_navi_in > li.active > a::after {
	border-color: #fff;
}
.g_navi_in > li a span {
	display: block;
	margin-bottom: 11px;
}
.g_navi_in_sub {
  height: 0;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
}
.g_navi_in li.addactive .g_navi_in_sub {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 22px;
}
.g_navi_in_sub div {
  position: absolute;
  background-color: #d2d2d2;
  padding: 0px 10px 30px 10px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.g_navi_in li:nth-child(5n).addactive .g_navi_in_sub::before {
  left: 75%;
}
.g_navi_in_sub ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.g_navi_in_sub li {
  margin-right: 30px;
  margin-top: 30px;
 width: calc((100% / 4) - 23px);
}
.g_navi_in_sub li:nth-of-type(4n) {
	margin-right: 0px;
}
.g_navi_in_sub a {
    position: relative;
    padding: 4px 26px 4px 20px;
    background: #fff;
    border-radius: 8px;
    min-height: 80px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 120%;
}
.g_navi_in_sub a::before {
    display: block;
    content: '';
    position: absolute;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    top: calc(50% - 4px);
}
.g_navi_in_sub a:hover {
	background: #fdfbe8;	
}
.inbody .g_navi_in > li{
	padding: 0 12px;
}

/**** スマホメニューに関するスタイル ****/
#menu_button {
    top: 8px;
    position: fixed;
    right: 10px;
    display: inline-block;
    display: none !important;
}
#menu_button a {
    position: relative;
    font-size: 70%;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 34px;
    min-height: 54px;
    width: 46px;
    z-index: 2;
	text-shadow: 1px 1px 0 #fdfbe8, 1px 0px 0 #fdfbe8, 1px -1px 0 #fdfbe8, 0 1px 0 #fdfbe8, 0 -1px 0 #fdfbe8, -1px -1px #fdfbe8, -1px 0 #fdfbe8, -1px 1px #fdfbe8;
}
#menu_button a .icon_ham {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -13px;
    display: inline-block;
    background: #000;
    height: 2px;
    width: 25px;
}
#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12px;
    background: #000;
    height: 2px;
    width: 25px;
}
#menu_button a .icon_ham:before {
top: 9px;
}
#menu_button a .icon_ham:after {
    top: 17px;
}
#sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 100%;
    box-sizing: border-box;
    color: #333;
}
#sidr .sidr-inner {
    padding: 0 0 15px;
}
.sidr.right {
    left: auto;
    right: -480px;
}
#sidr .close {
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
}
#sidr .close a {
	background: #000;
	display: inline-block;
	color: #fff;
	padding: 22px 10px 22px 64px;
	position: relative;
	width: 100%;
	font-size: 90%;
}
#sidr .close a:before,
#sidr .close a:after {
	content: '';
	background: #fff;
	height: 2px;
	width: 34px;
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: 0;
	transform: rotate(-45deg);
}
#sidr .close a:after {
	transform: rotate(45deg);
}
#sidr .m_nav{
    padding: 1px 20px 20px;
    background: #BEEDFA;
}
#sidr .m_nav_h{
	position: relative;
}
#sidr .m_nav_h::before{
	position: absolute;
	top: 0.7em;
	right: 12px;
	width: 26px;
	height: 26px;
	content: url(../images/icon_plus.png);
	border: none !important;
}
#sidr .m_nav_h.active::before{
	content: url("../images/icon_minus.png");
}
#sidr .m_nav_in{
	display: none;
	padding: 1px 16px 20px;
}
#sidr .src_box {
	padding: 10px;
}
#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: 2px solid #f77405;
	border-right: 2px solid #f77405;
	transform: rotate(45deg);
}
#sidr > ul > li:last-child {
	border-bottom: none;
}
#sidr .m_btn{
	width: 100%;
	background: #fff;
	border: 1px solid #0465C7;
	border-radius: 12px;
}
#sidr ul li a {
	display: inline-block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	width: 100%;
}
#sidr .m_nav_in a{
	border: 1px solid #888;
	border-radius: 8px;
	padding: 10px 8px 8px 24px;
	position: relative;
}
#sidr .m_nav_in a:hover{
	background: #D6F7FF;
}
#sidr .m_nav_in h2 a{
	background: #0465C7;
	border-color: #0465C7;
	color: #fff;
	padding: 12px 12px 12px 24px;
}
#sidr .m_nav_in h2 a:hover{
	background: #0D72D9;
}
#sidr .m_nav_in h2 a::before,
#sidr .m_nav_in li a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: 9px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #05BDEB;
	border-bottom: 2px solid #05BDEB;
	transform: rotate(-45deg);
}
#sidr .m_nav_in h2 a::before{
	border-color: #fff;
}
.d-close{
	width: 100%;
	background: #fff;
	border: 1px solid #0465C7;
	border-radius: 12px;
}
.side_sitenavi {
	background: #fff;
    padding-bottom: 30px;
}
#sidr ul.sidr_navi {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px 20px;
	background: #000;
}
#sidr ul.sidr_navi li {
	width: calc(50% - 6px);
	margin-right: 11px;
	margin-bottom: 11px;
}
#sidr ul.sidr_navi li:nth-of-type(2n) {
	margin-right: 0;
}
#sidr ul.sidr_navi li::before {
	display: none;
}
#sidr ul.sidr_navi a {
	height: 100%;
	padding: 12px;
	text-align: center;
	padding-bottom: 16px;
	position: relative;
}
#sidr ul.sidr_navi .ac_box a::after {
    content: '';
    position: absolute;
    display: block;
    border-right: 2px solid #3341DE;
    border-bottom: 2px solid #3341DE;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    left: calc(50% - 4px);
    bottom: 6px;
}
#sidr ul.sidr_navi a img {
	height: 30px;
	margin: 0 auto 10px;
	width: 73px;
	display: block;
}
#sidr ul.sidr_navi a strong {
	font-size: 95%;
}
#sidr .sidr_sns {
	padding: 18px 20px 10px;
	margin-top: 0;
}
#sidr ul.sidr_navi_sub {
	padding: 0 20px 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#sidr ul.sidr_navi_sub li {
	border-bottom: 0;
	font-size: 85%;
	width: calc(50% - 6px);
	margin-right: 11px;
	margin-bottom: 11px;
	margin-top: 0;
}
#sidr ul.sidr_navi_sub li:nth-of-type(2n) {
	margin-right: 0;
}
#sidr ul.sidr_navi_sub li::before {
	display: none;
}
#sidr ul.sidr_navi_sub li a {
	letter-spacing: -0.01em;
	border: 2px solid #d2d2d2;
	border-radius: 10px;
	text-align: center;
	height: 100%;
	padding: 8px 8px 4px;
	min-height: 118px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
#sidr ul.sidr_navi_sub li:nth-of-type(1) a {
	border-color: #1ec755;
}
#sidr ul.sidr_navi_sub li:nth-of-type(2) a {
	border-color: #4596f7;
}
#sidr ul.sidr_navi_sub li:nth-of-type(3) a {
	border-color: #9326e3;
}
#sidr ul.sidr_navi_sub li:nth-of-type(4) a {
	border-color: #db2543;
}
#sidr ul.sidr_navi_sub li:nth-of-type(5) a {
	border-color: #1877f2;
}
#sidr ul.sidr_navi_sub li:nth-of-type(6) a {
	flex-wrap: inherit;
	border-color: #26a8de;
}
#sidr ul.sidr_navi_sub li a span {
	width: 100%;
	display: block;
    word-break: break-all;
}
#sidr ul.sidr_navi_sub li:nth-of-type(6) a > span {
	width: auto;
}
#sidr ul.sidr_navi_sub li:nth-of-type(6) a p {
	margin-top: 0;
	margin-left: 10px;
}
#sidr .sidr_navi {
	z-index: 1;
	overflow: initial;
}
#sidr .sidr_navi li {
	position: relative;
}
#sidr .sidr_navi .spmenu_box_lower::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 13px;
    top: 93px;
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    z-index: 1;
    left: 0;
}
#sidr .sidr_navi li:nth-of-type(2n) .spmenu_box_lower::after {
	right: 0;
}
#sidr .sidr_navi .sidr_ac_sub {
	display: none;
	width: 424px;
	margin-top: 11px;
	background: #fff;
	padding: 20px;
	border: 1px solid #d2d2d2;
}
#sidr .sidr_navi li:nth-of-type(2n) .sidr_ac_sub {
	margin-left: -218px;
}
#sidr .sidr_navi .sidr_ac_sub li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	border-top: 1px solid #d2d2d2;
}
#sidr .sidr_navi .sidr_ac_sub li:last-child {
	border-bottom: 1px solid #d2d2d2;
}
#sidr .sidr_navi .sidr_ac_sub li a {
	background: transparent;
	text-align: left;
	padding: 10px 27px 10px 0;
	text-decoration: underline;
	border: none;
	font-size: 112%;
}
.side_sitenavi .call {
	margin: 0 20px 20px;
	background: #0d72be;
	border: 2px solid #0C98EF;
	display: flex;
	padding: 12px 20px;
	color: #fff;
	border-radius: 8px;
	align-items: center;
	position: relative;
}
.side_sitenavi .call::before {
	content: '';
	position: absolute;
	display: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	right: 16px;
	bottom: calc(50% - 4px);
}
.side_sitenavi .call .call_wrap {
	margin-left: 20px;
}
.side_sitenavi .call .call_button {
	margin-top: 0;
	font-size: 85%;
}
.side_sitenavi .call .call_lower {
	display: block;
	position: relative;
	font-size: 85%;
	top: 0;
	padding: 0;
}
.side_sitenavi .call_lower p {
	text-align: left;
	font-size: 90%;
}
.side_sitenavi .call_lower p:nth-of-type(1) {
	font-size: 180%;
}
.side_sitenavi .call_lower p:nth-of-type(3) {
	font-size: 85%;
}
.side_sitenavi .call .call_lower strong a {
	color: #fff;
	margin-bottom: 8px;
	display: block;
    text-decoration: underline;
}
	@media print, screen and (min-width: 1025px) {
		#sidr {
			display: none !important;
		}
	}

/*************************************
 top head
*************************************/
.top_head .h_top_wrap {
    background: #fff;
}
.top_head .call_button > a {
    background:  #000;
}
.top_head .font_tit,
.top_head .bg_color {
    color: #000;
}
.top_head .font_list li a,
.top_head .bg_list li a {
    border: none;
    text-decoration: underline;
}
.top_head .bg_list li:last-child a {
    background: none;
}
.top_head .bg_list li:last-child a > strong {
    font-weight: normal;
}
.top_head .font_list li:nth-child(2) a {
    font-size: 100%;   
}
.top_head .font_list li:nth-child(2) a strong {
    font-weight: normal;
}
.top_head .call_lower {
    background: #000;
}
.top_head .bg_list li:last-child a > strong {
    color: #2b3095;
}
.top_head .bg_list li:last-child a:hover > strong {
    color: #860000;
}
.top_head .h_top .h_toplist01 > li:last-child .bg_tit {
    padding-left: 30px;
    border-left: 1px solid #707070;
}

/*************************************************
suido head
*************************************************/
.suido_head .nav_logo a{
    position: relative;
    display: inline-block;
    padding: 10px 28px 10px 14px;
    background-color: #0F7E40;
    color: #fff !important;
    font-size: 88%;
    font-weight: normal;
    box-sizing: border-box;
    min-width: 120px;
    text-decoration: none;
}
.suido_head .nav_logo a::before{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.suido_head .h_main_in{
	max-width: 1224px;
	width: 100%;
	margin: 4px auto 0;
	padding: 0 12px;
}
.suido_head .h_main{
	padding: 4px 0 10px;
	border-bottom: 1px solid #ccc;
}
.suido_head .slide_icon{
	max-width: 613px;
}
.suido_head .g_navi{
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
}
.suido_head .g_navi_in > li > a::after{
    display: none;
}
.suido_head .g_navi_in {
    padding: 0;
}
.suido_head .g_navi_in > li {
    width: calc(100% / 4);
	padding: 0;
}
.suido_head .g_navi_in > li > a {
    padding: 9px 0;
}
.suido_head .g_navi_in > li > a strong{
	color: #c3520c;
}
.suido_head .g_navi_in > li > a:hover strong,
.suido_head .g_navi_in > li.active > a strong{
    color: #333;
}
.g_navi li .ac_box_nav_sub{
	width: 100%;
	height: 100%;
}
.g_navi li .ac_box_nav_sub a{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #333;
	transition: 0.2s;
	position: relative;
	padding: 12px 20px 10px 12px;
}
.g_navi li .ac_box_nav_sub a::before{
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0;
	bottom: 20%;
	background: #ccc;
	transition: 0.2s;
}
.g_navi li.ac_box_nav:last-of-type .ac_box_nav_sub a::before{
	display: none;
}
.g_navi li .ac_box_nav_sub a img{
	width: 40px;
	margin-right: 12px;
}
.g_navi li .ac_box_nav_sub a:hover b,
.g_navi li.active .ac_box_nav_sub a b{
	position: relative;
}
.g_navi li .ac_box_nav_sub a:hover b::before,
.g_navi li.active .ac_box_nav_sub a b::before{
	content: "";
	display: block;
	width: calc(100% + 8px);
	height: 4px;
	position: absolute;
	right: -4px;
	bottom: -4px;
	background: #BEEDFA;
	transition: 0.2s;
	border-radius: 4px;
}
.g_navi .ac_box_nav_in{
  display: none;
  padding-top: 14px;
  width: calc(100% - 24px);
  max-width: 1200px;
  position: absolute;
  top: calc(100% - 8px);
  left: 12px;
  z-index: 100;
}
.g_navi .ac_box_nav.addactive .ac_box_nav_in{
  display: block;
}
.g_navi .ac_box_nav_in .ac_box_nav_in_box{
  background: #fff;
  border: 1px solid #0465c7;
  border-radius: 16px;
  padding: 20px 20px 40px;
}
.g_navi .ac_box_nav_in h2{
	margin: 12px 0;
	display: none;
}
.g_navi .ac_box_nav_in ul{
  display: flex;
  flex-wrap: wrap;
}
.g_navi .ac_box_nav_in ul::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 11.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #0465c7;
  transform: rotate(-90deg);
}
.g_navi li:nth-of-type(2) .ac_box_nav_in ul::before{
  left: 36.8%;
}
.g_navi li:nth-of-type(3) .ac_box_nav_in ul::before{
  left: 61.7%;
}
.g_navi li:nth-of-type(4) .ac_box_nav_in ul::before{
  left: 86.9%;
}
.g_navi .ac_box_nav_sub_close{
  display: inline-block;
    position: absolute;
    margin: 0;
    z-index: 100;
}
.g_navi .ac_box_nav_sub_close:first-of-type{
	position: relative;
	top: 0;
	left: calc(50% - 34px);
}
.g_navi .ac_box_nav_sub_close:last-of-type{
	bottom: 20px;
	left: calc(50% - 34px);
}
#sidr .m_nav_close:first-of-type{
	text-align: center;
	margin: 0 0 12px;
}
#sidr .m_nav_close:last-of-type{
	text-align: center;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a,
#sidr .m_nav_close a{
	text-decoration: none;
	padding: 2px;
	position: relative;
	display: inline-block;
	background: #fff;
	color: #2b3095;
	width: 80px;
	text-align: center;
	font-size: 85%;
	border: 1px solid #0465c7;
	border-radius: 24px;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a:hover,
#sidr .m_nav_close a:hover{
  background: #0465c7;
  color: #fff;
}
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close a,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a,
#sidr .m_nav_close a{
  padding: 2px 4px 2px 18px;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a::before,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a::after,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a::before,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after,
#sidr .m_nav_close a::before,
#sidr .m_nav_close a::after{
	content: '';
	background: #0465c7;
	position: absolute;
	left: 6px;
	top: 11px;
	height: 2px;
	width: 10px;
	transform: rotate(135deg);
	z-index: 1;
}
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a:hover::before,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a:hover::after,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::before,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a:hover::after,
#sidr .m_nav_close a:hover::before,
#sidr .m_nav_close a:hover::after{
  background: #fff;
}
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close::after,
.g_navi .ac_box_nav_in .ac_box_nav_sub_close a::after,
.g_navi .ac_box_nav_sub.active .ac_box_nav_sub_close > a::after,
#sidr .m_nav_close a::after{
  transform: rotate(45deg);
}
.g_navi .ac_box_nav_in li{
	width: 33.3%;
}
.g_navi .ac_box_nav_in li a{
	padding: 8px 8px 8px 16px;
	position: relative;
}
.g_navi .ac_box_nav_in li a::before{
	display: block;
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #0465c7;
	border-bottom: 2px solid #0465c7;
	transform: rotate(-45deg);
}
.inbody .suido_head .h_main p{
	margin: 0;
	position: relative;
	max-width: 688px;
}
.inbody .suido_head .slide_icon a{
	display: flex;
	align-items: center;
	text-decoration: none;
}
.inbody .suido_head .slide_icon img{
	max-width: 613px;
	width: calc(100% - 68px);
}
.inbody .suido_head .slide_icon span {
	display: inline-block;
	border: 1px solid #666;
	border-radius: 4px;
	background: #FFF;
	margin-left: 8px;
	padding: 2px 4px;
	font-size: 85%;
}

/* 検索ボックス */
.src_box form {
    display: flex;
    position: relative;
}
.src_box .q {
    float: left;
	width: calc(100% - 90px);
	padding: 0 6px;
	border: 1px solid #333;
	border-right: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}
.src_box #search_button,
.src_box #search_button_pc,
.src_box #search_button_sp {
	width: 90px;
	min-height: 40px;
	padding: 0 0 0 20px;
	background: #0f7e40 url(img/icon_search.png) no-repeat 10px center;
	background-size: 16px auto;
	color: #fff;
	font-size: 93%;
	cursor: pointer;
	border: 1px solid #0f7e40;
	border-left: none;
	white-space: normal;
	border-radius: 0;
	transition: all .2s ease;
}

/**** top_search ****/
.top_search {
    max-width: 865px;
    margin: 0 auto;
    background: #fff;
    border: 10px solid #0F7E40;
    padding: 30px 20px 20px;
    overflow: hidden;
    position: relative;
}
.top_search h2 {
    position: absolute;
    z-index: -1;
}
.search_lower {
    display: flex;
}
.search_tab {
    position: relative;
    display: flex;
    flex-wrap: wrap;
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.search_tab .tab_index {
    display: flex;
    width: 42%;
}
.search_tab .tab_index .tab_change {
    display: flex;
    margin-right: 14px;
    letter-spacing: 0;
    position: relative;
}
.search_tab .tab_index .tab_change a {
    background: #fff;
    border: 2px solid #0465C7;
    border-radius: 24px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
}
.search_tab .tab_index .tab_change.is-active a {
    background: #0465C7;
    color: #fff;
    border: 1px solid #0465C7;
}
.search_tab .tab_index .is-active::after {
    content: "";
    display: block;
    border-right: 6px solid transparent;
    border-top: 10px solid #0465C7;
    border-left: 6px solid transparent;
    width: 10px;
    bottom: -10px;
    position: absolute;
    left: calc(50% - 10px);
    z-index: 100;
}
.search_tab .use {
    font-size: 77%;
    letter-spacing: 0;
    z-index: 1000;
    margin-top: 6px;
    margin-right: auto;
    max-width: 58%;
}
.search_tab .use a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
    width: 18px;
}
.search_tab > ul {
    width: 100%;
}
.search_tab .tab_panel {
    margin: 26px 0 0;
    padding: 0;
}
.search_tab .tab_panel .q {
    width: calc(100% - 118px) !important;
}
.src_box .q {
    float: left;
    width: calc(100% - 118px) !important;
    margin: 0;
    min-height: 58px !important;
    padding: 0 6px!important;
    border: 2px solid #0465C7!important;
    border-right: none;
	border-radius: 16px 0 0 16px;
}
.search_tab .tab_panel #search_button, 
.search_tab .tab_panel #search_button_sp, 
.search_tab .tab_panel #search_button2, 
.search_tab .tab_panel #search_button3 {
    min-height: 58px;
    width: 118px;
    border-radius: 0 16px 16px 0;
    border: none;
    background: #0465C7 url("img/sui_search.png") no-repeat 26px 20px/18px;
    padding: 6px 16px 6px 36px;
    color: #fff;
    font-size: 112%;
}
/**** フッター ****/
.main_footer {
    width: 100%;
}
.main_footer .foot_wrap {
    border-top: 1px solid #707070;
}
.main_footer .foot_wrap .foot {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.main_footer .foot_wrap .foot_id p{
	margin-top: 0;
}
.main_footer .foot_wrap .foot_id .name {
    display: block;
    padding: 20px 0 10px;
    font-size: 150%;
}
.main_footer .foot_wrap .foot_id .address span {
    display: block;
    padding-bottom: 4px;
    font-size: 88%;
    line-height: 1.5;
}
.main_footer .foot_wrap .foot_id .address .break {
    display: inline-block;
    font-size: 100%;
    padding-bottom: 0;
}
.main_footer .foot_wrap .foot_id .address span a {
    color: #333;
    cursor: default;
    text-decoration: none;
}
.main_footer .foot_wrap .foot_link {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 6px;
}
.main_footer .foot_wrap .foot_link > li a {
    display: inline-block;
    border-left: 1px solid #707070;
    padding-left: 10px;
    margin: 0 10px 10px 0;
    font-size: 88%;
    text-decoration: underline;
}
.main_footer .foot_wrap .foot_link > li:first-child a {
    border-left: none;
    padding-left: 0;
}
.main_footer .foot_wrap .foot_link > li:first-child a {
    margin-left: 0;
}
.main_footer .foot_wrap .foot_copy {
    padding: 24px 0 30px;
    border-top: 1px solid #000;
    font-size: 75%;
    text-align: center;
}
.main_footer .foot_wrap .foot_copy p{
	 margin-top: 0;
}
.foot_link_btn {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 0 22px 0;
}
.foot_link_btn li {
	margin-top: 0;
}
.foot_link_btn li a {
    position: relative;
    display: block;
    margin: 0 10px 10px 0;
    padding: 8px 20px 8px 30px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 20px;
    text-decoration: none;
}
.foot_link_btn li a::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 9px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #05BDEB;
    border-bottom: 2px solid #05BDEB;
    transform: rotate(-45deg);
}
/**********************************************
suido foot
***********************************************/
.suido_foot .foot_wrap {
    border: none;
    background-color: #fdfbe8;
}
.suido_foot .main_footer .foot_wrap .foot_id {
    max-width: 500px;
}
.suido_foot .foot_wrap .foot_link li{
	margin-top: 0;
}
.suido_foot .foot_img {
    position: absolute;
    top: -30px;
    right: 0;
    width: 408px;
}
.suido_foot .foot_wrap .foot_copy {
    background-color: #fff;
    border: none;
}
.suido_foot .foot_wrap .foot_id .address span.line_break {
    display: inline;
    font-size: 100%;
}
/********************** 領域共通のスタイル **********************/
.main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 96px;
}
.main::before{
	content: '';
	position: absolute;
	bottom: 158px;
	left: 0;
	width: 100%;
	height: 15%;
	background: url("img/sui_main_bg_bottom.svg")no-repeat center bottom/calc(100% + 8px);
	z-index: -1;
}
.main::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: #67CEEB;
	z-index: -1;
}
.main .inner{
	max-width: 1224px;
	margin: 0 auto;
	padding: 0 12px;
}
.main h2 {
	color: #333;
	padding: 14px 0 0;
	font-size: 200%;
}
.main h2 a {
	display: block;
}
.main .h2{
	overflow: hidden;
}
.main .h2 p{
	float: right;
	padding: 14px 16px 14px 8px;
	margin: 0;
}
.main .h2 h2 {
	float: left;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #05BDEB;
	border-bottom: 2px solid #05BDEB;
	transform: rotate(-45deg);
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 768px) {
		.main{
			padding: 0 0 80px;
		}
		.main::before{
			bottom: 204px;
		}
		.main::after{
			height: 210px;
		}
	}

/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
@media print, screen and (min-width: 769px) {
	.ac_box{
		pointer-events: none !important;
	}
	.ac_box + div{
		display: block !important;
	}
}
@media only screen and (max-width: 768px) {
	.ac_box h2{
		padding-right: 72px;
	}
	.ac_display{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin: -14px 0 0;
		right: 12px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** 分類1のスタイル ****/
@media only screen and (max-width: 768px) {
	.main .category_p01{
		padding: 0 10px;
	}
}
/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
}
.main .emergency h2, .main .emergency .h2 {
	background: #C62020;
	color: #fff;
}
.main .emergency .h2{
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}
.main .emergency h2{
	padding: 14px 20px 12px;
}
.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}
.main .emergency_lower {
	border: 2px solid #C62020;
	border-top: none;
	padding: 4px 16px 16px;
	border-radius: 0 0 16px 16px;
}
.main .emergency_lower li::before{
	border-color: #C62020;
}
/**** 画像リストのスタイル ****/
.ilist {
	margin-top: 24px;
}
.main .ilist_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 60.1px) / 6);
}
.main .ilist_lower ul > li:nth-of-type(6n) {
	margin-right: 0;
}
.main .ilist_lower ul > li::before {
	display: none;
}
.main .ilist_lower ul > li a {
	display: block;
	background: #e8f4f9;
	padding: 16px;
	width: 100%;
	text-decoration: none;
}
.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: 768px) {
		.main .ilist_lower ul > li {
			width: calc((100% - 36.1px) / 3);
		}
		.main .ilist_lower ul > li:nth-of-type(3n) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 画像リスト2のスタイル ****/
.ilist2 {
	margin-top: 24px;
}
.main .ilist2_lower ul {
	display: flex;
	flex-flow: row wrap;
}
.main .ilist2_lower ul > li {
	display: flex;
	padding-left: 0;
	margin-right: 12px;
	text-align: center;
	width: calc((100% - 36.1px) / 4);
}
.main .ilist2_lower ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.main .ilist2_lower ul > li::before {
	display: none;
}
.main .ilist2_lower ul > li a {
	padding: 16px;
	width: 100%;
	background: #e8f4f9;
	display: flex;
	text-decoration: none;
}
.main .ilist2_lower ul > li .ilist_left {
	align-self: center;
	width: 40%;
}
.main .ilist2_lower ul > li .ilist_right {
	align-self: center;
	width: 54%;
	margin-left: 6%;
}
.ilist2 .ilist_title{
	margin-top: 0;
}
	@media only screen and (max-width: 768px) {
		.main .ilist2_lower ul > li {
			width: calc((100% - 24.1px) / 2);
		}
		.main .ilist2_lower ul > li:nth-of-type(3n) {
			margin-right: 12px;
		}
		.main .ilist2_lower ul > li:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media only screen and (max-width: 480px) {
		.main .ilist2_lower ul > li:nth-of-type(n) {
			margin-right: 0;
			width: 100%;
		}
	}
/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
}
.category2 {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.category3 {
	margin-top: 24px;
}
.category4 {
	margin-top: 24px;
}
.category5 {
	margin-top: 24px;
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
}
/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}
/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .event_lower {
}
.main .event_lower li {
	padding-left: 0;
}
.main .event_lower li::before {
	display: none;
}
.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #007bbb;
	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;
}
.main .event_lower .event_month img {
	vertical-align: middle;
}
.event_month li.pre a,
.event_month li.next a{
	display: inline-block;
	background: #E6E6E6;
	border: 1px solid #aaa;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}
.event_month li.pre a{
	padding-left: 16px;
}
.event_month li.next a{
	padding-right: 15px;
}
.event_month li.pre a:before,
.event_month li.next a:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}
.event_month li.pre a:before{
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}
.event_month li.next a:before{
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}
/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .calendar_lower {
}
.main .calendar_lower li {
	padding-left: 0;
}
.main .calendar_lower li::before {
	display: none;
}
.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}
.main .calendar_lower .event_month img {
	vertical-align: baseline;
}
.main .calendar table {
	width: 100%;
}
.main .calendar caption {
	display: none;
}
.main .calendar th {
	border: 1px solid #ccc;
	text-align: center;
}
.main .calendar th img{
	vertical-align: middle;
}
.main .calendar td {
	border: 1px solid #ccc;
	text-align: center;
}
.main .calendar .sun {
	background: #ffd8d6;
}
.main .calendar .sat {
	background: #d9e4fc;
}
.main .calendar .today {
	background: #c9171e;
	color: #fff;
}
.main .calendar .today > strong,
.main .calendar .today > a,
.main .calendar .today > a strong {
	color: #fff;
}
/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .new_lower {
}
.main .new div.date{
	margin-left: 0;
}
.main .new ul li{
	overflow: hidden;
}
.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}
.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}
/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .topics_lower {
}
.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;
}
/**** 新着情報・トピックス一覧のスタイル ****/
.main .more{
	margin-top: 4px;
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	margin-left: auto;
}
.main .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 172px;
	overflow: visible !important;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #0565C7;
	display: inline-block;
	padding: 8px 16px 8px 32px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 20px;
	color: #fff;
}
.main .more li a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: 22px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.main .more li a:hover{
	background: #0D72D9;
}
.main .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat 4px center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
			margin-top: 16px;
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
		}
		.main .more li a{
			padding: 8px 10px 8px 32px;
		}
	}
/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.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: #D7F7FF;
	padding: 4px 6px;
	font-size: 110%;
	border-radius: 8px;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.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: #D7F7FF;
	padding: 4px 6px;
	font-size: 110%;
	border-radius: 8px;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .ranking_lower {
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 40px;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .j_s_lower {
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li b {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
/**** バナー広告のスタイル ****/
.bana {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.bana_h2{
	display: flex;
	flex-wrap: wrap;
	padding: 14px 0 0;
	align-items: center;
}
.bana_h2 h2{
	padding: 0;
	font-size: 100%;
}
.bana_h2 p{
	margin-left: 8px;
	margin-top: 0;
	font-size: 85%;
}
.bana_lower {
	text-align: center;
}
.bana .bana_img {
	display: inline-block;
}
.bana .bana_img img{
	width: 100%;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}
.main .bana li {
	padding-left: 0;
	width: 154px;
	margin-right: 8px;
}
.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.main .bana li::before {
	display: none;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 1024px) {
		.main .bana_h2 h2{
			font-size: 100%;
			padding-top: 0;
		}
	}
	@media only screen and (max-width: 768px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: calc(100% / 3);
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
		.bana_h2 p{
			margin-left: 0px;
		}
	}
/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}
.rss .rss_lower{
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** 外部RSSのスタイル ****/
.rssfide{
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.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: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
	border-radius: 8px;
}
.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;
	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_icon2 span{
	display: block;
}
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: 24px;
}
.main .image h2 {
	background: none;
	padding: 0;
}
.image .image_img {
	display: block;
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}
/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
	background: #fff;
	padding: 0 20px 20px;
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.main .option_lower {
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}
/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}
.main .faq_new_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}
.main .popular_lower {
	border: 2px solid #007bbb;
	border-top: none;
	padding: 4px 16px 16px;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/********************** 領域1個別のスタイル **********************/
.zone01{
	position: relative;
	padding-bottom: 14px;
}
.v_e_wrap{
	position: relative;
}
/* ビジュアルエリア */
.suido_vis .slick-list li{
	position: relative
}
.suido_vis .slick-list li::before{
	content: "";
	position: absolute;
	display: block!important;
	width: 100%;
	height: 16px;
	top: -1px;
	transform: none;
	border: 0;
	background: url("img/sui_vis_deco01.svg")repeat-x calc(50% - 188px) 0;
	z-index: 1;
}
.suido_vis .slick-list li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 23px;
	right: 0;
	bottom: 0;
	background: url("img/sui_vis_deco02.svg")repeat-x calc(50% - 2px) 0;
	z-index: 1;
}
.suido_vis h2{
	position: absolute;
	z-index: -1;
}
/* 緊急情報 */
.top_eme{
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: calc(50% - 612px);
	max-width: 1224px;
	z-index: 1;
	width: calc(100% - 454px);
}
.top_eme .pickup{
	display: flex;
	flex-flow: row wrap;
	margin-top: 0;
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.top_eme .pickup .h2{
	position: relative;
	overflow: visible;
	width: 120px;
}
.top_eme .pickup .h2::before,
.top_eme .pickup .h2::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background: #C62020;
	z-index: -1;
}
.top_eme .pickup .h2::after{
	background: transparent;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}
.top_eme .pickup h2{
	font-size: 100%;
	padding: 20px 28px;
	background: #C62020;
	color: #fff;
}
.top_eme .pickup h3{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.top_eme .pickup_lower{
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0 16px 16px 0;
	width: calc(100% - 120px);
	padding: 8px 16px 16px;
	max-width: 792px;
	max-height: 420px;
	overflow-y: auto;
}
.top_eme li{
	display: flex;
	flex-flow: row wrap;
	padding-left: 8px;
}
.top_eme li::before{
	display: none;
}
.top_eme div.date{
	width: 136px;
}
.top_eme div.list{
	width: calc(100% - 152px);
	margin-left: 16px;
}
@media only screen and (max-width: 1224px) {
	.top_eme{
		left: 0;
	}
}
@media print, screen and (min-width: 769px) {
	.main .zone0102 .zone01 .ilist_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .ilist2_lower ul > li{
		margin-right: 0;
		width: 100%;
	}
	.main .zone0102 .zone01 .more li{
		width: calc(100% - 2px);
	}
	.main .zone0102 .zone01 .bana ul{
		justify-content: center;
	}
}

/********************** 領域2個別のスタイル **********************/
.zone02{
	position: relative;
	background: url("img/sui_zone02_bg_center.svg")no-repeat center 0/cover #BEEDFA;
	padding: 20px 0 3.5em;
}
.zone02::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 30%;
  background: url("img/sui_zone02_bg_top.svg")no-repeat center 0/105%;
}
.zone02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: url("img/sui_zone02_bg_bottom.svg")no-repeat center calc(100% + 2px)/110%;
}
.zone02_in{
	position: relative;
	z-index: 2;
}
/* 泡 */
.awa, .awa_bottom{
	display: flex;
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
	z-index: 1;
}
.awa .awa_left, .awa_bottom .awa_left{
	display: flex;
	justify-content: flex-start;
	width: 50%;
}
.awa .awa_L01 {
	background: url("img/sui_zone02_awa_L01.svg")no-repeat 0 0/contain;
	width: 53px;
	height: 144px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	left: 1em;
}
.awa.is-animated .awa_L01{
	animation: awa_L01 2s ease-out;
	opacity: 1;
}
@keyframes awa_L01 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_L02 {
	background: url("img/sui_zone02_awa_L02.svg")no-repeat 0 0/contain;
	width: 29px;
	height: 92px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: -1em;
	left: 7.5em;
}
.awa.is-animated .awa_L02{
	animation: awa_L02 1.5s ease-out;
	opacity: 1;
}
@keyframes awa_L02 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_L03 {
	background: url("img/sui_zone02_awa_L03.svg")no-repeat 0 0/contain;
	width: 30px;
	height: 121px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 1em;
	left: 13em;
}
.awa.is-animated .awa_L03{
	animation: awa_L03 3s ease-out;
	opacity: 1;
}
@keyframes awa_L03 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_L04 {
	background: url("img/sui_zone02_awa_L04.svg")no-repeat 0 0/contain;
	width: 84px;
	height: 88px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	left: 19em;
}
.awa.is-animated .awa_L04{
	animation: awa_L04 2.5s ease-out;
	opacity: 1;
}
@keyframes awa_L04 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_right, .awa_bottom .awa_right{
	display: flex;
	justify-content: flex-end;
	width: 50%;
}
.awa .awa_R01 {
	background: url("img/sui_zone02_awa_R01.svg")no-repeat 0 0/contain;
	width: 53px;
	height: 144px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	right: 1em;
}
.awa.is-animated .awa_R01{
	animation: awa_R01 2s ease-out;
	opacity: 1;
}
@keyframes awa_R01 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_R02 {
	background: url("img/sui_zone02_awa_R02.svg")no-repeat 0 0/contain;
	width: 29px;
	height: 92px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: -1em;
	right: 9.5em;
}
.awa.is-animated .awa_R02{
	animation: awa_R02 1.5s ease-out;
	opacity: 1;
}
@keyframes awa_R02 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_R03 {
	background: url("img/sui_zone02_awa_R03.svg")no-repeat 0 0/contain;
	width: 30px;
	height: 121px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 1em;
	right: 15em;
}
.awa.is-animated .awa_R03{
	animation: awa_R03 3s ease-out;
	opacity: 1;
}
@keyframes awa_R03 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa .awa_R04 {
	background: url("img/sui_zone02_awa_R04.svg")no-repeat 0 0/contain;
	width: 84px;
	height: 88px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	right: 21em;
}
.awa.is-animated .awa_R04{
	animation: awa_R04 2.5s ease-out;
	opacity: 1;
}
@keyframes awa_R04 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa_bottom{
	top: auto;
	bottom: 5.5em;
}
.awa_bottom .b_awa_L01 {
	background: url("img/sui_zone02_bottom_awa_L01.svg")no-repeat 0 0/contain;
	width: 53px;
	height: 144px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	left: 1em;
}
.awa_bottom.is-animated .b_awa_L01{
	animation: b_awa_L01 2s ease-out;
	opacity: 1;
}
@keyframes b_awa_L01 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa_bottom .b_awa_L02 {
	background: url("img/sui_zone02_bottom_awa_L02.svg")no-repeat 0 0/contain;
	width: 29px;
	height: 92px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 5em;
	left: 6em;
}
.awa_bottom.is-animated .b_awa_L02{
	animation: b_awa_L02 1.5s ease-out;
	opacity: 1;
}
@keyframes b_awa_L02 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa_bottom .b_awa_R01 {
	background: url("img/sui_zone02_bottom_awa_R01.svg")no-repeat 0 0/contain;
	width: 53px;
	height: 144px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	right: 1em;
}
.awa_bottom.is-animated .b_awa_R01{
	animation: b_awa_R01 2s ease-out;
	opacity: 1;
}
@keyframes b_awa_R01 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}
.awa_bottom .b_awa_R02 {
	background: url("img/sui_zone02_bottom_awa_R02.svg")no-repeat 0 0/contain;
	width: 29px;
	height: 92px;
	opacity: 0;
	padding-bottom: 40px;
	position: absolute;
	top: 5em;
	right: 6.8em;
}
.awa_bottom.is-animated .b_awa_R02{
	animation: b_awa_R02 1.5s ease-out;
	opacity: 1;
}
@keyframes b_awa_R02 {
  0% {
    transform: scaleX(-1) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) translateY(0);
    opacity: 1;
  }
}



/* 検索 */
.search h2{
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* ご利用案内　もしもの時・運営情報　共通*/
.info h2,
.mosimo h2{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.main .info .ilist_lower ul > li a,
.main .mosimo .ilist_lower ul > li a{
	background: #fff;
	box-shadow: 0 2px 4px #67CEEB66;
	border-radius: 16px;
	padding: 32px 16px 24px;
}
.main .info .ilist_lower ul > li a:hover,
.main .mosimo .ilist_lower ul > li a:hover{
	background: #F0FCFF;
}
.main .info .ilist_lower .ilist_right,
.main .mosimo .ilist_lower .ilist_right{
	margin-top: 22px;
	font-size: 125%;
}

/* ご利用案内 */
.info{
	margin-top: 36px;
}
.main .info .ilist_lower ul > li{
	margin-right: 32px;
	width: calc((100% - 32.1px) / 2);
}
.main .info .ilist_lower ul > li:nth-child(2n){
	margin-right: 0;
}
.main .info .ilist_left{
	max-width: 216px;
	margin: 0 auto;
}

/* もしもの時・運営情報 */
.mosimo{
	margin-top: 20px;
}
.main .mosimo .ilist_lower ul > li{
	margin-right: 32px;
	width: calc((100% - 96.1px) / 4);
}
.main .mosimo .ilist_lower ul > li:nth-child(4n){
	margin-right: 0;	
}
.main .mosimo .ilist_left{
	max-width: 100px;
	margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
	.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_in{
	position: relative;
	z-index: 2;
}
/* お知らせ・トピックス 共通*/
.n_t_wrap{
	display: flex;
	flex-flow: row wrap;
}
.n_t_wrap h2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 8px 32px 24px 16px;
}
.n_t_wrap h2 img{
	width: 32px;
	margin-right: 16px;
}

/* お知らせ */
.n_t_wrap .tab_box{
	width: calc(50% - 16px);
	margin-right: auto;
	margin-top: 1.5em;
}
.n_t_wrap .tab_box h3, .n_t_wrap .tab_box h4{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.free_tab .tab_index .tab_change {
    text-align: center;
    display: inline-block;
    margin-right: 6px;
    box-sizing: border-box;
}
.free_tab .tab_index .tab_change.is-active a {
    background: #D7F7FF;
    color: #B71C1C;
    font-size: 105%;
    padding: 16px 16px 6px;
}
.free_tab .tab_index .tab_change a {
    display: inline-block;
    padding: 8px 8px 6px;
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: #E6E6E6;
    box-sizing: border-box;
	box-shadow: 0 0 4px #67CEEB66;
}
.free_tab .tab_index .tab_change.is-active a > strong {
    color: #B71C1C;
}
.n_t_wrap .tab_panel{
	margin: 0;
	padding: 0;
}
.n_t_wrap .tab_box article{
	margin-top: 0;
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.n_t_wrap .tab_panel::before{
	display: none;
}
.n_t_wrap .tab_panel li{
	margin-top: 32px;
}
.n_t_wrap .tab_box .pickup2_lower,
.n_t_wrap .tab_box .new_lower {
	border: 0;
	padding: 4px 32px 24px;
	background: #fff;
	border-radius: 0 16px 16px 16px;
	box-shadow: 0 0 4px #67CEEB66;
}
.n_t_wrap .tab_box .pickup2_lower{
	padding-bottom: 32px;
}
.n_t_wrap .pickup2 li,
.n_t_wrap .new .new_lst{
	display: flex;
	flex-flow: row wrap;
}
.n_t_wrap .tab_panel li::before{
	border: 0;
	background: url("img/sui_arrow01.svg")no-repeat 0 0/contain;
	width: 10px;
	height: 13px;
	transform: none;
}
.n_t_wrap .tab_box .pickup2_lower li:first-of-type,
.n_t_wrap .tab_box .new_lower li:first-of-type{
	margin-top: 24px;
}
.n_t_wrap .free_tab div.date{
	width: 84px;
}
.n_t_wrap .free_tab div.list{
	width: calc(100% - 100px);
	margin-left: 16px;
}

/* トピックス */
.n_t_wrap .suido_topics{
	width: calc(50% - 16px);
	margin-top: 1.5em;
}
.suido_topics .slick-slide img{
	border-radius: 16px;
	box-shadow: 0 0 4px #67CEEB66;
	margin: 0 auto;
}

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


/******************** sp版 ********************/
@media only screen and (max-width: 1024px) { 

    /*********** 共通設定 ***********/
    .main {
        max-width: 100%;
        box-sizing: border-box;
    }
    .inbody .main {
    	padding-top: 4.5em;
    }

   /**** header ****/
   .main_header {
        margin-bottom: -4px;
    }
    .main_header.is-show {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .h_top .h1{
    	display: flex;
    }
    .h_top_wrap{
    	border: none;
		padding: 12px;
    }
    .h_top{
		margin: 0 auto 0 0;
		position: relative;
		top: 0;
		padding: 0;
		width: calc(100% - 52px);
    }
    .h_top .slide_icon{
		margin-top: 0;
		display: block;
    }
	.h_top .slide_icon img{
		width: 154px!important;
	}
	.h_top .slide_icon a{
		display: flex;
		align-items: center;
		text-decoration: none;
	}
    .h_top .chach{
		width: 88px;
		margin: 14px 0 0 6px;
    }
    .h_top .nav_logo{
    	display: none;
    }
    .h_top .h_toplist02_wrap,
    .call {
        display: none;
    }
	.head {
   		position: fixed;
		top: 0;
		z-index: 500;
		border-bottom: 1px solid #ccc;
		width: 100%;
   }
    .h_main {
        padding: 0px 15px;
        z-index: 2;
        position: relative;
        background: #fdfbe8;
    }
    .h_main .h1 {
        width: 140px;
    }
    .h_toplist02_in,
    .h_top .head_serch{
    	display: none;
    }
    .sp_shien {
        display: flex;
        padding-left: 12px;
        padding-right: 0;
        margin-left: auto;
    	width: calc(100% - 220px);
    	position: absolute;
		top: 12px;
		right: 0;
    }
	.sp_shien .head_serch{
		display: block;
	}
    .sp_shien .sp_shien_in > li:nth-child(1) {
        margin-bottom: 8px;
    }
    .hojo_lower {
        display: none;
    }
    #menu_button {
        display: inline-block !important;
        margin-top: 12px;
		z-index: 501;
    }
    #sidr {
        width: 100%;
    }
    .sidr.right {
        right: -100%;
    }
    #sidr .sidr_navi .sidr_ac_sub {
        width: calc(100vw - 40px);
        border: none;
    }
    #sidr .sidr_navi li:nth-of-type(2n) .sidr_ac_sub {
        margin-left: calc(-100% + -11px);
    }
    .hojo_lower {
        min-width: 92vw;
        right: -59px;
    }
    .call_lower .call_more a {
        margin: 13px 0 0 0;
        padding: 3px 42px 2px 12px;
        position: relative;
        width: 100%;
    }
    .call_lower .call_more a:before {
		content: '';
		position: absolute;
		top: calc(50% - 4px);
		right: 14px;
		width: 6px;
		height: 6px;
		border-right: 2px solid #05BDEB;
		border-bottom: 2px solid #05BDEB;
		transform: rotate(-45deg);
    }
    .call_lower .call_more a span {
        display: inline;
    }
	.head_in{
		padding-top: 4em;
	}
	.suido_head .g_navi{
		padding: 26px 12px 4px;
	}
	.g_navi li .ac_box_nav_sub a{
		padding: 9px 20px 9px 12px;
		font-size: 90%;
		justify-content: left;
	}
	.g_navi li.ac_box_nav .ac_box_nav_sub a::before{
		height: calc(100% - 8px);
		bottom: 4px;
	}
	.g_navi li.ac_box_nav:nth-of-type(2n) .ac_box_nav_sub a::before{
		display: none;
	}
	.g_navi li.ac_box_nav:first-of-type .ac_box_nav_sub a::after,
	.g_navi li.ac_box_nav:nth-of-type(2) .ac_box_nav_sub a::after{
		content: "";
		display: block;
		width: calc(100% - 8px);
		height: 1px;
		position: absolute;
		right: 4px;
		bottom: 0;
		background: #ccc;
		transition: 0.2s;
	}
	.g_navi li .ac_box_nav_sub a img{
		width: 16px;
		margin-right: 8px;
	}
	.g_navi li.active .ac_box_nav_sub a b::before{
		display: none;
	}
    .inbody .head_in {
        width: 100%;
    }
    .inbody .kikikanri_outline{
    	padding-top: 5em;
    	background: #fff;
    }
    .inbody .h_main{
    	padding: 16px 0px;
    }
    .inbody .h_main .h1{
    	margin: 10px 16px 10px 0;
    }
    .inbody .h_main .h1 .sub_title{
    	font-size: 100%;
		min-width: 54px;
		margin-right: 10px;
    }
    .inbody .h_main .h1 .title{
    	font-size: 160%;
    	display: block;
    }
    .inbody .h_main .h1 a{
    	display: flex;
		align-items: center;
    }
    .inbody .title .home{
    	padding: 2px 22px 2px 6px;
    	right: -9em;
		top: 2em;
    }
    .inbody .h_top .h_toplist02_wrap{
    	display: block;
    	width: auto;
    }

    /************************************
        front_outline & top head sp
    ************************************/
    .font_list li a,
    .bg_list li a {
        border: 1px solid #666;
        font-size: 110%;
        text-decoration: underline;
    }
    .font_list li:nth-child(2) a strong {
        font-weight: normal;
    }
    .bg_list li:last-child a > strong {
        color: #fff;
        text-decoration: underline;
        font-weight: normal;
    }
    .bg_list li:last-child a:hover > strong {
        color: #860000;
		text-shadow: 1px 1px 0 #fff, 1px 0px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px -1px #fff, -1px 0 #fff, -1px 1px #fff;
    }

    /**************************************************
    suido head
    **************************************************/
    .slider_txt_sp {
        position: relative;
    }
    .slider_txt_sp a {
        position: absolute;
        top: -4em;
        right: 20px;
        width: 122px;
        background: #0f7e40;
        color: #fff !important;
        font-size: 70%;
        padding: 4px 10px 5px;
        text-decoration: none;
    }
    .slider_txt_sp a::before {
        content: '';
        display: block;
        position: relative;
        right: 0;
        left: 0;
        margin-left: auto;
        top: 10px;
        margin-top: -4px;
        width: 5px;
        height: 5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }
    .suido_head .h_main{
    	display: none;
    }
    .suido_head .h_main .h1 {
        display: none;
    }
    .suido_head .sns{
    	width: 100%;
    	padding: 0;
    }
    .suido_head .src_box{
    	padding: 18px 0 0;
    }
    .suido_head .sns section{
    	display: none;
    }
    .suido_head #sidr .close a,
    .suido_head #sidr ul.sidr_navi {
        background-color: #BEEDFA;
        color: #2b3095;
    }
    #sidr .close a::before, #sidr .close a::after{
    	background: #505050;
    }
    .suido_head .side_sitenavi .tab_sp {
        padding: 20px;
        background-color: #F77405;
        margin-top: -20px;
    }
    .suido_head .tab_sp .tab_list .tab_acc_area .tab_btn {
        background-color: #BEEDFA;
    }
	.suido_head .g_navi_in > li{
		width: calc(100% / 2);
	}
	.g_navi .ac_box_nav_in{
		top: calc(50% + 2px);
		border-radius: 12px;
	}
	.g_navi .ac_box_nav_in h2{
		display: block;
	}
	.g_navi li:nth-of-type(3) .ac_box_nav_in,
	.g_navi li:nth-of-type(4) .ac_box_nav_in{
		top: calc(100% - 12px);
	}
	.g_navi li:nth-of-type(2n+1) .ac_box_nav_in ul::before{
		left: 11.5px;
	}
	.g_navi li:nth-of-type(2n) .ac_box_nav_in ul::before{
		left: calc(50% + 12.5px);
	}
    /**** top_search sp ****/
    .top_search {
        border: 5px solid #000;
        padding: 16px;
        margin: 35px 22px 0;
    }
    .search_lower {
        display: block;
    }
    .search_tab {
        width: 100%;
    }
    .search_tab .tab_index {
        width: 100%;
    }
    .search_tab .tab_index .tab_change a {
        font-size: 85%;
    }
    .search_tab .use {
        position: absolute;
        bottom: -2.5em;
        max-width: none;
        z-index: 1;
		margin-left: 8px;
    }
    .search_tab .tab_panel {
        margin: 16px 0 0;
    }
    /**** vis_slider ****/
    .slick_nav {
        margin-top: 20px;
    }
    .slick-prev,
    .slick-next {
        display: inline-block !important;
        top: calc((100% - 33px)/2) !important;
        padding: 15px 7px 3px !important;
        z-index: 1 !important;
    }
    .slick-prev {
        left: 12px !important;
    }
    .slick-next {
        right: 12px !important;
    }
    .slick-prev:before,
    .slick-next:before {
        top: 7px !important;
        width: 7px !important; 
        height: 7px !important;
    }
    .slick-next:before {
        transform: rotate(-45deg);
		left: calc(50% - 4px)!important;
    }
    .slick-prev:before{
        transform: rotate(135deg);
		left: calc(50% - 2px)!important;
    }
    .slider_area {
        padding: 0 0 20px;
    }
    .slider_area .slick-list {
        margin-top: 5vw;
    }
    .slider_area .title {
        width: 100%;
        box-sizing: border-box;
        padding: 9px 20px 6px;
        font-size: 112%;
        border-radius: 0;
    }
	
	/**** 検索 ****/
	.search_tab .tab_panel .q{
		min-height: 48px !important;
		width: calc(100% - 84px) !important;
	}
	.search_tab .tab_panel #search_button,
	.search_tab .tab_panel #search_button_sp,
	.search_tab .tab_panel #search_button2,
	.search_tab .tab_panel #search_button3{
		min-height: 48px !important;
		width: 84px;
		background: #0465C7 url("img/sui_search.png") no-repeat 14px 16px/16px;
		padding-left: 32px;
	}
    
    /**** フッタ ****/
    .main_footer .foot_wrap .foot {
       padding: 0 20px;
       box-sizing: border-box;
    }
    .main_footer .foot_wrap .foot_id {
        max-width: 100%;
    }
    .main_footer .foot_wrap .foot_id .name {
        font-size: 136%;
        padding: 16px 0 8px;
    }
    .main_footer .foot_wrap .foot_id .address span {
        font-size: 75%;
        padding-bottom: 0;
    }
    .main_footer .foot_wrap .foot_id .address .break {
        display: block;
    }
    .main_footer .foot_wrap .foot_id .address span a {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
    .main_footer .foot_wrap .foot_link > li a {
        padding-left: 8px;
        margin: 0 8px 8px 0;
        font-size: 75%;
    }
    .main_footer .foot_wrap .foot_copy {
        padding: 18px 0;
        font-size: 85%;
    }
    .foot_link_btn li a {
        font-size: 75%;
        padding: 4px 14px 4px 26px;
    }
    .foot_link_btn {
        max-width: 100%;
		margin-bottom: 12px;
    }
    
    /******************************************************
        suido foot
    *******************************************************/
    .suido_foot .foot_wrap .foot_link {
        margin-top: 12px;
        width: auto;
    }
    .suido_foot .foot_img {
        top: -12px;
        right: 12px;
        width: 164px;
    }
    .suido_foot .foot_wrap .foot_id .address span.line_break {
        display: block;
    }
    .contact_block .contact_img {
        display: block;
    }
    
    /******************************************************
        main_outline
    *******************************************************/
	
	.main h2{
		font-size: 175%;
		padding-top: 10px;
	}
	
	/*********** 領域1個別のスタイル ***********/
	.top_eme{
		position: relative;
		bottom: auto;
		top: 0;
		width: 100%;
	}
	.top_eme .pickup .h2{
		width: 100%;
	}
	.top_eme .pickup .h2::before,
	.top_eme .pickup .h2::after{
		display: none;
	}
	.top_eme .pickup h2{
		width: 100%;
		padding: 10px 12px 12px;
	    border: 1px solid #ccc;
	}
	.top_eme .pickup_lower{
		max-width: none;
		width: 100%;
		border-top: 0;
	    border-radius: 0;
		padding: 1px 12px 12px 4px;
	}
	.top_eme li {
		margin-top: 8px;
	}
	.top_eme div.list {
		width: 100%;
		display: inline-block;
		margin: 4px 0 0;
	}
	
	/*********** 領域2個別のスタイル ***********/
	.zone02{
		padding: 10px 0 3em;
		background: url("img/sui_zone02_bg_center_sp.svg")no-repeat center 0/cover #BEEDFA;
	}
	.zone02::before{
		top: -18px;
		background: url("img/sui_zone02_bg_top.svg")no-repeat center 0/250%;
	}
	.zone02::after{
		background: url("img/sui_zone02_bg_bottom.svg")no-repeat center calc(100% + 2px)/200%;
	}
	.awa .awa_L01{
		width: 20px;
		top: 0.2em;
		left: 0.2em
	}
	.awa .awa_L02{
		top: -1.2em;
		left: 3em;
	}
	.awa .awa_L03{
		width: 20px;
		top: -1.5em;
		left: 6em;
	}
	.awa .awa_L04{
		width: 32px;
		top: -0.1em;
		left: 9em;
	}
	.awa .awa_R01{
		width: 20px;
		top: 0.2em;
		right: 0.2em;
	}
	.awa .awa_R02{
		top: -0.2em;
		right: 3em;
	}
	.awa .awa_R03{
		width: 15px;
		top: -1em;
		right: 6.5em;
	}
	.awa .awa_R04{
		width: 54px;
		top: 0.1em;
		right: 9em;
	}
	.awa_bottom .b_awa_L01{
		width: 34px;
		top: 2.7em;
		left: 0.5em;
	}
	.awa_bottom .b_awa_L02{
		width: 18px;
		top: 5.8em;
		left: 3.7em;
	}
	.awa_bottom .b_awa_R01{
		width: 31px;
		top: 3.8em;
		right: 0.5em;
	}
	.awa_bottom .b_awa_R02{
		width: 17px;
		top: 6.8em;
		right: 3.8em;
	}
	.search_lower{
		padding: 0 4px;
	}
	.search_tab .tab_index .tab_change{
		margin-right: 8px;
	}
	.main .info {
		margin-top: 50px;
	}
	.main .info .ilist_lower ul > li{
		margin-right: 16px;
		width: calc(50% - 8.05px);
	}
	.main .info .ilist_lower ul > li a{
		padding: 16px 8px 12px;
		border-radius: 12px;
	}
	.main .info .ilist_left{
		max-width: 143px;
	}
	.main .info .ilist_lower .ilist_right{
		margin-top: 12px;
		font-size: 100%;
	}
	.mosimo{
		margin-top: 16px;
	}
	.main .mosimo .ilist_lower ul > li {
		width: calc((100% - 16.1px) / 2);
		margin: 16px 16px 0 0;
	}
	.main .mosimo .ilist_lower ul > li:nth-child(2n) {
		margin-right: 0;
	}
	.main .mosimo .ilist_in{
		display: flex;
		align-items: center;
	}
	.main .mosimo .ilist_left{
		max-width: 32px;
		margin: 0 12px 0 0;
	}
	.main .mosimo .ilist_lower .ilist_right{
		width: calc(100% - 44px);
		font-size: 85%;
		margin-top: 0;
	}
	.main .mosimo .ilist_lower ul > li .ilist_title{
		text-align: left;
	}
	.main .mosimo .ilist_lower ul > li a{
		padding: 12px 8px 12px 12px;
		border-radius: 12px;
	}
	
	/*********** 領域3個別のスタイル ***********/
	.n_t_wrap {
		max-width: 800px;
		margin: 0 auto;
	}
	.n_t_wrap h2 img{
		width: 28px;
	}
	.n_t_wrap .tab_box,
	.n_t_wrap .suido_topics{
		width: 100%;
	}
	.n_t_wrap .suido_topics{
		margin-top: 48px;
	}
	.free_tab .tab_index .tab_change{
		width: calc(50% - 0.47em);
		margin-right: 0.3em;
	}
	.free_tab .tab_index .tab_change:nth-child(2){
		margin-right: 0;
		margin-left: 0.3em;
	}
	.n_t_wrap .tab_box .pickup2_lower,
	.n_t_wrap .tab_box .new_lower{
		padding: 4px 24px 24px;
		border-radius: 0 0 16px 16px;
	}
	.n_t_wrap .tab_box .pickup2_lower li:first-of-type,
	.n_t_wrap .tab_box .new_lower li:first-of-type{
		margin-top: 16px;
	}
	.n_t_wrap .free_tab div.list{
		width: 100%;
		margin-left: 0;
	}
	.n_t_wrap .new ul.more li{
		width: auto;
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 768px) {
	.suido_head .g_navi{
		border-bottom: 1px solid #ccc;
	}
	.g_navi .ac_box_nav_in li{
		width: 50%;
	}
	.sp_shien{
		width: calc(100% - 154px);
	}
	.inbody .head_in{
		padding-top: 6em;
	}
	.inbody .suido_head .slide_icon a{
		display: block;
	}
	.inbody .suido_head .slide_icon span{
		display: block;
		margin: 8px 0 0;
		text-align: center;
	}
	.inbody .sp_shien{
		top: 28px;
	}
	.inbody #menu_button{
		margin-top: 28px;
	}
}

/********************** 中ページのスタイル **********************/
body.inbody {
}
/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
		align-items: flex-start;
	margin: 16px auto;
	padding: 0 12px;
	max-width: 1200px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #efefef;
	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: .5em;
	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: 768px) {
		.pankuzu{
			overflow: hidden;
			background: #fff;
			margin-top: 3px;
			padding-top: 9px;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1200px;
	padding: 0 12px;
	width: 100%;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1200px;
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}
.main_naka_h1 h1 {
	background: #BEEDFA;
	padding: 24px;
	font-size: 180%;
	border-radius: 16px;
}
.main_naka h2 {
	font-size: 136%;
	width: 100%;
	padding: 12px 12px 12px 32px;
	margin: 16px 0 0;
	position: relative;
	border: 2px solid #67CEEB;
	border-radius: 16px;
}
.main_naka h2::after {
	position: absolute;
	bottom: calc(50% - 8px);
	left: 8px;
	z-index: 2;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #0465C7;
	border-radius: 16px;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 8px;
	border-left: 4px solid #007bbb;
	font-size: 120%;
	background: #D7F7FF;
	border-radius: 8px;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px;
	border-bottom: 2px solid #67CEEB;
	font-size: 110%;
}
.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px;
	background-color: #e8f4f9;
}
.main_naka h6 {
	margin: 16px 0 0;
}
.main_naka li {
	position: relative;
	padding-left: 16px;
}
.main_naka li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.main_naka li p {
	margin-top: 4px;
	font-size: 85%;
}
.main_naka li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (max-width: 768px) {
		.main_naka_h1{
			padding: 0 10px;
			width: 100%;
		}
		.main_naka{
			padding: 0 10px;
			width: 100%;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 6px 16px 16px;
	background-color: #eee;
	font-size: 85%;
}
.main_naka .page_head .pager p {
	display: inline-block;
}
.main_naka .page_head .pager ul {
	display: inline-block;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 8px;
}
.main_naka .page_head .pager ul li:first-child {
	border: 0;
}
.main_naka .page_head .pager ul li::before {
	display: none;
}
/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka .emergency {
	margin-top: 24px;
}
.design .main_naka .emergency .h2 {
	background: #a90000;
	color: #fff;
}
.design .main_naka .emergency h2 {
	color: #fff;
	padding: 8px 16px 6px;
	margin: 0;
	border-bottom: none;
	width: auto;
	float: left;
}
.design .main_naka .emergency h2::after {
	display: none;
}
.design .main_naka .emergency .h2 a {
	float: right;
	margin: 10px 16px 10px 8px;
}
.design .main_naka .emergency .h2 img {
	vertical-align: middle;
}
.design .main_naka .emergency .emergency_lower {
	border: 2px solid #a90000;
	border-top: none;
	padding: 4px 16px 16px;
}
/**** 分類のスタイル ****/
.design .main_naka_cat{
	overflow: hidden;
	margin-bottom: 32px;
}
.design .main_naka .category_p01 {
	margin-top: -8px;
}
.design .main_naka .page_left {
	margin: 24px 0 0;
	width: 100%;
}
.design .main_naka .page_left_box {
	float: left;
	width: calc(100% - 280px);
	overflow: hidden;
}
.design .main_naka .page_left_box .cate_post01, .design .main_naka .page_left_box .cate_post02 {
	margin: 24px 0;
}
.design .main_naka .page_left_box .cate_post01:first-child, .design .main_naka .page_left_box .cate_post02:first-child {
	margin-top: 0;
}
.design .main_naka .page_left_box .cate_post01:last-child, .design .main_naka .page_left_box .cate_post02:last-child{
	margin-bottom: 0;
}
.design .main_naka .page_left_box .cate_post01:first-child h2, .design .main_naka .page_left_box .cate_post02:first-child h2 {
	margin-top: 0;
}
.design .main_naka .page_left .page_left_float{
	display: flex;
		flex-wrap: wrap;
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01{
	border: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 24px;
	margin-right: 2%;
	width: 49%;
	border-radius: 8px;
	padding: 10px;
}
.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{
	background: #fff;
	border: 0;
	border-bottom: 3px solid #0465C7;
	margin: 0;
	padding: 8px 16px;
	border-radius: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::after{
	display: none;
}
.design .main_naka .page_left .page_left_float .category_p02{
	padding: 0 16px 8px;
	margin-top: 16px;
}
.design .main_naka .page_left .page_left_float .category01{
	padding: 0 16px 16px;
}
.design .main_naka .page_right {
	float: right;
	width: 240px;
	margin-top: 24px;
}
.design .main_naka .page_right h2{
	margin-top: 0;
	border-bottom: 0;
	background: #007bbb;
	color: #fff;
	font-size: 100%;
	padding: 8px 12px;
}
.design .main_naka .page_right h2:after {
	display: none;
}
.design .main_naka .page_right ul {
	padding: 1px 8px 12px;
	margin-top: 0px;
	border-top: 8px solid #0465C7;
	background: #D7F7FF;
}
.design .main_naka .category01 li {
	display: inline-block;
	margin-right: 18px;
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0 24px;
	overflow: hidden;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}

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

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	border: 1px solid #ccc;
	padding: 16px;
	margin-top: 24px;
	border-radius: 8px;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
	padding: 6px 12px;
	border: 0;
	border-radius: 8px;
	background: #0465C7;
	color: #fff;
}
.design .main_naka .main_naka_new h2::after {
	display: none;
}
.design .main_naka .main_naka_new li{
	overflow: hidden;
}
.design .main_naka .main_naka_new .date {
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 0;
	width: 6em;
	font-size: 85%;
}
.design .main_naka .main_naka_new .list{
	padding-left: 82px;
}
.design .main_naka .cat_notice {
	margin-top: 0;
	margin-bottom: 24px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .main_naka_new .date{
			float: none;
			width: 100%;
		}
		.design .main_naka .main_naka_new .list{
			padding-left: 0;
			float: none;
			width: 100%;
		}
	}

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

/* 分類に関連するスタイル */
.design .main_naka .cat_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0;
	box-shadow: none;
}
.design .main_naka .cat_aside h2{
	background: #D7F7FF;
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
	border-radius: 8px 8px 0 0;
}
.design .main_naka .cat_aside h2::after{
	display: none;
}
.design .main_naka .cat_aside_lower{
	padding: 0 16px 16px;
}
	@media only screen and (max-width: 768px) {
		.design .main_naka .cat_aside h2{
			padding-right: 70px;
			border-radius: 8px;
		}
		.design .main_naka .cat_aside .active h2{
			border-radius: 8px 8px 0 0;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.design .main_naka .bana h2{
	border: 0;
	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;
}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}
.innew .design .main_naka .new_post li::before {
	display: none;
}
/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}
.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post{
	margin-top: 24px;
}
.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}
/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}
.inkiji .main_naka {
	margin-bottom: 8px;
}
.waku {
	margin: 0 auto 24px;
	overflow: hidden;
}
.waku_top{
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 12px;
	width: 100%;
}
.main_naka_kiji_box {
	float: left;
	margin-right: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 8px;
	float: right;
	width: 240px;
}
	@media only screen and (max-width: 768px) {
		.main_naka_kiji_box{
			float: none;
			overflow: hidden;
			width: 100%;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai_hiduke {
	margin-top: 8px;
	font-size: 85%;
	float: left;
}
.design .main_naka .syosai_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: 768px) {
		.design .main_naka .syosai_hiduke{
			margin-bottom: 16px;
		}
	}
	@media only screen and (max-width: 480px) {
		.design .main_naka .syosai_hiduke li.syosai_id{
			display: block;
		}
	}
/* 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: 768px) {
		.inbody .design .sns_box{
			background: #efefef;
			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 {
	border: 1px solid #67CEEB;
	padding: 1px;
	vertical-align: bottom;
	border-radius: 8px;
	overflow: hidden;
}
/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 12px;
	border: 1px solid #67CEEB;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
	border-radius: 8px;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px 4px;
	background: #BEEDFA;
	border: 0;
	width: 100%;
	border-radius: 0;
}
.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;
	background: #000;
	font-size: 85%;
	display: inline-block;
	border-radius: 4px;
	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%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a:focus-visible{
	outline-offset: 1px;
}
	@media only screen and (max-width: 768px) {
		.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: #fff;
	border: 1px solid #67CEEB;
	border-radius: 8px;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 10px 8px 8px;
	background: #D7F7FF;
	border-radius: 8px 8px 0 0;
}
.waku .kiji_sub .kiji_aside > ul {
	border: 1px solid #ccc;
	padding: 0 8px 12px;
}
.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}
.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #67CEEB;
	border-bottom: 2px solid #67CEEB;
	transform: rotate(-45deg);
}
.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}
/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {
}
/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {
}
/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {
}
/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}
.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}
.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}
.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 5px 1%;
	border: 1px dashed #bbb;
}
.design .main_naka .kiji_aside.syosai_qa #opinion {
	width : 100%;
}
.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size : 85%;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
.design .main_naka .kiji_aside.syosai_qa .qa_button2 button{
	margin: 0 4px;
}
@media only screen and (max-width: 768px) {
	.design .main_naka .kiji_aside.syosai_qa form p span{
		display: block;
		line-height: 2;
	}
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-bottom: 24px;
}
.design .main_naka .route_box h2{
	background: #fff;
	border: 0;
	border-bottom: 2px solid #BEEDFA;
	font-size: 100%;
	padding: 2px;
	margin: 0 0 12px;
	border-radius: 0;
}
.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: .3em;
	right: 2px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #67CEEB;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0;
	box-shadow: none;
}
.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: #D7F7FF;
	border: 0;
	padding: 10px 12px 8px;
	margin-top: 0;
	font-size: 100%;
	border-radius: 8px 8px 0 0;
}
.inkiji .main_naka .kiji_aside h2::after,
.infaq .main_naka .kiji_aside h2::after{
	display: none;
}
.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li{
	font-size: 85%;
}
	@media only screen and (max-width: 768px) {
		.inkiji .main_naka .kiji_aside.kanrenlink h2,
		.infaq .main_naka .kiji_aside.kanrenlink h2,
		.inkiji .main_naka .kiji_aside.rssfide h2,
		.infaq .main_naka .kiji_aside.rssfide h2{
			padding-right: 70px;
			border-radius: 8px;
		}
		.inkiji .main_naka .kiji_aside.kanrenlink .active h2,
		.infaq .main_naka .kiji_aside.kanrenlink .active h2,
		.inkiji .main_naka .kiji_aside.rssfide .active h2,
		.infaq .main_naka .kiji_aside.rssfide .active h2{
			border-radius: 8px 8px 0 0;
		}
		.inkiji .main_naka .kiji_aside_lower a[href^="tel:"] {
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink{
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
.inkiji .main_naka .kiji_aside.kanrencon{
	border: 1px solid #67CEEB;
}
.inkiji .main_naka .kiji_aside.kanrencon h2{
	color: #222;
}
/* 組織内ジャンル */
.inkiji .main_naka .kiji_aside.kakuka{
	border: 1px solid #67CEEB;
}
.inkiji .main_naka .kiji_aside.kakuka h2{
	color: #222;
}
/* 関連コンテンツ */
.inkiji .main_naka .kiji_aside.kanren{
	border: 1px solid #67CEEB;
}
.inkiji .main_naka .kiji_aside.kanren h2{
	color: #222;
}
/* 関連している可能性のある記事 */
.inkiji .main_naka .kiji_aside.kanren2{
	border: 1px solid #67CEEB;
}
.inkiji .main_naka .kiji_aside.kanren2 h2{
	color: #222;
}
/* お問い合わせフォーム */
.main_naka .kiji_aside.syosai_sonota{
	border: 1px solid #67CEEB;
}
.main_naka .kiji_aside.syosai_sonota h2{
	color: #222;
}
.main_naka .kiji_aside.syosai_sonota p.for_txt {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 h1 {
	border-left: none;
	background: #a90000;
	color: #fff;
	padding: 6px 8px 4px;
}