@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタンを表示（使用する場合はblockに変更） */
#viewPCMode{
	display: none !important;
}

/* レスポンシブアコーディオン用 */
.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: 18px 18px;
}
.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 基本設定 **********/

/* ボタン */
input[type="button"],
input[type="submit"],
button {
	font-size: 1.4rem;
}

input[type="text"],
textarea {
	font-size: 1.4rem;
}

/* テーブル */
#main_body table {
	font-size: 1.4rem;
}

/* 見出し */
#main_header {
	margin-bottom: 5px;
}
#main_header h1 {
	margin: 0px;
	padding: 20px;
	font-size: 2.4rem;
}

#main_body h2 {
	margin: 0px 0px 5px;
	padding: 15px 20px;
	font-size: 2rem;
}

#main_body h3 {
	margin: 0px 0px 5px;
	padding: 10px 18px;
	font-size: 1.8rem;
}

#main_body h4 {
	margin: 0px 0px 5px;
	padding: 8px 18px;
	font-size: 1.6rem;
}

#main_body h5 {
	margin: 0px 0px 5px;
	padding: 5px 20px;
	font-size: 1.4rem;
}

#main_body h6 {
	margin: 0px 0px 5px;
	padding: 3px 20px;
	font-size: 1.4rem;
}


/********** 3 ヘッダ **********/

/* ヘッダ */
#header {
	font-size: 1.3rem;
}

#header2 {
	background: url(/img/common/sp_bg_header.png) repeat-x center top #ffffff;
	background-size: auto 80px;
}

#he_left {
	padding-right: 45px;
	background: url(/img/common/sp_logo_bg.png) no-repeat right 5px;
	background-size: auto 70px;
}

#he_right {
	padding: 20px;
	max-width: 460px;
	margin: 0px auto;
}

#header_link_support {
	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;
}
#header_link_support li {
	background: none !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	padding: 5px 0px;
	margin: 0px 0px 10px;
}
#header_link_support li:nth-child(2n) {
	border-left: 1px dotted #84919e;
}
#header_link_support dl dt {
	margin-bottom: 5px;
}
#header_link_support dl dd {
	margin: 4px;
}
#header_link_support dl dd a {
	border-radius: 18px;
	padding: 9px 10px;
}

#header #header_search_box {
	padding: 0px;
}
#top_search_keyword {
	display: block;
}
#cse-search-box {
	display: block;
}

#tmp_query {
	width: calc(100% - 70px);
	height: 40px;
}
#submit {
	width: 65px;
	height: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #cse_filetype {
	display: block;
	text-align: right;
	margin: 10px 0px 15px;
}
#cse_filetype fieldset span {
	font-size: 1.2rem;
	margin-left: 15px;
}

#header #header_search_id {
	display: block;
	text-align: right;
	margin-left: 0px;
}
#header #header_search_id_box {
	text-align: right;
}
#open_page_id {
	width: calc(75% - 100px);
	min-width: 160px;
	height: 40px;
}
#open_page_id_submit {
	width: 95px;
	height: 40px;
	font-size: 1.4rem;
	font-weight: bold;
}

#top_search {
	padding: 0px 20px 20px;
}
#top_search_box {
	border: none;
	border-radius: 0px;
	padding: 0px;
}

/* 言語選択 */
#select_language dl dd {
	position: static;
}
#select_language_box {
	top: 260px;
	width: calc(100% - 20px);
}

#header_link_support #select_language_box li:nth-child(2n) {
	border-left: none;
}

/* グローバルメニュー */
#gnav {
	display: block;
	width: auto;
}
#gnav .nav1 {
	display: block;
	width: auto;
	margin: 0px;
}
#gnav .nav1 .nav1a,
#gnav .nav1 .nav1a.br {
	padding: 20px 10px;
}
#gnav .nav1 .nav1a br {
	display: none;
}
#gnav .nav1 .nav1a span.pc_none {
	display: inline;
}


/********** 4 フッタ **********/

/* ページトップ */
#footer_link_pagetop {
	width: 65px;
}

/* フッタ */
#footer {
	font-size: 1.4rem;
	background-size: auto 90px;
}
#footer_box {
	width: auto;
	margin: 0px;
	padding: 40px 20px 30px;
}

#footer_link1 {
	display: block;
	margin: 0px;
}
#footer_link1 li {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}
#footer_link1 li a {
	font-size: 1.4rem;
	padding: 15px 20px;
}

#footer_link2 {
	margin: 15px 0px 20px;
	text-align: left;
}
#footer_link2 li {
	margin: 8px 16px 8px 0px;
}

#author_box {
	margin-bottom: 30px;
}
#author_box #logo_footer {
	display: none;
}
#author_box .author_name {
	display: block;
	background: url(/img/top/logo_footer.png) no-repeat left center;
	background-size: 51px auto;
	padding: 10px 0px 9px 60px;
	min-height: 40px;
	font-size: 2.4rem;
}
#author_box .author_name span {
	font-size: 1rem;
	font-weight: bold;
}
#author_box .author_txt {
	margin-left: 60px;
	font-size: 1.5rem;
}
#author_box .author_txt p.f_address span {
	display: block;
	margin-right: 0px;
}
#author_box .author_txt p.f_number {
	font-size: 1.2rem;
}

#author_box2 dl {
	margin: 0px 0px 30px;
}
#author_box2 dl dd span {
	display: block;
	font-size: 1.2rem;
}

#author_box2 dl dt {
	padding: 4px 6px;
}
#author_box2 dl dd {
	padding: 0px 20px 15px;
}

#footer_random_banner {
	position: static;
	margin: 0px auto;
}
#count_down_area .countdown_box:first-child {
	margin-bottom: 30px;
}

#copyright p {
	margin: 0px 80px;
	font-size: 1.1rem;
}


/********** 5 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	width: auto;
	margin: 20px;
	font-size: 1.2rem;
}


/********** 6 メイン・サイド **********/

/* メイン */
#mymainback {
	margin: 20px;
}

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 40px;
}
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}

.side_box_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side_box_list ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-top: 1px solid #cccccc;
}
.side_box_list ul li:first-child {
	border-top: 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 li {
	padding: 10px 0px;
}


/********** 7 記事ページ **********/

/* 記事ヘッダ */
#content_header {
	margin: 10px 0px;
	text-align: right;
	font-size: 1.2rem;
}
#content_header > span {
	margin: 4px 0px 4px 8px;
}
#content_header span.print_link {
	display: none !important;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	display: block;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: block;
}
.tenpu_txt {
	display: block;
	padding: 10px 0px 0px;
	font-size: 1.2rem;
}

/* お問い合わせ */
#section_footer {
	padding: 20px;
}
#section_footer_ttl h2,
#main_body #section_footer_ttl h2 {
	font-size: 1.5rem;
}

/* 重要なお知らせ */
#detail_side_important {
	width: auto;
	margin: 20px;
}
#detail_side_important_list 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;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	padding: 15px 10px;
}
#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;
}


/********** 8 広告バナー **********/

/* バナー広告 */
ul.banner_list li {
	width: calc(50% - 10px);
	max-width: 160px;
	height: auto;
	margin: 5px;
}
ul.banner_list.banner_list_side li {
	max-width: none;
}


/********** 9 リスト **********/

/* リスト */
.info_list ul,
.info_list.info_list_date ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li,
.info_list.info_list_date ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-top: 1px solid #cccccc;
}
.info_list ul li:first-child,
.info_list.info_list_date ul li:first-child {
	border-top: none;
}
.info_list.info_list_date 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 > 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;
}

/* リスト（横並び） */
.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;
}

div.link_ichiran {
	text-align: center;
}

.listmore_btn_wrap {
	text-align: center;
}

/* 新着情報 */
.section_information {
	margin: 20px 0px;
}
.section_information h2,
#main_body .section_information h2 {
	padding: 6px 10px 6px 20px;
}
.section_information_list ul li {
	display: block;
	padding: 10px 0px 10px 15px;
}
.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 label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_open_white.png);
}
.section_information .acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_close_white.png);
}

.section_information_list .link_box {
	text-align: center;
}
.section_information_list .link_box a {
	min-width: 200px;
}

.section_information_thum > div.lettering2 {
	width: 80px;
}

/* サムネイル */
.list_pack > div.article_img {
	width: 80px;
	padding: 0px 15px 0px 0px;
}
.list_pack > div.article_img span:empty {
	height: 60px;
	background-size: contain;
}
.list_pack > div.article_txt {
	padding: 0px;
}


/********** 10 各ページ **********/

/* 分類・関連 */
#life_information_wrap {
	display: block;
}
#life_information_wrap > div {
	display: block;
}

#life_banner {
	width: auto;
	padding-left: 0px;
	margin-bottom: 20px;
}
#life_banner ul.banner_list.banner_list_side,
.life_list1 ul.banner_list.banner_list_side,
.life_list2 ul.banner_list.banner_list_side {
	padding: 15px;
	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;
}
#life_banner ul.banner_list.banner_list_side li,
.life_list1 ul.banner_list.banner_list_side li,
.life_list2 ul.banner_list.banner_list_side li {
	width: calc(50% - 10px);
	max-width: 160px;
	margin: 5px;
}

#life_cat_list_wrap,
#lifesub_cat_list_wrap {
	display: block;
}
.life_cat_list,
.lifesub_cat_list {
	display: block;
	width: auto;
	margin-bottom: 5px;
}
#main_body .life_cat_list h2,
.life_cat_list_ttl,
#main_body .lifesub_cat_list h2 {
	margin-bottom: 0px;
	text-align: left;
	padding: 10px 10px 10px 20px;
}
.life_cat_list div.link_ichiran,
.lifesub_cat_list div.link_ichiran {
	padding-bottom: 15px;
}

#kanren_info .kanren_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kanren_info .kanren_list ul li {
	display: block;
	margin: 0px;
	padding: 15px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#kanren_info .kanren_list ul li:last-child {
	border-bottom: none;
}
#kanren_info .kanren_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_menu_category_list ul li {
	display: block;
	margin: 0px;
	padding: 13px 10px 13px 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#side_menu_category_list ul li:last-child {
	border-bottom: none;
}
#side_menu_category_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_menu_category_list ul li:before {
	top: 1.3em;
}
#side_menu_category_list ul li ul li {
	padding: 10px 0px 10px 18px;
}
#side_menu_category_list ul li ul li:before {
	top: 1.2em;
}

/* 組織 */
#soshiki_content_header {
	margin: 20px 0px;
	padding: 15px;
}
#main_body .ka_tbl_wrap table,
#main_body .ka_tbl_wrap table tbody,
#main_body .ka_tbl_wrap table tr,
#main_body .ka_tbl_wrap table th,
#main_body .ka_tbl_wrap table td {
	display: block;
}
#main_body .ka_tbl_wrap table th {
	padding: 10px 20px;
	border: none;
}
#main_body .ka_tbl_wrap table td {
	padding: 15px 20px;
	border: none;
}
#main_body .ka_tbl_wrap table td.ka_name {
	width: auto;
	padding: 15px 20px 0px;
	border: none;
	border-top: 1px solid #222;
}

.soshiki_kakubu #main_body > div:last-child {
	margin-bottom: 0px;
}

#section_work {
	display: block;
}
#section_work > div {
	display: block;
}
#section_work > div:nth-child(2) {
	padding-left: 0px;
	margin-top: 20px;
}
#section_work img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#soshiki_pr_image {
	margin: 20px 0px;
}

/* 改ページ */
.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 {
	display: block;
	width: auto;
	margin: 0px;
}
.book_list_box .book_info {
	padding: 10px 0px 15px;
}

/* アンケート */
#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: 48%;
}
#main_body table.tbl_ques th.date,
#main_body table.tbl_ques th.date2 {
	width: 22%;
}
#main_body table.tbl_ques th.button {
	width: 8%;
}
#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%;
}
.question_detail #main_body textarea {
	width: 100%;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	width: calc(33% - 10px);
	min-width: auto;
}

/* お問い合わせフォーム */
#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(33% - 10px);
	min-width: auto;
}

/* 地図でさがす */
#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;
}




/*========== 背景色変更時 ここから ==========*/

.color_change #header_search_id_box {
	outline: none;
}

.color_change .sp_button,
.color_change .sp_button:hover {
	background: none;
	border: none;
	text-shadow: none;
}

.color_change #sp_page_index_link_toggle {
	background-image: url(/img/sp/acc_open_white.png);
}
.color_change #sp_page_index_link_toggle.open {
	background-image: url(/img/sp/acc_close_white.png);
}

.color_change label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_open_white.png);
}
.color_change .acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_close_white.png);
}

/*========== 背景色変更時 ここまで ==========*/