@charset "utf-8";

/********** 1 共通 **********/

/* float clear */
.cf::before,
.cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマートフォン用 */
#viewPCMode {
	display: none;
}
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* Googlemap */
.gglmap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	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: #006699;
	text-decoration: none;
}
a:visited {
	color: #551a8b;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

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 ヘッダ **********/

/* リードスピーカー */
#xp1 {
	z-index: 9999;
}

/* ヘッダ */
#header {
	line-height: 1;
	position: relative;
	z-index: 100;
}

#header2 {
	background: url(/img/nw-common/bg_header.jpg) no-repeat center top #69b5f2;
	color: #000000;
}
#header2_box {
	background: url(/img/nw-common/bg_logo.png) no-repeat left top transparent;
	width: 1100px;
	margin: 0px auto;
	position: relative;
	min-height: 240px;
}

#he_left {
	width: 244px;
	position: absolute;
	top: 54px;
	left: 36px;
	z-index: 10;
}
#he_left p,
#he_left h1 {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	width: 100%;
	height: auto;
}

#he_right {
	margin: 0px 0px 0px 300px;
	padding: 20px 0px;
	text-align: right;
}

/* ヘッダメニュー */
#header_navi ul {
	margin: 0px 0px 10px;
	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: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#header_navi ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 10px 10px;
}
#header_navi ul li a {
	display: inline-block;
	background: #ffffff;
	border-radius: 5px;
	color: #333333;
	font-size: 1.3rem;
	line-height: 2rem;
	padding: 5px 8px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#header_navi ul li a:hover {
	-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);
}
#header_navi ul li.h_lang {
	position: relative;
}
#language_box {
	display: none;
	position: absolute;
	left: 0;
	top: 110%;
	z-index: 100;
	background: #ffffff;
	border: 2px solid #8ec9ff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0px;
	padding: 5px;
	text-align: left;
	margin-top: 1px;
	width: 55rem;
	max-width: 600px;
}
.langbox_open #language_box {
	display: block;
}
#header_navi ul li.h_lang #language_box a {
	display: block;
	background: transparent;
	border-radius: 0;
	padding: 8px 5px;
	transition: none;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #e8f4ff;
	transition: background 0.3s ease;
	font-size: 1.4rem;
}
#header_navi ul li.h_lang #language_box a:hover {
	box-shadow: none;
	background: #a7d3fc;
}
#header_navi ul#language_list {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	-ms-flex-line-pack: stretch;
		align-content: stretch;
}
#header_navi ul#language_list li {
	width: calc(50% - 4px);
	margin: 2px;
}
#header_navi ul li.h_lang #language_box .chuui {
	margin: 2px;
}
.lang_btnwrap {
	text-align: right;
	margin: 0px 2px 10px;
}
#language_list_close {
	border: solid 1px #154588;
	background: #154588;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 3px 10px 1px;
	margin: 0;
	border-radius: 5px;
	transition: background 0.3s ease;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
#language_list_close:after {
	content: '×';
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}
#language_list_close:hover {
	background: #e8f4ff;
	color: #333333;
}
dl#moji_size {
	margin: 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;
}
dl#moji_size dt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px;
}
dl#moji_size dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

/* 検索 */
#header_search_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;
}
#header_search_wrap > div {
	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;
	margin-bottom: 10px;
}

#top_search_keyword_ttl {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 10px;
}
#top_search_keyword form {
	display: inline-block;
	vertical-align: middle;
	width: 276px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #69b5f2 !important;
	border-right: none !important;
	border-radius: 6px 0px 0px 6px;
	width: calc(100% - 80px) !important;
	height: 40px !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #69b5f2;
	border-left: none;
	border-radius: 0px 6px 6px 0px;
	background: #154588;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	width: 80px;
	height: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-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;
}
#submit:hover {
	border-color: #154588;
	-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);
	text-decoration: underline;
}

#top_search_page_id_ttl {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 10px;
}
#open_page_id_box {
	display: inline-block;
	vertical-align: middle;
	width: 216px;
	position: relative;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #69b5f2;
	border-right: none;
	border-radius: 6px 0px 0px 6px;
	width: calc(100% - 80px);
	height: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #69b5f2;
	border-left: none;
	border-radius: 0px 6px 6px 0px;
	background: #154588;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	width: 80px;
	height: 40px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-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;
}
#open_page_id_submit:hover {
	border-color: #154588;
	-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);
	text-decoration: underline;
}

#open_page_id_message {
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #ffffff;
	font-size: 1.4rem;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-width: 216px;
	border: 1px solid #154588;
}
#open_page_id_message:empty {
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}

/* グローバルメニュー */
#top_search {
	margin-top: 20px;
}

ul#gnav {
	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: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
ul#gnav li[id^="gnav"] {
	display: inline-block;
	vertical-align: bottom;
	width: 180px;
	margin-left: 13px;
	position: relative;
}
ul#gnav li[id^="gnav"] a[class^="icon_gnav"] {
	display: block;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 12px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	line-height: 2rem;
	padding: 50px 0px 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-height: 80px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
ul#gnav li[id^="gnav"] a[class^="icon_gnav"]:hover {
	-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);
}

ul#gnav li[id^="gnav"] a.icon_gnav1 {
	background-image: url(/img/nw-common/icon_gnav01.png);
}
ul#gnav li[id^="gnav"] a.icon_gnav2 {
	background-image: url(/img/nw-common/icon_gnav02.png);
}
ul#gnav li[id^="gnav"] a.icon_gnav3 {
	background-image: url(/img/nw-common/icon_gnav03.png);
}
ul#gnav li[id^="gnav"] a.icon_gnav4 {
	background-image: url(/img/nw-common/icon_gnav04.png);
}

ul#gnav li[id^="gnav"] a[class^="icon_gnav"].open {
	border-bottom: 7px solid #facb4b;
	border-radius: 20px 20px 0px 0px;
	padding-bottom: 23px;
	margin-bottom: -20px;
}
ul#gnav li[id^="gnav"] a[class^="icon_gnav"].open:hover {
	-webkit-box-shadow: none;
			box-shadow: none;
}
ul#gnav li[id^="gnav"] a.icon_gnav1.open {
	background-image: url(/img/nw-common/icon_gnav01_on.png);
}
ul#gnav li[id^="gnav"] a.icon_gnav2.open {
	background-image: url(/img/nw-common/icon_gnav02_on.png);
}

ul#gnav .gnav_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 90;
	width: 566px;
	background: #fbdd8c;
	margin-top: 25px;
	padding-bottom: 20px;
	text-align: center;
}
ul#gnav .gnav_menu_box.open {
	display: block;
}
ul#gnav .gnav_menu_box ul {
	margin: 0px;
	padding: 20px 20px 10px;
	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;
}
ul#gnav .gnav_menu_box ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin-bottom: 10px;
}
ul#gnav .gnav_menu_box ul li a {
	display: block;
	background: url(/img/nw-common/icon_arrow_header.png) no-repeat right 20px top 50% #ffffff;
	border-radius: 5px;
	line-height: 1.5;
	text-align: left;
	padding: 8px 30px 8px 20px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
ul#gnav .gnav_menu_box ul li a:hover {
	-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);
}

ul#gnav .gnav_menu_box button[id^="close_menu_"] {
	display: inline-block;
	border: none;
	background: url(/img/nw-common/icon_close_gnav.png) no-repeat 15px center #ffffff;
	border-radius: 15px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 20px 5px 35px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
ul#gnav .gnav_menu_box button[id^="close_menu_"]:hover {
	-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);
}

/* SNS */
.header_sns_box {
	display: none; /* セカンドページは非表示 */
	width: 80px;
	background: #ffffff;
	border-radius: 10px 0px 0px 10px;
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 80;
}
.header_sns_box ul {
	margin: 0px;
	padding: 22px 0px;
	list-style: none;
	text-align: center;
}
.header_sns_box ul li {
	width: 40px;
	margin: 0px auto 32px;
}
.header_sns_box ul li:last-child {
	margin-bottom: 0px;
}
.header_sns_box ul li a {
	display: block;
}
.header_sns_box ul li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.header_sns_box > div {
	display: none; /* スマートフォン用リンクのためPCは非表示 */
}

/********** 4 フッタ **********/

/* フッタ */
#footer {
	line-height: 1;
}

/* フッタメニュー */
#footer_navi {
	background: #e8f4ff;
}
#footer_navi ul {
	width: 1100px;
	margin: 0px auto;
	padding: 35px 0px 25px;
	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: top;
	margin: 0px 25px 10px 0px;
}
#footer_navi ul li a {
	display: inline-block;
	background: url(/img/nw-common/icon_arrow_footer.png) no-repeat left center transparent;
	line-height: 1.5;
	padding: 3px 0px 3px 20px;
}

/* 管理者情報 */
#author_info {
	width: 1100px;
	margin: 0px auto;
	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: center;
		-ms-flex-align: center;
			align-items: center;
}

#author_box {
	padding: 40px 0px;
}
#author_box p {
	margin: 0px;
}
#author_box p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
}
#author_box p span.f_name {
	font-size: 2rem;
	margin-right: 20px;
}

/* ページトップ */
#btn_pagetop {
	padding: 40px 0px 30px;
}
#btn_pagetop a {
	display: inline-block;
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	border-bottom: 4px dotted #facb4b;
	text-decoration: none;
	padding-bottom: 6px;
	-webkit-transition: border-bottom 0.5s;
	-o-transition: border-bottom 0.5s;
	transition: border-bottom 0.5s;
}
#btn_pagetop a:hover {
	border-bottom: 4px dashed #fbdd8c;
}

/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 18px 0px 8px;
}
#pankuzu_wrap > div {
	width: 1100px;
	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: #e6e6e6;
	border-radius: 5px;
	color: #000000;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.4rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

.pankuzu:nth-child(n+2) {
	display: none; /* 組織のみ表示。分類パンくずは使用しないため2件目以降は非表示 */
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-top: 20px;
	padding-bottom: 50px;
}

/* コンテンツヘッダ */
#content_header {
	text-align: right;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
#content_header span {
	display: inline-block;
	vertical-align: top;
}
#content_header span.open_page_id,
#content_header span.date {
	margin-left: 1em;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/nw-common/icon_print.png) no-repeat left 0.1em transparent;
	padding-left: 20px;
}

/* SNS */
.sns_button_wrap {
	text-align: right;
	margin-bottom: 20px;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	height: 20px;
}

/* レコメンド・AIレコメンド */
#recommend_tag,
#ai_recommend_tag {
	clear: both;
}

#sidebar_recommend,
#sidebar_ai_recommend {
	border: 1px solid #c9c7c7;
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 0px 0px;
}

#recommend_title,
#ai_recommend_title {
	background: #e8f4ff;
}
#recommend_title h2,
#ai_recommend_title h2 {
	background: url(/img/nw-common/icon_recommend.png) no-repeat 30px center transparent;
	color: #154588;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	margin: 0px;
	padding: 18px 0px 17px 75px;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: inline-block;
	vertical-align: middle;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 15px 20px 10px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	background: url(/img/nw-common/icon_list_life.png) no-repeat 10px 0.7em transparent;
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 20px;
}

/* 重要なお知らせ */
#important_noticest_area {
	clear: both;
}

#second_important {
	border: 1px solid #cc0000;
	border-radius: 20px;
	color: #cc0000;
	margin: 30px 0px 0px;
	padding: 25px 30px;
}
#second_important a {
	color: #cc0000;
}
#second_important h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	margin: 0px 0px 10px;
	padding: 0px;
}
#second_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#second_important ul li {
	border-bottom: 1px solid #c9c7c7;
	padding: 5px 0px;
}
#second_important ul li > span {
	display: block;
}
#second_important .link_box {
	margin-top: 15px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#second_important .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 5px;
}
#second_important .link_box > span a {
	display: inline-block;
	background: url(/img/nw-common/icon_arrow_important.png) no-repeat right 20px top 50% #ffffff;
	border: 1px solid #cc0000;
	border-radius: 25px;
	color: #cc0000;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 14px 40px 14px 30px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#second_important .link_box > span a:hover {
	-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_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 26px 30px;
	background: #8ec9ff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h2 {
	clear: both;
	margin: 30px 0px;
	padding: 18px 29px;
	background: #e8f4ff;
	border: 1px solid #154588;
	border-radius: 20px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h3,
.life_cat_list_ttl {
	clear: both;
	margin: 20px 0px;
	padding: 11px 29px;
	border: 1px solid #154588;
	background: #ffffff;
	border-radius: 15px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.life_cat_list_ttl {
	margin: 0px;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 9px 30px;
	border-bottom: 2px solid #8ec9ff;
	background: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 9px 30px;
	background: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
#main_body h5::before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	background:#8ec9ff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 30px;
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
#main_body h6::before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	background:#ffffff;
	border: 2px solid #8ec9ff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* テーブル */
#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;
}
#main_body td {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/* 記事本文 */
#main_body.detail_box {
	padding-left: 30px;
	padding-right: 30px;
}
#main_body.detail_box > *:last-child {
	margin-bottom: 0px !important;
}

#main_body.detail_box h2,
#main_body.detail_box h3,
#main_body.detail_box h4,
#main_body.detail_box h5,
#main_body.detail_box h6 {
	margin-left: -30px;
	margin-right: -30px;
}
#main_body.detail_box table h2,
#main_body.detail_box table h3,
#main_body.detail_box table h4,
#main_body.detail_box table h5,
#main_body.detail_box table h6,
#main_body.detail_box ul h2,
#main_body.detail_box ul h3,
#main_body.detail_box ul h4,
#main_body.detail_box ul h5,
#main_body.detail_box ul h6,
#main_body.detail_box ol h2,
#main_body.detail_box ol h3,
#main_body.detail_box ol h4,
#main_body.detail_box ol h5,
#main_body.detail_box ol h6 {
	margin-left: 0px;
	margin-right: 0px;
}

#main_body.detail_box ul,
#main_body.detail_box ol {
	padding-left: 20px;
}

/********** 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;
}

/* サイドメニュー */
.side_box {
	background: #e8f4ff;
	border: 2px solid #7ba2c1;
	border-top: none;
	border-left: none;
	border-radius: 20px;
	overflow: hidden;
	padding: 10px;
}

.side_box_ttl h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px 0px 10px;
	padding: 8px 20px;
	text-align: center;
}

.side_box_list {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
}
.side_box_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.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: 0px 0px 0px 20px;
}
.side_box_list ul li ul li {
	margin: 5px 0px 0px;
}

.side_box_txt {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	padding: 15px 20px;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}
.side_box_txt > div {
	margin: 0px 0px 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 {
	display: block;
	background: url(/img/nw-common/icon_list_life.png) no-repeat 10px 0.7em transparent;
	margin: 0px 0px 10px;
	padding: 3px 20px 3px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}
.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_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: #fff6d1;
}
.list_pack .article_img span:empty {
	height: 150px;
	background: url(/img/nw-common/img_noimage.png) no-repeat center center #fff6d1;
}
.list_pack .article_img span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 20px 0px 0px;
	text-align: right;
}
div.link_ichiran a {
	display: inline-block;
	background: #154588;
	border-radius: 5px;
	color: #ffffff;
	padding: 8px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
div.link_ichiran a:hover {
	-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 {
	min-width: 260px;
}

/* リスト（newアイコン） */
img.icon_new {
	display: none !important; /* 岡山県では使用しない */
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
	padding: 23px 28px;
	background: #e8f4ff;
	border: 2px solid #8ec9ff;
	border-radius: 20px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.section_information p.no_data {
	margin: 0px;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	display: block;
	border-bottom: 1px solid #c9c7c7;
	padding: 15px 0px;
}

.section_information_list div.link_box {
	margin-top: 15px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 5px;
}
.section_information_list div.link_box span a {
	display: inline-block;
	background: url(/img/nw-common/icon_arrow_info.png) no-repeat right 20px top 50% #ffffff;
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 14px 40px 14px 30px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.section_information_list div.link_box span a:hover {
	-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: 30px 0px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	margin: 0px 0px 10px;
	padding: 3px 30px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 200px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 .lettering_a > span {
	display: block;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 5px;
}
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: 1100px;
	margin: 0px auto 50px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_life {
	margin-bottom: 50px;
}
#sitemap_life .sitemap_life2 {
	display: none !important; /* 中分類・小分類は非表示 */
}

#sitemap_soshiki .navigation {
	margin-left: 30px;
	margin-right: 30px;
}

/* 分類でさがす */
#life_index_menu 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;
}
#life_index_menu ul li {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 356px;
	border: 1px solid #96caff;
	margin-right: 16px;
}
#life_index_menu ul li:nth-child(3n) {
	margin-right: 0px;
}
#life_index_menu ul li:nth-child(n+4) {
	margin-top: 16px;
}
#life_index_menu ul li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	width: 100%;
	height: 200px;
	border-radius: 20px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	margin: 0px 0px 30px;
	padding: 0px;
	position: relative;
}
div#main_header_life3_1 { background-image: url(/img/life/back_img1.jpg); } /* くらしの情報 */
div#main_header_life3_2 { background-image: url(/img/life/back_img2.jpg); } /* 健康・福祉 */
div#main_header_life3_3 { background-image: url(/img/life/back_img3.jpg); } /* 教育・文化 */
div#main_header_life3_4 { background-image: url(/img/life/back_img4.jpg); } /* しごと・産業 */
div#main_header_life3_5 { background-image: url(/img/life/back_img5.jpg); } /* まちづくり */
div#main_header_life3_6 { background-image: url(/img/life/back_img6.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;
	line-height: 1.5;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 大分類 */
#life3_cat_list_wrap .life3_box {
	margin-bottom: 30px;
}
#life3_cat_list_wrap .life3_box:last-child {
	margin-bottom: 0px;
}

#life3_cat_list_wrap .life3_box > div {
	margin-bottom: 30px;
}
#life3_cat_list_wrap .life3_box > div:last-child {
	margin-bottom: 0px;
}

#main_body #life3_cat_list_wrap .life3_box h2 {
	margin-top: 0px;
}

#life3_cat_list_wrap .life3_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#life3_cat_list_wrap .life3_box ul li {
	background: url(/img/nw-common/icon_list_life.png) no-repeat 10px 0.7em transparent;
	margin: 0px 0px 10px;
	padding: 3px 20px 3px 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	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;
}
#life3_cat_list_wrap .life3_box ul li:last-child {
	margin-bottom: 0px;
}
#life3_cat_list_wrap .life3_box ul li span.span_a {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#life3_cat_list_wrap .life3_box ul li span.span_b {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-left: auto;
}

/* 分類・サブカテゴリ */
.life_gaiyou {
	margin-bottom: 1em;
}

.life_cat_list,
.lifesub_cat_list {
	margin-bottom: 30px;
}
.life_cat_list:last-child,
.lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

/* 組織でさがす */
#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_list_menu.navigation {
	display: block;
	background: #e8f4ff;
	margin-bottom: 30px;
	padding: 25px 30px 10px;
}

.soshiki_index #main_body table.tbl_soshiki_list {
	width: 100%;
	margin: 0px 0px -2px;
	border-width: 2px;
}
.soshiki_index #main_body table.tbl_soshiki_list th {
	padding: 0px 20px 0px 30px;
	text-align: left;
	vertical-align: middle;
}
.soshiki_index #main_body table.tbl_soshiki_list th span[id^="s"] {
	display: block;
	padding: 10px 0px;
}
.soshiki_index #main_body table.tbl_soshiki_list td {
	text-align: left;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_name {
	padding: 15px 20px 15px 30px;
	width: 25%;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail {
	padding: 15px 20px 10px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail > div,
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail input[type="submit"] {
	margin-bottom: 5px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail > div.kakuka_email {
	margin-top: 10px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail span.ttl {
	font-weight: bold;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail .s_tel > div {
	margin-top: 5px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail .s_tel > div span {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2em;
}

/* 部局・課室 */
#main_body div#freespace_bu.detail_free,
#main_body div#freespace_ka.detail_free {
	margin: 0px 0px 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#main_body div#freespace_bu.detail_free > *:last-child,
#main_body div#freespace_ka.detail_free > *:last-child {
	margin-bottom: 0px !important;
}

#main_body div#freespace_bu.detail_free h2,
#main_body div#freespace_bu.detail_free h3,
#main_body div#freespace_bu.detail_free h4,
#main_body div#freespace_bu.detail_free h5,
#main_body div#freespace_bu.detail_free h6,
#main_body div#freespace_ka.detail_free h2,
#main_body div#freespace_ka.detail_free h3,
#main_body div#freespace_ka.detail_free h4,
#main_body div#freespace_ka.detail_free h5,
#main_body div#freespace_ka.detail_free h6 {
	margin-left: -30px;
	margin-right: -30px;
}

#main_body div#freespace_bu.detail_free ul,
#main_body div#freespace_bu.detail_free ol,
#main_body div#freespace_ka.detail_free ul,
#main_body div#freespace_ka.detail_free ol {
	padding-left: 20px;
}

/* 部局 */
.kakuka_info_box {
	margin: 0px auto 30px;
	width: calc(100% - 60px);
	display: table;
	table-layout: fixed;
}
.kakuka_info_box > div {
	display: table-cell;
	vertical-align: top;
}

.kakuka_info_box .kakuka_work {
	line-height: 1.8;
}

.kakuka_info_box .kakuka_contact_box {
	border: 1px solid #e9e9e9;
	margin-left: 20px;
	padding: 15px 20px 5px;
	font-size: 1.5rem;
}
.kakuka_info_box .kakuka_contact_box > div {
	margin-bottom: 10px;
}
.kakuka_info_box .kakuka_contact_box > div.kakuka_tel_list > div {
	margin-top: 5px;
}
.kakuka_info_box .kakuka_contact_box > div.kakuka_tel_list > div span {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2em;
}
.kakuka_info_box .kakuka_contact_box span.ttl {
	font-weight: bold;
}

#main_body .kakuka_info_box h3.hide {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

/* 課室 */
#soshiki_pr_image {
	margin: 30px 0px;
}
#soshiki_pr_image img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#freespace2_ka {
	margin: 0px 0px 10px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}
#freespace2_ka p img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}

.kakuka_link_mapimage {
	margin-top: 10px;
}

.kakuka_view {
	max-width: 300px;
	margin: 10px auto 0px;
}
.kakuka_view img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.kakuka_map {
	margin-top: 10px;
}

.side_box_work .side_box_txt {
	font-size: 1.5rem;
}

.kakuka_contact_wrap .grpname_box {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 1.5rem;
}
.kakuka_contact_wrap .grpname_box:last-child {
	margin-bottom: 0px;
}

/* 課室（掲載見出し目次） */
#kakuka_midashi p {
	margin-left: 30px;
	margin-right: 30px;
}

#kakuka_midashi_list 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;
}
#kakuka_midashi_list ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333333% - 10px);
	margin: 0px 15px 15px 0px;
}
#kakuka_midashi_list ul li:nth-child(3n) {
	margin-right: 0px;
}
#kakuka_midashi_list ul li a {
	display: block;
	background: url(/img/nw-common/icon_arrow_mokuji.png) no-repeat 15px center #e8f4ff;
	border-radius: 10px;
	color: #333333;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 25px 15px 25px 30px;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#kakuka_midashi_list ul li a:hover {
	-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);
}

/* 関連情報 */
#kanren_info {
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
	padding: 0px 10px 10px;
}
#kanren_info h2 {
	background: #8ec9ff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px -10px;
	padding: 13px 20px;
	text-align: center;
}

#kanren_info .kanren_box {
	margin: 10px 0px 0px;
}
#kanren_info .kanren_box .acc_title {
	background: #f6f6f6;
	border-radius: 5px;
}
#kanren_info .kanren_box .acc_title h3 {
	margin: 0px;
	padding: 10px 40px 10px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	background: url(/img/nw-common/icon_open_kanren.png) no-repeat right 15px top 50% transparent;
	cursor: pointer;
}
#kanren_info .kanren_box .acc_title.acc_open h3 {
	background-image: url(/img/nw-common/icon_close_kanren.png);
}
#kanren_info .kanren_box input[id*="acc_ttl_label"] + * {
	display: none;
}
#kanren_info .kanren_box .acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}
#kanren_info .kanren_box ul li {
	background: url(/img/nw-common/icon_arrow_info.png) no-repeat 5px 0.6em transparent;
	padding: 3px 10px 3px 20px;
}

#kanren_info div.link_ichiran {
	margin: 0px 10px;
}
#kanren_info div.link_ichiran a {
	display: block;
	padding: 5px 10px;
	font-size: 1.5rem;
}

/* 改ページ */
.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_box {
	margin-bottom: 30px;
}
.book_list_box:last-child {
	margin-bottom: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: calc(100% - 60px);
	margin: 0px auto;
	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;
}
.book_list_box .book_info > div.book_detail > div {
	margin-bottom: 5px;
}
.book_list_box .book_info > div.book_detail:last-child {
	margin-bottom: 0px;
}

.book_list p.no_data {
	margin-left: 30px;
	margin-right: 30px;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}
#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 {
	padding: 10px 20px 10px 30px;
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
	padding: 10px;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #154588;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.4rem;
	margin: 0px;
	padding: 7px 0px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: auto;
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.question #main_body table.tbl_ques td input:hover {
	-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);
	text-decoration: underline;
}

.question_list #main_body p,
.post_quest_hankyou #main_body p,
.post_quest_hankyou #main_body > div {
	margin-left: 30px;
	margin-right: 30px;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.8;
}
.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;
}

.question_detail #main_body {
	padding-left: 30px;
	padding-right: 30px;
}
.question_detail #main_body h2 {
	margin-left: -30px;
	margin-right: -30px;
}

.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: none;
	background: #154588;
	border-radius: 5px;
	color: #ffffff;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="button"]:hover {
	-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);
	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;
}

.mail_form_detail .color900 {
	color: #990000;
}

.mail_form_detail #main_body > p,
.mail_form_detail #mail_form_message {
	margin-left: 30px;
	margin-right: 30px;
}

#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;
	padding: 15px 20px 15px 30px;
}
#main_body table#mail_form_tbl td {
	width: 75%;
	padding: 15px 20px;
}
#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 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: none;
	background: #154588;
	border-radius: 5px;
	color: #ffffff;
	margin: 0px 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 10px);
	-webkit-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#mail_form_btn_wrap input[type="submit"]:hover,
#mail_form_btn_wrap input[type="submit"]:hover {
	-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);
	text-decoration: underline;
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

.mail_form.mail_form_ok #main_body p,
.mail_form.mail_form_error #main_body p,
.mail_form.cookie_err #main_body p {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.8;
}

/* 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 30px;
}

#shisetsu_list_link {
	border: 1px solid #cccccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 20px 30px 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;
}



/* タブレット */
@media screen and (max-width: 1119px) {

	/* ヘッダ */
	#header2 {
		background-position: 30% top;
	}
	#header2_box {
		width: calc(100% - 20px);
		background-size: 240px auto;
	}

	#he_left {
		width: 200px;
		top: 40px;
		left: 15px;
	}
	#he_right {
		margin-left: 0px;
	}

	#header_navi {
		margin-left: 220px;
	}
	#language_box {
		width: 38rem;
		max-width: 380px;
	}


	#header_search_wrap {
		margin-left: 220px;
	}
	#header_search_wrap > div {
		display: block;
	}

	#top_search_keyword_ttl,
	#top_search_page_id_ttl {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		display: block;
		width: 100%;
		text-align: left;
		padding: 0px;
	}

	#top_search_keyword form {
		width: 240px;
	}

	#top_search_page_id {
		margin-left: 10px;
	}
	#open_page_id_box {
		width: 200px;
	}

	ul#gnav {
		max-width: 760px;
		margin-left: auto;
	}
	ul#gnav li[id^="gnav"] {
		width: calc(25% - 10px);
		margin: 0px 5px;
	}
	ul#gnav .gnav_menu_box {
		width: calc(300% + 20px);
	}

	/* フッタ */
	#footer_navi ul {
		width: calc(100% - 40px);
	}
	#author_info {
		width: calc(100% - 60px);
	}

	/* パンくず */
	#pankuzu_wrap > div {
		width: calc(100% - 20px);
	}

	/* バナー広告 */
	#footer_banner {
		width: calc(100% - 20px);
	}

	/* 分類でさがす */
	#life_index_menu ul {
		max-width: 748px;
		margin: 0px auto;
	}
	#life_index_menu ul li,
	#life_index_menu ul li:nth-child(3n),
	#life_index_menu ul li:nth-child(n+4) {
		width: calc(50% - 20px);
		margin: 10px;
	}

	/* 大分類（見出し） */
	div[id^="main_header_life3_"] {
		height: 0px;
		padding-top: 18%;
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 48%;
	}
	#main_body table.tbl_ques th.date {
		width: 20%;
	}
	#main_body table.tbl_ques th.date2 {
		width: 20%;
	}
	#main_body table.tbl_ques th.button {
		width: 12%;
	}

}
/* タブレット ここまで */