@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタンを表示 */
#viewPCMode{
	display: block;
}

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.acc_title > label {
	display: block;
	cursor: pointer;
	padding-right: 30px;
}
h2.acc_title > label,
h3.acc_title > label,
h4.acc_title > label,
h5.acc_title > label,
h6.acc_title > label {
	padding-right: 30px;
}

input[id*="acc_ttl_label"] + * {
	display: none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}
label[for*="acc_ttl_label"] {
	background: url(/img/sp/acc_open.png) no-repeat 97% center transparent;
	background-size: 15px 15px;
}
.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_close.png);
}

.no_acc_title label[for*="acc_ttl_label"] {
	background: none;
}

/* 足あと・ブックマーク機能 */
#footstep_wrap, #keep_page {
	/* display: none !important; */
}

/********** 2 基本設定 **********/

/* フォント */
body {
	font-family: arial, sans-serif;
}

/* ボタン */
input[type="button"],
input[type="submit"],
button {
	font-size: 1.3rem;
}

input[type="text"],
textarea {
	font-size: 1.3rem;
}

/* テーブル */
#main_body table {
	font-size: 1.3rem;
	line-height: 1.4;
}

/* 見出し */
#main_header {
	margin-bottom: 1px;
}
#main_header h1 {
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 2.4rem;
}

#main_body h2 {
	margin: 0px 0px 1px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 2rem;
}

#main_body h3 {
	margin: 0px 0px 1px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 1.8rem;
}

#main_body h4 {
	margin: 0px 0px 1px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 1.6rem;
}

#main_body h5 {
	margin: 0px 0px 1px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 1.4rem;
}

#main_body h6 {
	margin: 0px 0px 1px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 1.4rem;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	/* position: relative; */
	font-size: 1.3rem;
}

#spm_wrap {
	display: block;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 200;
}
#spm_wrap a,
#spm_wrap button {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 40px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 40px;
	color: #000;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#spm_wrap a#spm_bosai {
	background-image: url(/img/sp/btn_spm_bosai.png);
}
#spm_wrap button#spm_menu {
	background-image: url(/img/sp/btn_spm_menu.png);
}
#spm_wrap button#spm_search {
	background-image: url(/img/sp/btn_spm_search.png);
}
.spm_menu_open #spm_wrap button#spm_menu,
.spm_search_open #spm_wrap button#spm_search {
	background-image: url(/img/sp/btn_spm_close.png);
}

@media screen and (max-width: 349px) {
	#spm_wrap a,
	#spm_wrap button {
		width: 40px;
		background-size: contain;
	}
}

#header2 {
	width: auto;
	/* min-height: 80px; */
	max-width: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#he_left {
	position: static;
	/* width: 180px; */
	margin: 0px;
	padding: 0 10px;
}
#he_left a.link_honbun {
	display: none;
}
#he_left #logo a,
#he_left h1#logo {
	width: 150px;
	height: 60px;
	overflow: hidden;
}
#he_left #logo a img,
#he_left h1#logo img {
	width: 100%;
	height: auto;
	margin-top: -26px;
}

#he_right {
	display: none;
	margin: 0px;
	padding: 10px;
	width: auto;
	text-align: center;
	background: #f0f0ee;
}
.spm_menu_open #he_right {
	display: block;
}
ul#header_link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
ul#header_link > li {
	width: calc(50% - 10px);
	margin: 5px 5px;
}

#acc_func_box.func_menu_open {
	left: auto;
	right: 0;
	width: calc(100vw - 30px);
}
#acc_func_box ul {
	width: auto;
}
ul#header_link > li > a {
	font-size: 1.2rem;
	background: #dddddd;
}

ul#header_link > li#keep_page_wrap {
	/* display: none; */
	display: block;
	width: 100%;
	background: #76a32e;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#ktp_viewsw {
	width: 100%;
	border: none;
	background: none;
	padding: 10px;
	font-weight: bold;
	font-size: 1.4rem;
	pointer-events: none;
}
#keep_page {
	display: block;
}
#ktp_list_wrap2 {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px;
}
#ktp_list_wrap2 > button.btn_func {
	width: 48%;
	padding: 10px 0;
	font-size: 1rem;
	font-weight: bold;
}
#ktp_list_wrap2 > button br {
	display: none;
}
#kpt_all_close {
	display: none;
}
ul#ktp_item_list{
	text-align: left;
}

/* 検索 */
#top_search_keyword{
	display: none;
	margin: 0px;
	padding: 10px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.spm_search_open #top_search_keyword {
	margin-top: 15px;
	display: block;
	text-align: left;
}

#cse-search-box {
	display: block;
}

#tmp_query {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 70px) !important;
}
#submit {
	font-size: 1.4rem;
}

.submit_wrap {
	display: inline-block;
	vertical-align: top;
	width: 70px;
}

#top_search_page_id {
	display: block;
}
#top_search_page_id_ttl {
	text-align: left;
	margin: 10px 0;
}
button#search_page_id_title {
	pointer-events: none;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 1em;
}
button#search_page_id_title:after {
	display: none;
}
#search_open_page_id_detail {
	position: static;
	width: auto;
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
label[for="open_page_id"],
#search_open_page_id_detail .button_close {
	display: none;
}
input#open_page_id {
	display: inline-block;
	vertical-align: top;
	width: calc(90% - 70px);
	height: 3.5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
input#open_page_id_submit {
	padding: 0px;
	font-size: 1.4rem;
}

#open_page_id_message {
	display: block;
	width: 100%;
}

/* グローバルナビ */
#top_search {
	display: none;
}
.spm_menu_open #top_search {
	display: block;
}

ul#gnav {
	display: block;
	width: auto;
	padding: 0px;
}
ul#gnav li {
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}

ul#gnav li a {
	font-size: 1.8rem;
	padding: 10px 15px;
	text-align: left;
}
ul#gnav li#gnav1{
	display: none;
}
ul#gnav > li > a,
ul#gnav > li > button,
ul#gnav > li#gnav3 > button{
	display: block;
	width: 100%;
	background-color: #557624;
	color: #ffffff;
	background-position: left 10px center;
	text-align: left;
	padding: 20px 20px 20px 50px;
	height: auto;
	background-size: auto 25px;
}
ul#gnav > li > button,
ul#gnav > li#gnav3 > button{
	pointer-events: none;
}
#life_menu,
#mokuteki_menu{
	position: static;
	outline: none;
	display: block;
}
#life_menu ul,
#mokuteki_menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 10px 0 0;
}
#life_menu ul li,
#mokuteki_menu ul li{
	display: block;
	border: none;
	width: 50%;
	height: auto;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin: 0;
	padding: 0;
}
#life_menu ul li a,
#mokuteki_menu ul li a{
	display: block;
	font-size: 1.3rem;
	white-space: normal;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 100%;
}
#life_menu ul li:nth-child(odd) a,
#mokuteki_menu ul li:nth-child(odd) a{
	border-right: 1px solid #ffffff;
}
#life_menu .button_close,
#mokuteki_menu .button_close{
	display: none;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	display: none;
	margin: 0px 0px 5px;
	padding: 10px 10px 5px;
}
#pankuzu_wrap > div {
	width: auto;
}
.pankuzu {
	font-size: 1.2rem;
	padding-left: 6rem;
}
.pankuzu:first-child .icon_current {
	width: 5rem;
	font-size: 1.1rem;
	padding: 1px 0px;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.3rem;
}

#back_or_pagetop {
	width: auto;
	display: none;
}
#back_or_pagetop > div a {
	width: auto;
	font-size: 1.2rem;
}

#footer_navi ul.footer_navi_list {
	width: auto;
	padding: 20px 0px;
	margin: 0;
	font-size: 1.05rem;
}
#footer_navi ul.footer_navi_list li{
	margin: 0px 5px 5px 0px;
}

#author_box {
	width: auto;
	/* padding: 0px 10px 20px; */
	/* display: block; */
	text-align: left;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 30px 10px 20px;
}
.author_wrap{
	width: auto;
	text-align: left;
}
p.f_number{
	font-size: 0.975rem;
}
.f_author_detail_wrap{
	width: auto;
}
#footer_navi{
	width: 100%;
}
#author_box p.f_author {
	font-size: 2.4rem;
	margin: 0 0 10px;
}
dl.f_detail_text dt{
	font-size: 0.9rem;
}
dl.f_detail_text dd{
	font-size: 1.125rem;
}

ul.author_detail_link{
	margin: 10px 0 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

ul.author_detail_link li a{
	margin: 5px  2px;
}

#copyright p {
	/* padding: 20px 80px; */
	font-size: 1.2rem;
	padding: 0;
	text-align: left;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	display: block;
	position: static;
	margin: 0px 0px 20px;
	padding: 10px;
	border: none;
	background: #3a511a;
	color: #fff;
}

#osusume_banner_box {
	display: block;
}
#osusume_banner_ttl {
	display: block;
	height: 56px;
	max-width: 240px;
	margin: 0px auto;
	background: url(/img/common/sp_title_kaiyuu.png) no-repeat center center;
	background-size: contain;
}
#osusume_banner_ttl a {
	display: none;
}

#osusume_banner_list {
	display: block;
	max-width: none;
}
#osusume_banner_list_box {
	padding: 10px;
}
#osusume_banner_list_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0px;
	padding: 0px;
}
#osusume_banner_list_box ul li,
#osusume_banner_list_box ul li:last-child {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	margin: 5px;
}

#osusume_banner_close {
	display: none;
}

.color_change #osusume_banner {
	background: none;
}


/********** 6 バナー **********/

/* バナー広告 */
ul.banner_list li {
	width: calc(50% - 10px);
	max-width: 200px;
	height: auto;
	margin: 5px;
}
ul.banner_list.banner_list_side li {
	max-width: none;
}

/********** 7 リスト **********/

/* リスト */
.info_list ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.info_list ul li:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
.info_list ul li:before {
	display: none;
}
.info_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.info_list.info_list_date ul li {
	display: block;
	width: auto;
}
.info_list.info_list_date ul li > span {
	display: block;
}
.info_list.info_list_date ul li > span.article_date {
	width: auto;
}

.article_section {
/* 	display: block; */
/* 	text-align: right; */
/* 	padding-right: 10px; */
}

.article_section a {
	display: inline !important;
	background: none !important;
	padding-right: 0px !important;
	text-decoration: underline !important;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 0px;
	padding: 10px;
}

/* リスト（横並び） */
.navigation ul li,
.navigation > div,
.navigation ul li:last-child,
.navigation > div:last-child {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
.navigation ul li a,
.navigation > div a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（新着情報） */
.section_information {
	margin: 10px 0px;
}
.section_information h2,
#main_body .section_information h2 {
	font-size: 1.8rem;
	padding: 15px 10px 15px 15px;
}

.section_information p.no_data {
	padding: 15px;
}

.section_information_list ul {
	padding: 0px 5px;
}
.section_information_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.section_information_list ul li:last-child {
	border-bottom: none;
}
.section_information_list ul li:before {
	display: none;
}
.section_information_list ul li > span {
	display: block;
}
.section_information_list ul li > span.article_date {
	width: auto;
}
.section_information_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.section_information_list div.link_box {
	padding: 15px;
	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;
}
.section_information_list div.link_box span,
.section_information_list div.link_box span:first-child {
	margin: 5px 5px 0px;
	padding: 0px;
}
.section_information_list div.link_box span a {
	font-size: 1.3rem;
	padding: 10px 30px 10px 15px;
}
.section_information_list div.link_box span a:after {
	right: 15px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	padding: 10px 15px;
}
.section_information_thum > div.lettering2 {
	width: 120px;
}
.section_information_thum > div.lettering3 {
	padding-left: 10px;
}

/********** 8 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}

/* サイドメニュー */
.side_box_list ul {
	margin: 0px;
	padding: 0px 10px;
}
.side_box_list ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.side_box_list ul li:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
.side_box_list ul li:before {
	display: none;
}
.side_box_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
.side_box_list > ul > li > ul {
	margin: 0px;
	padding: 0px;
}
.side_box_list ul li ul li {
	padding-right: 0px;
}

/* レコメンド */
#sidebar_recommend ul {
	padding: 0px;
}
#sidebar_recommend ul li {
	display: block;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-position: 10px 12px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#sidebar_recommend ul li:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link 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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: 300px;
	margin: 0px auto;
}
#common_banner_link ul li,
#common_banner_link ul li:last-child {
	margin: 0px 0px 10px;
}

/* 重要なお知らせ */
#detail_side_important h2 {
	font-size: 1.8rem;
	padding: 15px 15px 15px 50px;
	background-position: 10px center;
}
#detail_side_important ul {
	padding: 0px;
}
#detail_side_important ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cc0000;
}
#detail_side_important ul li:last-child {
	border-bottom: none;
}
#detail_side_important ul li a {
	display: block;
	background: url(/img/sp/arrow_r_red.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/********** 9 メイン **********/

/* メイン */
#mymainback {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

/********** 10 各ページ **********/

/* 印刷用アイコン */
#content_header {
	margin: 0px;
	padding: 5px 0px;
}
#content_header > span {
	font-size: 1.3rem;
	line-height: 1.2;
}

#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

#content_footer {
	margin: 20px 0px;
	text-align: center;
}
#content_footer div[id^="calendar_button_"] {
	margin: 10px 10px 0px;
}

/* PDF・WMPリンク */
.pdf_download, .wmplayer_download {
	margin: 20px 0px;
	display: block;
	width: auto;
}
.pdf_download .pdf_img, .wmplayer_download .wmplayer_img {
	display: block;
}
.tenpu_txt {
	display: block;
	padding: 10px 0px 0px;
	font-size: 1.2rem;
}

/* サイトマップ */
#sitemap_list_wrap {
	display: block;
}
#sitemap_list_wrap > div {
	width: auto;
}
#sitemap_life {
	margin-bottom: 20px;
}

/* 分類・関連 */
div[id^="main_header_life3_"] {
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px;
	min-height: 0;
}

div[id^="main_header_life3_"] h1 {
	font-size: 2.6rem;
	padding: 0px 15px;
}
div[id^="main_header_life3_"] img{
	display: block;
	max-width: 90%;
	height: auto;
	margin: 10px 5% 0px auto;
}

.life3box .life1box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.life3box .life1box li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.life3box .life1box li:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
.life3box .life1box li > span {
	display: block;
}
.life3box .life1box li > span > span {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.life3box .life1box li > span > a {
	max-width: none;
	text-align: left;
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

#lifestage h2 {
	font-size: 1.8rem;
	padding: 15px;
}
#lifestage ul {
	max-width: 500px;
	margin: 0px auto;
}
#lifestage ul li {
	max-width: calc(25% - 4px);
	margin: 2px;
}
#lifestage ul li a {
	font-size: 1.2rem;
	background-size: auto 40px;
	background-position: center 10px;
	padding: 60px 0px 10px;
}

#life_menu_wrap {
	display: block;
}
#life_menu_left {
	width: auto;
	padding-right: 0px;
}
#life_menu_right {
	width: auto;
	margin-top: 10px;
}

#life_cat_list_wrap {
	display: block;
}
.life_cat_list {
	width: auto;
	margin: 0px 0px 1px;
}

#kanren_info h2 {
	font-size: 1.8rem;
	padding: 15px 15px 15px 30px;
}
#kanren_info h3 {
	font-size: 1.4rem;
}
.kanren_box ul {
	padding: 0px;
}
.kanren_box ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.kanren_box ul li:last-child {
	border-bottom: none;
}
.kanren_box ul li:before {
	display: none;
}
.kanren_box ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

#kanren_info label[for*="acc_ttl_label"] {
	background: none !important;
	padding-right: 0px !important;
}

#lifesub_cat_list_wrap {
	display: block;
}
.lifesub_cat_list {
	width: auto;
	margin: 0px 0px 1px;
}
.lifesub_cat_list .lifesub_list ul {
	display: block;
}
.lifesub_cat_list .lifesub_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.lifesub_cat_list .lifesub_list ul li:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
.lifesub_cat_list .lifesub_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.life_cat_list_ttl {
	font-size: 1.8rem;
	padding: 15px;
}

.kanren2 #main_body .lifesub_cat_list h2 {
	margin-bottom: 0px;
}

/* 組織 */
#soshiki_hyouji ul {
	margin: 0px;
	padding: 15px;
}

.kakuka_info_box {
	margin-bottom: 15px;
}
.soshiki_index_detail #main_body h3,
.soshiki_kakubu #main_body h3 {
	margin: 15px 0px;
}

#freespace_bu {
	margin: 15px 0px;
}

#soshiki_pr_image {
	margin: 15px 0px;
}
#soshiki_pr_image img {
	width: 100%;
	max-height: none;
}

#freespace_ka {
	margin: 15px 0px;
}

#freespace2_ka img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.section_information2 {
	margin: 0px 0px 1px;
}
#main_body .section_information2 h2 {
	margin: 0px;
}

#main_body .midashi_ka h2 {
	margin: 0px 0px 1px;
}

/* 改ページ */
.page_num {
	margin: 0px;
	padding: 10px;
	font-size: 1.6rem;
}
.page_num_ttl {
	font-size: 1.4rem;
}

/* ウェブブック */
#book_list_wrap {
	display: block;
}
.book_list_box {
	width: auto;
	margin: 0px;
}
.book_list_box .book_info {
	padding: 10px 0px;
}

/* アンケート */
#main_body table.tbl_ques {
	margin-top: 10px;
}
#main_body table.tbl_ques th {
	font-size: 1.1rem;
	padding: 4px;
}
#main_body table.tbl_ques th.title {
	width: 50%;
}
#main_body table.tbl_ques th.date,
#main_body table.tbl_ques th.date2 {
	width: 22%;
}
#main_body table.tbl_ques th.button {
	width: 6%;
}
#main_body table.tbl_ques td {
	font-size: 1.3rem;
	padding: 4px;
}
#main_body table.tbl_ques td input,
.question #main_body table.tbl_ques td input {
	width: 100%;
	font-size: 1.1rem;
	padding: 5px;
}

.question_detail #main_body h2 {
	margin: 15px 0px;
}

.question_detail #main_body input[type="text"] {
	width: 100%;
	font-size: 1.4rem;
}
.question_detail #main_body textarea {
	width: 100%;
	font-size: 1.4rem;
}
.question_detail #main_body select {
	font-size: 1.4rem;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	width: 32%;
}

/* お問い合わせフォーム */
#main_body table#mail_form_tbl th {
	font-size: 1.1rem;
	padding: 4px 2px;
	text-align: left;
}
#main_body table#mail_form_tbl td {
	font-size: 1.3rem;
	padding: 4px;
}

#main_body table#mail_form_tbl td input[type="text"] {
	font-size: 1.4rem;
}
#main_body table#mail_form_tbl td textarea {
	font-size: 1.4rem;
}

#mail_form_btn_wrap {
	margin: 15px 0px;
}
#mail_form_btn_wrap input[type="submit"] {
	width: 32%;
}

/* 地図でさがす */
#shisetsu_list_txt p {
	padding: 15px;
}

#shisetsu_list_link ul {
	padding: 0px;
}
#shisetsu_list_link ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#shisetsu_list_link ul li:last-child {
	border-bottom: none;
}
#shisetsu_list_link ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}


/* telリンク無効 */
.open_page_id a[href^="tel:"],
#author_box p.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: inherit !important;
	pointer-events: none !important;
}
/* リンク無効 ここまで */

/*関連ページバナー追加*/
.banner_chusho {
	text-align: center;
	margin: 50px auto 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.banner_chusho a {
	display: block;
	width: 220px;
	margin: 0px auto 10px;
}
.banner_chusho img {
	width: 220px;
	height: auto;
}