@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;
}

/******************** FONT ********************/

@font-face {
	font-family: 'GenJyuuGothic';
	src: url(font/GenJyuuGothic-Light.ttf);
	font-weight: 300;
}

@font-face {
	font-family: 'GenJyuuGothic';
	src: url(font/GenJyuuGothic-Normal.ttf);
	font-weight: 400;
}

@font-face {
	font-family: 'GenJyuuGothic';
	src: url(font/GenJyuuGothic-Regular.ttf);
	font-weight: 500;
}

@font-face {
	font-family: 'GenJyuuGothic';
	src: url(font/GenJyuuGothic-Medium.ttf);
	font-weight: 600;
}

/******************** 共通設定 ********************/
body {
	font-family: "BIZ UDPGothic", 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;
	background-color: #F7F7F7;
}

/**** テキスト ****/
p,
li {
	margin-top: 12px;
}

.small {
	font-size: 85%;
}

/**** リンク ****/
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;
}

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

.main h2 .window {
	font-size: 50%;
	margin: 0 0 0 10px;
	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: 3;
}

.skip_sp {
	display: none;
}

/**** フォーム ****/
#body input,
#body button,
#body textarea {
	background: #fff;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.1em;
}

/* text,textarea */
#body input[type="text"],
#body textarea {
	background: #fff;
	padding: 6px 4px;
}

/* select */
select,
#body select[size],
#body select[multiple],
#body select[size][multiple] {
	padding: 4px;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.1em;
}

/* submit,reset,button */
#body input[type="submit"],
#body input[type="reset"],
#body input[type="button"],
button {
	background: #555;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 81.25%;
	text-align: center;
	padding: 4px 16px;
}

#body input[type="submit"]:hover,
#body input[type="reset"]:hover,
#body input[type="button"]:hover,
#body button:hover {
	background: #666;
}

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

.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
	margin-left: 12px;
}

.noscript {
	font-size: 85%;
	color: #DA152F;
}

.none {
	display: none;
}

/******************** レイアウトCSS ********************/

/********************** ヘッダー **********************/
.main_header {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.main_header {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 576px) {
	.main_header {
		padding: 15px;
	}
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
	font-size: 87.5%;
}

.h_top .h_toplist02 {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
	gap: 10px 15px;
}

.h_top .h_toplist02>li {
	float: left;
	margin: 0;
}

.h_top .h_toplist02>li:first-of-type {
	margin-left: 0px;
}

.h_top .h_toplist02>li a {
	display: block;
	border-radius: 4px;
	border-radius: 20px;
	background: #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.h_top_wrap {
		display: none;
	}
}

/* フォントサイズ */
.font_tit,
.font,
.font_list li {
	float: left;
}

.font_size {
	margin-left: 16px;
}

.font_tit {
	margin-right: 10px;
	font-weight: bold;
}

.font_size,
.font_list {
	display: flex;
	flex-wrap: nowrap;
}

.font_list li {
	margin-top: 0;
}

.font_list li a {
	padding: 10px;
}

.font_list li a:hover:not(:active) {
	background-color: #FFFDF2;
	color: #4C6CB3;
	transition: 0.3s;
}

.font_list li.normal a {
	background-color: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	border-radius: 20px 0 0 20px;
	color: #FFF;
}

.font_list li.big a {
	background-color: #FFF;
	border: 1.5px solid #4C6CB3;
	border-left: none;
	border-radius: 0px 20px 20px 0px;
	color: #4C6CB3;
}

/* 音声読み上げ */
.h_top .h_toplist02>li.voice a {
	border: 1.5px solid #4C6CB3;
	border-radius: 20px;
	padding: 10px 30px 10px 15px;
	color: #1E50A2;
	font-weight: bold;
	position: relative;
	transition: 0.3s;
}

.h_top .h_toplist02>li.voice a:hover {
	background-color: #FFFDF2;
}

.h_top .h_toplist02>li.voice a::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow_footlink.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 5px;
	height: 9px;
	top: calc(50% - 5px);
	right: 10px;
	transition: 0.3s;
}

.h_top .h_toplist02>li.voice a:hover::before {
	right: 7px;
}

/* Languages */
.h_sub_shien>.language {
	position: relative;
}

.h_sub_shien>.language .lang_btn {
	margin: 0;
}

.h_sub_shien>.language .lang_btn.active a {
	border-radius: 20px 20px 0 0;
}

.h_sub_shien>.language .lang_btn a:hover {
	background-color: #FFFDF2;
}

.h_sub_shien>.language .lang_btn a {
	border: 1.5px solid #4C6CB3;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 10px 30px 10px 15px;
	position: relative;
	text-decoration: none;
	color: #1E50A2;
	font-weight: bold;
	transition: 0.3s;
}

.h_sub_shien>.language .lang_btn a:hover {
	background-color: #FFFDF2;
}

.h_sub_shien>.language .lang_btn a::before {
	content: '';
	position: absolute;
	background-image: url(img/icon_arrow_lang.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 10px;
	top: calc(50% - 3px);
	width: 10px;
	height: 10px;
	transition: 0.3s;
}

.h_sub_shien>.language .lang_btn a:hover::before {
	top: 50%;
}

.h_sub_shien>.language .lang_btn.active a::before {
	top: calc(50% - 6px);
	transform: rotate(180deg);
	transition: 0.3s;
}

.h_sub_shien>.language .lang_btn.active a:hover::before {
	top: calc(50% - 6px);
}

.h_sub_shien>.language ul {
	display: none;
	background: #fff;
	border: 1.5px solid #4C6CB3;
	border-top: none;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
}

.h_sub_shien>.language ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.h_sub_shien>.language ul li:last-child {
	border-bottom: 0;
}

.h_sub_shien>.language ul li a {
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	padding: 6px 4px;
	width: 100%;
	color: #1E50A2;
	border-radius: 0;
}

.h_sub_shien>.language ul li:last-of-type a {
	border-radius: 0 0 20px 20px;
}

.h_sub_shien>.language ul li a:hover {
	background-color: #FFFDF2;
}

/* 検索ボックス */
.search .src_box #cse-search-box {
	display: flex;
}

#body .search .src_box .q {
	width: 175px;
	margin: 0;
	padding: 5px 10px;
	border: 1.5px solid #4C6CB3 !important;
	border-radius: 20px 0 0 20px;
	border-right: none;
}

.search .src_box #search_button {
	width: 60px;
	margin: 0;
	padding: 10px 5px;
	background: #4C6CB3;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
	border: 1.5px solid #4C6CB3;
	border-radius: 0 20px 20px 0;
	border-left: none;
	white-space: normal;
	transition: 0.3s;
}

.search .src_box #search_button:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

/* 記事ID検索 */
.h_sub_shien .search_id_box {
	position: relative;
}

.h_sub_shien .search_id_box .search_id {
	margin: 0;
}

.h_top .h_toplist02>li .search_id_box .search_id a {
	display: inline-block;
	border: 1.5px solid #4C6CB3;
	border-radius: 20px;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
	color: #1E50A2;
	font-weight: bold;
	transition: 0.3s;
}

.h_top .h_toplist02>li .search_id_box .search_id a:hover {
	background-color: #FFFDF2;
}

.h_sub_shien .search_id_box .search_id a::before {
	content: '';
	position: absolute;
	background-image: url(img/icon_arrow_lang.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 10px;
	top: calc(50% - 3px);
	width: 10px;
	height: 10px;
	transition: 0.3s;
}

.h_sub_shien .search_id_box .search_id a:hover::before {
	top: 50%;
}

.h_sub_shien .search_id_box .search_id a.active::before {
	transition: 0.3s;
	top: calc(50% - 6px);
	transform: rotate(180deg);
}

.h_sub_shien .search_id_box .search_id a.active:hover::before {
	top: calc(50% - 6px);
}

.h_sub_shien .search_id_box .search_id_lower {
	display: none;
	width: 320px;
	background: #fff;
	border: 1.5px solid #4C6CB3;
	border-radius: 10px;
	position: absolute;
	top: calc(100% - 2px);
	z-index: 100;
	right: 0;
	margin-top: 17px;
	padding: 15px;
}

.h_sub_shien .search_id_box .search_id_lower::before {
	content: '';
	position: absolute;
	right: 55px;
	top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #4C6CB3 transparent;
	transition: 0.3s;
}

.h_sub_shien .search_id_box .search_id_lower .search_id_txt {
	margin: 0;
	text-align: center;
}

.h_sub_shien .search_id_lower .src_box {
	margin-top: 10px;
	width: 100%;
}

.h_sub_shien .search_id_lower .src_box #cse-search-box2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-wrap: wrap;
}

.h_sub_shien .search_id_lower .src_box #cse-search-box2 .id_error {
	margin-top: 10px;
	color: #DA152F;
	font-size: 80%;
}

#body .h_sub_shien .search_id_lower .src_box .q {
	width: calc(100% - 60px);
	border: 1.5px solid #4C6CB3;
	border-radius: 20px 0 0 20px;
	padding: 5px 10px;
}

#body .h_sub_shien .search_id_box .search_id_lower .src_box button {
	background-color: #4C6CB3;
	border-radius: 0 5px 5px 0;
	padding: 10px 5px;
	font-size: 100%;
	width: 60px;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
	border: 1.5px solid #4C6CB3;
	border-radius: 0 20px 20px 0;
	border-left: none;
	white-space: normal;
	transition: 0.3s;
}

#body .h_sub_shien .search_id_box .search_id_lower .src_box button:hover {
	background-color: #FFF;
	color: #4C6CB3;
}

/**** ヘッダーメイン ****/
.head_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
	position: relative;
}

.h_main .h1 {
	width: 295px;
	margin: 0;
}

.h_main .h1 a {
	transition: 0.3s;
}

.h_main .h1 a:hover {
	opacity: 0.7;
}

@media (max-width: 1200px) {
	.head_in {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.head_in {
		flex-wrap: nowrap;
		gap: 10px;
		margin: 0;
	}

	.h_main .h1 {
		width: 240px;
	}
}

@media screen and (max-width: 576px) {
	.h_main {
		max-width: 180px;
	}

	.h_main .h1 {
		width: 100%;
	}
}

/**** グローバルナビ ****/
.g_navi {
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	width: 70%;
}

.g_navi_in {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	gap: 25px;
}

.g_navi_in>li {
	width: calc(100% / 6);
	max-width: 120px;
	margin: 0;
	display: flex;
}

.g_navi_in>li>a {
	display: block;
	position: relative;
	z-index: 2;
	background: #FFF;
	border: 2px solid #4C6CB3;
	color: #4C6CB3;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	width: 100%;
	border-radius: 20px;
	padding: 80px 5px 8px 5px;
	transition: 0.3s;
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
}

.g_navi_in>li.sightseeing>a {
	padding-top: 68px;
}

.g_navi_in>li>a>strong {
	display: block;
	font-family: 'GenJyuuGothic';
	font-weight: 600;
	font-size: 87.5%;
}

.g_navi_in>li>a:hover,
.g_navi_in>li.active>a {
	background-color: #4C6CB3;
	border-color: #4C6CB3;
	color: #FFF;
	box-shadow: none;
}

.g_navi_in>li.ema>a {
	background-color: #DA152F;
	border: 2px solid #DA152F;
	color: #FFF;
}

.g_navi_in>li.ema>a:hover {
	background-color: #FFF;
	color: #DA152F;
}

.g_navi_in>li>a::before {
	position: absolute;
	content: '';
	width: 55px;
	height: 55px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 15px;
	left: calc(50% - 27px);
	transition: 0.3s;
}

.g_navi_in>li.home>a::before {
	background-image: url(img/icon_gnav_home_b.png);
}

.g_navi_in>li.kurashi>a::before {
	background-image: url(img/icon_gnav_bell_b.png);
}

.g_navi_in>li.sightseeing>a::before {
	background-image: url(img/icon_gnav_flag_b.png);
}

.g_navi_in>li.business>a::before {
	background-image: url(img/icon_gnav_company_b.png);
}

.g_navi_in>li.city>a::before {
	background-image: url(img/icon_gnav_city_b.png);
}

.g_navi_in>li.ema>a::before {
	background-image: url(img/icon_gnav_ema_w.png);
}

.g_navi_in>li.home>a:hover::before,
.g_navi_in>li.active.home>a::before {
	background-image: url(img/icon_gnav_home_y.png);
}

.g_navi_in>li.kurashi>a:hover::before,
.g_navi_in>li.active.kurashi>a::before {
	background-image: url(img/icon_gnav_bell_y.png);
}

.g_navi_in>li.sightseeing>a:hover::before,
.g_navi_in>li.active.sightseeing>a::before {
	background-image: url(img/icon_gnav_flag_y.png);
}

.g_navi_in>li.business>a:hover::before,
.g_navi_in>li.active.business>a::before {
	background-image: url(img/icon_gnav_company_y.png);
}

.g_navi_in>li.city>a:hover::before,
.g_navi_in>li.active.city>a::before {
	background-image: url(img/icon_gnav_city_y.png);
}

.g_navi_in>li.ema>a:hover::before,
.g_navi_in>li.active.ema>a::before {
	background-image: url(img/icon_gnav_ema_r.png);
}

@media (max-width: 1200px) {
	.g_navi {
		width: 100%;
	}

	.g_navi_in {
		justify-content: center;
		gap: 15px;
	}

	.g_navi_in>li>a {
		padding: 80px 3px 8px 3px;
	}
}

@media screen and (max-width: 768px) {
	.g_navi {
		display: none;
	}
}

/**** スマホメニューに関するスタイル ****/
.head_sp_btn {
	display: flex;
	gap: 15px;
}

#bosai_button {
	margin-top: 0;
}

#bosai_button a {
	background: #DA152F url(img/icon_gnav_ema_w.png) no-repeat;
	background-size: 30px auto;
	background-position: 50% 3px;
	color: #FFF;
	font-size: 62.5%;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	padding: 35px 3px 3px;
	min-height: 54px;
	width: 54px;
	word-wrap: break-word;
	text-align: center;
	transition: 0.3s;
}

#bosai_button a:hover {
	opacity: 0.7;
}

#lang_drop {
	margin-top: 0;
}

#lang_drop a {
	background: #fff url(img/icon_lang.svg) no-repeat;
	background-size: 23px auto;
	background-position: 5px 6px;
	color: #4C6CB3;
	font-size: 57.5%;
	font-weight: bold;
	letter-spacing: -0.1em;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	padding: 35px 0 3px;
	min-height: 54px;
	width: 54px;
	word-wrap: break-word;
	border: 2px solid #4C6CB3;
	text-align: center;
	position: relative;
	transition: 0.3s;
}

#lang_drop a:hover {
	opacity: 0.7;
}

#lang_drop a:before,
#lang_drop a:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 5px;
	background: #4C6CB3;
	height: 3px;
	width: 14px;
	transition: 0.3s;
}

#lang_drop a:after {
	transform: rotate(90deg);
}

#lang_drop.active a:after {
	transform: rotate(0deg);
}

.lang_detail {
	display: none;
	background: #fff;
	border: 1.5px solid #4C6CB3;
	border-radius: 10px;
	padding: 10px;
	margin-top: 5px;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}

.lang_detail::before {
	content: '';
	position: absolute;
	right: 85px;
	top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #4C6CB3 transparent;
	transition: 0.3s;
}

.lang_detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.lang_detail ul li {
	padding: 0;
	margin: 0;
}

.lang_detail ul li a {
	background: #fff;
	border: 1.5px solid #4C6CB3;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-size: 80%;
	color: #4C6CB3;
	text-decoration: none;
	padding: 6px 12px;
	min-height: 36px;
	width: 100%;
	transition: 0.3s;
}

.lang_detail ul li a:hover {
	background: #FFFDF2;
}

#menu_button {
	margin: 0;
}

#menu_button a {
	position: relative;
	background: #4C6CB3;
	color: #fff;
	font-size: 65%;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 35px 3px 3px;
	min-height: 54px;
	width: 54px;
	word-break: break-all;
	transition: 0.3s;
}

#menu_button a:hover {
	opacity: 0.7;
}

#menu_button a .icon_ham {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 30px;
}

#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 30px;
}

#menu_button a .icon_ham:before {
	top: 8px;
}

#menu_button a .icon_ham:after {
	top: 16px;
}

@media (min-width: 769px) {
	.head_sp_btn {
		display: none !important;
	}
}

@media screen and (max-width: 576px) {
	.head_sp_btn {
		gap: 5px;
	}

	.lang_detail {
		margin-top: 15px;
	}

	.lang_detail::before {
		right: 75px;
	}
}

#sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 100%;
	background: #4C6CB3;
	border-left: 4px solid #4C6CB3;
	color: #333;
	padding: 15px;
	font-family: 'GenJyuuGothic';
}

@media (min-width: 769px) {
	#sidr {
		display: none !important;
	}
}

.sidr.right {
	left: auto;
	right: -260px;
}

#sidr .close {
	background: #4C6CB3;
	text-align: left;
	position: relative;
	margin: 0;
}

#sidr .close a {
	display: inline-block;
	color: #fff;
	position: relative;
	width: 100%;
	padding: 8px 10px 8px 40px;
	text-decoration: none;
	border: 1.5px solid #fff;
	border-radius: 10px;
	transition: 0.3s;
	font-size: 87.5%;
}

#sidr .close a:hover {
	background: #3F5A96;
}

#sidr .close a::before,
#sidr .close a::after {
	content: '';
	background: #fff;
	height: 2px;
	width: 16px;
	position: absolute;
	left: 15px;
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}

#sidr .close a::after {
	transform: rotate(45deg);
}

#sidr ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

#sidr ul li {
	width: 100%;
	margin: 0;
}

#sidr ul li a {
	display: inline-block;
	width: 100%;
	padding: 10px 35px 10px 15px;
	background: #fff;
	border-radius: 10px;
	color: #4C6CB3;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}

#sidr ul li a:hover,
#sidr ul li.active a {
	background: #FFFDF2;
}

#sidr ul li a::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% - 9px);
	right: 15px;
	width: 18px;
	height: 18px;
	transition: 0.3s;
}

#sidr ul li a:hover::after,
#sidr ul li.active a::after {
	right: 10px;
}

#sidr ul.sidr_navi li a {
	padding: 12px 35px 12px 55px;
}

#sidr ul.sidr_navi li a::before {
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	top: calc(50% - 18px);
	left: 10px;
	transition: 0.3s;
}

#sidr ul.sidr_navi li:nth-last-of-type(5) a::before {
	background-image: url(img/icon_gnav_home_b.png);
}

#sidr ul.sidr_navi li:nth-last-of-type(4) a::before {
	background-image: url(img/icon_gnav_bell_b.png);
}

#sidr ul.sidr_navi li:nth-last-of-type(3) a::before {
	background-image: url(img/icon_gnav_flag_b.png);
	left: 14px;
}

#sidr ul.sidr_navi li:nth-last-of-type(2) a::before {
	background-image: url(img/icon_gnav_company_b.png);
}

#sidr ul.sidr_navi li:nth-last-of-type(1) a::before {
	background-image: url(img/icon_gnav_city_b.png);
}

#sidr ul.sidr_navi_sub li a {
	padding: 8px 35px 8px 15px;
	font-size: 87.5%;
}

#sidr ul.sidr_navi_sub li:nth-child(odd) {
	border-right: 1px solid #4C6CB3;
}

/**** 支援機能 ****/
#sidr .src_box #cse-search-box-sp {
	display: flex;
}

#sidr .src_box #cse-search-box-sp .q {
	border-radius: 20px 0 0 20px;
	width: calc(100% - 60px);
	padding: 5px 10px;
	font-size: 87.5%;
}

#sidr .src_box #search_button_sp {
	width: 60px;
	margin: 0;
	padding: 8px 5px;
	background: #4C6CB3;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
	cursor: pointer;
	border: 1.5px solid #fff;
	border-radius: 0 20px 20px 0;
	white-space: normal;
	transition: 0.3s;
	font-family: 'GenJyuuGothic';
	letter-spacing: 0.1em;
}

#sidr .src_box #search_button_sp:hover {
	background: #3F5A96;
}

#sidr .sidr_navi_shien {
	margin-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

#sidr .sidr_navi_shien::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

#sidr .sidr_navi_shien li .search_id2 {
	margin: 0;
}

#sidr .sidr_navi_shien li a {
	padding: 8px 35px 8px 12px;
	background: #4C6CB3;
	border: 1.5px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 87.5%;
}

#sidr .sidr_navi_shien li a:hover,
#sidr .sidr_navi_shien li .search_id2 a.active {
	background: #3F5A96;
}

#sidr .sidr_navi_shien li a::after {
	background-image: url(img/icon_arrow_footlink_w.png);
	width: 7px;
	height: 12px;
	top: calc(50% - 6px);
	right: 18px;
}

#sidr .sidr_navi_shien li a:hover::after {
	right: 13px;
}

#sidr .sidr_navi_shien li .search_id2 a::after {
	transform: rotate(90deg);
}

#sidr .sidr_navi_shien li .search_id2 a:hover::after {
	right: 18px;
}

#sidr .sidr_navi_shien li .search_id2 a.active::after {
	transform: rotate(270deg);
}

#sidr .sidr_navi_shien li .search_id2+div {
	display: none;
}

#sidr .search_id_lower p.search_id_txt {
	font-size: 87.5%;
	padding: 0px 5px;
	margin-top: 8px;
	color: #fff;
}

#sidr .search_id_lower .src_box {
	margin-top: 8px;
}

#sidr ul li .src_box #cse-search-box3 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#sidr ul li .src_box #cse-search-box3 .id_error {
	margin-top: 10px;
	color: #fff;
	font-size: 80%;
}

#sidr .search_id_lower input.q {
	width: calc(100% - 60px);
	border-radius: 20px 0 0 20px;
	padding: 5px 10px;
	font-size: 87.5%;
}

#sidr ul li .src_box #cse-search-box3 button {
	width: 60px;
	margin: 0;
	padding: 8px 5px;
	background: #4C6CB3;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
	cursor: pointer;
	border: 1.5px solid #fff;
	border-radius: 0 20px 20px 0;
	white-space: normal;
	font-family: 'GenJyuuGothic';
	letter-spacing: 0.1em;
	transition: 0.3s;
}

#sidr ul li .src_box #cse-search-box3 button:hover {
	background: #3F5A96;
}

/**** スライド下のグロナビ ****/
.main .g_navi_sp2 {
	display: none;
}

@media screen and (max-width: 768px) {
	.g_navi_in {
		flex-wrap: wrap;
	}

	.main .g_navi_sp2 {
		display: block;
		margin-top: 25px;
	}

	.main .g_navi_sp2 ul li {
		width: 45%;
	}

	.main .g_navi_sp2 ul li::before {
		content: none;
	}

	.main .g_navi_in>li {
		padding-left: 0;
		max-width: 100%;
	}

	.main .g_navi_in>li>a {
		padding: 20px 5px 20px 70px;
		text-align: left;
	}

	.main .g_navi_in>li>a::before {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: 20px;
	}
}

@media screen and (max-width: 576px) {
	.main .g_navi_sp2 ul li {
		width: calc((100% - 15px)/2);
	}

	.main .g_navi_in>li>a {
		padding: 20px 5px 20px 50px;
		text-align: left;
	}

	.main .g_navi_in>li>a::before {
		left: 5px;
	}
}

/*********** フッター ***********/
.main_footer {
	overflow: hidden;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px 70px;
}

@media screen and (max-width: 768px) {
	.main_footer {
		padding-bottom: 20px;
	}
}

/**** トップへ戻る ****/
.foot_modori .modoriin {
	margin: 0;
	text-align: right;
	padding: 20px 20px 20px;
}

.foot_modori .modoriin a {
	display: inline-block;
	padding: 35px 20px 10px 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 87.5%;
	background-color: #4C6CB3;
	border-radius: 10px;
	position: relative;
}

.foot_modori .modoriin a::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(img/icon_arrow_pagetop.png) center center / contain no-repeat;
	position: absolute;
	top: 10px;
	left: calc(50% - 10px);
	transition: 0.3s;
}

.foot_modori .modoriin a:hover::before {
	top: 5px;
}

@media screen and (max-width: 576px) {
	.foot_modori .modoriin {
		padding: 15px 15px 15px;
	}

	.foot_modori .modoriin a {
		padding: 30px 15px 5px 15px;
		font-size: 75%;
	}

	.foot_modori .modoriin a::before {
		width: 16px;
		height: 16px;
		left: calc(50% - 8px);
	}

	.foot_modori .modoriin a:hover::before {
		top: 6px;
	}
}

/**** メインフッター ****/
.SNS_box {
	text-align: center;
	margin-bottom: 80px;
	padding: 0 10px;
}

.SNS_box h2 {
	display: inline-block;
	text-align: center;
	font-family: 'GenJyuuGothic';
	font-weight: bold;
	font-size: 112.5%;
	position: relative;
	padding: 0 40px;
	text-shadow: 1px 1px 0 #F7F7F7, -1px -1px 0 #F7F7F7, -1px 1px 0 #F7F7F7, 1px -1px 0 #F7F7F7, 0px 1px 0 #F7F7F7, 0-1px 0 #F7F7F7, -1px 0 0 #F7F7F7, 1px 0 0 #F7F7F7;
}

.SNS_box h2::before,
.SNS_box h2::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_sns_h3.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 2px;
	top: calc(50% - 1px);
	z-index: -1;
}

.SNS_box h2::before {
	left: 0;
}

.SNS_box h2::after {
	right: 0;
}

.SNS_box p {
	font-size: 87.5%;
	text-align: center;
	font-family: 'GenJyuuGothic';
	font-weight: 600;
}

.SNS_box p br {
	display: none;
}

.SNS_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.SNS_box ul li {
	width: 120px;
	min-height: 120px;
	margin-top: 0;
}

.SNS_box ul li a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background-color: #FFF;
	border-radius: 20px;
	padding: 20px 5px 20px 5px;
	text-decoration: none;
	font-size: 87.5%;
	font-family: 'GenJyuuGothic';
	font-weight: 600;
	color: #333;
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
	transition: 0.3s;
}

.SNS_box ul li a span {
	display: block;
	margin-top: 20px;
	word-wrap: break-word;
}

.SNS_box ul li a:hover {
	box-shadow: none;
	opacity: 0.8;
}

.SNS_box li a img {
	width: 40px;
}

.foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px 50px;
}

.foot_set {
	display: flex;
	justify-content: center;
	gap: 0 50px;
}

.foot_logo {
	width: 160px;
}

.foot_id {
	width: calc(100% - 210px);
}

.foot_id div:not(:first-of-type) {
	padding-top: 15px;
}

.foot_id p {
	margin-top: 0;
	line-height: 1.7;
}

.foot_id p span.fax_number a,
.foot_id p.corporate_number a {
	text-decoration: none;
	color: #333;
	pointer-events: none;
}

.foot_copy {
	font-size: 75%;
	color: #333;
	padding: 3px 0;
	margin-top: 16px;
}

.foot_link li {
	width: 245px;
}

.foot_link li:first-of-type {
	margin-top: 0;
}

.foot_link li:not(:first-of-type) {
	margin-top: 20px;
}

.foot_link li a {
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	border: 1px solid #4C6CB3;
	color: #4C6CB3;
	display: block;
	width: 100%;
	padding: 10px 35px 10px 20px;
	text-align: center;
	font-size: 87.5%;
	transition: 0.3s;
}

.foot_link li a:hover {
	background-color: #FFFDF2;
}

.foot_link li a::after {
	content: '';
	position: absolute;
	background-image: url(img/icon_arrow_footlink.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% - 6px);
	right: 22px;
	width: 7px;
	height: 12px;
	transition: 0.3s;
}

.foot_link li a:hover::after {
	right: 17px;
}

@media (max-width: 1000px) {
	.SNS_box {
		margin-bottom: 40px;
	}

	.SNS_box ul {
		max-width: calc((120px * 3) + 60px);
		margin: 30px auto 0;
		gap: 20px;
	}

	.foot {
		flex-direction: column-reverse;
		align-items: center;
	}

	.foot_link {
		max-width: calc((245px * 2) + 20px);
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.foot_link li,
	.foot_link li:not(:first-of-type) {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	.foot_set {
		gap: 30px;
	}

	.foot_logo {
		width: 120px;
	}

	.foot_id {
		width: calc(100% - 150px);
	}

	.foot .address a[href^="tel:"] {
		cursor: pointer;
		color: #2b3095;
		text-decoration: underline;
	}
}

@media screen and (max-width: 576px) {
	.main_footer {
		padding: 0 15px 20px;
	}

	.SNS_box {
		margin-bottom: 30px;
		padding: 0;
	}

	.SNS_box p br {
		display: block;
	}

	.SNS_box ul {
		gap: 15px;
		max-width: calc((105px * 3) + 30px);
		margin-top: 15px;
	}

	.SNS_box ul li {
		width: 105px;
		min-height: 105px;
		margin-top: 0;
	}

	.SNS_box ul li a {
		padding: 20px 5px 5px 5px;
	}

	.foot {
		gap: 30px;
	}

	.foot_set {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}

	.foot_logo {
		width: 100px;
	}

	.foot_id {
		width: 100%;
	}

	.foot_link {
		gap: 15px;
	}
}

/********************** レイアウト **********************/
.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 576px) {
	.container {
		padding: 0 15px;
	}
}

/********************** 領域共通のスタイル **********************/
.main h2 {
	color: #333;
	background: transparent;
	font-size: 200%;
	text-align: center;
	padding: 0 0 40px 0;
	position: relative;
	font-family: 'GenJyuuGothic';
	font-weight: 600;
}

.main h2::before {
	content: '';
	position: absolute;
	background-image: url(img/icon_main_h2.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -60px;
	left: calc(50% - 62px);
	width: 124px;
	height: 50px;
}

.main h2 a {
	color: #333;
}

@media screen and (max-width: 576px) {
	.main h2 {
		font-size: 150%;
		padding: 0 0 20px 0;
	}

	.main h2::before {
		top: -50px;
		left: calc(50% - 50px);
		width: 100px;
		height: 50px;
	}
}

.main li {
	position: relative;
	padding-left: 16px;
}

.main li::before {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: 2px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #4C6CB3;
	border-bottom: 2px solid #4C6CB3;
	transform: rotate(-45deg);
}

/**** タイトル要素 アコーディオンのスタイル ****/
.ac_display {
	display: none;
}

@media (min-width: 769px) {
	.ac_box {
		pointer-events: none !important;
	}

	.ac_box+div {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	.ac_box {
		position: relative;
		width: 100%;
	}

	.main .ac_box h2 {
		padding-right: 65px;
		padding-left: 65px;
	}

	.ac_box+div {
		display: none;
	}

	.design .ac_display {
		display: inline-block;
		position: absolute;
		top: calc(50% - 14px);
		margin: 0;
		right: .5em;
		font-size: 72%;
		z-index: 100;
	}

	.ac_display::before,
	.ac_display::after {
		content: '';
		background: #4C6CB3;
		position: absolute;
		left: 6px;
		top: calc(50% - 1px);
		height: 2px;
		width: 10px;
		transition: 0.3s;
		z-index: 1;
	}

	.ac_box .ac_display::after {
		transform: rotate(90deg);
	}

	.ac_box.active .ac_display::after {
		transform: rotate(0);
	}

	.ac_display a {
		display: inline-block;
		position: relative;
		background-color: #FFF;
		border: 1.5px solid #4C6CB3;
		border-radius: 5px;
		color: #4C6CB3;
		text-decoration: none;
		padding: 4px 5px 4px 20px;
		transition: 0.3s;
		max-width: 60px;
	}

	.ac_display a:hover {
		background-color: #FFFDF2;
	}

	.sub .ac_box .ac_display::after {
		transform: rotate(90deg);
	}

	.sub .ac_box.active .ac_display::after {
		transform: rotate(0deg);
	}
}

/**** 緊急情報のスタイル ****/
.emergency {
	margin-top: 24px;
}

.main .emergency h2,
.main .emergency .h2 {
	background: #DA152F;
	color: #fff;
}

.main .emergency .h2 {
	overflow: hidden;
}

.main .emergency .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}

.main .emergency_lower {
	border: 2px solid #DA152F;
	border-top: none;
	padding: 4px 16px 16px;
}

/**** スライドショーのスタイル ****/
.vis {
	position: relative;
	margin-top: 24px;
}

.vis h2 {
	padding: 0;
	margin: 0;
	height: 0;
}

.vis .vis_bg {
	position: relative;
}

.vis .vis_bg li {
	margin: 0 40px;
	padding: 0;
}

.vis .vis_bg li:before {
	display: none;
}

.vis .vis_bg .slick_nav {
	justify-content: center;
	position: relative;
}

.vis .vis_bg .slick-dots {
	flex-wrap: wrap;
	gap: 8px 0;
}


/**** 画像リストのスタイル ****/
.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;
	width: 100%;
	text-decoration: none;
}

.main .ilist_lower ul>li .ilist_in {
	background: #e8f4f9;
	padding: 16px;
	width: 100%;
}

.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 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 screen and (max-width: 576px) {
	.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 {
	width: 100%;
	text-decoration: none;
}

.main .ilist2_lower ul>li .ilist_in {
	background: #e8f4f9;
	padding: 16px;
	display: flex;
	width: 100%;
}

.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 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 screen and (max-width: 576px) {
	.main .ilist2_lower ul>li:nth-of-type(n) {
		margin-right: 0;
		width: 100%;
	}
}

/**** 分類のスタイル ****/
.category {
	margin-top: 24px;
}

.category2 {
	margin-top: 24px;
}

.category3 {
	margin-top: 24px;
}

.category4 {
	margin-top: 24px;
}

.category5 {
	margin-top: 24px;
}

.main .category_3_ul {
	font-size: 85%;
}

.main .category_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

/**** 各課の窓口のスタイル ****/
.kakuka {
	margin-top: 24px;
}

/**** 催し物・講座のスタイル ****/
.event {
	margin-top: 24px;
}

.main .event_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .event_lower li {
	padding-left: 0;
}

.main .event_lower li::before {
	display: none;
}

.main .event_lower li .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #4C6CB3;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin-right: 8px;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}

.main .event_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 4px;
}

.main .event_lower .event_month img {
	vertical-align: middle;
}

.event_month li.pre a,
.event_month li.next a {
	display: inline-block;
	background: #E6E6E6;
	border: 1px solid #aaa;
	font-size: 81.25%;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}

.event_month li.pre a {
	padding-left: 16px;
}

.event_month li.next a {
	padding-right: 15px;
}

.event_month li.pre a:before,
.event_month li.next a:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
}

.event_month li.pre a:before {
	left: 4px;
	border-width: 4px 6px 4px 0;
	border-color: transparent #555 transparent transparent;
}

.event_month li.next a:before {
	right: 4px;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #555;
}

/**** イベントカレンダーのスタイル ****/
.calendar {
	margin-top: 24px;
}

.main .calendar_lower {
	overflow: auto;
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .calendar_lower li {
	padding-left: 0;
}

.main .calendar_lower li::before {
	display: none;
}

.main .calendar_lower .event_month li {
	margin-right: 8px;
	display: inline-block;
}

.main .calendar_lower .event_month img {
	vertical-align: middle;
}

.main .calendar table {
	width: 100%;
}

.main .calendar caption {
	display: none;
}

.main .calendar th {
	border: 1px solid #ccc;
	text-align: center;
}

.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 a {
	color: #fff;
}

/**** 新着情報のスタイル ****/
.new {
	margin-top: 24px;
}

.main .new .h2 {
	background: #4C6CB3;
}

.main .new .h2 a {
	color: #FFF;
}

.main .new .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}

.main .new_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .new div.date {
	margin-left: 0;
}

.main .new ul li {
	overflow: hidden;
}

.main .new ul li.catch_lst .new_lst {
	margin-right: 100px;
}

.main .new ul li.catch_lst .new_img {
	float: right;
	margin-top: 0;
}

/**** トピックスのスタイル ****/
.topics {
	margin-top: 24px;
}

.main .topics .h2 {
	background: #007BB8;
}

.main .topics .h2 p {
	padding: 8px 16px 8px 8px;
	margin: 0;
}

.main .topics_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.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 {
	font-size: 85%;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	max-width: 360px;
	margin-left: auto;
}

.main .more li {
	padding: 0;
	margin: 2px;
	width: calc(50% - 8px);
}

.main .more li:before {
	display: none;
}

.main .more li a {
	background: #4C6CB3;
	color: #fff;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.main .more li a:hover {
	background: #0373ad;
}

.main .more li.rss span {
	background: url(../images/rss.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}

.main .more li.rss a:hover span {
	background: url(../images/rss2.svg) no-repeat left center;
	background-size: 12px 12px;
}

@media screen and (max-width: 576px) {
	.main .more {
		max-width: 100%;
	}

	.main .more li {
		width: calc(100% - 4px);
	}

	.main .more li a {
		padding: 10px;
	}
}

/**** タブ切り替えのスタイル ****/
.main .free_tab {
	margin-top: 24px;
}

.main .free_tab .tab_index {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #0373ad;
	margin-bottom: -25px;
}

.main .free_tab .tab_index .tab_change {
	text-align: center;
	display: flex;
	font-size: 120%;
	width: 49.5%;
}

.main .free_tab .tab_index .tab_change a {
	border: 2px solid #0373ad;
	border-bottom: 0;
	display: inline-block;
	padding: 8px 10px 6px;
	width: 100%;
	text-decoration: none;
}

.main .free_tab .tab_index .tab_change.is-active a {
	background: #0373ad;
	color: #fff;
}

.main .free_tab li.tab_panel {
	margin: 0;
	padding: 0;
}

.main .free_tab li.tab_panel:before {
	display: none;
}

.main .free_tab h2 {
	background: none;
	padding: 0;
	margin: 0;
	height: 0;
}

/**** ピックアップ1のスタイル ****/
.pickup {
	margin-top: 24px;
}

.main .pickup_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .pickup_lower .pickup_sub {
	margin-top: 20px;
}

.main .pickup_lower .pickup_sub:first-child {
	margin-top: 12px;
}

.main .pickup_lower .pickup_sub h3 {
	font-size: 110%;
}

.main .pickup_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}

/**** ピックアップ2のスタイル ****/
.pickup2 {
	margin-top: 24px;
}

.main .pickup2_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .pickup2_lower .pickup_sub {
	margin-top: 20px;
}

.main .pickup2_lower .pickup_sub:first-child {
	margin-top: 12px;
}

.main .pickup2_lower .pickup_sub h3 {
	font-size: 110%;
}

.main .pickup2_lower .pickup_sub p {
	font-size: 85%;
	margin-top: 6px;
}

/**** ランキングのスタイル ****/
.ranking {
	margin-top: 24px;
}

.main .ranking_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px 10px;
}

.main .ranking_lower ol {
	margin-left: 24px;
}

.main .ranking_lower ol li {
	list-style-type: decimal;
	padding-left: 0;
}

.main .ranking_lower ol li:before {
	display: none;
}

/**** 人口・世帯数のスタイル ****/
.j_s {
	margin-top: 24px;
}

.main .j_s_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .j_s li {
	padding-left: 0;
}

.main .j_s li::before {
	display: none;
}

.main .j_s li strong {
	margin-right: 8px;
}

.main .j_s p {
	font-size: 85%;
}

/**** バナー広告のスタイル ****/
.bana {
	margin-top: 24px;
}

.bana_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
	text-align: center;
}

.bana .bana_img {
	display: inline-block;
}

.main .bana ul {
	display: flex;
	flex-wrap: wrap;
}

.main .bana li {
	padding-left: 0;
	width: 154px;
}

.main .bana li:nth-of-type(6n) {
	margin-right: 0;
}

.main .bana li::before {
	display: none;
}

.main .bana li .window {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.main .bana li {
		margin: 0 0 16px;
		padding: 0 4px;
		width: 33.333%;
	}
}

@media screen and (max-width: 576px) {
	.main .bana li {
		width: 50%;
	}
}

/**** RSSのスタイル ****/
.rss {
	margin-top: 24px;
}

.rss .rss_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .rss li {
	padding-left: 0;
}

.main .rss li::before {
	display: none;
}

/**** RSSアイコンのスタイル ****/
a.rss_icon {
	display: inline-block;
	padding: 6px 30px 6px 10px;
	background: #fff;
	border: 1.5px solid #4c6cb3;
	border-radius: 10px;
	color: #4c6cb3;
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}

a.rss_icon2 {
	display: inline-block;
	padding: 4px 30px 2px 8px;
	background: #fff;
	border: 1.5px solid #4c6cb3;
	border-radius: 10px;
	color: #4c6cb3;
	font-size: 68.8%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}

a.rss_icon:hover,
a.rss_icon2:hover {
	background: #e0f4ff;
}

a.rss_icon img,
a.rss_icon2 img {
	width: 14px;
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
}

/**** リンク・画像領域（画像）のスタイル ****/
.image {
	text-align: center;
	margin-top: 24px;
}

.main .image h2 {
	background: none;
	padding: 0;
}

.image .image_img {
	display: block;
}

/**** リンク・画像領域（テキスト）のスタイル ****/
.link {
	margin-top: 24px;
}

/**** RSS一覧のスタイル ****/
.rss_list {
	margin-top: 24px;
}

/**** オプションのスタイル ****/
.option {
	margin-top: 24px;
}

.main .option_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

/**** FAQ（よくある質問）のスタイル ****/
.faq {
	margin-top: 24px;
}

/**** 新着FAQ ****/
.faq_new {
	margin-top: 24px;
}

.main .faq_new_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .faq_new div.date {
	margin-left: 0;
}

.main .faq_new_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/**** 見られているFAQのスタイル ****/
.popular {
	margin-top: 24px;
}

.main .popular_lower {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .popular_lower p {
	font-size: 85%;
	margin-top: 4px;
}

/**** マイページのスタイル ****/
.online_strage_a {
	background-color: #F0F2F5;
	padding: 20px;
}

.online_strage_a .mypage {
	max-width: 1240px;
	margin: 0 auto;
}

.online_strage_a .mypage_h2_wrapper {
	padding-left: 16px;
}

.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
}

.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-right: 10px;
	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:hover {
	background: #efefef;
}

@media screen and (max-width: 768px) {
	.online_strage_a {
		padding: 0 10px 24px;
	}

	.online_strage_a .mypage {
		width: 100%;
	}
}

/********************** 領域1個別のスタイル **********************/
@media (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 (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;
	}

	.main .zone0102 .zone02 .bana ul {
		justify-content: center;
	}
}

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

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

/********************** 中ページのスタイル **********************/
body.inbody {}

/**** パンくずリストのスタイル ****/
.pankuzu {
	margin: 10px 0px;
	font-size: 85%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}

.pankuzu li {
	margin: 0;
	padding: 0 28px 0 0;
	border: 0;
	position: relative;
}

.pankuzu li::after {
	content: '';
	background-image: url(./img/icon_pankuzu_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 5px);
	right: 8px;
	width: 6px;
	height: 10px;
}

.pankuzu li:first-of-type {
	padding-left: 25px;
}

.pankuzu li:first-of-type::before {
	content: '';
	position: absolute;
	background-image: url(./img/icon_pankuzu_home.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% - 9px);
	left: 0px;
	width: 16px;
	height: 16px;
}

.pankuzu li:last-child::after {
	display: none;
}

/**** 中ページメインのスタイル ****/

.back_white {
	background-color: #FFF;
}

.main_naka {
	overflow: hidden;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.main_naka {
		padding-bottom: 50px;
	}
}

/*中ページ*/
#body .main_naka input[type="button"],
#body .main_naka input[type="submit"],
#body .senturl input[type="button"] {
	background-color: #4C6CB3;
	padding: 5px 15px;
	border-radius: 10px;
	border: 1px solid #4C6CB3;
	transition: 0.3s;
}

#body .main_naka input[type="button"]:hover,
#body .main_naka input[type="submit"]:hover,
#body .senturl input[type="button"]:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

#body .main_naka input[type="text"],
#body .main_naka textarea {
	background: #fff;
	padding: 6px 4px;
	border: 2px solid #CCC;
	border-radius: 5px;
}

#body .main_naka input[type="reset"] {
	padding: 5px 15px;
	border-radius: 10px;
}

.main_naka_top {
	overflow: hidden;
}

.main_naka_top:after {
	content: "";
	display: block;
	clear: both;
}

.main_naka_h1 {
	margin: 0px;
	background-color: #4C6CB3;
}

.main_naka_h1 h1 {
	padding: 20px 0;
	font-size: 237.5%;
	letter-spacing: 0.11em;
	color: #fff;
}

.main_naka_h1_img {
	margin: 15px 0 0 0;
	min-height: 180px;
	position: relative;
	padding: 10px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_naka_h1_img h1 {
	font-size: 180%;
	border-left: 8px solid #4C6CB3;
	padding: 0 0 0 16px;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	margin-left: 20px;
	width: 100%;
}

.main_naka_h1_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.main_naka_h1 h1 {
		font-size: 200%;
		padding: 12px 0;
	}

	.main_naka_h1_img {
		min-height: 100px;
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.main_naka_h1_img {
		min-height: 50px;
	}

	.main_naka_h1_img h1 {
		font-size: 160%;
	}
}

@media screen and (max-width: 370px) {
	.main_naka_h1_img {
		padding: 4.5% 0;
	}
}

.main_naka h2 {
	font-size: 136%;
	width: 100%;
	padding: 15px 20px;
	margin: 24px 0 0;
	position: relative;
	background-color: #EAF3FF;
	border-radius: 15px;
}

.main_naka h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
}

.main_naka h3 {
	margin: 16px 0 0;
	padding-left: 12px;
	font-size: 120%;
}

.main_naka h4 {
	position: relative;
	margin: 16px 0 0;
	font-size: 110%;
	padding-left: 20px;
}

.main_naka h4::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_kiji_h4.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 5px;
	height: 35px;
	top: calc(50% - 17px);
	left: 0px;
}

.main_naka h5 {
	margin: 16px 0 0;
	padding: 4px 8px 4px 20px;
	position: relative;
}

.main_naka h5::before {
	content: '●';
	color: #4C6CB3;
	font-size: 75%;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

.main_naka h6 {
	margin: 16px 0 0;
}

.main_naka li {
	position: relative;
	padding-left: 20px;
}

.main_naka li::before {
	position: absolute;
	border: none;
	content: '';
	background-image: url(./img/icon_arrow_blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 5px;
	height: 10px;
	left: 8px;
	top: 8px;
}

.main_naka li p {
	margin-top: 8px;
	font-size: 85%;
}

/* ページャーのスタイル */
.main_naka .page_head {
	margin-top: 24px;
	font-size: 85%;
}

.main_naka .page_head .pager {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.main_naka .page_head .pager p {
	display: inline-block;
	margin: 0;
}

.main_naka .page_head .pager a {
	display: inline-block;
	background-color: #4C6CB3;
	border: 1px solid #4C6CB3;
	border-radius: 5px;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
	transition: 0.3s;
}

.main_naka .page_head .pager a:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

.main_naka .page_head .pager ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.main_naka .page_head .pager ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.main_naka .page_head .pager ul li a {
	background-color: #FFF;
	color: #333;
	border: 1px solid #4C6CB3;
}

.main_naka .page_head .pager ul li a:hover {
	background-color: #FFFDF2;
}

.main_naka .page_head .pager ul li::before {
	display: none;
}

/**** 新着情報のスタイル ****/

.incat .design .main_naka .main_naka_new {
	border-bottom: 20px solid #F7F7F7;
}

.design .main_naka .main_naka_new {
	background-color: #FFF;
	padding: 20px 0;
}

.design .main_naka .main_naka_new .h2_box {
	text-align: center;
}

.design .main_naka .main_naka_new h2 {
	background-color: transparent;
	font-family: 'GenjyuuGothic';
	font-weight: 600;
	font-size: 175%;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 60px;
	display: inline-block;
	position: relative;
	width: auto;
}

.design .main_naka .main_naka_new h2::before,
.design .main_naka .main_naka_new h2::after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	top: calc(50% - 12px);
}

.design .main_naka .main_naka_new h2::before {
	background-image: url(img/icon_naka_news_left.png);
	left: 0;
}

.design .main_naka .main_naka_new h2::after {
	background-image: url(img/icon_naka_news_right.png);
	right: 0;
	left: auto;
}

.design .main_naka .main_naka_new ul li {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.design .main_naka .main_naka_new ul li::before {
	position: absolute;
	content: '';
	background-image: url(img/line_news.png);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
	border: none;
	transform: rotate(0);
}

.design .main_naka .main_naka_new ul li .date {
	width: 160px;
	margin-left: 0;
	padding: 10px;
}

.design .main_naka .main_naka_new ul li .list {
	width: calc(100% - 160px);
	margin-left: 0;
}

.design .main_naka .main_naka_new ul li a {
	display: inline-block;
	padding: 20px 60px 20px 20px;
	width: 100%;
}

.design .main_naka .main_naka_new ul li a::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: calc(50% - 11px);
	left: auto;
	right: 30px;
	width: 22px;
	height: 22px;
	transition: 0.3s;
}

.design .main_naka .main_naka_new ul li a:hover::after {
	right: 25px;
}

@media screen and (max-width: 768px) {
	.design .main_naka .main_naka_new ul li .date {
		width: 100%;
		padding: 10px 10px 0;
	}

	.design .main_naka .main_naka_new ul li .list {
		width: 100%;
	}

	.design .main_naka .main_naka_new ul li a {
		padding: 5px 40px 20px 10px;
	}

	.design .main_naka .main_naka_new ul li a::after {
		right: 10px;
		bottom: calc(50% - 17px);
	}

	.design .main_naka .main_naka_new ul li a:hover::after {
		right: 5px;
	}
}

/**** 各課の窓口一覧のスタイル ****/
.design .main_naka table {
	margin: 16px 0 0;
	width: 100%;
}

.design .main_naka caption {
	display: none;
}

.design .main_naka table tr {
	border-bottom: 2px solid #FFF;
}

.design .main_naka .th01 {
	padding: 12px 5px;
	text-align: center;
	vertical-align: middle;
	background: #4C6CB3;
	color: #fff;
	width: 240px;
}

.design .main_naka .th02 {
	padding: 12px 12px 10px;
	border: 1px solid #4C6CB3;
	text-align: left;
	background: #e8f4f9;
	font-size: 85%;
}

.design .main_naka td {
	background-color: #f8f6f8;
	padding: 5px;
}

.design .main_naka .t_tel {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}

.design .main_naka .t_fax {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}

.design .main_naka .table01 .t_mail {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}

.design .main_naka .table03 .t_mail {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}

.design .main_naka .t_gyomu {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}

.design .main_naka .t_address {
	padding: 12px 12px 10px;
	text-align: left;
	font-size: 85%;
}

.design .main_naka .kakuka_link {
	background: #FFFDF2;
	border-radius: 20px;
	padding: 4px 16px 14px;
	margin: 24px 0 8px;
	overflow: hidden;
}

.design .main_naka .kakuka_link ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.design .main_naka .kakuka_link li {
	float: left;
	margin-right: 16px;
}

.design .main_naka .kakuka_link .large {
	font-size: 112.5%;
	margin-right: 10px;
}

.design .main_naka .lnk_top {
	font-size: 85%;
	text-align: right;
	margin-top: 10px;
}

.design .main_naka .lnk_top a {
	position: relative;
}

.design .main_naka .lnk_top a::before {
	content: '';
	background-image: url(img/icon_pagetop_kakuka.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 14px;
	position: absolute;
	top: calc(50% - 7px);
	left: -20px;
}

/**** 各課のホームページのスタイル ****/
/* 親子ジャンル */
.design .main_naka .kakuka_box {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.design .main_naka .kakuka_box .kakuka_left {
	width: 30%;
	background-color: #EAF3FF;
}

.design .main_naka .kakuka_box .kakuka_left ul {
	padding: 15px;
}

.design .main_naka .kakuka_box .kakuka_left ul li {
	padding: 0;
}

.design .main_naka .kakuka_box .kakuka_left ul li:first-of-type {
	margin: 0;
}

.design .main_naka .kakuka_box .kakuka_left ul li::before {
	content: none;
}

.design .main_naka .kakuka_box .kakuka_left ul li>a,
.design .main_naka .kakuka_box .kakuka_left ul li .ac_box>a {
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 12px;
	width: 100%;
	transition: 0.3s;
	text-decoration: none;
}

.design .main_naka .kakuka_box .kakuka_left ul li a:hover {
	background-color: #FFFDF2;
}

.design .main_naka .kakuka_left .select:not(.oya),
.design .main_naka .kakuka_left .select.oya .ac_box div {
	background: #4C6CB3;
	border-radius: 5px;
	color: #FFF;
	padding: 12px;
}

.design .main_naka .kakuka_left .oya .ac_box.active {
	pointer-events: auto !important;
}

.design .main_naka .kakuka_box .kakuka_right {
	width: calc(70% - 50px);
}

.design .main_naka .kakuka_box h2 {
	margin-top: 0;
}

.design .main_naka .kakuka_box h2 {
	border-top: 2px solid #4C6CB3;
	border-bottom: 2px solid #4C6CB3;
	border-radius: 0;
}

.design .main_naka .kakuka_box .kakuka_right ul li {
	margin: 0;
	padding: 12px 5px 12px 20px;
	border-bottom: 1px solid #EAF3FF;
}

.design .main_naka .kakuka_box .kakuka_right ul li::before {
	top: 20px;
	left: 8px;
}

.design .main_naka .kakuka_box .kakuka_right ul li span.date {
	margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {

	.design .main_naka .kakuka_box .kakuka_left ul li .ac_box>a,
	.design .main_naka .kakuka_left .select.oya .ac_box div {
		padding-right: 65px;
	}

	.design .main_naka .kakuka_box {
		float: none;
		margin-top: 24px;
		width: 100%;
	}

	.design .main_naka .th01 {
		width: 40%;
	}

	.design .main_naka .kakuka_box .kakuka_left,
	.design .main_naka .kakuka_box .kakuka_right {
		width: 100%;
	}

	.design .main_naka .kakuka_box .kakuka_right ul li span.date {
		display: block;
		margin-left: 0;
	}

	.design .main_naka .kakuka_box .kakuka_right ul li::before {
		top: 16px;
		left: 10px;
	}
}

/* お問い合わせ */
.design .main_naka .toiawase {
	margin-top: 24px;
	padding: 16px;
	border: 2px solid #D0D9E8;
	border-radius: 20px;
}

.design .main_naka .toiawase h2 {
	margin-top: 0;
}

/**** 各課のホームページ・カテゴリごとの緊急情報のスタイル ****/
.design .main_naka .emergency {
	margin: 24px 0;
}

.design .main_naka .emergency h2 {
	background: #DA152F;
	border-radius: 15px 15px 0 0;
	color: #fff;
	font-family: 'GenjyuuGothic';
	font-weight: 600;
	font-size: 175%;
	text-align: center;
}

.design .main_naka .emergency .emergency_lower {
	border: 2px solid #DA152F;
	border-top: none;
	border-radius: 0 0 15px 15px;
	padding: 4px 16px 16px;
	background: #fff;
}


.design .main_naka .emergency .emergency_lower li::before {
	border: none;
	content: '';
	background: #DA152F;
	width: 12px;
	height: 12px;
	left: 0;
	border-radius: 50%;
	top: 6px;
}

/**** 分類のスタイル ****/
.design .main_naka .category_p01 {
	margin-top: 24px;
}

.design .main_naka .page_left_box {
	float: left;
	width: 100%;
	margin: 0 -280px 0 0;
}

.design .main_naka .page_left_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
	align-items: flex-start;
	width: 100%;
	margin-top: 30px;
}

.design .main_naka .page_left_box .page_left_flex {
	margin-top: 0;
}

.design .main_naka .page_left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 25px 30px;
	margin-top: 30px;
}

.design .main_naka .page_left_box .page_left {
	margin-right: 230px;
}

.design .main_naka .page_left_box .cate_post01 {
	margin-top: 0;
	margin-bottom: 0px;
	width: calc((100% - 100px)/3);
}

.design .main_naka .page_left .cate_post02 {
	margin: 0;
	width: calc((100% - 40px) / 2);
}

.design .main_naka .page_left_flex .cate_post01,
.design .main_naka .page_left .cate_post02 {
	margin-top: 0;
	margin-bottom: 0px;
	width: calc((100% - 50px)/2);
}

.design .main_naka .page_left_flex .cate_post01 h2,
.design .main_naka .page_left .cate_post02 h2 {
	background: transparent;
	margin: 0;
	text-align: center;
	font-size: 120%;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
	transition: 0.3s;
	padding: 0;
}

.design .main_naka .page_left_flex .cate_post01 h2::after,
.design .main_naka .page_left .cate_post02 h2::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	left: auto;
	right: 20px;
	transition: 0.3s;
}

.design .main_naka .page_left_flex .cate_post01 h2:hover,
.design .main_naka .page_left .cate_post02 h2:hover {
	box-shadow: none;
	background-color: #FFFDF2;
}

.design .main_naka .page_left_flex .cate_post01 h2:hover::after,
.design .main_naka .page_left .cate_post02 h2:hover::after {
	right: 15px;
}

.design .main_naka .page_left_flex .cate_post01 h2 a,
.design .main_naka .page_left .cate_post02 h2 a {
	text-decoration: none;
	color: #333;
	font-family: 'GenjyuuGothic';
	font-weight: 600;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px 40px 15px 10px;
}

.design .main_naka .page_left_flex .category_p02 {
	padding: 0 16px 8px;
	margin-top: 16px;
}

.design .main_naka .page_left_flex .category01 {
	padding: 0 16px 16px;
}

.design .main_naka .page_right {
	float: right;
	width: 200px;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 10px;
}

.design .main_naka .page_right_cat {
	border: 2px solid #4C6CB3;
	border-radius: 10px;
	margin-top: 24px;
}

.design .main_naka .page_right .page_right_cat:first-of-type {
	margin-top: 0;
}

.design .main_naka .page_right .inbody_ac_box {
	position: relative;
}

.design .main_naka .page_right .inbody_ac_box h2 {
	padding: 15px 65px 15px 15px;
}

.design .main_naka .page_right h2 {
	margin: 0;
	padding: 15px;
	border-radius: 0;
	font-size: 100%;
	border-radius: 8px 8px 0 0;
}

.design .main_naka .page_right .inbody_ac_box.active h2 {
	border-radius: 8px;
	border: none;
}

.inbody_ac_display {
	display: inline-block;
	margin: 0;
	position: absolute;
	top: calc(50% - 14px);
	right: 8px;
	font-size: 72%;
}

.inbody_ac_display::before,
.inbody_ac_display::after {
	content: '';
	background: #4C6CB3;
	position: absolute;
	left: 6px;
	top: calc(50% - 1px);
	height: 2px;
	width: 10px;
	transition: 0.3s;
	z-index: 1;
}

.inbody_ac_display::after {
	transform: rotate(0)
}

.inbody_ac_box.active .inbody_ac_display::after {
	transform: rotate(90deg);
}

.inbody_ac_display a {
	display: inline-block;
	position: relative;
	background-color: #FFF;
	border: 1.5px solid #4C6CB3;
	border-radius: 5px;
	color: #4C6CB3;
	text-decoration: none;
	padding: 4px 5px 4px 20px;
	transition: 0.3s;
	max-width: 60px;
}

.inbody_ac_display a:hover {
	background-color: #FFFDF2;
}

.design .main_naka .page_right ul {
	padding: 15px 10px;
}

.design .main_naka .page_right ul li:first-child {
	margin-top: 0;
}

.design .main_naka .category01 li {
	margin-right: 8px;
}

.design .main_naka .category_p02 {
	font-size: 85%;
	margin-top: 12px;
}

@media screen and (max-width: 768px) {
	.design .main_naka .page_left_box .page_left {
		margin-right: 0;
	}

	.design .main_naka .page_left_box {
		float: none;
		width: 100%;
	}

	.design .main_naka .page_left_flex,
	.design .main_naka .page_left {
		gap: 20px;
	}

	.design .main_naka .page_left_flex .cate_post01 {
		width: 100%;
	}

	.design .main_naka .page_left_flex .cate_post01,
	.design .main_naka .page_left .cate_post02 {
		width: calc((100% - 20px)/2);
	}

	.design .main_naka .page_left_flex .cate_post01 h2,
	.design .main_naka .page_left .cate_post02 h2 {
		text-align: left;
		padding-left: 15px;
	}

	.design .main_naka .page_right {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.design .main_naka .page_left_flex .cate_post02 {
		width: 100%;
	}

	.design .main_naka .page_left .cate_post02 {
		width: 100%;
	}

	.design .main_naka .page_left_flex .cate_post01,
	.design .main_naka .page_left .cate_post02 {
		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 {
	margin-top: 15px;
	padding: 0 0 15px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #D0D9E8;
}

.design .main_naka .cate_post02 li::before {
	display: none;
}

.design .main_naka .cate_post02 li::before {
	position: absolute;
	content: '';
	background-image: url(img/line_news.png);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: -15px;
	left: 0;
	border: none;
	transform: rotate(0);
}

.design .main_naka .category_end {
	width: 100%;
}

.design .main_naka .page_left .category_end {
	margin-top: -20px;
}

.design .main_naka .category_end li {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.design .main_naka .category_end li::before {
	position: absolute;
	content: '';
	background-image: url(./img/line_news.png);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
	border: none;
	transform: rotate(0);
}

.design .main_naka .category_end li .date {
	width: 160px;
	margin: 0;
	padding: 10px;
}

.design .main_naka .category_end li a {
	display: inline-block;
	width: calc(100% - 160px);
	padding: 20px 60px 20px 20px;
}

.design .main_naka .category_end li a::after {
	position: absolute;
	content: '';
	background-image: url(./img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% - 11px);
	left: auto;
	right: 25px;
	width: 22px;
	height: 22px;
	transition: 0.3s;
}

.design .main_naka .category_end li a:hover::after {
	right: 20px;
}

.design .main_naka .category_end li p {
	margin: -10px 60px 20px 180px;
}

@media screen and (max-width: 768px) {
	.design .main_naka .category_end li .date {
		width: 100%;
		padding: 10px 10px 0;
	}

	.design .main_naka .category_end li a {
		width: 100%;
		padding: 5px 40px 20px 10px;
	}

	.design .main_naka .category_end li p {
		margin: -15px 40px 20px 10px;
	}

	.design .main_naka .category_end li a::after {
		right: 10px;
		bottom: calc(50% - 17px);
	}

	.design .main_naka .category_end li a:hover::after {
		right: 5px;
	}
}

/* バナー広告 */
.design .main_naka .bana {
	margin-top: 0;
	padding-top: 50px;
	clear: both;
}

.design .main_naka .bana h2 {
	background: #4C6CB3;
	border-bottom: 0;
	color: #fff;
	padding: 8px 16px 6px;
	margin: 0;
}

.design .main_naka .bana h2::after {
	display: none;
}

.design .main_naka .bana_lower {
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.design .main_naka .bana .bana_img {
	display: inline-block;
}

.design .main_naka .bana ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.design .main_naka .bana li {
	width: 200px;
	margin: 0;
	padding-left: 0;
}

.design .main_naka .bana li::before {
	display: none;
}

.design .main_naka .bana li .window {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.design .main_naka .bana li {
		width: 180px;
	}
}

@media screen and (max-width: 576px) {
	.design .main_naka .bana_lower {
		padding: 15px;
	}

	.design .main_naka .bana ul {
		gap: 15px;
	}

	.design .main_naka .bana li {
		width: calc((100% - 15px) / 2);
		max-width: 180px;
	}
}

/**** 催し物・講座のスタイル ****/
.design .main_naka .event_navi {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-top: 24px;
}

.design .main_naka .event_navi li {
	display: inline-block;
	border-left: 2px solid #4C6CB3;
	margin: 0;
	padding: 0 15px;
}

.design .main_naka .event_navi li:last-of-type {
	border-right: 2px solid #4C6CB3;
}

.design .main_naka .event_navi li::before {
	display: none;
}

.design .main_naka .month_lst_box {
	margin-top: 24px;
}

.design .main_naka .month_lst {
	display: flex;
	text-align: center;
}

.design .main_naka .month_lst li {
	padding-left: 0;
	margin-top: 0;
	width: 20%;
	border: 2px solid #4C6CB3;
	border-left: none;
}

.design .main_naka .month_lst li:first-child {
	border-left: 2px solid #4C6CB3;
}

.design .main_naka .month_lst li::before {
	display: none;
}

.design .main_naka .month_lst .month_select {
	background: #4C6CB3;
	color: #fff;
	padding: 10px;
}

.design .main_naka .month_lst li a {
	display: block;
	padding: 10px;

}

.design .main_naka .event_list li {
	border-bottom: 1px solid #D0D9E8;
	margin-top: 16px;
	padding: 0 0 16px;
}

.design .main_naka .event_post {
	margin-top: 24px;
}

.design .main_naka .event_list li::before {
	display: none;
}

.design .main_naka .event_repeat {
	margin-top: 0;
}

/**** 催し物・講座カレンダー表示のスタイル ****/
.design .main_naka .calendar_month {
	margin-top: 24px;
}

.design .main_naka .calendar_month caption {
	display: none;
}

.design .main_naka .calendar_month tr {
	border-bottom: 1px solid #4C6CB3;
}

.design .main_naka .calendar_month th {
	padding: 16px;
	border: 1px solid #4C6CB3;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
}

.design .main_naka .calendar_month td {
	padding: 16px;
	border: 1px solid #4C6CB3;
	background-color: transparent;
}

.design .main_naka .calendar_month td li {
	margin-top: 16px;
}

.design .main_naka .calendar_month td li:first-child {
	margin-top: 0;
}

.design .main_naka .calendar_month td.cal_day {
	text-align: center;
	padding: 16px 20px;
	font-size: 85%;
	vertical-align: middle;
	width: 60px;
}

.design .main_naka .calendar_month td.cal_day img {
	max-width: none;
	vertical-align: middle;
}

.design .main_naka .calendar_month .cal_sun {
	background-color: #FFF1F6;
}

.design .main_naka .calendar_month .cal_sat {
	background-color: #EAF3FF;
}

.design .main_naka .calendar_month .cal_date {
	width: 60px;
}

.design .main_naka .calendar_month .cal_today .cal_date {
	background: #DA152F;
	color: #fff;
}

.design .main_naka .calendar_month .hdy {
	margin: 0 0.6em 8px 0;
	padding: 3px 4px 1px 5px;
	background: #DA152F;
	color: #fff;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}

.design .main_naka .calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #4C6CB3;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin: 2px 8px 0 0;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}

@media screen and (max-width: 768px) {
	.design .main_naka .calendar_month th {
		padding: 10px;
	}

	.design .main_naka .calendar_month .cal_date {
		width: 46px;
	}

	.design .main_naka .calendar_month td.cal_day {
		padding: 10px;
		width: 46px;
	}

	.design .main_naka .calendar_month td {
		padding: 10px;
	}
}

/**** 新着情報のスタイル ****/
.innew .design .main_naka .new_post {
	margin-top: 24px;
}

.innew .design .main_naka .new_post li {
	border-bottom: 1px solid #D0D9E8;
	margin-top: 16px;
	padding: 0 0 16px;
	overflow: hidden;
}

.innew .design .main_naka .new_post li::before {
	display: none;
}

.innew .design .main_naka .new_post li .date {
	margin-right: 15px;
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.innew .design .main_naka .new_post li .date {
		display: block;
		margin-bottom: 3px;
	}
}

/* アイキャッチあり */
.innew .design .main_naka .catch_lst .new_lst {
	margin-right: 110px;
}

.innew .design .main_naka .catch_lst .new_img {
	float: right;
	width: 96px;
	margin-top: 0;
}

/**** ごみカレンダーのスタイル ****/
.design .main_naka .garbage_body .garbage_box {
	margin-top: 24px;
}

.design .main_naka .garbage_body .garbage_select {
	margin-top: 12px;
}

.design .main_naka .garbage_body .garbage_select p {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.design .main_naka .garbage_body .garbage_select #garbage_area {
	font-size: 85%;
	margin-right: 12px;
	vertical-align: middle;
}

.design .main_naka .garbage_body .garbage_select #garbage_num {
	font-size: 85%;
	vertical-align: middle;
}

#body .main_naka .garbage_body .garbage_select .garbage_select_syosai {
	display: inline-block;
	margin-right: 16px;
}

.design .main_naka .garbage_body .garbage_cal h2 img {
	padding: 0 8px 3px 0;
	vertical-align: middle;
}

.design .main_naka .garbage_body .garbage_cal h2 span {
	vertical-align: middle;
}

.design .main_naka .garbage_body .garbage_cal table {
	margin-top: 24px;
	width: 100%;
	table-layout: fixed;
}

.design .main_naka #calendar_month tr {
	border-bottom: 1px solid #4C6CB3;
}

.design .main_naka #calendar_month th {
	padding: 8px;
	border: 1px solid #4C6CB3;
	border-right: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}

.design .main_naka #calendar_month td {
	padding: 16px;
	border: 1px solid #4C6CB3;
	background-color: #FFF;
}

.design .main_naka .garbage_body .garbage_cal td .cal_icon {
	margin: 8px 0 0;
	background: #000;
	color: #fff;
	text-align: center;
	width: 120px
}

.design .main_naka .garbage_body .garbage_cal td .cal_icon p {
	margin: 0 auto;
	padding: 8px 8px 0;
}

.design .main_naka .garbage_body .garbage_cal td .cal_icon img {
	padding: 2px 0 8px;
	vertical-align: bottom;
	height: auto;
	width: 36px;
	box-sizing: content-box;
}

.design .main_naka #calendar_month td li {
	margin-top: 16px;
	padding-left: 0;
}

.design .main_naka #calendar_month td li:before {
	display: none;
}

.design .main_naka #calendar_month td li:first-child {
	margin-top: 0;
}

.design .main_naka #calendar_month td.cal_day {
	text-align: center;
	padding: 10px;
	font-size: 85%;
	vertical-align: middle;
	width: 60px;
}

.design .main_naka #calendar_month td.cal_day img {
	max-width: none;
	vertical-align: middle;
}

.design .main_naka #calendar_month .cal_sun {
	background-color: #FFF1F6;
}

.design .main_naka #calendar_month .cal_sat {
	background-color: #EAF3FF;
}

.design .main_naka #calendar_month .cal_today .cal_date {
	background: #DA152F;
	color: #fff;
}

.design .main_naka #calendar_month .hdy {
	margin: 0 0.6em 4px 0;
	padding: 3px 4px 1px 5px;
	background: #DA152F;
	color: #fff;
	font-size: 85%;
	display: inline-block;
	vertical-align: middle;
}

.design .main_naka #calendar_month .eve_cate {
	display: inline-block;
	font-size: 85%;
	background: #4C6CB3;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 2px;
	margin: 2px 8px 0 0;
	text-align: center;
	vertical-align: top;
	line-height: 1;
	min-width: 80px;
}

@media screen and (max-width: 768px) {

	.design .main_naka .garbage_body .garbage_select p,
	.design .main_naka .garbage_body .garbage_select #garbage_area {
		font-size: 100%;
	}

	.design .main_naka #calendar_month th,
	.design .main_naka #calendar_month td.cal_day {
		width: 36px;
	}

	.design .main_naka #calendar_month td {
		padding: 8px 16px;
	}

	.design .main_naka .garbage_body .garbage_cal td .cal_icon img {
		height: auto;
		width: 34px;
	}

	.design .main_naka .garbage_body .garbage_cal td .cal_icon p {
		padding: 6px 6px 0;
	}
}

/* アイコン毎の効果 */
.design .main_naka .garbage_body .garbage_cal td .cal_red {
	background: #d50404;
	border: 1px solid #fff;
	box-shadow: rgba(213, 4, 4, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_bla {
	background: #222;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_blu {
	background: #0274cc;
	border: 1px solid #fff;
	box-shadow: rgba(4, 150, 213, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_pap {
	background: #892dbd;
	border: 1px solid #fff;
	box-shadow: rgba(136, 45, 189, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_gre {
	background: #09820c;
	border: 1px solid #fff;
	box-shadow: rgba(16, 156, 18, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_pin {
	background: #b4156b;
	border: 1px solid #fff;
	box-shadow: rgba(180, 21, 106, 0.3) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal td .cal_ora {
	background: #f7bb2d;
	border: 1px solid #fff;
	color: #333;
	box-shadow: rgba(247, 186, 45, 0.66) 0 0 1px 2px;
}

.design .main_naka .garbage_body .garbage_cal .sun {
	background: #ffd8d6;
}

.design .main_naka .garbage_body .garbage_cal .sat {
	background: #d9e4fc;
}

.design .main_naka .garbage_body .garbage_cal th.sun {
	background: transparent;
}

.design .main_naka .garbage_body .garbage_cal th.sat {
	background: transparent;
}

.design .main_naka .garbage_body .garbage_cal .today {
	background: #fffab0;
}

.design .main_naka .garbage_body .garbage_cal .today a:LINK {
	text-decoration: underline;
	color: #fff;
}

.design .main_naka .garbage_body .garbage_cal .today a:VISITED {
	text-decoration: underline;
	color: #eee;
}

.design .main_naka .garbage_body .garbage_cal .today a:ACTIVE {
	text-decoration: underline;
	color: #ffff00;
}

.design .main_naka .garbage_body .garbage_cal .today a:HOVER {
	text-decoration: underline;
	color: #ffff00;
}

.design .main_naka .garbage_foot {
	margin-top: 24px;
}

/**** サイトマップのスタイル ****/
.design .main_naka .event_month {
	padding: 0 15px;
}

.design .main_naka .event_month li {
	display: inline-block;
	margin-right: 4px;
	padding-left: 0;
}

.design .main_naka .event_month li::before {
	display: none;
}

/**** RSS一覧のスタイル ****/
.design .main_naka .rss_body {
	margin-top: 24px;
}

.design .main_naka .rss_body .rss_icon {
	margin-left: 10px;
}

.design .main_naka .rss_body h2 a.rss_icon {
	font-size: 68.75%;
}

.design .main_naka .rss_body li::before {
	top: 13px;
}

/**** マイページ管理画面のスタイル ****/
.online_strage_edit_a {
	margin-top: 16px;
}

.online_strage_edit_a .mypage h2 {
	margin: 0;
	padding: 0;
	height: 0;
	background: none;
	border: none;
}

.online_strage_edit_a .mypage h2::after {
	display: none;
}

.online_strage_edit_a div.online_strage_list_item {
	border-bottom: 1px solid #D0D9E8;
	padding: 7px 0;
	overflow: hidden;
}

.online_strage_edit_a div.online_strage_title {
	float: left;
	max-width: 872px;
	padding: 8px 0;
}

.online_strage_edit_a div.online_strage_list_item>p {
	font-size: 85%;
}

.online_strage_edit_a div.edit_btn {
	float: right;
}

.online_strage_edit_a div.online_strage_commandbox {
	float: left;
}

.online_strage_edit_a div.online_strage_updown {
	float: left;
}

.online_strage_edit_a .online_strage_list button {
	background: #fff;
	border: 1px solid #4C6CB3;
	color: #4C6CB3;
	padding: 4px 10px;
	margin: 6px 6px 6px 0;
	vertical-align: top;
}

#body .online_strage_edit_a .online_strage_list button:hover {
	background: #FFFDF2;
}

/**** エラーページのスタイル ****/
.design .main_naka .error {
	margin-top: 24px;
}

.design .main_naka .error ul {
	margin-top: 24px;
}

/**** コンテンツ未登録のスタイル ****/
.design .main_naka .content_none {
	margin-top: 24px;
}

.design .main_naka .content_none p {
	margin-top: 0;
}

/**** ピックアップのスタイル ****/
.design .main_naka .pickup_post {
	margin-top: 24px;
}

.design .main_naka .pickup_post .category_p01 {
	margin-top: 0;
}

/**** 組織検索機能 ****/
.csv_search {
	margin-top: 16px;
	border: 2px solid #D0D9E8;
	border-radius: 20px;
	padding: 16px;
}

.csv_search h2 {
	margin: 0 0 16px;
}

#csv_search_word {
	width: 300px;
}

#csv_search_word {
	margin-right: 16px;
	margin-bottom: 8px;
}

.csv_search_input_form fieldset {
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 8px;
}

.csv_search_input_form fieldset legend {
	float: left;
}

.csv_search_input_form fieldset input[type="radio"] {
	margin-top: 1px;
	padding-top: 0;
}

.csv_search_form_submit_btn_wrapper {
	text-align: center;
	margin-top: 8px;
}

#body .csv_search_form_submit_btn_wrapper .csv_search_form_submit_btn {
	display: inline-block;
	font-size: 81.25%;
	padding: 5px 15px;
}

.csv_search_input_form fieldset {
	display: inline-block;
}

.csv_search_result_table th,
.csv_search_result_table td {
	border: 1px solid #ccc;
	font-size: 85%;
	padding: 6px 4px 4px
}

.csv_search_result_table th {
	background: #e8f4f9;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	#csv_search_word {
		width: 100%;
	}
}

/**** お問い合わせフォームのスタイル ****/
.inform .design .main_naka .form_text {
	margin-top: 24px;
}

.inform .design .main_naka form {
	margin-top: 24px;
	padding: 20px;
	border: 2px solid #D0D9E8;
	border-radius: 20px;
}

.inform .design .main_naka form.border_none {
	padding: 0;
	border: none;
}

.inform .design .main_naka form li {
	border-bottom: 1px solid #D0D9E8;
	margin-top: 16px;
	padding: 0 0 16px;
}

.inform .design .main_naka form li::before {
	display: none;
}

.inform .att {
	display: inline-block;
	margin: 0 0 5px 10px;
	padding: 1px 6px;
	background: #DA152F;
	border-radius: 5px;
	color: #fff;
	font-size: 75%;
	vertical-align: middle;
}

.inform .design .main_naka form li:first-child,
.inform .design .main_naka form h2:first-child {
	margin-top: 0;
}

.inform .design .main_naka form li div,
.inform .design .main_naka form li>label,
.inform .design .main_naka form fieldset legend {
	font-weight: bold;
}

.inform .design .main_naka form li p {
	font-size: 100%;
}

.inform .design .main_naka form fieldset {
	margin-top: 8px;
}

#body.inform .design .main_naka form input[type="text"],
#body.inform .design .main_naka form textarea {
	padding: 10px;
	font-size: 100%;
}

.inform .design .main_naka form h2 {
	border-bottom: none;
	font-size: 120%;
	margin: 15px 0;
	padding-left: 12px;
}

.inform .design .main_naka form h2:after {
	display: none;
}

.inform .design .main_naka form .radio_p {
	display: inline-block;
	margin-right: 12px;
}

.inform .design .main_naka form select {
	padding: 10px;
	background: #fff;
	border: 2px solid #CCC;
	border-radius: 5px;
	font-size: 100%;
}

.inform .design .main_naka form input[type="radio"] {
	font-size: 100%;
}

.inform .design .main_naka form .input_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 16px;
}

#body.inform .input_btn button {
	background-color: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#body.inform .input_btn button:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

#body.inform .input_btn button.back {
	background-color: #ddd;
	border: none;
	color: #333;
	font-size: 87.5%;
	font-weight: normal;
}

#body.inform .input_btn button.back:hover {
	background-color: #ccc;
}

@media screen and (max-width: 768px) {

	#body.inform .design .main_naka form input[type="text"],
	#body.inform .design .main_naka form textarea {
		width: 100% !important;
	}

	#body.inform .design .main_naka form input[type="text"]#yuubin1 {
		width: 110px !important;
	}

	#body.inform .design .main_naka form input[type="text"]#yuubin2 {
		width: 130px !important;
	}

	#body.inform .design .main_naka form input[type="radio"]+label {
		line-height: 2;
	}
}

/**** 意見箱のスタイル ****/
.inform .design .main_naka form .tyui {
	margin-bottom: 20px;
}

.inform .design .main_naka form .tyui li {
	border: none;
	margin-top: 8px;
	padding: 0 0 0 25px;
}

.inform .design .main_naka form .tyui li::before {
	display: inline-block;
	content: '●';
	color: #4C6CB3;
	font-size: 60%;
	top: 5px;
	background-image: none;
}

/** お問い合わせフォームのスタイル　エラー **/
.inform .design .main_naka form .form_error {
	background-color: #FFF5FE;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}

.inform .design .main_naka form .form_error p {
	font-size: 120%;
	margin: 5px 0 10px;
	border-bottom: none;
	font-size: 120%;
	padding-left: 12px;
	border-left: 4px solid #f44040;
}

.inform .design .main_naka form .form_error li {
	padding: 3px 0 3px 25px;
	margin: 0 0 5px 0;
}

.inform .design .main_naka form .form_error li:before {
	display: inline-block;
	border: none;
	content: '●';
	color: #DA152F;
	font-size: 60%;
	top: 8px;
	background-image: none;
}

/**** アンケートのスタイル ****/
.design .main_naka .question_box {
	margin-top: 24px;
}

.design .main_naka .question_box li {
	border-bottom: 1px solid #D0D9E8;
	margin-top: 16px;
	padding: 0 0 16px;
}

.design .main_naka .question_box li::before {
	display: none;
}

.design .main_naka #qa_tmp {
	border: 2px solid #D0D9E8;
	border-radius: 20px;
	margin-top: 24px;
	padding: 16px;
}

/**** 動的版検索結果のスタイル ****/
.design .main_naka .keyword_post li {
	border-bottom: 1px dashed #bbb;
	margin-top: 16px;
	padding: 0 0 12px;
}

.design .main_naka .keyword_post li::before {
	display: none;
}

/********************** 記事ページのスタイル **********************/
.inkiji .main_naka_h1 {
	margin-bottom: 0;
}

.inkiji .main_naka {
	background-color: #FFF;
}

.inkiji .main_naka.kiji_syosai {
	padding: 0;
}

.waku {
	overflow: hidden;
	background-color: #FFF;
	/* padding-bottom: 50px; */
}

/* .waku_top {
	overflow: hidden;
} */

.main_naka_kiji {
	float: left;
	width: 76%;
}

.waku .kiji_sub {
	float: right;
	width: 21%;
}

@media screen and (max-width: 768px) {
	.waku {
		/* padding: 0 10px 30px 10px; */
		/* width: 100%; */
	}

	.main_naka_kiji {
		float: none;
		/* overflow: hidden; */
		width: 100%;
	}

	.waku .kiji_sub {
		float: none;
		width: 100%;
	}
}

/**** 詳細ページのスタイル ****/
.design .syosai {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}

.design .main_naka .syosai_hiduke {
	margin-top: 10px;
	font-size: 85%;
}

.design .main_naka .syosai_id {
	margin-top: 10px;
	font-size: 85%;
}

/**** 記事ページ右メニューのスタイル ****/

/*アイキャッチ画像*/
.waku .kiji_sub .catch {
	margin-top: 24px;
}

.waku .kiji_sub .catch p {
	margin-top: 0;
	text-align: center;
}

.waku .kiji_sub .catch img {
	width: 100%;
	height: auto;
}

/*お問い合わせフォーム*/
.waku .kiji_sub .kiji_aside.syosai_sonota {
	margin-top: 24px;
	padding: 15px;
	word-wrap: break-word;
	border: 2px solid #D0D9E8;
	border-radius: 10px;
}

.waku .kiji_sub .kiji_aside.syosai_sonota h2 {
	display: inline-block;
	padding: 0 5px 10px;
	color: #333;
	width: 100%;
	border: none;
	border-bottom: 2px solid #D0D9E8;
	background-color: transparent;
	text-align: center;
}

.waku .kiji_sub .kiji_aside.syosai_sonota h3 {
	margin-top: 12px;
}

.waku .kiji_sub .kiji_aside.syosai_sonota p {
	font-size: 85%;
}

.waku .kiji_sub .kiji_aside.syosai_sonota .for_img {
	text-align: center;
}

.waku .kiji_sub .kiji_aside.syosai_sonota .for_img a {
	display: inline-block;
	background: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	border-radius: 5px;
	padding: 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	transition: 0.3s;
}

.waku .kiji_sub .kiji_aside.syosai_sonota .for_img:hover a {
	background: #FFFDF2;
	color: #4C6CB3;
}

/*共通スタイル*/
.waku .kiji_sub .kiji_aside {
	margin-top: 24px;
	background: #fff;
	border: 2px solid #D0D9E8;
	border-radius: 10px;
}

.waku .kiji_sub .kiji_aside h2 {
	padding: 15px 15px;
	background: #e8f4f9;
	border-radius: 8px 8px 0 0;
}

.waku .kiji_sub .kiji_aside .inbody_ac_box {
	position: relative;
}

.waku .kiji_sub .kiji_aside .inbody_ac_box h2 {
	padding: 15px 65px 15px 15px;
}

.waku .kiji_sub .kiji_aside .inbody_ac_box.active h2 {
	border-radius: 8px;
}

.waku .kiji_sub .kiji_aside>ul {
	border-radius: 0 0 10px 10px;
	padding: 0 8px 12px;
}

.waku .kiji_sub .kiji_aside li {
	position: relative;
	padding-left: 16px;
}

.waku .kiji_sub .kiji_aside li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #D0D9E8;
	border-bottom: 2px solid #D0D9E8;
	transform: rotate(-45deg);
}

.waku .kiji_sub .kiji_aside li li {
	font-size: 85%;
}

/*コンテンツページ_組織内ジャンル*/
.waku .kiji_sub .kiji_aside.kakuka {}

/*関連コンテンツ*/
.waku .kiji_sub .kiji_aside.kanren {}

/*この記事を見ている人*/
.waku .kiji_sub .kiji_aside.kanren2 {}

/**** コンテンツ評価のスタイル ****/
.design .main_naka .kiji_aside.syosai_qa {
	background: #fff;
}

.design .main_naka .kiji_aside.syosai_qa li {
	padding-left: 0;
}

.design .main_naka .kiji_aside.syosai_qa li::before {
	display: none;
}

.design .main_naka .kiji_aside.syosai_qa li p {
	padding: 0 10px 10px;
	border: 1px dashed #D0D9E8;
}

.design .main_naka .kiji_aside.syosai_qa form p span {
	display: inline-block;
	margin: 10px 12px 0 0;
}

.design .main_naka .kiji_aside.syosai_qa .comment {
	font-size: 85%;
}

.design .main_naka .kiji_aside.syosai_qa #opinion {
	width: 100%;
	margin-top: 10px;
}

.design .main_naka .kiji_aside.syosai_qa .qa_button {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #D0D9E8;
	text-align: center;
}

#body.inkiji .qa_button button {
	background-color: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 100%;
	font-weight: bold;
}

#body.inkiji .qa_button button:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

/** コンテンツ評価のスタイル 確認画面 **/
.inform .design .main_naka .kiji_aside.syosai_qa {
	background-color: transparent;
	margin-top: 24px;
}

.inform .design .main_naka .kiji_aside.syosai_qa li p {
	border: none;
	padding: 0;
}

.inform .design .main_naka .kiji_aside.syosai_qa>p {
	margin: 0;
	border-bottom: 1px solid #D0D9E8;
	padding-bottom: 16px;
}

.inform .design .main_naka .kiji_aside.syosai_qa form {
	margin-top: 0;
	padding: 20px;
}

.design .main_naka .kiji_aside.syosai_qa .qa_button2 {
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}

#body.inform .qa_button2 button {
	background-color: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#body.inform .qa_button2 button:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

#body.inform .qa_button2 button.back {
	background-color: #ddd;
	border: none;
	color: #333;
	font-size: 87.5%;
	font-weight: normal;
}

#body.inform .qa_button2 button.back:hover {
	background-color: #ccc;
}

/**** 別ルートのスタイル ****/
.design .main_naka .route_box {
	margin-top: 24px;
}

.design .main_naka .route_box h2 {
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 12px;
}

.design .main_naka .route_box h2:after {
	display: none;
}

.design .route {
	margin-top: 8px;
}

.design .route li {
	font-size: 85%;
	margin: 0;
	padding: 0 28px 0 0;
	border: 0;
	list-style-type: none;
	background: none;
	display: inline-block;
	height: auto;
	position: relative;
}

.design .route li::before {
	display: 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 #888;
}

.design .route li:last-child::after {
	display: none;
}

/**** 記事ページ下メニューのスタイル ****/
.inkiji .main_naka .kiji_aside,
.infaq .main_naka .kiji_aside {
	margin-top: 24px;
	border: 2px solid #D0D9E8;
	border-radius: 20px;
	padding: 16px;
}

.inkiji .main_naka .kiji_aside h2,
.infaq .main_naka .kiji_aside h2 {
	margin-top: 0;
}

.inkiji .main_naka .kiji_aside li li,
.infaq .main_naka .kiji_aside li li {
	font-size: 85%;
}

/*組織内ジャンル*/
.inkiji .main_naka .kiji_aside.kakuka {}

/*関連コンテンツ*/
.inkiji .main_naka .kiji_aside.kanren {}

/*関連している可能性のある記事*/
.inkiji .main_naka .kiji_aside.kanren2 {}

/*お問い合わせフォーム*/
.main_naka .kiji_aside.syosai_sonota {}

.main_naka .kiji_aside.syosai_sonota p.for_txt {
	font-size: 85%;
}

.main_naka .kiji_aside.syosai_sonota p.for_img {
	text-align: center;
}

.main_naka .kiji_aside.syosai_sonota p.for_img a {
	display: inline-block;
	background: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	border-radius: 5px;
	padding: 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
	transition: 0.3s;
}

.main_naka .kiji_aside.syosai_sonota p.for_img:hover a {
	background: #FFFDF2;
	color: #4C6CB3;
}

/**** 記事ページ緊急情報のスタイル ****/
.kiji_emergency .main_naka_h1 {
	background-color: #DA152F;
}

/**** まつもと追加分 ****/
/*領域共通*/
.ilist,
.rss_list {
	margin-top: 0px;
}

.main .ilist,
.main .ilist2,
.main .category,
.main .category2,
.main .category3,
.main .category4,
.main .category5,
.main .kakuka,
.main .event,
.main .calendar,
.main .topics,
.main .free_tab,
.main .pickup,
.main .pickup2,
.main .ranking,
.main .j_s,
.main .image,
.main .link,
.main .option,
.main .faq,
.main .faq_new,
.main .popular,
.main .rss,
.main .rss_list {
	background-color: #F0F2F5;
	padding: 80px 0 50px;
}

.main .pickup_lower,
.main .category_lower,
.main .event_lower,
.main .calendar_lower,
.main .pickup2_lower,
.main .ranking_lower,
.main .j_s_lower,
.main .option_lower,
.main .faq_new_lower,
.main .popular_lower,
.rss .rss_lower,
.bana_lower {
	border: none;
	background-color: #FFF;
	padding: 18px 30px 30px;
	border-radius: 20px 30px;
}

@media screen and (max-width: 370px) {
	.main .calendar_lower {
		padding: 20px 5px;
	}
}

.main .ilist_lower ul>li .ilist_in,
.main .ilist2_lower ul>li .ilist_in {
	background: #FFF;
	border-radius: 20px;
}

.main .event_lower li .eve_cate {
	background: #4C6CB3;
}

.event_month li.pre a,
.event_month li.next a {
	background: transparent;
	border: 1px solid #4C6CB3;
	border-radius: 5px;
}

.main .calendar table th,
.main .calendar table td {
	padding: 5px;
}

.main .topics .h2 {
	background: #4C6CB3;
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
}

.main .topics .h2 h2 {
	padding: 0;
}

.main .topics .h2 h2::before {
	content: none;
}

.main .topics .h2 h2 a {
	color: #FFF;
}

.main .topics_lower {
	border: 2px solid #4C6CB3;
	border-radius: 0 0 20px 20px;
	background-color: #FFF;
}

.main .more li a {
	background: #4C6CB3;
	border: 1px solid #4C6CB3;
	transition: 0.3s;
}

.main .more li a:hover {
	background-color: #F0F2F5;
	color: #4C6CB3;
}

.main .free_tab h2::before {
	content: none;
}

.main .free_tab .topics {
	padding: 0;
	margin-top: 22px;
}

.main .free_tab .tab_index .tab_change.is-active a {
	background-color: #4C6CB3;
	border-radius: 20px 20px 0 0;
	border-color: #4C6CB3;
}

.main .free_tab .tab_index .tab_change a {
	border-radius: 20px 20px 0 0;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	color: #333;
	padding: 15px;
}

@media screen and (max-width: 576px) {
	.main .free_tab .tab_index {
		display: block;
	}

	.main .free_tab .tab_index .tab_change {
		width: 100%;
	}

	.main .free_tab .tab_index .tab_change:not(:first-of-type) a {
		border-radius: 0 0 0 0;
	}

	.main .free_tab .tab_index .tab_change a {
		border-color: #4C6CB3;
	}
}

.main .new_lower {
	border-radius: 0 0 20px 20px;
	border: 2px solid #4C6CB3;
	border-top: none;
	background-color: #FFF;
}

.online_strage_a .mypage_h2_wrapper {
	background-color: #4C6CB3;
	border-radius: 20px 20px 0 0;
}

.online_strage_a .mypage_contents {
	background-color: #FFF;
	border-radius: 0 0 20px 20px;
}

.online_strage_a .mypage_list li p.online_strage_title {
	border: none;
	background: transparent;
}

.online_strage_a .mypage_title::before {
	content: none;
}

.shelter,
.eme_information {
	margin-top: 24px;
}

.main .emergency div.h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px 20px 0 0;
}

.main .emergency h2,
.main .shelter h2,
.main .eme_information h2 {
	text-align: center;
	float: none;
	padding: 10px;
}

.main .shelter h2::before,
.main .eme_information h2::before {
	content: none;
}

.main .emergency_lower,
.main .shelter_lower,
.main .eme_information_lower {
	border-radius: 0 0 20px 20px;
	background: #fff;
}

.main .emergency li,
.main .shelter li {
	padding-left: 20px;
}

.main .emergency li::before,
.main .shelter li::before {
	border: none;
	content: '';
	background: #DA152F;
	width: 12px;
	height: 12px;
	left: 0;
	border-radius: 50%;
	top: 6px;
}

.main .emergency_lower .emergency_bottun a {
	display: inline-block;
	background-color: #FFFDF2;
	text-decoration: none;
	color: #333;
	padding: 10px;
	border: 2px solid #FFC972;
	border-radius: 10px;
	margin-top: 10px;
	transition: 0.3s;
}

.main .emergency_lower .emergency_bottun a:hover {
	opacity: 0.7;
}

.main .emergency_lower .all_link {
	text-align: right;
}

.main .emergency_lower .all_link a {
	display: inline-block;
	background-color: #DA152F;
	color: #fff;
	padding: 15px 40px 15px 15px;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	margin-bottom: 5px;
	transition: 0.3s;
}

.main .emergency_lower .all_link a:hover {
	opacity: 0.7;
}

.main .emergency_lower .all_link a::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow_ema.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 10px;
	transition: 0.3s;
}

.main .emergency_lower .all_link a:hover::after {
	right: 7px;
}

.main .shelter h2 {
	background: #DA152F;
	color: #fff;
	border-radius: 20px 20px 0 0;
}

.main .shelter_lower {
	border: 2px solid #DA152F;
	border-top: none;
	padding: 4px 16px 16px;
}

.main .shelter .link {
	background-color: transparent;
	padding: 0;
	margin: 6px 0 0;
}

.main .eme_information h2 {
	background: #4C6CB3;
	color: #fff;
	border-radius: 20px 20px 0 0;
}

.main .eme_information .mol_contents {
	border: 2px solid #4C6CB3;
	border-top: none;
	padding: 20px 20px;
	border-radius: 0px 0px 20px 20px;
	background: #fff;
}

.eme_information .mol_tableblock table {
	max-width: 450px;
}

.eme_information .mol_tableblock table caption {
	background: #4C6CB3;
	color: #fff;
	padding: 8px 16px;
}

.eme_information .mol_tableblock table th {
	background: #eee;
}

.eme_information .mol_tableblock table th,
.eme_information .mol_tableblock table td {
	border: 1px solid #aaa;
	padding: 8px 16px;
}

br.sm_block {
	display: none;
}

@media screen and (max-width: 576px) {

	br.sm_block {
		display: inline-block;
	}
}

/**** 換地図 ****/
.kanchizu .kanchizu_text {
	margin-top: 24px;
}

.kanchizu h3 {
	border-bottom: 2px solid #4C6CB3;
	padding-bottom: 5px;
	margin-top: 25px;
}

.kanchizu ul li::before {
	content: '●';
	font-size: 60%;
	color: #4C6CB3;
	background-image: none;
	left: 2px;
	top: 5px;
}

.kanchizu .more_esturan {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 20px;
	font-size: 100%;
	margin-top: 20px;
}

.kanchizu .more_esturan li {
	width: calc(50% - 10px);
	margin: 0;
	padding-left: 0;
}

.kanchizu .more_esturan li::before,
.kanchizu .itiran>li::before {
	display: none;
}

.kanchizu .more_esturan li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}

.kanchizu .more_esturan li a:hover {
	background: #FFFDF2;
	color: #4C6CB3;
}

.kanchizu .more_esturan li:nth-child(2) a {
	background: #eee;
	color: #333;
}

.kanchizu .more_esturan li:nth-child(2) span {
	display: inline-block;
	width: 100%;
	margin-top: 3px;
	font-size: 85%;
}

.kanchizu .more_esturan li:nth-child(2) a:hover {
	opacity: 0.7;
}

.kanchizu .more_esturan.guide {
	margin-bottom: 30px;
}

.kanchizu .more_esturan.guide li:nth-child(2) a {
	border: 1.5px solid #3e7d39;
	background: #3e7d39;
	color: #fff;
}

.kanchizu .more_esturan.guide li:nth-child(2) a:hover {
	background: #FFFDF2;
	border: 1.5px solid #3e7d39;
	color: #3e7d39;
	opacity: 1;
}

.kanchizu .more_ku {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.kanchizu .more_ku li {
	margin: 0;
	padding-left: 0;
}

.kanchizu .more_ku li::before {
	content: none;
}

.kanchizu .more_ku li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	background-color: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 20px 50px;
	transition: 0.3s;
	font-size: 112.5%;
}

.kanchizu .more_ku li a:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

.kanchizu .itiran_float {
	display: flex;
	flex-flow: wrap;
}

.kanchizu .itiran_float_l {
	margin-right: 24px;
	margin-bottom: 24px;
}

.kanchizu .itiran_float_r {
	margin-bottom: 24px;
}

.kanchizu .itiran {
	display: flex;
	position: relative;
}

.kanchizu .itiran li {
	position: static;
	padding-left: 16px;
}

.kanchizu .itiran li::before {
	content: none;
}

.main_naka .itiran_box_lower li::before {
	display: none;
}

.kanchizu .itiran_box {
	padding: 8px;
	background: #eee;
	border-radius: 5px;
	min-width: 42px;
	text-align: center;
}

.kanchizu .box_a {
	background: #4C6CB3;
	border: 1.5px solid #4C6CB3;
	cursor: pointer;
	transition: 0.3s;
}

.kanchizu .box_a:hover {
	background: #FFFDF2;
}

.kanchizu .box_a a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.kanchizu .box_a:hover a {
	color: #4C6CB3;
}

.kanchizu .itiran_box_lower {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1.5px solid #4C6CB3;
	border-radius: 5px;
	width: 100%;
	top: calc(100% + 16px);
	padding: 12px;
	z-index: 1;
	left: 16px;
}

.kanchizu .itiran_box_lower::before {
	content: '';
	position: absolute;
	left: 10px;
	top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #4C6CB3 transparent;
}

.kanchizu .itiran li:nth-of-type(2) .itiran_box_lower::before {
	left: calc(18% + 16px);
}

.kanchizu .itiran li:nth-of-type(3) .itiran_box_lower::before {
	left: calc(38% + 16px);
}

.kanchizu .itiran li:nth-of-type(4) .itiran_box_lower::before {
	left: calc(58% + 16px);
}

.kanchizu .itiran li:nth-of-type(5) .itiran_box_lower::before {
	left: calc(78% + 16px);
}

.kanchizu .itiran_box_lower ul {
	overflow: hidden;
}

.kanchizu .itiran_box_lower li {
	margin: 8px 16px 8px 0;
	float: left;
	padding: 0;
}

.main_naka .itiran_box_lower a {
	position: relative;
	padding-left: 14px;
}

.main_naka .itiran_box_lower a::before {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #4C6CB3;
	border-bottom: 2px solid #4C6CB3;
	transform: rotate(-45deg);
}

.itiran_box_close {
	font-size: 75%;
	float: right;
	background: #fff;
	border: 1.5px solid #4C6CB3;
	border-radius: 5px;
	padding: 3px 3px 3px 18px;
	position: relative;
	cursor: pointer;
}

.itiran_box_close:hover {
	background: #FFFDF2;
}

.itiran_box_close::before,
.itiran_box_close::after {
	content: '';
	background: #4C6CB3;
	position: absolute;
	left: 4px;
	top: 11px;
	height: 2px;
	width: 10px;
	transform: rotate(45deg);
}

.itiran_box_close::after {
	transform: rotate(-45deg);
}

.main_naka .itiran_box_close a {
	padding: 0;
	color: #4C6CB3;
	text-decoration: none;
}

.main_naka .itiran_box_close a::before {
	display: none;
}

.design .kanchizu .main_naka .itiran_table {
	margin-top: 8px;
}

.design .kanchizu .main_naka caption {
	display: table-caption;
	background-color: #4C6CB3;
	padding: 10px 12px;
	color: #fff;
}

.design .kanchizu .main_naka th {
	padding: 10px;
	background: #eee;
	border: 1px solid #ccc;
	font-size: 85%;
	min-width: 100px;
}

.design .kanchizu .main_naka td {
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 85%;
	word-break: break-all;
	background-color: #FFF;
}

.design .kanchizu .main_naka .jigyosya td {
	width: 25%;
}

.design .kanchizu .main_naka .jigyosya td:nth-of-type(3) .design .kanchizu .main_naka .jigyosya td:nth-of-type(4) .design .kanchizu .main_naka .jigyosya td:nth-of-type(5) {
	width: 16%;
}

.design .kanchizu .main_naka tr {
	border-bottom: none;
}


@media screen and (max-width: 768px) {
	.kanchizu .more_ku li a {
		padding: 20px 30px;
	}

	.kanchizu .itiran_box_lower {
		width: 100%;
	}

	.design .kanchizu .main_naka th {
		min-width: inherit;
	}
}

@media screen and (max-width: 576px) {
	.kanchizu .more_ku {
		gap: 15px;
	}

	.kanchizu .more_ku li {
		width: calc((100% - 15px) / 2);
	}
}

@media screen and (max-width: 480px) {
	.kanchizu .more_esturan li {
		width: 100%;
		margin-right: 0;
	}

	.design .kanchizu .main_naka .itiran_table {
		overflow-x: scroll;
	}

	.design .kanchizu .main_naka th {
		padding: 5px;
	}

	.design .kanchizu .main_naka td {
		padding: 5px;
	}

	.kanchizu .itiran_float {
		justify-content: center;
	}

	.kanchizu .itiran_float_l {
		margin-right: 0;
	}

	.kanchizu .itiran li:first-child {
		padding-left: 0px;
	}

	.kanchizu .itiran_box_lower {
		left: 0;
	}

	.kanchizu .itiran li:nth-of-type(3) .itiran_box_lower::before {
		left: calc(40% + 16px);
	}

	.kanchizu .itiran li:nth-of-type(4) .itiran_box_lower::before {
		left: calc(62% + 16px);
	}

	.kanchizu .itiran li:nth-of-type(5) .itiran_box_lower::before {
		left: calc(83% + 16px);
	}
}

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

/* ---スライド----*/
.main .vis {
	margin-top: 40px;
}

.vis_slider {
	overflow-x: hidden;
}

.main .vis.main_slide .slick-slide:not(.slick-center) li {
	opacity: 0.7;
}

.main .vis.main_slide .slick-slide:not(.slick-center) li img {
	opacity: 0.5;
}

.main .vis.main_slide .vis_slider .slick-list li {
	width: 600px !important;
	text-align: center;
	font-size: 112.5%;
	margin: 2px 40px;
}

.main .vis.main_slide .vis_slider .slick-list div:not(.slick-active) li a {
	pointer-events: none;
}

.main .vis.main_slide .vis_slider .slick-list div.slick-active li a {
	pointer-events: visible;
}

.main .vis.main_slide .vis_slider .slick-list div:not(.slick-active) li a span.window {
	display: none;
}

.main .vis.main_slide .vis_slider .slick-list div.slick-active li a span.window {
	display: inline-block;
}

.vis_slider .slick-list li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
}

.main .vis.main_slide .vis_slider .slick-list li img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	margin-bottom: 10px;
	position: relative;
}

.main .vis.main_slide .vis_slider .slick-list li a span.window {
	position: absolute;
	top: 570px;
	right: 5px;
	margin-top: 0;
}

.main .vis.main_slide .slick_nav {
	justify-content: center;
	padding: 35px 10px 5px 10px;
	width: auto;
}

.main .vis.main_slide .slick_nav .slick-dots {
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
	align-items: center;
}

.main .vis.main_slide .slick_nav .slick-dots li {
	width: 30px;
}

#body .slick-dots li button {
	background-color: #fff;
	border: 2px solid #4C6CB3;
	color: #4C6CB3;
	border-radius: 5px;
	font-size: 87.5%;
	font-family: "BIZ UDPGothic", sans-serif;
	transition: 0.3s;
}

#body .slick-dots li button:hover,
.slick_nav .slick_ps a:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

#body .slick-dots li.slick-active button {
	background-color: #4C6CB3;
	color: #FFF;
}

.vis .vis_bg .slick_nav {
	padding: 35px 10px 5px 10px;
}

.vis .vis_bg .slick_nav .slick_ps {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.main .vis {
		margin-top: 20px;
	}

	.main .vis.main_slide .vis_slider .slick-list li {
		width: 400px !important;
	}

	.main .vis.main_slide .vis_slider .slick-list li a span.window {
		top: 370px;
	}

	.vis .vis_bg .slick_nav {
		padding: 20px 10px 5px 10px;
	}

}

@media screen and (max-width: 576px) {
	.main .vis.main_slide .vis_slider .slick-list li {
		width: 180px !important;
		margin: 2px 20px;
		font-size: 87.5%;
	}

	.main .vis.main_slide .vis_slider .slick-list li a span.window {
		top: 150px;
	}

	.main .vis.main_slide .slick_nav .slick-dots {
		justify-content: flex-start;
	}

	.vis .vis_bg .slick_nav .slick_ps {
		margin-left: 10px;
	}
}

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

/* --新着情報----*/
.main .news_area {
	background-color: #FFF;
	padding: 30px 0 50px;
}

.main .news_area h2::before {
	content: '';
	position: absolute;
	background-image: url(img/icon_mainnews_h2.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: auto;
	bottom: 25px;
	left: calc(50% - 50px);
	width: 100px;
	height: 3px;
	border-radius: 5px;
}

.main .news_area .pickup_lower {
	padding: 0 100px;
}

.main .news_area .pickup_lower .pickup_sub {
	margin: 0;
}

.main .news_area .pickup_lower ul li {
	margin: 0;
	padding: 0;
}

.main .news_area .pickup_lower ul li::before {
	position: absolute;
	content: '';
	background-image: url(img/line_news.png);
	background-repeat: repeat-x;
	background-size: contain;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
	border: none;
	transform: rotate(0);
}

.main .news_area .pickup_lower ul li a {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color: #4C6CB3;
	transition: 0.3s;
	width: 100%;
	padding: 20px 70px 20px 20px;
	font-size: 125%;
}

.main .news_area .pickup_lower ul li a:hover {
	text-decoration: none;
}

.main .news_area .pickup_lower ul li a::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: calc(50% - 11px);
	left: auto;
	right: 30px;
	width: 22px;
	height: 22px;
	transition: 0.3s;
}

.main .news_area .pickup_lower ul li a:hover::before {
	right: 25px;
}

@media screen and (max-width: 1000px) {
	.main .news_area .pickup_lower {
		padding: 0 50px;
	}
}

@media screen and (max-width: 768px) {
	.main .news_area .pickup_lower {
		padding: 0 20px;
	}
}

@media screen and (max-width: 576px) {
	.main .news_area {
		padding: 30px 0 40px;
	}

	.main .news_area h2 {
		padding: 0 0 40px 0;
	}

	.main .news_area .pickup_lower {
		padding: 0;
	}

	.main .news_area .pickup_lower ul li a {
		padding: 20px 55px 20px 15px;
		font-size: 112.5%;
	}

	.main .news_area .pickup_lower ul li a::before,
	.main .news_area .pickup_lower ul li a:hover::before {
		right: 20px;
	}
}

.main .life_area {
	background: transparent;
	margin: 0;
	padding: 150px 0 100px;
}

.main .life_area .ilist2_lower ul {
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.main .life_area .ilist2_lower ul>li {
	width: 200px;
	height: 200px;
	margin-right: 0;
	margin-top: 0;
}

.main .life_area .ilist2_lower ul>li .ilist_in {
	background-color: #FFF;
	border-radius: 20px;
	display: block;
	transition: 0.3s;
	padding: 0;
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
}

.main .life_area .ilist2_lower ul>li .ilist_in:hover {
	background-color: #FFFDF2;
	box-shadow: none
}

.main .life_area .ilist2_lower ul>li .ilist_left {
	width: 100%;
}

.main .life_area .ilist2_lower ul>li .ilist_left img {
	width: 100%;
	transition: 0.3s;
}

.main .life_area .ilist2_lower ul>li .ilist_in:hover img {
	transform: scale(1.1);
}

.main .life_area .ilist2_lower ul>li .ilist_right {
	margin-left: 0;
	text-align: center;
}

.main .life_area .ilist2_lower ul>li .ilist_right .ilist_title {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	font-family: 'GenJyuuGothic';
	font-size: 125%;
	font-weight: 600;
	color: #333;
	padding-bottom: 20px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF, 0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
	overflow-wrap: break-word;
}

.main .life_area .ilist2_lower.kurashi {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.main .life_area {
		padding: 100px 0 80px;
	}

	.main .life_area .ilist2_lower ul {
		gap: 30px;
	}

	.main .life_area .ilist2_lower.kurashi {
		margin-top: 30px;
	}
}

@media screen and (max-width: 575px) {
	.main .life_area {
		padding: 80px 0 50px;
	}

	.main .life_area .ilist2_lower.kurashi {
		margin-top: 15px;
	}

	.main .life_area .ilist2_lower ul {
		gap: 15px;
	}

	.main .life_area .ilist2_lower ul>li {
		width: 105px;
		height: 105px;
	}

	.main .life_area .ilist2_lower ul>li .ilist_right .ilist_title {
		font-size: 75%;
		padding-bottom: 8px;
	}
}

/* ピックアップお試し */
.main .pickup_area {
	background-color: #F0F2F5;
	margin: 0;
	padding: 150px 50px 100px;
}

.main .pickup_area .ilist2_lower ul {
	justify-content: center;
	gap: 40px 50px;
}

.main .pickup_area .ilist2_lower ul>li {
	margin-right: 0;
	margin-top: 0;
	width: calc((100% - 100px) / 3);
}

.main .pickup_area .ilist2_lower ul>li .ilist_in {
	background-color: transparent;
	display: block;
	padding: 0;
	transition: 0.3s;
}

.main .pickup_area .ilist2_lower ul>li .ilist_in:hover {
	opacity: 0.8;
}

.main .pickup_area .ilist2_lower ul>li .ilist_left {
	width: 100%;
}

.main .pickup_area .ilist2_lower ul>li .ilist_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
	transition: 0.3s;
}

.main .pickup_area .ilist2_lower ul>li .ilist_in:hover .ilist_left img {
	box-shadow: none;
}

.main .pickup_area .ilist2_lower ul>li .ilist_right {
	width: 100%;
	margin-left: 0;
}

.main .pickup_area .ilist2_lower ul>li .ilist_right .ilist_title {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 0 35px 0 10px;
	border-radius: 0 0 20px 20px;
	font-family: 'GenJyuuGothic';
	font-weight: 600;
	font-size: 125%;
	color: #333;
	position: relative;
}

.main .pickup_area .ilist2_lower ul>li .ilist_right .ilist_title::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4px;
	left: auto;
	right: 5px;
	width: 22px;
	height: 22px;
	transition: 0.3s;
}

.main .pickup_area .ilist2_lower ul>li .ilist_in:hover .ilist_right .ilist_title::before {
	right: 0;
}

@media (max-width: 1000px) {
	.main .pickup_area {
		padding: 150px 10px 100px;
	}

	.main .pickup_area .ilist2_lower ul {
		gap: 30px 30px;
	}

	.main .pickup_area .ilist2_lower ul>li {
		width: calc((100% - 60px) / 3);
		max-width: 270px;
	}
}

@media screen and (max-width: 768px) {
	.main .pickup_area {
		padding: 100px 0 80px;
	}

	.main .pickup_area .ilist2_lower ul {
		gap: 20px;
	}

	.main .pickup_area .ilist2_lower ul>li {
		width: calc((100% - 40px) / 3);
	}

	.main .pickup_area .ilist2_lower ul>li .ilist_right .ilist_title {
		padding: 0 20px 0 5px;
		font-size: 100%;
	}

	.main .pickup_area .ilist2_lower ul>li .ilist_right .ilist_title::before {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width: 576px) {
	.main .pickup_area {
		padding: 80px 0 50px;
	}

	.main .pickup_area .ilist2_lower ul>li {
		width: calc(50% - 10px);
		max-width: 220px;
	}
}

.main .about_area {
	background-color: #FFF;
	padding: 150px 0 100px;
	margin-top: 0;
}

.main .about_area .ilist2_lower ul {
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}

.main .about_area .ilist2_lower ul>li {
	margin-right: 0;
	width: 250px;
	height: 250px;
	margin-top: 0;
}

.main .about_area .ilist2_lower ul>li a {
	background: transparent;
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
}

.main .about_area .ilist2_lower ul>li .ilist_in {
	background-color: #F7F7F7;
	display: block;
	border-radius: 20px;
	transition: 0.3s;
	position: relative;
	padding: 0;
	transition: 0.3s;
}

.main .about_area .ilist2_lower ul>li .ilist_in:hover {
	background-color: #FFFDE6;
}

.main .about_area .ilist2_lower ul>li:nth-of-type(2) .ilist_in:hover,
.main .about_area .ilist2_lower ul>li:nth-of-type(7) .ilist_in:hover,
.main .about_area .ilist2_lower ul>li:nth-of-type(8) .ilist_in:hover {
	background-color: #F1FBFF;
}

.main .about_area .ilist2_lower ul>li:nth-of-type(3) .ilist_in:hover {
	background-color: #FFF4E4;
}

.main .about_area .ilist2_lower ul>li:nth-of-type(4) .ilist_in:hover {
	background-color: #EFF9EB;
}

.main .about_area .ilist2_lower ul>li .ilist_in .ilist_right .ilist_title::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 22px;
	right: 25px;
	width: 25px;
	height: 25px;
	transition: 0.3s;
	z-index: -1;
}

.main .about_area .ilist2_lower ul>li:first-of-type .ilist_in .ilist_right .ilist_title::after {
	background-image: url(img/icon_arrow_kita.png);
}

.main .about_area .ilist2_lower ul>li:nth-of-type(2) .ilist_in .ilist_right .ilist_title::after {
	background-image: url(img/icon_arrow_naka.png);
}

.main .about_area .ilist2_lower ul>li:nth-of-type(3) .ilist_in .ilist_right .ilist_title::after {
	background-image: url(img/icon_arrow_higashi.png);
}

.main .about_area .ilist2_lower ul>li:nth-of-type(4) .ilist_in .ilist_right .ilist_title::after {
	background-image: url(img/icon_arrow_minami.png);
}

.main .about_area .ilist2_lower ul>li .ilist_in:hover .ilist_right .ilist_title::after {
	right: 20px;
}

.main .about_area .ilist2_lower ul>li .ilist_left {
	box-sizing: border-box;
	width: 100%;
	width: 100%;
	padding: 0;
}

.main .about_area .ilist2_lower ul>li .ilist_left img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.main .about_area .ilist2_lower ul>li .ilist_right {
	width: 100%;
	margin-left: 0;
	position: relative;
}

.main .about_area .ilist2_lower ul>li.mayor .ilist_right .back_box,
.main .about_area .ilist2_lower ul>li.parliament .ilist_right .back_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 34px 0px;
	background-color: rgba(255, 255, 255, 0.9);
}

.main .about_area .ilist2_lower ul>li .ilist_right .ilist_title {
	color: #333;
	font-family: 'GenJyuuGothic';
	font-weight: bold;
	font-size: 125%;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px 20px 30px;
	border-radius: 0 0 20px 20px;
	text-shadow: 1px 1px 0 #F7F7F7, -1px -1px 0 #F7F7F7,
		-1px 1px 0 #F7F7F7, 1px -1px 0 #F7F7F7,
		0px 1px 0 #F7F7F7, 0-1px 0 #F7F7F7,
		-1px 0 0 #F7F7F7, 1px 0 0 #F7F7F7;
	z-index: 1000;
}

.main .about_area .ilist2_lower ul>li.mayor .ilist_in:hover,
.main .about_area .ilist2_lower ul>li.parliament .ilist_in:hover {
	opacity: 0.7;
}

@media (max-width: 1000px) {
	.main .about_area .ilist2_lower ul {
		gap: 30px;
	}
}

@media screen and (max-width: 768px) {
	.main .about_area {
		padding: 100px 0 80px;
	}

	.main .about_area .ilist2_lower ul {
		gap: 20px;
	}

	.main .about_area .ilist2_lower ul>li {
		width: 170px;
		height: 170px;
	}

	.main .about_area .ilist2_lower ul>li .ilist_right .ilist_title {
		font-size: 100%;
		padding: 10px 30px 10px 10px;
	}

	.main .about_area .ilist2_lower ul>li .ilist_in::after {
		bottom: 13px;
		right: 8px;
		width: 15px;
		height: 15px;
		z-index: 999;
	}

	.main .about_area .ilist2_lower ul>li .ilist_in .ilist_right .ilist_title::after {
		bottom: 15px;
		right: 15px;
		width: 15px;
		height: 15px;
	}

	.main .about_area .ilist2_lower ul>li .ilist_in:hover .ilist_right .ilist_title::after {
		right: 10px;
	}

	.main .about_area .ilist2_lower ul>li.mayor .ilist_right .back_box,
	.main .about_area .ilist2_lower ul>li.parliament .ilist_right .back_box {
		padding: 22px 0px;
	}
}

@media screen and (max-width: 576px) {
	.main .about_area {
		padding: 80px 0 50px;
	}

	.main .about_area .ilist2_lower ul>li {
		max-width: 170px;
		height: auto;
		width: calc(50% - 10px);
	}
}

.main .tab_box {
	background-color: transparent;
	margin: 0;
	padding: 150px 0 100px;
}

.main .tab_box h2 {
	padding: 0 0 40px 0;
	height: auto;
	position: relative;
}

.main .tab_box h2::before {
	content: '';
	position: absolute;
	background-image: url(img/icon_main_h2.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -60px;
	left: calc(50% - 62px);
	width: 124px;
	height: 50px;
}

.main .tab_box .tab_index {
	margin-bottom: 0;
	gap: 30px;
}

.main .tab_box .tab_index .tab_change a {
	font-family: 'GenJyuuGothic';
	font-weight: 600;
}

.main .site_src,
.main .question_src,
.main .id_src {
	background-color: #FFF;
	padding: 50px 100px;
	border: 2px solid #4C6CB3;
	border-top: none;
	border-radius: 0 0 20px 20px;
}

.main .site_src .src_box form,
.main .question_src .src_box .qa_form_box,
.main .search_id_box .src_box form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
}

#body .main .site_src input[type="text"],
#body .main .question_src .src_box input[type="text"],
#body .main .search_id_box .src_box input[type="text"] {
	width: calc(100% - 170px);
	border: 1.5px solid #4C6CB3;
	border-radius: 10px;
	padding: 15px;
	font-size: 100%;
}

#body .main .site_src button,
#body .main .question_src button,
#body .main .search_id_box button {
	width: 150px;
	background: #4C6CB3;
	border: 2px solid #4C6CB3;
	border-radius: 10px;
	padding: 12px 30px 12px 60px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	transition: 0.3s;
	position: relative;
}

#body .main .site_src button:hover,
#body .main .question_src button:hover,
#body .main .search_id_box button:hover {
	background-color: #FFFDF2;
	color: #4C6CB3;
}

#body .main .site_src button::before,
#body .main .question_src button::before,
#body .main .search_id_box button::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_magnify.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 30px;
	top: calc(50% - 15px);
	left: 25px;
	z-index: 1;
	transition: 0.3s;
}

#body .main .site_src button:hover::before,
#body .main .question_src button:hover::before,
#body .main .search_id_box button:hover::before {
	background-image: url(img/icon_magnify_b.png);
	transform: rotate(10deg);
}

.main .site_src .keywords_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px 30px;
	margin-top: 30px;
}

.main .site_src .keywords_box p {
	position: relative;
	padding-left: 60px;
	font-size: 112.5%;
	font-weight: bold;
	margin: 0;
}

.main .site_src .keywords_box p::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_light.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 45px;
	top: calc(50% - 22px);
	left: 0;
}

.main .site_src .keywords_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.main .site_src .keywords_box ul li {
	padding-left: 0;
	margin-top: 0;
}

.main .site_src .keywords_box ul li::before {
	content: none;
}

.main .site_src .keywords_box ul li a {
	display: block;
	width: 100%;
	border: 1px solid #4C6CB3;
	border-radius: 50px;
	padding: 10px 45px 10px 40px;
	font-size: 87.5%;
	color: #4C6CB3;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	font-weight: bold;
}

.main .site_src .keywords_box ul li a:hover {
	background-color: #FFFDF2;
}

.main .site_src .keywords_box ul li a::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_sharp.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 22px;
	top: calc(50% - 11px);
	left: 20px;
}

.main .site_src .keywords_box ul li a::after {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow_footlink.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 5px;
	height: 10px;
	top: calc(50% - 5px);
	right: 20px;
	transition: 0.3s;
}

.main .site_src .keywords_box ul li a:hover::after {
	right: 15px;
}

.main .question_src .src_box p {
	margin: 0 0 10px 0;
}

.main .question_src .src_box ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 15px 30px;
}

.main .question_src .src_box ul li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.main .question_src .src_box ul li::before {
	content: none;
}

#body .main .question_src .src_box select {
	padding: 10px 20px 10px 10px;
	border: 1px solid #333;
	border-radius: 5px;
	background: #fff;
	font-size: 100%;
}

.main .search_id_box .src_box:nth-of-type(2) {
	margin-top: 30px;
}

.main .question_src .src_box label,
.main .id_src .search_id_box label {
	width: 100%;
	padding-left: 25px;
	position: relative;
}

.main .question_src .src_box label::before,
.main .id_src .search_id_box label::before {
	position: absolute;
	content: '';
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	transition: 0.3s;
}

.main .id_src .search_id_box label span {
	font-size: 87.5%;
	margin-left: 5px;
}

.main .id_src .search_id_box .faq_id_box {
	width: calc(100% - 170px);
	display: flex;
	gap: 5px;
	align-items: center;
}

#body .main .search_id_box .faq_id_box input[type="text"] {
	width: 100%;
}

.main .id_src .search_id_box p {
	margin: 0;
}

.main .id_src .search_id_box .id_error {
	color: #DA152F;
	font-size: 87.5%;
}

@media (max-width: 1000px) {
	.main .tab_box .tab_index {
		gap: 15px;
	}

	.main .free_tab .tab_index .tab_change a {
		padding: 15px 10px;
	}

	.main .site_src,
	.main .question_src,
	.main .id_src {
		padding: 30px;
	}
}

@media screen and (max-width: 768px) {
	.main .tab_box {
		padding: 100px 0 80px;
	}

	.main .tab_box h2 {
		padding-bottom: 30px;
	}

	.main .tab_box .tab_index {
		flex-wrap: wrap;
		gap: 0;
	}

	.main .tab_box .tab_index .tab_change {
		width: 100%;
	}

	.main .tab_box .tab_index .tab_change:not(:first-of-type) a {
		border-radius: 0 0 0 0;
	}

	.main .tab_box .tab_index .tab_change a {
		border-color: #4C6CB3;
	}

	.main .site_src,
	.main .question_src,
	.main .id_src {
		padding: 30px 20px;
	}

	.main .site_src .src_box form,
	.main .question_src .src_box .qa_form_box {
		/* gap: 15px; */
	}

	#body .main .site_src input[type="text"],
	#body .main .question_src .src_box input[type="text"],
	#body .main .search_id_box .src_box input[type="text"] {
		width: 100%;
	}

	#body .main .site_src button,
	#body .main .question_src button,
	#body .main .search_id_box button {
		width: 50%;
		padding: 12px 50px 12px 60px;
	}

	#body .main .site_src button::before,
	#body .main .question_src button::before,
	#body .main .search_id_box button::before {
		width: 23px;
		top: calc(50% - 12px);
		left: 30px;
	}

	.main .site_src .keywords_box ul li a {
		padding: 8px 30px 8px 30px;
	}

	.main .site_src .keywords_box ul li a::before {
		left: 12px;
	}

	.main .site_src .keywords_box ul li a::after {
		right: 15px;
	}

	.main .site_src .keywords_box ul li a:hover::after {
		right: 12px;
	}

	.main .question_src .src_box ul li label {
		display: block;
	}

	#body .main .site_src button,
	#body .main .question_src button,
	#body .main .search_id_box button {
		margin-top: 7px;
	}

	.main .id_src .search_id_box .faq_id_box {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.main .tab_box {
		padding: 80px 0 50px;
	}

	.main .tab_box h2 {
		padding: 0 0 20px 0;
	}

	.main .free_tab .tab_index .tab_change {
		font-size: 112.5%;
	}

	.main .free_tab .tab_index .tab_change a {
		padding: 12px 10px;
	}

	.main .site_src,
	.main .question_src,
	.main .id_src {
		padding: 20px 15px;
	}

	#body .main .site_src button,
	#body .main .question_src button,
	#body .main .search_id_box button {
		width: 70%;
	}

	.main .question_src .src_box ul li {
		flex-wrap: wrap;
		gap: 5px;
	}

}

/*関連サイト_スライド*/
.main .sub_site {
	background-color: transparent;
	margin: 0;
	padding: 50px 0 100px;
}

.main .sub_site .ilist2_lower .subsite_slider ul {
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-slider {
	padding: 0 70px;
}

.main .sub_site .ilist2_lower .subsite_slider ul li {
	margin: 0;
	padding: 2px;
	text-align: center;
}

.main .sub_site .ilist2_lower .subsite_slider ul li::before {
	content: none;
}

.main .sub_site .ilist2_lower .subsite_slider ul li .ilist_in {
	background-color: transparent;
	padding: 0;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-slide li a .ilist_in {
	display: flex;
	justify-content: center;
}

.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left {
	position: relative;
	min-width: 180px;
	min-height: 180px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
}

.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left:hover {
	box-shadow: none;
}

.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left img {
	transition: 0.3s;
	width: 100%;
	height: 100%;
}

.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left:hover img {
	transform: scale(1.1);
}

.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-prev,
.main .sub_site .ilist2_lower .subsite_slider .slick-next {
	top: 90px;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-arrow {
	background: transparent;
}

#body .main .sub_site .ilist2_lower .subsite_slider .slick-arrow:hover {
	background: transparent;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-arrow img {
	width: 36px;
	height: 58px;
}

.main .sub_site .ilist2_lower .subsite_slider .slick_nav {
	position: relative;
	gap: 30px;
	width: auto;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-dots {
	gap: 5px;
}

.main .sub_site .ilist2_lower .subsite_slider .slick-dots li {
	margin: 0 7px;
}

.main .sub_site .ilist2_lower .subsite_slider ul>li {
	width: 30px;
}

.slick_ps a {
	border-radius: 5px;
	border: 2px solid #4C6CB3;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick_ps div img {
	width: 12px;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
	.main .sub_site {
		padding: 50px 0 80px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left {
		margin: 0 auto;
	}

	.main .sub_site .ilist2_lower .subsite_slider ul li {
		margin: 0 0px 0 0;
	}
}

@media screen and (max-width: 576px) {
	.main .sub_site {
		padding: 50px 0 50px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .slick-slider {
		padding: 0 30px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .slick_nav {
		gap: 10px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .slick-prev,
	.main .sub_site .ilist2_lower .subsite_slider .slick-next {
		top: 90px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .slick-prev {
		left: -15px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .slick-next {
		right: -15px;
	}

	/* .main .sub_site .ilist2_lower .subsite_slider .slick-arrow img {
		width: 30px;
		height: 44px;
	} */

	.main .sub_site .ilist2_lower .subsite_slider .slick-dots {
		justify-content: flex-start;
		gap: 5px;
	}

	.main .sub_site .ilist2_lower .subsite_slider .ilist_in .ilist_left {
		max-width: 180px;
	}
}

/*領域4の個別スタイル*/
.main .bana {
	background-color: #FFF;
	margin: 0 auto;
	padding: 150px 0 100px;
}

.main .bana .bana_lower {
	padding: 0;
}

.main .bana ul {
	gap: 30px;
	justify-content: center;
}

.main .bana li {
	width: 200px;
	margin: 0;
	padding: 0;
}

.main .bana .bana_img img {
	box-shadow: 0 0 20px rgba(76, 108, 179, 0.1);
	transition: 0.3s;
}

.main .bana li a:hover img {
	box-shadow: none;
}

@media screen and (max-width: 768px) {
	.main .bana {
		padding: 100px 0 80px;
	}
}

@media screen and (max-width: 576px) {
	.main .bana {
		padding: 80px 0 50px;
	}

	.main .bana ul {
		gap: 15px;
	}

	.main .bana li {
		width: 135px;
	}
}
