@charset "utf-8";

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	cursor: pointer;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* リンク */
a:link {
	color: #0d59b7;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-wrap: break-word;
	word-break: normal;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	position:relative;
	background-image:url(/img/top/header-bg.png);
	background-position:15% 0;
	background-repeat:repeat-x;
	padding-bottom:1em;
	background-size:contain;
}	

body:not(.top) #header {
	background-image:url(/img/common/header2-bg.png), url(/img/common/header-bg-img.png);
	padding-bottom:10em;
	background-position:left 0 top -125px, center top 35%;
	background-repeat:repeat-x, no-repeat;
	background-size:cover, cover;
}

#header:after {
	content:'';
	display:inline-block;
	position:absolute;
	top:-4.8em;
	right:-3em;
	background-image:url(/img/top/leaf.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:18vw;
	max-width:240px;
	min-width:120px;
	height:17.2vw;
	max-height:223px;
	min-height:112px;
	z-index:1;
}

@media screen and (max-width:1280px) {
	#header {
		background-size:cover;
	}
}

#header2 {
	position: relative;
	z-index:2;
	margin: 0px auto;
}

#he_left {
	width: 180px;
	position: absolute;
	left: 0px;
	z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1 {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
}

#he_right {
	margin-left: 200px;
	padding: 20px 0px;
	text-align: right;
}

ul#header_navi {
	margin: 0px 1em 0 0;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display:inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background:#fff;
	border-radius:3em;
}

ul#header_navi li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 20px;
	text-align: left;
}

@media screen and (max-width:1100px) {
	ul#header_navi {
		background:none;
	}
}

#moji_size {
	display:flex;
	text-align:center;
	gap:0.5em;
	margin:1em 2em 1em 0em;
	padding-left:1.4em;
	border-left:solid 1px #000;
}

#moji_size dd {
	margin-left:0;
}

#moji_size dd a{
	background-color:#006243;
	color:#fff;
	padding:0.2em 0.8em;
	border-radius:1em;
	transition:all .3s;
	text-decoration:none;
}

#moji_size dd a:hover {
	background:#e1f8f0;
	color:#006243;
}


#haikei_color {
	display:flex;
	text-align:center;
	margin:1em 0em 1em 0em;
	gap:0.5em;
}

#haikei_color dd {
	margin-left:0;
}


.haikei_color {
	margin:0;
}

#haikei_white  {
	background:#fff;
	color:#000;
	border:solid 1px #000;
	border-radius:5em;
	padding:0.1em 0.4em;
}

#haikei_black {
	background:#000;
	border:solid 1px #000;
	border-radius:5em;
	padding:0.1em 0.4em;
	color:#fff;
}

#haikei_blue {
	background:#0036d1;
	border:solid 1px #0036d1;
	border-radius:5em;
	padding:0.1em 0.4em;
	color:#fff;
}

.haikei_color a {
	text-decoration:none;
	transition:all .3s;
}

.haikei_color a:hover {
	filter: brightness(60%);
}

@media screen and (max-width:1100px) {
	#moji_size {
		margin-right:0;
	}
}


@media screen and (max-width:940px) {
	#moji_size {
		border-left:none;
		margin-right:2em;
	}
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #fff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 21rem;
	margin: 0px;
	padding: 15px;
	text-align: center;
}
#support_menu_box.open {
	display: block;
}

#support_menu_close {
	border: none;
	background: #e6e6e6;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 15px;
}

#support_menu_box dl {
	margin: 0px 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#support_menu_box dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin: 0px 5px 0px 0px;
	padding: 6px 0px;
}
#support_menu_box dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#support_menu_box dl dd a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
}
#support_menu_box dl dd a#moji_large {
	font-size: 1.4rem;
	font-weight: bold;
}
#support_menu_box dl dd a#haikei_white {
	background: #fff !important;
	color: #333 !important;
}
#support_menu_box dl dd a#haikei_black {
	background: #000 !important;
	color: #fff !important;
}
#support_menu_box dl dd a#haikei_blue {
	background: #00f !important;
	color: #ff0 !important;
}

/* 検索 */
#cse-search-box {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius:0.3em;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: none !important;
	width: calc(100% - 60px) !important;
	height: 38px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:0.3em 0 0 0.3em;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	border-radius: 0 0.2em 0.2em 0;
	background: #7b55c0;
	width: 60px;
	height: 38px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 38px;
	white-space: nowrap;
	background-image:url(/img/icon/search.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

#cse_filetype {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#cse_filetype fieldset legend {
	margin: 0px;
	padding: 0px;
	display: none;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
}
#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* グローバルナビ */
#top_search {
	background: #e6e6e6;
}

.gNavFrame {
	position:relative;
	z-index:2;
	max-width:1140px;
	margin:0 auto;
}

ul#gnav {
	width: 1080px;
	margin: 0px auto;
	padding: 10px 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
}
ul#gnav li {
	display: table-cell;
	vertical-align: middle;
}
ul#gnav li a {
	display: block;
	color: #333;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 3rem;
	text-decoration: none;
	text-align: center;
	padding: 15px 10px;
}

@media screen and (max-width:1440px) {
	.gNav {
		margin:2.3em auto 1em;
	}
}

@media screen and (max-width:1100px) {
	.gNav {
		margin:0 auto 1em;
	}
}

/* グローバルナビ（動的メニュー） ※使用する場合は要調整 */
#context_category02,
#context_category01 {
	display: none;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	max-width: 1200px;
	margin: 10px auto 30px;
	padding: 18px 0px 8px;
	border-bottom:solid 1px #d3d3d3;
}
#pankuzu_wrap > div {
	width: 1080px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4rem;
	height: 2rem;
	background: #7b55c0;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/

/* フッタ */

#footer {
	position:relative;
	margin-top:-10%;
	z-index:3;
	overflow:hidden;
}

body:not(.top)  #footer {
	margin-top:8%;
}

#footer_navi {
	background: initial!important;
}

#footer_navi ul {
	width: 965px;
	margin: 0px auto;
	padding: 30px 0px 10px;
	list-style: none;
	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: center;
	    -ms-flex-align: center;
	        align-items: flex-start;
	border-bottom:solid 1px #fff;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 10px 0px;
}

#footer_navi ul li a {
	color:#084934!important;
}

#author_info {
	position:relative;
	background-image:url(/img/top/footer-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:150%;
	padding:8% 0 0;
	z-index:2;
}

#author_info:after {
	content:'';
	display:inline-block;
	position:absolute;
	top:4vw;
	right:0;
	background-image:url(/img/top/footer-bg03.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:44.4vw;
	max-width:857px;
	height:30.2vw;
	max-height:634px;
	z-index:-1;
}

@media screen and (max-width:1100px) {
	#author_info:after {
		top:14vw;
		right:-5em;
	}
}

@media screen and (max-width:768px) {
	#author_info:after {
		display:none;
	}
}

#author_info > div {
	width: 1080px;
	margin: 0px auto;
}

#author_box {
	padding: 20px 0px 0;
	max-width:965px;
	margin:0 auto;
	color:#084934;
	font-weight:bold;
	letter-spacing:0.1em;
}
#author_box p {
	margin: 0px;
}
#author_box p.f_author {
	font-size: 3rem;
	font-weight: bold;
}

#copyright {
	max-width:965px;
	margin:0 auto;
	text-align:center;
	padding:1em;
	color:#084934;
}
#copyright p {
	margin: 0px;
}

@media screen and (max-width:1100px) {
	#author_info {
		padding:10% 5% 8%;
		background-size:210%;
	}
}

@media screen and (max-width:768px){
	#author_info {
		padding:16% 5% 8%;
		background-size:600%;
	}
}

/* 戻る・ページトップ */
#back_or_pagetop {
	width: 1080px;
	margin: 0px auto;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#back_or_pagetop > div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
#back_or_pagetop > div a {
	display: block;
	text-align: center;
	/*background: #e6e6e6;*/
	color: #333;
	line-height: 2rem;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 90px;
	position: fixed;
	right: 20px;
	bottom: -180px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 20px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 100px;
}
#osusume_banner_ttl a {
	display: block;
	background: #ccc;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 30px 0px;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	background: #ccc;
	padding: 10px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box {
	background: #fff;
	padding: 5px;
	position: relative;
}
#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_clear.png) no-repeat center center #333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}

.osusume_banner_list_detail {
	margin: 0px;
	padding: 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.osusume_banner_list_detail > a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	/*padding-top: 30px;
	padding-bottom: 50px;*/
}

body:not(.top) #mymainback {
	/*padding-top: 20px;*/
	padding-bottom: 4%;
}

.kanren #mymainback {
	padding-top: 0px!important;
}

body:not(.top) #container {
	background-image:url(/img/top/news-bg.jpg);
	overflow: hidden;
}

body:not(.top) #main_a{
	background:#fff;
	padding:2em 2em;
}

.life_list3 #main_a, 
.life_list3_1 #main_a,
.life_list2 #main_a,
.life_list2_1 #main_a {
	background:initial!important;
	padding:0!important;
	margin-right:1em;
}

.kanren2 #main_a {
	background:initial!important;
	padding:0!important;
}

body:not(.top) #main_a:not(.side2) #main_a {
	margin-top:1em;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 0px;
	display:flex;
	gap:1em;
	justify-content:flex-end;
}
#content_header > span {
	display: block;
}

/* 最終ページのSDGsアイコン */
.sdgs-icons img {
    width: 100px;
}
/* SDGs一覧ページのSDGsアイコン */
.sdgs_header_img {
    float:left;
    width: 100px;
}

/* SDGsアイコン */
.content_header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px 0px 20px;
}
.content_header_wrap > div {
	display: inline-block;
	vertical-align: top;
}
.content_header_wrap > div#content_header {
	width: calc(100% - 220px);
	margin: 0px;
}
.content_header_wrap > div#content_header:only-of-type {
	width: 100%;
}

.content_header_wrap .d-flex.f-wrap-wrap {
	width: 210px;
}
.content_header_wrap .d-flex.f-wrap-wrap img {
	width: 100px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding-left: 20px;
}

/* 見出し */
#main_header {
	max-width:1200px;
	margin:0 auto 20px;
	background: #815cc5;
	border: none;
	background-image:url(/img/common/h1_bg.png);
	border-radius:0.6em;
	background-repeat:repeat-x;
	text-align:center;
	background-size:80%;
}

#main_header h1 {
	text-align:left;
	display:inline-block;
	color:#fff;
	font-size:3rem;
	padding:10px 20px;
	line-height: 1.4;
}

/*サブサイト*/
.site #main_header {
	margin-top:20px!important;
}

/*関連ページ見出し*/
.kanren #main_header h1 {
	margin-bottom:0.5em;
}

@media screen and (max-width:1099px) {
	#main_header {
		margin:20px 20px 0;
	}

	body:not(.site) #main_header {
		margin:0px 20px 20px 20px;
	}

	.kanren #main_header,
	.book_list #main_header,
	.question #main_header{
		margin:0px 0px 20px 0px!important;
	}
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 20px 30px;
	background: #e6e6e6;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 16px 30px;
	background: #e6e6e6;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 15px 30px;
	background: #e6e6e6;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 11px 30px;
	background: #e6e6e6;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 9px 30px;
	background: #e6e6e6;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* テーブル */
#main_body table {
	border-color: #218c57;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #ebfaf3;
	border-color: #218c57;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #218c57;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}

/*検索ページの見出し*/
.search #main_header h1 {
	/*margin: 0px 0 20px;*/
}

@media screen and (max-width:1099px) {
	.search #main_header {
		margin:0px 0 20px;
	}
}

/* テーブル内の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;
}
*/

/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
	border-radius:0.4em;
	background:#fff;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: #f6f6f6;
}

#recommend_title,
#ai_recommend_title {
	background: #e6e6e6;
	text-align: center;
	padding: 10px 5px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 3px 0px 3px 40px;
}
#recommend_title h2 {
	background: url(/img/common/icon_recommend.png) no-repeat left center;
}
#ai_recommend_title h2 {
	background: url(/img/common/icon_ai_recommend.png) no-repeat left center;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-top: 1px solid #fff;
	padding: 13px 20px;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #e6e6e6;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 5px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 9px 0px 9px 40px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center;
}

/* 「見つからないときは」「よくある質問」バナー（1カラム） */
@media screen and (min-width: 671px) {
	#main #common_banner_link ul {
		margin: 30px 0px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#main #common_banner_link ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 5px);
		margin: 0px;
	}
}
/* 「見つからないときは」「よくある質問」バナー（1カラム） ここまで */

/* サイドメニュー */
.side_box {
	background: #f6f6f6;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 2%);
}

.side_box_ttl h2 {
	background: #f1da5b;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 14px 20px;
	text-align: center;
	letter-spacing:0.1em;
	border-radius:0.4em 0.4em 0 0;
}

.side_box_ttl h2 a {
	color:#000;
	font-size:1.8rem;
}

.side_box_list ul {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	background:#fff;
	border-radius:0 0 0.4em 0.4em;
	list-style-type:none;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
	border-bottom: dotted 1px #9b9a99;
}

.side_box_list ul li a {
	position:relative;
	display:block;
	padding:5px;
	padding-left:1.5em;
}

.side_box_list ul li a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	left:0;
	background-image:url(/img/icon/yellow-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:15px;
	height:15px;
	
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 0px 0px 12px 40px;
}
.side_box_list ul li ul li {
	margin-bottom: 0px;
	border-bottom: none;
	list-style-type: disc;
}

.side_box_list ul li ul li a {
	padding-left:0;
	padding: 3px 0px 3px;
}

.side_box_list ul li ul li a:before {
	display:none;
}

.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;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px 0 5px;
	padding: 0px;
	list-style: none;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	/*padding-right: 1em;*/
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.life_cat_list .navigation {
	padding:0em 1.5em 1em;
}

.life_cat_list .navigation ul {
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
}

.life_cat_list .navigation ul li {
	width:48%;
	margin:0;
	box-sizing:border-box;
}

.life_cat_list .navigation ul li a {
	position:relative;
	display:block;
	text-decoration:none;
	border-bottom:dotted 1px #9b9a99;
	padding:1.2em 3em 0.8em 0.2em;
	color:#000
}

.life_cat_list .navigation ul li a:after {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:0.5em;
	background-image:url(/img/icon/green-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:9px;
	height:13px;
}

.life_cat_list .navigation ul li a:hover {
	text-decoration:underline;
}


/* リスト（一覧） */
.info_list {
	padding:0em 0em 1.5em;
}

.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.info_list ul li {
	margin: 0px 0px 10px;
	border-bottom:dotted 1px #9b9a99;
	padding:0.8em 2em 0.5em 0;
}

.life_list1 .info_list,
.life_list1_2 .info_list {
	padding:0em 0em 1.5em;
}

.life_list1 .info_list ul li,
 .life_list1_2 .info_list ul li {
	border:none;
	padding:0.8em 1em 0.5em;
}

.life_list1 .info_list ul li:nth-child(odd),
.life_list1_2 .info_list ul li:nth-child(odd) {
	background:#faf7ff;
}

.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}

.info_list.info_list_date ul li > span a {
	display:block;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（担当課） */
.article_section::before {
	content: '（';
}
.article_section::after {
	content: '）';
}
.article_section:empty::before,
.article_section:empty::after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #ccc;*/
}
.list_pack .article_img span:empty {
	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_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: #f6f6f6;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#main div.link_ichiran a {
	position:relative;
	padding:0.5em 3.5em 0.5em 2.5em;
	border-radius:2em;
	background:#dbece4;
	color:#115a36;
	text-decoration:none;
	font-weight:bold;
	transition:all .3s;
}

#main div.link_ichiran a:after {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	right:1.5em;
	background-image:url(/img/icon/green-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:9px;
	height:13px;	
}

#main div.link_ichiran a:hover {
	filter: brightness(0.9);
}

/* リスト（newアイコン） */
img.icon_new {
	margin-left: 0.5em;
}

/* リスト（新着情報） */
.section_information {
	margin: 0 1em 1.5em 0;
	padding: 40px 35px;
	background: #faf7ff;
	border-radius:0.4em;
	box-shadow: 3px 3px 2px rgba(107, 83, 166, 0.3);
}
.section_information h2,
#main_body .section_information h2 {
	position:relative;
	margin: 0px 0px 10px;
	padding: 0px 0 0 20px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	font-size:2.4rem;
	font-weight:600;
	color:#3a2069;
	letter-spacing:0.1em;
}

.section_information h2:before,
#main_body .section_information h2:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	content:'';
	width:6px;
	height:25px;
	background:#7b55c0;
}


.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 1em 0 2.5em;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 10px;
	padding:0.5em 0;
	border-bottom:solid 1px #c5c5c5;
}
.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: 11em;
}

.section_information_list div.link_box {
	margin: 20px 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;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	max-width: calc(100% - 10px);
}

.section_information_list div.link_box span a {
	display: inline-block;
	border: none;
	background: #fff;
	margin: 0px;
	padding: 0.4em 1.6em 0.3em 1.6em;
	text-align: center;
	text-decoration:none;
	border-radius:3em;
}

.section_information_list div.link_box .link_ichiran a {
	border:solid 1px #542b9d;
	transition:all .3s;
	letter-spacing:0.1em;
}

.section_information_list div.link_box .link_ichiran a:hover {
	background:#f0e8ff;
	color:#542b9d;
}

.section_information_list div.link_box .link_rss a {
	position:relative;
	text-decoration:none;
	color:#7e6145;
	padding:0.4em 1.6em 0.3em 3em;
	border:solid 1px #ff9000;
	border-radius:2em;
}

.section_information_list div.link_box .link_rss a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:1.5em;
	background-image:url(/img/icon/rss.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:19px;
	height:20px;
}

.section_information_list div.link_box .link_rss a:hover {
	background:#fff3e0;
}

.kanren .section_information {
	margin: 0em 0 1.5em 0;
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 8px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/* バナー広告（フッタ） */
#footer_banner {
	clear: both;
	width: 1080px;
	margin: 0px auto 50px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
/*div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin: 0px 0px 30px;
	padding: 0px;
	position: relative;
}*/

/*div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); } /* くらしの情報 */
/*div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.jpg); } /* 事業者の方へ */
/*div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); } /* 観光情報 */
/*div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.jpg); } /* 市政情報 */

div[id^="main_header_life3_"] h1 {
	display: block;
	text-align:center;
	background-color:  #815cc5;
	background-image: url(/img/common/h1_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 80%;
	max-width: 1200px;
	margin: 30px auto 20px;
	padding: 29px 30px;
	border-radius:0.3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 3rem;
	color:#fff;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing:0.1em;
	text-shadow: 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0,
		0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0,
		0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0, 0px 0px 3px #7b55c0;
}

/* 大分類（ライフイベント） */
#lifestage {
	margin: 30px 0px;
}
#lifestage h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
#lifestage ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#lifestage ul li {
	width: 130px;
	max-width: 12%;
}
#lifestage ul li a {
	display: block;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	padding: 80px 10px 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#lifestage ul li#lifestage1 a {
	background-image: url(/img/lifestage/lifestage1_b.png);
}
#lifestage ul li#lifestage2 a {
	background-image: url(/img/lifestage/lifestage2_b.png);
}
#lifestage ul li#lifestage3 a {
	background-image: url(/img/lifestage/lifestage3_b.png);
}
#lifestage ul li#lifestage4 a {
	background-image: url(/img/lifestage/lifestage4_b.png);
}
#lifestage ul li#lifestage5 a {
	background-image: url(/img/lifestage/lifestage5_b.png);
}
#lifestage ul li#lifestage6 a {
	background-image: url(/img/lifestage/lifestage6_b.png);
}
#lifestage ul li#lifestage7 a {
	background-image: url(/img/lifestage/lifestage7_b.png);
}
#lifestage ul li#lifestage8 a {
	background-image: url(/img/lifestage/lifestage8_b.png);
}

/* 分類 */
#life_cat_list_wrap,
.lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow:column;
	-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;
}
.life_cat_list,
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0px 0 30px 0px;
	background:#fff;
	border-radius:0.4em;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 2%);
}

.life_cat_list div,
.lifesub_cat_list div {
	padding:0 1em 0.5em;
}


.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}

.life_list3_thum .life_cat_list,
.life_list2_thum .life_cat_list {
	width: 100%;
	margin-right: 0px;
}

#main_body .life_cat_list h2,
#main_body .life_cat_list h3 {
	margin-top: 0px;
}

#main_body .life_cat_list h2,
#main_body .lifesub_cat_list h2 {
	background:#eff7f3;
	border-bottom:solid 1px #a1c8d6;
	transition:all .3s;
}

#main_body .life_cat_list h2:before,
#main_body .lifesub_cat_list h2:before {
	display:inline-block;
	position:absolute;
	left:0;
	width:10px;
	height:100%;
	background:#218c57;
}

#main_body .life_cat_list h2:after,
#main_body .lifesub_cat_list h2:after {
	display:none;
}

#main_body .life_cat_list h2 a,
#main_body .lifesub_cat_list h2 a {
	position:relative;
	display:block;
	width:100%;
	text-decoration:none;
}

#main_body .life_cat_list h2 a:after,
#main_body .lifesub_cat_list h2 a:after {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	right:0.6em;
	background-image:url(/img/icon/green-arrow2.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:19px;
	height:19px;
}

#main_body .life_cat_list h2:hover,
#main_body .lifesub_cat_list h2:hover {
	filter: brightness(0.92);
}

.life_cat_list .info_list.info_list_date ul li {
	position:relative;
	display: flex;
}

.life_cat_list .info_list.info_list_date ul li:after {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	right:0.5em;
	background-image:url(/img/icon/green-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:9px;
	height:13px;	
}

.life_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

.life_gaiyou {
	margin-bottom: 1em;
}

/* 関連情報 */
#kanren_info {
	background: #fff;
	padding: 0 0 10px;
	text-align: center;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 2%);
	border-radius: 0.4em 0.4em;
}
#kanren_info h2 {
	display:block;
	/*background: url(/img/common/icon_kanren.png) no-repeat left center;*/
	background:#218c57;
	color:#fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 14px 20px;
	border-radius:0.4em 0.4em 0 0;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 5px 15px 18px;
	padding: 8px 10px 6px;
	background: none;
	color:#218c57;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border:solid 1px #218c57;
	border-radius:2em;
}

#kanren_info .kanren_box ul {
	margin: 15px 15px 0;
	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;
}

/* サブカテゴリ */
#lifesub_cat_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;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	/*width: calc(50% - 15px);*/
	width: 100%;
	margin-bottom:30px;
}

.kanren_index #lifesub_cat_list_wrap {
	gap:1em;
}
.kanren_index .lifesub_cat_list {
	width: 48%;
	margin: 0px;
}

.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
}

.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.life_cat_list_ttl {
	margin: 0px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

.life_cat_list_ttl a {
	display:block;
	padding: 14px 30px;
	color:#218c57;
	border-radius:2em;
	border:solid 1px #218c57;
	background: #eff7f3;
	transition:all .3s;
}

.life_cat_list_ttl a:hover {
	background:#218c57;
	color:#fff;
}

/* 組織 */
#soshiki_hyouji {
	margin: 30px 0px 20px;
}
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
#soshiki_hyouji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* 部局 */
#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	padding-bottom: 20px!important;
	padding: 0em 1em 0 1em;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list > div span::before {
	content: '(';
}
.kakuka_tel_list > div span::after {
	content: ')';
}
.kakuka_tel_list > div span:empty::before,
.kakuka_tel_list > div span:empty::after {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.kakuka_view,
.side_box_txt > div.kakuka_view {
	max-width: 300px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}

/* ウェブブック */
#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 table.tbl_ques {
	width: 100%;
	margin: 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: #faf7ff;
	border:solid 1px #7b55c0;
	border-radius:0.4em;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
	transition:all .3s;
}

.question #main_body table.tbl_ques td input:hover {
	background:#eadefc;
}

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"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.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: #faf7ff;
	border:solid 1px #7b55c0;
	border-radius:2em;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	transition:all .3s;
}

.question #main_body input[type="submit"]:hover,
.question #main_body input[type="button"]:hover {
	background:#eadefc;
}


/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#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: #faf7ff;
	border:solid 1px #7b55c0;
	border-radius:2em;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	transition:all .3s;
}

#mail_form_btn_wrap input[type="submit"]:hover {
	background:#eadefc;
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 20px 10px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}
#main_body #map_canvas table,
#main_body #map_canvas th,
#main_body #map_canvas td {
	margin: 0px;
	padding: 0px;
	border: none;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}



/* タブレット */
@media screen and (max-width : 1099px) {

	/* ヘッダ 
	#header2 {
		width: calc(100% - 40px);
	}*/

	ul#gnav {
		width: 100%;
	}

	/* パンくず */
	#pankuzu_wrap > div {
		width: calc(100% - 40px);
	}

	/* メイン */
	#mymainback {
		width: calc(100% - 40px);
	}

	/* フッタ */
	#back_or_pagetop {
		width: calc(100% - 40px);
	}

	#footer_navi ul {
		width: calc(100% - 40px);
	}

	#author_info > div {
		width: calc(100% - 40px);
	}

	/* 大分類（見出し） */
	div[id^="main_header_life3_"] h1 { 
		margin:0 20px 20px;
	}

	/* 新着情報 */
	.section_information_list div.link_box span {
		width: auto;
		margin: 0px 5px 10px;
	}
	.section_information_list div.link_box span a {
		padding: 8px 20px;
	}

	/* バナー広告 */
	ul.banner_list li {
		width: calc(25% - 10px);
		margin: 5px;
	}

	/* バナー広告（フッタ） */
	#footer_banner {
		width: calc(100% - 40px);
	}

	/* 大分類（見出し） */
	/*div[id^="main_header_life3_"] {
		height: 0px;
		padding-top: 20%;
	}*/

}
/* タブレット ここまで */

/*---------------------------------------------
プレゼン用の装飾
---------------------------------------------*/

#header {
	position:relative;
	z-index:3;
	font-size: 1.5rem;
}

ul#header_navi li[class^="h_"] > a {
	position:relative;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 20px;
}

ul#header_navi li[class^="h_"] > a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:0.2em;
	background-image:url(/img/icon/black-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:8px;
	height:12px;
}

#top_search {
	background: #BADFFF;
}

#footer {
	font-size: 1.5rem;
}

#footer_navi {
	background: #BADFFF;
}
#footer_navi ul li::after {
	content: '｜';
	margin-left: 10px;
}
#footer_navi ul li:last-child::after {
	display: none;
}

#back_or_pagetop > div a {
	/*background: #BADFFF;*/
}

.osusume_banner_list_detail > a {
	outline: 1px solid currentColor;
	padding: 10px;
	min-height: 40px;
}

#main_body h2 {
	position:relative;
	background:initial;
	padding-left:2em;
	padding-right:0.2em;
}

#main_body h2:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:0.2em;
	background-image:url(/img/common/h2_before.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
}

#main_body h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	 height: 8px;
	background: -webkit-repeating-linear-gradient(-45deg, #7b55c0, #7b55c0 2px, #fff 2px, #fff 6px);
	background: repeating-linear-gradient(-45deg, #7b55c0, #7b55c0 2px, #fff 2px, #fff 6px);
}

#main_body h3 {
	background:#ebfaf3;
	border-bottom:solid 4px #218c57;
	padding:0.6em 1em;
}

#main_body h4 {
	position:relative;
	background:initial;
	border-bottom:dotted 4px #7b55c0;
}

#main_body h4:before {
	position:absolute;
	left:0.5em;
	top:50%;
	transform:translatey(-50%);
	display:inline-block;
	content:'';
	background:#7b55c0;
	width:6px;
	height:25px;
}

#main_body h5 {
	background: transparent;
	border: none;
	border-bottom: 3px solid #218c57;
}
#main_body h6 {
	background: transparent;
	border: none;
	border-bottom: 1px dashed #003399;
}

#main_body h2 a,
#main_body h3 a,
#main_body h4 a {
	color: inherit;
}

/*組織ページの見出しスタイル*/
.soshiki_index #main_body h2, .soshiki_kakubu  #main_body h2{
	position:relative;
	background:#f7f3ff;
	border-bottom:solid 1px #7b55c0;
	margin:0;
}

.soshiki_index #main_body h2 a, .soshiki_kakubu  #main_body h2 a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.soshiki_index #main_body h2 a:after, .soshiki_kakubu  #main_body h2 a:after {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	right:0.4em;
	background-image:url(/img/icon/purple-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:19px;
	height:19px;
}

.soshiki_index #main_body h2:after, .soshiki_kakubu  #main_body h2:after {
	display:none;
}

.soshiki_index #main_body h2:before, .soshiki_kakubu  #main_body h2:before {
	position:absolute;
	left:0;
	background-image:none;
	background:#7b55c0;
	height:100%;
	width:10px; 
}

/*---------------------------------------------
プレゼン用の装飾 ここまで
---------------------------------------------*/



/*---------------------------------------------
20221205
---------------------------------------------*/
/*グロナビ*/
/* 親メニュー - Parent nav */
.topGmenu {
	width: 1200px;
	margin: 0 auto;
}

/*  */
nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

nav>ul li {
	position: relative;
}

nav li:hover {
	background:#eff7f3;
}

.menu-item-has-children {
	text-align: center;
	flex: 0 0 auto;
}

.menu-item-has-children {
	flex: 1 0 auto;
}

li.menu-item-has-children a {
	color: #222;
	text-decoration: none;
	display: block;
}

nav>ul>li>a {
	padding: 10px 0 11px;
	line-height: 1;
	border-right: solid 1px #b49edb;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

a#nav01 {
	border-left: solid 1px #b49edb;
}

nav>ul>li>a::before {
	/* content: url(/img/r2022/i-arrow.png); */
	/* margin-right: 7px; */
}


/* 子メニュー - .sub-menu */

nav .sub-menu {
	position: absolute;
	width: 500px;
	background-color: #fff;
	/* top: 30px; */
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: solid 3px #5aa07e;
}

nav .sub-menu li {
	width: 50%;
}

nav .sub-menu a {
	color: #222;
	padding: 8px 0px 7px 32px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-image: url(/img/common/arrow_gnavi0.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	background-size: 18px 18px;
}

nav .sub-menu a:hover {
	color: #FFF;
	background-image: url(/img/common/arrow_gnavi.png);
}

nav .sub-menu li a {
	position:relative;
}

nav .sub-menu li a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:1em;
	background-image:url(/img/icon/green-arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:8px;
	height:17px;
}

nav .sub-menu li a:hover:before {
	 filter: brightness(0) invert(1);
}


li.menu-item-has-children:nth-child(4)>ul:nth-child(2),
li.menu-item-has-children:nth-child(5)>ul:nth-child(2),
li.menu-item-has-children:nth-child(6)>ul:nth-child(2) {
	right: 0;
}

/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */

nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

nav li.menu-item-has-children li a:hover,
nav li.menu-item-has-children li a:focus {
	background-color: #218c57;
	color:#fff;
}

nav .sub-menu li a:hover:before {
	 filter: brightness(0) invert(1);
}

/* グロナビ（下層）ここまで */


/*---------------------20221206----------------------*/

/*ヘッダー*/

/*search*/
.sub_header_search {
	display:flex;
	justify-content:flex-end;
	gap:1em;
	margin:0 1em 0 0;
	list-style-type:none;
	align-items:center;
}

@media screen and (max-width:768px) {
	.sub_header_search {
		flex-flow:column;
		align-items:flex-end;
		margin-top:1em;
	}
}

body:not(.top) ul#header_navi {
	background:none;
}

.sub_search_menu_list {
	display:flex;
	list-style-type:none;
	gap:0.5em;
}

.sub_search_menu_list li a {
	background:#7b55c0;
	text-decoration:none;
	color:#fff;
	padding:0.5em 1.5em 0.4em;
	font-size:1.6rem;
	border-radius:0.2em;
	box-sizing:border-box;
	transition:all .3s;
	white-space: nowrap;
}

.sub_search_menu_list li a:hover {
	color:#7b55c0;
	background:#fff;
}

/*ヘッダーここまで*/


/*トップに戻るボタン*/

#to_page_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index:3;   
}

#to_page_top a:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

@media screen and (max-width:1440px) {
	#to_page_top {
		bottom:1em;
	}   
	
	#to_page_top img {
		width:80%;
	}
} 

@media screen and (max-width:1024px) {
	#to_page_top img {
		width:80%;
		right: 15px;
	}
}

/*サイドバー（ライフイベント）*/

.life_event .subsite_menu {
	margin: 0px 0px 10px;
	padding: 0px;
}

.life_event .subsite_menu_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px;
	color:#fff;
	border-radius:0.4em;
}

.life_event .subsite_menu_list {
    display: none;
    background-color:#fff;
    border-radius: 0 0 0.4em 0.4em;
    text-align:left;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 2%);
}

.life_event .subsite_menu input:checked + .subsite_menu_list  {
    display: block;
}

.life_event .subsite_menu_list ul {
	padding:0.5em 0.8em 1em;
	margin:-0.2em 0 0 0;
	list-style-type:none;
}

.life_event .subsite_menu_ttl label {
	position:relative;
	cursor:pointer;
	display:block;
	background:#7b55c0;
	height:100%;
	padding:0.4em 0em 0.3em 0.4em;
	color:#fff;
	border-radius:0.4em;
	text-align:center;
}

.life_event .subsite_menu.plus label[for*="acc_ttl_label"] {
	background: url(/img/icon/white-plus.png) no-repeat 96% center transparent;
	background-size: 20px 20px;
	background-color: #7b55c0;
	box-sizing:border-box;
	width:100%;
	padding-right:0.4em;
}

.life_event .subsite_menu.plus .acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/icon/white-minus.png);
	background-repeat:no-repeat;
	background-size: 20px 20px;
	border-radius:0.4em 0.4em 0 0;
}

.life_event .section_information_ttl label[for*="acc_ttl_label"] {
	background-color:inherit!important;
}

.life_event input {
	margin-top:-3em;
}　

.life_event .subsite_menu_list ul li {
	box-sizing: border-box;
	list-style-type:none;
}

.life_event .subsite_menu_list ul li a {
	position:relative;
	display:block;
	margin: 0px;
	padding: 12px 15px 12px 44px;
	border-bottom:dotted 1px #dbdbdb;
	text-decoration:none;
	color:#000;
}

.life_event .subsite_menu_list ul li a:hover {
	color:#7b55c0;
}

.life_event .subsite_menu_list ul li a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:0.5em;
	background-repeat:no-repeat;
	background-size:contain;
}

.life_event .subsite_menu_list ul li:first-child a:before  {
	background-image:url(/img/icon/side-life-event01.png);
	width:14px;
	height:33px;
	left:0.8em;
}

.life_event .subsite_menu_list ul li:nth-child(2) a:before  {
	background-image:url(/img/icon/side-life-event02.png);
	width:27px;
	height:23px;
	left:0.3em;
}

.life_event .subsite_menu_list ul li:nth-child(3) a:before  {
	background-image:url(/img/icon/side-life-event03.png);
	width:23px;
	height:19px;
}

.life_event .subsite_menu_list ul li:nth-child(4) a:before  {
	background-image:url(/img/icon/side-life-event04.png);
	width:25px;
	height:20px;
}

.life_event .subsite_menu_list ul li:nth-child(5) a:before  {
	background-image:url(/img/icon/side-life-event05.png);
	width:26px;
	height:23px;
}

.life_event .subsite_menu_list ul li:nth-child(6) a:before  {
	background-image:url(/img/icon/side-life-event06.png);
	width:27px;
	height:19px;
	left:0.4em;
}

.life_event .subsite_menu_list ul li:nth-child(7) a:before  {
	background-image:url(/img/icon/side-life-event07.png);
	width:20px;
	height:27px;
	left:0.5em;
}

.life_event .subsite_menu_list ul li:nth-child(8) a:before  {
	background-image:url(/img/icon/side-life-event08.png);
	width:26px;
	height:25px;
	left:0.3em;
}

.life_event .subsite_menu_list ul li:nth-child(9) a:before  {
	background-image:url(/img/icon/side-life-event09.png);
	width:19px;
	height:25px;
}

.life_event .subsite_menu_list ul li a:after {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	right:0.3em;
	background-image:url(/img/icon/purple-arrow2.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:7px;
	height:12px;
}
/*サイドバー（ライフイベント）ここまで*/



/*フッター*/

.footer_logo {
	display:block;
	position:relative;
	max-width:965px;
	margin:0 auto 1em!important;
	font-size:2.8rem;
	letter-spacing:0.1em;
	padding-left:2.3em;
}

.footer_logo:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:0.2em;
	background-image:url(/img/icon/mishima-mark.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:45px;
	height:37px;
	z-index:2;
}

.footer_logo:after {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:0;
	background:#fff;
	width:55px;
	height:55px;
	z-index:1;
	border-radius:0.2em;
}

.sp_br {
	display:none;
}

.btn_list {
	display:flex;
	list-style-type:none;
	gap:0.5em;
	padding:0;
	max-width:965px;
	margin:1em auto;
}

.btn_list li a {
	position:relative;
	display:block;
	text-decoration:none;
	background:#fff;
	border-radius:0.2em;
	padding:0.6em 2em 0.6em 4em;
	color:#084934;
	font-weight:bold;
	transition:all .3s;
}

.btn_list li:first-child a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:2em;
	background-image:url(/img/icon/contact-icon.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:22px;
	height:17px;
}

.btn_list li:nth-child(2) a:before {
	content:'';
	display:inline-block;
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	left:1.8em;
	background-image:url(/img/icon/access-icon.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:26px;
	height:22px;
}

.btn_list li a:hover {
	background:#d1ede4;
}

.footer_kiri01 {
	content:'';
	display:inline-block;
	position:absolute;
	bottom:-5%;
	left:-3%;
	background-image:url(/img/top/footer-bg01.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:17.6vw;
	max-width:250px;
	height:14.4vw;
	max-height:195px;
	z-index:1;
}

.footer_kiri02 {
	content:'';
	display:inline-block;
	position:absolute;
	bottom:-3%;
	right:-3%;
	background-image:url(/img/top/footer-bg02.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:16.5vw;
	max-width:231px;
	height:11.3vw;
	max-height:143px;
	z-index:1;
}

/*防災バナー*/
.bosai_bnr img {
	transition: all .3s;
}

.bosai_bnr a {
	display:block;
}

.bosai_bnr img:hover{
	filter: brightness(0.8);
}