@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;
}
#spm_support {
	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"],
input[type="text"],
input[type="image"],
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-size: 1.6rem;
	line-height: 1.5;
}

/* フォント */
body {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
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: #0033cc;
	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;
}

hr {
	clear: both;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	position: relative;
	z-index: 100;
	line-height: 1;
}
#header img {
	vertical-align: top;
}

#header2 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

#he_left {
	width: 242px;
	position: absolute;
	top: 20px;
	left: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
}
#he_left p,
#he_left h1 {
	margin: 0px;
}

#he_right {
	padding: 20px 0px 25px;
}

#he_right_a {
	margin-left: 250px;
	padding-bottom: 19px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 95px;
	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;
}

/* ヘッダメニュー */
#header_navi_support ul {
	margin: 0px 0px 6px;
	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;
}
#header_navi_support ul:last-child {
	margin-bottom: 0px;
}
#header_navi_support ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 10px 20px;
}

#header_navi_support ul li.h_main a,
#header_navi_support ul li.h_lang a,
#header_navi_support ul li.h_voice a {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#header_navi_support ul li.h_main a:hover,
#header_navi_support ul li.h_lang a:hover,
#header_navi_support ul li.h_voice a:hover {
	text-decoration: underline;
}
#header_navi_support ul li.h_main a {
	background-image: url(/img/nw-common/icon_h_main.png);
}
#header_navi_support ul li.h_lang a {
	background-image: url(/img/nw-common/icon_h_lang.png);
}
#header_navi_support ul li.h_voice a {
	background-image: url(/img/nw-common/icon_h_voice.png);
}

/* 閲覧補助 */
#header_navi_support dl {
	margin: 0px;
	padding: 0px;
	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;
}
#header_navi_support dl dt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	font-size: 1.4rem;
	line-height: 2rem;
}
#header_navi_support dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#header_navi_support dl dd a {
	display: inline-block;
	border: 1px solid #c7c5c2;
	font-size: 1.3rem;
	line-height: 1.8rem;
	padding: 5px 7px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	min-width: 1.4rem;
}
#header_navi_support dl dd a:hover {
	text-decoration: underline;
}

#header_navi_support dl dd a#moji_default {
	font-weight: normal;
}

#header_navi_support dl dd a#haikei_white {
	border-color: #c7c5c2;
	background: #ffffff !important;
	color: #333333 !important;
}
#header_navi_support dl dd a#haikei_black {
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}
#header_navi_support dl dd a#haikei_blue {
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* ピックアップ */
#header_navi_pickup {
	margin-left: 18px;
}
#header_navi_pickup ul {
	margin: 0px 0px 6px;
	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;
}
#header_navi_pickup ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	width: 9rem;
}
#header_navi_pickup ul li a {
	display: block;
	color: #ffffff;
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-align: center;
	padding: 23px 0px;
}
#header_navi_pickup ul li a:hover {
	text-decoration: underline;
}
#header_navi_pickup ul li.icon_kanko a {
	background: url(/img/nw-common/btn_h_kanko_img.png) no-repeat right 2px top 4px, url(/img/nw-common/btn_h_kanko_bg.png) no-repeat left top #0e3c79;
}
#header_navi_pickup ul li.icon_ushi a {
	background: url(/img/nw-common/btn_h_ushi_img.png) no-repeat right 4px top 4px, url(/img/nw-common/btn_h_ushi_bg.png) no-repeat left top #000000;
}
#header_navi_pickup ul li.icon_toku a {
	background: url(/img/nw-common/btn_h_toku_img.png) no-repeat right 4px top 2px, url(/img/nw-common/btn_h_toku_bg.png) no-repeat left top #0e7927;
}

/* グローバルメニュー */
.btn_sp_gnav {
	display: none;
}

ul#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
	position: relative;
}
ul#gnav li.gnav_box_wrap {
	display: table-cell;
	vertical-align: bottom;
	border-right: 1px solid #0e3c79;
}
ul#gnav li.gnav_box_wrap:first-child {
	border-left: 1px solid #0e3c79;
}

ul#gnav li.gnav_box_wrap .gnav_ttl {
	position: relative;
	z-index: 2;
}
ul#gnav li.gnav_box_wrap .gnav_ttl a {
	display: block;
	background: transparent;
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	padding: 5px 7px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
ul#gnav li.gnav_box_wrap .gnav_ttl a:hover,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl a,
ul#gnav li.gnav_box_wrap.open .gnav_ttl a {
	background: #e8ecf1;
	padding: 15px 8px;
	margin: -10px -1px;
}

ul#gnav li.gnav_box_wrap .gnav_box {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1;
	width: 100%;
	opacity: 0;
	padding-top: 0px;
	-webkit-transition: opacity 0.5s, padding-top 0.5s;
	-o-transition: opacity 0.5s, padding-top 0.5s;
	transition: opacity 0.5s, padding-top 0.5s;
}
ul#gnav li.gnav_box_wrap:hover .gnav_box,
ul#gnav li.gnav_box_wrap.open .gnav_box {
	opacity: 1;
	padding-top: 10px;
}

ul#gnav li.gnav_box_wrap .gnav_box ul {
	display: none;
	background: #e8ecf1;
	margin: 0px;
	padding: 30px 20px 10px;
	list-style: none;
}
ul#gnav li.gnav_box_wrap:hover .gnav_box ul,
ul#gnav li.gnav_box_wrap.open .gnav_box ul {
	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#gnav li.gnav_box_wrap .gnav_box ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 20px);
	margin: 0px 10px 20px;
}
ul#gnav li.gnav_box_wrap .gnav_box ul li a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	background: url(/img/nw-common/icon_arrow_link.png) no-repeat 15px 1.1em #ffffff;
	background-size: 6px auto;
	color: #333333;
	text-decoration: none;
	padding: 11px 20px 9px 30px;
}
ul#gnav li.gnav_box_wrap .gnav_box ul li a:hover {
	text-decoration: underline;
}

/* 検索 */
#header3 {
	position: relative;
	z-index: 3;
}

#pcm_search {
	display: block;
	width: 110px;
	border: none;
	background: none;
	padding: 0px;
	position: fixed;
	right: 100px;
	bottom: 0px;
	z-index: 2;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#pcm_search:hover {
	opacity: 0.75;
}
#pcm_search img {
	max-width: 100%;
	height: auto;
}
#pcm_search.open {
	display: none;
}

#pcm_search_box_wrap {
	position: fixed;
	left: 0px;
	bottom: -100%;
	z-index: 1;
	width: 100%;
	background: url(/img/nw-common/bg_search.png) no-repeat center 30px rgba(18,67,116,0.9);
	color: #ffffff;
	-webkit-transition: bottom 0.5s, padding 0.5s;
	-o-transition: bottom 0.5s, padding 0.5s;
	transition: bottom 0.5s, padding 0.5s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#pcm_search_box_wrap.open {
	bottom: 0px;
	padding: 50px 0px 150px;
}

button#pcm_search_close {
	display: block;
	width: 200px;
	height: 60px;
	border: none;
	background: #333333;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	padding: 0px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
button#pcm_search_close span {
	display: inline-block;
	background: url(/img/nw-common/icon_search_close.png) no-repeat right center transparent;
	color: inherit;
	white-space: nowrap;
	padding-right: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
button#pcm_search_close:hover span {
	text-decoration: underline;
}

#pcm_search_box {
	display: none;
	width: 1080px;
	margin: 0px auto;
}
#pcm_search_box_wrap.open #pcm_search_box {
	display: block;
}

#pcm_search_box .search_menu_ttl {
	margin: 0px 0px 5px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: center;
}
#pcm_search_box .search_menu_ttl span {
	display: block;
	background: url(/img/nw-top/ttl_search.png) no-repeat center bottom transparent;
	color: inherit;
	padding-bottom: 30px;
}

#pcm_search_box .search_menu_box {
	max-height: calc(100vh - 280px);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}

/* キーワード検索 */
#top_search_keyword {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#cse-search-box label {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
	color: #333333;
	border: none !important;
	width: 370px !important;
	height: 70px !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: 10px;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #e7ecf1;
	width: 100px;
	height: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 70px;
	white-space: nowrap;
}
#submit:hover {
	text-decoration: underline;
}

#cse_filetype {
	margin-left: 19px;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 120px;
	position: relative;
}
#cse_filetype fieldset:last-child {
	margin-bottom: 0px;
}
#cse_filetype fieldset legend {
	width: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e7ecf1;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 8px 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#cse_filetype fieldset .search_btn {
	padding: 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#cse_filetype fieldset .search_btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-right: 0.5em;
}
#cse_filetype fieldset .search_btn span input {
	vertical-align: top;
}

/* 注目ワード */
#search_trend_word {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#search_trend_word_ttl {
	width: 140px;
	background: rgba(231,236,241,0.2);
	color: inherit;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 15px 0px;
	text-align: center;
}

#search_trend_word p {
	width: calc(100% - 140px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 10px 0px 5px 5px;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	background: #124374;
	border-radius: 15px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 6px 20px 4px;
	text-decoration: none;
	cursor: pointer;
	margin: 0px 0px 5px 10px;
	border: solid;
}
#search_trend_word p a:hover {
	text-decoration: underline;
}

/* 検索メニュー */
.search_menu_sagasu {
	margin-top: 30px;
}
.search_menu_sagasu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}
.search_menu_sagasu ul li {
	display: inline-block;
	vertical-align: top;
	width: 246px;
}
.search_menu_sagasu ul li a {
	display: block;
	background: #e7ecf1;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 25px 10px 35px;
}
.search_menu_sagasu ul li a > span {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.search_menu_sagasu ul li a:hover > span {
	text-decoration: underline;
}

.search_menu_sagasu ul li.sagasu_life a > span {
	background-image: url(/img/nw-common/icon_search_life.png);
}
.search_menu_sagasu ul li.sagasu_soshiki a > span {
	background-image: url(/img/nw-common/icon_search_soshiki.png);
}
.search_menu_sagasu ul li.sagasu_map a > span {
	background-image: url(/img/nw-common/icon_search_map.png);
}

.search_menu_sagasu ul li.sagasu_request a {
	background: url(/img/nw-common/img_shinsei_navi.png) no-repeat right 5px bottom 5px #ffffff;
	font-size: 1.8rem;
	text-align: left;
	padding: 40px 10px 40px 30px;
}
.search_menu_sagasu ul li.sagasu_request a > span {
	background-image: url(/img/nw-common/icon_search_shinsei.png);
	background-position: center bottom;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* ライフステージ */
.search_menu_lifestage_wrap {
	margin-top: 30px;
	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;
}
.search_menu_lifestage_wrap > div {
	width: 525px;
}
.search_menu_lifestage_wrap > div .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	margin-bottom: 10px;
}

.search_menu_lifestage_wrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #ffffff;
	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_menu_lifestage_wrap ul li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #124374;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}
.search_menu_lifestage_wrap ul li a {
	display: block;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	padding: 15px 0px;
}
.search_menu_lifestage_wrap ul li.br a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.search_menu_lifestage_wrap ul li a:hover {
	text-decoration: underline;
}

.search_menu_lifestage_wrap .search_menu_lifestage ul {
	padding: 20px 15px 10px;
}
.search_menu_lifestage_wrap .search_menu_lifestage ul li {
	width: 33.333333%;
}
.search_menu_lifestage_wrap .search_menu_lifestage ul li:nth-child(3n) {
	border-right: none;
}
.search_menu_lifestage_wrap .search_menu_lifestage ul li a {
	padding-left: 55px;
}

.search_menu_lifestage_wrap ul li.lifestage01 a {
	background-image: url(/img/nw-common/icon_life01.png);
}
.search_menu_lifestage_wrap ul li.lifestage02 a {
	background-image: url(/img/nw-common/icon_life02.png);
}
.search_menu_lifestage_wrap ul li.lifestage03 a {
	background-image: url(/img/nw-common/icon_life03.png);
}
.search_menu_lifestage_wrap ul li.lifestage04 a {
	background-image: url(/img/nw-common/icon_life04.png);
}
.search_menu_lifestage_wrap ul li.lifestage05 a {
	background-image: url(/img/nw-common/icon_life05.png);
}
.search_menu_lifestage_wrap ul li.lifestage06 a {
	background-image: url(/img/nw-common/icon_life06.png);
}

.search_menu_lifestage_wrap .search_menu_use ul {
	padding: 20px 5px 10px;
}
.search_menu_lifestage_wrap .search_menu_use ul li {
	width: 25%;
}
.search_menu_lifestage_wrap .search_menu_use ul li:nth-child(4n) {
	border-right: none;
}
.search_menu_lifestage_wrap .search_menu_use ul li a {
	padding-left: 40px;
	background-position: 5px center;
}

.search_menu_lifestage_wrap ul li.use01 a {
	background-image: url(/img/nw-common/icon_use01.png);
}
.search_menu_lifestage_wrap ul li.use02 a {
	background-image: url(/img/nw-common/icon_use02.png);
}
.search_menu_lifestage_wrap ul li.use03 a {
	background-image: url(/img/nw-common/icon_use03.png);
}
.search_menu_lifestage_wrap ul li.use04 a {
	background-image: url(/img/nw-common/icon_use04.png);
}
.search_menu_lifestage_wrap ul li.use05 a {
	background-image: url(/img/nw-common/icon_use05.png);
}
.search_menu_lifestage_wrap ul li.use05 a br {
	display: none;
}
.search_menu_lifestage_wrap ul li.use06 a {
	background-image: url(/img/nw-common/icon_use06.png);
}
.search_menu_lifestage_wrap ul li.use07 a {
	background-image: url(/img/nw-common/icon_use07.png);
}
.search_menu_lifestage_wrap ul li.use08 a {
	background-image: url(/img/nw-common/icon_use08.png);
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 2;
}

#osusume_banner_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background: #fdd000;
	outline: 1px solid #ffffff;
}
#osusume_banner_ttl {
	width: 90px;
}
#osusume_banner_list {
	width: auto;
	max-width: calc(100vw - 340px);
}

button#osusume_banner_open {
	display: block;
	width: 90px;
	height: 90px;
	border: none;
	background: url(/img/nw-common/btn_osusume_open.png) no-repeat left 50% bottom 12px #fdd000;
	color: #000000;
	padding: 15px 0px 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#osusume_banner.open button#osusume_banner_open {
	background-image: url(/img/nw-common/btn_osusume_close.png);
}

#osusume_banner_list_box {
	display: none;
	padding: 5px 95px 5px 0px;
	position: relative;
}
#osusume_banner.open #osusume_banner_list_box {
	display: block;
}

#osusume_banner_list_box .osusume_banner_list_detail {
	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_box .osusume_banner_list_detail a {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}

button#osusume_banner_close {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	border: none;
	background: url(/img/nw-common/icon_osusume_close.png) no-repeat right center transparent;
	color: #333333;
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 0px 24px 0px 0px;
	max-width: 80px;
}
button#osusume_banner_close:hover {
	text-decoration: underline;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: #f3f5f8;
	padding: 23px 0px 13px;
}
#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: #f3f5f8;
	border: 1px solid #124374;
	color: #333333;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2rem;
	padding: 0.3rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	position: relative;
	z-index: 90;
	line-height: 1;
}
#footer img {
	vertical-align: top;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 56px;
	position: fixed;
	right: 10px;
	bottom: -120px;
	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;
	color: inherit;
	text-decoration: none;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* フッタメニュー */
#footer_navi_wrap {
	border-top: 1px solid #124374;
}
#footer_navi {
	width: 1080px;
	margin: 0px auto;
	padding: 25px 0px;
	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: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#footer_navi ul {
	margin: 0px;
	padding: 25px 0px 15px;
	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;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 14px 0px;
	padding-right: 20px;
	border-right: 1px solid;
}
#footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
#footer_navi ul li a {
	display: inline-block;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1;
}

#footer_navi .bnr_sdgs {
	width: 190px;
}
#footer_navi .bnr_sdgs img {
	width: 100%;
	height: auto;
}

/* 管理者情報 */
#author_info_wrap {
	background: #124374;
	color: #ffffff;
}
#author_info_wrap a {
	color: inherit;
}
#author_info {
	width: 1080px;
	margin: 0px auto;
	padding: 30px 0px 50px;
	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;
}

#author_box {
	width: 520px;
	padding-left: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#author_box > div {
	display: inline-block;
	vertical-align: middle;
}
#author_box > div.f_author {
	background: url(/img/nw-common/logo_footer.png) no-repeat left center transparent;
	color: inherit;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3rem;
	letter-spacing: 0.1em;
	padding: 10px 0px 10px 70px;
	margin-left: -70px;
	margin-right: 20px;
}
#author_box > div.f_address {
	width: 100%;
	margin-top: 9px;
}

#author_link {
	width: 100%;
	margin-top: 40px;
}
#author_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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;
}
#author_link ul li {
	width: 340px;
}
#author_link ul li a {
	display: block;
	border: 1px solid;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 20px 40px 20px 60px;
	background-color: #124374;
	background-repeat: no-repeat;
	background-position: left 20px top 50%, right 25px top 50%;
}
#author_link ul li a:hover {
	text-decoration: underline;
}
#author_link ul li.office_hours a {
	background-image: url(/img/nw-common/icon_f_info.png), url(/img/nw-common/icon_footer_arrow.png);
}
#author_link ul li.tel a {
	background-image: url(/img/nw-common/icon_f_mail.png), url(/img/nw-common/icon_footer_arrow.png);
}
#author_link ul li.access a {
	background-image: url(/img/nw-common/icon_f_access.png), url(/img/nw-common/icon_footer_arrow.png);
}

#copyright {
	width: 100%;
	margin-top: 25px;
}
#copyright p {
	margin: 0px;
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: center;
}

/* ページID検索 */
#top_search_page_id {
	width: 520px;
	padding-top: 10px;
}

#open_page_id_box {
	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;
}
#open_page_id_box label {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
}

#open_page_id_form {
	margin-left: 15px;
	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;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
	color: #333333;
	border: none;
	width: 200px;
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #e7ecf1;
	width: 80px;
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 40px;
	white-space: nowrap;
}
#open_page_id_submit:hover {
	text-decoration: underline;
}

#open_page_id_message {
	width: 100%;
	text-align: right;
	font-size: 1.6rem;
	line-height: 1.5;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	position: relative;
	z-index: 80;
	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;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 4px;
}

/* 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/nw-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/nw-common/h1_bg.png) no-repeat right 8px bottom 0px #124374;
	color: #ffffff;
	font-size: 3.2rem;
	font-weight: bold;
	text-shadow: 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374,
		0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374,
		0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374, 0px 0px 3px #124374;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 19px 30px 19px 20px;
	background: #e7ecf1;
	border-left: 10px solid #7ba2bf;
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
}
#main_body h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 13px;
	background: #304974;
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: -10px;
	z-index: 2;
}
#main_body h2::after {
	content: '';
	display: block;
	width: 10px;
	height: 40px;
	background: #cbc2b7;
	color: #000000;
	position: absolute;
	top: 0px;
	left: -10px;
	z-index: 1;
}
#main_body h2 a {
	color: inherit;
}

#main_body h3,
.life_cat_list_ttl {
	clear: both;
	margin: 20px 0px;
	padding: 12px 30px 12px 20px;
	background: #ffffff;
	border-left: 10px solid #7ba2bf;
	font-size: 2.4rem;
	font-weight: bold;
}
.life_cat_list_ttl {
	margin: 0px;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 10px 30px;
	background: #efefef;
	font-size: 2rem;
	font-weight: bold;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 7px 30px 6px;
	background: url(/img/nw-common/h5_bg.png) no-repeat 5px 0.6em #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 3px 30px;
	background: url(/img/nw-common/h6_bg.png) no-repeat 5px 0.4em #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
}

/* テーブル */
#main_body table {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 20px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#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レコメンド */
#recommend_title,
#ai_recommend_title {
	background: #ffffff;
	border: 1px solid #124374;
	text-align: center;
	padding: 7px 4px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 3px 40px;
}
#recommend_title h2 {
	background: url(/img/nw-common/icon_recommend.png) no-repeat left center transparent;
}
#ai_recommend_title h2 {
	background: url(/img/nw-common/icon_ai_recommend.png) no-repeat left center transparent;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 1px solid #124374;
	padding: 13px 10px;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	border-bottom: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#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: #124374;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 5px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	padding: 8px 10px 8px 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background-image: url(/img/nw-common/icon_mitsukaranai.png);
}
#common_banner_link ul li#common_banner_faq a span {
	background-image: url(/img/nw-common/icon_faq.png);
}
#common_banner_link ul li a:hover span {
	text-decoration: underline;
}

/* サイドメニュー */
.side_box {
	border: 1px solid #124374;
	padding: 19px;
}

.side_box_ttl h2 {
	background: #124374;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
	padding: 8px 20px;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 20px 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: 10px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin-bottom: 5px;
}

.side_box_txt {
	padding: 20px 0px 0px;
}
.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 10px;
}
.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;
}
.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;
	background: #f4f4f4;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/nw-common/noimage.png) no-repeat center center #f4f4f4;
}
.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: 30px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	border: 1px solid #124374;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
div.link_ichiran a:hover {
	text-decoration: underline;
}

#main div.link_ichiran a {
	min-width: 260px;
}

/* リスト（newアイコン） */
img.icon_new {
	margin: 2px 0px 2px 10px;
	vertical-align: top;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px 50px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 10px;
	padding: 7px 0px 3px 20px;
	background: url(/img/nw-top/bg_midashi.png) no-repeat left center transparent;
	border: none;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
}
#main_body .section_information h2::before,
#main_body .section_information h2::after {
	display: none;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.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;
	background: #e8ecf1;
	padding: 19px 40px 17px;
}
.section_information_list ul li:nth-child(2n) {
	background: #ffffff;
}
.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: 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: 10px 10px 0px;
}
.section_information_list div.link_box span a {
	display: inline-block;
	border: 1px solid #124374;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 200px;
}
.section_information_list div.link_box span a:hover {
	text-decoration: underline;
}

/* リスト（新着情報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;
}
#main_body .section_information2 h2::before,
#main_body .section_information2 h2::after {
	display: none;
}

/* リスト（新着情報サムネイル） */
.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: 217px;
	margin: 10px;
}
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: 948px;
	margin: 0px auto 50px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_mokuji {
	margin: 30px 0px 20px;
}
#sitemap_mokuji 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;
}
#sitemap_mokuji ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 10px 0px;
	padding-right: 1em;
	border-right: 1px solid;
}
#sitemap_mokuji ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

#sitemap_list_wrap > div {
	margin-bottom: 50px;
}
#sitemap_list_wrap > div > div,
#sitemap_list_wrap > div > div > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child,
#sitemap_list_wrap > div > div > div:last-child {
	margin-bottom: 0px;
}

/* 分類でさがす */
.life_index #main_body > div {
	margin-bottom: 30px;
}
.life_index #main_body > div:last-child {
	margin-bottom: 0px;
}

/* 分類 */
.life_contents_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;
}
.life_contents_wrap .box_left {
	width: 740px;
}
.life_contents_wrap .box_right {
	width: 300px;
}
.life_contents_wrap .box_right > div {
	margin-bottom: 10px;
}
.life_contents_wrap .box_right > div:last-child {
	margin-bottom: 0px;
}

#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: 0px 30px 0px 0px;
}
.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 {
	padding: 12px 30px 12px 20px;
	font-size: 2.4rem;
}

.life_list2 .life_cat_list,
.life_list2 .life_cat_list:nth-child(2n),
.life_list2 .life_cat_list:nth-child(n+3) {
	width: 100%;
	margin: 0px;
}
.life_list2 .life_cat_list:nth-child(n+2) {
	margin-top: 30px;
}

.life1box {
	margin-bottom: 30px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

/* 関連情報 */
#kanren_info {
	background: #e5e0db;
	padding: 20px 20px 10px;
	text-align: center;
}
#kanren_info h2,
#main_body #kanren_info h2 {
	display: inline-block;
	border: none;
	background: url(/img/nw-common/icon_kanren.png) no-repeat left center transparent;
	color: #124374;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
	padding: 8px 20px 8px 35px;
}
#main_body #kanren_info h2::before,
#main_body #kanren_info h2::after {
	display: none;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 8px 19px 6px;
	border: 1px solid #124374;
	background: #ffffff;
	color: #124374;
	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: 15px 0px 0px;
	text-align: center;
}
#kanren_info div.link_ichiran a {
	display: block;
	background: #ffffff;
	border-color: #ffffff;
}

/* サブカテゴリ */
#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% - 20px);
	margin: 0px 40px 0px 0px;
}
.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 {
	margin-top: 0px;
}

.kanren_index .lifesub_cat_list,
.kanren_index .lifesub_cat_list:nth-child(2n),
.kanren_index .lifesub_cat_list:nth-child(n+3) {
	width: 340px;
	margin: 0px 30px 0px 0px;
}
.kanren_index .lifesub_cat_list:nth-child(3n) {
	margin-right: 0px;
}
.kanren_index .lifesub_cat_list:nth-child(n+4) {
	margin-top: 30px;
}

.kanren2 .info_list.info_list_date ul li {
	display: block;
}
.kanren2 .info_list.info_list_date ul li > span {
	display: block;
}
.kanren2 .info_list.info_list_date ul li > span.article_date {
	width: auto;
}

/* 組織でさがす */
#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_info {
	margin-bottom: 30px;
}
.soshiki_index_info ul li {
	margin-bottom: 0.5em;
}
.soshiki_index_info ul li:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_info_box > div {
	margin-bottom: 0.5em;
}
.kakuka_info_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_section_box {
	margin-bottom: 30px;
}
.soshiki_section_box:last-child {
	margin-bottom: 0px;
}

.soshiki_index #main_body h2.acc_title {
	margin: 0px;
	padding: 0px;
}
.soshiki_index #main_body h2.acc_title label[for*="acc_ttl_label"] {
	display: block;
	padding: 19px 50px 19px 20px;
	cursor: pointer;
	background: url(/img/nw-sp/acc_open.png) no-repeat right 30px top 50% transparent;
	background-size: 15px 15px;
}
.soshiki_index #main_body h2.acc_title.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/nw-sp/acc_close.png);
}

.soshiki_index #main_body h2.acc_title + input[id*="acc_ttl_label"] + * {
	display: none;
	margin-top: 20px;
}
.soshiki_index #main_body h2.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}

/* 組織でさがす50音順（アコーディオンの動きを逆にする） */
.soshiki_index.soshiki_index_50 #main_body h2.acc_title label[for*="acc_ttl_label"] {
	background-image: url(/img/nw-sp/acc_close.png);
}
.soshiki_index.soshiki_index_50 #main_body h2.acc_title.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/nw-sp/acc_open.png);
}

.soshiki_index.soshiki_index_50 #main_body h2.acc_title + input[id*="acc_ttl_label"] + * {
	display: block;
}
.soshiki_index.soshiki_index_50 #main_body h2.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: none;
}

/* 部局 */
#freespace_bu,
#main_body div#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka,
#main_body div#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;
}

.kakuka_contact_wrap .grpname_box {
	border-top: 1px solid #124374;
	padding-top: 1em;
	margin-top: 1em;
}

.midashi_ka_detail {
	margin-bottom: 30px;
}
.midashi_ka_detail:last-child {
	margin-bottom: 0px;
}

/* 改ページ */
.page_num {
	margin: 30px 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% - 20px);
	margin: 0px 40px 0px 0px;
}
.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: 58%;
}
#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: 12%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: 1px solid #124374;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 10px);
	max-width: none;
	min-width: auto;
}
.question #main_body table.tbl_ques td input:hover {
	text-decoration: underline;
}

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-wrap: break-word;
	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"],
.question_detail #main_body form p[style="text-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: 1px solid #124374;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	margin: 0px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="button"]:hover {
	text-decoration: underline;
}

/* アンケート結果グラフ */
#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-wrap: break-word;
	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 input[type="text"].mail_to2 {
	width: 80%;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td fieldset {
	padding: 0px;
}

#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: 1px solid #124374;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	margin: 0px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
}
#mail_form_btn_wrap input[type="submit"]:hover {
	text-decoration: underline;
}

#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 #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #cccccc;
	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 #cccccc;
}
#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;
}



/* 背景色変更 */
.color_change #header_navi_support ul li a,
.color_change #header_navi_pickup ul li a,
.color_change #pcm_search_box_wrap,
.color_change .search_menu_sagasu ul li a > span,
.color_change .search_menu_lifestage_wrap ul li a {
	background-image: none !important;
}
.color_change ul#gnav li.gnav_box_wrap .gnav_box {
	outline: 1px solid;
}
/* 背景色変更 ここまで */