@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;
}
#viewPCMode {
	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 {
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
	color: #333;
}
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: #0d59b7;
	text-decoration: underline;
}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: none;
	border-radius: 0;
	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;
}

/* リンクオンマウス時 */
a,
input[type="button"],
input[type="submit"],
button {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	opacity: 0.8;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 1em 0px;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 10px;
	max-width: 100%;
}
#main_body th {
	background: #f6f6f6;
	border-color: #333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #333;
	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;
	padding: 21px 30px 20px;
	background: url(/img/common/h1_bg.png) no-repeat right 20px top 0px #b0dcee;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2 {
	clear: both;
	margin: 20px 0px;
	padding: 14px 30px 13px;
	background: url(/img/common/h2_bg.png) no-repeat 15px center #dceeb0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h3 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 27px 7px;
	border: 3px solid #b0dcee;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 30px 7px;
	border-bottom: 5px solid #dceeb0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 20px 0px;
	padding: 8px 30px 7px;
	border-bottom: 3px solid #b0dcee;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 20px 0px;
	padding: 6px 30px;
	border-bottom: 1px solid #999;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}


/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	background: #b0dcee;
	font-size: 1.4rem;
	min-height: 240px;
}

#header_box {
	width: calc(100% - 20px);
	max-width: 1040px;
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#header2 {
	width: 100%;
	position: relative;
}

#he_left {
	width: 176px;
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#he_left h1, #he_left p {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	width: 100%;
	height: auto;
}

#he_right {
	padding: 5px 0px;
}

/* メニュー */
#header_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
#header_link > ul {
	display: inline-block;
	vertical-align: middle;
	width: 450px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_link > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 8px;
}
#header_link > ul > li > a {
	display: inline-block;
	color: #333;
	font-size: 1.3rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 5px 0px 5px 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}
#header_link > ul > li > a:hover {
	text-decoration: underline;
}
#header_link > ul > li#hl_main > a {
	background-image: url(/img/common/icon_hl_main.png);
}
#header_link > ul > li#hl_guide > a {
	background-image: url(/img/common/icon_hl_guide.png);
}
#header_link > ul > li#hl_sitemap > a {
	background-image: url(/img/common/icon_hl_sitemap.png);
}
#header_link > ul > li#hl_lang > a {
	background-image: url(/img/common/icon_hl_lang.png);
}
#header_link > ul > li#hl_support > a {
	background-image: url(/img/common/icon_hl_support.png);
}
#header_link > ul > li#hl_mypage > a {
	background-image: url(/img/common/icon_hl_mypage.png);
}

#header_link > ul > li#hl_sns > span {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 8px;
}
#header_link > ul > li#hl_sns > span img {
	width: auto;
	height: 32px;
}

/* メニュー展開 */
#hl_support,
#hl_mypage {
	position: relative;
}

.box_hl {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 10;
	background: #eff8fc;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	width: 250px;
	min-width: 16em;
	text-align: left;
}
.box_hl.box_hl_open {
	display: block;
}

#hl_mypage .box_hl {
	width: 300px;
	min-width: 18em;
}

.box_hl_close {
	display: block;
	width: 7rem;
	border: 1px solid #000;
	background: #333;
	color: #fff;
	font-size: 1.1rem;
	margin: 20px auto 0px;
	padding: 3px 0px;
}

/* 文字の大きさ・色の変更 */
#box_hl_support dl {
	margin: 0px 0px 20px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#box_hl_support dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 6em;
	text-align: right;
	margin: 0px 10px 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 #fff;
	color: #333;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px 0px 0px 2px;
	padding: 5px 7px;
}

#box_hl_support dl dd a#haikei_white {
	border-color: #fff;
	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;
}

/* グローバルメニュー */
#top_search {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	padding: 0px 20px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

ul#header_link_subsite {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#header_link_subsite li {
	display: inline-block;
	vertical-align: top;
	width: 105px;
	margin: 0px 10px;
}
ul#header_link_subsite li a {
	display: block;
}
ul#header_link_subsite li img {
	width: 100%;
	height: auto;
}

ul#gnav {
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#gnav li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin: 12px 0px 0px;
	padding: 0px 5px;
	border-right: 2px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul#gnav li:nth-child(3n) {
	border-right: none;
}
ul#gnav li a {
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
}
ul#gnav li a:hover {
	text-decoration: underline;
}

/* 検索 */
#header3 {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	padding: 10px 10px 20px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#header3_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#top_search_keyword {
	display: inline-block;
	vertical-align: top;
	width: 190px;
}
#cse-search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#cse-search-box label {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: 5px;
}
#tmp_query {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px) !important;
	height: 40px !important;
	border: 1px solid #aaaaaa !important;
	border-right: none !important;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.2rem;
}
#submit {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 41px;
	height: 40px;
	border: 1px solid #aaaaaa;
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	background: url(/img/common/icon_search.png) no-repeat center center #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

#cse_filetype {
	margin-top: 4px;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset legend {
	display: none;
}
#cse_filetype fieldset span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
#cse_filetype fieldset span:last-child {
	margin-right: 0px;
}
#cse_filetype fieldset span input {
	margin: 4px 4px 0px 0px;
	vertical-align: top;
}

/* ページ番号検索 */
#top_search_page_id_wrap {
	display: inline-block;
	vertical-align: top;
	width: 190px;
}
#top_search_page_id_wrap label {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: 5px;
}

#top_search_page_id {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#open_page_id {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
	height: 40px;
	border: 1px solid #aaaaaa;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.2rem;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 41px;
	height: 40px;
	border: 1px solid #aaaaaa;
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	background: url(/img/common/icon_search.png) no-repeat center center #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#open_page_id_message {
	margin-top: 4px;
}
#open_page_id_message:empty {
	margin-top: 0px;
}

/* 検索メニュー */
#header_link_search {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	padding-top: 10px;
}
#header_link_search div {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	padding: 10px 15px 10px 0px;
}
#header_link_search div:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-left: none;
	border-bottom: none;
	position: absolute;
	right: 5px;
	top: 1.5em;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg)
}
#header_link_search ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 330px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#header_link_search ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 5px);
	margin-left: 5px;
}
#header_link_search ul li a {
	display: block;
	border: 2px solid #4a83c9;
	background: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	margin: 5px 0px;
	padding: 15px 0px 13px;
}
#header_link_search ul li a:hover {
	text-decoration: underline;
}
#header_link_search ul li:nth-child(2) a {
	padding: 6px 0px 4px;
}


/********** 4 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.4rem;
}

/* フッタリンク */
#footer_link {
	background: #b0dcee;
}
#footer_link ul {
	width: calc(100% - 20px);
	max-width: 1040px;
	margin: 0px auto;
	padding: 10px 0px;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#footer_link ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 15px 6px 0px;
	padding-right: 15px;
	border-right: 1px solid #333;
	line-height: 1.3;
}
#footer_link ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
#footer_link ul li a {
	color: #333;
}

/* 管理者情報 */
#author_info_bg {
	background: url(/img/common/bg_footer.png) no-repeat center top #fff;
	min-height: 520px;
}
#author_info {
	width: calc(100% - 20px);
	max-width: 1040px;
	margin: 0px auto;
	position: relative;
}

#author_box {
	width: 400px;
	padding: 20px 30px;
}
#author_box p {
	margin: 0px;
}
#author_box p span {
	display: inline-block;
	margin-right: 1em;
}
#author_box p.f_author {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	background: url(/img/common/logo_footer.png) no-repeat center top;
	text-align: center;
	margin-bottom: 10px;
	padding: 70px 15px 4px;
	line-height: 1.2;
}

ul#footer_link_author {
	margin: 0px;
	padding: 14px 0px 0px;
	list-style: none;
}
ul#footer_link_author li {
	display: block;
	margin-top: 10px;
}
ul#footer_link_author li a {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #333;
	border: 1px solid;
	border-radius: 10px;
	text-decoration: none;
	padding: 9px 10px 9px 50px;
	min-width: 210px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
ul#footer_link_author li a:hover {
	text-decoration: underline;
}
ul#footer_link_author li a span {
	font-size: 1rem;
}

ul#footer_link_author li#fl_mail a {
	background: url(/img/common/icon_fl_mail.png) no-repeat 15px center;
}
ul#footer_link_author li#fl_access a {
	background: url(/img/common/icon_fl_access.png) no-repeat 15px center;
}
ul#footer_link_author li#fl_character {
	padding-top: 10px;
}
ul#footer_link_author li#fl_character a:after {
	content: '';
	display: block;
	width: 40px;
	height: 47px;
	background: url(/img/common/icon_fl_character.png) no-repeat center center;
	position: absolute;
	left: 3px;
	top: -10px;
}

/* コピーライト */
#copyright {
	width: 400px;
	padding: 2px 30px 40px;
}
#copyright p {
	margin: 0px;
	font-size: 1.2rem;
}

/* 人口 */
#top_jinkou {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px 30px;
	text-align: right;
	font-size: 1.2rem;
}
#top_jinkou_list dl {
	margin: 0px 0px 10px;
	padding: 0px;
}
#top_jinkou_list dl dt {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 5px;
	margin: 0px;
	padding: 0px 7px;
}
#top_jinkou_list dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 1px 0px 1px 5px;
	min-width: 75px;
}
#top_jinkou_link {
	margin-top: 4px;
}

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 90px;
	position: fixed;
	right: 10px;
	bottom: -180px;
	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: 10px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
}

/* おすすめ情報 */
#osusume_banner {
	position: fixed;
	left: 10px;
	bottom: 15px;
	z-index: 80;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 50px;
}
#osusume_banner_ttl a {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: -5px;
	z-index: 1;
}
#osusume_banner_ttl a:after {
	content: '';
	display: block;
	width: 42px;
	height: 12px;
	background: url(/img/common/icon_osusume_open.png) no-repeat center top;
	position: absolute;
	bottom: 14px;
	left: 27px;
}
#osusume_banner.open #osusume_banner_ttl a:after {
	background-image: url(/img/common/icon_osusume_close.png);
}
#osusume_banner_ttl a:hover,
#osusume_banner_ttl a:hover img {
	opacity: 1;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	max-width: calc(100vw - 240px);
	min-width: 280px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	border: 3px solid #1946bc;
	border-left: none;
	border-radius: 0px 45px 45px 0px;
	overflow: hidden;
	padding: 7px 45px 7px 60px;
}
#osusume_banner.open #osusume_banner_list {
	display: table-cell;
}

#osusume_banner_list_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#osusume_banner_list_box ul li {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 5px 0px;
	padding: 0px 5px;
	border-right: 1px solid #ccc;
}
#osusume_banner_list_box ul li:last-child {
	border-right: none;
}
#osusume_banner_list_box ul li img {
	width: 100%;
	height: auto;
}


/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 20px 0px;
	font-size: 1.5rem;
	line-height: 1.4;
}
#pankuzu_wrap > div {
	width: calc(100% - 20px);
	max-width: 1040px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 5rem;
	height: 2rem;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 0.3rem 0px 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}


/********** 6 メイン **********/

/* メイン */
#mymainback {
	padding-bottom: 60px;
}


/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend h2,
#sidebar_ai_recommend h2 {
	margin: 0px;
	padding: 13px 10px 13px 60px;
	background: url(/img/common/icon_ttl_recommend.png) no-repeat 20px center #fae7f4;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
#sidebar_ai_recommend h2 {
	background-image: url(/img/common/icon_ttl_ai_recommend.png);
}
#sidebar_recommend h2 span,
#sidebar_ai_recommend h2 span {
	display: inline-block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	margin-top: 1px;
	padding: 13px 20px;
	background: #f6f6f6;
}

/* 「見つからないとき」「よくある質問」 */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	margin-bottom: 10px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: #f9f9db;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 20px;
	text-align: center;
}
#common_banner_link ul li a span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
}
#common_banner_link ul li a:hover span {
	text-decoration: underline;
}
#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);
}


/********** 8 バナー **********/

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.banner_list li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 150px;
	margin: 10px;
}
ul.banner_list li img {
	width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	margin: 0px auto 10px;
}
ul.banner_list.banner_list_side li:last-child {
	margin-bottom: 0px;
}


/********** 9 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.navigation ul li,
.navigation > div {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 10px 0px;
	padding-right: 15px;
	border-right: 1px solid;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	display: block;
	margin: 0px;
	padding: 8px 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
	padding-right: 15px;
	color: #666;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 150px;
	padding-right: 30px;
}
.list_pack .article_img span {
	display: block;
}
.list_pack .article_img span:empty {
	height: 111px;
	background: url(/img/common/noimage.png) no-repeat center center #dcdcdc;
}
.list_pack .article_img span img {
	width: 100%;
	height: auto;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
	color: #666;
}
.list_pack .article_txt .article_title {
	display: block;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin-top: 20px;
	text-align: center;
}
div.link_ichiran a {
	display: inline-block;
	background: #f4f7fb;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	padding: 10px;
	min-width: 260px;
}
div.link_ichiran a:hover {
	text-decoration: underline;
}

/* リスト（newアイコン） */
img.icon_new {
	vertical-align: top;
	margin-top: 0.2em;
	margin-left: 10px;
}

/* リスト（新着情報） */
.section_information {
	margin: 0px auto 30px;
	max-width: 700px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px 0px 10px;
	padding: 40px 0px;
	border: none;
	background: url(/img/common/bg_ttl_info.png) no-repeat center center transparent;
	font-size: 1.8rem;
	line-height: 2rem;
	text-align: center;
}
.section_information p.no_data {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	margin: 0px;
	padding: 8px 0px;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
	padding-right: 15px;
	color: #666;
}

.section_information_list div.link_box {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 20px;
}
.section_information_list div.link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 0px;
}
.section_information_list div.link_box span:before {
	content: '／';
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.section_information_list div.link_box span:first-child:before {
	display: none;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px 0px 10px;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 150px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 {
	padding-left: 30px;
}
.section_information_thum > div.lettering3 span {
	display: block;
}
.section_information_thum > div.lettering3 span.list_tit_list {
	color: #666;
}


/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_list_wrap > div {
	margin-bottom: 50px;
}
#sitemap_list_wrap > div:last-child {
	margin-bottom: 0px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] h1 {
	margin: 0px 0px 20px;
	padding: 21px 30px 20px;
	background: url(/img/common/h1_bg.png) no-repeat right 20px top 0px #b0dcee;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

div#main_header_life3_1,
div#main_header_life3_3,
div#main_header_life3_4 {
	display: block;
	width: 100%;
	height: 200px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0px 0px 50px;
	padding: 0px;
	position: relative;
}
div#main_header_life3_1 { background-image: url(/img/life/life3_1_title.jpg); } /* 暮らしの情報 */
div#main_header_life3_3 { background-image: url(/img/life/life3_3_title.jpg); } /* 健康・福祉 */
div#main_header_life3_4 { background-image: url(/img/life/life3_4_title.jpg); } /* 子育て・教育 */

div#main_header_life3_1 h1,
div#main_header_life3_3 h1,
div#main_header_life3_4 h1 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	background: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* 大分類（便利情報） */
#life3_guide {
	margin: 50px 0px;
}
#life3_guide h2 {
	margin: 0px 0px 10px;
	padding: 25px 0px 23px;
	border: none;
	background: url(/img/common/bg_ttl_life.png) no-repeat center center transparent;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#life3_guide h2 span {
	display: block;
}
#life3_guide h2 span.sub {
	font-size: 1.4rem;
}

#life3_guide_box {
	background: #f9f9db;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 40px 75px 35px;
}
#life3_guide_box .guide_box {
	display: inline-block;
	vertical-align: top;
	width: 330px;
}
#life3_guide_box .guide_box.half {
	width: 110px;
	padding-top: 2.5rem;
}
#life3_guide_box .guide_box h3 {
	margin: 0px;
	padding: 0px 5px 0.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
}

#life3_guide_box .guide_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#life3_guide_box .guide_box ul li {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin: 5px;
}
#life3_guide_box .guide_box ul li a {
	display: block;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 8px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 72px 0px 10px;
}
#life3_guide_box .guide_box ul li a:hover {
	text-decoration: underline;
}
#life3_guide_box .guide_box ul li.br a {
	padding-top: 62px;
	padding-bottom: 4px;
}

#life3_guide_box .guide_box ul li.icon_life1 a { background-image: url(/img/common/icon_life1.png); }
#life3_guide_box .guide_box ul li.icon_life2 a { background-image: url(/img/common/icon_life2.png); }
#life3_guide_box .guide_box ul li.icon_life3 a { background-image: url(/img/common/icon_life3.png); }
#life3_guide_box .guide_box ul li.icon_life4 a { background-image: url(/img/common/icon_life4.png); }
#life3_guide_box .guide_box ul li.icon_life5 a { background-image: url(/img/common/icon_life5.png); }
#life3_guide_box .guide_box ul li.icon_life6 a { background-image: url(/img/common/icon_life6.png); }

#life3_guide_box .guide_box ul li.icon_useful1 a { background-image: url(/img/common/icon_useful1.png); }
#life3_guide_box .guide_box ul li.icon_useful2 a { background-image: url(/img/common/icon_useful5.png); }
#life3_guide_box .guide_box ul li.icon_useful3 a { background-image: url(/img/common/icon_useful3.png); }
#life3_guide_box .guide_box ul li.icon_useful4 a { background-image: url(/img/common/icon_useful4.png); }
#life3_guide_box .guide_box ul li.icon_useful5 a { background-image: url(/img/common/icon_useful2.png); }
#life3_guide_box .guide_box ul li.icon_useful6 a { background-image: url(/img/common/icon_useful6.png); }

#life3_guide_box .guide_box ul li.icon_bosai1 a {
	background-image: url(/img/common/icon_bosai1.png);
	border-color: #cc0000;
	color: #cc0000;
}
#life3_guide_box .guide_box ul li.icon_bosai2 a {
	background-image: url(/img/common/icon_bosai2.png);
	border-color: #0d59b7;
	color: #0d59b7;
}

/* 大・中分類 */
#life_banner {
	margin-top: 40px;
}

#life_cat_list_wrap {
	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;
}
#main_body #life_cat_list_wrap h2,
#main_body #life_cat_list_wrap h3 {
	border: none;
	background: #b0dcee;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 20px;
	padding: 18px 20px 17px;
	text-align: center;
}

.life_cat_list .navigation ul {
	display: block;
}

.life_cat_list .info_list.info_list_date ul li {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.life_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-right: 0px;
}

.life_list3 .life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin-top: 30px;
	margin-right: 10px;
}
.life_list3 .life_cat_list:nth-child(1),
.life_list3 .life_cat_list:nth-child(2),
.life_list3 .life_cat_list:nth-child(3) {
	margin-top: 0px;
}
.life_list3 .life_cat_list:nth-child(3n) {
	margin-right: 0px;
}

.life_list2 .life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: 510px;
	margin-top: 30px;
	margin-right: 20px;
}
.life_list2 .life_cat_list:nth-child(1),
.life_list2 .life_cat_list:nth-child(2) {
	margin-top: 0px;
}
.life_list2 .life_cat_list:nth-child(2n) {
	margin-right: 0px;
}

/* 関連情報 */
#kanren_info {
	background: #e7f4fa;
	padding: 15px 20px;
	text-align: center;
}
#kanren_info h2 {
	display: inline-block;
	background: url(/img/common/icon_ttl_kanren.png) no-repeat left center;
	margin: 0px;
	padding: 8px 10px 7px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#kanren_info .kanren_box {
	padding: 10px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 10px;
	padding: 10px 20px 8px;
	background: #c6e6f3;
	font-size: 1.6rem;
	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 {
	display: block;
	padding: 3px 0px 3px 20px;
	position: relative;
}
#kanren_info .kanren_box ul li:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 100%;
	position: absolute;
	left: 5px;
	top: 0.7em;
}

#kanren_info .kanren_box div.link_ichiran {
	margin-top: 10px;
}
#kanren_info .kanren_box div.link_ichiran a {
	display: block;
	background: #fff;
	min-width: 0px;
}

/* サブカテゴリ */
#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;
}
#main_body #lifesub_cat_list_wrap h2,
#main_body #lifesub_cat_list_wrap h3,
.life_cat_list_ttl {
	border: none;
	background: #b0dcee;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 20px;
	padding: 18px 20px 17px;
	text-align: center;
}
.life_cat_list_ttl {
	margin-bottom: 0px;
}

.lifesub_cat_list .info_list.info_list_date ul li {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span {
	display: block;
}
.lifesub_cat_list .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-right: 0px;
}

.kanren_index .lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin-top: 30px;
	margin-right: 10px;
}
.kanren_index .lifesub_cat_list:nth-child(1),
.kanren_index .lifesub_cat_list:nth-child(2),
.kanren_index .lifesub_cat_list:nth-child(3) {
	margin-top: 0px;
}
.kanren_index .lifesub_cat_list:nth-child(3n) {
	margin-right: 0px;
}

.kanren2 .lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: 510px;
	margin-top: 30px;
	margin-right: 20px;
}
.kanren2 .lifesub_cat_list:nth-child(1),
.kanren2 .lifesub_cat_list:nth-child(2) {
	margin-top: 0px;
}
.kanren2 .lifesub_cat_list:nth-child(2n) {
	margin-right: 0px;
}

/* 組織 */
#soshiki_hyouji ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
#soshiki_hyouji ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 0px 0px;
	padding-right: 15px;
	border-right: 1px solid;
}
#soshiki_hyouji ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.side_box {
	background: #f6f6f6;
	padding: 20px;
}
.side_box h2 {
	margin: 0px 0px 10px;
	padding: 8px 20px 7px;
	background: #e6f1cc;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.side_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side_box ul li {
	display: block;
	padding: 3px 0px 3px 20px;
	position: relative;
}
.side_box ul li:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 100%;
	position: absolute;
	left: 5px;
	top: 0.7em;
}

.side_box_txt {
	font-size: 1.5rem;
}
.side_box_txt > div,
.side_box_txt p {
	margin-bottom: 0.5em;
}
.side_box_txt > div:last-child,
.side_box_txt p:last-child {
	margin-bottom: 0px;
}

/* 部局 */
.section_information2 {
	margin-bottom: 30px;
}

#freespace_bu,
#main_body div#freespace_bu {
	clear: both;
	margin-bottom: 30px;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p: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_info_box {
	margin-bottom: 30px;
}
.kakuka_info_box:last-child {
	margin-bottom: 0px;
}

/* 課室 */
#soshiki_pr_image {
	margin: 0px 0px 30px;
}
#soshiki_pr_image img {
	max-width: 100%;
	height: auto;
}

#freespace_ka,
#main_body div#freespace_ka {
	clear: both;
	margin-bottom: 30px;
}
#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_view {
	max-width: 260px;
	margin: 10px auto 0px;
}
.kakuka_view img {
	width: 100%;
	height: auto;
}

/* 改ページ */
.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% - 10px);
	margin-top: 30px;
}
.book_list_box:nth-child(1),
.book_list_box:nth-child(2) {
	margin-top: 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;
}
.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;
}

/* アンケート */
#main_body table.tbl_ques {
	width: 100%;
	margin: 0px;
	border-width: 2px;
}
#main_body table.tbl_ques th {
	font-weight: bold;
	text-align: center;
}
#main_body table.tbl_ques th.title {
	width: 60%;
}
#main_body table.tbl_ques th.date {
	width: 15%;
}
#main_body table.tbl_ques th.date2 {
	width: 15%;
}
#main_body table.tbl_ques th.button {
	width: 10%
}
#main_body table.tbl_ques td.t_center {
	text-align: center;
}
.question #main_body table.tbl_ques td input {
	display: block;
	border: none;
	background: #f4f7fb;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-width: 100%;
}
.question #main_body table.tbl_ques td input:hover {
	text-decoration: underline;
}

div.q2 br {
	display: none;
}

.question_detail #main_body fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.question_detail #main_body input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.question_detail #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#hyouka_area_submit,
.question_detail #main_body form p[align="left"] {
	text-align: center;
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f4f7fb;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 23%;
}
.question #main_body input[type="submit"]:hover,
.question #main_body input[type="button"]:hover {
	text-decoration: underline;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #c00;
}

#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;
	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;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	background: #f4f7fb;
	color: #333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 23%;
}
#mail_form_btn_wrap input[type="submit"]:hover {
	text-decoration: underline;
}

#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table {
	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 !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 地図でさがす */
#shisetsu_list_txt {
	border: 1px solid #4a83c9;
	border-bottom: none;
}
#shisetsu_list_txt p {
	margin: 0px;
	padding: 20px;
}

#shisetsu_list_link {
	border: 1px solid #4a83c9;
	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 #4a83c9;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}



/* タブレット */
@media screen and (max-width : 1079px) {

	/* ヘッダ */
	#header {
		background: #fff;
		min-height: 130px;
		position: relative;
	}

	#spm_wrap {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 100;
	}
	button#spm_menu {
		display: block;
		width: 90px;
		height: 90px;
		border: none;
		background: url(/img/sp/sp_btn_menu.png) no-repeat center center;
		margin: 0px;
		padding: 0px;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
	}
	.spm_menu_open button#spm_menu {
		background-image: url(/img/sp/sp_btn_close.png);
	}

	#he_left {
		width: 260px;
		height: 80px;
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		padding: 25px 0px 25px 10px;
	}
	#he_left #logo {
		background: url(/img/sp/sp_logo.png) no-repeat center center;
	}
	#he_left img {
		width: 260px;
		height: 80px;
		opacity: 0;
	}

	#he_right {
		display: none;
		padding: 0px 20px;
	}
	.spm_menu_open #he_right {
		display: block;
	}

	#header_link {
		display: block;
		text-align: center;
	}
	#header_link > ul {
		display: inline;
		width: auto;
	}
	#header_link > ul > li {
		margin: 5px 15px;
	}
	#header_link > ul > li#hl_main,
	#header_link > ul > li#hl_support,
	#header_link > ul > li#hl_mypage {
		display: none !important; /* 非表示 */
	}
	#header_link > ul > li > a {
		font-size: 1.4rem;
	}

	#top_search {
		display: none;
		width: 100%;
		margin: 0px;
		padding: 20px;
	}
	.spm_menu_open #top_search {
		display: block;
	}
	ul#gnav li {
		margin: 10px 0px;
	}
	ul#gnav li a {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	ul#header_link_subsite li {
		margin: 0px 20px 20px;
	}

	#header3 {
		display: none;
		width: 100%;
		margin: 0px;
		padding: 20px;
	}
	.spm_menu_open #header3 {
		display: block;
	}

	#top_search_keyword {
		width: calc(62% - 20px);
	}
	#top_search_page_id_wrap {
		width: 38%;
	}

	#header_link_search {
		padding-top: 20px;
	}
	#header_link_search ul {
		width: calc(100% - 70px);
	}

	/* フッタ */
	#author_info_bg {
		min-height: 480px;
		background-position: right top;
		background-size: auto 480px;
	}
	#author_box {
		width: 300px;
		padding: 20px 10px;
	}
	#copyright {
		width: 300px;
		padding: 1px 10px 20px;
	}

	#top_jinkou {
		padding: 20px 10px;
	}

	/* おすすめ情報 */
	#osusume_banner {
		position: static;
		margin: 0px 10px 60px;
	}
	#osusume_banner_box {
		display: block;
	}

	#osusume_banner_ttl {
		display: block;
		width: auto;
	}
	#osusume_banner_ttl a {
		position: static;
		margin: 0px auto -45px;
		pointer-events: none;
	}
	#osusume_banner_ttl a img {
		width: 100%;
		height: auto;
	}
	#osusume_banner_ttl a:after {
		display: none !important;
	}

	#osusume_banner_list {
		display: block;
		width: 100%;
		max-width: none;
		min-width: 100%;
		border: 3px solid #1946bc;
		border-radius: 20px;
		padding: 50px 10px 10px;
	}
	#osusume_banner_list_box ul li {
		width: 33%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-right: 1px solid #ccc;
	}
	#osusume_banner_list_box ul li:nth-child(3n),
	#osusume_banner_list_box ul li:last-child {
		border-right: none;
	}

	/* リスト */
	.info_list.info_list_date ul li > span.article_date {
		padding-right: 0px;
	}
	.section_information_list ul li > span.article_date {
		padding-right: 0px;
	}

	/* 分類 */
	div#main_header_life3_1,
	div#main_header_life3_3,
	div#main_header_life3_4 {
		height: 0px;
		padding-top: 20%;
	}

	#life3_guide_box {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	#life3_guide_box .guide_box {
		display: block;
		width: auto;
		max-width: 660px;
		margin: 0px auto 20px;
	}
	#life3_guide_box .guide_box ul {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

	#life3_guide_box .guide_box.half {
		width: auto;
		padding-top: 0px;
		margin-bottom: 0px;
	}

	#life_cat_list_wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.life_list3 .life_cat_list,
	.life_list3 .life_cat_list:nth-child(1),
	.life_list3 .life_cat_list:nth-child(2),
	.life_list3 .life_cat_list:nth-child(3),
	.life_list3 .life_cat_list:nth-child(3n),
	.life_list2 .life_cat_list,
	.life_list2 .life_cat_list:nth-child(1),
	.life_list2 .life_cat_list:nth-child(2),
	.life_list2 .life_cat_list:nth-child(2n) {
		width: calc(50% - 10px);
		margin: 0px 0px 30px;
	}

	/* サブカテゴリ */
	#lifesub_cat_list_wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.kanren_index .lifesub_cat_list,
	.kanren_index .lifesub_cat_list:nth-child(1),
	.kanren_index .lifesub_cat_list:nth-child(2),
	.kanren_index .lifesub_cat_list:nth-child(3),
	.kanren_index .lifesub_cat_list:nth-child(3n),
	.kanren2 .lifesub_cat_list,
	.kanren2 .lifesub_cat_list:nth-child(1),
	.kanren2 .lifesub_cat_list:nth-child(2),
	.kanren2 .lifesub_cat_list:nth-child(2n) {
		width: calc(50% - 10px);
		margin: 0px 0px 30px;
	}

	/* 組織 */
	#sidebar2 #freespace2_ka img {
		max-width: 100%;
		height: auto !important;
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 55%;
	}
	#main_body table.tbl_ques th.button {
		width: 15%;
	}

}
/* タブレット ここまで */


/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: inherit !important;
	pointer-events: none !important;
}
/* telリンク無効 ここまで */



/* SDGsアイコン */
.content_header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px 0px 20px;
}
.content_header_wrap > div {
	display: inline-block;
	vertical-align: top;
}
.content_header_wrap > div#content_header {
	width: calc(100% - 220px);
	margin: 0px;
}
.content_header_wrap > div#content_header:only-of-type {
	width: 100%;
}

.content_header_wrap .d-flex.f-wrap-wrap {
	width: 210px;
}
.content_header_wrap .d-flex.f-wrap-wrap img {
	width: 100px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
}

.view_print_mode .content_header_wrap > div#content_header,
.view_print_mode .content_header_wrap .d-flex.f-wrap-wrap {
	width: auto;
}

/* タブレット */
@media screen and (max-width : 1079px) {
	.content_header_wrap,
	.content_header_wrap > div {
		display: block;
	}
	.content_header_wrap > div#content_header {
		width: auto;
	}
	.content_header_wrap .d-flex.f-wrap-wrap {
		width: auto;
		margin-bottom: 20px;
	}
}

/* スマートフォン */
@media screen and (max-width: 670px) {
	.content_header_wrap .d-flex.f-wrap-wrap img {
		max-width: calc(25% - 5px);
	}
}
/* SDGsアイコン ここまで */