@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;
}

/* スマートフォン用 */
#sp_page_index_link_wrap {
	display: none;
}
#spm_wrap {
	display: none;
}
.sp_button {
	display: none;
}
#sp_gnav {
	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;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}

/* 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%;
}

/********** 2 基本設定 **********/

/* フォント */
/* 游ゴシックはIE対応が必要 */
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

#container {
	color: #333;
}

/* リンク */
a:link {
	color: #043c78;
	text-decoration: none;
}
a:visited {
	color: #336;
	text-decoration: none;
}
a:active {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

a img {
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover img {
	opacity: 0.8;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
}

select,
input[type="text"],
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 10px;
	width: auto;
	max-width: 100%;
}
#main_body th {
	background: #e8f7eb;
	border-color: #999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #999;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	padding: 30px 30px 27px 90px;
	background: url(/img/common/h1_bg.png) no-repeat 15px center transparent;
	border: none;
	border-bottom: 3px solid #22ac38;
	color: #5a4c41;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#main_header h1 {
		padding-top: 33px;
		padding-bottom: 24px;
	}
}

#main_body h2 {
	clear: both;
	margin: 30px 0px 20px;
	padding: 24px 30px 23px 40px;
	background: url(/img/common/h2_bg.png) repeat-x left bottom transparent;
	border: none;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#main_body h2 {
		padding-top: 27px;
		padding-bottom: 20px;
	}
}

#main_body h3 {
	clear: both;
	margin: 30px 0px 20px;
	padding: 18px 30px 17px 40px;
	background: url(/img/common/h3_bg.png) repeat left top transparent;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#main_body h3 {
		padding-top: 22px;
		padding-bottom: 13px;
	}
}

#main_body h4 {
	clear: both;
	margin: 30px 0px 20px;
	padding: 13px 30px 12px 40px;
	background: #9ee2a2;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#main_body h4 {
		padding-top: 16px;
		padding-bottom: 9px;
	}
}

#main_body h5 {
	clear: both;
	margin: 20px 0px 15px;
	padding: 5px 30px 3px 40px;
	background: url(/img/common/h5_bg.png) no-repeat 8px center transparent;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#main_body h5 {
		padding-top: 7px;
		padding-bottom: 1px;
	}
}

#main_body h6 {
	clear: both;
	margin: 20px 0px 15px;
	padding: 5px 30px 3px 40px;
	background: url(/img/common/h6_bg.png) no-repeat 8px center transparent;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#main_body h6 {
		padding-top: 7px;
		padding-bottom: 1px;
	}
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	border-top: 3px solid #7ec04d;
	font-size: 1.4rem;
}

#header2 {
	width: 98%;
	max-width: 1100px;
	min-height: 130px;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: 550px;
	position: absolute;
	top: 34px;
	left: 8px;
}
#he_left p,
#he_left h1,
#he_left a {
	display: block;
	max-width: 550px;
	margin: 0px;
}
#he_left img {
	max-width: 100%;
	height: auto;
}

#he_right {
	margin-left: 592px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#header_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header_link .hl_l {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	padding: 0px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header_link .hl_l .hl_btn {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: none;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	margin: 0px;
	padding: 7px 5px;
}
#header_link .hl_l .hl_btn:hover {
	text-decoration: underline;
}

/* アクセシビリティ機能 */
#hl_func {
	position: relative;
	width: 190px;
}
#header_link .hl_l #acc_func_menu:focus {
	outline: none;
}
#header_link .hl_l #acc_func_menu.func_menu_open {
	background-color: #b6d8c6;
}
#acc_func_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 2px;
	z-index: 100;
	background: #fff;
	border: 2px solid #b6d8c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 290px;
	padding: 25px 35px 20px;
}
#acc_func_box.func_menu_open {
	display: block;
}

#acc_func_box dl {
	margin: 0px 0px 10px;
	text-align: center;
}
#acc_func_box dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
#acc_func_box dd {
	margin: 5px 4px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
#acc_func_box dd a {
	display: block;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	border: 1px solid #ccc;
	padding: 14px 15px;
}
@media all and (-ms-high-contrast: none) {
	#acc_func_box dd a {
		padding-top: 17px;
		padding-bottom: 11px;
	}
}
#acc_func_box #moji_size dd a {
	padding: 6px 21px;
}
@media all and (-ms-high-contrast: none) {
	#acc_func_box #moji_size dd a {
		padding-top: 9px;
		padding-bottom: 3px;
	}
}
#acc_func_box dd a#haikei_white {
	background: #fff !important;
	color: #333 !important;
}
#acc_func_box dd a#haikei_black {
	background: #000 !important;
	color: #fff !important;
}
#acc_func_box dd a#haikei_blue {
	background: #00f !important;
	color: #ff0 !important;
}

#func_menu_close {
	display: block;
	width: 160px;
	margin: 30px auto 0px;
	border: none;
	background: #b6d8c6;
	padding: 3px 0px 1px;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	#func_menu_close {
		padding-top: 4px;
		padding-bottom: 0px;
	}
}
#func_menu_close:hover {
	text-decoration: underline;
}

/* 検索機能 */
#hl_search {
	position: relative;
	width: 105px;
}
#header_link .hl_l #acc_search_menu {
	background-image: url(/img/common/icon_search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 25px;
}
#header_link .hl_l #acc_search_menu:focus {
	outline: none;
}
#header_link .hl_l #acc_search_menu.search_menu_open {
	background-color: #b6d8c6;
}
#acc_search_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 2px;
	z-index: 100;
	background: #fff;
	border: 2px solid #b6d8c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 290px;
	padding: 20px 15px;
}
#acc_search_box.search_menu_open {
	display: block;
}

#top_search_keyword {
	margin-bottom: 15px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #ccc !important;
	border-right: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 30px);
	height: 30px;
	font-size: 1.4rem;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -9999em;
	border: 2px solid #ccc;
	background: url(/img/common/icon_search2.png) no-repeat center center #ccc;
}

#cse_filetype fieldset {
	border: none;
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 1.2rem;
	text-align: right;
}
#cse_filetype fieldset legend {
	display: none;
}
#cse_filetype fieldset span,
#cse_filetype fieldset span input,
#cse_filetype fieldset span label {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#cse_filetype fieldset span input {
	margin: 4px;
}
#cse_filetype fieldset span label {
	padding: 2px 4px 2px 0px;
}
@media all and (-ms-high-contrast: none) {
	#cse_filetype fieldset span label {
		padding-top: 4px;
		padding-bottom: 0px;
	}
}

#header_link_search {
	margin-bottom: 15px;
}
#header_link_search span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 1px 5px;
}
#header_link_search span a {
	display: block;
	border: none;
	background: #b6d8c6;
	color: #333;
	font-size: 1.6rem;
	padding: 3px 10px 1px;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	#header_link_search span a {
		padding-top: 4px;
		padding-bottom: 0px;
	}
}

#search_trend_word_ttl {
	font-size: 1.6rem;
}
#search_trend_word_ttl:after {
	content: '：';
}
#search_trend_word p {
	margin: 10px 0px;
}
#search_trend_word p span {
	display: block;
}
#search_trend_word p a {
	cursor: pointer;
}

#search_menu_close {
	display: block;
	width: 160px;
	margin: 30px auto 0px;
	border: none;
	background: #b6d8c6;
	padding: 3px 0px 1px;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	#search_menu_close {
		padding-top: 4px;
		padding-bottom: 0px;
	}
}
#search_menu_close:hover {
	text-decoration: underline;
}

/* カウントダウン */
.count_down_box {
	background: #ffbe84;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 5px 10px 3px;
}
@media all and (-ms-high-contrast: none) {
	.count_down_box {
		padding-top: 7px;
		padding-bottom: 1px;
	}
}
.count_down_box a {
	color: #333;
}
.count_down_box .cd_txt_comment {
	margin-left: 1em;
}
.count_down_box .cd_txt_day {
	margin-left: 1em;
}

/* グローバルナビ */
#top_search {
	background: url(/img/common/bg_header.png) repeat center top transparent;
}

#gnav {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 100%;
	max-width: 1100px;
	display: table;
	table-layout: fixed;
}
#gnav .nav1 {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid #ccc;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	position: relative;
}
#gnav .nav1:first-child {
	border-left: 1px solid #ccc;
}
#gnav .nav1:hover,
#gnav .nav1.open {
	background: #bce0c9;
}

#gnav .nav1 a.g_icon {
	display: block;
	color: #5a4c41;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 2rem;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 20px;
	padding: 80px 0px 20px;
	min-height: 12rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnav #gnav1.nav1 a.g_icon {
	background-image: url(/img/common/icon_gnav01.png);
}
#gnav #gnav2.nav1 a.g_icon {
	background-image: url(/img/common/icon_gnav02.png);
}
#gnav #gnav3.nav1 a.g_icon {
	background-image: url(/img/common/icon_gnav03.png);
}
#gnav #gnav4.nav1 a.g_icon {
	background-image: url(/img/common/icon_gnav04.png);
}
#gnav #gnav5.nav1 a.g_icon {
	background-image: url(/img/common/icon_gnav05.png);
}

#gnav .nav2 {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 90;
	min-width: 100%;
	background: #fff;
	border: 1px solid #ccc;
}
#gnav .nav1:nth-child(n+4) .nav2 {
	left: auto;
	right: -1px;
}
#gnav .nav1:hover .nav2,
#gnav .nav1.open .nav2 {
	display: block;
}

#gnav .nav2 li {
	border-bottom: 1px solid #ccc;
}
#gnav .nav2 li:last-child {
	border-bottom: none;
}
#gnav .nav2 li a {
	display: block;
	color: #5a4c41;
	font-size: 1.8rem;
	line-height: 2rem;
	padding: 5px 10px;
	white-space: nowrap;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
@media all and (-ms-high-contrast: none) {
	#gnav .nav2 li a {
		padding-top: 8px;
		padding-bottom: 2px;
	}
}
#gnav .nav2 li a:hover {
	background: #bce0c9;
}

/********** 4 パンくず **********/

#pankuzu_wrap {
	background: url(/img/common/bg_header.png) repeat center top transparent;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
	#pankuzu_wrap {
		padding-top: 18px;
		padding-bottom: 7px;
	}
}
.pankuzu {
	width: 98%;
	max-width: 1080px;
	margin: 0px auto 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu a {
	color: #333;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	background: url(/img/common/bg_footer.png) no-repeat center top transparent;
	padding-top: 167px;
	font-size: 1.4rem;
}

#footer_link_pagetop {
	position: fixed;
	bottom: -120px;
	right: 10px;
	z-index: 80;
	-webkit-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
#footer_link_pagetop.fixed {
	bottom: 10px;
}
#footer_link_pagetop a {
	display: block;
	width: 120px;
	height: 120px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	background: url(/img/common/btn_pagetop.png) no-repeat center center transparent;
	background-size: contain;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#footer_link_pagetop a:hover {
	opacity: 0.8;
}

#footer_navi {
	background: #304a56;
	color: #fff;
}
#footer_navi ul {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 20px 0px 8px;
	list-style: none;
	text-align: center;
}
#footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 10px;
}
#footer_navi ul li a {
	color: inherit;
	font-size: 1.5rem;
	font-weight: bold;
}

#footer_box {
	background: #bce0c9;
}

#footer_sitemap_list {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 30px 0px 25px;
	list-style: none;
	display: table;
	table-layout: fixed;
}
#footer_sitemap_list .f_nav1 {
	display: table-cell;
	vertical-align: top;
	padding: 0px 15px;
}
#footer_sitemap_list .f_nav1 a {
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
}

#footer_sitemap_list .f_nav2 {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style: none;
}
#footer_sitemap_list .f_nav2 li {
	padding: 5px 0px;
	line-height: 1.2;
}
#footer_sitemap_list .f_nav2 li a {
	font-size: 1.3rem;
	font-weight: normal;
}

#author_info {
	width: 98%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 15px 0px 25px;
	text-align: center;
	border-top: 1px solid #8b9585;
}
#author_box p {
	margin: 0px;
	display: inline-block;
}
#author_box p.f_author {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#author_box p span {
	display: inline-block;
	margin-right: 1em;
}
#author_box p a {
	color: #333;
}

#copyright p {
	margin: 10px 0px 0px;
}
#copyright p span {
	display: inline-block;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 0px;
	z-index: 90;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 112px;
}
#osusume_banner_open {
	border: none;
	background: none;
	padding: 0px;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#osusume_banner_open:hover {
	opacity: 0.8;
}
#osusume_banner_open:focus {
	outline: none;
}
#osusume_banner_open:after {
	content: '';
	width: 90px;
	height: 21px;
	background: url(/img/common/btn_osusume_open.png) no-repeat center center transparent;
	position: absolute;
	bottom: 32px;
	left: 10px;
}
#osusume_banner.open #osusume_banner_open:after {
	background-image: url(/img/common/btn_osusume_close.png);
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	padding-bottom: 28px;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box {
	background: url(/img/common/bg_osusume.png) repeat left bottom transparent;
	padding: 7px 10px 6px;
}
#osusume_banner_list_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#osusume_banner_list_box ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	width: 192px;
}
#osusume_banner_list_box ul li img {
	width: 100%;
	height: auto;
}

/********** 6 バナー **********/

/* バナー広告 */
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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: auto;
	margin: 5px 10px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: left;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
ul.banner_list.banner_list_side li {
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
}
ul.banner_list.banner_list_side li:last-child {
	margin-bottom: 0px;
}

/********** 7 リスト **********/

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 0px;
	line-height: 1.4;
}
.navigation ul li:after,
.navigation > div:after {
	content: '｜';
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.navigation ul li:last-child:after,
.navigation > div:last-child:after {
	display: none;
}

/* リスト（一覧） */
.info_list {
	color: #5a4c41;
}
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px;
	padding: 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/img/common/bg_list_news.png) repeat-x left bottom;
}

img[src*="icon_news"],
.info_list ul li img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 2px 0px;
}
img.icon_new,
.info_list ul li img.icon_new {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0px 3px 10px;
}

.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}
.info_list.info_list_date ul li .article_date {
	display: table-cell;
	vertical-align: top;
	width: 9em;
	font-size: 1.4rem;
	padding-top: 0.2rem;
}
.info_list.info_list_date ul li .article_title {
	display: table-cell;
	vertical-align: top;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_pack .article_img {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}
.list_pack .article_img span {
	display: block;
	width: 100%;
	height: 167px;
	background: #eeeaea;
}
.list_pack .article_img span:empty {
	background: url(/img/common/noimage.png) no-repeat center center #efeaea;
}
.list_pack .article_img span img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.list_pack .article_txt span {
	display: block;
}
.list_pack .article_txt span.article_date {
	font-size: 1.4rem;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin-top: 20px;
	text-align: right;
}
div.link_ichiran a {
	color: #333;
	background: url(/img/common/icon_list_ichiran.png) no-repeat left 0.3em;
	padding-left: 15px;
	display: inline-block;
	text-align: left;
}

/* リスト（新着情報） */
.section_information {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #eeeaea;
	position: relative;
}

.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 35px 0px;
	background: #d6f1fc;
	border: none;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2rem;
	text-align: center;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 20px 0px;
}

.section_information .link_box {
	position: absolute;
	top: 35px;
	right: 20px;
	z-index: 1;
}
.section_information .link_box span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.section_information .link_box span a {
	color: #333;
	background: url(/img/common/icon_list_ichiran.png) no-repeat left 0.3em;
	padding-left: 15px;
	display: inline-block;
	text-align: left;
}

.section_information_list {
	color: #5a4c41;
}
.section_information_list ul {
	margin: 0px;
	padding: 20px 0px 0px;
	list-style: none;
}
.section_information_list ul li {
	margin: 0px;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: table;
	background: url(/img/common/bg_list_news.png) repeat-x left bottom;
}
.section_information_list ul li:last-child {
	background: none;
}
.section_information_list ul li .article_date {
	display: table-cell;
	vertical-align: top;
	width: 9em;
	font-size: 1.4rem;
	padding-top: 0.2rem;
}
.section_information_list ul li .article_title {
	display: table-cell;
	vertical-align: top;
}

.section_information_list ul li img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 2px 0px;
}
.section_information_list ul li img.icon_new {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0px 3px 10px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_information_thum .lettering2 {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}
.section_information_thum .lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum .lettering3 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.section_information_thum .lettering3 span {
	display: block;
}
.section_information_thum .lettering3 span.list_tit_list {
	font-size: 1.4rem;
}

/********** 8 サイド **********/

/* サイドバー */
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0 !important;
}
#sidebar1 img,
#sidebar2 img {
	max-width: 100% !important;
	height: auto !important;
}

/* サイドメニュー */
.side_box {
	background: #ddefe4;
	margin: 0px 0px 30px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.side_box_ttl h2 {
	margin: 0px 0px 10px;
	padding: 23px 20px 22px;
	color: #095271;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.side_box_list ul {
	margin: 0px 0px 10px;
	padding: 12px 20px;
	list-style: none;
	background: #fff;
}
.side_box_list ul li {
	margin: 0px;
	padding: 8px 0px;
}
.side_box_list ul li ul {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: none;
	border-left: 1px solid #ccc;
}
.side_box_list ul li ul li {
	font-size: 1.4rem;
	padding: 4px 0px;
}

.side_box_txt {
	margin: 0px 0px 10px;
	padding: 20px;
	background: #fff;
}
.side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box_txt p:last-child {
	margin-bottom: 0px;
}

/* レコメンド */
#recommend_tag {
	margin-bottom: 30px;
}
#sidebar_recommend {
	background: #ddefe4;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sidebar_recommend h2 {
	margin: 0px 0px 10px;
	padding: 17px 20px 17px;
	color: #095271;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#sidebar_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul {
	margin: 0px 0px 10px;
	padding: 12px 20px;
	list-style: none;
	background: #fff;
}
#sidebar_recommend ul li {
	margin: 0px;
	padding: 8px 0px 8px 20px;
	background: url(/img/common/icon_list_recommend.png) no-repeat left 0.9em;
}
@media all and (-ms-high-contrast: none) {
	#sidebar_recommend ul li {
		background-position: left 0.7em;
	}
}

/********** 9 メイン **********/

/* メイン */
#mymainback {
	padding-top: 30px;
	padding-bottom: 50px;
}

/********** 10 各ページ **********/

/* 重要なお知らせ */
#top_important {
	width: 98%;
	max-width: 1100px;
	margin: 30px auto 0px;
	padding: 20px;
	border: 3px solid #f99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	color: #c00;
}
#top_important_ttl {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	padding-right: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #f99;
}
#top_important_ttl h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.8rem;
	font-weight: bold;
}
#top_important_list {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
#top_important_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_important_list ul li {
	padding: 8px 0px;
}
#top_important_list ul li a {
	color: #c00;
}

#top_important_list ul li img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 2px 0px;
}
#top_important_list ul li img.icon_new {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0px 3px 10px;
}

#top_important_list ul li img[src*="icon_news"] {
	display: none !important;
}

/* 印刷用アイコン */
#content_header {
	text-align: right;
	margin-bottom: 15px;
}
#content_header span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.2;
}
#content_header span.ch_date {
	background: #e8f7eb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 10px 5px;
}
#content_header span.ch_print a {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat 10px center #e8f7eb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 10px 5px 28px;
	color: #333;
}
@media all and (-ms-high-contrast: none) {
	#content_header span.ch_date,
	#content_header span.ch_print a {
		padding-top: 9px;
		padding-bottom: 3px;
	}
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 50px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: top;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* カレンダー登録・SNSボタン */
#content_footer {
	clear: both;
	margin: 60px 0px 0px;
}

#calendar_btn_google,
#calendar_btn_yahoo {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
#calendar_btn_google a,
#calendar_btn_yahoo a {
	display: block;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	padding: 15px 10px;
}
#calendar_btn_google a {
	background: #9ee2a2;
}
#calendar_btn_yahoo a {
	background: #ffbe84;
}

#sns_button_wrap {
	text-align: center;
}
#sns_button_wrap div[id^="sns_button_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
#sns_button_wrap div[id^="sns_button_"] a {
	display: block;
	color: #5a4c41;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 10px 10px 10px 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}
#sns_button_wrap div#sns_button_facebook a {
	background-image: url(/img/common/icon_sns_fb.png);
}
#sns_button_wrap div#sns_button_twitter a {
	background-image: url(/img/common/icon_sns_tw.png);
}
#sns_button_wrap div#sns_button_line a {
	background-image: url(/img/common/icon_sns_line.png);
	text-transform: uppercase;
}

/* サイトマップ */
#sitemap_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#sitemap_list_wrap > div {
	width: calc(50% - 15px);
}
#main_body #sitemap_list_wrap > div h2 {
	margin-top: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	display: block;
	height: 250px;
	background-color: #ddf5df;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); }
div#main_header_life3_2 { background-image: url(/img/life/life3_2_title.jpg); }
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); }

div[id^="main_header_life3_"] h1 {
	width: 98%;
	max-width: 1080px;
	margin: 0px;
	padding: 0px;
	font-size: 3.6rem;
	font-weight: normal;
	text-shadow: 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* 大分類・中分類 */
#life_menu_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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#life_menu_left {
	width: calc(100% - 270px);
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#life_menu_right {
	width: 270px;
}

#main_body #life_menu_wrap h2 {
	margin-top: 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 {
	width: calc(50% - 10px);
	margin: 0px 20px 20px 0px;
}
.life_cat_list:nth-child(2n) {
	margin-right: 0px;
}

.life_list3_thum .life_cat_list,
.life_list2_thum .life_cat_list {
	width: 100%;
	margin-right: 0px;
}

.life_cat_list_ttl {
	background: #d6f1fc;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 18px 30px 17px 40px;
}
.life_cat_list_ttl a {
	color: #333;
}

.life_cat_list .navigation ul {
	padding-top: 10px;
}
.life_cat_list .info_list ul li {
	padding: 10px 0px;
}
.life_cat_list .info_list.info_list_date ul li {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li .article_date {
	display: block;
	width: auto;
	padding: 0px;
}
.info_list.info_list_date ul li .article_title {
	display: block;
}

.life_gaiyou {
	margin: 15px 0px 0px;
}

/* 小分類 */
#life_list1_banner {
	margin:  0px 0px 50px;
	background: #eeeaea;
}
#life_list1_banner ul.banner_list {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.life_list1_thum .info_list.info_list_thum 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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding-top: 10px;
}
.life_list1_thum .info_list.info_list_thum ul li {
	width: 250px;
	background: none;
	margin: 0px 25px 30px 0px;
	padding: 0px;
}
.life_list1_thum .info_list.info_list_thum ul li:nth-child(3n) {
	margin-right: 0px;
}
.life_list1_thum .list_pack {
	display: block;
}
.life_list1_thum .list_pack .article_img {
	display: block;
	width: 100%;
}
.life_list1_thum .list_pack .article_txt {
	display: block;
	padding: 20px 0px;
}

/* 関連情報 */
#kanren_info {
	background: #ddefe4;
	margin: 0px 0px 30px;
	padding: 10px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#kanren_info h2 {
	margin: 0px 0px 10px;
	padding: 23px 20px 22px;
	color: #095271;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#kanren_info .kanren_box {
	background: #fff;
}
#kanren_info .kanren_box h3 {
	margin: 0px;
	padding: 10px 20px 9px;
	background: url(/img/common/bg_ttl_kanren.png) repeat-x left bottom transparent;
	color: #297c29;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kanren_info .kanren_box ul li {
	padding: 13px 20px;
	border-bottom: 1px solid #bed7be;
}
#kanren_info .kanren_box ul li:last-child {
	border-bottom: none;
}
#kanren_info .kanren_box div.link_ichiran {
	border-top: 1px solid #bed7be;
	margin: 0px;
	padding: 13px 20px;
	text-align: left;
}

/* サブカテゴリ */
#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 {
	width: calc(50% - 10px);
	margin: 0px 20px 20px 0px;
}
.lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}
#main_body .lifesub_cat_list h2 {
	margin-top: 0px;
}

/* 組織 */
.soshiki_index .side_box_list {
	background: #fff;
	margin-bottom: 10px;
	padding: 12px 20px 25px;
}
.soshiki_index .side_box_list h3 {
	margin: 0px;
	padding: 18px 0px 8px;
	color: #297c29;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4rem;
}
.soshiki_index .side_box_list .navigation {
	font-size: 1.4rem;
}
.soshiki_index .side_box_list .navigation > div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.soshiki_index .side_box_list .navigation > div:after {
	margin-left: 0px;
	margin-right: 0px;
}

.section_information2 {
	margin-bottom: 30px;
}

#freespace_bu {
	margin-bottom: 30px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_contact_box > div {
	margin-bottom: 10px;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.kakuka_tel_list ul li span:before {
	content: '（';
}
.kakuka_tel_list ul li span:after {
	content: '）';
}
.kakuka_tel_list ul li span:empty:before,
.kakuka_tel_list ul li span:empty:after {
	display: none;
}

#soshiki_pr_image {
	margin: 20px 0px;
}
#soshiki_pr_image a {
	display: inline-block;
}
#soshiki_pr_image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 250px;
}

#freespace_ka {
	margin-bottom: 30px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka {
	margin-bottom: 30px;
}
#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

.soshiki_kakuka .side_box_txt > div {
	margin-bottom: 10px;
}
.soshiki_kakuka .side_box_txt > div:last-child {
	margin-bottom: 0px;
}

.kakuka_view {
	max-width: 270px;
	margin: 0px auto;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

.side_box_txt.kakuka_map {
	padding: 0px;
}
.side_box_txt.kakuka_map .gglmap {
	padding-top: 100%;
	padding-bottom: 0px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}

/* ウェブブック */
#book_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.book_list_box {
	width: calc(50% - 10px);
	margin: 0px 20px 20px 0px;
}
.book_list_box:nth-child(2n) {
	margin-right: 0px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 20px;
}
.book_list_box .book_info > div.book_thumb_img img {
	width: 100%;
	height: auto;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 20px 0px 0px;
}
#main_body table.tbl_ques th {
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
#main_body table.tbl_ques td input {
	display: inline-block;
	width: 100%;
	border: none;
	background: #b6d8c6;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}

div.q2 br {
	display: none;
}

.question_detail fieldset,
.question_detail #main_a fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.question_detail input[type="text"] {
	font-size: 1.6rem;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.question_detail textarea {
	font-size: 1.6rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.question_detail select {
	font-size: 1.6rem;
	line-height: 3rem;
	height: 3rem;
}

.question input[type="submit"],
.question input[type="button"] {
	display: inline-block;
	width: 20%;
	border: none;
	background: #b6d8c6;
	line-height: 2rem;
	margin: 0px 1% 0px 0px;
	padding: 10px 0px;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	.question input[type="submit"],
	.question input[type="button"] {
		padding-top: 13px;
		padding-bottom: 7px;
	}
}
.question input[type="submit"]:hover,
.question 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: #c00;
}

#main_body table#mail_form_tbl {
	width: 100%;
}
#main_body table#mail_form_tbl th {
	width: 25%;
}
#main_body table#mail_form_tbl td {
	width: 75%;
}
#main_body table#mail_form_tbl td input[type="text"] {
	font-size: 1.6rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	font-size: 1.6rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mail_form_btn_wrap {
	margin: 20px 0px 0px;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	width: 20%;
	border: none;
	background: #b6d8c6;
	line-height: 2rem;
	margin: 0px 1% 0px 0px;
	padding: 10px 0px;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	#mail_form_btn_wrap input[type="submit"] {
		padding-top: 13px;
		padding-bottom: 7px;
	}
}
#mail_form_btn_wrap input[type="submit"]:hover {
	text-decoration: underline;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table {
	border: none;
	margin: 0px;
}
#main_body #cse_search_result td {
	border: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #ccc;
	border-bottom: none;
}
#shisetsu_list_link ul {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 5px 0px;
}

#shisetsu_map {
	border: 1px solid #ccc;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}


/* タブレット */
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#header {
		position: relative;
	}

	#spm_wrap {
		display: block;
		position: absolute;
		top: 27px;
		right: 30px;
		z-index: 100;
	}
	#spm_wrap button#spm_menu {
		border: none;
		background-color: #ffffff !important;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(/img/sp/btn_menu.png);
		width: 60px;
		height: 60px;
		margin: 0px;
		padding: 0px;
	}
	.spm_menu_open #spm_wrap button#spm_menu {
		background-image: url(/img/sp/btn_close.png);
	}

	#header2 {
		width: 100%;
		min-height: 120px;
	}

	#he_left {
		position: static;
		padding: 27px 0px 30px 20px;
		max-width: calc(100% - 140px);
		height: 60px;
	}

	#he_right {
		display: none;
		margin: 0px;
		padding: 0px 20px 20px;
	}
	.spm_menu_open #he_right {
		display: block;
	}
	#header_link {
		table-layout: fixed;
	}
	#header_link .hl_l .hl_btn {
		font-size: 1.6rem;
	}
	#hl_func {
		width: auto;
	}
	#hl_search {
		width: 120px;
	}
	#acc_func_box {
		left: auto;
		right: 2px;
	}

	#top_search {
		display: none;
		padding: 0px 20px 20px;
		background: none;
	}
	.spm_menu_open #top_search {
		display: block;
	}
	#gnav {
		display: block;
	}
	#gnav .nav1 {
		display: block;
		border-right: none;
		border-top: 1px solid #ccc;
	}
	#gnav .nav1:first-child {
		border-left: none;
	}
	#gnav .nav1 a.g_icon {
		min-height: 1em;
		background-position: 17px center;
		background-size: auto 30px;
		padding: 20px 0px 20px 60px;
		text-align: left;
	}
	#gnav #gnav1.nav1 a.g_icon {
		background-position: 10px center;
	}
	#gnav #gnav2.nav1 a.g_icon {
		background-position: 10px center;
	}
	#gnav .nav1 a.g_icon:hover {
		background-color: #bce0c9;
	}
	#gnav .nav1:hover,
	#gnav .nav1.open {
		background-color: transparent;
	}
	#gnav .nav2 {
		display: block;
		position: static;
		min-width: 1em;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	#gnav .nav2 li a {
		padding: 10px 15px;
		white-space: normal;
	}

	#sp_gnav {
		display: block;
		padding: 0px 20px 10px;
	}
	.spm_menu_open #sp_gnav {
		display: none;
	}
	#sp_gnav 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: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	#sp_gnav ul li {
		width: 33%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-right: 1px solid #ccc;
		margin: 10px 0px;
		overflow: hidden;
	}
	#sp_gnav ul li:nth-child(1),
	#sp_gnav ul li:nth-child(4) {
		border-left: 1px solid #ccc;
	}
	#sp_gnav ul li a {
		display: block;
		color: #5a4c41;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		line-height: 2rem;
		text-align: center;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center 10px;
		padding: 70px 0px 10px;
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sp_gnav ul li a br {
		display: none;
	}
	#sp_gnav ul li:nth-child(1) a {
		background-image: url(/img/common/icon_gnav01.png);
	}
	#sp_gnav ul li:nth-child(2) a {
		background-image: url(/img/common/icon_gnav02.png);
	}
	#sp_gnav ul li:nth-child(3) a {
		background-image: url(/img/common/icon_gnav03.png);
	}
	#sp_gnav ul li:nth-child(4) a {
		background-image: url(/img/common/icon_gnav04.png);
	}
	#sp_gnav ul li:nth-child(5) a {
		background-image: url(/img/common/icon_gnav05.png);
	}
	#sp_gnav ul li a:hover {
		background-color: #bce0c9;
	}

	/* フッタ */
	#footer {
		font-size: 1.6rem;
		background-size: auto 110px;
		padding-top: 105px;
	}

	#footer_link_pagetop a {
		width: 82px;
		height: 82px;
	}

	#footer_navi ul {
		padding: 45px 0px 13px;
	}

	#footer_sitemap {
		display: none; /* デザイン表示なし */
	}
	#footer_sitemap_list .f_nav1 {
		padding: 0px 10px;
	}
	#footer_sitemap_list .f_nav1 a {
		font-size: 1.5rem;
	}
	#footer_sitemap_list .f_nav2 {
		padding-left: 5px;
	}

	#author_info {
		padding: 50px 0px;
		border-top: none;
	}
	#author_box p.f_author {
		font-size: 1.8rem;
		font-weight: bold;
	}
	#copyright p {
		font-size: 1.4rem;
		margin-top: 20px;
		padding: 0px 90px;
	}

	#osusume_banner {
		display: none; /* デザイン表示なし */
	}
	#osusume_banner_ttl {
		width: 98px;
	}
	#osusume_banner_open img {
		width: 98px;
		height: auto;
	}
	#osusume_banner_open:after {
		bottom: 28px;
		left: 5px;
	}
	#osusume_banner_list {
		padding-bottom: 24px;
	}
	#osusume_banner_list_box {
		background-size: auto 85px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	/* メイン */
	#mymainback {
		padding-bottom: 30px;
	}

	/* バナー */
	ul.banner_list,
	ul.banner_list.banner_list_side {
		width: auto;
		max-width: 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: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	ul.banner_list li,
	ul.banner_list.banner_list_side li {
		width: 240px;
		max-width: none;
		height: auto;
		margin: 5px;
	}

	/* 各ページ */
	.tenpu_txt br {
		display: none;
	}

	#sitemap_list_wrap {
		display: block;
	}
	#sitemap_list_wrap > div {
		width: auto;
	}

	div[id^="main_header_life3_"] {
		height: 170px;
	}

	#life_menu_wrap {
		display: block;
	}
	#life_menu_left {
		width: 100%;
		padding-right: 0px;
	}
	#life_menu_right {
		width: 100%;
	}

	#life_list1_banner {
		margin-bottom: 30px;
	}

	.life_list1_thum .info_list.info_list_thum ul {
		max-width: 810px;
		margin: 0px auto;
	}
	.life_list1_thum .info_list.info_list_thum ul li,
	.life_list1_thum .info_list.info_list_thum ul li:nth-child(3n) {
		width: 250px;
		max-width: calc(33% - 20px);
		margin: 0px 10px 20px;
	}

	#kanren_info .kanren_box div.link_ichiran {
		text-align: right;
	}

	.kanren2 .lifesub_cat_list,
	.kanren2 .lifesub_cat_list:nth-child(2n) {
		width: 100%;
		margin: 0px 0px 20px;
	}

	#soshiki_pr_image {
		text-align: center;
	}
	#soshiki_pr_image img {
		max-height: 240px;
	}

	.side_box_txt.kakuka_map .gglmap {
		padding-top: 40%;
	}

	#main_body table.tbl_ques th.title {
		width: calc(100% - 21em);
	}
	#main_body table.tbl_ques th.date,
	#main_body table.tbl_ques th.date2 {
		width: 8em;
	}
	#main_body table.tbl_ques th.button {
		width: 5em;
	}

	#main_body table#mail_form_tbl th {
		width: 13em;
	}
	#main_body table#mail_form_tbl td {
		width: calc(100% - 13em);
	}

}
/* タブレット ここまで */