@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;
	padding-top: 10px;
	padding-bottom: 10px;
}


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 center transparent;
	background-size: 25px auto;
}
.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/sp/acc_close.png);
}

/* 足あと・ブックマーク機能 */
#footstep_wrap, #keep_page {
	display: none !important;
}

/********** 2 基本設定 **********/

/* フォント */
body {
	font-family: arial, sans-serif;
}

/* ボタン */
input[type="button"],
input[type="submit"],
button {
	font-size: 1.6rem;
}

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: 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/btn_menu.png) no-repeat center center;
	background-size: 27px auto;
	color: #000000;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
}
.open button#spm_menu {
	background-image: url(/img/sp/btn_close.png);
}

#header2 {
	width: auto;
	min-height: 80px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: block;
}
.open #header2{
	background: #bfddef;
}

#he_left {
	position: static;
	/* width: 180px; */
	margin: 0px;
	padding: 10px 80px 10px 10px;
	background-position: right 150px center;
	background-size: 140px auto;
	width: auto;
	min-height: 70px;
}

#he_right {
	display: none;
	width: auto;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
.open #he_right {
	display: block;
}

#logo{
	width: 150px;
	margin: 0;
}
#logo img{
	max-width: 100%;
	height: auto;
}

ul#header_link{
	/* display: none; */
}
ul#header_link > li {
	margin: 0px 5px;
}
ul#header_link > li#hl_main,
ul#header_link > li#hl_func {
	display: none !important;
}
ul#header_link > li > a {
	background-size: auto 18px;
	padding-left: 20px;
	font-size: 1.2rem;
}
ul#header_sns{
	margin: 0;
}

ul#header_link > li:not(#hl_lang){
	display: none;
}
ul#header_link > li#hl_lang > a{
	display: inline-block;
	background: none #bfddef;
	margin-top: calc(-0.5em - 10px);
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
#header_link div#acc_lang_box {
	display: block;
	position: static;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
	padding: 0;
}

ul#header_link > li#hl_lang {
	display: block;
	border: 2px solid #333;
	border-radius: 10px;
	padding: 0px 5px 10px;
	text-align: center;
	margin: 0 0 20px;
}
#acc_lang_box ul{
	width: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#acc_lang_box li{
	width: 30%;
}
#hl_lang button.acc_menu_close {
	display: none;
}



/* 検索 */
#cse-search-box {
	/* display: block; */
	width: auto;
}

#tmp_query {
	font-size: 1.4rem;
}
#submit {
	font-size: 1.4rem;
}

#cse_filetype {
	display: block;
}
#cse_filetype fieldset {
	padding: 5px 0px 0px;
	text-align: right;
}
#cse_filetype fieldset span {
	font-size: 1.2rem;
}

/* グローバルナビ */
#top_search {
	display: none;
}
.open #top_search {
	display: block;
}

#top_search_box{
	display: block;
}
ul#gnav {
	display: block;
	width: auto;
	padding: 10px 0 20px;
}
ul#gnav li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	/* border-top: 1px solid #ffffff; */
	width: auto;
	/* border: none; */
}


ul#gnav li a {
	font-size: 1.8rem;
	padding: 10px 15px;
	text-align: left;
}
ul#gnav > li{
	padding: 10px;
}
ul#gnav > li:last-child{
	width: auto;
}

ul#gnav > li > button.search_open, ul#gnav > li > a{
	text-align: left;
	/* width: auto; */
	padding: 7px 20px;
	margin: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

ul#gnav > li > button.search_open{
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-color: #ffffff;
	background-image: url(/img/sp/acc_open.png);
	background-size: 25px auto;
}
ul#gnav > li.open > button.search_open{
	background-image: url(/img/sp/acc_close_white.png);
}

ul#gnav > li button.search_open:after{
	display: none;
}

ul#gnav > li > button.search_open span:after{
	display: none;
}

ul#gnav > li > a{
	background: url(/img/sp/link_arrow_right_fill.png) no-repeat right 20px center #ffffff;
	background-size: 10px auto;
}

#top_search_keyword{
	padding: 0;
}

ul#gnav > li > .search_list_wrap{
	position: static;
}

#search_theme .search_list_wrap ul.search_life2 {
	position: static;
	min-height: 0;
	padding-left:  20px;
}

#search_theme .search_list_wrap ul.search_life1 {
	position: static;
	min-height: 0;
	padding-left: 20px;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	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; */
	display: none;
}

/********** 5 フッタ **********/

/* フッタ */
#footer {
	font-size: 1.3rem;
}

#back_or_pagetop {
	width: auto;
}
#back_or_pagetop > div a {
	font-size: 1.2rem;
	right: 10px;
}
.fixed div#to_page_top a{
	right: 10px;
	bottom: 10px;
}

#footer_navi ul {
	width: auto;
	padding: 20px 20px;
	padding-right: 80px;
}

#author_box {
	width: auto;
	padding: 20px 20px 20px;
}

#author_box p.f_author {
	font-size: 2.4rem;
}

#author_box ul.author_link li{
	margin: 10px 10px 10px 0;
}

#copyright p {
	padding: 20px 80px;
	font-size: 1.2rem;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	left: 0px;
	bottom: 0px;
}
#osusume_banner_ttl {
	width: 80px;
}
#osusume_banner_ttl a {
	font-size: 1.2rem;
	padding: 20px 0px;
}
#osusume_banner_list {
	max-width: calc(100vw - 80px);
}

#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;
}
#osusume_banner_list_box ul li {
	width: calc(50% - 10px);
	max-width: 200px;
	height: auto;
	margin: 5px;
}

/********** 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;
}
.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_thum ul{
	display: block;
}

.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_thum ul li,
.info_list.info_list_thum ul li:first-child{
	width: auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}

.list_pack{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
}
.list_pack .article_img{
	width: 120px;
	display: block;
}
.list_pack .article_img span{
	width: auto;
}
.list_pack .article_txt{
	display: block;
	width: calc(100% - 120px);
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


.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;
}
.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;
}
.navigation ul li:before, .navigation > div:before{
	display: 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 .link_ichiran {
	position: static;
	padding: 10px;
	text-align: right;
}
.section_information .link_ichiran a {
	display: inline-block;
}


.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;
}

/* リスト（新着情報サムネイル） */
.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: 10px;
}

/* サイドメニュー */
.side_box_list ul {
	padding: 0px;
}
.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;
}
.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 li {
	padding-right: 0px;
}

/* 関連リンク */
#kanren_link ul,
#sidebar1 #kanren_link ul,
#sidebar2 #kanren_link ul,
.kanren_link ul,
#sidebar1 .kanren_link ul,
#sidebar2 .kanren_link ul {
	padding: 0px;
}
#kanren_link li,
#sidebar1 #kanren_link li,
#sidebar2 #kanren_link li,
.kanren_link li,
#sidebar1 .kanren_link li,
#sidebar2 .kanren_link li {
	display: block;
	margin: 0px;
	padding: 10px 20px;
	background-position: 10px 12px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#kanren_link ul li:last-child,
#sidebar1 #kanren_link li:last-child,
#sidebar2 #kanren_link li:last-child,
.kanren_link ul li:last-child,
#sidebar1 .kanren_link li:last-child,
#sidebar2 .kanren_link li:last-child {
	border-bottom: none;
}

/* レコメンド */
#sidebar_recommend ul {
	padding: 0px;
}
#sidebar_recommend ul li,
#sidebar1 #sidebar_recommend li,
#sidebar2 #sidebar_recommend li {
	display: block;
	margin: 0px;
	padding: 10px 20px;
	background-position: 10px 12px;
	border: none;
	border-bottom: 1px solid #cccccc;
}
#sidebar_recommend ul li:last-child,
#sidebar1 #sidebar_recommend li:last-child,
#sidebar2 #sidebar_recommend li:last-child {
	border-bottom: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul {
	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;
}
#common_banner_link ul li,
#common_banner_link ul li:last-child {
	margin: 0px;
	width: calc(50% - 5px);
}
#common_banner_link ul li a {
	font-size: 1.4rem;
	padding: 20px 0px;
	text-align: center;
}

/********** 9 メイン **********/

/* メイン */
#mymainback {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
}

/********** 10 各ページ **********/

/* 印刷用アイコン */
#content_header {
	margin: 0px;
	padding: 5px 0px;
}

#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* 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;
}

/* サイトマップ */
#sitemap_list_wrap {
	display: block;
}
#sitemap_list_wrap > div {
	width: auto;
}

/* 分類・関連 */
div[id^="main_header_life3_"] {
	height: 100px;
	margin: 0px;
}
div[id^="main_header_life3_"] h1 {
	font-size: 2.6rem;
	padding: 0px 15px;
}

#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,
.life_list3 #life_cat_list_wrap {
	display: block;
}
.life_cat_list,
.life_list3 .life_cat_list {
	width: auto;
	margin: 0px 0px 1px;
}
.life_list3 .life_cat_list .navigation {
	margin: 0px 0px 20px;
}

.info_list.info_list_date ul li:first-child {
	border-top: none;
}

#kanren_info h2 {
	font-size: 1.8rem;
	padding: 15px;
}
#kanren_info h3 {
	font-size: 1.4rem;
	margin: 1px 0px;
	padding: 15px;
}
.kanren_box ul,
#sidebar1 .kanren_box ul,
#sidebar2 .kanren_box ul {
	padding: 0px;
}
.kanren_box ul li,
#sidebar1 .kanren_box ul li,
#sidebar2 .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;
}

#lifesub_cat_list_wrap {
	display: block;
}
.lifesub_cat_list {
	width: auto;
	margin: 0px 0px 1px;
}

.life_cat_list_ttl {
	font-size: 1.8rem;
	padding: 15px;
}

/* 組織 */
#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;
}

.soshiki_index .navigation{
	padding: 0;
}

#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;
	line-height: 1.8;
	letter-spacing: 2px;
}
.page_num a {
	margin-left: 4px;
	letter-spacing: 0px;
}
.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 {
	font-size: 1.1rem;
	padding: 5px;
}

.question_detail #main_body h2 {
	margin: 15px 0px;
}

.question_detail input[type="text"] {
	font-size: 1.4rem;
}
.question_detail textarea {
	font-size: 1.4rem;
}
.question_detail select {
	font-size: 1.4rem;
}

.question input[type="submit"],
.question 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;
}