@charset "utf-8";

/********** 1 共通 **********/

/* PC表示切り替えボタン */
#viewPCMode {
	display: none;
}

/* レスポンシブアコーディオン用 */
.acc_title_wrap {
	position: relative;
}
.acc_title {
	position: relative;
}
.acc_title label[for*="acc_ttl_label"] {
	display: block;
	cursor: pointer;
	background: url(/img/nw-sp/acc_open.png) no-repeat right 10px top 50% transparent;
	background-size: 15px 15px;
	padding-right: 30px;
}
.acc_title.acc_open label[for*="acc_ttl_label"] {
	background-image: url(/img/nw-sp/acc_close.png);
}

.acc_title + input[id*="acc_ttl_label"] + * {
	display: none;
}
.acc_title + input[id*="acc_ttl_label"]:checked + * {
	display: block;
}

.no_acc_title label[for*="acc_ttl_label"] {
	background-image: none !important;
}

/* 非表示 */
#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 ヘッダ **********/

/* SPメニュー */
button#spm_support {
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	background: url(/img/nw-sp/btn_sp_support.png) no-repeat center top #ffffff !important;
	background-size: 60px 60px !important;
	color: #000000;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}
.spm_support_open button#spm_support {
	background-image: url(/img/nw-sp/btn_sp_support_close.png) !important;
}
.spm_menu_open button#spm_support,
.spm_search_open button#spm_support,
.spm_osusume_open button#spm_support {
	z-index: 0;
}

#spm_wrap {
	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;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 999;
}
#spm_wrap button {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-top: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#spm_wrap button#spm_menu {
	background: url(/img/nw-sp/btn_sp_menu.png) no-repeat center top #ffffff !important;
	background-size: auto 80px !important;
	color: #000000;
}
.spm_menu_open #spm_wrap button#spm_menu {
	background-image: url(/img/nw-sp/btn_sp_menu_close.png) !important;
	border-color: #ffffff;
}

#spm_wrap button#spm_search {
	width: 34%;
	background: url(/img/nw-sp/btn_sp_search.png) no-repeat center top #e7ecf1 !important;
	background-size: auto 80px !important;
	color: #000000;
}
.spm_search_open #spm_wrap button#spm_search {
	background-image: url(/img/nw-sp/btn_sp_search_close.png) !important;
	background-color: #124374 !important;
	color: #ffffff;
	border-color: #124374;
}

#spm_wrap button#spm_osusume {
	background: url(/img/nw-sp/btn_sp_osusume.png) no-repeat center top #fdd000 !important;
	background-size: auto 80px !important;
	color: #000000;
}
.spm_osusume_open #spm_wrap button#spm_osusume {
	background-image: url(/img/nw-sp/btn_sp_osusume_close.png) !important;
	border-color: #fdd000;
}

/* ヘッダ */
#header {
	position: relative;
}

#header2 {
	width: auto;
	margin: 0px;
}

#he_left {
	position: static;
	width: 187px;
	height: 51px;
	margin: 0px;
	padding: 20px 0px 19px 20px;
}

#he_right {
	display: none;
	margin: 0px;
	padding: 0px;
}
.spm_support_open #he_right {
	display: block;
}
.spm_menu_open #he_right {
	display: block;
	position: fixed;
	bottom: 80px;
	left: 0px;
	z-index: 998;
	width: 100%;
	background: #ffffff;
	max-height: calc(100vh - 80px);
	min-height: calc(100vh - 80px);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}

#he_right_a,
#he_right_b {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* ヘッダメニュー */
#header_navi_support {
	display: none;
	padding: 20px 30px;
}
.spm_support_open #header_navi_support {
	display: block;
}

#header_navi_support ul {
	margin: 0px;
	display: block;
}
#header_navi_support ul li {
	display: block;
	margin: 0px 0px 20px;
}
#header_navi_support ul li.h_main {
	display: none !important;
}
#header_navi_support ul li.h_lang a,
#header_navi_support ul li.h_voice a {
	padding-left: 30px;
}

/* 閲覧補助 */
#header_navi_support dl {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#header_navi_support dl dt {
	min-width: 75px;
}
#header_navi_support dl dd {
	margin-left: 10px;
}

/* ピックアップ */
#header_navi_pickup {
	display: none;
	margin: 0px;
	padding: 60px 20px 0px;
}
.spm_menu_open #header_navi_pickup {
	display: block;
}

#header_navi_pickup ul {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0px;
}
#header_navi_pickup ul li {
	margin: 0px;
	width: calc(33.333333% - 2px);
}

/* グローバルメニュー */
#top_search {
	display: none;
}
.spm_menu_open #top_search {
	display: block;
}

ul#gnav {
	display: block;
	width: auto;
	padding: 20px 20px 60px;
}
ul#gnav li.gnav_box_wrap,
ul#gnav li.gnav_box_wrap:first-child {
	display: block;
	border: none;
	border-bottom: 1px solid #0e3c79;
}
ul#gnav li.gnav_box_wrap .gnav_ttl a,
ul#gnav li.gnav_box_wrap .gnav_ttl a:hover,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl a,
ul#gnav li.gnav_box_wrap.open .gnav_ttl a {
	background: transparent;
	-webkit-transition: background none;
	-o-transition: background none;
	transition: background none;
	margin: 0px;
	padding: 20px;
	font-size: 1.6rem;
}

ul#gnav li.gnav_box_wrap .gnav_ttl {
	position: relative;
	padding: 0px 40px 0px 20px;
}

button.btn_sp_gnav {
	display: block;
	width: 40px;
	height: 100%;
	border: none;
	background: url(/img/nw-sp/acc_open.png) no-repeat center center #f6f6f6;
	background-size: 15px 15px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.gnav_box_wrap.open_sp button.btn_sp_gnav {
	background-color: #e8ecf1;
	background-image: url(/img/nw-sp/acc_close.png);
}

ul#gnav li.gnav_box_wrap .gnav_box {
	display: none !important;
}
ul#gnav li.gnav_box_wrap.open_sp .gnav_box {
	display: block !important;
}

ul#gnav li.gnav_box_wrap .gnav_box,
ul#gnav li.gnav_box_wrap:hover .gnav_box,
ul#gnav li.gnav_box_wrap.open .gnav_box {
	position: static;
	width: auto;
	opacity: 1;
	padding: 0px;
	-webkit-transition: background none;
	-o-transition: background none;
	transition: background none;
}
ul#gnav li.gnav_box_wrap .gnav_box ul,
ul#gnav li.gnav_box_wrap:hover .gnav_box ul,
ul#gnav li.gnav_box_wrap.open .gnav_box ul {
	display: block;
}

ul#gnav li.gnav_box_wrap .gnav_box ul li {
	display: block;
	width: auto;
	margin: 0px 0px 10px;
}

/* 検索 */
button#pcm_search,
button#pcm_search_close,
#pcm_search_box .search_menu_ttl {
	display: none !important;
}

#pcm_search_box_wrap,
#pcm_search_box_wrap.open {
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: fixed;
	bottom: 80px;
	left: 0px;
	z-index: 998;
	width: 100%;
	background: #124374;
	color: #ffffff;
	max-height: calc(100vh - 80px);
	min-height: calc(100vh - 80px);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}
.spm_search_open #pcm_search_box_wrap,
.spm_search_open #pcm_search_box_wrap.open {
	display: block;
}

#pcm_search_box,
#pcm_search_box_wrap.open #pcm_search_box {
	display: block;
	width: auto;
	margin: 0px;
}

#pcm_search_box .search_menu_box {
	max-height: none;
	-ms-scroll-chaining: auto;
	    overscroll-behavior: auto;
	padding: 100px 20px 60px;
}

/* キーワード検索 */
#top_search_keyword {
	margin: 0px;
	display: block;
}

#cse-search-box {
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#cse-search-box label {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#tmp_query {
	width: calc(100% - 80px) !important;
	height: 50px !important;
	margin-left: 0px;
}
#submit {
	width: 80px;
	height: 50px;
	font-size: 1.6rem;
	line-height: 50px;
}

#cse_filetype {
	margin-left: 0px;
	padding: 15px 0px;
}
#cse_filetype fieldset {
	padding-left: 100px;
}
#cse_filetype fieldset legend {
	font-size: 1rem;
	font-weight: bold;
	width: 90px;
	padding: 7px 0px;
}
#cse_filetype fieldset .search_btn {
	padding: 0px;
}
#cse_filetype fieldset .search_btn span {
	font-size: 1.2rem;
	margin: 0px 15px 5px 0px;
	padding: 5px 0px;
}

/* 注目ワード */
#search_trend_word {
	margin-top: 20px;
	display: block;
}

#search_trend_word_ttl {
	display: inline-block;
	width: auto;
	font-size: 1.4rem;
	padding: 10px 20px;
}

#search_trend_word p {
	width: auto;
	padding: 5px 0px 10px;
}
#search_trend_word p a {
	font-size: 1.4rem;
	margin: 15px 15px 0px 0px;
}

/* 検索メニュー */
.search_menu_sagasu ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px -5px;
}
.search_menu_sagasu ul li {
	width: calc(50% - 10px);
	margin: 5px;
}
.search_menu_sagasu ul li a {
	font-size: 1.4rem;
	padding: 15px 10px;
}
.search_menu_sagasu ul li.sagasu_request a {
	font-size: 1.4rem;
	padding: 20px 20px 30px 5px;
	text-align: center;
	background-size: 60px auto;
}

/* ライフステージ */
.search_menu_lifestage_wrap {
	margin-top: 35px;
	display: block;
}
.search_menu_lifestage_wrap > div {
	display: block;
	width: auto;
}
.search_menu_lifestage_wrap > div.search_menu_use {
	margin-top: 40px;
}

.search_menu_lifestage_wrap > div .ttl {
	margin-bottom: 20px;
}

.search_menu_lifestage_wrap .search_menu_lifestage ul,
.search_menu_lifestage_wrap .search_menu_use ul {
	padding: 30px 15px 10px;
}
.search_menu_lifestage_wrap .search_menu_lifestage ul li,
.search_menu_lifestage_wrap .search_menu_lifestage ul li:nth-child(3n),
.search_menu_lifestage_wrap .search_menu_use ul li,
.search_menu_lifestage_wrap .search_menu_use ul li:nth-child(4n) {
	width: 50%;
	border: none;
	border-right: 1px solid #124374;
	padding: 0px 0px 0px 10px;
	margin-bottom: 20px;
}
.search_menu_lifestage_wrap .search_menu_lifestage ul li:nth-child(2n),
.search_menu_lifestage_wrap .search_menu_use ul li:nth-child(2n) {
	border-right: none;
}
.search_menu_lifestage_wrap .search_menu_lifestage ul li a,
.search_menu_lifestage_wrap .search_menu_use ul li a {
	padding-left: 40px;
	background-position: left center;
}

.search_menu_lifestage_wrap ul li.use05 a br {
	display: block;
}

/* おすすめ情報（回遊ボタン） */
#osusume_banner {
	display: none;
	position: fixed;
	bottom: 80px;
	left: 0px;
	z-index: 998;
	width: 100%;
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}
.spm_osusume_open #osusume_banner {
	display: block;
}

#osusume_banner_box {
	display: block;
	outline: none;
}

#osusume_banner_ttl,
button#osusume_banner_close {
	display: none !important;
}

#osusume_banner_list {
	max-width: none;
}

#osusume_banner_list_box,
#osusume_banner.open #osusume_banner_list_box {
	display: block;
	padding: 0px;
}

#osusume_banner_list_box .osusume_banner_list_detail {
	display: flex;
	padding: 40px 0px 20px;
}
#osusume_banner_list_box .osusume_banner_list_detail a {
	display: block;
	margin: 0px auto 20px;
}
#osusume_banner_list_box .osusume_banner_list_detail a img {
	height: auto;
}

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
	padding: 15px 0px 5px;
}
#pankuzu_wrap > div {
	width: auto;
	margin: 0px 10px 10px;
}
.pankuzu {
	font-size: 1.2rem;
	padding-left: 5rem;
}
.pankuzu:first-child .icon_current {
	top: -1px;
}

/********** 5 フッタ **********/

/* フッタメニュー */
#footer_navi {
	display: block;
	width: auto;
	margin: 0px;
	padding: 20px 20px 30px;
}
#footer_navi ul {
	padding: 0px;
}
#footer_navi ul li {
	margin: 10px 15px 10px 0px;
	padding-right: 15px;
}
#footer_navi ul li a {
	font-size: 1.3rem;
	line-height: 1.4rem;
}

#footer_navi .bnr_sdgs {
	margin: 20px auto 0px;
}

/* 管理者情報 */
#author_info_wrap {
	position: relative;
}

#author_info {
	display: block;
	width: auto;
	margin: 0px;
	padding: 30px 20px 120px;
}

#author_box {
	width: auto;
	padding: 0px;
}
#author_box > div {
	display: block;
}
#author_box > div.f_author {
	margin: 0px 60px 10px 0px;
	font-size: 2.4rem;
}
#author_box > div.f_number {
	font-size: 1.2rem;
}
#author_box > div.f_address {
	margin-top: 20px;
}

#author_link {
	margin-top: 30px;
}
#author_link ul {
	display: block;
}
#author_link ul li {
	width: auto;
	display: block;
	margin-bottom: 10px;
}

#copyright p {
	font-size: 1.1rem;
}

/* ページID検索 */
#top_search_page_id {
	width: auto;
	padding-top: 30px;
}
#open_page_id_box {
	display: block;
}
#open_page_id_box label {
	display: block;
	line-height: 2rem;
	margin-bottom: 10px;
}
#open_page_id_form {
	margin-left: 0px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#open_page_id {
	width: calc(100% - 80px);
}
#open_page_id_message {
	font-size: 1.4rem;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop,
#footer_link_pagetop.fixed {
	position: absolute;
	top: 20px;
	bottom: auto;
	right: 20px;
}

/********** 6 メイン **********/

/* メイン */
#mymainback {
	margin: 10px 10px 30px;
}

/* コンテンツヘッダ */
#content_header > span {
	font-size: 1.3rem;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap > *,
.sdgs-icons > *,
.d-flex.f-wrap-wrap img,
.sdgs-icons img,
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	width: 60px;
}

/* 印刷 */
#content_header > span.link_print,
#print_mode_link,
#print_mode_link_large {
	display: none !important;
}

/* 見出し */
#main_header {
	margin-bottom: 20px;
}
#main_header h1 {
	font-size: 2.4rem;
	padding: 17px 40px 17px 20px;
	background-size: 52px auto;
}

#main_body h2 {
	margin: 20px 0px;
	font-size: 2rem;
	padding: 15px 20px 15px 10px;
}

#main_body h3,
.life_cat_list_ttl {
	margin: 20px 0px;
	font-size: 1.8rem;
	padding: 12px 20px 11px 10px;
}

#main_body h4 {
	margin: 20px 0px;
	font-size: 1.6rem;
	padding: 8px 20px;
}

#main_body h5 {
	margin: 20px 0px;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 7px 20px;
	background-size: 10px auto;
	background-position: 3px 0.75em;
}

#main_body h6 {
	margin: 20px 0px;
	font-size: 1.4rem;
	padding: 5px 20px 4px;
	background-size: 10px auto;
	background-position: 3px 0.7em;
}

/********** 7 サイド **********/

/* サイドバー */
#sidebar1,
#sidebar2 {
	margin-top: 30px;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul li a {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/* サイドメニュー */
.side_box_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side_box_list ul li {
	margin: 0px;
	padding: 10px 0px;
	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/nw-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 {
	margin-bottom: 0px;
}

/********** 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 #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/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

/* リスト（一覧） */
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.info_list ul li:last-child {
	border-bottom: none;
}
.info_list ul li a {
	display: block;
	background: url(/img/nw-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: 20px;
}
.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 {
	margin: 0px;
	padding: 20px 10px;
	text-align: center;
}
div.link_ichiran a {
	font-size: 1.2rem;
}

#main div.link_ichiran a {
	display: block;
	padding: 10px;
	min-width: auto;
}

/* リスト（新着情報） */
.section_information {
	margin: 30px 0px;
}
.section_information h2,
#main_body .section_information h2 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.section_information h2.acc_title label[for*="acc_ttl_label"] {
	padding-top: 7px;
	padding-bottom: 3px;
	background-position: right 20px top 50%;
}

.section_information_list ul li {
	display: block;
	width: auto;
	padding: 10px;
}
.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/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
.section_information_list div.link_box {
	margin-top: 20px;
}
.section_information_list div.link_box span {
	margin: 10px 5px 0px;
	min-width: calc(50% - 10px);
}
.section_information_list div.link_box span a {
	display: block;
	font-size: 1.2rem;
	min-width: auto;
	padding: 10px;
}

/* リスト（新着情報2） */
.section_information2 {
	padding: 0px 10px;
}

/* リスト（新着情報サムネイル） */
.section_information_thum > div.lettering2 {
	width: 120px;
}

/********** 9 バナー **********/

/* バナー広告 */
#footer_banner {
	width: auto;
	margin: 0px 20px 20px;
}

ul.banner_list {
	max-width: 474px;
	margin: 0px auto;
}
ul.banner_list li {
	width: calc(50% - 20px);
	margin: 10px;
}

/********** 10 各ページ **********/

/* サイトマップ */
#sitemap_mokuji {
	margin: 20px 0px 10px;
}
#sitemap_mokuji ul li {
	margin-bottom: 0px;
}

#sitemap_list_wrap > div {
	display: block;
	width: auto;
	margin-bottom: 40px;
}
#sitemap_list_wrap > div > div {
	margin-bottom: 20px;
}
#sitemap_list_wrap > div:last-child,
#sitemap_list_wrap > div > div:last-child {
	margin-bottom: 0px;
}

#main_body #sitemap_life h4 {
	margin-bottom: 10px;
}
#main_body #sitemap_soshiki h3 {
	margin-bottom: 10px;
}

/* 分類でさがす */
.life_index #main_body > div {
	margin-bottom: 20px;
}
.life_index #main_body > div:last-child {
	margin-bottom: 0px;
}

.life_index #main_body h2 {
	margin-bottom: 10px;
}

/* 分類 */
.life_contents_wrap {
	display: block;
}
.life_contents_wrap .box_left {
	width: auto;
}
.life_contents_wrap .box_right {
	width: auto;
	margin-top: 30px;
}

#life_cat_list_wrap {
	display: block;
}
.life_cat_list,
.life_cat_list:nth-child(2n),
.life_cat_list:nth-child(n+3),
.life_list2 .life_cat_list,
.life_list2 .life_cat_list:nth-child(2n),
.life_list2 .life_cat_list:nth-child(n+3),
.life_list2 .life_cat_list:nth-child(n+2) {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.life_cat_list:last-child,
.life_list2 .life_cat_list:last-child {
	margin-bottom: 0px;
}
#main_body .life_cat_list h2 {
	margin-bottom: 10px;
}

.life_list3 #main_body .life_cat_list h2 {
	font-size: 2rem;
	padding: 15px 20px 15px 10px;
}

.life_list2 #main_body .life_cat_list h2 {
	margin: 0px;
	padding: 0px;
}
.life_list2 #main_body .life_cat_list h2.acc_title label[for*="acc_ttl_label"] {
	padding: 15px 40px 15px 10px;
	background-position: right 20px top 50%;
}

.life_list2 .info_list ul {
	margin-top: 10px;
}

.life1box {
	margin-bottom: 20px;
}
.life1box:last-child {
	margin-bottom: 0px;
}

#main_body .life1box h2 {
	margin-bottom: 10px;
}

/* 関連情報 */
#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kanren_info .kanren_box ul li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}
#kanren_info .kanren_box ul li:last-child {
	border-bottom: none;
}
#kanren_info .kanren_box ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
#kanren_info div.link_ichiran {
	padding: 0px;
}

/* サブカテゴリ */
#lifesub_cat_list_wrap {
	display: block;
}
.lifesub_cat_list,
.lifesub_cat_list:nth-child(2n),
.lifesub_cat_list:nth-child(n+3),
.kanren_index .lifesub_cat_list,
.kanren_index .lifesub_cat_list:nth-child(2n),
.kanren_index .lifesub_cat_list:nth-child(n+3),
.kanren_index .lifesub_cat_list:nth-child(3n),
.kanren_index .lifesub_cat_list:nth-child(n+4) {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.lifesub_cat_list:last-child,
.kanren_index .lifesub_cat_list:last-child {
	margin-bottom: 0px;
}

#main_body .lifesub_cat_list h2,
#main_body .lifesub_cat_list h3 {
	margin-bottom: 10px;
}

.kanren2 #main_body .lifesub_cat_list h2 {
	margin: 0px;
	padding: 0px;
}
.kanren2 #main_body .lifesub_cat_list h2.acc_title label[for*="acc_ttl_label"] {
	padding: 15px 40px 15px 10px;
	background-position: right 20px top 50%;
}

.kanren2 .info_list ul li {
	margin-top: 10px;
}

/* 組織でさがす */
#soshiki_hyouji {
	margin: 20px 0px 10px;
}

.soshiki_section_box {
	margin-bottom: 20px;
}
.soshiki_index #main_body h2.acc_title label[for*="acc_ttl_label"] {
	padding: 15px 40px 15px 10px;
	background-position: right 20px top 50%;
}
.soshiki_index #main_body h2.acc_title + input[id*="acc_ttl_label"] + * {
	margin-top: 10px;
}

.soshiki_index_info ul {
	padding-left: 30px;
	padding-right: 10px;
}

/* 部局 */
#freespace_bu,
#main_body div#freespace_bu {
	margin: 20px 0px;
}

/* 課室 */
#soshiki_pr_image {
	margin: 20px 0px;
}

#freespace_ka,
#main_body div#freespace_ka {
	margin: 20px 0px;
}

.midashi_ka_detail {
	margin-bottom: 20px;
}
.midashi_ka_detail:last-child {
	margin-bottom: 0px;
}

#main_body .midashi_ka_detail h2 {
	margin-bottom: 10px;
}

/* 改ページ */
.page_num {
	font-size: 1.6rem;
}
.page_num_ttl {
	font-size: 1.4rem;
}
.page_num_view {
	font-size: 1.4rem;
}

/* ウェブブック */
#book_list_wrap {
	display: block;
}
.book_list_box,
.book_list_box:nth-child(2n),
.book_list_box:nth-child(n+3) {
	display: block;
	width: auto;
	margin: 0px 0px 20px;
}
.book_list_box:last-child {
	margin-bottom: 0px;
}

/* アンケート */
#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: 22%;
}
#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;
}
.question #main_body table.tbl_ques td input {
	font-size: 1.1rem;
	padding: 5px;
}

.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%;
}

.confirm_quest_hankyou #hyouka_area_submit,
.question_detail #main_body form p[align="left"],
.question_detail #main_body form p[style="text-align:left;"] {
	margin-top: 30px;
}

.question #main_body input[type="submit"],
.question #main_body input[type="button"] {
	font-size: 1.2rem;
	width: calc(40% - 10px);
	min-width: auto;
	margin: 0px 5px;
}

/* お問い合わせフォーム */
#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"] {
	font-size: 1.2rem;
	width: calc(40% - 10px);
	min-width: auto;
	margin: 0px 5px;
}

/* 地図でさがす */
#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 #cccccc;
}
#shisetsu_list_link ul li:last-child {
	border-bottom: none;
}
#shisetsu_list_link ul li a {
	display: block;
	background: url(/img/nw-sp/arrow_r.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}

.shisetsu_detail_box {
	margin-bottom: 0px;
}