@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}

/******************** フォント読み込み設定 ********************/

@font-face {
	font-family: "HuiFont";
 	src: url('../../css/fonts/HuiFont29.woff') format('woff'), url("../../css/fonts/HuiFont29.woff") format("truetype");
}


/******************** 共通設定 ********************/
html{
	scroll-behavior: smooth;
}
body {
	font-family: "UD新丸ゴ R","UD Shin Maru Go Regular","UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
	@media print, screen and (min-width: 769px) and (max-width: 1000px) {
		body{
			width: 1000px;
		}
	}
	@media (min-width: 769px) {
		body{
			position: static !important;
			width: 100% !important;
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #900;
}
/**** リンク ****/
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	text-decoration: none;
	color: #9f0000;
}
a:active {
	text-decoration: none;
	color: #9f0000;
}
.link_white:link {
	text-decoration: underline;
	color: #fff;
}
.link_white:visited {
	text-decoration: underline;
	color: #eee;
}
.link_white:hover {
	text-decoration: underline;
	color: #ffff00;
}
.link_white:active {
	text-decoration: underline;
	color: #ffff00;
}
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;
}

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

/**** フォーム ****/
#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 textarea ,#body input[type="password"] {
	font-family: "UD新丸ゴ R","UD Shin Maru Go Regular","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 {
	font-family: "UD新丸ゴ R","UD Shin Maru Go Regular","UD新ゴ R","UD Shin Go Regular",arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,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 {
	background: #666;
}
/**** 見出し等のフォント ****/
h1,h2,h3,h4,h5,h6,strong,th,em{
	font-family: "UD新丸ゴ DB","UD Shin Maru Go DemiBold","UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 1px;
	margin-top: -1px;
}
.date {
	font-size: 85%;
	display: inline-block;
	margin-left: 12px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/
.design{
	overflow: hidden;
	background-color: #FCF9EA;

}
.zone01_in > *,
.zone02_in > *,
.zone03_in > *,
.zone04_in > *{
	max-width: 1240px;
	padding-inline: 20px;
	margin: 0 auto 40px;
}

.zone01{
	position: relative;
}
@media only screen and (max-width: 768px) {
	.zone01 {
		float: none;
		width: 100%;
	}
	.zone02 {
		float: none;
		width: 100%;
	}
}

/********************** ヘッダー **********************/
.main_header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 0;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
}

.head{
	background: url("img/city25_head_bg01.png") no-repeat top center / auto 100%;
	height: max(17.9vw, 77px);
	margin-bottom: 30px;
}
@media only screen and (min-width: 769px){
	.head{
		height: max(9.33vw ,140px);
		margin-bottom: 60px;
	}
}

@media (min-width: 501px){
	.head{
		background-image: url("img/city25_head_bg02.png");
	}
}

/**** ヘッダー上段リンク ****/

/**** ヘッダーメイン ****/
.head_main{
	position: relative;
}
.head_main .h1{
	margin: 2.32vw 0 0;
	width: clamp(10.5rem, -2.143rem + 53.94vw, 23.75rem);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.head_main .h1 img{
	width: 100%;
}
.head_main_wrap{
	padding: 0 20px;
	height: 100%;
}
@media only screen and (min-width: 2001px){
	.head_main .h1{
		margin-top: 4.6vw;
	}
}
@media (min-width: 769px){
	.head_main_wrap{
		padding: 0 48px;
	}
	.head_main .h1{
		width: 286px;
	}
}
@media print{
	.main_header{
		width: 1080px;
	}
	.head{
		height: 140px;
	}
}

/**** グローバルナビ ****/
.g_navi {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 12px;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
}
.g_navi_in {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,.9);
	border-radius: 9999px;
	padding: 12px 30px;
}
.main .g_navi_in li{
	width: calc(100% / 3);
	min-height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
.main .g_navi_in li::before{
	display: none;
}
.main .g_navi_in li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 1.5em;
	background-color: #B4C2C3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main .g_navi_in li:nth-child(3n)::after{
	display: none;
}
.g_navi_in li:nth-child(-n+3){
	padding-bottom: 4px;
	border-bottom: 1px solid #B4C2C3;
}
.g_navi_in li:nth-child(n+3){
	padding-top: 4px;
}
.g_navi_in li a{
	text-decoration: none;
	color: #333;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0 1px #fff, 0px 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
	display: inline-block;
	padding-left: 16px;
	background: url("img/city25_img_arrow03.svg") no-repeat left center /  10px auto;
	transition: .3s;
	position: relative;
	max-height: 1.5em;
	overflow-y: auto;
}

@media only screen and (min-width: 769px){
	.g_navi{
		max-width: 1024px;
		padding: 0 12px;
		font-size: 125%;
		bottom: 60px;
	}
	.main .g_navi_in li{
		width: calc(100% / 6);
		border-bottom: 0;
		padding: 0;
	}
	.main .g_navi_in li:nth-child(3)::after{
		display: block;
	}
	/* .g_navi_in li a{
		padding-bottom: 8px;
		padding-top: 8px;
	} */
	.main .g_navi_in li::before{
		content: "";
		position: absolute;
		display: block;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform 0.3s;
		margin: 0 auto;
		width: 50%;
		height: 2px;
		background-color: #FFE240;

	}
	.main .g_navi_in li:has(a:hover)::before{
		transform: scale(.5, 1);
	}
}

/**** スマホメニューに関するスタイル ****/
#menu_button{
	position: fixed;
	top: 0;
	right: 20px;
	margin: 0;
	z-index: 300;
}
#menu_button .menu{
	display: inline-block;
	padding-top: 35px;
	min-height: 60px;
	min-width: 60px;
	font-size: 81.25%;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.2em;
	background: #fff url("img/city25_img_menu01.svg") no-repeat top 9px center / 30px auto;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
#menu_button.active .menu{
	background-image: url("img/city25_img_menu02.svg");
}
#menu_button a.menu:active,
#menu_button a.menu:hover{
	color: #333;
}

@media only screen and (min-width: 769px){
	#menu_button{
		right: 48px;
	}

	#menu_button .menu{
		font-size: 87.5%;
		min-height: 70px;
		min-width: 70px;
	}
}
@media print{
	#menu_button{
		position: absolute;
	}
}

/*drawer_menu*/
#sidr{
	display: none;
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	padding: 80px 40px 200px;
	width: 100%;
	height: 100%;
	background-color: #FCF9EA;
	overflow: auto;
	overscroll-behavior: contain;
}
.drawer-menu{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
	max-width: 1000px;
	min-height: calc(100vh - 278px);

}
.drawer-menu > *{
	width: 100%;
}
.side_sitenavi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.side_sitenavi ul{
	margin: 0;
	padding: 0;
}
#sidr ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sidr ul li {
	background: none;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #B4C2C3;
	font-size: 112.5%;
}
#sidr ul li a{
	position: relative;
	display: inline-block;
	padding: 15px 35px 15px 15px;
	text-decoration: none;
	width: 100%;
	color: #333;
	transition: .3s;

}
#sidr ul li a::before{
	content: '';
	position: absolute;
	background: url("img/city25_img_arrow03.svg") no-repeat center / contain;
	width: 12px;
	height: 14px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-90deg);
	transition: .3s;
}
#sidr ul li.read_btn,
#sidr ul li.sreach_box,
#sidr ul li.nav_sub_link{
	margin: 0;
	border-bottom: 0;
	padding: 0;
}
#sidr ul li.read_btn a::before,
#sidr ul li.sreach_box a::before,
#sidr ul li.font.acc a::before{
	display: none;
}
#sidr ul li.font.acc{
	display: flex;
	margin: 0;
	padding: 12px 10px;
	align-items: center;
}
#sidr ul li.font.acc > *{
	flex: 1;
}
#sidr ul li.font.acc .font_btn a{
	padding: 0;
}
#sidr ul li.font.acc .font_list{
	display: flex;
}
#sidr ul li.font.acc .font_list li{
	border-bottom: 0;
	padding: 0;
	margin: 0;
	flex: 1;
	text-align: center;
}
#sidr ul li.font.acc .font_list li a{
	padding: 5px;
	margin: 0;
}
#sidr ul li.font.acc .font_list li:first-child a{
	border-radius: 10px 0 0 10px;
	background-color: #C9F2F5;
	border: 1px solid #C9F2F5;
	color: #406E71;
}
#sidr ul li.font.acc .font_list li:last-child a{
	border-radius: 0 10px 10px 0;
	background-color: #3ACBD8;
	border: 1px solid #3ACBD8;
	border-left: 0;
}
#sidr ul li.font.acc .font_list li a strong{
	color: #fff;
	text-shadow: 1px 1px 1px #487376, -1px 1px 1px #487376, 1px -1px 1px #487376, -1px -1px 1px #487376, 1px 0 1px #487376, 0px 1px 1px #487376, -1px 0 1px #487376, 0 -1px 1px #487376;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;

}
#sidr ul li.sreach_box{
	margin-top: 30px;
}

#sidr ul li a strong{
	color: #487376;
}
#sidr ul li.nav_sub_link a{
	min-width: auto;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 0 16px;
	color: #333;
}
#sidr ul li.nav_sub_link.mainsite a{
	border: 2px solid #FFE240;
}
#sidr ul li.nav_sub_link.kosodate a{
	border: 2px solid #FF8888;
}
#sidr .sidr_navi_sub li{
	font-size: 100%;
}
#sidr .sidr_navi_sub li a{
	padding: 15px 35px 15px 15px;	
}
.sidr_navi_sub p{
	margin-top: 0;
}

/* 検索ボックス */
.src_box .q {
	float: left;
	width: calc(100% - 78px) !important;
	margin: 0;
	height: 46px !important;
	padding: 0 6px!important;
	background-color: #ddf5f7!important;
	border: 1px solid #ddf5f7!important;
	border-right: 0!important;
	border-radius: 99px 0 0 99px!important;
	background-position: left 12px top 50%!important;
}
.src_box #search_button{
	width: 78px;
	min-height: 46px;
	margin: 0;
	padding: 0;
	background: #ddf5f7;
	color: #406E71;
	font-size: 89%;
	cursor: pointer;
	border: 1px solid #ddf5f7;
	border-left: 0;
	border-radius: 0 99px 99px 0;
	white-space: normal;
	font-family: "HuiFont", sans-serif;
	letter-spacing: -0.06em;
}
.src_box #search_button span{
	padding-right: 1.3em;
	background-image: url(img/city25_img_src.svg);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}

/*音声読み上げ*/
.tsutaeru-speech{
	display: block;
	padding: 0!important;
	font-size: 100%!important;
}
.tsutaeru-speech .tsutaeru-speech-buttons{
	display: block;
	padding: 0;
}
.tsutaeru-speech .tsutaeru-speech-buttons button{
	margin: 0;
	padding: 15px 35px 15px 15px;
	width: 100%;
	color: #333!important;
	text-align: left;
	text-decoration: none;
	font-size: 100%;
	font-family: "HuiFont", sans-serif;
    letter-spacing: -0.06em;
	background: transparent!important;
	border: 0;
	border-radius: 0;
	display: block;
	box-shadow: none;
	position: relative;
	border-bottom: 1px solid #B4C2C3;
	line-height: 1.5;
}
.tsutaeru-speech .tsutaeru-speech-buttons button::before{
	content: '';
    position: absolute;
    background: url(img/city25_img_arrow03.svg) no-repeat center / contain;
    width: 12px;
    height: 14px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
}
.tsutaeru-speech .tsutaeru-speech-buttons button:hover{
	background-color: transparent;
}
.tsutaeru-speech .tsutaeru-speech-buttons button:hover::before{
	transition: .3s;
	right: 5px;
}
.tsutaeru-speech .tsutaeru-speech-audio-container{
	margin: 0;
	padding: 5px;
    border-bottom: 1px solid #B4C2C3;
}
.tsutaeru-speech .tsutaeru-speech-audio-container audio{
	width: 100%;
}

@media only screen and (min-width: 769px){
	#sidr{
		padding: 140px 40px;
	}
	.drawer-menu > *{
		flex: 1;
	}
	#sidr ul li{
		font-size: 150%;
	}
	#sidr ul li a{
		padding: 20px 35px 20px 20px;
	}
	#sidr ul li a:hover::before{
		right: 5px;
	}
	#sidr ul li.nav_sub_link.mainsite a:hover{
		background-color: #fef2a3;
	}
	#sidr ul li.nav_sub_link.kosodate a:hover{
		background-color: #FFE3E3;
	}
	#sidr .sidr_navi_sub li{
		font-size: 112.5%;
	}

	#sidr ul li.font.acc{
		padding: 12px;
	}
}



/*********** フッター ***********/
.main_footer {
	width: 100%;
	position: relative;
	margin-top: 100px;
	background-color: #333;
	border-radius: 60px 60px 0 0;
}
	@media only screen and (max-width: 768px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** マイページのスタイル ****/
.online_strage_a {
	padding-bottom: 24px;
}
.online_strage_a .mypage {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.online_strage_a .mypage_h2_wrapper {
	background-color: #88c9ea;
	padding-left: 16px;
	position: relative;
}
.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
}
.online_strage_a .mypage_h2_wrapper p {
	float: right;
}
.online_strage_a .mypage_contents {
	background-color: #e8f4f9;
	padding: 4px 16px 16px;
}
.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
}
.online_strage_a .mypage_list li p.online_strage_title {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
}
.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 0;
	vertical-align: bottom;
}
#body .online_strage_a .online_strage button[type="button"]{
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
}
#body .online_strage_a .online_strage button[type="button"]:hover{
	background: #efefef;
	color: #9f0000;
}
	@media only screen and (max-width: 768px) {
		.online_strage_a{
			padding: 0 10px 24px;
		}
		.online_strage_a .mypage{
			width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori{
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
}
.foot_modori a{
	color: #333;
	background-color: #C9F2F5;
	border: 1px solid #C9F2F5;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 64px;
	min-height: 64px;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	font-size: 81.25%;
	line-height: 1em;
	text-shadow: 1px 1px 1px #C9F2F5, -1px 1px 1px #C9F2F5, 1px -1px 1px #C9F2F5, -1px -1px 1px #C9F2F5, 1px 0 1px #C9F2F5, 0px 1px 1px #C9F2F5, -1px 0 1px #C9F2F5, 0 -1px 1px #C9F2F5;
}
.foot_modori a span{
	padding-bottom: 1em;
	position: relative;
}
.foot_modori a span::before{
	content: "";
	position: absolute;
	width: .8em;
	height: .8em;
	background: url("img/city25_img_arrow04.svg") no-repeat center
	bottom / contain;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: .3s;
}
/**** メインフッター ****/
.foot_wrap {
	font-family: "UD新丸ゴ R","UD Shin Maru Go Regular";
	font-size: 87.5%;
	color: #fff;
	padding-top: 120px;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.foot a{
	color: #fff;
}
.foot_id {
	text-align: center;
	margin-bottom: 100px;
}
.foot_id .logo{
	margin: 0 0 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 1.714em;
}
.foot .address {
	margin-top: .5em;
}
.foot .address span{
	display: inline-block;
}
.foot .address span:first-child{
	margin-right: 10px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #fff;
	text-decoration: none;
}
.foot_link{
	display: flex;
	flex-wrap: wrap;
	gap: 24px 40px;
	padding: 0 40px;
}
.foot_link li{
	margin: 0;
	padding-left: 16px;
	background: url("img/city25_img_arrow05.svg") no-repeat left center / 8px auto;
}
.foot_copy {
	font-family: "UD新丸ゴ R", "UD Shin Maru Go Regular";
	padding: 56px 0 16px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 75%;
}
.foot_copyin{
	padding-inline: 20px;
}

@media only screen and (min-width: 769px){
	.foot_modori{
		top: -50px;
	}
	.foot_modori a{
		min-width: 100px;
		min-height: 100px;
		font-size: 125%;
		transition: .3s
	}
	.foot_modori a span{
		transition: .3s;
	}
	.foot_modori a:hover span::before{
		bottom: 5px;
	}
	.foot_wrap{
		font-size: 100%;
	}
	.foot_link{
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.foot .address a[href^="tel:"]{
		cursor: pointer;
		color: #fff;
		text-decoration: underline;
	}
}


/********************** 領域共通のスタイル **********************/
#main_outline{
	position: relative;
/*	background-color: #FCF9EA;*/
}
.main {
	position: relative;
/*	overflow: hidden;*/
	clear: both;
}
.main h2 {
	font-size: 175%;
}

.main h2:not(.city-top_h2){
	color: #333;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 16px 20px 8px;
/*	border-bottom: 3px dotted #3ACBD8;*/
}
.main h2:not(.city-top_h2) a {
	color: #487376;
}
.main .h2{
	padding: 20px 24px 14px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px 20px 0 0;
}
.main .h2 p{
	margin: 0 0 0 10px;
}
.main .h2 h2 {
	padding: 0;
	background: none;
}

.main .city-top_h2{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
	max-width: 1200px;
	margin-inline: auto;
}
.main .city-top_h2 span{
	display: inline-block;
/*	border-bottom: 3px dotted #3ACBD8;*/
	background: url("img/city25_img_dotted02.svg") repeat-x bottom left / auto 3px;
	padding-bottom: 0.625rem;
}
.main .city-top_h2-wk{
	color: #fff;
	text-shadow: 1px 1px 1px #487376, -1px 1px 1px #487376, 1px -1px 1px #487376, -1px -1px 1px #487376, 1px 0 1px #487376, 0px 1px 1px #487376, -1px 0 1px #487376, 0 -1px 1px #487376;
}
.main .city-top_h2-wk span{
/*	border-bottom-color: #fff;*/
	background-image: url("img/city25_img_dotted01.svg");
}

.main .city-top_h2-hidden{
	margin: 0;
	padding: 0;
	height: 0;
	border: 0;
	background: transparent;
}
.main li {
	position: relative;
	padding-left: 16px;
}
.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	background: url("img/city25_img_arrow05.svg") no-repeat center / contain;
}
.main li .list_icon img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	max-height: 18px;
}
	@media only screen and (min-width: 769px) {
		.main h2{
			font-size: 225%;
		}
		.main .city-top_h2{
			margin-bottom: 40px;
		}
	}

/**** タイトル要素 アコーディオンのスタイル ****/
.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: 2px;
		font-size: 72%;
		background: #fff;
		border: 1px solid #ccc;
		z-index: 100;
	}
	.ac_display a{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 4px 4px 18px;
	}
	.ac_display::before,
	.ac_display::after{
		content: '';
		background: #555;
		position: absolute;
		left: 4px;
		top: 11px;
		height: 2px;
		width: 10px;
	}
	.ac_display::after{
		transform: rotate(90deg);
	}
	.ac_box + div{
		display: none;
	}
	.ac_box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ac_box.active p::after{
		display: none;
	}
}
/**** 分類1のスタイル ****/
.main .category_p01{
	max-width: 1240px;
	padding-inline: 20px;
	margin: 40px auto;
}
/**** 緊急情報のスタイル ****/
.emergency {
}
.main .emergency h2,
.main .emergency .h2 {
	background: #a90000;
	color: #fff;
	border-radius: 20px 20px 0 0;
	border: 0;
}
.main .emergency .h2{
/*	overflow: hidden;*/
}
.main .emergency .h2 p {
/*	padding: 8px 16px 8px 8px;*/
/*	margin: 0;*/
}
.main .emergency_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
/**** スライドショーのスタイル ****/
.vis_city{
	position: relative;
}
.vis_city .vis_bg{
	position: relative;
}
.slick-list, .slick-list > * {
    line-height: 0;
}
.vis_city .vis_bg li{
	margin: 0;
	padding: 0;
}
.vis_city .vis_bg li::before{
	display: none;
}
.vis_city .vis_bg li .window{
	margin: 5px 0 0;
	line-height: 1.5;
	position: absolute;
	bottom: 20px;
	left: 12px;
}
.vis_city .slick_nav{
	padding-inline: 12px;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
	bottom: 0;
	right: 10px;
}
.vis_city .slick-dots li{
	min-height: 28px;
	min-width: 28px;
}
#body .vis_city .slick-dots li button{
	min-height: 28px;
	min-width: 28px;
	border-radius: 50%;
	background: #3ACBD8;
	border: 2px solid #3ACBD8;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
	padding-bottom: .2em;

}
#body .vis_city .slick-dots li:not(.slick-active) button{
	text-shadow: 1px 1px 1px #487376, -1px 1px 1px #487376, 1px -1px 1px #487376, -1px -1px 1px #487376, 1px 0 1px #487376, 0px 1px 1px #487376, -1px 0 1px #487376, 0 -1px 1px #487376;
}
.vis_city .slick_ps a{
	border: 2px solid #FFE240;
	border-radius: 50%;
	padding: 0;
    width: 2.6em;
    height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #333;
}
.slick_ps div.active{
	z-index: 0!important;
}

/* top */
.vis_city25{
	margin: 40px auto 20px;
	width: 100%;
	position: relative;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
}
.vis_city25 > p{
	position: absolute;
	bottom: calc(9.5% + 44px);
	left: 12px;
	margin: 0;
	padding: 8px 26px 8px 20px;
	color: #666;
	font-size: 200%;
	letter-spacing: 0.12em;
	font-family: "秀英角ゴシック金 B","Shuei KakuGo Kin B";
	background-color: #fff;
}
.vis_city25 > p .txt_blue{
	color: #1D50A2;
}
.vis_city25 > p .txt_green{
	color: #196854;
}
.vis_city25 .vis_bg{
	position: relative;
}
.vis_city25 .slick-list{
	overflow: visible;
}
.slick-list, .slick-list > * {
    line-height: 0;
}
.vis_city25 .vis_bg li{
	margin: 0;
	padding: 0 20px;
}
.vis_city25 .vis_bg li::before{
	display: none;
}
.vis_city25 .vis_bg li a{
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.vis_city25 .vis_bg li a img{
	box-shadow: 3px 3px 10px rgba(85,85,85,0.2);
	border-radius: 10px;
	overflow: hidden;
}
.vis_city25 .vis_bg li a .vis_txt{
	margin-top: 6px;
	line-height: 1.5;
	font-size: 150%;
}
.vis_city25 .vis_bg li .window{
	margin: 5px 0 0;
	line-height: 1.5;
	font-size: 75%;
}

/* ページネーション */
.vis_city25 .slick_nav{
	padding: 16px 0 0;
    justify-content: flex-end;
	position: static;
}
.vis_city25 .slick-dots li{
    text-align: center;
    cursor: pointer;
    position: relative;
    min-height: 28px;
    min-width: 28px;
    margin: 0 6px 0 0 !important;
    padding: 0;
}
.vis_city25 .slick-dots li::before{
    display: none;
}
#body .vis_city25 .slick-dots li button{
	color: #2B3095;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    min-height: 28px;
    min-width: 28px;
    padding: 1px 0 0;
}
#body .vis_city25 .slick-dots li.slick-active button{
	color: #fff;
    background: #333;
}
.vis_city25 .vis_bg .slick-arrow{
	position: absolute;
	top: calc(100% + 1.7em);
	background: transparent;
	color: #487376!important;
	padding: 0;
	margin: 0;
	font-size: 75%;
	z-index: 0;
	display: inline-block;
	max-width: 5em;
	word-wrap: break-word;
}
.vis_city25 .vis_bg .slick-prev{
	left: calc(50% - 6.66em);
	padding-left: 27px;
	background: url("img/city25_img_arrow01.svg") no-repeat left center / 20px auto;
}
.vis_city25 .vis_bg .slick-next{
	right: calc(50% - 6.66em);
	padding-right: 27px;
	background: url("img/city25_img_arrow02.svg") no-repeat right center / 20px auto;
}
#body .vis_city25 .slick-prev:hover{
	background: transparent url("img/city25_img_arrow01.svg") no-repeat left center / 20px auto!important;
}
#body .vis_city25 .slick-next:hover{
		background: transparent url("img/city25_img_arrow02.svg") no-repeat right center / 20px auto!important;
}

/* 再生・停止 */
.vis_city25 .vis_slider .slick-dots{
	display: none!important;
}
.vis_city25 .vis_bg .buttons{
	text-align: center;
	margin-top: 16px;
}
.vis_city25 .vis_bg .button.active{
	display: inline-block;
}
.vis_city25 .vis_bg .button{
	display: none;
}
.vis_city25 .vis_bg .button a{
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.6em;
	height: 2.6em;
	background-color: #fff;
	border: 2px solid #FFE240;
	border-radius: 50%;
	font-size: 70%;
	transition: .3s;
}
.vis_city25 .slick_ps{
    margin-left: 0!important;
}
.vis_city25 .slick_ps a{
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #333;
    font-size: 85%;
    padding: 4px 8px 1px;
	min-height: 28px;
}
@media only screen and (min-width: 769px){
	.vis_city25{
		margin: 80px auto 60px;
	}
	.vis_city25 .vis_bg .slick-arrow,
	.vis_city25 .vis_bg .button a{
		font-size: 100%;
	}
	.vis_city25 .vis_bg .slick-arrow{
		top: calc(100% + 3em);
	}
	.vis_city25 .vis_bg .slick-prev{
		left: calc(50% - 6.25em);
	}
	.vis_city25 .vis_bg .slick-next{
		right: calc(50% - 6.25em);
	}
	.vis_city25 .vis_bg .buttons{
		margin-top: 40px;
	}
	.vis_city25 .vis_bg .button a:hover{
		background-color: #fef2a3;
	}

}

@media only screen and (max-width: 768px){
	.vis_city25 .slick_nav{
		padding: 10px 0 0;
	}
	.vis_city25 > p{
		bottom: 70px;
		padding: 6px 16px;
		font-size: 150%;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width: 480px){
	.vis_city25 > p{
		padding: 5px 12px;
		font-size: 120%;
	}
}

/**** 画像リストのスタイル ****/
.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,
.category2,
.category3,
.category4,
.category5{
}
.main .category_3_ul {
	font-size: 85%;
}
.main .category_lower {
	padding: 12px 24px 24px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
/**** 各課の窓口のスタイル ****/
.kakuka {
}
/**** 催し物・講座のスタイル ****/
.event {
}
.main .event_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .event_lower {
	border-color: #005842;
}
.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 {
}
.main .calendar_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	overflow: auto;
	border-radius: 0 0 20px 20px;
}
.main .color_green .calendar_lower {
	border-color: #005842;
}
.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 > strong a{
	color: #fff;
}
/**** 新着情報のスタイル ****/
.new {
}
.main .new_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .new_lower {
	border-color: #005842;
}
.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 {
}
.main .topics_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius:  0 0 20px 20px; 
}
.main .color_green .topics_lower {
	border-color: #005842;
}
.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: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
	gap: 12px;
}
.main .more li{
	padding: 0;
	min-width: 180px;
}
.main .more li::before{
	display: none;
}
.main .more li a{
	background: #fff url("img/city25_img_arrow06.svg") no-repeat right 12px center / 8px auto;
	border: 2px solid #FFE240;
	border-radius: 20px;
	display: inline-block;
	padding: 15px 35px 15px 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	transition: .3s;
	color: #333;
}
.main .more li a:hover{
	background-color: #fef2a3;
}
.main .more li.rss span{
	background: url(../../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
	@media only screen and (max-width: 480px) {
		.main .more{
			max-width: 100%;
		}
		.main .more li{
			margin-left: 0;
			width: 100%;
		}
	}
/**** ピックアップ1のスタイル ****/
.pickup {
}
.main .pickup_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .pickup_lower {
	border-color: #005842;
}
.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup_lower .pickup_sub h3 {
	padding-bottom: 5px;
	font-size: 110%;
	border-bottom: 3px dotted #3ACBD8;
	margin-bottom: 10px;
}
.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ピックアップ2のスタイル ****/
.pickup2 {
}
.main .pickup2_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .pickup2_lower {
	border-color: #005842;
}
.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}
.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}
.main .pickup2_lower .pickup_sub h3 {
	padding-bottom: 5px;
	font-size: 110%;
	border-bottom: 3px dotted #3ACBD8;
	margin-bottom: 10px;
}
.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}
/**** ランキングのスタイル ****/
.ranking{
}
.main .ranking_lower {
	padding: 12px 24px 24px 35px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .ranking_lower {
	border-color: #005842;
}
.main .ranking_lower ol{
	margin-left: 18px;
}
.main .ranking_lower ol li{
	list-style-type: decimal;
	padding-left: 0;
}
.main .ranking_lower ol li::before{
	display: none;
}
/**** 人口・世帯数のスタイル ****/
.j_s {
}
.main .j_s_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .j_s_lower {
	border-color: #005842;
}
.main .j_s li {
	padding-left: 0;
}
.main .j_s li::before {
	display: none;
}
.main .j_s li strong {
	margin-right: 8px;
}
.main .j_s p {
	font-size: 85%;
}
/**** バナー広告のスタイル ****/
.bana {
}
.bana_lower {
	text-align: center;
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .bana_lower {
	border-color: #005842;
}
.bana .bana_img {
	display: inline-block;
}
.bana .bana_img img{
	width: 100%;
}
.main .bana ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
}
.main .bana li {
	padding-left: 0;
	width: 154px;
/*	margin-right: 8px;*/
}
/*
.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}
*/
.main .bana li::before {
	display: none;
}
.main .bana li .window {
	margin-top: 5px;
}
	@media only screen and (max-width: 768px) {
		.main .bana li {
			margin: 12px 0 0;
			padding: 0 4px;
			width: calc(100% / 3);
		}
	}
	@media only screen and (max-width: 480px) {
		.main .bana li {
			width: 50%;
		}
	}
/**** RSSのスタイル ****/
.rss {
}
.rss .rss_lower{
	padding: 12px 24px 24px;
	background-color: #fff;
	border: 2px solid #082557;
	border-top: none;
}
.main .color_green .rss_lower {
	border-color: #005842;
}
.main .rss li {
	padding-left: 0;
}
.main .rss li::before {
	display: none;
}
/**** 外部RSSのスタイル ****/
.rssfide{
}
.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{
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .rssfide_lower {
	border-color: #005842;
}
.rssfide .rssfide_management{
	background: #efefef;
	font-size: 85%;
	padding: 8px;
	margin-top: 12px;
}
.rssfide .rssfide_management .title{
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px solid #aaa;
}
.rssfide .rssfide_management .rssfide_copy{
	margin-top: 6px;
}
.main .rssfide .rssfide_management li{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_management li::before{
	display: none;
}
.main .rssfide .rssfide_list li p{
	padding: 0;
	margin: 0;
}
.main .rssfide .rssfide_list li .list p{
	font-size: 85%;
	margin-top: 4px;
}
/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2{
	background: #FF8F21;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b45c00,-1px 1px 1px #b45c00,1px -1px 1px #b45c00,-1px -1px 1px #b45c00,1px 0 1px #b45c00,0px 1px 1px #b45c00,-1px 0 1px #b45c00,0 -1px 1px #b45c00;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
}
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin: 0;
}
.image.catch_pc{
	display: none;
}
.main .image h2 {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}
.image .image_img {
	display: block;
}

@media only print, screen and (min-width: 769px){
	.image.catch_pc{
		display: block;
	}
	.image.catch_sp{
		display: none;
	}	
}
/**** リンク・画像領域（テキスト）のスタイル ****/
.main .link h2{
	border-radius: 20px;
}
/**** RSS一覧のスタイル ****/
.rss_list {
}
/**** オプションのスタイル ****/
.option {
}
.main .option_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.main .color_green .option_lower {
	border-color: #005842;
}
/**** FAQ（よくある質問）のスタイル ****/
.faq {
}
/**** 新着FAQ ****/
.faq_new {
}
.main .faq_new_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border: 2px solid #082557;
	border-top: none;
}
.main .color_green .faq_new_lower {
	border-color: #005842;
}
.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}
/**** 見られているFAQのスタイル ****/
.popular {
}
.main .popular_lower {
	padding: 12px 24px 24px;
	background-color: #fff;
	border: 2px solid #082557;
	border-top: none;
}
.main .color_green .popular_lower {
	border-color: #005842;
}
.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/**** トップページコンテンツ ****/
/**** Renewal2025_TOP ****/
/* mainvis */
.city-top_mv{
	position: relative;
	max-width: 100%;
	padding-inline: 0;
}
.city-top_mv .mv-pop{
	position: absolute;
}
.city-top_mv .mv-pop01{
	width: calc(160vw / 4.25);
	top: 70.44vw;
	left: 28vw;
}
.city-top_mv .mv-pop02{
	width: calc(195vw / 4.25);
	top: 33vw;
	left: 3vw;
}
.city-top_mv .mv-pop03{
	width: calc(177vw / 4.25);
	top: 43vw;
	right: 1vw;
}

/***** fadeUp *****/
.fadeUpTrigger{
	opacity: 0;
}
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from{
		opacity: 0;
		transform: translateY(50px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}


@media only screen and (min-width: 769px){
	.city-top_mv .mv-pop01{
		width: calc(179vw / 10);
		top: 31.53vw;
		left: 39.46vw;
	}
	.city-top_mv .mv-pop02{
		width: calc(202vw / 10);
		top: 16.06vw;
		left: 8vw;
	}
	.city-top_mv .mv-pop03{
		width: calc(192vw / 10);
		top: 19.86vw;
		right: 7.4vw;
	}
}
@media print{
	.city-top_mv .mv-pop01{
		width: 160px;
		top: 400px;
    	left: 465px;
	}	
	.city-top_mv .mv-pop02{
		width: 195px;
        top: 309px;
        left: 60px;
	}	
	.city-top_mv .mv-pop03{
		width: 177px;
		top: 345px;
		right: 57px;
	}
}


.city-top_bg-block{
	background-color: #3ACBD8;
	border-radius: 0 60px 60px 0;
	position: relative;
}
.city-top_bg-block02{
	border-radius: 60px 0 0 60px;
}
.zone03_in .city-top_section{
	max-width: 100%;
	padding: 53px 0 50px;
	position: relative;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
	margin-bottom: 0;
}
.zone03_in .city-top_section.city-top_section_about-city{
	padding-bottom: 0;
}

/* ふわっと背景 */
.city-top_bg-position{
	position: relative;
	max-width: 100%;
	padding-inline: 0;
}
.city-top_bg-position::before,
.city-top_section::before{
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.city-top_bg-position01::before{
	background-image: url("img/city25_img_bg01.png");
	width: calc(170vw / 4.25);
	height: calc(200vw / 4.25);
	bottom: -30vw;
	right: -10vw;
}
.city-top_bg-position02::before{
	background-image: url("img/city25_img_bg03.png");
	width: calc(230vw / 4.25);
	height: calc(260vw / 4.25);
	right: auto;
	bottom: -40vw;
	left: -15vw;
}.city-top_bg-position03::before{
	background-image: url("img/city25_img_bg05.png");
	width: calc(230vw / 4.25);
	height: calc(260vw / 4.25);
	right: -15vw;
	bottom: -40vw;
}
.city-top_section_leave-child::before{
	background-image: url("img/city25_img_bg02.png");
	width: calc(180vw / 4.25);
	height: calc(180vw / 4.25);
	bottom: -10vw;
	left: -10vw;
}
.city-top_section_medical:before{
	background-image: url("img/city25_img_bg04.png");
	width: calc(230vw / 4.25);
	height: calc(230vw / 4.25);
	bottom: -10vw;
	right: -10vw;
}
.city-top_section_about-city:before{
	background-image: url("img/city25_img_bg06.png");
	width: calc(260vw / 4.25);
	height: calc(260vw / 4.25);
	bottom: -10vw;
	left: -10vw;
}
.city-top_inner{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}

@media print, screen and (min-width: 769px){
	.city-top_section{
		padding: 91px 0 60px;
	}
	.city-top_section_medical{
		padding-top: 51px;
	}
	.city-top_section_leave-child .city-top_inner,
	.city-top_section_about-city .city-top_inner{
		padding: 0;
		margin: 0;
	}
	.city-top_bg-position02::before{
		width: calc(442vw / 15);
        height: calc(497vw / 15);
        left: 30vw;
        bottom: -30vw;
	}
	.city-top_section_medical:before{
		width: calc(412vw / 15);
        height: calc(412vw / 15);
        right: 10vw;
        bottom: -20vw;
	}
}

/**** modal ****/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
  padding: 20vh 20px;
/*  padding: 120px 20px;*/
}
.modal#inline16{
	padding-block: 60px;
}
/* .modal-wrapper{
	padding-block: 100px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
} */
.modal-container{
    max-width: 700px;
	border-radius: 10px;
	color: #352E2B;
	padding: 30px 20px;
	background-color: #fff;
	position: relative;
	margin: auto;
	width: 100%;
	animation: show 0.3s linear 0s;
	overflow-y: auto;
	overscroll-behavior: contain;
	text-align: center;
	font-family: "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: 0.1em;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}


.city-top_post-item_img{
	margin-bottom: 30px;
}
.city-top_post-item .js-modal-open{
	text-decoration: none;
	color: #333;
}
.city-top_post-item_img a.js-modal-open{
/*	position: relative;*/
}
.city-top_post-item .js-modal-open_in{
	position: relative;
}
.city-top_post-item .js-modal-open .js-modal-open_h3{
	position: absolute;
	border-radius: 20px;
	box-shadow: 4px 4px 10px rgba(85,85,85,.2);
	padding: 15px 20px;
	background-color: #fff;
	border: 2px solid #FFE240;
	font-size: 125%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;

}
.city-top_post-item .js-modal-open .js-modal-open_h3 h3{
	font-weight: normal;
	flex: 1;
	font-family: "HuiFont", sans-serif, "UD新丸ゴ R","UD Shin Maru Go Regular";
	letter-spacing: -0.06em;
}
.city-top_section .city-top_post-item .js-modal-open .modal-open-icon{
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	background: #FF8888 url("img/city25_img_plus.svg") no-repeat center / 0.6em;
	border-radius: 50%;
}
.city-top_section .city-top_post-item .js-modal-open .modal-open-icon.icon-blue{
	background-color: #3ACBD8;
}
.city-top_post-item:not(.city-top_post-item_img) .js-modal-open .js-modal-open_h3{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.city-top_post-item_img .js-modal-open .js-modal-open_h3{
	top: 0;
}
.city-top_post-item_img .js-modal-open .post-item_img{
	overflow: hidden;
	border-radius: 20px;
	display: block;
	width: 100%;
}
.modal-container h3{
	display: inline-block;
    border-bottom: 3px dotted #3ACBD8;
    padding-bottom: 0.625rem;
	margin-bottom: 6px;
	font-size: 112.5%;
	padding-left: 4px;
	padding-right: 4px;
}
.modal-container p{
	text-align: left;
}
a.modal-close{
	display: inline-block;
	text-decoration: none;
	color: #333;
	margin-top: 30px;
	background-color: #3ACBD8;
	border-radius: 999px;
	padding: 8px;
	min-width: 92px;
	font-size: 80%;
}


@media print, screen and (min-width: 769px){
	.city-top_post-item_img,.city-top_post-item:not(.city-top_post-item_img) .js-modal-open .js-modal-open_h3{
		margin-bottom: 40px;
	}
	.city-top_post-item .js-modal-open .js-modal-open_h3{
		font-size: 150%;
	}
	.modal-container{
		padding: 40px;
	}
	.city-top_post-item .js-modal-open:hover .js-modal-open_h3{
		transition: .3s;
		background-color: #fef2a3;
	}
	.modal-container h3{
		font-size: 150%;
		margin-bottom: 20px;
	}
	a.modal-close{
		transition: .3s;
	}
	a.modal-close:hover{
		opacity: .8;
	}
}

/* pregnant-postpartum */
.city-top_section_pregnant-postpartum .city-top_post-item_img.img01 .js-modal-open .js-modal-open_h3{
	left: 0
}
.city-top_section_pregnant-postpartum .city-top_post-item_img.img02 .js-modal-open .js-modal-open_h3{
	right: 0;
}
.city-top_section_pregnant-postpartum .city-top_post-item_img.img01 .js-modal-open .post-item_img{
	width: calc(320vw / 4.25);
	margin-left: auto;
}
.city-top_section_pregnant-postpartum .city-top_post-item_img.img02 .js-modal-open .post-item_img{
	width: calc(340vw / 4.25);
	margin-right: auto;
}
.city-top_section_pregnant-postpartum .city-top_post-item_img .js-modal-open_in{
	padding-top: 2.5em;
}

/* leave-child */
.city-top_section_leave-child .city-top_post-item_img{
	padding-right: 20px;
}
.city-top_section_leave-child .city-top_post-item_img .js-modal-open_in{
	padding-bottom: 2em;
}
.city-top_section_leave-child .city-top_post-item_img .js-modal-open .post-item_img{
	border-radius: 0 20px 20px 0;
	width: calc(350vw / 4.25);
	margin-right: auto;
}
.city-top_section_leave-child .city-top_post-item_img .js-modal-open .js-modal-open_h3{
	top: auto;
	right: 0;
	bottom: 0;
}

/* school */
.city-top_section_school .city-top_post-item_img.img01 .js-modal-open .post-item_img{
	width: calc(350vw / 4.25);
	margin-right: auto;
}
.city-top_section_school .city-top_post-item_img.img01 .js-modal-open .js-modal-open_h3{
	top: auto;
	right: 0;
	bottom: 0;
}
.city-top_section_school .city-top_post-item_img.img01 .js-modal-open_in{
	padding-bottom: 2.5em;
}
.city-top_section_school .city-top_post-item_img.img02 .js-modal-open .post-item_img{
	width: calc(310vw / 4.25);
	margin-left: auto;
}
.city-top_section_school .city-top_post-item_img.img02 .js-modal-open .js-modal-open_h3{
	left: 0;
}
.city-top_section_school .city-top_post-item_img.img02 .js-modal-open_in{
	padding-top: 2.5em;
}

/* medical-expenses */
.city-top_section_medical .city-top_post-item_img .js-modal-open_in{
	padding-bottom: 2.5em;
}
.city-top_section_medical .city-top_post-item_img .js-modal-open .post-item_img{
	width: calc(340vw / 4.25);
	margin-left: auto;
}
.city-top_section_medical .city-top_post-item_img .js-modal-open .js-modal-open_h3{
	top: auto;
	left: 0;
	bottom: 0;
}

/* go-out */
.city-top_section_go-out .city-top_post-item_img.img01 .js-modal-open .post-item_img{
	width: calc(320vw / 4.25);
	margin-left: auto;
}
.city-top_section_go-out .city-top_post-item_img.img01 .js-modal-open .js-modal-open_h3{
	left: 0;
}
.city-top_section_go-out .city-top_post-item_img.img01 .js-modal-open_in{
	padding-top: 2.5em;
}
.city-top_section_go-out .city-top_post-item_img.img02 .js-modal-open .post-item_img{
	width: calc(280vw / 4.25);
	margin-right: auto;
}
.city-top_section_go-out .city-top_post-item_img.img02 .js-modal-open .js-modal-open_h3{
	right: 0;
}
.city-top_section_go-out .city-top_post-item_img.img02 .js-modal-open_in{
	padding-top: 2.5em;
}

/* about-city */
.city-top_section_about-city .city-top_post-item_img.img01{
	padding-left: 20px;
}
.city-top_section_about-city .city-top_post-item_img.img01 .js-modal-open .post-item_img{
	width: calc(370vw / 4.25);
	margin-left: auto;
	border-radius: 20px 0 0 20px;
}
.city-top_section_about-city .city-top_post-item_img.img01 .js-modal-open .js-modal-open_h3{
	top: auto;
	left: 0;
	bottom: 0;
}
.city-top_section_about-city .city-top_post-item_img.img01 .js-modal-open_in{
	padding-bottom: 2.5em;
}
.city-top_section_about-city .city-top_post-item_img.img02 .js-modal-open .post-item_img{
	width: calc(280vw / 4.25);
	margin-right: auto;
}
.city-top_section_about-city .city-top_post-item_img.img02 .js-modal-open .js-modal-open_h3{
	top: auto;
	right: 0;
	bottom: 0;
}
.city-top_section_about-city .city-top_post-item_img.img02 .js-modal-open_in{
	padding-bottom: 2.5em;
}
.city-top_section_about-city .t_box{
	padding: 15px 20px 25px 10px;
	background-color: #F5F3ED;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
}
.city-top_section_about-city .t_box > div{
	padding: 15px;
	width: 100%;
    background-color: #fff;
    border: 2px solid #082557;
    position: relative;
	box-shadow: 8px 8px 0 #082557;
}

.city-top_section_about-city .t_box li{
    padding: 10px 5px 7px;
    border-bottom: 1px solid #ccc;
    display: flex;
	gap: 10px;
    align-items: center;
	justify-content: space-between;
}
.city-top_section_about-city .t_box li:first-child{
	margin-top: 0;
}
.city-top_section_about-city .t_box li::before{
	content: none;
}
.city-top_section_about-city .t_box li .tit{
/*	width: calc(100% - 85px);*/
	text-align: left;
	flex: 1;
}
.city-top_section_about-city .t_box li .time{
/*	width: 75px;*/
	font-size: 115%;
}
.city-top_section_about-city .t_box li strong{
	padding: 0 3px;
	font-size: 150%;
	color: #333;
}
.city-top_section_about-city .t_box .note {
    font-size: 75%;
    text-align: center;
}
.city-top_section_about-city .img_area{
	margin-top: 20px;
}
@media print, screen and (min-width: 769px){
	/* pregnant-postpartum */
	.city-top_section_pregnant-postpartum .city-top_post-item_img.img01 .js-modal-open .post-item_img{
		width: calc(435vw / 14.4)
	}
	.city-top_section_pregnant-postpartum .city-top_post-item_img.img02 .js-modal-open .post-item_img{
		width: calc(478vw / 14.4);
	}
	.city-top_section_pregnant-postpartum .city-top_flex-l{
		margin-top: 100px;
	}
	/* leave-child  */	
	.city-top_section_leave-child .city-top_post-item_img{
		padding: 0;
	}
	.city-top_section_leave-child .city-top_post-item_img .js-modal-open .post-item_img{
		width: calc(523vw / 14.4);
		border-radius: 20px;
	}
	.city-top_section_leave-child .city-top_flex-r{
		margin-top: 200px;
	}
	/* school  */	
	.city-top_section_school .city-top_post-item_img.img01 .js-modal-open .post-item_img{
		width: calc(560vw / 14.4);
	}
	.city-top_section_school .city-top_post-item_img.img02 .js-modal-open .post-item_img{
		width: calc(515vw / 14.4);
	}
	.city-top_section_school .city-top_flex-r{
		margin-top: 100px;
	}
	/* medical-expenses & go-out */
	.city-top_section_medical .city-top_post-item_img .js-modal-open .post-item_img{
		width: calc(498vw / 14.4);
	}
	.city-top_section_go-out .city-top_post-item_img.img01 .js-modal-open .post-item_img{
		width: calc(426vw / 14.4);
	}
	.city-top_section_go-out .city-top_post-item_img.img02 .js-modal-open .post-item_img{
		width: calc(373vw / 14.4);
	}
	.city-top_bg-position03 .city-top_bg-block{
		border-radius: 60px 0 0 60px;
	}
	.city-top_section_go-out{
		padding: 51px 0 40px;
	}
	.city-top_section_go-out .city-top_inner{
		padding: 0 40px;
	}
	/* about-city */
	.city-top_section_about-city .city-top_post-item_img.img01 .js-modal-open .post-item_img{
		width: calc(523vw / 14.4);
		border-radius: 20px;
	}
	.city-top_section_about-city .city-top_post-item_img.img02 .js-modal-open .post-item_img{
		width: calc(389vw / 14.4);
	}
	.city-top_section_about-city .city-top_flex-r{
		margin-top: 100px;
	}
	.city-top_section_about-city .t_box li .tit{
		font-size: 115%;
	}

}
@media print, screen and (min-width: 501px){
	.city-top_section_go-out .city-top_post-item_img.img02 .js-modal-open .js-modal-open_h3,
	.city-top_section_about-city .city-top_post-item_img.img02 .js-modal-open .js-modal-open_h3{
		right: auto;
		left: 40%;
	}
}


/* flex */
.city-top_flex-area{
	max-width: 100%;
	padding: 0;
}
@media print, screen and (min-width: 769px){
	.city-top_flex-area{
		display: flex;
		justify-content: center;
		gap: 40px;
	}
	.city-top_flex-area-extra{
		margin-top: 100px;
	}
	.city-top_flex-area > *{
		flex: 1;
	}
	.city-top_section_leave-child .city-top_flex-area,
	.city-top_section_about-city .city-top_flex-area{
		max-width: 1224px;
		margin: 0 auto;
		padding: 0 12px;
	}
}

/********************** 領域1個別のスタイル **********************/
.zone01_in{
	position: relative;
}

@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個別のスタイル **********************/
@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個別のスタイル **********************/

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

/********************** 中ページのスタイル **********************/
.inbody .design{
	background-color: #fffef7;
}
.inbody .design.cat{
	background-color: transparent;
}

/**** ヘッダーのスタイル ****/
.inbody .main_header{
	position: static;
}
.inbody .head{
	background: #FCF9EA;
	height: auto;
	margin-bottom: 0;
}
.inbody .head_main .h1{
	transform: translateX(0);
	position: static;
	width: clamp(8.625rem, 7.578rem + 3.9vw, 10.5rem);
	margin: 0;
	padding-block: 6px 10px;
}


/**** パンくずリスト・あしあとのスタイル ****/
.pankuzu_lower,
.footstep_lower{
	font-size: 85%;
	display: flex;
	align-items: flex-start;
	margin: 16px auto;
	padding: 0 12px;
	max-width: 1224px;
	width: 100%;
}
.pankuzu_tit,
.footstep_tit{
	background: #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 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;
		}
		.pankuzu_lower{
			flex-wrap: wrap;
			margin: 16px 0;
			padding: 0 10px;
			width: 100%;
		}
		.footstep{
			display: none;
		}
	}
/**** 中ページメインのスタイル ****/
.main_naka_h1 {
	margin: 12px auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}
.main_naka {
	margin: 0 auto 24px;
	max-width: 1240px;
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
}
.main_naka:after{
	content: "";
	display: block;
	clear: both;
}
.main_naka_h1 h1 {
	color: #333;
	padding: 8px 4px;
	font-size: 225%;
	background: url("img/city25_img_dotted02.svg") repeat-x bottom left / auto 3px;
	margin-bottom: 10px;
}
.main_naka_h1_img{
	margin: 0 auto 12px;
	max-width: 1200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 20px;
	min-height: 85px;
}
.main_naka_h1_img .h1_img{
	display: flex;
	align-items: center;
	padding: 10px 50% 10px 2%;
	min-height: 180px;
	z-index: 1;
}
.main_naka_h1_img h1{
	font-size: 180%;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	width: 100%;
}
.main_naka_h1_img img{
	position: absolute;
	top: 50%;
	left: 0;
	height: auto;
	width: 100%;
/*	z-index: -1;*/
	transform: translateY(-50%);
}
@media only screen and (max-width: 1200px){
	.main_naka_h1_img{
		border-radius: 0;
	}
}
@media only screen and (max-width: 768px) {
	.main_naka_h1_img{
		width: 100%;
	}
	.main_naka_h1_img .h1_img{
		min-height: 100px;
	}
}
@media only screen and (max-width: 480px) {
	.main_naka_h1_img .h1_img{
		min-height: 50px;
	}
	.main_naka_h1_img h1{
		font-size: 160%;
	}
}
@media only screen and (max-width: 370px) {
	.main_naka_h1_img .h1_img{
		padding: 4.5% 50% 4.5% 2%;
	}
}
.main_naka h2 {
	font-size: 150%;
    width: 100%;
    padding: 16px 20px;
    margin: 24px 0 0;
    position: relative;
    background-color: #C9F2F5;
    border-radius: 10px;
}
.main_naka h3 {
	margin: 16px 0 0;
	padding: 2px 2px 2px 12px;
	border-left: 4px solid #007bbb;
	font-size: 120%;
}
.main_naka h4 {
	margin: 16px 0 0;
	padding: 2px;
	border-bottom: 2px solid #007bbb;
	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: 10px;
    height: 10px;
    background: url(img/city25_img_arrow05.svg) no-repeat center / contain;
}
.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 20px;
			width: 100%;
		}
		.main_naka{
			padding: 0 20px;
			width: 100%;
		}
	}
/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	padding: 10px 20px 20px;
	background-color: #eee;
	font-size: 85%;
	border-radius: 20px;
}
.main_naka .page_head .pager{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 8px;
}
.main_naka .page_head .pager p {
	display: inline-block;
	margin-block: 8px;
	padding-left: 8px;
}
.main_naka .page_head .pager ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.main_naka .page_head .pager ul li {
	border-left: 1px solid #999;
	display: inline-block;
	margin: 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: 24px;
}
.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: right;
	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;
/*	align-items: flex-start;*/
	margin-bottom: -8px;
}
.design .main_naka .page_left .page_left_float .cate_post01,
.design .main_naka .page_left .page_left_float .cate_post02{
	margin-top: 0;
	margin-bottom:24px;
	margin-right: 2%;
	width: 49%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	border: 5px solid #C9F2F5;
	padding-bottom: 20px;
}
.design .main_naka .page_left .page_left_float .cate_post01:nth-child(2n),
.design .main_naka .page_left .page_left_float .cate_post02:nth-child(2n){
	margin-right: 0;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2,
.design .main_naka .page_left .page_left_float .cate_post02 h2{
	border-bottom: none;
	margin: 0;
	background-color: transparent;
	padding: 16px 20px 4px;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2 a,
.design .main_naka .page_left .page_left_float .cate_post02 h2 a{
	color: #487376;
}
.design .main_naka .page_left .page_left_float .cate_post01 h2::after,
.design .main_naka .page_left .page_left_float .cate_post02 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,
.design .main_naka .page_left .page_left_float .category02{
	padding-inline: 20px;
}
.design .main_naka .page_left .page_left_float .category01 + .slidemenu_lst,
.design .main_naka .page_left .page_left_float .category02 + .slidemenu_lst{
	padding: 0 20px;
	display: none;
}
.design .main_naka .page_left .page_left_float .cat_lst_btn{
	display: inline-block;
	float: right;
	margin: 20px 20px 0;
}
.main_naka .cat_lst_btn a{
	padding: 2px 2px 1px 18px;
	font-size: 85%;
	text-decoration: none;
	letter-spacing: 0.01em;
	border: 1px solid #ccc;
	display: block;
	position: relative;
	background-color: #fff;
}
.main_naka .cat_lst_btn a::before,
.main_naka .cat_lst_btn a::after{
	content: '';
	background: #555;
	position: absolute;
	left: 5px;
	top: 10px;
	height: 2px;
	width: 10px;
}
.main_naka .cat_lst_btn a::after{
	transform: rotate(90deg);
}
.main_naka .cat_lst_btn.active a::after{
	display: none;
}
.design .main_naka .page_right {
	float: left;
	width: 240px;
	margin-top: 24px;
}
.design .main_naka .page_right > *{
	margin-top: 24px;
}
.design .main_naka .page_right > *:first-child{
	margin-top: 0;
}
.design .main_naka .page_right ul{
	padding: 0;
/*	border-top: 1px solid #ccc;*/
}
.design .main_naka .page_right li{
	margin: 0;
	padding: 12px 6px 12px 30px;
}
.design .main_naka .page_right li.active{
	background-color: #FFEC83;
	border-radius: 10px;
	font-weight: bold;
}
.design .main_naka .page_right li::before{
	top: 1.2em;
	left: 12px;
	background-image: url("img/city25_img_arrow06.svg");
}
.design .main_naka .category01 li {
/*	display: inline-block;*/
}
.design .main_naka .category_p02 {
	font-size: 85%;
	margin: 12px 0;
	overflow: hidden;
}
.design .main_naka .category_p02 p{
	margin-top: 0;
}
	@media only screen and (max-width: 1024px) {
		.design .main_naka .page_left .page_left_float .cate_post01:nth-child(n),
		.design .main_naka .page_left .page_left_float .cate_post02:nth-child(n){
			margin-right: 2%;
			width: 49%;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:nth-child(2n),
		.design .main_naka .page_left .page_left_float .cate_post02:nth-child(2n){
			margin-right: 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:nth-child(n),
		.design .main_naka .page_left .page_left_float .cate_post02:nth-child(n){
			margin-right: 0;
			width: 100%;
		}
		.design .main_naka .page_left .page_left_float .cate_post01:last-child,
		.design .main_naka .page_left .page_left_float .cate_post02:last-child{
			margin-bottom: 0;
		}
		.design .main_naka .page_right{
			float: none;
			width: 100%;
		}
	}
/* アイキャッチあり */
.design .main_naka .category_p02 .cat_lst {
	margin-right: 112px;
}
.design .main_naka .category_p02 .cat_img {
	float: right;
	width: 96px;
	margin-top: 0;
}
/* 分類（先頭ページ以下）のスタイル */
.design .main_naka .cate_post02 li, .design .main_naka .category_end li {
	border-bottom: 1px solid #B4C2C3;
	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 .cs_search{
	margin-top: 16px;
	background: #eee;
	border-radius: 10px;
	padding: 12px 20px 24px;
}
.design .main_naka .cs_search form{
	display: flex;
	align-items: center;
}
.design .main_naka .cs_search .input_box{
	margin: 12px 10px 0;
	width: calc(100% - 190px);
}
.design .main_naka .cs_search .input_box input{
	width: 100%;
}
.design .main_naka .cs_search .cs_button{
	margin-top: 12px;
}
@media only screen and (max-width: 500px) {
	.design .main_naka .cs_search form{
		flex-wrap: wrap;
	}
	.design .main_naka .cs_search .label{
		width: 100%;
	}
	.design .main_naka .cs_search .input_box{
		margin-left: 0;
		width: calc(100% - 72px);
	}
}

/**** 新着情報のスタイル ****/
.design .main_naka .main_naka_new {
	border: 1px solid #ccc;
	padding: 18px 20px 20px;
	margin-top: 24px;
}
.design .main_naka .main_naka_new h2 {
	margin-top: 0;
}
.design .main_naka .main_naka_new h2::after {
	background: #333;
}
.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;
}
	@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;
	padding: 10px;
	border-radius: 20px;
	border: 2px solid #FFE240;
}
.design .main_naka .cat_aside h2{
	border: 0;
	color: #333;
	padding: 10px 12px 8px;
	margin-top: 0;
	background-color: transparent;
}
.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;
		}
	}
/* バナー広告 */
.design .main_naka .bana {
	margin-top: 24px;
	padding: 10px;
	background-color: #fff;
	border-radius: 20px;
	border: 2px solid #FFE240;
}
.design .main_naka .bana h2{
	color: #333;
	padding: 10px 12px 8px;
	margin-top: 0;
	border: 0;
	background-color: transparent;
}
.design .main_naka .bana h2::after{
	display: none;
}
.design .main_naka .bana_lower {
	text-align: center;
	border: 0;
	padding: 8px 14px 14px;
}
.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;
	gap: 12px 8px;
}
.design .main_naka .bana li {
	width: 160px;
	margin: 0;
	padding-left: 0;
}
.design .main_naka .bana li::before {
	display: none;
}
.design .main_naka .bana li:nth-of-type(6n) {
	margin-right: 0;
}
.design .main_naka .bana li .window {
	margin-top: 5px;
}
/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}
.innew .design .main_naka .new_post:first-child {
	margin-top: 0;
}
.innew .design .main_naka .new_post li {
	border-bottom: 1px solid #B4C2C3;
	margin-top: 16px;
	padding: 0 4px 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: 1224px;
	padding: 0 12px;
	width: 100%;
}
.main_naka_kiji {
	float: right;
	margin-left: 40px;
	width: calc(100% - 280px);
}
.waku .kiji_sub {
	margin-top: 8px;
	float: left;
	width: 240px;
}
	@media only screen and (max-width: 768px) {
		.main_naka_kiji{
			float: none;
			overflow: hidden;
			width: 100%;
			margin: 0;
		}
		.waku .kiji_sub{
			float: none;
			width: 100%;
		}
	}
/**** 詳細ページのスタイル ****/
.design .main_naka .syosai{
	overflow: hidden;
}
.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 0 3px;
	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 #ccc;
	padding: 1px;
	vertical-align: bottom;
}
/*上位分類のスタイル*/
.waku .kiji_sub .cat_list{
	margin-top: 16px;
	background-color: #fff;
}
.waku .kiji_sub .cat_list ul{
	padding: 0;
	border-top: 1px solid #ccc;
}
.waku .kiji_sub .cat_list li{
	margin: 0;
	padding: 10px 6px 9px 24px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.waku .kiji_sub .cat_list li.active{
	background-color: #eee;
}
.waku .kiji_sub .cat_list li::before{
	content: '';
    position: absolute;
    top: 15px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(
-45deg) translateX(-50%);
}

/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 16px;
	padding: 16px;
	border: 5px solid #FFEC83;
	font-size: 85%;
	text-align: center;
	word-wrap: break-word;
}
.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 6px 4px;
	border: 0;
	width: 100%;
	font-size: 118%;
	background: url("img/city25_img_dotted02.svg") repeat-x left bottom / auto 3px;
}
.waku .kiji_sub .kiji_aside.syosai_sonota p {
	text-align: left;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
	background: #555;
	font-size: 85%;
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}
.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: block;
	padding: 8px 5px 7px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
/*共通スタイル*/
.waku .kiji_sub .kiji_aside{
	margin-top: 16px;
	background: #fff;
	border: 5px solid #FFEC83;
	border-radius: 20px;
}
.waku .kiji_sub .kiji_aside_lower{
	padding: 0 16px 16px;
}
.waku .kiji_sub .kiji_aside h2 {
	padding: 16px 16px 8px;
}
.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: 10px;
    height: 10px;
    background: url("img/city25_img_arrow06.svg") no-repeat center / contain;
}
.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;
}
@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{
	border-bottom: 1px solid #ccc;
	font-size: 125%;
	padding: 2px;
	margin: 0 0 12px;
	background-color: transparent;
	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;
	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 #999;
}
.design .route li:last-child::after {
	display: none;
}
/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside{
	background: #fff;
    margin-bottom: 24px;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #3ACBD8;
}
.inkiji .main_naka .kiji_aside_lower,
.infaq .main_naka .kiji_aside_lower{
	padding: 0 16px 16px;
}
.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2{
	border: 0;
    color: #333;
    padding: 10px 12px 8px;
    margin-top: 0;
	background: transparent;
}
.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;
		}
	}
/* 関連リンク */
.inkiji .main_naka .kiji_aside.kanrenlink{
}
/* 外部RSS */
.inkiji .main_naka .kiji_aside.rssfide h2{
}
/* 同じ分類の記事 */
/*
.inkiji .main_naka .kiji_aside.kanrencon h2{
	background: #e8f4f9;
	color: #222;
}
*/
/* 組織内ジャンル */
/*
.inkiji .main_naka .kiji_aside.kakuka h2{
	background: #e8f4f9;
	color: #222;
}
*/
/* 関連コンテンツ */
/*
.inkiji .main_naka .kiji_aside.kanren h2{
	background: #e8f4f9;
	color: #222;
}
*/
/* 関連している可能性のある記事 */
/*
.inkiji .main_naka .kiji_aside.kanren2 h2{
	background: #e8f4f9;
	color: #222;
}
*/
/* お問い合わせフォーム */
/*
.main_naka .kiji_aside.syosai_sonota h2{
	background: #e8f4f9;
	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;
}


/**** 分類ctm_子育て ****/
.child_main_naka_h1_img{
	margin: 40px auto 0;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
	position: relative;
}
.child_main_naka_h1_img .h1_img{
	width: 305px;
	height: 198px;
	background-color: #005842;
	text-align: center;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -20px;
	left: 12px;
}
.child_main_naka_h1_img .h1_img div{
	margin: 0 auto;
}
.child_main_naka_h1_img .h1_img img{
	height: 71px;
}
.child_main_naka_h1_img .h1_img h1{
	padding: 0;
	color: #fff;
	font-size: 150%;
	position: relative;
}
.child_main_naka_h1_img .text{
	position: absolute;
	top: 0;
	right: 12px;
}
.child_main_naka_h1_img .text p{
	margin: 0;
	padding: 6px 10px;
	color: #666;
	font-size: 150%;
	background-color: #fff;
	font-family: "秀英角ゴシック金 B","Shuei KakuGo Kin B";
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.child_main_naka_h1_img .text p:first-child{
	margin: 40px 0 0;
}
.child_main_naka_h1_img .text p:last-child{
	margin: 10px 0 0 45px;
}
.child_main_naka_h1_img .text p img{
	margin-right: 4px;
	width: 17px;
	vertical-align: text-bottom;
}
.child_main_naka_h1_img .text .txt_blue{
	color: #1D50A2;
}
.child_main_naka_h1_img .text .txt_green{
	color: #196854;
}
.child_main_naka_h1_img .main_photo{
	margin: 0;
	padding-left: 20px;
}
@media only screen and (max-width: 768px) {
	.child_main_naka_h1_img{
		margin: 10px auto 0;
	}
	.child_main_naka_h1_img .h1_img{
		width: 230px;
		height: 130px;
	}
	.child_main_naka_h1_img .h1_img img{
		height: 50px;
	}
	.child_main_naka_h1_img .h1_img h1{
		font-size: 120%;
	}
	.child_main_naka_h1_img .text{
		margin: 0 0 4px 20px;
		position: static;
	}
	.child_main_naka_h1_img .text p:nth-child(n){
		margin: 0!important;
		padding: 0;
		font-size: 120%;
		display: inline;
	}
	.child_main_naka_h1_img .text p img{
		width: 14px;
	}
}
@media only screen and (max-width: 480px) {
	.child_main_naka_h1_img .h1_img{
		padding: 10px 16px;
		width: auto;
		height: auto;
	}
	.child_main_naka_h1_img .h1_img img{
		height: 34px;
	}
	.child_main_naka_h1_img .main_photo {
		padding-left: 12px;
	}
}
/*child_main_naka*/
.child_main_naka .main_naka{
	padding: 0;
	max-width: 100%;
}
.design .child_main_naka .main_naka > *{
	margin: 40px auto 0;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
}
@media only screen and (max-width: 768px) {
	.design .child_main_naka .main_naka > *{
		margin: 30px auto 0;
	}
.child_main_naka.blue.edu .main_naka .city_edu_ {
}
}
/*child_キャッチコピー*/
.child_main_naka .main_naka .child_catch{
	margin-top: 50px;
}
.child_main_naka .child_catch p{
	margin-top: 8px;
	font-size: 150%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.child_main_naka .child_catch p{
		margin-top: 4px;
		font-size: 125%;
	}
}
@media only screen and (max-width: 480px) {
	.child_main_naka .child_catch p{
		text-align: left;
	}
}
/*child_ポイント*/
.child_main_naka .main_naka .child_point{
	margin-top: 80px;
}
.child_main_naka .main_naka .child_catch + .child_point{
	margin-top: 40px;
}
.child_main_naka .child_point div{
	margin: 8px 0 0 8px;
	padding: 24px 10% 36px;
	border: 2px solid #005842;
	display: flex;
	position: relative;
}
.child_main_naka .child_point div::before{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	background-color: #F5F3ED;
	z-index: -1;
}
.child_main_naka .child_point h2{
	margin: 0 20px 0 0;
	padding: 0;
	width: 81px;
	border: 0;
	background-color: transparent;
}
.child_main_naka .child_point h2::after{
	content: none;
}
.child_main_naka .child_point ul{
	width: calc(100% - 101px);
}
.child_main_naka .child_point li{
	padding-left: 12px;
}
.child_main_naka .child_point li::before{
	top: 8px;
	width: 6px;
	height: 6px;
	background-color: #333;
	border: 0;
	border-radius: 50%;
	transform: rotate(0) translateX(0);
	background-image: none;
}
.child_main_naka .child_point li strong{
	color: #333;
}
@media only screen and (max-width: 768px) {
	.child_main_naka .main_naka .child_point{
		margin-top: 45px;
	}
	.child_main_naka .main_naka .child_catch + .child_point{
		margin-top: 30px;
	}
	.child_main_naka .child_point div{
		padding: 10px 20px 30px;
		display: block;
	}
	.child_main_naka .child_point ul{
		width: 100%;
	}
}
/*child_タイムライン*/
.child_tl{
	display: flex;
	justify-content: space-between;
}
.child_tl h2{
	margin: 0 20px 0 0;
	padding: 35px 0;
	width: 94px;
	color: #fff;
	font-size: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px #005842, -1px 1px 1px #005842, 1px -1px 1px #005842, -1px -1px 1px #005842, 1px 0 1px #005842, 0px 1px 1px #005842, -1px 0 1px #005842, 0 -1px 1px #005842;
	border: 0;
	position: relative;
	background-color: transparent;
}
.child_tl h2 span{
	position: relative;
	z-index: 2;
}
.child_tl h2::before{
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 70px;
	height: 70px;
	background-color: #005842;
	border-radius: 5px;
	transform: rotate(45deg);
	z-index: 1;
}
.child_tl h2::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 5px;
	height: calc(100% - 10px);
	background-color: #F5F3ED;
	border-radius: 3px;
	transform: translateX(-50%);
}
.child_tl > div{
	margin: 16px 0;
	width: calc(50% - 65px);
}
.child_tl > div:last-child{
	margin-left: 16px;
}
.child_tl .text_box h3{
	margin: 40px 0 0;
	padding: 16px 20px;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	font-family: "UD新ゴ R","UD Shin Go Regular";
	background-color: #005842;
	border: 0;
}
.child_tl .text_box h3:first-child{
	margin: 0;
}
.child_tl .text_box h3 strong{
	color: #fff;
	font-size: 112.5%;
}
.child_tl .left_content{
	width: calc(100% - (50% - 49px));
	display: flex;
	flex-direction: column;
}
.child_tl .left_content > div{
	margin-bottom: 40px;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.child_tl .left_content > div:last-child{
	margin-bottom: 0;
}
.child_tl .left_content h2{
	margin-top: -16px;
	min-height: calc(100% - 20px);
}
.child_tl .left_content .text_box{
	padding-bottom: 20px;
	width: calc(100% - 114px);
}
@media only screen and (max-width: 768px) {
	.child_tl{
		display: block;
	}
	.child_tl h2{
		margin: 0;
		padding: 30px 0;
		width: 100%;
		text-align: left;
	}
	.child_tl h2 span{
		width: 86px;
		text-align: center;
		display: inline-block;
	}
	.child_tl h2::before{
		width: 60px;
		height: 60px;
	}
	.child_tl h2::after{
		top: 50%;
		left: 10px;
		width: calc(100% - 10px);
		height: 5px;
		transform: translateY(-50%);
	}
	.child_tl > div:nth-child(n){
		margin: 16px 0;
		width: 100%;
	}
	.child_tl .text_box h3{
		margin: 20px 0 0;
		padding: 12px 14px;
		font-size: 90%;
	}
	.child_tl .left_content > div{
		margin-bottom: 0;
	}
	.child_tl .left_content h2{
		margin: 0 0 16px;
	}
	.child_tl .left_content .text_box{
		width: 100%;
	}
	.child_tl .left_content > div:last-child .text_box:last-child{
		padding: 0;
	}
}

/**** 分類ctm_憩い・楽しみ ****/
/*fun_キャッチコピー*/
.child_main_naka_h1_img.blue .main_photo{
	padding: 0 20px 0 0;
}
.child_main_naka_h1_img.blue .text{
	right: 32px;
}
.child_main_naka_h1_img.blue .text p{
	text-align: right;
}
.child_main_naka_h1_img.blue .text p:first-child{
	margin-top: 7.5vw;
}
.child_main_naka_h1_img.blue .text p:last-child{
	margin-left: 132px;
}
.child_main_naka_h1_img.blue .h1_img{
	background-color: #082557;
	right: 12px;
	left: auto;
}
/* fun_ポイント */
.child_main_naka.blue .child_point div{
	border-color: #082557;
}
@media only screen and (max-width: 768px){
	.child_main_naka_h1_img.blue .text{
		margin: 0 0 4px 0;
	}
	.child_main_naka_h1_img.blue .text p:last-child{
		margin: 0;
	}
}
/* fun_cy */
.child_main_naka_h1_img.fun .text{
	right: auto;
	left: 32px;
}
.child_main_naka_h1_img.fun .text p:first-child{
	margin: 7.5vw 40px 0 0;
}
.child_main_naka_h1_img.fun .text p:last-child{
	margin: 10px 0 0 172px;
}
.design .child_main_naka .city_fun_container{
	position: relative;
	margin-top: 80px;
	padding-bottom: 5vw;
	z-index: 2;
}
.city_fun_container::before{
	content: "";
	position: absolute;
	width: 92%;
	height: calc(100% - 60px);
	background-color: #E8E8E8;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.city_fun_container .img_area{
	max-width: 740px;
	width: 100%;
}
.city_fun_container:nth-child(odd) .img_area{
	margin: 0 0 0 auto;
}
.city_fun_container .text_area{
	display: flex;
	justify-content: center;
	position: absolute;
    bottom: 0;
    right: 12px;
    max-width: 550px;
	min-height: 275px;
	width: 45%;
	background: #fff;
    padding: 50px 30px 30px;
    border: 2px solid #005842;
}
.city_fun_container .text_area_in{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.city_fun_container:nth-child(odd) .text_area{
	right: auto;
	left: 12px;
}
.city_fun_container .text_area h2{
	font-size: 150%;
	border-bottom: 0;
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 75px;
	padding: 0 0 20px;
	background-color: transparent;
}
.city_fun_container .text_area h2::after{
	display: none
}
.city_fun_container .text_area h2 > span{
	position: relative;
}
.city_fun_container .text_area h2 > span::after{
	content: "";
	position: absolute;
	background-color: #005842;
	width: 80px;
	height: 2px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.city_fun_container .text_area h2 span{
	display: block;
}
.city_fun_container .text_area p{
	margin-top: 20px;
}
.city_fun_container .text_area .link{
	text-align: center;
}
.city_fun_container .text_area .link a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #005842;
	padding: 20px 51px 20px 30px;
	position: relative;
	max-width: 360px;
	width: 100%;
}
.city_fun_container .text_area .link a span::before{
	content: '';
    position: absolute;
    bottom: 32px;
    right: 16px;
    width: 35px;
    height: 1px;
    background-color: #fff;
}
.city_fun_container .text_area .link a span::after{
	content: '';
    position: absolute;
    bottom: 36px;
    right: 14px;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
.city_fun_container .text_area .link a:hover{
	background-color: #007053;
}
@media only screen and (max-width: 768px){
	.city_fun_container .text_area{
		position: static;
		width: 100%;
		margin: 2.4vw 0 0 auto;
		padding: 24px 20px 30px;
		min-height: 250px;
	}
}
@media only screen and (max-width: 500px){
	.design .child_main_naka .city_fun_container{
		margin-top: 50px;
	}
	.city_fun_container .img_area{
		padding: 0 15px;
	}
	.city_fun_container .text_area{
		min-height: 210px;
		padding-bottom: 20px;
	}
	.city_fun_container .text_area h2{
		padding: 20px 0 30px;
		font-size: 125%;
	}
	.city_fun_container .text_area p{
		margin-top: 15px;
	}
	.city_fun_container .text_area .link a{
		padding: 15px 51px 15px 30px;
	}
	.city_fun_container .text_area .link a span::before{
		right: 12px;
		bottom: 27px;
	}
	.city_fun_container .text_area .link a span::after{
		right: 10px;
		bottom: 31px;
	}
}


/**** 分類ctm_アクセス ****/
/*acc_キャッチコピー*/
.child_main_naka_h1_img.blue.access .text{
	right: auto;
	left: 0;
	max-width: 59%;
}
.child_main_naka_h1_img.blue.access .text p{
	margin: 80px 0 0 12px;
}
/*acc_content*/
.design .child_main_naka .acc_content{
	margin-top: 80px;
}
.child_main_naka .acc_content h2{
	margin: 0;
	padding: 0;
	font-size: 150%;
	text-align: center;
	border: 0;
	background-color: transparent;
}
.child_main_naka .acc_content h2::after{
	content: none;
}
.child_main_naka .acc_content h2 span{
	padding: 0 140px;
	color: #082557;
	display: inline-block;
	position: relative;
}
.child_main_naka .acc_content h2 span::before,
.child_main_naka .acc_content h2 span::after{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	width: 120px;
	height: 2px;
	background-color: #082557;
}
.child_main_naka .acc_content h2 span::before{ left: 0; }
.child_main_naka .acc_content h2 span::after{ right: 0; }
.child_main_naka .acc_content .intro{
	margin: 16px 0 20px;
	text-align: center;
}
.child_main_naka .acc_content .intro p{
	margin-top: 4px;
}
.child_main_naka .acc_content .flex_box{
	display: flex;
}
.child_main_naka .acc_content .flex_box .t_box{
	padding: 30px;
	width: 39%;
	background-color: #F5F3ED;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.child_main_naka .acc_content .flex_box .t_box > div{
	padding: 40px;
	width: 100%;
	background-color: #fff;
	border: 2px solid #082557;
	position: relative;
}
.child_main_naka .acc_content .flex_box .t_box > div::before{
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: #082557;
	z-index: -1;
}
.child_main_naka .acc_content .flex_box .t_box li{
	margin: 0;
	padding: 10px 5px 7px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.child_main_naka .acc_content .flex_box .t_box li::before{
	content: none;
}
.child_main_naka .acc_content .flex_box .t_box li .tit{
/*	width: calc(100% - 115px);*/
	font-size: 125%;
	flex: 1;
}
.child_main_naka .acc_content .flex_box .t_box li .time{
/*	width: 115px;*/
	font-size: 125%;
	text-align: right;
	line-height: 1;
}
.child_main_naka .acc_content .flex_box .t_box li strong{
	padding: 0 3px;
	color: #333;
	font-size: 200%;
}
.child_main_naka .acc_content .flex_box .t_box .note{
	font-size: 75%;
	text-align: center;
}
.child_main_naka .acc_content .flex_box .map{
	margin: 0;
	width: 61%;
}
/*道路図*/
.child_main_naka .acc_content.road .flex_box{
	flex-direction: row-reverse;
}
.child_main_naka .acc_content.road .flex_box .t_box{
	width: 47%;
}
.child_main_naka .acc_content.road .flex_box .t_box > div{
	border-color: #005842;
}
.child_main_naka .acc_content.road .flex_box .t_box > div::before{
	background-color: #005842;
}
.child_main_naka .acc_content.road .flex_box .map{
	width: 53%;
}
@media only screen and (max-width: 999px) {
	.child_main_naka .acc_content .flex_box .t_box{
		padding: 10px 20px 20px 10px;
	}
	.child_main_naka .acc_content .flex_box .t_box > div{
		padding: 15px;
	}
	.child_main_naka .acc_content .flex_box .t_box li .tit{
		width: calc(100% - 95px);
		font-size: 115%;
	}
	.child_main_naka .acc_content .flex_box .t_box li .time{
		width: 95px;
		font-size: 115%;
	}
	.child_main_naka .acc_content .flex_box .t_box li strong{
		padding: 0 3px;
		font-size: 150%;
	}
}
@media only screen and (max-width: 768px) {
	.design .child_main_naka .acc_content{
		margin-top: 50px;
	}
	.child_main_naka .acc_content h2{
		font-size: 125%;
	}
	.child_main_naka .acc_content h2 span{
		padding: 0 60px;
	}
	.child_main_naka .acc_content h2 span::before,
	.child_main_naka .acc_content h2 span::after{
		width: 50px;
	}
	.child_main_naka_h1_img.blue.access .text{
		max-width: 100%;
	}
	.child_main_naka .acc_content .intro{
		text-align: left;
	}
	.child_main_naka .acc_content .flex_box,
	.child_main_naka .acc_content.road .flex_box{
		flex-direction: column;
	}
	.child_main_naka .acc_content .flex_box .t_box,
	.child_main_naka .acc_content.road .flex_box .t_box{
		width: 100%;
	}
	.child_main_naka .acc_content .flex_box .t_box{
		padding: 20px 30px 30px 20px;
	}
	.child_main_naka .acc_content .flex_box .t_box > div{
		padding: 15px;
	}

	.child_main_naka .acc_content .flex_box .map{
		margin: 0 auto;
		width: 100%;
		max-width: 732px;
		height: 100%;
	}
	.child_main_naka .acc_content.road .flex_box .map{
		margin: 0 auto;
		width: 100%;
		max-width: 636px;
	}
	.child_main_naka .acc_content .flex_box .t_box li .tit{
		width: calc(100% - 95px);
		font-size: 115%;
	}
	.child_main_naka .acc_content .flex_box .t_box li .time{
		width: 95px;
		font-size: 115%;
	}
	.child_main_naka .acc_content .flex_box .t_box li strong{
		padding: 0 3px;
		font-size: 150%;
	}
}
@media only screen and (max-width: 420px) {
	.child_main_naka .acc_content .flex_box .t_box li{
		display: block;
	}
	.child_main_naka .acc_content .flex_box .t_box li .tit,
	.child_main_naka .acc_content .flex_box .t_box li .time{
		width: 100%;
		font-size: 100%;
		display: block;
	}
}


/**** 分類ctm_施設 ****/
.child_main_naka_h1_img.facility .text{
	right: auto;
	left: 0;
	top: auto;
	bottom: 50px;
}
.child_main_naka_h1_img.facility .text p:last-child{
	margin: 0 0 0 12px;
}
/*vis_city_下層*/
.design .child_main_naka .fan_slide{
	margin-top: 100px;
	padding: 0;
}
.fan_slide h2{
	margin: 0;
	padding: 0;
	font-size: 200%;
	text-align: center;
	border: 0;
	background-color: transparent;
}
.fan_slide h2::after{
	content: none;
}
.fan_slide h2 > span{
	padding: 0 140px;
	color: #082557;
	display: inline-block;
	position: relative;
}
.fan_slide h2 > span::before,
.fan_slide h2 > span::after{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	width: 120px;
	height: 2px;
	background-color: #082557;
}
.fan_slide h2 > span::before{ left: 0; }
.fan_slide h2 > span::after{ right: 0; }
.fan_slide h2 span.small{
	margin-left: 5px;
	font-size: 65%;
}
.child_main_naka .vis_bg{
    margin: 20px 0 0;
/*	overflow-y: auto;*/
}
.child_main_naka .vis_bg .slick-slide{
    margin: 0 12px;
}
.child_main_naka .vis_slider li{
	margin: 0;
	padding: 0;
}
.child_main_naka .vis_slider li::before{
	content: none;
}
.child_main_naka .vis_slider li a{
	text-decoration: none;
	display: block;
}
.child_main_naka .vis_slider li a:hover img{
	opacity: 0.7;
}
.child_main_naka .vis_slider li .caption{
	position: relative;
	margin-top: -14px;
	padding: 16px 10px;
	width: calc(100% - 40px);
	color: #fff;
	font-size: 100%;
	line-height: 1.5;
	background-color: #082557;
	z-index: 10;
}
.child_main_naka .vis_slider li a:hover .caption{
	background-color: #003283;
}
.child_main_naka .vis_slider li .caption strong{
	color: #fff;
}
.child_main_naka .vis_slider li .window{
	margin-top: 4px;
	line-height: 1.5;
}
/*停止・再生*/
.child_main_naka .vis_slider .slick-dots{
	display: none!important;
}
.child_main_naka .vis_bg .buttons{
	display: none;
	margin: 20px 12px 0;
	text-align: right;
}
.child_main_naka .vis_bg .slick-dotted + .buttons{
	display: block;
}
.child_main_naka .vis_bg .button{
	display: none;
}
.child_main_naka .vis_bg .button.active{
	display: inline-block;
}
.child_main_naka .vis_bg .button a{
    text-decoration: none;
    background: #fff;
    border: 1px solid #082557;
    padding: 7px 10px 5px 28px;
	display: block;
	position: relative;
}
.child_main_naka .vis_bg .button a:hover{
    background: #F5F3ED;
}
.child_main_naka .vis_bg .js-stop a::before,
.child_main_naka .vis_bg .js-stop a::after{
    content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1px;
	height: 16px;
	background: #082557;
}
.child_main_naka .vis_bg .js-stop a::after{
	left: 18px;
}
.child_main_naka .vis_bg .js-play a::before{
    content: '';
	position: absolute;
	top: 11px;
	left: 12px;
	border: 7px solid transparent;
	border-left: 9px solid #082557;
}
/* 矢印 */
.child_main_naka .vis_bg .slick-arrow{
    position: absolute;
    top: calc(100% + 36px);
    padding: 7px 10px 5px;
	min-width: 76px;
	color: #2b3095!important;
    text-decoration: none!important;
    background: #fff;
	border: 1px solid #082557;
    display: inline-block;
    z-index: 100;
}
.child_main_naka .vis_bg .slick-prev{
    left: 12px;
	padding-left: 28px;
}
.child_main_naka .vis_bg .slick-next{
    left: 97px;
	right: auto;
	padding-right: 28px;
}
#body .child_main_naka .vis_bg .slick-prev:hover,
#body .child_main_naka .vis_bg .slick-next:hover{
    background: #F5F3ED;
}
.child_main_naka .vis_bg .slick-arrow::before{
	content: '';
	position: absolute;
	top: 13px;
	left: 12px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #082557;
	border-left: 1px solid #082557;
	transform: rotate(-45deg);
}
.child_main_naka .vis_bg .slick-next::before{
	left: auto;
	right: 12px;
	transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
	.design .child_main_naka .fan_slide{
		margin-top: 50px;
		padding: 0 7px;
	}
	.fan_slide h2{
		font-size: 125%;
	}
	.fan_slide h2 > span{
		padding: 0 60px;
	}
	.fan_slide h2 > span::before,
	.fan_slide h2 > span::after{
		width: 50px;
	}
	.fan_slide h2 span.small{
		font-size: 80%;
	}
	.child_main_naka .vis_bg{
		margin-top: 10px;
	}
	.child_main_naka .vis_bg .slick-slide {
		margin: 0 5px;
	}
	.child_main_naka .vis_slider li .caption{
		margin-top: -14px;
		padding: 10px 8px;
		width: calc(100% - 20px);
		font-size: 90%;
		line-height: 1.3;
	}
	.child_main_naka .vis_bg .slick-prev{
		top: calc(100% + 26px);
		left: 0.3125em;
	}
	.child_main_naka .vis_bg .slick-next{
		top: calc(100% + 26px);
		left: 5.2625em;
	}
	.child_main_naka .vis_bg .buttons{
		margin: 10px 5px 0;
	}
}

/**** 分類ctm_教育 ****/
.child_main_naka_h1_img.edu .text{
	right: auto;
	left: 32px;
	top: auto;
	bottom: 100px;
}
.child_main_naka_h1_img.edu .text p:first-child{
	margin: 0 164px 0 0;
}
.child_main_naka_h1_img.edu .text p:last-child{
	margin: 10px 0 0 80px;
}
.child_main_naka.edu .city_edu_box{
	padding: 0 0 120px;
	max-width: 100%;
    position: relative;
	z-index: 2;
}
.child_main_naka.edu .city_edu_box::before{
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(1200px + (50% - 600px));
    height: calc(100% - 90px);
    background-color: #F5F3ED;
	z-index: -1;
}
.city_edu_box .city_edu_container{
	margin: 120px auto 0;
	padding: 0 12px;
	width: 100%;
	max-width: 1224px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.city_edu_box .city_edu_container:nth-child(2n - 1){
	flex-direction: row-reverse;
}
.city_edu_container .text_area{
	padding: 34px 40px;
	width: calc(50% - 50px);
	background-color: #fff;
}
.city_edu_container .text_area h2{
	margin: 0 0 24px;
	padding: 0;
	color: #082557;
	font-size: 150%;
	border: 0;
	background-color: transparent;
}
.city_edu_container .text_area h2::after{
	content: none;
}
.city_edu_container .text_area p{
	margin-top: 20px;
}
.city_edu_container .text_area .link{
	text-align: center;
}
.city_edu_container .text_area .link a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #082557;
	padding: 20px 51px 20px 30px;
	position: relative;
	max-width: 360px;
	width: 100%;
}
.city_edu_container .text_area .link a span::before{
	content: '';
    position: absolute;
    bottom: 32px;
    right: 16px;
    width: 35px;
    height: 1px;
    background-color: #fff;
}
.city_edu_container .text_area .link a span::after{
	content: '';
    position: absolute;
    bottom: 36px;
    right: 14px;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
.city_edu_container .text_area .link a:hover{
	background-color: #003283;
}
.city_edu_container .img_area{
	margin: 0 0 50px;
	width: 50%;
}
@media only screen and (max-width: 1199px) {
	.child_main_naka.edu .city_edu_box::before{
		width: calc(100% - 12px);
	}
}
@media only screen and (max-width: 999px) {
	.city_edu_container .text_area{
		padding: 14px 20px;
		width: 440px;
	}
	.city_edu_container .text_area h2{
		margin: 0 0 14px;
	}
	.city_edu_container .text_area p{
		margin-top: 14px;
	}
	.city_edu_container .img_area{
		margin: 0 0 30px;
		width: calc(100% - 470px);
	}
}
@media only screen and (max-width: 768px) {
.child_main_naka.edu .city_edu_box{
	padding: 0 0 40px;
}
.child_main_naka.edu .city_edu_box::before{
    width: 100%;
    height: calc(100% - 40px);
}
.city_edu_box .city_edu_container{
	margin: 40px auto 0;
	display: block;
}
.city_edu_box .city_edu_container:nth-child(2n - 1){
	flex-direction: row;
}
.city_edu_container .text_area{
	margin: -40px 0 0 5%;
	width: 95%;
	position: relative;
}
.city_edu_container .text_area h2{
	font-size: 125%;
}
.city_edu_container .img_area{
	margin: 0;
	width: 95%;
}
}
@media only screen and (max-width: 500px){
	.city_edu_container .text_area .link a{
		padding: 15px 51px 15px 30px;
	}
	.city_edu_container .text_area .link a span::before{
		right: 12px;
		bottom: 27px;
	}
	.city_edu_container .text_area .link a span::after{
		right: 10px;
		bottom: 31px;
	}
}

/**** 大きな文字で印刷 ****/
.main_naka .print_btn{
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main_naka .print_btn span:nth-child(n + 2){
	margin-left: 10px;
}
.main_naka .print_btn span a{
	padding: 4px 34px 4px 6px;
	font-size: 90%;
	text-decoration: none;
	background: #fff;
	background-image: url(img/icon_print.png);
    background-position: right 6px center;
    background-size: 20px auto;
    background-repeat: no-repeat;
	border: 1px solid #ccc;
	display: inline-block;
}
.main_naka .print_btn a:hover{
	background-color: #F5F3ED;
}
