@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;
}

/* 承認枠 */
#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 基本設定 **********/

/* フォント */
body {
	color: #333;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', serif;
}

/* リンク */
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #609;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	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.7;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
}

input[type="text"],
textarea,
select {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	font-size: 1.6rem;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
hr {
	clear: both;
}

p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}
#main_body p {
	line-height: 1.8;
}

/* テーブル */
#main_body table {
	border-color: #d7dce0;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 10px;
	max-width: 100%;
}
#main_body th {
	background: #eeede9;
	border-color: #d7dce0;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #d7dce0;
	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;
}
*/
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	margin: 0px;
	font-size: 3rem;
	font-weight: bold;
	background: #931d23;
	color: #fff;
	padding: 23px 34px 22px;
	position: relative;
	overflow: hidden;
}
#main_header h1:before {
	content: '';
	width: 0px;
	height: 0px;
	border: 19px solid transparent;
	border-left: none;
	border-bottom: none;
	border-top-width: 90px;
	border-top-color: #a7494e;
	position: absolute;
	top: 0px;
	left: 0px;
}

#main_body h2,
.section_information2 h2 {
	clear: both;
	margin: 20px 0px;
	font-size: 2rem;
	font-weight: bold;
	background: #e5decb;
	border-bottom: 3px solid #f08a74;
	padding: 10px 22px 7px;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #eeede9;
	padding: 9px 22px;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 2px solid #a8494e;
	padding: 7px 22px 6px;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #f08a74;
	padding: 5px 22px 4px;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #e4ddca;
	padding: 2px 22px;
}


/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.4rem;
	position: relative;
	z-index: 20;
}

#header2 {
	width: calc(100% - 40px);
	max-width: 1100px;
	min-height: 90px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

#he_left {
	width: 190px;
	position: absolute;
	top: 15px;
	left: 10px;
	background: url(/img/common/img_logo_character.png) no-repeat right center;
	padding: 2px 60px 2px 0px;
}
#he_left h1, #he_left p {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
}

#he_right {
	margin-left: 270px;
	padding: 25px 0px;
	text-align: right;
}

/* メニュー */
#header_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_link > li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 5px 20px;
}
#header_link > li > a,
#header_link > li > #readspeaker_button1 > a {
	display: inline-block;
	color: #333;
	line-height: 2rem;
	padding: 5px 0px 5px 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}
#header_link > li#hl_main > a {
	background-image: url(/img/common/icon_h_main.png);
}
#header_link > li#hl_support > a {
	background-image: url(/img/common/icon_h_support.png);
}
#header_link > li#hl_voice > a,
#header_link > li#hl_voice > #readspeaker_button1 > a {
	background-image: url(/img/common/icon_h_voice.png);
}
#header_link > li#hl_lang > a {
	background-image: url(/img/common/icon_h_lang.png);
}
#header_link > li#hl_mypage > a {
	background-image: url(/img/common/icon_h_mypage.png);
}
#header_link > li#hl_search > a {
	background-image: url(/img/common/icon_h_search.png);
}

/* メニュー展開 */
#hl_support,
#hl_mypage,
#hl_search {
	position: relative;
}

.box_hl {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 100;
	background: #fff;
	border: 1px solid #c0cec9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.5rem;
	margin: 0px;
	padding: 0px;
	width: 345px;
	min-width: 18em;
	text-align: center;
}
.box_hl.box_hl_open {
	display: block;
}

.box_hl_close {
	display: block;
	width: 100%;
	border: none;
	background: #333;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
}
.box_hl_close span {
	display: inline-block;
	background: url(/img/common/icon_close.png) no-repeat left center;
	padding: 6px 0px 4px 20px;
}

/* 文字の大きさ・色の変更 */
#box_hl_support dl {
	margin: 0px 0px 20px;
	padding: 0px;
}
#box_hl_support dl:first-child {
	margin: 20px 0px 15px;
}
#box_hl_support dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 6em;
	text-align: right;
	margin: 0px 19px 0px 0px;
	padding: 0px;
}
#box_hl_support dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#box_hl_support dl dd a {
	display: block;
	background: #fff;
	border: 1px solid #c0cec9;
	color: #333;
	line-height: 1.9rem;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 7px 9px;
}

#box_hl_support dl dd a#moji_default {
	padding-left: 10px;
	padding-right: 10px;
}
#box_hl_support dl dd a#moji_large {
	font-size: 1.9rem;
	padding-left: 7px;
	padding-right: 7px;
}

#box_hl_support dl dd a#haikei_white {
	border-color: #c0cec9;
	background: #fff !important;
	color: #333 !important;
}
#box_hl_support dl dd a#haikei_black {
	border-color: #000;
	background: #000 !important;
	color: #fff !important;
}
#box_hl_support dl dd a#haikei_blue {
	border-color: #00f;
	background: #00f !important;
	color: #ff0 !important;
}

/* 検索 */
#box_hl_search.box_hl {
	background: #b0cee0;
}

#top_search_keyword {
	padding: 20px 20px 0px;
	text-align: left;
}
#cse-search-box label {
	display: block;
	width: 100%;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#tmp_query {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff !important;
	border-right: none !important;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	width: calc(100% - 40px) !important;
	height: 40px !important;
}
#submit {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #333;
	border-left: none;
	background: url(/img/common/icon_search.png) no-repeat center center #333;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 41px;
	height: 40px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

#cse_filetype fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
	font-size: 1.4rem;
}
#cse_filetype fieldset legend {
	display: none;
}
#cse_filetype fieldset span {
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset span input {
	margin: 3px;
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset span label {
	display: inline-block;
	vertical-align: middle;
}

/* ページ番号検索 */
#top_search_page_id_wrap {
	padding: 0px 20px 20px;
	text-align: left;
}
#top_search_page_id_wrap label {
	display: block;
	width: 100%;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff !important;
	border-right: none !important;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	width: calc(100% - 40px);
	height: 40px;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #333;
	border-left: none;
	background: url(/img/common/icon_search.png) no-repeat center center #333;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 41px;
	height: 40px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

#open_page_id_message {
	margin-top: 10px;
}
#open_page_id_message:empty {
	margin-top: 0px;
}

/* グローバルメニュー */
#top_search {
	background: #931d23;
	color: #fff;
}
#top_search_box {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}

#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#gnav .nav1 {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #600;
	position: relative;
}
#gnav .nav1:first-child {
	border-left: 1px solid #600;
}

#gnav .nav1 .nav1a {
	display: block;
	background: #931d23;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.9rem;
	text-decoration: none;
	text-align: center;
	padding: 18px 0px;
}
#gnav .nav1 .nav1a:hover,
#gnav .nav1.open .nav1a {
	background: url(/img/common/bg_gnav_on.png) no-repeat left bottom #a94a4f;
}

#gnav .nav1 .nav2_box {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 10;
	background: #600;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% + 2px);
	padding: 1px;
}
#gnav .nav1.open .nav2_box {
	display: block;
}

.nav2_box .nav2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.nav2_box .nav2 li {
	margin-bottom: 1px;
}
_:-ms-fullscreen, :root .nav2_box .nav2 li {
	list-style-image: url(data:0);
}
.nav2_box .nav2 li a {
	display: block;
	background: #834144;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8rem;
	padding: 15px 15px;
}
.nav2_box .nav2 li a:hover {
	background: #9c6769;
}

.btn_gnav_close {
	display: block;
	width: 100%;
	border: none;
	background: #333;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
}
.btn_gnav_close span {
	display: inline-block;
	background: url(/img/common/icon_close.png) no-repeat left center;
	padding: 6px 0px 4px 20px;
}


/********** 4 フッタ **********/

/* フッタ */
#footer {
	margin-top: 50px;
	font-size: 1.5rem;
	position: relative;
	z-index: 1;
}

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 100px;
	position: fixed;
	right: 0px;
	bottom: -140px;
	z-index: 80;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 0px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* リンク */
#footer_link {
	background: #eeede9;
}
#footer_link ul {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 15px 0px;
	list-style: none;
	text-align: center;
}
#footer_link ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	border-right: 1px solid #333;
	margin: 6px 16px 6px 0px;
	padding-right: 16px;
}
#footer_link ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
#footer_link ul li a {
	color: #333;
}

/* 管理者情報 */
#author_info {
	background: #931d23;
	color: #fff;
}
#author_info_box {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 20px 0px;
	background: url(/img/common/bg_footer.png) no-repeat right bottom #931d23;
	color: #fff;
	position: relative;
}
#author_info_box a {
	color: inherit;
}

#author_logo {
	display: block;
	width: 150px;
	position: absolute;
	top: 20px;
	left: 0px;
}
#author_logo img {
	width: 100%;
	height: auto;
}

#author_box {
	margin-left: 180px;
	min-height: 45px;
	margin-bottom: 5px;
}
#author_box p {
	font-size: 1.4rem;
	margin: 0px;
	line-height: 1.6;
}
#author_box p span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

#author_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#author_link ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 30px 5px 0px;
}
#author_link ul li a {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 30px;
}
#author_link ul li.icon_f1 a {
	background-image: url(/img/common/icon_f_access.png);
}
#author_link ul li.icon_f2 a {
	background-image: url(/img/common/icon_f_tel.png);
}
#author_link ul li.icon_f3 a {
	background-image: url(/img/common/icon_f_mail.png);
}
#author_link ul li.icon_f4 a {
	background-image: url(/img/common/icon_f_sitemap.png);
}

#copyright p {
	margin: 10px 0px 0px;
	font-size: 1.4rem;
	line-height: 2rem;
}

/* 熊本県のおすすめ */
#osusume_banner {
	display: block;
	width: 90px;
	height: 90px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 90;
}
#osusume_banner.open {
	width: auto;
	height: auto;
}

#osusume_banner_box {
	width: auto;
	max-width: calc(100vw - 120px);
	display: table;
}
#osusume_banner_box > div {
	display: table-cell;
	vertical-align: bottom;
}

#osusume_banner_ttl {
	width: 90px;
}
#osusume_banner_ttl a {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
#osusume_banner_ttl a img {
	width: 100%;
	height: auto;
}
#osusume_banner_ttl a:hover img {
	opacity: 1;
}
#osusume_banner_ttl a:before {
	content: '';
	display: block;
	width: 37px;
	height: 12px;
	background: url(/img/common/icon_osusume_open.png) no-repeat center center transparent;
	position: absolute;
	left: 40px;
	bottom: 20px;
}
#osusume_banner.open #osusume_banner_ttl a:before {
	background-image: url(/img/common/icon_osusume_close.png);
}

#osusume_banner_list_box {
	display: none;
	background: #fff;
	color: #333;
	border: 1px solid #ffde31;
}
#osusume_banner.open #osusume_banner_list_box {
	display: block;
}
#osusume_banner_list_box ul {
	margin: 0px;
	padding: 9px 9px 9px 14px;
	list-style: none;
}
#osusume_banner_list_box ul li {
	display: inline-block;
	vertical-align: middle;
	width: 210px;
	margin: 5px 5px 5px 0px;
}
#osusume_banner_list_box ul li img {
	width: 100%;
	height: auto;
}


/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	background: #eeede9;
	font-size: 1.4rem;
	margin: 0px 0px 40px;
	padding: 15px 0px;
}
#pankuzu_wrap > div {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu {
	padding: 5px 0px 4px 6rem;
	position: relative;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 4.5rem;
	background: #fff;
	border-radius: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	padding: 4px 0px 3px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 0px;
}


/********** 6 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

/* サイドメニュー */
.side_box {
	background: #eeede9;
}

.side_box_ttl h2 {
	margin: 0px;
	padding: 13px 20px 12px;
	background: #e5decb;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}

.side_box_list ul {
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 15px;
	position: relative;
}
.side_box_list ul li:last-child {
	margin-bottom: 0px;
}
.side_box_list ul li:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 3px solid #f08a74;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0.7em;
}

.side_box_list ul li ul {
	padding: 0px;
}
.side_box_list ul li ul li {
	margin: 0px;
}
.side_box_list ul li ul li:before {
	border: 2px solid #f08a74;
	top: 0.8em;
}

.side_box_txt {
	padding: 20px;
}
.side_box_txt p,
.side_box_txt > div {
	margin: 0px 0px 0.5em;
}
.side_box_txt p:last-child,
.side_box_txt > div:last-child {
	margin-bottom: 0px;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: #e5decb;
}
#sidebar_recommend h2,
#sidebar_ai_recommend h2 {
	margin: 0px;
	padding: 13px 20px 12px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#sidebar_recommend h2 span,
#sidebar_ai_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px 20px 10px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding: 7px 0px;
	border-top: 2px dotted #b7a69f;
}

/* 「見つからないとき」「よくある質問」 */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	border: 3px solid #e9e8e4;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px;
}
#common_banner_link ul li a span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 50px;
}
#common_banner_link ul li#common_banner_mitsukaranai a span {
	background-image: url(/img/common/icon_mitsukaranai.png);
}
#common_banner_link ul li#common_banner_faq a span {
	background-image: url(/img/common/icon_faq.png);
}

/* 重要なお知らせ */
#detail_side_important {
	border: 3px solid #c00;
	color: #c31f1d;
}
#detail_side_important h2 {
	margin: 0px;
	padding: 20px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#detail_side_important_list {
	margin: 0px;
	padding: 0px 20px 10px;
	list-style: none;
}
#detail_side_important_list li {
	padding: 7px 0px;
	border-top: 2px dotted #b7a69f;
}
#detail_side_important_list li > span {
	display: block;
}
#detail_side_important_list li a {
	color: #c31f1d;
}
#detail_side_important .link_box {
	display: none;
	text-align: center;
	padding: 0px 20px 20px;
}

/* おすすめコンテンツ */
#detail_side_osusume {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 40px auto 0px;
	background: #d9e8f0;
}
#detail_side_osusume h2 {
	margin: 0px;
	padding: 9px 22px;
	background: #b9d7e9;
	font-size: 1.8rem;
	font-weight: bold;
}
#detail_side_osusume ul {
	margin: 0px;
	padding: 20px 0px 10px 12px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#detail_side_osusume ul li {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin: 0px 10px 10px;
}
#detail_side_osusume ul li div {
	width: 100%;
	display: table;
}
#detail_side_osusume ul li div > span {
	display: table-cell;
	vertical-align: top;
}
#detail_side_osusume ul li div > span.osusume_img {
	width: 90px;
}
#detail_side_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
}
#detail_side_osusume ul li div > span.osusume_link {
	padding-left: 15px;
}


/********** 7 記事ページ **********/

/* 記事ヘッダ */
#content_header {
	margin: 0px 0px 20px;
	font-size: 1.4rem;
	text-align: right;
	position: relative;
	top: -10px;
}
#content_header > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url(/img/common/icon_print.png) no-repeat left center;
	padding: 3px 0px 3px 25px;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
}

.tenpu_txt,
#main_body p.tenpu_txt {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}

/* カレンダー登録・SNS */
#content_footer {
	clear: both;
	margin: 20px 0px 0px;
	text-align: right;
}
#content_footer > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	background: url(/img/common/icon_calendar.png) no-repeat left center;
	padding: 3px 0px 3px 35px;
}

#sns_button_wrap > span {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin: 10px;
}
#sns_button_wrap > span a {
	display: block;
}

/* お問い合わせ */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px 22px;
	background: #f0f7ec;
	border-top: 2px solid #daead0;
	border-bottom: 2px solid #daead0;
}

#section_footer_ttl h2,
#main_body #section_footer_ttl h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 1.8rem;
}
#main_body #section_footer_ttl hr.cf {
	margin: 0px;
}

#section_footer_detail {
	margin-top: 0.5em;
}
#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}
#section_footer_detail .sf_email {
	display: inline-block;
	vertical-align: top;
}
#section_footer_detail .sf_email a {
	display: inline-block;
	background: url(/img/common/icon_mail.png) no-repeat left center;
	padding: 3px 0px 3px 35px;
	margin-top: -3px;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 30px 0px 0px;
	padding: 20px 19px;
	border: 3px solid #d7dce0;
}
#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 1.6rem;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	margin-top: 10px;
	font-size: 1.4rem;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	border-bottom: 1px solid #d7dce0;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: inherit;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	margin: 5px 30px 5px 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px;
	vertical-align: middle;
}
#hyouka_area_box .hyouka_box_detail fieldset span label {
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 15px;
	text-align: center;
}
#hyouka_area_submit input {
	display: inline-block;
	border: none;
	background: #d7dce0;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 7px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 評価エリア確認画面 */
.confirm_quest_hankyou #hyouka_area_box {
	border: none;
	margin: 0px;
	padding: 0px;
}
.confirm_quest_hankyou #hyouka_area_submit input {
	margin: 0px 5px;
	padding: 11px 20px;
	font-size: 1.5rem;
	min-width: 23%;
}

/* 関連リンク */
#kanren_link {
	background: #fff;
}
#kanren_link h2 {
	margin: 0px;
	padding: 13px 20px 12px;
	background: #e5decb;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
}
#kanren_link ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 15px;
	position: relative;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}
#kanren_link ul li:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 3px solid #f08a74;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0.7em;
}


/********** 8 広告バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin: 5px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	margin: 0px 0px 10px;
}
ul.banner_list.banner_list_side li:last-child {
	margin-bottom: 0px;
}


/********** 9 リスト **********/

/* リスト（横並び） */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0px;
}
.navigation ul li:after,
.navigation > div:after {
	content: '／';
	margin: 0px 0.5em;
}
.navigation ul li:last-child:after,
.navigation > div:last-child:after {
	display: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	padding: 12px 0px;
	border-bottom: 2px dotted #b7a69f;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list ul li:first-child {
	padding-top: 2px;
}

/* リスト（日付） */
.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;
}

/* リスト（すべて表示） */
.listmore_close ul.listmore li:nth-child(n+11),
.listmore_close ol.listmore li:nth-child(n+11) {
	display: none;
}

.listmore_btn_wrap {
	display: none;
}
.listmore_close .listmore_btn_wrap {
	display: block;
}

/* リスト（一覧リンク・すべて表示ボタン） */
div.link_ichiran,
.listmore_btn_wrap {
	margin-top: 10px;
	text-align: right;
}
div.link_ichiran a,
.listmore_btn_wrap .listmore_btn {
	display: inline-block;
	border: none;
	background: url(/img/common/icon_ichiran.png) no-repeat left center;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 3px 30px;
}
div.link_ichiran a:hover,
.listmore_btn_wrap .listmore_btn:hover {
	text-decoration: underline;
}

/* 新着情報 */
.section_information {
	clear: both;
	margin: 30px 0px;
	padding: 15px 19px;
	border: 3px solid #d1c2bb;
	position: relative;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 1px 0px 10px;
	background: none;
	border: none;
	border-bottom: 2px dotted #b7a69f;
	font-size: 1.8rem;
}
#main_body .section_information hr.cf {
	margin: 0px;
}

.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.section_information .link_box {
	position: absolute;
	top: 15px;
	right: 19px;
	z-index: 1;
}
.section_information .link_box > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.section_information .link_box > span a {
	display: inline-block;
	color: #333;
	padding: 3px 0px 3px 20px;
	position: relative;
}
.section_information .link_box > span a:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #841d23;
	border-left: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}

.section_information_list ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
}
.section_information_list ul li {
	padding: 3px 0px;
	width: 100%;
	display: table;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
}

/* 新着情報（サムネイル） */
.section_information_thum {
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
	display: table;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 240px;
	padding-right: 20px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 span {
	display: block;
}

/* サムネイル */
.list_pack {
	width: 100%;
	display: table;
}
.list_pack > div {
	display: table-cell;
	vertical-align: middle;
}

.list_pack > div.article_img {
	width: 240px;
	padding-right: 20px;
}
.list_pack > div.article_img span {
	display: block;
}
.list_pack > div.article_img span img {
	width: 100%;
	height: auto;
}
.list_pack > div.article_img span:empty {
	height: 160px;
	background: url(/img/common/noimage.png) no-repeat center center #dedede;
}

.list_pack > div.article_txt span {
	display: block;
}


/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 50px;
}
#sitemap_list_wrap > div > div {
	margin-bottom: 30px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child {
	margin-bottom: 0px;
}

.sitemap_section_kikan {
	margin-top: -15px;
	padding: 15px 19px;
	border: 3px solid #d1c2bb;
}
#main_body .sitemap_section_kikan h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: normal;
}

/* 分類でさがす */
.life_index .navigation {
	margin-bottom: 30px;
}
.life_index .navigation:last-child {
	margin-bottom: 0px;
}

/* 大分類 */
.life_list3 #pankuzu_wrap {
	margin-bottom: 0px;
}
div[id^="main_header_life3_"] {
	background: url(/img/common/bg_life_ttl.png) repeat-x center top;
	margin-bottom: 40px;
}
div[id^="main_header_life3_"] h1 {
	width: 1100px;
	max-width: 100%;
	margin: 0px auto;
	height: 300px;
	background-color: #003366;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-size: 4.8rem;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(0,51,102,0.8), 0px 0px 10px rgba(0,51,102,0.8), 0px 0px 15px rgba(0,51,102,0.8), 0px 0px 15px rgba(0,51,102,0.8);
	position: relative;
}
div[id^="main_header_life3_"] h1 span {
	display: block;
	width: calc(100% - 100px);
	position: absolute;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

div#main_header_life3_1 h1 { background-image: url(/img/life/life3_1_title.jpg); } /* 防災・くらし・環境 */
div#main_header_life3_2 h1 { background-image: url(/img/life/life3_2_title.jpg); } /* 健康・福祉・子育て */
div#main_header_life3_3 h1 { background-image: url(/img/life/life3_3_title.jpg); } /* 観光・しごと・産業 */
div#main_header_life3_4 h1 { background-image: url(/img/life/life3_4_title.jpg); } /* 学び・文化・国際 */
div#main_header_life3_5 h1 { background-image: url(/img/life/life3_5_title.jpg); } /* まちづくり・社会基盤 */
div#main_header_life3_6 h1 { background-image: url(/img/life/life3_6_title.jpg); } /* 県の紹介・計画・入札 */

#life3box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#life3box_wrap .life3box {
	display: inline-block;
	vertical-align: top;
	background: #eeede9;
	border-top: 3px solid #931d23;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(50% - 10px);
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1.4rem;
}
#life3box_wrap .life3box a {
	display: block;
	height: 100%;
	color: #333;
	text-decoration: none;
}

#life3box_wrap .life3box2 {
	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;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#life3box_wrap .life3box2 .life3box_img {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}
#life3box_wrap .life3box2 .life3box_img img {
	width: 120px;
	height: auto;
}
#life3box_wrap .life3box2 .life3box_txt {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px);
}
#life3box_wrap .life3box2 .life3box_txt span {
	display: block;
}
#life3box_wrap .life3box2 .life3box_txt span:first-child {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#life3box_wrap .life3box a:hover .life3box2 .life3box_txt span:first-child {
	text-decoration: underline;
}

/* 中分類 */
.life2box {
	margin-bottom: 30px;
}
.life2box:last-child {
	margin-bottom: 0px;
}
.life2box .info_list ul li {
	width: 100%;
	display: table;
}
.life2box .info_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.life2box .info_list ul li > span.list_section {
	width: 40%;
	text-align: right;
	padding-left: 20px;
}

/* 小分類 */
.life1box {
	margin-bottom: 30px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

/* 関連情報 */
#kanren_info {
	border-bottom: 12px solid #e5decb;
}
#kanren_info h2 {
	margin: 0px;
	padding: 13px 20px 12px;
	background: #e5decb;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#kanren_info h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: normal;
}
#kanren_info h3 .kanren_open {
	display: block;
	color: #333;
	padding: 8px 30px 8px 19px;
	position: relative;
}
#kanren_info h3 .kanren_open:before {
	content: '';
	display: block;
	width: 17px;
	height: 3px;
	background: #931d23;
	color: #fff;
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#kanren_info h3 .kanren_open:after {
	content: '';
	display: block;
	width: 3px;
	height: 17px;
	background: #931d23;
	color: #fff;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#kanren_info .kanren_box.open h3 .kanren_open:after {
	display: none;
}

#kanren_info .kanren_box {
	border: 3px solid #e5decb;
	border-top: none;
}
#kanren_info .kanren_box .kanren_list {
	display: none;
}
#kanren_info .kanren_box.open .kanren_list {
	display: block;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
}
#kanren_info .kanren_box ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 15px;
	position: relative;
}
#kanren_info .kanren_box ul li:last-child {
	margin-bottom: 0px;
}
#kanren_info .kanren_box ul li:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 3px solid #f08a74;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0.7em;
}

#kanren_info .kanren_box div.link_ichiran {
	margin: 0px;
	padding: 0px 19px 10px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
#main_body .lifesub_cat_list h2 {
	margin-top: 0px;
}

.life_cat_list_ttl {
	margin: 0px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #eeede9;
	padding: 9px 22px;
}
.life_cat_list_ttl a {
	color: inherit;
}

/* 組織でさがす */
.soshiki_index #main_header,
.soshiki_index_50 #main_header {
	margin-bottom: 0px;
}

#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#soshiki_hyouji ul li {
	display: table-cell;
	vertical-align: middle;
}
#soshiki_hyouji ul li.active span {
	display: block;
	font-weight: bold;
	padding: 16px 60px 15px 20px;
	position: relative;
}
#soshiki_hyouji ul li.active span:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border: 5px solid #cecece;
	border-right: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	right: 30px;
	top: calc(50% - 8px);
	-webkit-transform: scaleY(0.75) rotate(45deg);
	    -ms-transform: scaleY(0.75) rotate(45deg);
	        transform: scaleY(0.75) rotate(45deg);
}
#soshiki_hyouji ul li a {
	display: block;
	background: #d8e7ef;
	color: #333;
	font-weight: bold;
	padding: 16px 60px 15px 20px;
	position: relative;
}
#soshiki_hyouji ul li a:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border: 5px solid #921d23;
	border-left: none;
	border-top: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	right: 30px;
	top: calc(50% - 18px);
	-webkit-transform: scaleY(0.75) rotate(45deg);
	    -ms-transform: scaleY(0.75) rotate(45deg);
	        transform: scaleY(0.75) rotate(45deg);
}

.soshiki_index #main_body > div {
	margin-bottom: 30px;
}
.soshiki_index #main_body > div:last-child {
	margin-bottom: 0px;
}

.soshiki_section_kikan {
	margin-top: -15px;
	padding: 15px 19px;
	border: 3px solid #d1c2bb;
}
#main_body .soshiki_section_kikan h3 {
	margin: 0px 0px 5px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 1.6rem;
	font-weight: normal;
}

/* 部局 */
.section_information2 {
	margin-bottom: 30px;
}

#freespace_bu,
#main_body div#freespace_bu {
	margin: 30px 0px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box {
	margin-bottom: 30px;
}
.kakuka_contact_box > div {
	margin-bottom: 0.5em;
}
.kakuka_contact_box > div:last-child {
	margin-bottom: 0px;
}

.kakuka_tel_list div span:before {
	content: '（';
}
.kakuka_tel_list div span:after {
	content: '）';
}
.kakuka_tel_list div span:empty:before,
.kakuka_tel_list div span:empty:after {
	display: none;
}

.kakuka_email a {
	display: inline-block;
	background: url(/img/common/icon_mail.png) no-repeat left center;
	padding: 3px 0px 3px 35px;
}

/* 課室 */
#sidebar2 .kakuka_email a {
	font-size: 1.5rem;
	padding-left: 30px;
}

#sidebar2 > div#soshiki_pr_image {
	margin-bottom: 20px;
}
#soshiki_pr_image img {
	width: 100%;
	height: auto;
}

#freespace_ka,
#main_body div#freespace_ka {
	margin: 30px 0px;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka p {
	margin: 0px 0px 10px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}

#kakuka_page_index_link {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#kakuka_page_index_link li {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	background: #ecf5fb;
	margin: 5px;
}
#kakuka_page_index_link li a {
	display: block;
	padding: 18px 20px 18px 50px;
	position: relative;
}
#kakuka_page_index_link li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #ecf5fb;
	border-left: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	left: 24px;
	top: 1.3em;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin-top: 5px;
}
#kakuka_page_index_link li a:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #931d23;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	top: 1.3em;
}

/* 改ページ */
.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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.book_list_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

#main_body .book_list_box h3 {
	margin-top: 0px;
}
.book_list_box .book_info {
	width: 100%;
	display: table;
}
.book_list_box .book_info > div {
	display: table-cell;
	vertical-align: top;
}
.book_list_box .book_info > div.book_thumb_img {
	width: 66px;
	padding-right: 15px;
}
.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: 0.5em;
}
.book_list_box .book_info > div.book_detail > div:last-child {
	margin-bottom: 0px;
}

/* アンケート */
.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	border: none;
	background: #d7dce0;
	border-radius: 5px;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0px 5px;
	padding: 11px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 23%;
}

#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	margin: 0px;
	padding: 2px 0px;
	width: 100%;
	min-width: 100%;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c31f1d;
}

#main_body table#mail_form_tbl {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#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"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body table#mail_form_tbl td textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#mail_form_btn_wrap {
	text-align: center;
	margin: 30px 0px 0px;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	border: none;
	background: #d7dce0;
	border-radius: 5px;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0px 5px;
	padding: 11px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 23%;
}

/* 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 #cccccc;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #d7dce0;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #d7dce0;
	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 #d7dce0;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}



/* タブレット */
@media screen and (max-width: 1279px) {

	/* フッタ */
	#author_link {
		margin-left: 80px;
		margin-right: 80px;
	}
	#copyright {
		margin-left: 80px;
		margin-right: 80px;
	}

}
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#he_right {
		padding: 10px 0px;
	}

	/* グローバルメニュー */
	#gnav {
		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;
	}
	#gnav .nav1,
	#gnav .nav1:first-child {
		display: inline-block;
		width: calc(33% - 2px);
		border: 1px solid #600;
	}
	#gnav .nav1 .nav2_box {
		display: none !important;
	}

	/* おすすめコンテンツ */
	#detail_side_osusume ul li {
		width: calc(33% - 20px);
	}

	/* SNSボタン */
	#content_footer > div#sns_button_wrap {
		display: block;
		margin-left: 0px;
	}

	/* 分類 */
	div[id^="main_header_life3_"] h1 {
		height: 0px;
		padding-top: 27%;
	}
	#life3box_wrap .life3box {
		width: 100%;
	}

	.lifesub_cat_list {
		width: calc(50% - 10px);
	}

	/* 組織 */
	#kakuka_page_index_link li {
		width: calc(50% - 10px);
	}

	/* ウェブブック */
	.book_list_box {
		width: calc(50% - 10px);
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 55%;
	}
	#main_body table.tbl_ques th.button {
		width: 15%;
	}

}
/* タブレット ここまで */