@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタン */
#viewPCMode {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.acc_title > label {
	display: block;
	cursor: pointer;
	padding-right: 30px;
}

.acc_title + 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 right 10px top 50% 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 {
	display: none !important;
}
#keep_page {
	display: none !important;
}

/********** 2 基本設定 **********/

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-size: 1.4rem;
}

/********** 3 ヘッダ **********/

/* リードスピーカー */
#rsmpl_container,
#rs-controlpanel {
	bottom: 70px !important;
	z-index: 9999;
}

/* ヘッダ */
#header {
	position: relative;
	z-index: 100;
}

#spm_wrap {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background: #ffffff;
	color: #000000;
	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;
}
#spm_wrap button[id^="spm_"] {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-top: 1px solid #2a56a8;
	border-right: 1px solid #2a56a8;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: auto 30px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#spm_wrap button#spm_menu {
	background-image: url(/img/nw-sp/sp_btn_menu.png);
}
#spm_wrap button#spm_search {
	background-image: url(/img/nw-sp/sp_btn_search.png);
	border-right: none;
}
.spm_menu_open #spm_wrap button#spm_menu,
.spm_search_open #spm_wrap button#spm_search {
	background-color: #2a56a8;
	background-image: url(/img/nw-sp/sp_btn_close.png);
	color: #ffffff;
}

#header2 {
	background: url(/img/nw-sp/sp_bg_header.jpg) no-repeat left top #69b5f2;
	background-size: auto 250px;
}
#header2_box {
	width: auto;
	margin: 0px;
	background-size: 180px auto;
	min-height: 110px;
}

#he_left {
	position: static;
	width: 146px;
	height: 80px;
	padding: 17px 9px 13px 5px;
	margin-left: 10px;
}

#he_right {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* ヘッダメニュー */
#header_navi {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 90;
	width: 170px;
}
#header_navi ul {
	display: block;
	margin: 0px;
}
#header_navi ul li {
	display: block;
	margin: 0px 0px 10px;
}
#header_navi ul li.h_main,
#header_navi ul li.h_font,
#header_navi ul li.h_sns {
	display: none !important;
}
#header_navi ul li a {
	display: block;
	font-size: 1.2rem;
	padding: 5px 0px;
	text-align: center;
}

#language_box {
	width: 100%;
	max-width: 100%;
}
#header_navi ul#language_list {
	margin: 2px 2px 10px;
}
#header_navi ul#language_list li {
	width: 100%;
	margin: 0px 0px 2px;
}
#header_navi ul li.h_lang #language_box a {
	text-align: left;
	font-size: 1.2rem;
}
#language_list_close {
	font-size: 1.2rem;
}
@media screen and (max-width: 360px) {
	#header2 {
		background-position: left -20px top 0px;
	}
	#header2_box {
		background-size: 150px auto;
		min-height: 100px;
	}

	#he_left {
		margin-left: 0px;
	}
	#he_left {
		width: 134px;
		height: 74px;
		padding: 16px 10px 10px 6px;
	}

	#header_navi {
		top: 15px;
		right: 10px;
		width: 150px;
	}
	#header_navi ul li a {
		font-size: 1.1rem;
	}
}

/* 検索 */
#header_search_wrap {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 95;
	width: 100%;
	height: calc(100vh - 60px);
	background: rgba(231,245,249,0.95);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 80px 20px 60px;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}
.spm_search_open #header_search_wrap {
	display: block;
}

#top_search_keyword form {
	display: block;
	width: auto;
}
#tmp_query,
#submit {
	border-color: #e7f5f9 !important;
}

#top_search_page_id {
	margin: 20px 0px 0px;
}
#open_page_id_box {
	display: block;
	width: auto;
}
#open_page_id,
#open_page_id_submit {
	border-color: #e7f5f9 !important;
}

#top_search_keyword_ttl,
#top_search_page_id_ttl {
	display: block;
	font-size: 1.4rem;
	margin: 0px 0px 5px;
}

/* グローバルメニュー */
#top_search {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 95;
	width: 100%;
	height: calc(100vh - 60px);
	background: rgba(231,245,249,0.95);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 80px 20px 60px;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}
.spm_menu_open #top_search {
	display: block;
}

ul#gnav {
	display: block;
	width: auto;
	max-width: none;
	margin: 0px;
}
ul#gnav li[id^="gnav"] {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}
ul#gnav li[id^="gnav"] a[class^="icon_gnav"] {
	background-position: 20px 15px;
	border-radius: 10px;
	text-align: left;
	min-height: auto;
	padding: 20px 10px 20px 100px;
}
ul#gnav li[id^="gnav"] a[class^="icon_gnav"].open {
	border-radius: 10px 10px 0px 0px;
	border-width: 5px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

ul#gnav .gnav_menu_box {
	position: static;
	width: auto;
	margin-top: 2px;
}
ul#gnav .gnav_menu_box ul {
	display: block;
}
ul#gnav .gnav_menu_box ul li {
	display: block;
	width: auto;
}

/* SNS */
.header_sns_box {
	display: block;
	width: auto;
	position: static;
	border-radius: 10px;
	margin: 20px 0px 0px;
	padding: 20px 10px;
	text-align: center;
}
.header_sns_box ul {
	margin: 0px 0px 20px;
	padding: 0px;
	display: none; /* セカンドページは非表示 */
}
.header_sns_box ul li,
.header_sns_box ul li:last-child {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin: 5px 10px;
}

.header_sns_box > div {
	display: block;
}
.header_sns_box > div a {
	display: inline-block;
	background: #eeeeee;
	border-radius: 5px;
	color: #333333;
	line-height: 2rem;
	padding: 5px 20px;
}

/********** 4 フッタ **********/

/* フッタ */
#footer {
	padding-bottom: 60px; /* ボトムメニューの高さ */
}

/* フッタメニュー */
#footer_navi ul {
	width: auto;
	padding: 20px 10px 10px 20px;
}
#footer_navi ul li {
	margin: 0px 10px 10px 0px;
}
#footer_navi ul li a {
	padding: 2px 0px 2px 15px;
}

/* 管理者情報 */
#author_info {
	display: block;
	width: auto;
	margin: 0px;
}

#author_box {
	margin: 0px;
	padding: 25px 15px;
}
#author_box p span {
	font-size: 1.3rem;
}

/* ページトップ */
#btn_pagetop {
	padding: 0px 15px 25px;
	text-align: right;
}
#btn_pagetop a {
	font-size: 1.4rem;
	padding-bottom: 4px;
}

/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 15px 10px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	margin: 0px 0px 10px;
	font-size: 1.2rem;
	padding-left: 5rem;
}
.pankuzu:first-child .icon_current {
	top: -1px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 0px 10px 30px;
}

/* コンテンツヘッダ */
#content_header {
	font-size: 1.3rem;
}
#content_header span.open_page_id {
	display: block;
	margin-left: 0px;
}
#content_header span.date {
	margin-left: 0px;
}

/* 印刷 */
#content_header span.link_print,
#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* レコメンド・AIレコメンド */
#recommend_title,
#ai_recommend_title {
	text-align: center;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	background-position: left center;
	padding: 15px 15px 15px 50px;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	padding: 10px 20px;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e9e9e9;
	background: none;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	border-bottom: none;
}
#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
}

/* 重要なお知らせ */
#second_important {
	padding: 25px 20px;
}

#second_important ul li {
	padding: 10px 0px;
}
#second_important a {
	display: block;
	background: url(/img/sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
}

#second_important .link_box {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#second_important .link_box > span {
	margin: 5px 5px 0px;
}
#second_important .link_box > span a {
	font-size: 1.3rem;
	padding: 9px 25px 9px 15px;
	background-position: right 10px top 50%;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	font-size: 2.4rem;
	padding: 22px 20px;
}

#main_body h2 {
	font-size: 2rem;
	margin: 20px 0px;
	padding: 14px 19px;
	border-radius: 10px;
}

#main_body h3,
.life_cat_list_ttl {
	font-size: 1.8rem;
	padding: 11px 19px 10px;
	border-radius: 10px;
}

#main_body h4 {
	font-size: 1.6rem;
	padding: 7px 20px;
}

#main_body h5 {
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 7px 20px;
}
#main_body h5::before {
	width: 6px;
	border-radius: 3px;
}

#main_body h6 {
	font-size: 1.4rem;
	padding: 5px 20px 4px;
}
#main_body h6::before {
	width: 6px;
	border-radius: 3px;
	border-width: 1px;
}

/* 記事本文 */
#main_body.detail_box {
	padding-left: 20px;
	padding-right: 20px;
}
#main_body.detail_box h2,
#main_body.detail_box h3,
#main_body.detail_box h4,
#main_body.detail_box h5,
#main_body.detail_box h6 {
	margin-left: -20px;
	margin-right: -20px;
}

/********** 7 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}

/* サイドメニュー */
.side_box_list ul {
	padding: 15px 10px 15px 30px;
}
.side_box_list ul {
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
}
.side_box_list ul li {
	display: block;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}
.side_box_list ul li:last-child {
	border-bottom: 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;
}

/********** 8 リスト **********/

/* リスト（横並び） */
.navigation,
.navigation ul {
	display: block;
}
.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 #e9e9e9;
}
.navigation ul li:last-child,
.navigation > div:last-child {
	border-bottom: none;
}
.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;
}

/* リスト（一覧） */
.info_list ul li {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
	background: none;
}
.info_list ul li:last-child {
	border-bottom: 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;
}

/* リスト（日付） */
.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;
}

/* リスト（サムネイル） */
.list_pack .article_img {
	width: 120px;
}
.list_pack .article_img span {
	height: 90px;
}
.list_pack .article_img span:empty {
	height: 90px;
	background-size: contain;
}

/* リスト（サムネイル） 縦可変 */
/*
.list_pack .article_img span {
	height: auto;
}
.list_pack .article_img span img {
	position: static;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	width: 100%;
	height: auto;
}
*/

/* リスト（一覧リンク） */
div.link_ichiran {
	text-align: center;
}

#main div.link_ichiran a {
	min-width: auto;
}

/* リスト（newアイコン） */
img.icon_new {}

/* リスト（新着情報） */
.section_information {
	padding: 0px;
}
.section_information h2,
#main_body .section_information h2 {
	margin: 0px;
	padding: 18px;
}
.section_information h2.acc_title,
#main_body .section_information h2.acc_title {
	padding: 0px;
}
.section_information h2.acc_title label[for*="acc_ttl_label"] {
	padding: 18px 38px 18px 18px;
	background-position: right 20px top 50%;
}

.section_information p.no_data {
	padding: 20px;
}

.section_information_list ul {
	padding: 0px 20px 15px;
}
.section_information_list ul li {
	padding: 10px 0px;
}
.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;
}

.section_information_list div.link_box {
	margin-top: 0px;
	padding: 0px 0px 23px;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.section_information_list div.link_box span {
	margin: 5px 5px 0px;
}
.section_information_list div.link_box span a {
	font-size: 1.3rem;
	padding: 9px 25px 9px 15px;
	background-position: right 10px top 50%;
}

/* リスト（新着情報2） */
.section_information2 {
	padding: 0px 10px;
}
.section_information2 h2,
#main_body .section_information2 h2 {
	padding: 0px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum > div.lettering2 {
	width: 120px;
}

/********** 9 バナー **********/

/* バナー広告 */
ul.banner_list {
	max-width: 440px;
	margin: 0px auto;
}
ul.banner_list li {
	width: calc(50% - 10px);
	margin: 5px;
}

/* バナー広告（フッタ） */
#footer_banner {
	width: auto;
	margin: 0px 10px 30px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_life {
	margin-bottom: 30px;
}
#sitemap_soshiki .navigation {
	margin-left: 10px;
	margin-right: 10px;
}

/* 分類でさがす */
#life_index_menu ul li,
#life_index_menu ul li:nth-child(3n),
#life_index_menu ul li:nth-child(n+4) {
	width: calc(50% - 10px);
	margin: 5px;
}

/* 大分類（見出し） */
div[id^="main_header_life3_"] {
	padding-top: 25%;
}
div[id^="main_header_life3_"] h1 {
	font-size: 2.4rem;
	padding: 0px 20px;
}

/* 大分類 */
.life_list3 #main_body h3.acc_title {
	padding: 0px;
}
.life_list3 #main_body h3.acc_title label[for*="acc_ttl_label"] {
	padding: 11px 39px 10px 19px;
	background-position: right 20px top 50%;
}

#life3_cat_list_wrap .life3_box ul li {
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
#life3_cat_list_wrap .life3_box ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#life3_cat_list_wrap .life3_box ul li span.span_a {
	display: block;
	margin-bottom: 5px;
}
#life3_cat_list_wrap .life3_box ul li span.span_b {
	display: block;
	text-align: left;
	display: block;
}
#life3_cat_list_wrap .life3_box ul li span.span_b a {
	display: inline-block;
	vertical-align: middle;
	background: #eeeeee;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 2px;
}

/* 分類・サブカテゴリ */
.life_cat_list,
.lifesub_cat_list {
	margin-bottom: 20px;
}

/* 組織でさがす */
#soshiki_list_menu.navigation {
	padding: 10px;
}
#soshiki_list_menu.navigation ul {
	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;
}
#soshiki_list_menu.navigation ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.soshiki_index #main_body table.tbl_soshiki_list:last-child {
	margin-bottom: 0px;
}
.soshiki_index #main_body table.tbl_soshiki_list,
.soshiki_index #main_body table.tbl_soshiki_list tbody,
.soshiki_index #main_body table.tbl_soshiki_list tr,
.soshiki_index #main_body table.tbl_soshiki_list th,
.soshiki_index #main_body table.tbl_soshiki_list td {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}
.soshiki_index #main_body table.tbl_soshiki_list th {
	border: none;
	padding: 0px 20px;
}
.soshiki_index #main_body table.tbl_soshiki_list td {
	border: none;
	padding: 10px 20px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_name {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: 10px 20px 10px 30px;
	font-weight: bold;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail {
	border-top: 1px dotted #cccccc;
	padding: 10px 20px 10px 30px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_detail span.ttl {
	font-size: 1.2rem;
}

.soshiki_index #main_body table.tbl_soshiki_list td.sec_name.acc_title {
	padding: 0px;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_name.acc_title label[for*="acc_ttl_label"] {
	padding: 10px 40px 10px 30px;
	background-position: right 20px top 50%;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_name.acc_title + input[id*="acc_ttl_label"] + td.sec_detail {
	display: none;
}
.soshiki_index #main_body table.tbl_soshiki_list td.sec_name.acc_title + input[id*="acc_ttl_label"]:checked + td.sec_detail {
	display: block;
}

/* 部局・課室 */
#main_body div#freespace_bu.detail_free,
#main_body div#freespace_ka.detail_free {
	padding-left: 20px;
	padding-right: 20px;
}

#main_body div#freespace_bu.detail_free h2,
#main_body div#freespace_bu.detail_free h3,
#main_body div#freespace_bu.detail_free h4,
#main_body div#freespace_bu.detail_free h5,
#main_body div#freespace_bu.detail_free h6,
#main_body div#freespace_ka.detail_free h2,
#main_body div#freespace_ka.detail_free h3,
#main_body div#freespace_ka.detail_free h4,
#main_body div#freespace_ka.detail_free h5,
#main_body div#freespace_ka.detail_free h6 {
	margin-left: -20px;
	margin-right: -20px;
}

/* 部局 */
.kakuka_info_box {
	margin: 0px 0px 30px;
	width: auto;
	display: block;
}
.kakuka_info_box > div {
	display: block;
}
.kakuka_info_box .kakuka_work {
	margin: 0px 20px 15px;
}
.kakuka_info_box .kakuka_contact_box {
	margin: 0px;
	padding: 15px 20px 5px;
}

/* 課室 */
#soshiki_pr_image {
	margin: 20px 0px;
}
#soshiki_pr_image img {
	vertical-align: top;
}

/* 課室（掲載見出し目次） */
#kakuka_midashi p {
	margin-left: 20px;
	margin-right: 20px;
}

#kakuka_midashi_list ul {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#kakuka_midashi_list ul li,
#kakuka_midashi_list ul li:nth-child(3n) {
	width: calc(50% - 5px);
	margin: 0px 0px 10px;
}
#kakuka_midashi_list ul li a {
	font-size: 1.3rem;
	padding: 15px 10px 15px 25px;
	background-position: 10px center;
}

/* 関連情報 */
#kanren_info .kanren_box label[for*="acc_ttl_label"] {
	background: none !important;
	padding-right: 0px;
}

#kanren_info .kanren_box ul li a {
	display: block;
}

/* 改ページ */
.page_num {
	font-size: 1.6rem;
}
.page_num_ttl {
	font-size: 1.4rem;
}
.page_num_view {
	font-size: 1.4rem;
}

/* ウェブブック */
.book_list_box {
	margin-bottom: 20px;
}
.book_list_box .book_info {
	width: calc(100% - 40px);
}

.book_list p.no_data {
	margin-left: 20px;
	margin-right: 20px;
}

/* アンケート */
#main_body table.tbl_ques {
	margin-top: 20px;
}
#main_body table.tbl_ques th {
	font-size: 1.1rem;
	padding: 4px;
}
#main_body table.tbl_ques th.title {
	width: 48%;
}
#main_body table.tbl_ques th.date {
	width: 21%;
}
#main_body table.tbl_ques th.date2 {
	width: 21%;
}
#main_body table.tbl_ques th.button {
	width: 10%;
}
#main_body table.tbl_ques td {
	font-size: 1.2rem;
	padding: 4px;
}
#main_body table.tbl_ques td.t_center {
	padding: 4px;
}
.question #main_body table.tbl_ques td input {
	font-size: 1rem;
	padding: 5px 0px;
}

.question_detail #main_body h2 {
	margin: 20px 0px;
}
.question_detail #main_body img {
	max-width: 100%;
	height: auto;
}

.question_detail #main_body input[type="text"] {
	width: 100%;
}
.question_detail #main_body textarea {
	width: 100%;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	width: calc(40% - 10px);
	min-width: auto;
}

.question_list #main_body p,
.post_quest_hankyou #main_body p,
.post_quest_hankyou #main_body > div {
	margin-left: 20px;
	margin-right: 20px;
}

.question_detail #main_body {
	padding-left: 20px;
	padding-right: 20px;
}
.question_detail #main_body h2 {
	margin-left: -20px;
	margin-right: -20px;
}

/* お問い合わせフォーム */
#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;
}

#mail_form_btn_wrap input[type="submit"] {
	width: calc(40% - 10px);
	min-width: auto;
}

.mail_form_detail #main_body > p,
.mail_form_detail #mail_form_message {
	margin-left: 20px;
	margin-right: 20px;
}

.mail_form.mail_form_ok #main_body p,
.mail_form.mail_form_error #main_body p,
.mail_form.cookie_err #main_body p {
	margin-left: 20px;
	margin-right: 20px;
}

/* 地図でさがす */
#shisetsu_list_txt p {
	padding: 15px;
}

#shisetsu_list_link ul {
	padding: 0px;
}
#shisetsu_list_link ul li {
	display: block;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#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;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}