@charset "UTF-8";

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	min-width: 1200px;
}

/* =====================

    PC

===================== */
html {
	overflow: auto;
}

.external_link_text {
	display: none;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto !important;
	vertical-align: bottom;
}

.hide {
	display: none;
}

/* 矢印 */
.c-next {
	position: relative;
}

/* 矢印 */
.c-next a::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 2px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-next a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 2px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-pagetop {
	position: fixed;
	bottom: 25px;
	right: 20px;
	width: 55px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}

.sp-head {
	display: none;
}

/*-----------------

    acc

-----------------*/
.acc {
	padding: 10px 0 20px;
	font-size: 1.1em;
	background: #ebf6fb;
}

.acc ul {
	list-style: none;
}

.acc_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.acc_in a {
	color: #000;
	text-decoration: none;
}

.acc_in a:hover {
	text-decoration: underline;
}

.acc_in .soshiki a,
.acc_in .bunrui a {
	position: relative;
	color: #fff;
	padding: 10px 15px;
	border-radius: 0 0 5px 5px;
}

.acc_in .soshiki a:hover,
.acc_in .bunrui a:hover {
	text-decoration: none;
}

.acc_in .soshiki a::after,
.acc_in .bunrui a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.acc_in .soshiki {
	margin-right: 10px;
}

.acc_in .soshiki a {
	background: #008500;
}

.acc_in .bunrui a {
	background: #0073b5;
}

.acc_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.acc_item-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.acc_link {
	position: relative;
	margin: 0 20px 0 30px;
}

.acc_link::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #548911;
}

.acc .end {
	padding-right: 30px;
	margin: 0;
}

.acc .caption {
	margin: 0 5px 0 25px;
}

.acc .fontSize_box {
	margin-left: 5px;
}

/* 矢印 */
.fontSize_box .btnA a {
	background: #fff;
	border: solid 1px #000;
	padding: 3px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 90%;
	margin-left: 3px;
	line-height: 1;
}

.bg-1 a,
.bg-2 a,
.bg-3 a,
.bg-4 a {
	background: #fff;
	padding: 4px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 90%;
	margin-left: 4px;
	line-height: 1;
	border-radius: 100%;
}

.bg-1 a {
	color: #333;
}

.bg-2 a {
	color: #fff;
	background: #000;
}

.bg-3 a {
	color: #fff;
	background: #0036d1;
}

.bg-4 a {
	color: #333;
	background: #fdff48;
}

.logo {
	padding: 0;
	margin-right: 30px;
	width: 190px;
}

.logo_sp {
	display: none;
}

.navArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav_icon {
	display: block;
	margin: 0 auto;
	width: 30px;
}

nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

nav a {
	display: block;
	padding: 25px 22px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border-left: #eaeaea solid 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

nav a:hover {
	background: #ebf6fb;
}

nav ul li:last-child a {
	border-right: #eaeaea solid 1px;
}

.main {
	background-image: url(/img/top2022/main.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

.main_box {
	width: 400px;
}

.main_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1100px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.urgency {
	background: #fff;
	border-radius: 5px;
}

.urgency_tit {
	padding: 10px 5px;
	background: #1467b4;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.urgency_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px 10px;
	width: 100%;
	list-style: none;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.urgency_in li {
	flex: 1 0 auto;
}

.urgency_in li:nth-child(2n+1) {
	flex: 1 0 auto;
}

.urgency_in li:nth-child(2n+1) a {
	border-left: none;
}

.urgency_in li:nth-child(n+3) a {
	border-bottom: none;
}

.urgency_in a {
	display: block;
	padding: 15px 5px 15px 10px;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
}

.urgency_in a::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #1467b4;
}

.urgency_in a:hover {
	text-decoration: underline;
}

/* 検索 */
.search {
	position: relative;
	margin-top: 60px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search_box {
	padding: 20px 20px 25px 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search_tit {
	font-size: 1.3em;
	font-weight: 500;
}

.search .iitane {
	position: absolute;
	width: 100px;
	height: 118px;
	left: 10px;
	bottom: 0;
}


.search_box #cse-search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search_box #cse-search-box #tmp_query {
	border: solid 1px #018400 !important;
	padding: 0 0.5em !important;
	/* width: 150px; */
	width: 100%;
	border-radius: 100px 0 0 100px;
}

.search_box #cse-search-box #submit {
	background-color: #018400;
	border: none;
	height: 37px;
	padding: 0 22px 0 17px;
	color: #FFF;
	border-radius: 0 100px 100px 0;
}


#search_trend_word p {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	padding-top: 13px;
}

#search_trend_word p a {
	text-decoration: underline;
	color: #222;
	display: flex;
	align-items: center;
	cursor: pointer;
}

#search_trend_word p a::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #1467b4;
}


.maincatch {
	margin: 0 auto;
	width: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}

.special {
	margin: 30px auto;
	width: 1100px;
}

.special ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}

.special ul li {
	width: 32%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.special ul li:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.contents {
	background: url("/img/top2022/bg_contents.png") #fdfdfd no-repeat;
	background-size: contain;
	padding-top: 50px;
}

.contents_in {
	font-size: 1.2em;
}

.important {
	margin: 0 auto 70px auto;
	width: 1100px;
	background: #d42020;
	border: solid 2px #d42020;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.important dt {
	position: relative;
	background: #d42020;
	line-height: 2;
	padding: 0 20px;
	width: 220px;
	text-align: center;
}

.important dd {
	background: #fff;
}

.important_tit {
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.important_tit::before {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/icon-2.png") no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	top: -30px;
	left: 50%;
	margin-left: -12px;
}

.important_more a {
	display: block;
	line-height: 2;
	border-radius: 20px;
	background: #fff;
	border: solid 1px #fff;
	color: #bf2323;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.important_more a:hover {
	background: #bf2323;
	border: solid 1px #fff;
	color: #fff;
}


.importantBox {
	padding: 20px 35px;
	line-height: 1.5;
	border-radius: 0 7px 7px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.importantBox ul {
	list-style: none;
}

.importantBox li {
	display: flex;
	margin: 10px 0px 12px;
	border-bottom: dotted 1px #c3402c;
	padding-bottom: 12px;
}

.importantBox a {
	text-decoration: none;
	color: #0049a4;
}

.importantBox a:hover {
	text-decoration: underline;
}


.importantBox .important_date {
	display: block;
	width: 20%;
}

.importantBox .article_title {
	display: block;
	width: 80%;
}


/* アコーディオン */
.important .toggle {
	display: none;
}


/*-----------------

    section01

-----------------*/
.section1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section1 ul {
	list-style: none;
}

.section1-1 {
	width: 670px;
}

.section1-2 {
	width: 400px;
}

.p-info_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.p-info_nav li {
	width: 33%;
	border-bottom: solid 1px #e7f1f6;
}

.p-calendar_btn,
.p-news_btn,
.p-event_btn {
	padding: 15px 0;
	font-size: 1.2em;
	color: #0662c9;
	font-weight: bold;
	text-align: center;
	background: #fff;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-news_btn {
	border-radius: 10px 0 0 0;
}

.p-event_btn {
	border-radius: 0;
}

.p-calendar_btn {
	border-radius: 0 10px 0 0;
}

.p-calendar_btn:hover,
.p-news_btn:hover,
.p-event_btn:hover {
	position: relative;
	background: #0662c9;
	color: #fff;
}

.p-calendar_btn:hover::after,
.p-news_btn:hover::after,
.p-event_btn:hover::after {
	content: '';
	position: absolute;
	margin-left: -15px;
	bottom: -30px;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #0662c9;
}

.is-active .p-calendar_btn,
.is-active .p-news_btn,
.is-active .p-event_btn {
	position: relative;
	background: #0662c9;
	color: #fff;
}

.is-active .p-calendar_btn::after,
.is-active .p-news_btn::after,
.is-active .p-event_btn::after {
	content: '';
	position: absolute;
	margin-left: -15px;
	bottom: -30px;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #0662c9;
}

.s-tabBtn.is-active,
.s-tabItem.list-item {
	opacity: 1;
}

.p-tabWrap {
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p-tabItem_wrap {
	padding: 20px 30px;
	width: 100%;
	background: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p-news {
	font-size: 1.1em;
}

.p-news li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	border-bottom: solid 1px #e7ebee;
}

.p-news li a {
	color: #0049a4;
	text-decoration: none;
}

.p-news li a:hover {
	text-decoration: underline;
}

.p-news_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.newsDate {
	display: block;
	/* padding-right: 30px; */
	width: 10rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newsTit {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-newicon {
	color: #d10000;
	padding-right: 10px;
}

.p-rss_btn {
	padding-left: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p-rss_btn::before {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/rss.png") no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	top: 50%;
	left: -16px;
	margin-top: -13px;
}

.p-rss_btn a {
	color: #000;
	text-decoration: none;
}

.p-newsList_btn a {
	position: relative;
	margin-left: 25px;
	color: #003e8c;
	text-decoration: none;
}

.p-newsList_btn a::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #1467b4;
}

.p-newsList_btn a:hover {
	text-decoration: underline;
}

.about .photo .p-news_link {
	flex-wrap: wrap;
	row-gap: 15px;
	justify-content: center;
	flex-direction: column-reverse;
}


.about .photo .p-news_link .p-newsList_btn a {
	margin-left: -15px;
}

/*-----------------

    notice

-----------------*/

.main_btn img,
.notice_btn img,
.slick-arrow img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.main_btn img:hover,
.notice_btn img:hover,
.slick-arrow img:hover {
	opacity: 0.5;
}

.yoitoko {
	padding: 16px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

.koho {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	padding: 16px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.koho_img {
	width: 120px;
	line-height: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.koho_img:hover {
	opacity: 0.7;
}

.koho_box {
	width: 225px;
}

.koho_tit {
	background: #1467b4;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.8;
}

.koho_txt {
	padding: 15px 0;
}

.koho_link a {
	position: relative;
	color: #003e8c;
	text-decoration: none;
	line-height: 2;
}

.koho_link a::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #1467b4;
}

.koho_link a:hover {
	text-decoration: underline;
}

.life {
	position: relative;
	margin: 50px auto 60px auto;
	width: 1100px;
	padding: 40px 40px 50px 40px;
	background-color: rgba(200, 221, 233, 0.7);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.life_tit {
	text-align: center;
	font-size: 1.6em;
}

.life_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-items: center;
	list-style: none;
}

.life_list {
	text-align: center;
}

.life_list a {
	text-decoration: none;
	color: #000;
}

.life_img {
	display: block;
	margin: 0 auto;
	width: 102px;
	-webkit-transition: .3s;
	transition: .3s;
}

.life_img:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.section2 {
	position: relative;
	background: url("/img/top2022/about_bg.png");
}

.section2::before {
	position: absolute;
	content: '';
	display: block;
	padding-top: 30%;
	width: 100%;
	background: url("/img/top2022/about_bg2.png") no-repeat;
	background-size: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: -10%;
	background-position: bottom;
	z-index: 0;
}

.section2_in {
	position: relative;
	margin: 0 auto;
	padding-top: 200px;
	width: 1100px;
	padding-bottom: 100px;
	z-index: 2;
}

.about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about_tit {
	font-size: 2em;
	text-align: center;
}

.about_tit span {
	position: relative;
}

.about_tit span::before {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/about_tit1.png") no-repeat;
	background-size: 36px 63px;
	width: 36px;
	height: 63px;
	top: 50%;
	left: -70px;
	margin-top: -40px;
}

.about_tit span::after {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/about_tit2.png") no-repeat;
	background-size: 62px 62px;
	width: 62px;
	height: 62px;
	top: 50%;
	right: -80px;
	margin-top: -35px;
}

.about_box {
	width: 600px;
}

.about_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about_box ul li a {
	display: block;
	margin-bottom: 25px;
	padding-top: 115px;
	width: 290px;
	height: 153px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	filter: drop-shadow(0px 3px 2px rgba(178, 185, 115, 0.8));
	background-color: #FFF;
	border-radius: 18px;
}

.about_box ul li a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.about-1 {
	background-image: url(/img/top2022/about-2.png);
}

.about-2 {
	background-image: url(/img/top2022/about-5.png);
}

.about-3 {
	background-image: url(/img/top2022/about-3.png);
}

.about-4 {
	background-image: url(/img/top2022/about-4.png);
}

/* .about_boxの5番目のリストアイテム（YouTube）を全幅にする */
.about_box ul li:nth-child(5) {
	width: 100%;
}

/* リンク（.about-5）のスタイル：テキストを隠して画像を表示 */
.about_box a.about-5 {
	display: block;
	width: 100%;
	height: 0;
	/* 画像の縦横比に合わせて調整してください (計算式: 高さ ÷ 幅 × 100) */
	/* 例: 画像が横1000px 縦200pxなら 20% */
	padding-top: 25%;
	background-image: url(/img/top2022/yt-sonminka_bnr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.photo {
	padding: 30px;
	width: 465px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.photo_tit {
	position: relative;
	padding-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
}

.photo_tit::before {
	content: '';
	display: inline-block;
	margin-right: 12px;
	width: 5px;
	height: 25px;
	background: #2c831d;
	vertical-align: sub;
}

.photo_img {
	line-height: 0;
	width: 100%;
}

.photo_txt {
	padding-top: 10px;
}

.photo_txt span {
	display: block;
}

.people {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	justify-content: center;
}

.people_tit {
	background-color: #fcf999;
	font-size: 1.3em;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.people_sub {
	font-size: 0.6em;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.people_sub span {
	display: block;
}

.people_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 50px;
	/* width: 77%; */
	list-style: none;
	text-align: center;
	/* z-index: 2; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.people_box li {
	position: relative;
	margin-right: 40px;
}

.people_box li:first-child {
	padding-left: 45px;
}

.people_box li:first-child::before {
	content: '';
	position: absolute;
	display: block;
	top: -7px;
	left: 0;
	background: url("/img/top2022/people-1.png");
	background-size: 36px 32px;
	width: 36px;
	height: 32px;
}

.people_box li:nth-child(2) {
	padding-left: 30px;
}

.people_box li:nth-child(2)::before {
	content: '';
	position: absolute;
	display: block;
	top: -13px;
	left: 0;
	background: url("/img/top2022/people-2.png");
	background-size: 17px 44px;
	width: 17px;
	height: 44px;
}

.people_box li:nth-child(3) {
	padding-left: 30px;
}

.people_box li:nth-child(3)::before {
	content: '';
	position: absolute;
	display: block;
	top: -13px;
	left: 0;
	background: url("/img/top2022/people-3.png");
	background-size: 17px 44px;
	width: 17px;
	height: 44px;
}

.people_box li:nth-child(4) {
	padding-left: 30px;
}

.people_box li:nth-child(4)::before {
	content: '';
	position: absolute;
	display: block;
	top: -13px;
	left: 0;
	background: url("/img/top2022/people-4.png");
	background-size: 17px 44px;
	width: 17px;
	height: 44px;
}

.people_img {
	display: inline-block;
	width: 36px;
	vertical-align: sub;
}

.section3 {
	padding: 95px 0;
	width: 100%;
	background: url("/img/top2022/shisetu.jpg");
	background-size: cover;
	background-position: bottom;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.shisetu {
	margin: 0 auto;
	padding: 50px 0 70px;
	width: 1100px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.shisetu_tit {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.shisetu_tit span {
	position: relative;
}

.shisetu_tit span::before {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/shisetu_tit1.png") no-repeat;
	background-size: 46px 33px;
	width: 46px;
	height: 33px;
	top: 50%;
	left: -75px;
	margin-top: -20px;
}

.shisetu_tit span::after {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/shisetu_tit2.png") no-repeat;
	background-size: 101px 30px;
	width: 101px;
	height: 30px;
	top: 50%;
	right: -120px;
	margin-top: -15px;
}

.shisetu_in {
	margin: 0 auto;
	padding: 30px 0 10px 0;
	width: 980px;
}

.shisetu_box {
	padding: 20px 0;
	overflow: hidden;
}

.shisetu_box .slick-arrow {
	/* display: block;
	width: 17px;
	cursor: pointer; */
}

.shisetu_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 90%;
	list-style: none;
}

.shisetu_item li {
	width: 30%;
	margin-top: 10px;
}

.shisetu_item li img {
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.shisetu_item li:hover img {
	opacity: 0.5;
}

.shisetu a {
	text-decoration: none;
}

.shisetu_txt {
	display: block;
	padding-top: 12px;
	font-size: 1.2em;
	color: #000;
	text-align: center;
}

/*-----------------

    bnr

-----------------*/
.bnr {
	width: 100%;
	background: #f7f3e8;
}

.bnr_in {
	margin: 0 auto;
	padding: 60px 0;
	width: 1100px;
}




.bnArea {
	overflow: hidden;
}

.bnArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	row-gap: 20px;
}

.bnArea ul::after {
	content: "";
	width: 32%;
}

.bnArea ul li {
	flex: 0 0 32%;
}

.bnArea ul li:hover {
	opacity: .6;
}



.p-carouselArea {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.p-carousel_prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.p-carousel_next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

footer {
	padding: 40px 0 30px;
	width: 100%;
	border-bottom: solid 1px #dcd6d4;
}

.foot {
	margin: 0 auto;
	width: 1040px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.foot_iitate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1em;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 37%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.foot_logo {
	width: 75px;
}

.foot_add {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	line-height: 1.4;
}

.foot_add span {
	display: block;
	font-size: 1.7em;
	font-weight: bold;
}

.foot_tit {
	display: block;
	padding-bottom: 5px;
	font-size: 190%;
	color: #0b499d;
}

.foot_in {
	width: 63%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.foot ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.foot_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.foot_contact.catchLower {
	column-gap: 15px;
	background-color: #ffffffd6;
	padding: 10px 15px;
	border-radius: 50px;
}

.foot_contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.1em;
}

.foot_contact .fb img,
.foot_contact .insta img {
	height: 35px !important;
}

.foot_contact .yt img {
	height: 20px !important;
}

.foot_contact .yt:hover,
.foot_contact .insta:hover,
.foot_contact .fb:hover {
	opacity: 0.5;
}

.foot-label {
	margin-right: 5px;
	padding: 2px 10px;
	background: #fff;
	border: solid 1px #0073b5;
	color: #0073b5;
	font-size: 0.8em;
	border-radius: 3px;
}

.foot_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	justify-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.foot_btn li {
	width: 32.5%;
	text-align: center;
}

.foot_btn li a {
	display: block;
	position: relative;
	padding: 10px 5px 8px 18px;
	background: #0073b5;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.foot_btn li a::before {
	position: absolute;
	content: '';
	display: block;
	background: url("/img/top2022/arrow.png") no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 12px;
	margin-top: -9px;
}

.foot_btn li a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.foot_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px auto;
	justify-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 700px;
	list-style: none;
}

.foot_link a {
	position: relative;
	text-decoration: none;
	color: #000;
}

.foot_link a::before {
	position: absolute;
	content: '';
	display: block;
	margin-top: -5px;
	top: 50%;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #0073b5;
}

.foot_link a:hover {
	text-decoration: underline;
}

address {
	padding: 8px 0;
	background: #453918;
	color: #fff;
	text-align: center;
	font-style: normal;
}

/*-* 全サイズここまで *-*/


/* イベントカレンダー */
#top_calendar_detail {
	max-width: 300px;
	margin: 0 auto 23px;
}

ul.calendar_index {
	/* font-size: 150%; */
}

ul.calendar_index li.calendar_index_now {
	/* font-size: 130%; */
}

table#top_calendar_table {
	/* font-size: 175%; */
}

.top_calendar_box {
	width: 100%;
	display: table;
}

.top_calendar_box>div {
	display: table-cell;
	vertical-align: top;
}

.top_calendar_box>div.cal_box_left {
	padding-right: 30px;
	width: 240px;
}

.top_calendar_box .event_title {
	font-family: 'UD Shin Go Bold';
	margin-bottom: 10px;
}

.top_calendar_box .cal_box_right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.top_calendar_box .cal_box_right ul li {
	margin: 0px;
	padding: 5px 0px;
}

ul.calendar_index {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	text-align: center;
}

ul.calendar_index li {
	display: table-cell;
	vertical-align: middle;
}

ul.calendar_index li.calendar_index_last,
ul.calendar_index li.calendar_index_next {
	width: 3em;
}

ul.calendar_index li.calendar_index_now {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'UD Shin Go Bold';
}

table#top_calendar_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
}

table#top_calendar_table th {
	border: none;
	border-collapse: collapse;
	text-align: center;
	/* font-weight: normal; */
	padding: 2px;
}

table#top_calendar_table td {
	border: none;
	border-collapse: collapse;
	text-align: center;
	padding: 2px;
}

table#top_calendar_table th span,
table#top_calendar_table td a {
	display: block;
	padding: 5px 0px;
	background: #e5e5e5;
	color: #333333;
	text-decoration: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	white-space: nowrap;
}

table#top_calendar_table th.cal_sun span,
table#top_calendar_table td.cal_sun a {
	background: #fcd4dc;
}

table#top_calendar_table th.cal_sat span,
table#top_calendar_table td.cal_sat a {
	background: #b5e7ea;
}

table#top_calendar_table td.cal_today a {
	background: #ffc35a;
}

table#top_calendar_table td a:hover {
	text-decoration: underline;
}

/* 本日のイベント */

.topCalendar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#top_event_today {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

#top_event_today_title {
	color: #004081;
	font-family: 'UD Shin Go Bold';
	/* font-size: 240%; */
}

#top_event_today ul {
	/* font-size: 160%; */
	padding: 30px 0 7px;
}

#top_event_today ul li {
	border-bottom: solid 1px darkgrey;
	padding: 0 6px 15px;
	margin-bottom: 18px;
}

#top_event_today .btnG.shinchakuBtn {
	margin-top: 0;
}

#top_event_today div.btnG.shinchakuBtn #top_event_today_link.newsListBtn a {
	margin-right: 0;
}

#top_event_today p.no_data {
	/* font-size: 150%; */
	padding: 40px 10px;
	border-bottom: solid 1px darkgray;
	margin-bottom: 20px;
}





/*-* 1100以下ここから *-*/
@media all and (max-width: 1099px) {
	.acc_in {
		width: 100%;
	}

	.acc_in .soshiki a,
	.acc_in .bunrui a {
		padding: 5px 15px;
		border-radius: 5px;
	}

	.acc_item-2 {
		padding: 10px 20px 0 0;
	}

	nav a {
		font-size: 1.1em;
	}

	.navArea,
	.main_in {
		margin: 0 auto;
		width: 96%;
	}

	.special {
		margin-bottom: 50px;
		width: 96%;
	}

	.important {
		width: 96%;
		overflow: hidden;
	}

	.section1 {
		margin: 0 auto;
		width: 96%;
		overflow: hidden;
	}

	.section1-1 {
		width: 100%;
	}

	.section1-2 {
		margin-left: 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.p-news_btn,
	.p-event_btn,
	.p-calendar_btn {
		flex-wrap: wrap;
	}

	.s-tabBtn p>span {
		display: block;
	}

	.sub_bnr {
		width: 96%;
	}

	.life {
		width: 96%;
	}

	.life_list {
		width: 10%;
	}

	.life_img {
		width: 100%;
	}

	.section2_in {
		margin: 0 auto;
		width: 96%;
	}

	.photo {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 20px 25px;
	}

	.about_box {
		margin-left: 20px;
		width: 530px;
	}

	.about_box ul li {
		width: 50%;
	}

	.about_box ul li a {
		padding-top: 100px;
		width: 250px;
		height: 132px;
	}

	.about-1,
	.about-2,
	.about-3,
	.about-4 {
		background-size: 250px 132px;
	}

	.people_tit {
		width: 18%;
	}

	.people_box li:first-child::before,
	.people_box li:nth-child(2)::before,
	.people_box li:nth-child(3)::before,
	.people_box li:nth-child(4)::before {
		top: 0;
	}

	.section3 {
		padding: 80px 0;
	}

	.shisetu {
		margin: 0 auto;
		width: 96%;
	}

	.shisetu_in {
		width: 96%;
	}

	.shisetu_txt {
		font-size: 1.1em;
	}

	.bnr_in {
		margin: 0 auto;
		padding: 40px 0;
		width: 88%;
	}

	.bnArea ul li {
		flex: 0 0 100%;
	}

	.foot {
		margin: 0 auto;
		width: 96%;
	}

	.foot_contact {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		row-gap: 20px;
	}

	address {
		font-size: 0.8em;
	}
}

/*-* 980以下ここから *-*/
@media all and (max-width: 979px) {
	.acc {
		padding: 15px;
		background: #fff;
	}

	.acc_in {
		padding-left: 18%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.logo {
		display: none;
	}

	.logo_sp {
		display: block;
		position: absolute;
		width: 15%;
		line-height: 0;
	}

	nav a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.section2_in {
		margin-top: 60px;
		padding-top: 120px;
		width: 96%;
	}

	.about {
		display: block;
	}

	.about_box {
		margin: 0 auto;
		padding-top: 40px;
	}

	.people {
		display: block;
		padding: 0;
	}

	.people::before {
		content: none;
	}

	.people_tit {
		margin: 0 auto;
		width: 96%;
		text-align: center;
	}

	.people_sub {
		display: block;
	}

	footer {
		padding-top: 30px;
	}

	.foot {
		display: block;
	}

	.foot_iitate {
		margin: 0 auto 15px auto;
		width: 90%;
		max-width: 460px;
		padding-right: 0;
	}

	.foot_in {
		margin: 0 auto;
		padding: 10px 0 0 0;
		width: 90%;
		max-width: 600px;
	}

	.foot_btn {
		margin-top: 20px;
	}

	.foot_link {
		display: block;
		width: 90%;
	}

	.foot ul {
		justify-content: center;
		column-gap: 2em;
	}
}

/* =====================

    Smartphone スマホ

===================== */
@media screen and (max-width: 767px) {

	body {
		min-width: 100%;
	}

	.acc_item,
	.acc_item-2,
	.navArea {
		display: none;
	}

	.logo_sp {
		width: 110px;
	}

	.main {
		padding: 0px 0px 20px;
	}

	.main_in {
		display: block;
	}

	.main_box {
		width: 100%;
	}

	.maincatch {
		width: 100%;
		max-width: 420px;
	}

	.urgency {
		margin-top: 30px;
	}

	.urgency_tit {
		padding: 5px;
		font-size: 1.3em;
	}

	.urgency_in a {
		padding: 5px;
	}


	.search {
		margin-top: 14px;
	}

	.search .iitane {
		width: 80px;
		height: 94px;
		top: 0;
		border-bottom: solid 5px #045cb6;
	}

	.top_index .search .search_box {
		padding: 8px 8px 15px 110px;
		border-bottom: solid 1px gainsboro;
	}

	.special {
		margin-bottom: 30px;
	}

	.special ul {
		display: block;
	}

	.special ul li {
		margin: 10px auto;
		width: 90%;
		max-width: 350px;
	}

	.contents {
		background-size: cover;
		padding-top: 30px;
	}

	.important {
		display: block;
		margin-bottom: 30px;
	}

	.important_tit {
		display: flex;
		align-items: center;
	}

	.important_tit::before {
		top: 0;
		left: 0;
		position: relative;
		margin: 0 10px 0 0;
	}

	.importantBox {
		/* padding: 20px 25px; */
		border-radius: 0;
	}

	.important .importantBox ul li {
		flex-wrap: wrap;
	}

	.important .importantBox ul li .article_title {
		width: 100%;
	}

	.important dt {
		margin: 0 60px 0 14px;
		padding: 11px 0 15px;
		width: auto;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 3px;
	}

	.important_more {
		width: 100%;
	}

	.importantBox .important_date {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 0.9em;
		margin-bottom: 0.5em;
	}

	/* アコーディオン */
	.Label {
		display: block;
	}

	.Label::before {
		content: "";
		width: 36px;
		height: 36px;
		top: 31px;
		right: 10px;
		background: url(/img/sp/acc_open_siro.png) no-repeat;
		display: block;
		position: absolute;
	}

	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}

	.content {
		/*本文*/
		height: 0;
		margin-bottom: 0;
		padding: 0 20px;
		overflow: hidden;
	}

	.toggle:checked+.Label+.content {
		/*開閉時*/
		height: auto;
		transition: all .3s;
	}

	.toggle:checked+.Label::before {
		transform: rotate(-45deg) !important;
	}

	/* アコーディオンここまで */

	.section1 {
		display: block;
	}

	.p-info_nav li {
		font-size: 0.9rem;
		display: flex;
	}

	.section1-2 {
		margin-top: 40px;
		margin-left: 0;
		width: 100%;
	}

	#top_photo {
		width: 100%;
	}

	.p-news li {
		display: block;
	}


	.koho {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.koho_img {
		width: 40%;
	}

	.koho_box {
		padding-left: 4%;
		width: 60%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sub_bnr {
		width: 96%;
		box-sizing: border-box;
		flex-direction: column;
	}

	.life {
		margin-top: 40px;
	}

	.life_img {
		max-width: 102px;
	}

	.life_box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.life_list {
		margin-bottom: 8%;
		width: 40%;
	}

	.section2_in {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.about {
		padding-top: 40px;
	}

	.about_tit {
		font-size: 1.6em;
	}

	.about_tit span::before {
		content: none;
	}

	.about_tit span::after {
		content: none;
	}

	.about_box {
		margin-left: 0;
		width: 100%;
	}

	.about_box ul li {
		width: 48%;
	}

	.about_box ul li a {
		padding: 39% 0 3% 0;
		width: 100%;
		height: auto;
		background-size: cover;
		overflow: hidden;
		border-radius: 10px;
	}

	.people_box {
		margin: 0 auto;
		padding: 20px 10px;
		width: 100%;
		flex-wrap: wrap;
		row-gap: 22px;
	}

	.people_box li {
		margin-right: 0;
		font-size: 0.9em;
		flex: 0 0 50%;
	}

	.people_box li:first-child {
		padding-left: 0;
	}

	.people_box li:first-child::before {
		position: static;
		margin: 0 auto 5px auto;
		width: 36px;
		height: 32px;
	}

	.people_box li:nth-child(2) {
		padding-left: 0;
	}

	.people_box li:nth-child(2)::before {
		position: static;
		margin: 0 auto 5px auto;
		width: 17px;
		height: 44px;
	}

	.people_box li:nth-child(3) {
		padding-left: 0;
	}

	.people_box li:nth-child(3)::before {
		position: static;
		margin: 0 auto 5px auto;
		width: 17px;
		height: 44px;
	}

	.people_box li:nth-child(4) {
		padding-left: 0;
	}

	.people_box li:nth-child(4)::before {
		position: static;
		margin: 0 auto 5px auto;
		background-size: 17px 44px;
		width: 17px;
		height: 44px;
	}

	.people_tit {
		padding: 10px;
		background: #fcf999;
		box-sizing: border-box;
	}

	.shisetu {
		padding: 30px 0;
	}

	.shisetu_in {
		padding: 30px 0 0px 0;
	}

	.shisetu_box {
		padding: 0;
	}

	.shisetu_tit {
		font-size: 1.4em;
	}

	.shisetu_tit span::before {
		content: none;
	}

	.shisetu_tit span::after {
		content: none;
	}

	.shisetu_txt {
		font-size: 1em;
	}

	.foot_contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.foot_contact>li:nth-child(1),
	.foot_contact>li:nth-child(2) {
		width: 100%;
		justify-content: center;
	}

	.foot_contact.catchLower>li:nth-child(1),
	.foot_contact.catchLower>li:nth-child(2) {
		width: auto;
	}

	.foot_btn {
		display: block;
	}

	.foot_btn li {
		margin: 10px auto;
		width: 90%;
		max-width: 280px;
	}

	.foot_link {
		margin: 20px 30px;
		box-sizing: border-box;
		width: auto;
	}

	.foot_link li {
		margin: 15px 0;
	}

	/*-----------------

    sp-nav

-----------------*/
	.sp-head {
		display: block;
		width: 100%;
		color: #045cb6;
		text-align: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sp-head_txt {
		font-size: 150%;
		line-height: 1.2;
	}

	.nav_sp {
		z-index: 100;
	}

	/*チェックボックス非表示*/
	.nav-unshown {
		display: none;
	}

	/*アイコンのスペース*/
	.nav-open {
		display: inline-block;
		padding: 8px 3px 7px 7px;
		width: 35px;
		height: 35px;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}

	/*icon*/
	.nav-open span,
	.nav-open span:before,
	.nav-open span:after {
		position: absolute;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #045cb6;
		display: block;
		content: '';
		cursor: pointer;
	}

	.nav-open span:before {
		bottom: -8px;
	}

	.nav-open span:after {
		bottom: -16px;
	}

	/*閉じカバー*/
	#nav-close {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		/*全体に*/
		right: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		/*最前面に*/
		width: 90%;
		/*閉じエリア*/
		max-width: 330px;
		/*最大幅（調整してください）*/
		height: 100%;
		background: #fff;
		/*背景色*/
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		/*滑らかに表示*/
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
		/*左に隠しておく*/
	}

	.nav_list_sp li {
		padding-left: 10px;
		text-align: left;
	}

	.nav_list_sp li a {
		display: block;
		position: relative;
		padding: 10px 20px 10px 45px;
		color: #004a95;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		line-height: 2;
		width: 100%;
		border-bottom: solid 1px #d1dfea;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav_icon-1::before,
	.nav_icon-2::before,
	.nav_icon-3::before,
	.nav_icon-4::before,
	.nav_icon-5::before,
	.nav_icon-6::before {
		position: absolute;
		content: '';
		background: url("/img/top2022/nav-1.png") no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 0;
		margin-top: -17px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav_icon-2::before {
		background: url("/img/top2022/nav-2.png") no-repeat;
		background-size: 30px 30px;
	}

	.nav_icon-3::before {
		background: url("/img/top2022/nav-3.png") no-repeat;
		background-size: 30px 30px;
	}

	.nav_icon-4::before {
		background: url("/img/top2022/nav-4.png") no-repeat;
		background-size: 30px 30px;
	}

	.nav_icon-5::before {
		background: url("/img/top2022/nav-5.png") no-repeat;
		background-size: 30px 30px;
	}

	.nav_icon-6::before {
		background: url("/img/top2022/nav-6.png") no-repeat;
		background-size: 30px 30px;
	}

	.p-nav_head {
		position: relative;
		height: 37px;
		width: 100%;
		background: #045cb6;
	}

	#nav-close-icon {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 37px;
		height: 37px;
		z-index: 10000;
	}

	.close-icon {
		display: inline-block;
		padding-top: 4px;
		width: 33px;
		height: 33px;
		position: relative;
		cursor: pointer;
	}

	.close-icon span::before,
	.close-icon span::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 84%;
		height: 8%;
		margin: -8% 0 0 -42%;
		background: #fff;
	}

	.close-icon span::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.close-icon span::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#nav-input:checked~#nav-close {
		display: block;
		/*カバー表示*/
		opacity: .5;
	}

	#nav-input:checked~#nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		/*中身を表示（右へスライド）*/
		-webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
		box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
	}

	#menu_bar01:checked~.p-accordion-1 li,
	#menu_bar02:checked~.p-accordion-2 li {
		max-height: 50px;
		opacity: 1;
	}
}

/*# sourceMappingURL=style.css.map */



/* 追記2022年8月16日 */
.w1100 {
	width: 1100px;
	display: flex;
}

.footerWrap,
#mymainback {
	font-size: 1.2em;
}

/* パンくず */
#pankuzu_wrap {
	padding: 11px 0 0;
}

.pankuzu_mark {
	/* padding: 0 0.5em; */
}

#pankuzu_wrap>div {
	width: 1100px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9em;
}

.pankuzu {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
	flex-wrap: wrap;
}

.pankuzu .icon_current {
	display: none;
}

.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	background: #463919;
	border-radius: 5px;
	color: #fff;
	line-height: 1.2rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 1em;
}

/* ページトップ */
#top_scroll {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#page-top1 {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 5px;
	width: 45px;
	height: 45px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

#page-top1 img {
	width: 100%;
	height: auto;
}

/* 検索 */
.kensakuWrap {
	background-color: #f6f3ea;
	display: flex;
	justify-content: center;
	padding: 13px 0;
}

.kensakuLower.w1100 {
	justify-content: space-between;
	align-items: center;
}

.kensakuLower.w1100 .search_box {
	padding: 0;
	flex: 1 0 auto;
	margin: 0 20px;
}

.kensakuLower.w1100 strong {
	font-size: 1.2em;
	display: flex;
	align-items: center;
	column-gap: 7px;
}

.kensakuLower.w1100 strong::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/img/r2022/i-kensaku.png);
	background-repeat: no-repeat;
	background-size: contain;
}

ul.kensakuBtn {
	display: flex;
	list-style: none;
	width: 468px;
	justify-content: space-between;
}

ul.kensakuBtn li {
	flex: 0 0 32%;
}

ul.kensakuBtn li a {
	display: flex;
	width: 100%;
	background-color: #FFF;
	justify-content: center;
	padding: 15px 0;
	box-sizing: border-box;
	text-decoration: none;
	color: #222;
	font-size: 1.1em;
	border-radius: 5px;
	border: solid 1px #ffbbc8;
	background-image: url(/img/r2022/kunoji.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 8px 12px;
}

ul.kensakuBtn li.kb2 a {
	border-color: #9fd774;
}

ul.kensakuBtn li.kb3 a {
	border-color: #f7ed71;
}


/* スマートフォン用 */
#viewPCMode {
	display: none;
}

#sp_page_index_link_wrap {
	display: none;
}

#spm_wrap {
	display: none;
}

.sp_button {
	display: none;
}


/* 2カラム */
.col2frame {
	margin: 67px auto 84px;
	justify-content: space-between;
}

#main {
	width: 830px;
}

#sidebar2 {
	width: 240px;
}


/* 更新日時の欄 */
.content_header_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

#content_header {
	display: flex;
	column-gap: 1em;
}

.sns_button_wrap .external_link_text {
	display: none;
}

/* SNSボタン */
.sns_button_wrap {
	/* margin-top: 30px; */
}

.sns_button_wrap>div {
	display: inline-block;
	vertical-align: top;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 1.5em;
	padding: 20px 30px;
	border: solid 2px #0c69c8;
	border-radius: 7px;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 14px;
	padding: 0 0 0.3em;
	font-size: 1.1em;
	background: none;
	border-bottom: dotted 2px #0c69c8;
	color: #004b96;
}

#section_footer h2::after,
#main_body #section_footer h2::after {
	background: none;
}

#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

#section_footer_detail span.sf_name2::before {
	content: '（';
}

#section_footer_detail span.sf_name2::after {
	content: '）';
}

#section_footer_detail div.sf_email {
	margin-top: 10px;
}


/* 添付ファイル */

.tenpu_txt {
	padding: 0.5em 0;
	font-size: 0.9em;
}


/* 見出し */

#main_header {
	background-color: #ebf6fc;
}

#main_header .midashi01 {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 48px 0;
	position: relative;
	box-sizing: border-box;
}

#main_header .midashi01::after {
	right: 0;
	bottom: -54px;
	position: absolute;
	content: "";
	width: 130px;
	height: 113px;
	z-index: 1;
	background-image: url(/img/r2022/bg_h1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#main_header .midashi01 h1 {
	background-color: #FFF;
	padding: 0.3em 0.5em 0.2em;
	border-radius: 5px;
	z-index: 2;
}

#sitemap_soshiki h2,
#main_body h2 {
	margin: 20px 0px;
	padding: 22px;
	font-weight: bold;
	line-height: 1.4;
	background-color: #0c69c8;
	color: #FFF;
	background-image: url(/img/r2022/bg_h2.png);
	background-repeat: no-repeat;
	background-size: 21px;
}

.sitemap_section_kikan h3,
.sitemap_section h3,
#main_body h3 {
	margin: 20px 0px;
	padding: 14px 22px;
	font-weight: bold;
	line-height: 1.4;
	background-image: url(/img/r2022/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px;
	background-color: #ebf6fc;
	color: #004b96;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 6px 27px;
	font-weight: bold;
	line-height: 1.4;
	background-image: url(/img/r2022/bg_h4.png);
	background-repeat: no-repeat;
	background-position: left 8px top 0.7em;
	background-size: 11px;
	background-color: #faf7c0;
	color: #004b96;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 7px 11px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: dotted 2px gainsboro;
	color: #004b96;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 7px 12px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	color: #004b96;
}


#main_body .detail_free p {
	margin: 0 0 1.5em;
}


#main_body div.detail_map {
	clear: both;
	width: 100%;
	padding: 0px;
}

.mapNotice {
	margin: 0 0 1.5em;
	padding: 0.3em;
	font-size: 0.9em;
}

#main_body div.detail_movie {
	clear: both;
	width: 100%;
	margin: 0px 0px 1.5em;
	padding: 0px;
}

/* iframeの最大サイズ */
#main_body iframe {
	max-width: 100%;
}

/* テーブル */
#main_body table {
	border-color: #0e71a8;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 1.5em;
	max-width: 100%;
}

#main_body th {
	background: #ebf6fc;
	border-color: #0e71a8;
	border-collapse: collapse;
	border-style: dashed;
	border-width: 1px;
	padding: 0.5em;
}

#main_body td {
	border-color: #0e71a8;
	border-collapse: collapse;
	border-style: dashed;
	border-width: 1px;
	padding: 0.5em;
}

/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}

#main_body table p:last-child {
	margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}


/* リスト */
div#main_body div.detail_free ol,
div#main_body div.detail_free ul {
	padding: 0 0 0 2em;
}

div#main_body div.detail_free ol li,
div#main_body div.detail_free ul li {
	padding-bottom: 0.5em;
}


/* 添付ファイル */
.detail_file {
	margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]::before,
div[class^="file_"] a[href^="/uploaded/attachment/"]::before,
div[class^="detail_"] a[href^="/uploaded/life/"]::before,
div[class^="file_"] a[href^="/uploaded/life/"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_etc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

div[class^="detail_"] a[href$=".pdf"]::before,
div[class^="detail_"] a[href$=".PDF"]::before,
div[class^="file_"] a[href$=".pdf"]::before,
div[class^="file_"] a[href$=".PDF"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_pdf.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

div[class^="detail_"] a[href$=".xls"]::before,
div[class^="detail_"] a[href$=".XLS"]::before,
div[class^="file_"] a[href$=".xls"]::before,
div[class^="file_"] a[href$=".XLS"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xls.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

div[class^="detail_"] a[href$=".xlsx"]::before,
div[class^="detail_"] a[href$=".XLSX"]::before,
div[class^="file_"] a[href$=".xlsx"]::before,
div[class^="file_"] a[href$=".XLSX"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

div[class^="detail_"] a[href$=".doc"]::before,
div[class^="detail_"] a[href$=".DOC"]::before,
div[class^="file_"] a[href$=".doc"]::before,
div[class^="file_"] a[href$=".DOC"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_doc.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

div[class^="detail_"] a[href$=".docx"]::before,
div[class^="detail_"] a[href$=".DOCX"]::before,
div[class^="file_"] a[href$=".docx"]::before,
div[class^="file_"] a[href$=".DOCX"]::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/img/common/file/icon_docx.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.file_pdf,
.file_pdf2,
.file_excel,
.file_word,
.file_etc {
	margin: 1em 0px;
}



/* レスポンシブアコーディオン用 */
.acc_title+input {
	display: none;
}

.acc_icon {
	display: none;
}



/* サイドメニュー */
#important_noticest_area,
.oyakudachiWrap,
.lifeEventWrap {
	margin-bottom: 40px;
}

/* 重要なお知らせ */
#second_important {
	/* background: #fdf2f2; */
	list-style: none;
	margin: 0;
	border: solid 1px #c51414;
	border-radius: 6px;
}

#second_important h2 {
	background-image: linear-gradient(167deg, rgb(212, 32, 32) 50%, rgb(197, 20, 20) 50%);
	color: #FFF;
	font-size: 1.2em;
	padding: 11px 0;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}

#second_important h2::before {
	content: "";
	display: block;
	background-image: url(/img/top2022/icon-2.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 23px;
	background-size: contain;
}

#second_important a {
	color: #c00;
}

#second_important ul {
	padding: 10px 20px;
	list-style: none;
	margin: 0;
}

#second_important ul li {
	margin: 0px 0px 12px;
	border-bottom: dotted 1px #c3402c;
	padding-bottom: 12px;
}

#second_important ul li:last-child {
	margin-bottom: 0px;
}

#second_important ul li>span {
	display: block;
}

#second_important .link_box {
	justify-content: center;
	padding: 0 0 14px;
}

#second_important .article_date {
	font-size: 0.9em;
}

#second_important .p-news_link {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 20px 10px;
	row-gap: 10px;
	font-size: .94em;
}

/*  */
#second_important .p-newsList_btn a {
	margin-left: 0;
}

#second_important .p-newsList_btn a::before {
	border-color: transparent transparent transparent #c51414;
}

#second_important .p-rss_btn {
	padding-left: 0;
	display: flex;
	column-gap: 5px;
}

#second_important .p-rss_btn::before {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
}




/* お役立ち情報 */
.oyakudachiWrap h2 {
	background-image: linear-gradient(167deg, rgb(12, 105, 200) 50%, rgb(0, 89, 181) 50%);
	color: #FFF;
	font-size: 1.2em;
	padding: 11px 0;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}

.oyakudachiWrap h2::before {
	content: "";
	display: block;
	background-image: url(/img/r2022/side_i01.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 23px;
	background-size: contain;
}

#sidebar2 .oyakudachiWrap ul {
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	border: solid 1px #0059b5;
	border-radius: 0 0 6px 6px;
}

#sidebar2 .oyakudachiWrap ul li {
	border-bottom: solid 1px #eee;
}

#sidebar2 .oyakudachiWrap ul li:last-child {
	border-bottom: none;
}

#sidebar2 .oyakudachiWrap ul li a {
	background-repeat: no-repeat;
	background-position: left 4px top 16px;
	display: flex;
	text-decoration: none;
	color: #222;
	padding: 9px 0px 9px 21px;
	background-size: 7px auto;
	align-items: center;
	background-image: url(/img/r2022/arrow.png);
}


/* ライフイベント */
.lifeEventWrap h2 {
	background-image: linear-gradient(167deg, rgb(0, 133, 0) 50%, rgb(19, 120, 19) 50%);
	color: #FFF;
	font-size: 1.2em;
	padding: 11px 0;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}

.lifeEventWrap h2::before {
	content: "";
	display: block;
	background-image: url(/img/r2022/side_i02.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 23px;
	background-size: contain;
	margin-bottom: 7px;
}

#sidebar2 .lifeEventWrap ul {
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	border: solid 1px #137813;
	border-radius: 0 0 6px 6px;
}

#sidebar2 .lifeEventWrap ul li {
	border-bottom: dashed 1px #214015;
}

#sidebar2 .lifeEventWrap ul li:last-child {
	border-bottom: none;
}

#sidebar2 .lifeEventWrap ul li a {
	background-repeat: no-repeat;
	background-position: 4px center;
	display: flex;
	text-decoration: none;
	color: #222;
	padding: 16px 0px 16px 51px;
	background-size: 35px auto;
	align-items: center;
}

#sidebar2 .lifeEventWrap ul li.le01 a {
	background-image: url(/img/r2022/i101.png);
}

#sidebar2 .lifeEventWrap ul li.le02 a {
	background-image: url(/img/r2022/i102.png);
}

#sidebar2 .lifeEventWrap ul li.le03 a {
	background-image: url(/img/r2022/i103.png);
}

#sidebar2 .lifeEventWrap ul li.le04 a {
	background-image: url(/img/r2022/i105.png);
}

#sidebar2 .lifeEventWrap ul li.le05 a {
	background-image: url(/img/r2022/i106.png);
}

#sidebar2 .lifeEventWrap ul li.le06 a {
	background-image: url(/img/r2022/i109.png);
}

#sidebar2 .lifeEventWrap ul li.le07 a {
	background-image: url(/img/r2022/i107.png);
}

#sidebar2 .lifeEventWrap ul li.le08 a {
	background-image: url(/img/r2022/i108.png);
}


/* 1カラム */

.col1frame {
	margin: 67px auto 84px;
}

.col1frame #main {
	width: 100%;
}



/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.info_list ul li {
	margin: 0px 0px 10px;
}

.info_list ul li:last-child {
	margin-bottom: 0px;
}

.site_list_2 .info_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 28px;
}

.site_list_2 .info_list ul li {
	margin: 0;
	padding: 0;
	background: #3D7327;
	color: #FFF;
	background-image: url(/img/r2022/arrow.png), url(/img/r2022/h2_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right, left;
	background-size: 40px auto, 25px auto;
	flex: 0 0 48%;
}

.site_list_2 .info_list ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 17px 50px 17px 38px;
	font-size: 2.2rem;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.life1box .info_list.info_list_date ul li:nth-child(2n),
.soshiki.soshiki_kakuka .info_list ul li:nth-child(2n),
.life.life_list1 .info_list ul li:nth-child(2n),
.kanren.kanren1 .info_list ul li:nth-child(2n),
.soshiki_news .info_list ul li:nth-child(2n),
.site_list1 .info_list ul li:nth-child(2n) {
	background-color: #FFFBF3;
}



/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 10px;
}

.info_list.info_list_date ul li>span {
	display: table-cell;
	vertical-align: top;
}

.info_list.info_list_date ul li>span.article_date {
	width: 9em;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}

.article_section::after {
	content: '）';
}

.article_section:empty::before,
.article_section:empty::after {
	display: none;
}


/* リスト（サムネイル） */
ul.subsiteThum,
.info_list.info_list_thum ul {
	display: flex;
	padding: 14px;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 25px;
}

ul.subsiteThum li,
.info_list.info_list_thum ul li {
	margin: 0;
	flex: 0 0 45%;
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 1em;
}


.list_pack {
	display: flex;
	flex-direction: column;
	row-gap: 13px;
}

.list_pack .article_img span {
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f0f5ec;
	box-sizing: border-box;
}

.list_pack .article_img span {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center;
}

.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.list_pack .article_txt {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}


/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
}
*/


/* リスト（一覧リンク） */


/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0.5em;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
}

.page_num_ttl {}


/* 新着情報 */
.section_information h2 {
	background-color: #ebf6fc;
	background-image: url(/img/r2022/i-news.png);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: left 15px center;
	padding: 20px 55px;
}

p.no_data {
	margin: 0px;
	padding: 10px 20px;
}

.section_information_list {
	background-color: #FCFCFC;
	margin-bottom: 80px;
}

.section_information_list ul {
	margin: 0px;
	padding: 25px;
	list-style: none;
}

.section_information_list ul li {
	width: 100%;
	display: table;
	box-sizing: border-box;
	margin: 0px 0px 10px;
	border-bottom: dashed 1px #9C9C9C;
	padding-bottom: 10px;
}

.section_information_list ul li:last-child {
	margin-bottom: 0px;
}

.section_information_list ul li>span {
	display: table-cell;
	vertical-align: top;
}

.section_information_list ul li>span.article_date {
	width: 9em;
}

.section_information_list .p-news_link {
	display: flex;
	justify-content: center;
	padding: 0 0 20px;
	column-gap: 20px;
}

.section_information_list .p-news_link .p-newsList_btn a {
	margin-left: 0;
}

.section_information_list .p-news_link .p-newsList_btn a:hover {
	text-decoration: none;
}

.section_information_list .p-news_link .p-newsList_btn a::before {
	display: none;
}

.section_information_list .p-news_link .p-rss_btn {
	display: flex;
	column-gap: 7px;
	padding: 10px;
	border: solid 1px #F99003;
	border-radius: 5px;
	align-items: center;
	background-color: #FFF;
}

.section_information_list .p-news_link .p-rss_btn a {
	color: #AA4800;
}

.section_information_list .p-news_link .p-rss_btn::before {
	top: 0;
	position: relative;
	left: 0;
	margin: 0;
}

.section_information_list .p-news_link .p-newsList_btn {
	border: solid 1px #043D8E;
	padding: 10px;
	border-radius: 5px;
	background-color: #FFF;
}


/* 大分類 */

.life_cat_list {
	border: solid 1px #0C69C6;
	border-radius: 0 0 5px 5px;
	margin-bottom: 26px;
	overflow: hidden;
}

#main_body .life_cat_list h2 {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
}


#main_body .life_cat_list h2 a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 40px;
}

.life_cat_list .navigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.life_cat_list .navigation ul li {
	flex: 0 0 50%;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: solid 1px #E5E5E5;
	background-image: url(/img/r2022/kunoji2.png);
	background-repeat: no-repeat;
	background-position: right 40px center;
	background-size: 10px auto;
	display: flex;
}

.life_cat_list .navigation ul li a {
	display: flex;
	padding: 10px 40px 10px 30px;
	width: 100%;
	align-items: center;
}


/* 中分類 */
.life_cat_list .info_list.info_list_date ul li {
	border-bottom: solid 1px #E5E5E5;
	margin: 0;
	padding: 0.5em 20px 0.5em 40px;
}

.info_list.info_list_thum .link_ichiran,
.info_list.info_list_date .link_ichiran {
	padding: 10px 30px;
	display: flex;
	justify-content: flex-end;
}

.info_list.info_list_thum .link_ichiran a::before,
.info_list.info_list_date .link_ichiran a::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #1467b4;
}


/* 小分類 */




/* 関連情報 */
#kanren_info {
	padding: 13px 10px 7px;
	text-align: center;
	border: solid 1px #0059b5;
	margin-bottom: 40px;
	border-radius: 5px;
}

#kanren_info h2 {
	font-size: 1.2em;
	line-height: 1.4;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}

#kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 5px 7px;
	background-color: #0c69c8;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
	display: flex;
	justify-content: center;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#kanren_info .kanren_box ul li {
	margin-bottom: 10px;
}

#kanren_info .kanren_box ul li:last-child {
	margin-bottom: 0px;
}

#kanren_info div.link_ichiran {
	margin-top: 15px;
	text-align: center;
}

#kanren_info div.link_ichiran a {
	display: block;
	background: #fff;
	padding: 8px 10px;
}


/* サイドメニュー */
.side_box {
	border: solid 1px #F2CE60;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 40px;
}

.side_box_ttl h2 {
	background-image: linear-gradient(167deg, rgb(255, 233, 138) 50%, rgb(254, 227, 100) 50%);
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 14px 20px;
	color: #222222;
	display: flex;
	justify-content: center;
}

.side_box_ttl h2 a {
	color: #222222;
}

.side_box_list ul {
	margin: 0px;
	padding: 5px 10px 20px;
}

.side_box_list ul li {
	margin: 0px 0px 10px;
}

.side_box_list>ul:nth-child(1)>li {
	list-style: none;
	border-bottom: dashed 1px #bfa24b;
}

.side_box_list>ul:nth-child(1)>li>a:nth-child(1) {
	margin: 11px 0;
	display: block;
}

.side_box_list>ul:nth-child(1)>li>ul:nth-child(2) {
	padding-bottom: 14px;
}

.side_box_list ul li:last-child {
	margin-bottom: 0px;
}

.side_box_list ul li ul {
	padding: 0px 0px 0px 20px;
}

.side_box_list ul li ul li {
	margin-bottom: 0px;
}

.side_box_txt {
	padding: 20px;
}

.side_box_txt p {
	margin: 0px 0px 1em;
}

.side_box_txt p:last-child {
	margin-bottom: 0px;
}

.side_box_txt>div {
	margin: 0px 0px 0.5em;
}

.side_box_txt>div:last-child {
	margin-bottom: 0px;
}


/* 分類で探す */

.lifeIndexWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lifeName2 {
	flex: 0 0 30%;
	border: solid 1px #0C69C6;
	border-radius: 0 0 5px 5px;
	margin-bottom: 26px;
	overflow: hidden;
}

#main_body .lifeName2 h2 {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
}

#main_body .lifeName2 h2 a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 40px;
}

.lifeName2 .navigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.lifeName2 .navigation ul li {
	flex: 0 0 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #E5E5E5;
	background-image: url(/img/r2022/kunoji2.png);
	background-repeat: no-repeat;
	background-position: right 34px center;
	background-size: 10px auto;
	display: flex;
}

.lifeName2 .navigation ul li a {
	display: flex;
	padding: 12px 46px 12px 41px;
	width: 100%;
	align-items: center;
}

.lifeIndexWrap::after {
	content: "";
	flex: 0 0 30%;
}


/* 部局 */

.side_box_list>ul:nth-child(1)>li strong {
	display: block;
	margin: 6px 0;
}

.kakukaInfo {
	border: solid 1px #0C69C6;
	border-radius: 0 0 5px 5px;
	margin-bottom: 40px;
	overflow: hidden;
}

#main_body .kakukaInfo h2 {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
}

#main_body .kakukaInfo h2 a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 40px;
}

#main_body .kakukaInfo h3 {
	background-image: none;
}

.omonaGyomu {
	padding: 0 20px 10px;
}

.omonaGyomu span {
	font-weight: bold;
}

.renrakuSaki {
	padding: 0 20px 20px;
}

.kakuka_tel_list div span {
	font-weight: bold;
	padding-right: 1em;
}

/* 各課 */

.kakariMei {
	font-weight: bold;
}

.kakariTel {
	padding-left: 1em;
}

.midashi_ka_detail {
	margin-bottom: 40px;
}

#freespace_ka {
	border: solid 1px #F2CE60;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}


/* 関連ページ */

.kanren.kanren_index #lifesub_cat_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 24px;
	margin-top: 40px;
}

.kanren.kanren_index #lifesub_cat_list_wrap .lifesub_cat_list {
	flex: 0 0 32%;
}

.kanren.kanren_index #lifesub_cat_list_wrap::after {
	content: "";
	flex: 0 0 32%;
}


#main_body .lifesub_cat_list .life_cat_list_ttl {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
}

#main_body .lifesub_cat_list .life_cat_list_ttl a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 30px;
}

.kanren.kanren2 #main_body #lifesub_cat_list_wrap .lifesub_cat_list {
	border: solid 1px #0C69C6;
	border-radius: 0 0 5px 5px;
	margin-bottom: 26px;
	overflow: hidden;
}

.kanren.kanren2 #main_body #lifesub_cat_list_wrap .lifesub_cat_list h2 {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
}

.kanren.kanren2 #main_body #lifesub_cat_list_wrap .lifesub_cat_list h2 a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 40px;
}

.kanren.kanren2 #main_body #lifesub_cat_list_wrap .lifesub_cat_list .info_list.info_list_date ul li {
	border-bottom: solid 1px #E5E5E5;
	margin: 0;
	padding: 0.5em 20px 0.5em 40px;
}



/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 20px 0px;
	border-width: 2px;
}

#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}

#main_body table.tbl_ques th.title {
	width: 60%;
}

#main_body table.tbl_ques th.date {
	width: 15%;
}

#main_body table.tbl_ques th.date2 {
	width: 15%;
}

#main_body table.tbl_ques th.button {
	width: 10%
}

#main_body table.tbl_ques td.t_center {
	text-align: center;
}

.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #318031;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
	color: #FFF;
	border-radius: 3px;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.question_detail #main_body input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3em;
}

.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3em;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #318031;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	color: #FFF;
	border-radius: 3px;
}


[type="checkbox"],
[type="radio"] {
	padding: 0;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	margin-right: 7px;
}

.question_detail form fieldset br {
	display: block;
	margin-bottom: 20px;
	content: "";
}

.question.question_detail #main_body img {
	max-width: 100%;
	height: auto;
}

.question.question_detail #main_body .file_pdf,
.question.question_detail #main_body .link_l {
	margin-bottom: 1em;
}


/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}


/* サイトマップ */
.lifeNameWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1.5em;
}

.sitemap_life2 {
	flex: 0 0 48%;
}

ul.siteMapLiist {
	padding: 0 0 0 2em;
}

ul.siteMapLiist li {
	margin-bottom: 0.75em;
}

#sitemap_soshiki h2,
#sitemap_life h2,
#main_body .sitemap_life2 h4 {
	margin-top: 0;
}


/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
}

.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}

.book_list_box .book_info {
	width: 100%;
	display: table;
}

.book_list_box .book_info>div {
	display: table-cell;
	vertical-align: top;
}

.book_list_box .book_info>div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}

.book_list_box .book_info>div.book_thumb_img img {
	width: 100%;
	height: auto;
}


/* 組織でさがす */

#main_body .bukyoku h2 {
	margin: 0px;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
}

#main_body .bukyoku h2 a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 40px;
}

ul.sectionName2 {
	list-style: none;
	padding: 1em;
	display: flex;
	gap: 1em;
	margin-bottom: 40px;
}

ul.sectionName2 li::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #548911;
}

#main_body .soshiki_section_kikan {
	margin: -36px 0 0 8px;
}

#main_body .soshiki_section_kikan h3 {
	margin: 0;
	background-image: none;
}



/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}

#main_body table#mail_form_tbl th {
	width: 25%;
	text-align: left;
}

#main_body table#mail_form_tbl td {
	width: 75%;
}

#main_body table#mail_form_tbl td input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #318031;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	color: #FFF;
	border-radius: 3px;
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}


/* サブサイト共通ヘッダ */
#mainimg {
	width: 1100px;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
}

#mainimg_box {
	position: relative;
}

#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}

#mainimg_box img {
	width: 100%;
	height: auto;
}

#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff,
		0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
	position: absolute;
	top: 30px;
	left: 0px;
}

#mainimg_box .site_name.noimage {
	position: static;
	background: #f6f3ea;
	padding: 30px;
	box-sizing: border-box;
}


/* サブサイト　サイドメニュー */
.subsite_menu {
	margin: 0px 0px 40px;
	border: solid 1px #F2CE60;
}

.subsite_menu:last-child {
	/* margin-bottom: 0px; */
}

.subsite_menu_ttl {
	background-image: linear-gradient(167deg, rgb(255, 233, 138) 50%, rgb(254, 227, 100) 50%);
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 14px 20px;
	color: #222222;
	display: flex;
	justify-content: center;
}

.subsite_menu_ttl a {
	color: #222222;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px;
}

.subsite_menu_list ul li {
	margin-bottom: 10px;
	list-style: none;
	border-bottom: dashed 1px #bfa24b;
	padding-bottom: 10px;
	display: flex;
}

.subsite_menu_list ul li::before {
	content: '';
	margin-right: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #548911;
	margin-top: 6px;
}

.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 20px 20px;
	text-align: center;
}

.subsite_menu_list div.link_ichiran a {
	display: block;
}


/* サブサイト大メニュー */
#main_body .siteList2Wrap ul li {
	margin: 0 0 1em;
	padding: 0px;
	background-image: url(/img/r2022/bg_h3.png), url(/img/r2022/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center, right 30px center;
	background-size: 7px auto, 20px auto;
	background-color: #ebf6fc;
	list-style: none;
}

#main_body .siteList2Wrap ul li a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 17px 51px 17px 30px;
}


/* 災害ヘッダ */

#footstep_wrap {
	display: none !important;
}

#emer_h1 {
	background: #c1272d;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

#emer_h1 h1 {
	line-height: 1.4;
	letter-spacing: 0.2em;
}


/* 災害情報 */
#emer_info_wrap {
	background: #c1272d;
	color: #fff;
}

#emer_info {
	width: 1080px;
	margin: 0px auto;
	padding: 40px 0px;
}

#emer_info_ttl h2 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 20px;
	padding: 0px;
}

#emer_info_txt {
	background: #fff;
	color: #333;
	padding: 20px;
	font-size: 1.4em;
}

#emer_info_txt .updated {
	margin-bottom: 0.5em;
}

/* 重要なお知らせ */
#emer_important {
	margin: 0px 0px 30px;
	border: 2px solid #c1272d;
}

#emer_important h2 {
	background: #c1272d;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 20px;
}

#emer_important_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#emer_important_list ul li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #c1272d;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#emer_important_list ul li>span {
	display: table-cell;
	vertical-align: top;
}

#emer_important_list ul li>span.article_date {
	width: 11em;
}

#emer_important_list .link_box {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#emer_important_list .link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	width: 260px;
	max-width: calc(100% - 10px);
}

#emer_important_list .link_box span::before {
	display: none;
}

#emer_important_list .link_box span a {
	display: block;
	border: none;
	background: #f6f6f6;
	margin: 0px;
	padding: 8px 20px;
	text-align: center;
	border-radius: 4px;
}

/* リンク */
#emer_link {
	margin: 0px 0px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.emer_link_box {
	border: 2px solid #c1272d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex: 0 0 32%;
}

.emer_link_box h2 {
	background: #c1272d;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 10px 20px;
}

.emer_link_box ul {
	margin: 0px;
	padding: 10px 20px 10px 30px;
}

.emer_link_box ul li {
	margin-bottom: 10px;
}

.emer_link_box ul li:last-child {
	margin-bottom: 0px;
}

/* リンク（外部リンクアイコン） */
.emer_link_box ul li .external_link_text {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 12px;
	background: url(/img/common/icon_link_ex.png) no-repeat center center;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	margin-top: -3px;
	margin-left: 0.5em;
}

/* メッセージ */
#emer_footer_message {
	margin: 0px 0px 30px;
}

#emer_footer_message p {
	margin: 0px;
	color: #c1272d;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#emer_footer_message p span {
	display: inline-block;
}

/* 通常トップへのリンク */

#emer_footer_link {
	width: 100%;
	display: table;
	background-color: #f6f6f6;
	padding: 23px;
	box-sizing: border-box;
}

#emer_footer_link>div {
	display: table-cell;
	vertical-align: top;
}

#emer_footer_link>div#emer_footer_link_btn {
	width: 240px;
	padding-left: 20px;
}

#emer_footer_link>div#emer_footer_link_btn a {
	display: block;
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
}

/* 20231116 バナーエリア修正ここから */

.sub_bnr {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	gap: 20px;
	padding-top: 20px;
}


/* 20231116 バナーエリア修正ここまで */


/* 追記2024年3月15日 */
.aisatsu * {
	margin-bottom: 1em;
}

.aisatsu .kao {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	align-items: flex-end;
}

.aisatsu .kao img {
	width: 200px;
}


/* 追記20240627 フッタメールマガジン削除 */
.foot_btn {
	justify-content: left !important;
	gap: 1rem;
}


/* 20250410 SNSシェアボタン調整 */

.fb_iframe_widget span {
	vertical-align: top !important;
}