@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;
}
#spm_support {
	display: none;
}
.sp_button {
	display: none;
}
.pc_none {
	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;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* 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;
}
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;
}

/* 基本の文字色 */
body {
	color: #333333;
}

/* リンク */
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;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img {
	opacity: 0.75;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-wrap: break-word;
	word-break: break-all;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	line-height: 1;
}

#header2 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
	min-height: 145px;
}

#he_left {
	width: 240px;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 1;
}
#he_left h1,
#he_left p {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin-left: 250px;
	padding: 15px 0px;
	text-align: right;
}

/* リンク */
ul#header_navi {
	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: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul#header_navi li[class^="h_"] {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 6px 0px 6px 50px;
}
ul#header_navi li[class^="h_"]:first-child {
	margin-left: 0px;
}
ul#header_navi li[class^="h_"] > a {
	display: inline-block;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-decoration: none;
}
ul#header_navi li[class^="h_"] > a:hover {
	text-decoration: underline;
}

/* 閲覧補助 */
.h_support dl {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.h_support dl:first-child {
	margin-left: 0px;
}
.h_support dl dt {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.h_support dl dd {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.h_support dl dd a {
	display: inline-block;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-decoration: none;
	border: 1px solid #7f7f7f;
	border-radius: 14px;
	background: #ffffff;
	padding: 4px 6px 4px 7px;
	-webkit-transition: border-color 0.5s, box-shadow 0.5s;
	-o-transition: border-color 0.5s, box-shadow 0.5s;
	transition: border-color 0.5s, box-shadow 0.5s;
}
.h_support dl dd a:hover {
	border-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.h_support dl dd a#moji_default,
.h_support dl dd a#moji_large {
	padding: 4px 11px;
}

.h_support dl dd a#haikei_white {
	border-color: #000000;
	background: #ffffff !important;
	color: #000000 !important;
}
.h_support dl dd a#haikei_black {
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}
.h_support dl dd a#haikei_blue {
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 音声読み上げ */
ul#header_navi li.h_voice #readspeaker_button1 > a {
	background: url(/img/common/icon_voice.png) no-repeat left center transparent;
	padding: 5px 0px 5px 40px;
}

/* キーワード検索 */
#top_search_keyword_wrap {
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 10px;
}

#top_search_keyword {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#top_search_keyword_ttl {
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom: 5px;
}

#top_search_keyword_box {
	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;
}

#cse-search-box {
	display: inline-block;
	vertical-align: top;
	width: 32rem;
	max-width: 760px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #1457b0 !important;
	border-right: none !important;
	width: calc(100% - 6rem) !important;
	height: 4rem !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	border-radius: 0;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #1457b0;
	background: #1457b0;
	color: #ffffff;
	width: 6rem;
	height: 4rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 10px 0px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-align: center;
	-webkit-transition: background 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, box-shadow 0.5s;
	transition: background 0.5s, box-shadow 0.5s;
}
#submit:hover {
	background: #0b3a94;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* 詳細検索 */
#top_search_detail {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	position: relative;
}
#top_search_detail a#top_search_detail_open {
	display: inline-block;
	border: 1px solid #1457b0;
	background: url(/img/common/icon_arrow_search_down.png) no-repeat right 10px top 50% #1457b0;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 1rem 28px 1rem 14px;
	-webkit-transition: background-color 0.5s, box-shadow 0.5s;
	-o-transition: background-color 0.5s, box-shadow 0.5s;
	transition: background-color 0.5s, box-shadow 0.5s;
}
#top_search_detail a#top_search_detail_open:hover {
	background-color: #0b3a94;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#top_search_detail.open a#top_search_detail_open {
	background-image: url(/img/common/icon_arrow_search_up.png);
}

#top_search_detail_box {
	display: none;
	position: absolute;
	top: 100%;
	right : 0px;
	z-index: 100;
	width: 490px;
	border: 1px solid #1457b0;
	background: #ffffff;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	        box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	padding: 9px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_search_detail.open #top_search_detail_box {
	display: block;
}

.search_option_wrap fieldset {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 120px;
	border: none;
	position: relative;
}
.search_option_wrap fieldset:last-child {
	margin-bottom: 0px;
}
.search_option_wrap fieldset legend {
	width: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #1457b0;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.4rem;
	padding: 13px 5px;
	height: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_option_wrap fieldset .search_btn {
	padding: 9px 0px;
	min-height: 4rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_option_wrap fieldset .search_btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 2rem;
	margin-right: 1em;
}
.search_option_wrap fieldset .search_btn span input {
	vertical-align: top;
}

.search_option_wrap fieldset.search_category .search_btn {
	padding: 5px 0px;
	min-height: 7rem;
}
.search_option_wrap fieldset.search_category legend {
	padding: 28px 5px;
}

/* 検索メニュー */
#top_search_detail_box ul.search_menu_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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_search_detail_box ul.search_menu_list li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	margin-top: 10px;
}
#top_search_detail_box ul.search_menu_list li a {
	display: block;
	background: #1457b0;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	-webkit-transition: background 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, box-shadow 0.5s;
	transition: background 0.5s, box-shadow 0.5s;
}
#top_search_detail_box ul.search_menu_list li a:hover {
	background: #0b3a94;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* 注目ワード */
#search_trend_word {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 29.5rem;
	max-width: calc(100% - 40px);
	margin-left: 40px;
}
#search_trend_word_ttl {
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom: 3px;
}
#search_trend_word p {
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
	margin-right: 1em;
}
#search_trend_word p a:hover {
	text-decoration: none;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
	border-radius: 0px 50px 0px 0px;
	overflow: hidden;
	background: rgba(64,164,154,0.75);
	color: #ffffff;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 116px;
}
#osusume_banner_ttl a {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}
#osusume_banner_ttl a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#osusume_banner_ttl a::before {
	content: '';
	display: block;
	width: 11px;
	height: 13px;
	background: url(/img/common/btn_osusume_open.png) no-repeat center center transparent;
	color: inherit;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	z-index: 1;
}
#osusume_banner.open #osusume_banner_ttl a::before {
	display: none;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	max-width: calc(100vw - 300px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	padding-right: 50px;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

.osusume_banner_list_detail {
	margin: 0px;
	padding: 20px 5px;
	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;
	color: inherit;
	text-decoration: none;
	width: 160px;
	margin: 5px;
}
.osusume_banner_list_detail img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#osusume_banner_close {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/btn_osusume_close.png) no-repeat center center transparent;
	color: inherit;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 15px);
	right: 20px;
	z-index: 1;
}

/* グローバルナビ */
#top_search {
	width: 1080px;
	margin: 0px auto;
}

ul#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
}
ul#gnav li {
	display: table-cell;
	vertical-align: middle;
	border-left: 2px solid #ddeefb;
}
ul#gnav li:last-child {
	border-right: 2px solid #ddeefb;
}
ul#gnav li a {
	display: block;
	background: #ffffff;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.9rem;
	text-decoration: none;
	padding: 2px 10px;
	margin: 0px;
	text-align: center;
	-webkit-transition: background 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, box-shadow 0.5s;
	transition: background 0.5s, box-shadow 0.5s;
}
ul#gnav li a:hover {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
	z-index: 1;
}

ul#gnav li a span[class^="icon_"] {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 16px 10px 16px 40px;
	min-width: 2em;
}
ul#gnav li a span.icon_gnav1 {
	background-image: url(/img/common/icon_gnav01.png);
}
ul#gnav li a span.icon_gnav2 {
	background-image: url(/img/common/icon_gnav02.png);
}
ul#gnav li a span.icon_gnav3 {
	background-image: url(/img/common/icon_gnav03.png);
}
ul#gnav li a span.icon_gnav4 {
	background-image: url(/img/common/icon_gnav04.png);
}
ul#gnav li a span.icon_gnav5 {
	background-image: url(/img/common/icon_gnav05.png);
}
ul#gnav li a span.icon_gnav6 {
	background-image: none;
	padding-left: 10px;
}

/********** 4 フッタ **********/

/* フッタ */
#footer {
	line-height: 1;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 64px;
	position: fixed;
	right: 16px;
	bottom: -140px;
	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: 16px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* リンク */
#footer_navi_wrap {
	background: #aee8eb;
}

ul#footer_navi {
	width: 1080px;
	margin: 0px auto;
	padding: 35px 0px 20px;
	list-style: none;
	text-align: center;
	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: center;
}
ul#footer_navi li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 14px 0px;
	padding-right: 20px;
	border-right: 1px solid;
}
ul#footer_navi li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
ul#footer_navi li a {
	display: inline-block;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1;
}

/* 管理者情報 */
#footer_box {
	width: 700px;
	margin: 0px auto;
	padding: 50px 0px 70px;
}

#author_info {
	position: relative;
}

#author_logo {
	width: 196px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#author_logo img {
	max-width: 100%;
	height: auto;
}

#author_box {
	margin-left: 280px;
	font-size: 1.5rem;
	line-height: 1.6;
}
#author_box p {
	margin: 0px;
}

#author_box .f_link {
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 20px;
}
#author_box .f_link > span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px 0px 0px;
}
#author_box .f_link > span:last-child {
	margin-right: 0px;
}
#author_box .f_link a {
	display: inline-block;
	border: 2px solid #aee8eb;
	background: #aee8eb;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6rem;
	padding: 15px 10px;
	border-radius: 30px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 200px;
	text-align: center;
	-webkit-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
}
#author_box .f_link a:hover {
	border-color: #ffffff;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* コピーライト */
#copyright {
	margin-top: 40px;
}
#copyright p {
	margin: 0px;
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: center;
}

/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: #f6f6f6;
	padding: 19px 0px 8px;
}
#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: #333333;
	border-radius: 4px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.3rem;
	padding: 0.4rem 0px 0.3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
.content_header_wrap {
	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;
}

#content_header {
	margin: 0px 0px 20px auto;
	text-align: right;
}
#content_header > span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.5rem;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center transparent;
	padding-left: 20px;
}

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 26px 30px;
	background: url(/img/common/h1_bg.jpg) repeat-y right center #d9f7f7;
	color: #000000;
	font-size: 3.2rem;
	font-weight: bold;
}

#main_body h2 {
	clear: both;
	margin: 30px 0px;
	padding: 19px 30px 19px 20px;
	background: url(/img/common/h2_bg.jpg) repeat-y right center #daeefa;
	color: #000000;
	font-size: 2.8rem;
	font-weight: bold;
}

#main_body h3 {
	clear: both;
	margin: 30px 0px;
	padding: 14px 30px;
	background: url(/img/common/h3_bg.jpg) repeat-y right center #e1e6fa;
	color: #000000;
	font-size: 2.1rem;
	font-weight: bold;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 10px 30px;
	background: #d2e5ef;
	color: #000000;
	font-size: 2rem;
	font-weight: bold;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 7px 30px 6px;
	background: #d2e5ef;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 3px 30px;
	background: #d2e5ef;
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
}

#main_body h2 a,
#main_body h3 a,
#main_body h4 a,
#main_body h5 a,
#main_body h6 a {
	color: inherit;
}

/* テーブル */
#main_body table {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body td {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* テーブル内の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;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: #f3f8fb;
}

#recommend_title,
#ai_recommend_title {
	background: #1457b0;
	color: #ffffff;
	text-align: center;
	padding: 10px 5px;
}
#recommend_title h2,
#ai_recommend_title h2,
#main_body #recommend_title h2,
#main_body #ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 13px 20px 13px 40px;
	background: url(/img/common/icon_recommend.png) no-repeat left center transparent;
	color: inherit;
}
#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 #ffffff;
	padding: 12px 20px 13px;
}

/* 「見つからないときは」「よくある質問」バナー */
#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: #1457b0;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 5px;
	text-align: center;
	-webkit-transition: background 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, box-shadow 0.5s;
	transition: background 0.5s, box-shadow 0.5s;
}
#common_banner_link ul li a:hover {
	background: #0b3a94;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#common_banner_link ul li a span {
	display: inline-block;
	padding: 13px 20px 13px 40px;
	color: inherit;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background: url(/img/common/icon_mitsukaranai.png) no-repeat left center transparent;
}
#common_banner_link ul li#common_banner_faq a span {
	background: url(/img/common/icon_faq.png) no-repeat left center transparent;
}

/* サイドメニュー */
.side_box {
	background: #f3f8fb;
	padding: 20px;
}

.side_box_ttl h2 {
	background: #1457b0;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px;
	padding: 8px 20px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.side_box_list ul li {
	margin: 0px 0px 10px;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li ul {
	padding: 5px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 5px;
}

.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 1em;
}
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation 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: 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;
	border-right: 1px solid;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px 0px 15px;
}
.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.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;
	margin-bottom: 10px;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 234px;
	padding-right: 30px;
}
.list_pack .article_img span {
	display: block;
	height: 146px;
	overflow: hidden;
	position: relative;
	background: #e5eff0;
}
.list_pack .article_img span:empty {
	height: 146px;
	border: 1px solid #e3e3e3;
	background: url(/img/common/noimage.png) no-repeat center center #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.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;
	background: none;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 30px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	border: 1px solid #333333;
	background: #ffffff;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	-webkit-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
}
div.link_ichiran a:hover {
	border-color: transparent;
	background: #b0e0e6;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#main div.link_ichiran a {
	padding: 10px 20px;
	min-width: 260px;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px 50px;
	padding-bottom: 40px;
	border-bottom: 2px solid #1457b0;
}
.section_information h2,
#main_body .section_information h2 {
	display: inline-block;
	margin: 0px;
	padding: 5px 20px 3px;
	background: #1457b0;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}

.section_information p.no_data {
	margin: 0px;
	padding-top: 40px;
	border-top: 2px solid #1457b0;
}

.section_information_list {
	padding-top: 30px;
	border-top: 2px solid #1457b0;
}
.section_information_list ul {
	margin: 0px;
	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 15px;
}
.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;
	padding-right: 75px;
	position: relative;
}
.section_information_list ul li > span.article_date img.icon_new {
	position: absolute;
	right: 30px;
	top: 3px;
}

.section_information_list div.link_box {
	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;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	min-width: 220px;
}
.section_information_list div.link_box span a {
	display: block;
	border: 1px solid #aee8eb;
	background: url(/img/common/icon_arrow.png) no-repeat right 10px top 50% #aee8eb;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 15px 10px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	-webkit-transition: background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
}
.section_information_list div.link_box span a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* リスト（新着情報2） */
.section_information2 {
	margin: 0px 0px 30px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 15px;
	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: 30px 0px 0px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 234px;
	padding-right: 30px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
#footer_banner {
	clear: both;
	width: 1080px;
	margin: 0px auto 50px;
}

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: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 15px;
}
ul.banner_list li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: 1.4rem;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_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;
}
#sitemap_list_wrap > div {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 25px);
}

#main_body #sitemap_list_wrap  h2 {
	margin-top: 0px;
}

#sitemap_list_wrap > div > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child {
	margin-bottom: 0px;
}

#sitemap_list_wrap > div > div.sitemap_section_kikan {
	margin-top: -15px;
}

/* 分類でさがす */
.life_index #main_body > div {
	margin-bottom: 30px;
}
.life_index #main_body > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	margin: 0px 0px 50px;
	padding: 0px;
	position: relative;
	border-bottom:3px solid #1457b0;
	background-color:#c3d1ff;
}
/* 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#main_header_life3_5 { background-image: url(/img/life/life3_5_title.jpg); } */
/* div#main_header_life3_6 { background-image: url(/img/life/life3_6_title.jpg); } */

div[id^="main_header_life3_"] h1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類（ライフイベント） */
.life_list3 #main_body {
	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;
}
#life3_main_box {
	width: 710px;
}
#life3_side_box {
	width: 300px;
}
#life3_side_box #sidebar_recommend {
	margin-top: 50px;
}

#search_life_wrap {
	border: 6px double #1457b0;
	padding: 19px;
}
#main_body #search_life_wrap h2 {
	border: none;
	background: none;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
}

.search_life {
	margin-bottom: 30px;
}
.search_life ul,
.search_service 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: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.search_life ul li,
.search_service ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin: 5px;
}
.search_life ul li a,
.search_service ul li a {
	display: block;
	border: 4px solid #b1e7ea;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 15px;
	padding: 73px 0px 14px;
	-webkit-transition: border-radius 0.5s, background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: border-radius 0.5s, background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: border-radius 0.5s, background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
}
.search_service ul li a {
	border-color: #b1b4ea;
}

.search_life ul li a:hover {
	border-radius: 10px;
	border-color: #d8f3f4;
	background-color: #d8f3f4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.search_service ul li a:hover {
	border-radius: 10px;
	border-color: #d7d9f4;
	background-color: #d7d9f4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.search_life ul li.icon_life01 a { background-image: url(/img/life/icon_life01.png); padding: 63px 0px 4px; }
.search_life ul li.icon_life02 a { background-image: url(/img/life/icon_life02.png); }
.search_life ul li.icon_life03 a { background-image: url(/img/life/icon_life03.png); }
.search_life ul li.icon_life04 a { background-image: url(/img/life/icon_life04.png); }
.search_life ul li.icon_life05 a { background-image: url(/img/life/icon_life05.png); }
.search_life ul li.icon_life06 a { background-image: url(/img/life/icon_life06.png); }
.search_life ul li.icon_life07 a { background-image: url(/img/life/icon_life07.png); }
.search_life ul li.icon_life08 a { background-image: url(/img/life/icon_life08.png); }

.search_service ul li.icon_service01 a { background-image: url(/img/life/icon_service01.png); padding: 63px 0px 4px; }
.search_service ul li.icon_service02 a { background-image: url(/img/life/icon_service02.png); }
.search_service ul li.icon_service03 a { background-image: url(/img/life/icon_service03.png); }
.search_service ul li.icon_service04 a { background-image: url(/img/life/icon_service04.png); }
.search_service ul li.icon_service05 a { background-image: url(/img/life/icon_service05.png); }
.search_service ul li.icon_service06 a { background-image: url(/img/life/icon_service06.png); }
.search_service ul li.icon_service07 a { background-image: url(/img/life/icon_service07.png); }
.search_service ul li.icon_service08 a { background-image: url(/img/life/icon_service08.png); }

/* 分類 */
#life_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;
}
.life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-right: 30px;
}
.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}
.life_cat_list:nth-child(n+3) {
	margin-top: 30px;
}
#main_body .life_cat_list h2 {
	margin-top: 0px;
}

.life_list3 #main_body .life_cat_list h2 {
	background: #b1e7ea;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 17px 20px 16px;
	text-align: center;
}

.life1box {
	margin-bottom: 50px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

/* 関連情報 */
#kanren_info {
	border: 6px double #1457b0;
	padding: 14px 14px 4px;
	text-align: center;
}
#kanren_info h2 {
	display: inline-block;
	background: url(/img/common/icon_kanren.png) no-repeat left center transparent;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
	padding: 8px 20px 8px 35px;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 8px 20px;
	background: #ddeefb;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: 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;
}

/* サブカテゴリ */
#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);
	margin-right: 30px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}
.lifesub_cat_list:nth-child(n+3) {
	margin-top: 30px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-top: 0px;
}

.life_cat_list_ttl {
	background: #b1e7ea;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px;
	padding: 17px 20px 16px;
	text-align: center;
}
.life_cat_list_ttl a {
	color: inherit;
}

/* 組織 */
#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;
}

.soshiki_index #main_body > div.navigation,
.soshiki_index #main_body > div.soshiki_section_kikan {
	margin-bottom: 30px;
}
.soshiki_index #main_body > div.navigation:last-child,
.soshiki_index #main_body > div.soshiki_section_kikan:last-child {
	margin-bottom: 0px;
}

.soshiki_index #main_body > div.soshiki_section_kikan {
	margin-top: -15px;
}

/* 部局 */
#freespace_bu,
#main_body div#freespace_bu {
	margin: 30px 0px 50px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 50px;
}
.kakuka_info_box:last-child {
	margin-bottom: 0px;
}

.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;
}

.kakuka_contact_box h3:only-child {
	display: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px 50px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#freespace_ka,
#main_body div#freespace_ka {
	margin: 30px 0px 50px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka,
#main_body div#freespace2_ka {
	margin: 50px 0px 0px;
}
#freespace2_ka p {
	margin: 0px 0px 1em;
}
#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;
	vertical-align: top;
}

.side_box_txt > div.kakuka_link_mapimage {
	margin-top: 20px;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid #333333;
	padding-top: 1em;
	margin-top: 1em;
}

.soshiki_kakuka .kakuka_grpname {
	margin-bottom: 10px;
}
.soshiki_kakuka .kakuka_address {
	margin-bottom: 10px;
}

.midashi_ka_detail {
	margin-bottom: 50px;
}
.midashi_ka_detail:last-child {
	margin-bottom: 0px;
}

/* 新着情報一覧 */
.soshiki_news .info_list.info_list_date ul li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
.soshiki_news .info_list.info_list_date ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.soshiki_news .info_list.info_list_date ul li > span.article_date {
	width: 11em;
	padding-right: 75px;
	position: relative;
}
.soshiki_news .info_list.info_list_date ul li > span.article_date img.icon_new {
	position: absolute;
	right: 30px;
	top: 3px;
}

/* 改ページ */
.page_num {
	margin: 50px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
}

/* ウェブブック */
#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-right: 30px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}
.book_list_box:nth-child(n+3) {
	margin-top: 30px;
}

#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: 1px solid #333333;
	background: #ffffff;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
	text-align: center;
	-webkit-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
}
.question #main_body table.tbl_ques td input:hover {
	border-color: transparent;
	background: #aee8eb;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

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;
}
.question_detail #main_body * {
	white-space: normal;
	word-break: break-all;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 50px 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: 1px solid #333333;
	background: #ffffff;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0px 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 20px);
	-webkit-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="button"]:hover {
	border-color: transparent;
	background: #aee8eb;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #cc0000;
}

#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 * {
	white-space: normal;
	word-break: break-all;
}
#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: 50px 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: 1px solid #333333;
	background: #ffffff;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0px 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 20px);
	-webkit-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	-o-transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
	transition: background 0.5s, border-color 0.5s, box-shadow 0.5s;
}
#mail_form_btn_wrap input[type="submit"]:hover {
	border-color: transparent;
	background: #aee8eb;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#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;
}

.open_page_id {
	display: none !important;
}

/* 汎用アコーディオン */
.is_set .js_acc_head {
	position: relative !important;
	padding-right: 50px !important;
	cursor: pointer;
}
.js_acc_plus {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.js_acc_plus_a,
.js_acc_plus_b {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}
.js_acc_plus_a {
	transform: translateY(-50%);
}
.js_acc_plus_b {
	transform: translateY(-50%) rotate(90deg);
}
.is_active .js_acc_plus_b {
	transform: translateY(-50%) rotate(0deg);
}