@charset "utf-8";

/********** 1 共通 **********/

/* レスポンシブアコーディオン用 */
.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: 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: 20px;
	font-size: 2.4rem;
}

#main_body h2 {
	margin: 0px 0px 1px;
	padding: 15px 20px;
	font-size: 2rem;
}

#main_body h3 {
	margin: 0px 0px 1px;
	padding: 12px 20px;
	font-size: 1.8rem;
}

#main_body h4 {
	margin: 0px 0px 1px;
	padding: 10px 20px;
	font-size: 1.6rem;
}
#main_body h4:before {
	width: 10px;
}

#main_body h5 {
	margin: 0px 0px 1px;
	padding: 5px 20px;
	font-size: 1.4rem;
}
#main_body h5:before {
	width: 10px;
}

#main_body h6 {
	margin: 0px 0px 1px;
	padding: 5px 20px;
	font-size: 1.4rem;
}
#main_body h6:before {
	width: 5px;
}

#main_body h2.acc_title,
#main_body h3.acc_title,
#main_body h4.acc_title,
#main_body h5.acc_title,
#main_body h6.acc_title {
	padding-right: 10px;
}

/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	position: relative;
	font-size: 1.3rem;
}

#spm_wrap {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
}
button#spm_menu {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/sp/sp_btn_menu_search.png) no-repeat center center #ad002d;
	background-size: 69% auto;
	color: #ffffff;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
}
.open button#spm_menu {
	background-image: url(/img/sp/sp_btn_close.png);
}

#header2 {
	width: auto;
	max-width: none;
	min-height: auto;
	margin: 0px;
	display: block;
}

#he_left {
	display: block;
	padding: 12px 0px 12px 10px;
}

#he_right {
	display: none;
	width: auto;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}
#header.open #he_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

ul#header_link {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	font-size: 1.2rem;
}
ul#header_link > li {
	margin: 5px 10px;
}
ul#header_link > li#hl_main,
ul#header_link > li#hl_func,
#keep_page {
	display: none !important;
}

#top_search_keyword {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
	width: auto;
	max-width: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
#cse-search-box {
	display: block;
	width: auto;
	max-width: none;
}
#tmp_query {
	width: calc(100% - 60px) !important;
	margin: 0px;
	font-size: 1.4rem;
}
#submit {
	width: 60px;
	margin: 0px;
	font-size: 1.4rem;
}
#cse_filetype {
	display: block;
	text-align: right;
	padding: 5px 0px 0px;
}
#cse_filetype fieldset span {
	font-size: 1.2rem;
}

/* グローバルメニュー */
#top_search,
.header_fixed #top_search {
	display: none;
}
#header.open #top_search,
.header_fixed #header.open #top_search {
	display: block;
}

ul#gnav {
	display: block;
	width: auto;
	max-width: none;
	margin: 0px;
}
ul#gnav li[id^="gnav"] {
	display: block;
}
ul#gnav li[id^="gnav"] a.g1,
ul#gnav li[id^="gnav"] a.g2 {
	padding: 15px 10px;
}
ul#gnav li[id^="gnav"] a.g1 br,
ul#gnav li[id^="gnav"] a.g2 br {
	display: none;
}
ul#gnav li[id^="gnav"]:hover {
	background: none;
	color: #000000;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	margin: 0px;
	padding: 10px 10px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	max-width: none;
	margin-left: 0px;
	margin-right: 0px;
}

.pankuzu {
	font-size: 1.2rem;
	padding-left: 6rem;
}
.pankuzu:first-child .icon_current {
	width: 5rem;
	font-size: 1.1rem;
	padding: 1px 0px;
}

.pankuzu:nth-child(n+4) {
	display: none !important;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.3rem;
}

#back_or_pagetop {
	width: auto;
	max-width: none;
	margin: 0px;
}
#back_or_pagetop > div {
	margin-left: 0px;
}

#to_page_top a {
	right: 0px;
}
#to_page_top.fixed a {
	bottom: 0px;
}

#osusume_banner {
	display: none !important;
}

#author_box {
	display: block;
	width: auto;
	max-width: none;
	margin: 0px;
	padding: 30px 20px;
}
#author_box p {
	line-height: 1.75;
}

#author_box ul.footer_link li {
	display: block;
	margin: 0px 0px 5px;
	padding: 3px 0px 3px 15px;
}

#copyright p {
	padding: 0px 70px 30px;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}

/********** 6 バナー **********/

/* バナー広告 */
ul.banner_list,
ul.banner_list.banner_list_side {
	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;
	margin: 0px;
	width: auto;
	max-width: none;
}
ul.banner_list li,
ul.banner_list.banner_list_side li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	max-width: 200px;
	height: auto;
	margin: 5px;
}

#sidebar_banner {
	margin-bottom: 15px;
}

/********** 7 リスト **********/

/* リスト（横並び） */
.navigation ul li,
.navigation > div,
.navigation ul li:last-child,
.navigation > div:last-child {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.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;
	text-decoration: none;
}

/* リスト */
.info_list ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.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;
	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;
}
.info_list.info_list_date ul li span.article_title {
	padding-right: 0px;
}
.info_list.info_list_date ul li span.article_date {
	font-size: 1.3rem;
}
.info_list.info_list_date ul li span.article_date:before,
.info_list.info_list_date ul li span.article_date:after {
	display: none;
}

.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;
	padding-right: 10px;
}
.list_pack .article_img span:empty {
	height: 90px;
	background-size: contain;
}

/* リスト（一覧リンク） */
div.link_ichiran {
	margin: 0px;
	padding: 15px 10px;
}

/* 新着情報 */
.section_information {
	display: block;
	margin: 20px 0px;
	padding: 10px;
}
.section_information h2,
#main_body .section_information h2 {
	font-size: 1.8rem;
	padding-bottom: 10px;
	padding-right: 0px;
}

.section_information_list ul {
	padding: 0px;
}
.section_information_list ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.section_information_list ul li:last-child {
	border-bottom: none;
}
.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 ul li span {
	display: block;
}
.section_information_list ul li span.article_title {
	padding-right: 0px;
}
.section_information_list ul li span.article_date {
	font-size: 1.3rem;
}
.section_information_list ul li span.article_date:before,
.section_information_list ul li span.article_date:after {
	display: none;
}

/* リスト（新着情報サムネイル） */
.section_information_thum {
	padding: 10px 0px;
}
.section_information_thum > div.lettering2 {
	width: 120px;
}
.section_information_thum > div.lettering3 {
	padding-left: 10px;
}

/********** 8 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}
#sidebar1 > div,
#sidebar2 > div {
	margin: 0px 0px 10px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child {
	margin-bottom: 0px !important;
}
#sidebar1 > div:last-child > *,
#sidebar2 > div:last-child > * {
	margin-bottom: 0px !important;
}

/* サイドメニュー */
.side_box_list ul {
	padding: 0px;
}
.side_box_list ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.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;
	text-decoration: none;
}
.side_box_list ul li:before {
	display: none;
}

/* 関連リンク */
#kanren_link ul {
	padding: 0px;
}
#kanren_link li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#kanren_link li:last-child {
	border-bottom: none;
}
#kanren_link 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_link li:before {
	display: none;
}

/* レコメンド */
#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	padding: 0px;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding: 15px 10px;
	border-bottom: 1px solid #ffffff;
	background-position: 10px 17px;
}
#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;
	text-decoration: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#common_banner_link ul li {
	width: calc(50% - 5px);
	margin: 0px;
}
#common_banner_link ul li a {
	font-size: 1.4rem;
	text-align: center;
	background-position: center 15px;
	padding: 50px 0px 15px;
}

/********** 9 メイン **********/

/* メイン */
#mymainback {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 30px;
}

/********** 10 各ページ **********/

/* 印刷用アイコン */
#content_header {
	margin: 0px;
	padding: 5px 0px;
}
#content_header > span {
	margin-left: 0px;
}

#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

#sns_button_wrap {
	display: block;
	margin: 10px;
}

/* カレンダー登録ボタン */
#content_footer {
	margin: 0px;
}
#content_footer div[id^="calendar_button_"] {
	margin: 20px 20px 0px 0px;
}

/* PDF・WMPリンク */
.pdf_download, .wmplayer_download {
	margin: 15px 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;
}

/* 分類 */
div[id^="main_header_life3_"] {
	margin-bottom: 20px;
}
div[id^="main_header_life3_"] h1 {
	font-size: 2.4rem;
}

#life_menu_wrap {
	display: block;
}
#life_menu_left {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#life_menu_right {
	display: block;
	width: auto;
	margin: 30px 0px 0px;
	padding: 0px;
}

.life_list2 .life_cat_list,
.life_list2 .life_cat_list:nth-child(2n) {
	margin-bottom: 1px;
}

.kanren_box ul {
	padding: 0px;
}
.kanren_box ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.kanren_box ul li:last-child {
	border-bottom: 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_box ul li:before {
	display: none;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: block;
}
.lifesub_cat_list,
.lifesub_cat_list:nth-child(2n) {
	display: block;
	width: auto;
	margin: 0px 0px 1px;
}

.life_cat_list_ttl {
	font-size: 1.6rem;
	padding: 15px 20px;
}

/* 組織 */
#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: 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;
}

/* 改ページ */
.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"] {
	font-size: 1.4rem;
}
.question_detail #main_body textarea {
	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%;
}

/* 一時ここから */
.question_detail input[type="text"],
.question_detail textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 90vw;
}
.question_detail input[type="submit"] {
	width: 32%;
	font-size: 1.4rem;
	margin-right: 0px;
}
.question_detail form > p {
	margin-left: 5px;
	margin-right: 5px;
}
.question_detail form img {
	max-width: 100%;
	height: auto !important;
}


/* 地図でさがす */
#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;
}