@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: #111;
}
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: #1566ca;
	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 {
	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.75;
}

/* 外部リンク */
.external_link_text {
	display: none;
}

/* 基本タグ */
p {
	margin: 0px 0px 1.5em;
	word-break: normal;
	word-wrap: break-word;
}

hr {
	clear: both;
}

/* テーブル */
#main_body table {
	border-color: #111;
	border-collapse: collapse;
	border-style: solid;
	margin: 0px 0px 1.5em;
	max-width: 100%;
}
#main_body th {
	background: #e2effa;
	border-color: #111;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
}
#main_body td {
	border-color: #111;
	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: 40px;
}
#main_header h1 {
	margin: 0px;
	padding: 20px 30px 17px;
	background: url(/img/common/h1_bg.png) no-repeat right 20px bottom 0px #1566ca;
	border-radius: 10px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 1px 1px 0px #1566ca, -1px -1px 0px #1566ca, 1px -1px 0px #1566ca, -1px 1px 0px #1566ca;
}

#main_body h2 {
	clear: both;
	margin: 0px 0px 1.5em;
	padding: 0px 15px 19px;
	background: #fff;
	border-bottom: 1px solid #1566ca;
	color: #1566ca;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}
#main_body .main_body_box h2,
#main_body.main_body_box h2 {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
}

#main_body h3 {
	clear: both;
	margin: 0px 0px 1.2em;
	padding: 12px 15px 10px;
	background: #1566ca;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h4 {
	clear: both;
	margin: 0px 0px 1.2em;
	padding: 9px 15px 8px;
	background: #e2effa;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h5 {
	clear: both;
	margin: 0px 0px 1em;
	padding: 7px 0px 5px;
	background: #fff;
	color: #1566ca;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h6 {
	clear: both;
	margin: 0px 0px 1em;
	padding: 4px 0px 3px;
	background: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#main_body h2 a, #main_body h3 a, #main_body h4 a, #main_body h5 a, #main_body h6 a {
	color: inherit;
}


/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.5rem;
}

#header3 {
	display: none;
}

#header2 {
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0px auto;
	position: relative;
	min-height: 125px;
}

#he_left {
	display: block;
	width: 236px;
	position: absolute;
	top: 18px;
	left: 0px;
}
#he_left p,
#he_left h1 {
	margin: 0px;
}
#he_left a {
	display: block;
}
#he_left img {
	max-width: 100%;
	height: auto;
}

#he_right {
	margin-left: 240px;
	padding: 20px 0px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

/* ヘッダメニュー */
#header_link {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#header_link li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #e8e8e8;
	margin: 5px 0px 5px 10px;
	padding-left: 10px;
}
#header_link li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
#header_link li > a,
#header_link li > div > a {
	display: inline-block;
	vertical-align: top;
	color: #111;
	line-height: 2rem;
	margin: 6px 0px 4px;
	text-decoration: none;
}
#header_link li > a:hover,
#header_link li > div > a:hover {
	text-decoration: underline;
}

/* 文字サイズ・背景色 */
#header_link dl {
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#header_link dt {
	display: inline-block;
	vertical-align: top;
	line-height: 2rem;
	margin: 0px;
	padding: 6px 0px 4px;
}
#header_link dd {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#header_link dd a {
	display: block;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	color: #111;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 6px 9px 4px;
}
#header_link dd a:hover {
	text-decoration: underline;
}

#header_link dd a#haikei_white {
	border-color: #e8e8e8;
	background: #e8e8e8 !important;
	color: #111 !important;
}
#header_link dd a#haikei_black {
	border-color: #000;
	background: #000 !important;
	color: #fff !important;
}
#header_link dd a#haikei_blue {
	border-color: #00f;
	background: #00f !important;
	color: #ff0 !important;
}

/* キーワード検索 */
#top_search_keyword {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}
#cse-search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#cse-search-box label {
	display: inline-block;
	vertical-align: top;
	width: 7.5em;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 0px;
	text-align: left;
}
#tmp_query {
	display: inline-block;
	vertical-align: top;
	width: 220px !important;
	height: 30px !important;
	border: 1px solid #1566ca !important;
	border-right: none !important;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.5rem;
}
#submit {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 41px;
	height: 30px;
	border: 1px solid #1566ca;
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/common/icon_search.png) no-repeat center center #1566ca;
	color: #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

/* ページ番号検索 */
#top_search_page_id {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 20px;
	position: relative;
}
#top_search_page_id_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_search_page_id_box label {
	display: inline-block;
	vertical-align: top;
	width: 8.5em;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 0px;
	text-align: left;
}
#open_page_id {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 30px;
	border: 1px solid #1566ca !important;
	border-right: none !important;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.5rem;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	width: 41px;
	height: 30px;
	border: 1px solid #1566ca;
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/common/icon_search.png) no-repeat center center #1566ca;
	color: #fff;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}

#open_page_id_message {
	position: absolute;
	top: 100%;
	right: 0px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #111;
	margin-top: 5px;
	padding: 10px 20px;
}
#open_page_id_message:empty {
	display: none;
}

/* グローバルメニュー */
#top_search {
	background: url(/img/common/bg_nav2.png) repeat-x center top, url(/img/common/bg_nav.png) repeat center top #1566ca;
	color: #fff;
}
#top_search a {
	color: inherit;
}
#top_search_box {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 40px 0px 30px;
}

ul#gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
}
ul#gnav li {
	display: table-cell;
	vertical-align: middle;
	background: url(/img/common/line_gnav.png) no-repeat right center;
	text-align: center;
}
ul#gnav li:last-child {
	background: none;
}
ul#gnav li a {
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.5rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	background: url(/img/common/icon_gnav_arrow.png) no-repeat right center;
	padding: 6px 20px 4px 0px;
}
ul#gnav li a:hover {
	text-decoration: underline;
}


/********** 4 フッタ **********/

/* フッタ */
#footer {
	border-top: 2px solid #d4dee7;
	font-size: 1.6rem;
}

/* 管理者情報 */
#author_info {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 65px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: url(/img/common/bg_footer.png) no-repeat right 30px;
}
#author_info > div {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#author_box {
	width: calc(100% - 280px);
	padding-left: 50px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#author_box p {
	margin: 0px;
	font-size: 1.4rem;
}
#author_box p.f_author {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
}

#author_box .f_detail {
	width: auto;
	display: table;
	background: rgba(255,255,255,0.7);
	border: 2px solid #1566ca;
	border-radius: 10px;
	margin-top: 30px;
}
#author_box .f_detail > div {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#author_box .f_detail .f_detail_ttl {
	width: 140px;
	color: #1566ca;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px 5px 5px 10px;
}

#author_box .f_detail .f_detail_txt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 20px 15px 5px;
}
#author_box .f_detail .f_detail_txt span {
	font-size: 1.3rem;
	font-weight: normal;
}

#author_box2 {
	width: 280px;
	border-right: 1px solid #d4dee7;
	padding-right: 20px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

/* フッタメニュー */
#footer_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer_link ul li {
	display: block;
	margin-top: 5px;
}
#footer_link ul li a {
	color: #111;
	text-decoration: none;
}
#footer_link ul li a:hover {
	text-decoration: underline;
}

/* コピーライト */
#copyright p {
	margin: 70px 0px 0px;
	font-size: 1.1rem;
	line-height: 1.2;
}

/* ページトップ */
#footer_link_pagetop {
	display: block;
	width: 98px;
	position: fixed;
	right: 10px;
	bottom: -200px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 10px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	max-width: 100%;
	height: auto;
}

/* 旭市の魅力（回遊） */
#osusume_banner {
	position: fixed;
	left: 0px;
	bottom: 35px;
	z-index: 80;
}
#osusume_banner_box {
	width: auto;
	display: table;
}

#osusume_banner_ttl {
	display: table-cell;
	vertical-align: bottom;
	width: 115px;
}
#osusume_banner_ttl a {
	display: block;
	width: 195px;
	height: 190px;
	position: absolute;
	left: 0px;
	bottom: -35px;
	z-index: 1;
}
#osusume_banner_ttl a:after {
	content: '';
	display: block;
	width: 70px;
	height: 24px;
	background: url(/img/common/btn_osusume_open.png) no-repeat center top;
	position: absolute;
	left: 50%;
	bottom: 55px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#osusume_banner.open #osusume_banner_ttl a:after {
	background-image: url(/img/common/btn_osusume_close.png);
}
#osusume_banner_ttl a:hover,
#osusume_banner_ttl a:hover img {
	opacity: 1;
}
#osusume_banner_ttl a:hover:after {
	opacity: 0.75;
}

#osusume_banner_list {
	display: none;
	vertical-align: bottom;
	max-width: calc(100vw - 260px);
	min-width: 300px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	border: 2px solid #1566ca;
	border-radius: 10px;
	padding: 8px 8px 8px 78px;
	position: relative;
}
#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;
	max-width: calc(100% - 20px);
	margin: 10px;
}
#osusume_banner_list_box ul li:last-child {
	border-right: none;
}
#osusume_banner_list_box ul li a {
	display: block;
}
#osusume_banner_list_box ul li img {
	max-width: 100%;
	height: auto;
}

#osusume_banner_close {
	display: block;
	width: 20px;
	height: 20px;
	border: none;
	background: url(/img/common/btn_keep_clear.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	right: -5px;
	bottom: -5px;
}


/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	border-bottom: 2px solid #d4dee7;
	font-size: 1.6rem;
	padding: 20px 0px 14px;
}
#pankuzu_wrap > div {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu {
	position: relative;
	padding: 3px 0px 3px 11rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current {
	display: block;
	width: 9rem;
	height: 3rem;
	background: #1566ca;
	border-radius: 15px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 0.6rem 0px 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}


/********** 6 メイン **********/

/* メイン */
#mymainback_bg {
	background: url(/img/common/bg_main.png) repeat center top #e0e6ec;
}
#mymainback {
	padding-top: 60px;
	padding-bottom: 60px;
}

.main_body_box,
#main_body.main_body_box {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.main_body_box > *:first-child {
	margin-top: 0px !important;
}
.main_body_box > *:last-child {
	margin-bottom: 0px !important;
}


/********** 7 サイド **********/

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #9eb1c3;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#sidebar_recommend h2,
#sidebar_ai_recommend h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #1566ca;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#sidebar_recommend h2 span,
#sidebar_ai_recommend h2 span {
	display: inline-block;
	vertical-align: top;
}
#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-bottom: 5px;
	padding: 3px 0px 3px 10px;
	position: relative;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	margin-bottom: 0px;
}
#sidebar_recommend ul li:after,
#sidebar_ai_recommend ul li:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #111;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0.8em;
}

/* 「見つからないとき」「よくある質問」 */
#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#common_banner_link ul li {
	display: block;
	margin-bottom: 20px;
}
#common_banner_link ul li:last-child {
	margin-bottom: 0px;
}
#common_banner_link ul li a {
	display: block;
	background: url(/img/common/icon_arrow_white.png) no-repeat 25px center, url(/img/common/bg_common_banner.png) no-repeat right bottom #1566ca;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	padding: 32px 20px 28px 50px;
}
#common_banner_link ul li a:hover {
	text-decoration: underline;
}

/* 重要なお知らせ */
#second_important {
	background: #ffe8e8;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#second_important h2 {
	margin: 0px;
	padding: 12px 20px 8px;
	background: #cb0505;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#second_important ul {
	margin: 0px;
	padding: 15px 20px 20px;
	list-style: none;
}
#second_important ul li {
	display: block;
	margin-bottom: 10px;
	padding: 3px 0px;
	color: #cb0505;
}
#second_important ul li:last-child {
	margin-bottom: 0px;
}
#second_important ul li > span {
	display: block;
}
#second_important ul li > span.article_date {
	margin-bottom: 5px;
}
#second_important ul li > span.article_title {
	font-weight: bold;
}
#second_important ul li a {
	color: #cb0505;
}

/* 関連リンク */
#kanren_link div {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#kanren_link div h2 {
	margin: 0px;
	padding: 12px 20px 8px;
	background: #1566ca;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#kanren_link div ul {
	margin: 0px;
	padding: 15px 20px 20px;
	list-style: none;
}
#kanren_link div ul li {
	display: block;
	margin-bottom: 5px;
	padding: 3px 0px 3px 10px;
	position: relative;
}
#kanren_link div ul li:last-child {
	margin-bottom: 0px;
}
#kanren_link div ul li:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #111;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0.8em;
}

/* サイドメニュー */
.side_box2 {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.side_box h2 {
	margin: 0px;
	padding: 12px 20px 8px;
	background: #1566ca;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.side_box ul {
	margin: 0px;
	padding: 15px 20px 20px;
	list-style: none;
}
.side_box ul li {
	display: block;
	margin-bottom: 5px;
	padding: 3px 0px 3px 10px;
	position: relative;
}
.side_box ul li:last-child {
	margin-bottom: 0px;
}
.side_box ul li:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #111;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0.8em;
}
.side_box ul li ul {
	padding: 10px 0px 10px 20px;
}

.side_box .side_box_txt {
	padding: 15px 20px 20px;
}

.side_box .side_box_txt p {
	margin: 0px 0px 1em;
}
.side_box .side_box_txt p:last-child {
	margin-bottom: 0px;
}

.side_box .side_box_txt > div {
	margin: 0px 0px 0.5em;
}
.side_box .side_box_txt > div:last-child {
	margin-bottom: 0px;
}


/********** 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;
	max-width: calc(100% - 20px);
	margin: 10px;
}
ul.banner_list li img {
	max-width: 100%;
	height: auto;
}

.banner_text {
	display: block;
	padding: 20px;
	text-align: left;
}

/* バナー広告（縦並び） */
ul.banner_list.banner_list_side {
	display: block;
}
ul.banner_list.banner_list_side li {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0px 0px 20px;
}
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 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #d4dee7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: 11em;
}

/* リスト（担当課） */
.article_section:before {
	content: '（';
}
.article_section:after {
	content: '）';
}
.article_section:empty:before,
.article_section:empty:after {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 140px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
}
.list_pack .article_img span:empty {
	height: 100px;
	background: url(/img/common/noimage.png) no-repeat center center #c3c3c3;
	background-size: contain;
}
.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,
.list_pack .article_txt .article_title {
	display: block;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	text-align: right;
	margin-top: 20px;
}
div.link_ichiran a {
	display: inline-block;
	background: url(/img/common/icon_list.png) no-repeat left center;
	color: #111;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	padding: 6px 0px 4px 30px;
	text-align: left;
}
div.link_ichiran a:hover {
	text-decoration: underline;
}

/* リスト（newアイコン） */
img.icon_new {
	display: none; /* トップページ以外は非表示 */
	vertical-align: top;
	margin-left: 10px;
}

/* リスト（新着情報） */
.section_information {
	margin: 0px 0px 30px;
}
.section_information h2 {
	margin: 0px 0px 0.5em;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.section_information_list_wrap,
.section_information p.no_data {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.section_information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.section_information_list ul li {
	width: 100%;
	display: table;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #d4dee7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.section_information_list ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.section_information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.section_information_list ul li > span.article_date {
	width: 11em;
}

.section_information_list .link_box {
	border-top: 1px solid #d4dee7;
	margin-top: 20px;
	padding-top: 10px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.section_information_list .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px 0px 30px;
}
.section_information_list .link_box > span:first-child {
	margin-left: 0px;
}
.section_information_list .link_box > span a {
	display: inline-block;
	color: #111;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	padding: 6px 0px 4px 30px;
	text-align: left;
}
.section_information_list .link_box > span a:hover {
	text-decoration: underline;
}
.section_information_list .link_box > span.link_ichiran a {
	background: url(/img/common/icon_list.png) no-repeat left center;
}
.section_information_list .link_box > span.link_rss a {
	background: url(/img/common/icon_rss.png) no-repeat left center;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	width: 100%;
	display: table;
	margin: 0px 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.section_information_thum > div {
	display: table-cell;
	vertical-align: top;
}
.section_information_thum > div.lettering2 {
	width: 140px;
}
.section_information_thum > div.lettering2 img {
	width: 100%;
	height: auto;
}
.section_information_thum > div.lettering3 {
	padding-left: 20px;
}
.section_information_thum > div.lettering3 span {
	display: block;
}


/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_life {
	margin-bottom: 30px;
}
.sitemap_life3,
.sitemap_life2,
#sitemap_soshiki > div {
	margin-bottom: 20px;
}
.sitemap_life3:last-child,
.sitemap_life2:last-child,
#sitemap_soshiki > div:last-child {
	margin-bottom: 0px;
}

/* 分類でさがす */
.life_index_box {
	margin-bottom: 30px;
}
.life_index_box:last-child {
	margin-bottom: 0px;
}

/* 大・中分類・サブカテゴリ */
.life_list3 #mymainback,
.life_list2 #mymainback,
.kanren_index #mymainback {
	width: auto;
	max-width: none;
	margin: 0px;
	padding: 0px;
}
.life_list3 #main_body,
.life_list2 #main_body,
.kanren_index #main_body {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 60px 0px;
}

#life_header_bg {
	background: #fff;
}
#life_header {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 60px 0px 30px;
}
#life_header .section_information_list_wrap,
#life_header .section_information p.no_data {
	background: #eef5f9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#life_menu_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#life_menu_wrap > div {
	display: inline-block;
	vertical-align: top;
}

#life_menu_left {
	width: 770px;
}

#life_menu_right {
	width: 280px;
}
#life_menu_right > div {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #9eb1c3;
}
#life_menu_right > div:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#life_menu_right .search_menu_common ul {
	margin: 0px;
	padding: 20px;
	list-style: none;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#life_menu_right .search_menu_common ul li {
	display: block;
	margin-bottom: 20px;
}
#life_menu_right .search_menu_common ul li:last-child {
	margin-bottom: 0px;
}
#life_menu_right .search_menu_common ul li a {
	display: block;
	background: #e2effa;
	color: #111;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 17px 10px 13px;
	border-radius: 25px;
}
#life_menu_right .search_menu_common ul li a:hover {
	text-decoration: underline;
}

/* 大分類 */
.life_list3 #main_body h2 {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	color: inherit;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.life_list3 #main_body h3 {
	margin: 0px;
	padding: 12px 20px 8px;
	background: #1566ca;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.life_list3 #life_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;
}
.life_list3 .life_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.life_navigation ul {
	margin: 0px;
	padding: 15px 20px 20px;
	list-style: none;
}
.life_navigation ul li {
	display: block;
	margin-bottom: 5px;
	padding: 3px 0px 3px 10px;
	position: relative;
}
.life_navigation ul li:last-child {
	margin-bottom: 0px;
}
.life_navigation ul li:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #111;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0.8em;
}

.life_list3 .info_list.info_list_date ul {
	padding: 20px;
}
.life_list3 .info_list.info_list_date ul li {
	display: block;
	width: auto;
}
.life_list3 .info_list.info_list_date ul li > span {
	display: block;
}
.life_list3 .info_list.info_list_date ul li > span.article_date {
	width: auto;
}
.life_list3 div.link_ichiran {
	margin: 0px;
	padding: 0px 20px 20px;
}

/* 中分類 */
.life_list2 .life_cat_list {
	margin-bottom: 30px;
}
.life_list2 .life_cat_list:last-child {
	margin-bottom: 0px;
}

/* 小分類 */
.life1box {
	margin-bottom: 30px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

/* 目的からさがす */
.search_menu_mokuteki {
	margin: 0px 0px 30px;
}
.search_menu_mokuteki h2 {
	margin: 0px 0px 0.5em;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.search_menu_mokuteki ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #1566ca;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	width: 100%;
	display: table;
	table-layout: fixed;
}
.search_menu_mokuteki ul li {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #fff;
}
.search_menu_mokuteki ul li:last-child {
	border-right: none;
}
.search_menu_mokuteki ul li a {
	display: block;
	background-color: #1566ca;
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #fff;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 95px 0px 25px;
	overflow: hidden;
}
.search_menu_mokuteki ul li a:hover {
	text-decoration: underline;
}

.search_menu_mokuteki ul li.icon_moku1 a {
	background-image: url(/img/common/icon_mokuteki1.png);
	border-radius: 10px 0px 0px 10px;
	padding: 85px 0px 15px;
}
.search_menu_mokuteki ul li.icon_moku2 a {
	background-image: url(/img/common/icon_mokuteki2.png);
}
.search_menu_mokuteki ul li.icon_moku3 a {
	background-image: url(/img/common/icon_mokuteki3.png);
}
.search_menu_mokuteki ul li.icon_moku4 a {
	background-image: url(/img/common/icon_mokuteki4.png);
}
.search_menu_mokuteki ul li.icon_moku5 a {
	background-image: url(/img/common/icon_mokuteki5.png);
}
.search_menu_mokuteki ul li.icon_moku6 a {
	background-image: url(/img/common/icon_mokuteki6.png);
}
.search_menu_mokuteki ul li.icon_moku7 a {
	background-image: url(/img/common/icon_mokuteki7.png);
}
.search_menu_mokuteki ul li.icon_moku8 a {
	background-image: url(/img/common/icon_mokuteki8.png);
	border-radius: 0px 10px 10px 0px;
}

/* 関連情報 */
#kanren_info2 {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

#kanren_info h2 {
	margin: 0px 0px 15px;
	padding: 12px 20px 8px;
	background: #1566ca;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#kanren_info h3 {
	margin: 0px 0px 5px;
	font-size: 1.8rem;
	font-weight: bold;
}

#kanren_info .kanren_box {
	margin: 0px 20px 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #d4dee7;
}
#kanren_info .kanren_box:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: none;
}

#kanren_info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kanren_info ul li {
	display: block;
	margin-bottom: 5px;
	padding: 3px 0px 3px 10px;
	position: relative;
}
#kanren_info ul li:last-child {
	margin-bottom: 0px;
}
#kanren_info ul li:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #111;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0.8em;
}

#kanren_info div.link_ichiran {
	margin-top: 10px;
}

/* サブカテゴリ */
.kanren_index #main_body h2 {
	margin: 0px 0px 0.5em;
	padding: 0px;
	background: none;
	border: none;
	color: inherit;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.kanren_index #main_body p {
	margin: 0px;
}
.kanren_index #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;
}
.kanren_index .lifesub_cat_list {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.kanren_index .lifesub_cat_list .life_cat_list_ttl {
	margin: 0px;
	padding: 12px 20px 8px;
	background: #1566ca;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.kanren_index .lifesub_cat_list .life_cat_list_ttl a {
	color: inherit;
}

.kanren2 .lifesub_cat_list {
	margin-bottom: 30px;
}
.kanren2 .lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

/* よくある質問（FAQ） */
.faq_box,
.faq_ka_box {
	margin-bottom: 30px;
}
.faq_box:last-child,
.faq_ka_box:last-child {
	margin-bottom: 0px;
}

.faq_list1 .faq_box > div {
	margin-bottom: 20px;
}
.faq_list1 .faq_box > div:last-child {
	margin-bottom: 0px;
}

#faq_cat_list_wrap {
	border-top: 1px dashed #9eb1c3;
	padding-top: 30px;
}

/* 組織でさがす */
#soshiki_hyouji {
	border-bottom: 1px solid #d4dee7;
	margin-bottom: 30px;
	padding-bottom: 25px;
	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;
}
#soshiki_hyouji > div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid;
}
#soshiki_hyouji > div:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
#soshiki_hyouji h2,
#main_body.main_body_box #soshiki_hyouji h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	color: #111;
	font-size: 1.6rem;
	font-weight: normal;
}

.soshiki_index .navigation,
.soshiki_index_50 .navigation {
	margin-bottom: 20px;
}
.soshiki_index .navigation:last-child,
.soshiki_index_50 .navigation:last-child {
	margin-bottom: 0px;
}

/* 部局 */
.section_information2 {
	margin-bottom: 30px;
}
.section_information2 h2 {
	margin: 0px 0px 1em;
	font-size: 2rem;
	font-weight: bold;
}

#freespace_bu,
#main_body div#freespace_bu {
	clear: both;
	margin: 0px 0px 30px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#freespace_bu p {
	margin: 0px 0px 1em;
}
#freespace_bu p:last-child {
	margin-bottom: 0px;
}

.soshiki_kakubu .main_body_box {
	margin-bottom: 30px;
}
.soshiki_kakubu .main_body_box:last-child {
	margin-bottom: 0px;
}

.kakuka_info_box > div {
	margin-bottom: 20px;
}
.kakuka_info_box > div:last-child {
	margin-bottom: 0px;
}

.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;
}

/* 課室 */
#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: 0px 0px 30px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#freespace_ka p {
	margin: 0px 0px 1em;
}
#freespace_ka p:last-child {
	margin-bottom: 0px;
}

#freespace2_ka p {
	margin: 0px 0px 20px;
}
#freespace2_ka p:last-child {
	margin-bottom: 0px;
}
#freespace2_ka img {
	max-width: 100%;
	height: auto !important;
}

.kakuka_view {
	margin: 5px 0px 10px;
	text-align: center;
}
.kakuka_view img {
	max-width: 100%;
	height: auto;
}

#main_body h2.midashi_ka_ttl {
	margin: 0px 0px 0.5em;
	padding: 0px;
	background: none;
	border: none;
	color: #111;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.midashi_ka_detail {
	margin-bottom: 30px;
}
.midashi_ka_detail:last-child {
	margin-bottom: 0px;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
}
.page_num_ttl {
	font-size: 1.6rem;
}

/* ウェブブック */
#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-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: #e2effa;
	border-radius: 5px;
	color: #111;
	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 div.link_l,
.question_detail div[class^="file_"] {
	margin: 0px 0px 1em;
}
.question_detail #main_body fieldset {
	border: none;
	margin: 0px 0px 1.5em;
	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;
}

.confirm_quest_hankyou #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: #e2effa;
	border-radius: 5px;
	color: #111;
	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;
}

.confirm_quest_hankyou #main_body h3 {
	margin: 1.2em 0px;
}

/* アンケート結果グラフ */
#main_body img[src="img/graph.gif"] {
	height: 20px !important;
	vertical-align: middle;
}

/* お問い合わせフォーム */
#mail_form_message,
#cookie_err_message {
	margin: 1em 0px;
	color: #cb0505;
}

#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: #e2effa;
	border-radius: 5px;
	color: #111;
	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 p {
	margin: 0px;
}

#shisetsu_list_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#shisetsu_list_link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 20px 5px 0px;
}

#shisetsu_map {
	margin-top: 30px;
	border: 1px solid #1566ca;
}
#map_canvas {
	width: 100%;
	height: 500px;
}

#map_canvas_detail {
	width: 100%;
	height: 400px;
}

.shisetsu_detail_box {
	margin-bottom: 20px;
}



/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: inherit !important;
	pointer-events: none !important;
}
/* telリンク無効 ここまで */



/* タブレット */
@media screen and (max-width: 1599px) {

	/* フッタ */
	#author_info {
		padding-bottom: 160px;
	}

} /* end */
@media screen and (max-width : 1099px) {

	/* ヘッダ */
	#header {
		position: relative;
	}

	#spm_wrap {
		display: block;
		position: absolute;
		top: 30px;
		right: 50px;
		z-index: 100;
	}
	button#spm_menu {
		display: block;
		width: 60px;
		height: 60px;
		border: none;
		background: url(/img/sp/sp_btn_menu.png) no-repeat center center;
		background-size: 60px 60px;
		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);
	}

	#header2 {
		min-height: 0px;
	}

	#he_left {
		position: static;
		padding: 19px 0px 19px 20px;
	}

	#he_right {
		display: none;
		margin-left: 0px;
		padding: 0px 0px 20px;
		text-align: center;
	}
	.spm_menu_open #he_right {
		display: block;
	}

	#header_link {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#header_link li,
	#header_link li:first-child {
		width: 30%;
		margin: 10px 0px;
		padding: 0px 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#header_link li#moji_size,
	#header_link li#haikei_color {
		min-width: 240px;
	}
	#header_link li#hl_main {
		display: none !important;
	}

	#header_link dl {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#top_search {
		display: none;
	}
	.spm_menu_open #top_search {
		display: block;
	}

	ul#gnav {
		table-layout: auto;
	}
	ul#gnav li a {
		font-size: 1.6rem;
	}

	/* 見つからないときは */
	#common_banner_link ul li a {
		padding-left: 30px;
		padding-right: 10px;
		background-position: 15px center, right bottom;
		font-size: 1.6rem;
	}

	/* 目的からさがす */
	.search_menu_mokuteki ul {
		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;
	}
	.search_menu_mokuteki ul li {
		display: inline-block;
		width: 25%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.search_menu_mokuteki ul li:nth-child(4n) {
		border-right: none;
	}
	.search_menu_mokuteki ul li:nth-child(n+5) {
		border-top: 1px solid #fff;
	}

	/* 分類 */
	#life_menu_left {
		width: calc(65% - 20px);
	}
	#life_menu_right {
		width: 35%;
	}

	.life_list3 .life_cat_list {
		width: 100%;
	}

	/* アンケート */
	#main_body table.tbl_ques th.title {
		width: 55%;
	}
	#main_body table.tbl_ques th.button {
		width: 15%;
	}



	/* 背景色変更 */
	.color_change button#spm_menu {
		background-image: url(/img/sp/sp_btn_menu_white.png);
	}
	.color_change .spm_menu_open button#spm_menu {
		background-image: url(/img/sp/sp_btn_close_white.png);
	}
	/* 背景色変更 ここまで */


}
/* タブレット ここまで */