@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ===== 共通 ===== */

/* スクロール */
html {
	scroll-behavior: smooth;
}

/* 改行 */
body {
	word-break: normal;
	word-wrap: normal;
	overflow-wrap: break-word;
}

/* iOSでのボタンデザインをリセット */
button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
		appearance: none;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* 基本タグ */
p {
	margin: 1em 0px;
}

hr {
	clear: both;
}

/* 隠す */
.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
hr.hide {
	border: none;
}

/* 本文へリンク */
.link_skip.hide {
	width: auto;
	height: auto;
	clip: auto;
}
.link_skip.hide a {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: #ffffff;
	font-size: 1.4rem;
	line-height: 2em;
	color: #333333;
	text-decoration: underline;
	text-align: center;
}
.link_skip.hide a:focus {
	margin: 5px;
	width: calc(100% - 10px);
	height: auto;
}

/* 外部リンク */
.external_link_text {
	display: none;
}
.detail_free .external_link_text,
.link_l .external_link_text,
.tpl_detail #main_body div[class*="detail_"] .external_link_text,
.tpl_site_index #main_body div[class*="detail_"] .external_link_text,
.tpl_site_detail #main_body div[class*="detail_"] .external_link_text {
	display: inline;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
	text-decoration: none !important;
	color: currentColor !important;
	pointer-events: none !important;
}

/* AIレコメンド用スクリプトの読み込みタグを非表示 */
.footer_insert_recommend_js {
	display: none;
}

/* ページ内目次 */
#main_body .toc_link_wrap {
	display: block;
}
#sidebar1 .toc_link_wrap,
#sidebar2 .toc_link_wrap {
	display: none;
}

.toc_link_wrap {
	border: 1px solid #cccccc;
	margin: 0px 0px 20px;
}
.toc_link_wrap summary {
	cursor: pointer;
	padding: 10px;
}

.toc_link {
	margin: 10px 0px 0px;
	padding: 0px 10px 10px;
	list-style: none;
}
.toc_link > li:not(:first-child) {
	margin: 10px 0px 0px;
}
.toc_link > li {
	font-size: 1.6rem;
	line-height: 1.5;
}
.toc_link > li a {
	display: inline-block;
}
.toc_link > li.toc_type_h3 {
	margin-left: 10px;
}
.toc_link > li.toc_type_h4 {
	margin-left: 20px;
}
.toc_link > li.toc_type_h5 {
	margin-left: 30px;
}
.toc_link > li.toc_type_h6 {
	margin-left: 40px;
}

.ip_headtype_h2 {
	padding: 0px;
}
.ip_headtype_h3 {
	padding-left: 10px;
	font-size: calc(1em * 0.95);
}
.ip_headtype_h4 {
	padding-left: 20px;
	font-size: calc(1em * 0.9);
}
.ip_headtype_h5 {
	padding-left: 30px;
	font-size: calc(1em * 0.85);
}
.ip_headtype_h6 {
	padding-left: 40px;
	font-size: calc(1em * 0.8);
}

/* ページ内目次（デザイン調整） */
.toc_link_wrap {
	border-radius: 5px;
}
.toc_link_wrap summary {
	padding: 10px 20px;
}
.toc_link_wrap summary::marker {
	color: #dcdf13;
}
.toc_link {
	margin: 0px;
	padding: 10px 20px 20px;
}

/* アンカーリンク先の目印 */
div[class^="detail_"] span[id^="toc"]:target {
	position: relative;
}
div[class^="detail_"] span[id^="toc"]:target::before {
	content: '';
	position: absolute;
	right: calc(100% + 10px);
	top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-width: 10px 0px 10px 17px;
	border-style: solid;
	border-color: transparent;
	border-left-color: currentcolor;
}

/* テーブル表の幅対応 */
.sp_table_wrap2 {
	overflow: auto;
	position: relative;
}

#main_body .sp_large_table .sp_table_wrap {
	width: auto;
	overflow: auto;
}
#main_body .sp_large_table .sp_table_wrap :is(th,td) {
	white-space: nowrap;
}

.sp_button {
	display: none;
}
.sp_button.sw_large_table {
	position: sticky;
	left: 0;
	top: 0;
}

/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

#main {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0;
}
#main_body .detail_free p,
#main_body .detail_writing {
	line-height: 1.75;
}

h1, h2, h3, h4, h5, h6, strong,
.kakuka_info_ttl,
.life_cat_list_ttl,
.subsite_menu_ttl,
.site_name,
#main_body table.tbl_ques caption,
#main_body table#mail_form_tbl caption {
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/* 文字色 */
body {
	color: #333333;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img, a:focus img {
	opacity: 0.75;
}

/* ===== ヘッダ ===== */

/* スマートフォン用 */
#spm_wrap {
	display: none;
}
#spm_wrap_top {
	display: none;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
}

#header2 {
	display: block;
	width: 100%;
	max-width: none;
	min-height: auto;
	margin: 0px;
	position: static;
}
#header2_box {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 15px 0px;
	position: static;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#he_left {
	width: 190px;
	position: static;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	width: 190px;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	width: calc(100% - 200px);
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 1.4rem;
}
#he_right .r_box1 {
	width: calc(100% - 12rem - 10px);
}
#he_right .r_box2 {
	width: 12rem;
	margin-left: 10px;
	padding: 5px 0px;
}

/* 緊急・よくある質問 */
#he_right .r_box2 div[class*="link_"] a {
	display: block;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
}
#he_right .r_box2 div[class*="link_"] a span.icon {
	display: inline-block;
	padding: 5px 4px 5px 18px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
}
#he_right .r_box2 div[class*="link_"] a span.icon:hover,
#he_right .r_box2 div[class*="link_"] a span.icon:focus {
	text-decoration: underline;
}

#he_right .r_box2 div.link_emer a {
	background: #cc0000;
	color: #ffffff;
}
#he_right .r_box2 div.link_emer a span.icon {
	background-image: url("/img/nw-common/icon_h_emer.png");
	padding-left: 22px;
}

#he_right .r_box2 div.link_faq {
	margin-top: 10px;
}
#he_right .r_box2 div.link_faq a {
	background: #f8f9d0;
	color: #333333;
}
#he_right .r_box2 div.link_faq a span.icon {
	background-image: url("/img/nw-common/icon_h_faq.png");
}

/* ヘッダメニュー */
.header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_nav ul li[class^="h_"] {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 5px 30px;
	text-align: left;
}
.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
}
.header_nav ul li.h_main a,
.header_nav ul li.h_lang a {
	display: inline-block;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: underline;
}
.header_nav ul li.h_main a:hover,
.header_nav ul li.h_main a:focus,
.header_nav ul li.h_lang a:hover,
.header_nav ul li.h_lang a:focus {
	text-decoration: none;
}

/* マイページ */
#he_right #ktp_viewsw {
	display: inline-block;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	background: url("/img/nw-common/icon_down_black.png") no-repeat right 12px top 50% #ffffff;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 120px;
	padding: 5px 25px 5px 10px;
}
#he_right #ktp_viewsw::after {
	display: none !important;
}
#he_right #ktp_viewsw:hover {
	text-decoration: underline;
}
#he_right #keep_page.open #ktp_viewsw {
	border-color: transparent;
	border-radius: 3px 3px 0px 0px;
	background-color: #dcdf13;
	background-image: url("/img/nw-common/icon_close.png");
	background-position: right 8px top 50%;
}

#he_right #ktp_list_wrap {
	border: 1px solid #ffffff;
	border-top-color: transparent;
	border-radius: 0px 3px 3px 3px;
	background: #dcdf13;
	color: #333333;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 14px 9px;
	right: auto;
	left: -1px;
}

#he_right #ktp_list_wrap2 .btn_func {
	border-color: transparent;
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
#he_right #ktp_list_wrap2 .btn_func:hover,
#he_right #ktp_list_wrap2 .btn_func:focus {
	text-decoration: underline;
}

#he_right #ktp_item_list {
	width: 23rem;
	min-height: 40px;
}
#he_right #ktp_item_list:empty::before {
	display: block;
	padding: 10px;
}
#he_right .ktp_item {
	border-color: #ffffff;
	line-height: 1.5;
}
#he_right .ktp_item a {
	color: inherit;
	text-decoration: underline;
}
#he_right .ktp_item a:hover,
#he_right .ktp_item a:focus {
	text-decoration: none;
}

#he_right #keep_page_close {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	background: #ffffff;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 10px 0px 0px;
	padding: 3px 20px;
	height: auto;
	text-decoration: none;
}
#he_right #keep_page_close:hover,
#he_right #keep_page_close:focus {
	text-decoration: underline;
}

/* アクセシビリティ機能 */
.header_nav ul li.h_support {
	margin-left: 10px;
	position: relative;
}

#support_menu_open {
	display: inline-block;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	background: url("/img/nw-common/icon_down_black.png") no-repeat right 12px top 50% #ffffff;
	color: inherit;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 120px;
	padding: 5px 25px 5px 10px;
}
#support_menu_open:hover {
	text-decoration: underline;
}
#support_menu_open.open {
	border-color: transparent;
	border-radius: 3px 3px 0px 0px;
	background-color: #dcdf13;
	background-image: url("/img/nw-common/icon_close.png");
	background-position: right 8px top 50%;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 100;
	border: 1px solid #ffffff;
	border-top-color: transparent;
	border-radius: 3px 0px 3px 3px;
	background: #dcdf13;
	color: #333333;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: calc(25rem + 2px);
	margin: 0px;
	padding: 14px 9px;
	text-align: center;
}
#support_menu_box.open {
	display: block;
}

#support_menu_close {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	background: #ffffff;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 10px 0px 0px;
	padding: 3px 20px;
	height: auto;
	text-decoration: none;
}
#support_menu_close:hover,
#support_menu_close:focus {
	text-decoration: underline;
}

dl#moji_size,
dl#haikei_color {
	margin: 0px 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
dl#moji_size dt,
dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin: 0px 4px 0px 0px;
	padding: 6px 0px;
	text-align: left;
}
dl#moji_size dd,
dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
}
dl#moji_size dd a:hover,
dl#moji_size dd a:focus,
dl#haikei_color dd a:hover,
dl#haikei_color dd a:focus {
	text-decoration: underline;
}
dl#moji_size dd a {
	padding: 5px 10px;
}
.font_size_limit_max dl#moji_size dd a#moji_large {
	background: #f6f6f6;
	color: #666666;
}

dl#haikei_color dd a#haikei_white {
	background: #ffffff !important;
	color: #333333 !important;
}
dl#haikei_color dd a#haikei_black {
	background: #000000 !important;
	color: #ffffff !important;
}
dl#haikei_color dd a#haikei_blue {
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* キーワード検索 */
#top_search_keyword,
#top_search_keyword2 {
	margin: 0px;
	padding: 5px 0px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#cse-search-box,
#cse-search-box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: auto;
	border: none;
}
#cse-search-box .search_ttl,
#cse-search-box2 .search_ttl {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 5px 10px 5px 0px;
}
#cse-search-box .search_ipt,
#cse-search-box2 .search_ipt {
	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;
	width: 28.5rem;
	max-width: 500px;
	border: 1px solid #dcdf13;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#tmp_query,
#tmp_query2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 6rem) !important;
	min-width: 60%;
	height: 2.8rem !important;
	border: none !important;
	margin: 0px;
	font-size: 1.5rem;
	background-color: #fbfce7 !important;
}
#submit,
#submit2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 6rem;
	height: 2.8rem;
	border: none;
	background: #dcdf13;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 2.8rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
#submit:hover,
#submit2:hover {
	text-decoration: underline;
}

#cse_filetype {
	margin: 0px 0px 0px 5px;
	text-align: right;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset legend {
	display: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset span {
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
}
#cse_filetype fieldset span input {
	margin: 3px 4px 4px;
	vertical-align: middle;
}

/* ページID検索 */
#top_search_page_id {
	display: none;
	margin-top: 25px;
}
#top_search_page_id .search_ttl {
	display: block;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#top_search_page_id .search_ipt {
	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;
	border: 3px solid #fbfce7;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 7rem);
	min-width: 60%;
	height: 4.4rem;
	border: none;
	margin: 0px;
	font-size: 1.5rem;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 7rem;
	height: 4.4rem;
	border: none;
	background: #dcdf13;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 4.4rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
#open_page_id_submit:hover {
	text-decoration: underline;
}

#open_page_id_message {
	margin-top: 10px;
	text-align: right;
	font-size: 1.4rem;
}
#open_page_id_message:empty {
	display: none;
}

#top_search_page_id .link_about_id {
	margin-top: 10px;
	text-align: center;
}
#top_search_page_id .link_about_id a {
	display: inline-block;
	background: url("/img/nw-common/icon_link_black.png") no-repeat left center transparent;
	color: #333333;
	font-size: 1.3rem;
	line-height: 2rem;
	padding-left: 12px;
}

/* 注目ワード */
#search_trend_word {
	display: none;
	margin-top: 25px;
}
#search_trend_word #search_trend_word_ttl {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#search_trend_word p {
	margin: 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 6px;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border-radius: 3px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: underline;
	padding: 5px 8px;
	cursor: pointer;
}
#search_trend_word p a:hover,
#search_trend_word p a:focus {
	text-decoration: none;
}

/* グローバルメニュー */
#top_search {
	background: #fbfce7;
}

.btn_sp_gnav {
	display: none;
}

ul#gnav {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	background: none;
	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;
	position: relative;
}
ul#gnav li.gnav_box_wrap {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-right: 1px solid #ffffff;
}
ul#gnav li.gnav_box_wrap:first-child {
	border-left: 1px solid #ffffff;
}

ul#gnav li.gnav_box_wrap .gnav_ttl {
	width: 100%;
	height: 100%;
}
ul#gnav li.gnav_box_wrap .gnav_ttl a {
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 2rem;
	background: transparent;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 15px 5px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
ul#gnav li.gnav_box_wrap .gnav_ttl a:hover,
ul#gnav li.gnav_box_wrap .gnav_ttl a:focus {
	background: #dcdf13;
	text-decoration: underline;
}
ul#gnav li.gnav_box_wrap.open .gnav_ttl,
ul#gnav li.gnav_box_wrap:hover .gnav_ttl,
ul#gnav li.gnav_box_wrap:focus .gnav_ttl {
	background: #dcdf13;
}

ul#gnav li.gnav_box_wrap .gnav_box {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1;
	width: 100%;
	opacity: 0;
	padding-top: 0px;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
ul#gnav li.gnav_box_wrap:hover .gnav_box,
ul#gnav li.gnav_box_wrap.open .gnav_box {
	opacity: 1;
}

ul#gnav li.gnav_box_wrap .gnav_box ul {
	display: none;
	border: 1px solid #ffffff;
	border-top: 2px solid #dcdf13;
	background: rgba(251,252,231,0.95);
	margin: 0px;
	padding: 25px 30px 15px;
	list-style: none;
}
ul#gnav li.gnav_box_wrap:hover .gnav_box ul,
ul#gnav li.gnav_box_wrap.open .gnav_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;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul#gnav li.gnav_box_wrap .gnav_box ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(33.333333% - 30px);
	margin: 0px 15px 10px;
}
ul#gnav li.gnav_box_wrap .gnav_box ul li a {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	background: url("/img/nw-common/icon_link_yellow.png") no-repeat 14px 1.6rem transparent;
	color: #333333;
	text-decoration: none;
	padding: 11px 20px 9px 30px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul#gnav li.gnav_box_wrap .gnav_box ul li a:hover,
ul#gnav li.gnav_box_wrap .gnav_box ul li a:focus {
	background-color: #ffffff;
	text-decoration: underline;
}

/* ヘッダ（フローティング／PCのみ） */
@media screen and (min-width: 1100px) {

	/* フローティング */
	#header.floating {
		min-height: 180px;
	}

	#header.floating #header2 {
		position: static;
		top: -100%;
		left: 0px;
		z-index: 90;
		-webkit-transition: top 0.5s;
		-o-transition: top 0.5s;
		transition: top 0.5s;
		width: 100%;
	}
	.header_hide #header.floating #header2 {
		position: fixed;
		top: 0px;
		background: #ffffff;
		border-bottom: 1px solid #f8f9d0;
	}

	.header_hide #header.floating #header2_box {
		padding: 5px 0px;
	}
	.header_hide #header.floating #he_left #logo img {
		width: auto;
		height: 60px;
	}
	.header_hide #header.floating #he_right {
		padding: 5px 0px;
	}
	.header_hide #header.floating .header_nav,
	.header_hide #header.floating #cse_filetype,
	.header_hide #header.floating #he_right .r_box2 div.link_faq {
		display: none;
	}
	.header_hide #header.floating #he_right .r_box2 div.link_emer a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header_hide #header.floating #cse-search-box .search_ipt,
	.header_hide #header.floating #cse-search-box2 .search_ipt {
		width: 38rem;
		height: 40px;
		background: #dcdf13;
	}
	.header_hide #header.floating #tmp_query,
	.header_hide #header.floating #tmp_query2 {
		height: 38px !important;
		line-height: 38px;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		border-radius: 7px 0px 0px 7px;
		max-height: 100%;
		min-height: 100%;
	}
	.header_hide #header.floating #submit,
	.header_hide #header.floating #submit2 {
		height: 38px;
		line-height: 38px;
		max-height: 100%;
		min-height: 100%;
	}

	/* アクセシビリティチェック画面はフローティングさせない */
	.acc_check_view.header_hide #header.floating #header2 {
		position: static;
		background: none;
		border-bottom: none;
	}

	/* アンカーリンク */
	#main_body div[class*="detail_"] a:not([href]) {
		margin-top: calc(-8rem - 30px);
		padding-top: calc(8rem + 30px);
	}
	#main_body div[class^="detail_"] span[id^="toc"]:target {
		display: inline-block;
		margin-top: calc(-8rem - 30px);
		padding-top: calc(8rem + 30px);
	}
	#main_body div[class^="detail_"] span[id^="toc"]:target::before {
		top: auto;
		bottom: -10px;
	}
	#main_body div[class^="detail_"] a[href] {
		position: relative;
		z-index: 1;
	}

}
/* ヘッダ（フローティング／PCのみ） ここまで */

/* ===== フッタ ===== */

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
}

#author_info {
	border: none;
	border-top: 2px solid #fbfce7;
	background: none;
}
#author_info_box {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 40px 0px 80px;
}

/* 管理者情報 */
#author_box {
	width: auto;
	max-width: none;
	margin: 0px;
	padding: 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#author_box .box_l {
	width: calc(100% - 620px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 20px;
	padding-left: 50px;
}
#author_box .box_r {
	width: 600px;
}

#author_box p {
	margin: 0px;
}
#author_box p span {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
#author_box p span.external_link_text {
	display: none;
}

#author_box p.f_author {
	display: inline-block;
	vertical-align: baseline;
	width: auto;
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: bold;
	background: url("/img/nw-common/logo_footer.png") no-repeat left center transparent;
	color: #333333;
	padding: 10px 0px 10px 50px;
	margin: 0px 20px 0px -50px;
}
#author_box p.f_number {
	display: inline-block;
	vertical-align: baseline;
}
#author_box p.f_address {
	margin-top: 10px;
}

#author_box .f_link {
	padding-top: 10px;
}
#author_box .f_link span[class*="btn_"] {
	display: block;
	margin-top: 10px;
}
#author_box .f_link span[class*="btn_"] a {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 30px;
	background: #f8f9d0;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 10px 30px;
	min-width: 300px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#author_box .f_link span[class*="btn_"] a .icon {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 40px;
	text-align: left;
	min-width: 210px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#author_box .f_link span[class*="btn_"] a:hover .icon,
#author_box .f_link span[class*="btn_"] a:focus .icon {
	text-decoration: underline;
}
#author_box .f_link span.btn_soshiki a .icon {
	background-image: url("/img/nw-common/icon_f_tel.png")
}
#author_box .f_link span.btn_mail a .icon {
	background-image: url("/img/nw-common/icon_f_mail.png")
}

/* sns */
#author_box ul.f_sns {
	margin: 0px;
	padding: 4px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#author_box ul.f_sns li {
	width: 36px;
	margin: 18px;
}
#author_box ul.f_sns li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* コールセンター */
#author_box .callcenter {
	border: 1px solid transparent;
	background: #fbe4e4;
	border-radius: 5px;
	color: #333333;
	padding: 19px 29px;
	position: relative;
}
#author_box .callcenter p {
	margin: 0px;
}
#author_box .callcenter p.call_tel {
	padding: 10px 280px 20px 0px;
}
#author_box .callcenter p.call_tel .ttl {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
}
#author_box .callcenter p.call_tel .nmb {
	display: block;
	background: url("/img/nw-common/icon_callcenter.png") no-repeat left center transparent;
	color: inherit;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 3rem;
	padding: 5px 0px 5px 40px;
}

#author_box .callcenter p.call_link {
	display: block;
	width: 265px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
#author_box .callcenter p.call_link a {
	display: block;
	border: 1px solid transparent;
	background: #fefafa;
	border-radius: 5px;
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.4rem;
	text-align: center;
	padding: 10px;
}
#author_box .callcenter p.call_link a .icon {
	display: inline-block;
	background: url("/img/nw-common/bg_callcenter.png") no-repeat left center transparent;
	color: inherit;
	padding: 5px 0px 5px 90px;
}
#author_box .callcenter p.call_link a:hover .icon,
#author_box .callcenter p.call_link a:focus .icon {
	text-decoration: underline;
}

/* コールセンター（文字拡大時） */
html[style*="font-size"] #author_box .callcenter p.call_tel {
	padding-right: 0px;
}
html[style*="font-size"] #author_box .callcenter p.call_link {
	position: static;
	margin-top: 10px;
	width: auto;
}
html[style*="font-size"] #author_box .callcenter p.call_link a {
	display: inline-block;
}

/* フッタメニュー */
.footer_navi ul {
	margin: 60px 0px 0px;
	padding: 0px;
	list-style: none;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_navi ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 15px 0px 0px;
	padding-right: 15px;
	border-right: 1px solid;
	font-size: 1.4rem;
	line-height: 1.2;
	-webkit-transform: skewX(-20deg);
	    -ms-transform: skewX(-20deg);
	        transform: skewX(-20deg);
}
.footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.footer_navi ul li a {
	display: inline-block;
	-webkit-transform: skewX(20deg);
	    -ms-transform: skewX(20deg);
	        transform: skewX(20deg);
}

/* コピーライト */
#copyright {
	border-top: 1px solid #f8f9d0;
	margin-top: 30px;
	padding-top: 20px;
}
#copyright p {
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
}

/* ページトップ（フローティング表示） */
#footer_link_pagetop {
	display: block;
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: -180px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#footer_link_pagetop.fixed {
	bottom: 20px;
}
#footer_link_pagetop a {
	display: block;
}
#footer_link_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ===== 見出し ===== */

#main_header {
	margin: 0px 0px 30px;
	padding: 5px;
	background: #dcdf13;
	border-radius: 5px;
}
#main_header h1 {
	margin: 0px;
	padding: 20px 24px 20px 34px;
	border: 1px solid #ffffff;
	background: #dcdf13;
	border-radius: 5px;
	font-size: 3.2rem;
	line-height: 1.5;
}

#main_body h2,
#main_body h3,
#main_body h4,
#main_body h5,
#main_body h6,
.kakuka_info_ttl,
.life_cat_list_ttl {
	clear: both;
	margin: 1em 0px;
	font-weight: bold;
	line-height: 1.5;
}
.life_cat_list_ttl {
	margin: 0px;
}

#main_body h2 {
	padding: 17px 30px 17px 40px;
	border: none;
	background: #fbe4e4;
	border-radius: 5px;
	font-size: 2.4rem;
}

#main_body h3,
.kakuka_info_ttl,
.life_cat_list_ttl {
	padding: 14px 30px 13px 40px;
	border: none;
	background: url("/img/nw-common/h3_bg.png") no-repeat 10px center #fbfce7;
	border-radius: 5px;
	font-size: 2.2rem;
}

#main_body h4 {
	padding: 10px 30px 9px 40px;
	border: none;
	border-bottom: 1px solid #dcdf13;
	background: #fbfce7;
	border-radius: 0px;
	font-size: 2rem;
}
#main_body h4::before,
#main_body h4::after {
	display: none;
}

#main_body h5 {
	padding: 6px 30px 6px 40px;
	border: none;
	border-bottom: 1px solid #eb7a79;
	background: url("/img/nw-common/h5_bg.png") no-repeat 10px 0.6em transparent;
	border-radius: 0px;
	font-size: 1.8rem;
}
#main_body h5::before,
#main_body h5::after {
	display: none;
}

#main_body h6 {
	padding: 3px 30px 3px 40px;
	border: none;
	background: url("/img/nw-common/h6_bg.png") no-repeat 10px 0.4em transparent;
	border-radius: 0px;
	font-size: 1.6rem;
}
#main_body h6::before,
#main_body h6::after {
	display: none;
}

/* テーブル */
#main_body table {
	border-color: #a1a6a4;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px var(--content-margin-narrow, 30px);
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body th {
	background: #fbfce7;
	color: #333333;
	border-color: #a1a6a4;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body td {
	border-color: #a1a6a4;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* ===== パンくず / 足あと ===== */

/* パンくず・足あと */
#pankuzu_wrap {
	background: #ffffff;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 25px 0px 15px;
}
#pankuzu_wrap > div {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto 10px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu,
#pankuzu_wrap > div.pankuzu,
#footstep {
	position: relative;
	padding-left: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: auto;
	min-height: 2rem;
	border: none;
	border-radius: 0;
	background: #333333;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding: 0.2rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0px;
}

#clear_footstep {
	width: 24px;
	height: 24px;
	background: url("/img/nw-common/icon_close.png") no-repeat center center transparent;
	margin: 0px;
	vertical-align: baseline;
}

/* ===== メイン / サイド ===== */
#mymainback {
	padding-top: 0px;
	padding-bottom: 60px;
}

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child,
#sidebar1 > div:empty,
#sidebar2 > div:empty {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 自由編集項目 */
.free_box {
	display: flow-root;
}
.free_box p {
	margin: 0px 0px 1em;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ===== 記事 ===== */

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 30px;
	font-size: 1.4rem;
}

/* コンテンツフッタ */
#content_footer {
	margin: 0px;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	vertical-align: bottom;
	width: auto;
	height: auto;
	background: url("/img/nw-common/icon_print.png") no-repeat left center transparent;
	text-indent: 0;
	padding-left: 24px;
}
.view_print_mode #print_mode_link,
.view_print_mode #print_mode_link_large {
	display: inline;
	background: none;
	line-height: inherit;
	padding: 0px;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 30px 30px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/nw-common/icon_calendar.png") no-repeat left center transparent;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 30px 0px 0px;
	padding: 25px 40px 30px;
	border: none;
	background: #eaebe6;
	border-radius: 10px;
}
#hyouka_area_box .system_box {
	padding: 0px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2,
#hyouka_area_box .system_box h2,
#main_body #hyouka_area_box .system_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}
#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.5rem;
}
#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
	width: auto;
}
#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: 11em;
}
.font_size_changed #hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: auto;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
	padding: 0px;
}
#hyouka_area_submit input,
#hyouka_area_submit input:hover {
	display: inline-block;
	border: none;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

.view_print_mode #hyouka_area_box {
	display: none !important;
}

/* 評価エリア（確認ページ） */
div[class*="confirm_quest_hankyou"] #hyouka_area_box {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 0px;
	border: none;
	background: #fbfce7;
	border-radius: 10px;
}

#section_footer h2,
#main_body #section_footer h2,
#section_footer .like_h2,
#main_body #section_footer .like_h2 {
	margin: 0px;
	padding: 25px 40px 15px;
	background: none;
	border: none;
	border-bottom: 1px solid #c9c8c8;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}
#main_body #section_footer h2::before,
#main_body #section_footer h2::after {
	display: none;
}
#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail {
	padding: 20px 40px 25px;
}

/* 重要なお知らせ */
#detail_side_important {
	display: block !important;
	margin: 0px 0px 20px;
	border: none;
	background: #fae5e5;
	color: #333333;
}
#detail_side_important h2 {
	margin: 0px;
	padding: 15px 20px;
	border: none;
	background: #cc0000;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
}
#detail_side_important ul {
	margin: 0px;
	padding: 15px 20px;
}
#detail_side_important ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px 0px 15px;
	padding: 0px;
}
#detail_side_important ul li:last-child {
	margin-bottom: 0px;
}
#detail_side_important ul li > span {
	display: block;
	width: 100%;
}
#detail_side_important ul li .article_title {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	font-size: 1.8rem;
}
#detail_side_important ul li .article_date {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	font-size: 1.5rem;
}
#detail_side_important ul li a {
	color: inherit;
}

#detail_side_important .link_ichiran,
#detail_side_important .link_ichiran.hide {
	width: auto;
	height: auto;
	padding: 0px 20px 20px;
	text-align: right;
}
#detail_side_important .link_ichiran a {
	display: inline-block;
	background: url("/img/nw-common/icon_arrow_red.png") no-repeat right center transparent;
	padding-right: 20px;
	text-decoration: none;
	font-size: 1.4rem;
}
#detail_side_important .link_ichiran a:hover,
#detail_side_important .link_ichiran a:focus {
	text-decoration: underline;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	border: 1px solid #eb7a79;
	background: none;
	border-radius: 5px;
}

#recommend_title,
#ai_recommend_title {
	border: none;
	border-bottom: 1px solid #eb7a79;
	background: none;
	text-align: center;
	padding: 5px;
}
#recommend_title h2,
#ai_recommend_title h2,
#recommend_title .like_h2,
#ai_recommend_title .like_h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0px;
	padding: 6px 0px;
	border: none;
	background: no-repeat;
}
#recommend_title h2,
#recommend_title .like_h2 {
	background: url("/img/nw-common/icon_recommend.png") no-repeat left center transparent;
	color: inherit;
	padding-left: 40px;
}
#ai_recommend_title h2,
#ai_recommend_title .like_h2 {
	background: url("/img/nw-common/icon_ai_recommend.png") no-repeat left center transparent;
	color: inherit;
	padding-left: 40px;
}
#recommend_title h2 span,
#ai_recommend_title h2 span,
#recommend_title .like_h2 span,
#ai_recommend_title .like_h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 20px 20px 5px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	background: url("/img/nw-common/icon_list_recommend.png") no-repeat left 0.5em transparent;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
}

/* 関連リンク */
#kanren_link h2 {
	background: #eaebe6;
	border-radius: 5px;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.8rem;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
	list-style: disc;
}
#kanren_link ul li {
	padding: 0px;
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}
#kanren_link li::before {
	display: none;
}

/* 「見つからないときは」「よくある質問」バナー */
#common_banner_link ul li a {
	background-color: #555555;
	color: #ffffff;
	line-height: 2rem;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	text-decoration: none;
}
#common_banner_link ul li a:hover,
#common_banner_link ul li a:focus,
#common_banner_link ul li a:hover span,
#common_banner_link ul li a:focus span {
	text-decoration: underline;
}
#common_banner_link ul li#common_banner_mitsukaranai a {
	background-image: url("/img/nw-common/icon_mitsukaranai.png");
}
#common_banner_link ul li#common_banner_faq a {
	background-image: url("/img/nw-common/icon_faq.png");
}

/* ===== 各ページ ===== */

/* 新着情報 */
.section_information {
	border-radius: 10px;
	margin: 40px 0px;
	padding: 25px 40px;
}
.section_information h2,
#main_body .section_information h2 {
	border-color: #fbfce7;
}
.section_information h2::before,
#main_body .section_information h2::before {
	background: #dcdf13;
}

.section_information_list div.link_box a {
	display: inline-block;
	border: 1px solid transparent;
	background: url("/img/nw-common/icon_arrow_black.png") no-repeat right 20px top 50% #f8f9d0;
	padding-right: 20px;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px 40px 10px 30px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.section_information_list div.link_box a:hover,
.section_information_list div.link_box a:focus {
	text-decoration: underline;
}

/* 一覧ボタン */
#main div.link_ichiran {
	margin: 0px;
	padding: 20px 0px;
}
#main div.link_ichiran a {
	display: inline-block;
	border: 1px solid #dcdf13;
	background: url("/img/nw-common/icon_arrow_black.png") no-repeat right 20px top 50% #ffffff;
	padding-right: 20px;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px 40px 10px 30px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
#main div.link_ichiran a:hover,
#main div.link_ichiran a:focus {
	text-decoration: underline;
}

/* 分類 */
div[id^="main_header_life3_"] {
	border-radius: 10px;
	background: #e2f4d4;
}
div[id^="main_header_life3_"] h1 {
	padding-left: 40px;
}

div[class*="life_list3"] #main_body .life_cat_list h2,
div[class*="life_list2"] #main_body .life_cat_list h2 {
	font-size: 2rem;
	padding: 15px 30px;
}

/* 関連情報 */
#kanren_info {
	margin: 0px 0px 20px;
	border: none;
	background: #fbfce7;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
#kanren_info h2 {
	display: inline-block;
	background: url("/img/nw-common/icon_kanren.png") no-repeat left center transparent;
	font-size: 1.8rem;
	margin: 0px;
	padding: 10px 20px 10px 35px;
}

#kanren_info .kanren_box {
	padding: 15px 0px;
	text-align: left;
}
#kanren_info .kanren_box h3 {
	margin: 0px 0px 15px;
	padding: 10px 20px;
	background: #dcdf13;
	border-radius: 5px;
	font-size: 1.6rem;
	text-align: center;
}

#kanren_info .kanren_box ul {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	list-style: disc;
}
#kanren_info .kanren_box ul li {
	margin-bottom: 10px;
}
#kanren_info .kanren_box ul li:last-child {
	margin-bottom: 0px;
}
#kanren_info .kanren_box ul li::before {
	display: none;
}

#kanren_info div.link_ichiran {
	margin: 15px 15px 0px;
	padding: 0px;
	text-align: center;
}
#kanren_info div.link_ichiran a {
	display: block;
	border: 1px solid transparent;
	background: #555555;
	border-radius: 20px;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px;
	text-decoration: none;
}
#kanren_info div.link_ichiran a:hover,
#kanren_info div.link_ichiran a:focus {
	text-decoration: underline;
}

/* 組織 */
.side_box_ttl h2 {
	background: #fbfce7;
	border-radius: 5px;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 14px 20px;
}
.side_box_list ul {
	padding: 20px 20px 20px 30px;
	list-style: disc;
}
.side_box_list ul li::before {
	display: none;
}

/* 改ページ */
.page_num {
	margin: 30px 0px 0px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
.page_num_ttl {
	font-size: 1.6rem;
}
.page_num_view {
	font-size: 1.6rem;
	margin-top: 10px;
	letter-spacing: 0em;
}

/* アンケート */
div.q2 br {
	display: none;
}

div[class*="question_detail"] #main_body fieldset {
	border: none;
	margin: 0px 0px 30px;
	padding: 0px;
}
div[class*="question_detail"] #main_body fieldset legend {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div[class*="question_detail"] #main_body fieldset label {
	margin-right: 1em;
}
div[class*="question_detail"] #main_body select {
	height: 2em;
}
div[class*="question_detail"] #main_body input[type="text"] {
	max-width: 100%;
	height: 2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #666666;
}
div[class*="question_detail"] #main_body textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #666666;
}
div[class*="question_detail"] #main_body img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}
div[class*="question_detail"] #main_body form > img {
	margin-top: 1em;
	margin-bottom: 1em;
}
div[class*="question_detail"] #main_body div.detail_free > *:first-child {
	margin-top: 0px !important;
}
div[class*="question_detail"] #main_body div.detail_free > *:last-child {
	margin-bottom: 0px !important;
}

div[class*="confirm_quest_hankyou"] #hyouka_area_submit,
div[class*="question_detail"] #main_body form p[align="left"],
div[class*="question_detail"] #main_body form p[style="text-align:left;"] {
	text-align: center;
	margin: 40px 0px 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

div[class*="question"] #main_body input[type="submit"],
div[class*="question"] #main_body input[type="button"] {
	display: inline-block;
	background: #dcdf13;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #333333;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 0px 10px;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 20px);
}
div[class*="question"] #main_body input[type="submit"]:hover,
div[class*="question"] #main_body input[type="button"]:hover,
div[class*="question"] #main_body input[type="submit"]:focus,
div[class*="question"] #main_body input[type="button"]:focus {
	text-decoration: underline;
}

/* お問い合わせフォーム */
#mail_form_btn_wrap {
	text-align: center;
	margin: 40px 0px 0px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#mail_form_btn_wrap p {
	width: 100%;
	margin: 1em 0px;
	font-size: 1.5rem;
}
#mail_form_btn_wrap input[type="submit"] {
	display: inline-block;
	background: #dcdf13;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #333333;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 0px 10px;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: calc(50% - 20px);
}
#mail_form_btn_wrap input[type="submit"]:hover,
#mail_form_btn_wrap input[type="submit"]:focus {
	text-decoration: underline;
}

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

/* ===== サブサイト ===== */

/* メニューへのリンク */
.link_to_subsitemenu {
	display: none;
}

/* サブサイト共通ヘッダ */
#mainimg {
	border-radius: 10px;
	overflow: hidden;
}
#mainimg_box a:hover img,
#mainimg_box a:focus img {
	opacity: 1;
}

/* サブサイト共通フッタ */
#site_footer {
	width: auto;
	max-width: none;
	background: #fbfce7;
	margin: 0px;
	padding: 0px;
}
#site_footer_box {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0px auto;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.75;
}

/* 見出し */
.site #main_header h1 {
	background-color: #dcdf13;
}

/* サブサイト大小メニュー */
.subsite_menu {
	margin: 0px 0px 10px;
	padding: 5px 20px 10px;
	background: #fbfce7;
	border-radius: 5px;
	overflow: hidden;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	border: none;
	border-bottom: 1px solid #dcdf13;
	background: none;
	border-radius: 0;
}
.subsite_menu_list ul {
	margin: 0px;
	padding: 15px 0px;
	list-style: none;
}
.subsite_menu_list ul li {
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	background: url("/img/nw-common/icon_circle.png") no-repeat left 0.4em transparent;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}
.subsite_menu_list ul li::before {
	display: none;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 10px 15px 15px;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
	border: 1px solid transparent;
	background: #dcdf13;
	border-radius: 20px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a:hover,
.subsite_menu_list div.link_ichiran a:focus {
	text-decoration: underline;
}

/* サムネイル */
.list_pack .article_img span:empty {
	background: url("/img/nw-common/noimage.png") no-repeat center center #f8f9d0;
	background-size: contain;
}

/* ==================================================
PC ここまで
================================================== */

/* ==================================================
背景色変更
================================================== */
/* 共通 */

.color_change * {
	border-color: rgba(255, 255, 255, 0.5) !important;
	color: currentColor !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.color_change a:link    { text-decoration: underline !important; }
.color_change a:visited { text-decoration: underline !important; }
.color_change a:active  { text-decoration: none !important; }
.color_change a:hover   { text-decoration: none !important; }

.color_change a span  { text-decoration: underline !important; }
.color_change a:hover span { text-decoration: none !important; }

.color_change #search_trend_word p a  { text-decoration: underline !important; }
.color_change #search_trend_word p a:hover { text-decoration: none !important; }

.color_change a,
.color_change a * {
	background-color: transparent !important;
}

.color_change input[type="button"],
.color_change input[type="submit"],
.color_change button {
	text-decoration: underline !important;
}
.color_change input[type="button"]:hover,
.color_change input[type="submit"]:hover,
.color_change button:hover {
	text-decoration: none !important;
}

.color_change input[type="button"] *,
.color_change input[type="submit"] *,
.color_change button * {
	background-color: transparent !important;
}

.color_change input[type="text"],
.color_change textarea {
	outline: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.color_change input[type="text"]:focus,
.color_change textarea:focus {
	outline: 2px solid #ffffff !important;
}

.color_change h1::before, .color_change h1::after,
.color_change h2::before, .color_change h2::after,
.color_change h3::before, .color_change h3::after,
.color_change h4::before, .color_change h4::after,
.color_change h5::before, .color_change h5::after,
.color_change h6::before, .color_change h6::after,
.color_change .life_cat_list_ttl::before, .color_change .life_cat_list_ttl::after,
.color_change .subsite_menu_ttl::before, .color_change .subsite_menu_ttl::after {
	display: none !important;
}
.color_change h1 *,
.color_change h2 *,
.color_change h3 *,
.color_change h4 *,
.color_change h5 *,
.color_change h6 *,
.color_change .life_cat_list_ttl *,
.color_change .subsite_menu_ttl * {
	background-color: transparent !important;
}

.color_change #he_right #ktp_viewsw,
.color_change #support_menu_open,
.color_change #he_right .r_box2 div.link_emer a,
.color_change #he_right .r_box2 div.link_faq a,
.color_change #he_right #ktp_list_wrap2 .btn_func,
.color_change dl#moji_size dd a,
.color_change ul#gnav li.gnav_box_wrap .gnav_ttl,
.color_change ul#gnav li.gnav_box_wrap .gnav_ttl a,
.color_change ul#gnav li.gnav_box_wrap .gnav_box ul li a {
	background-color: transparent !important;
}
.color_change #author_box .f_link span[class*="btn_"] a,
.color_change #author_box .callcenter,
.color_change #author_box .callcenter p.call_link a,
.color_change #author_box .callcenter p.call_link a .icon {
	background: none !important;
}
.color_change #print_mode_link,
.color_change #print_mode_link_large,
.color_change #recommend_title h2,
.color_change #ai_recommend_title h2,
.color_change #recommend_title .like_h2,
.color_change #ai_recommend_title .like_h2,
.color_change #sidebar_recommend ul li,
.color_change #sidebar_ai_recommend ul li {
	background-image: none !important;
}
.color_change #author_info {
	border-color: rgba(255, 255, 255, 0.5) !important;
}

.color_change #he_right #ktp_viewsw,
.color_change #support_menu_open {
	background-image: url("/img/nw-common/icon_down_white.png");
	outline: 1px solid transparent;
}
.color_change #he_right #ktp_viewsw:focus,
.color_change #support_menu_open:focus {
	outline: 2px solid;
}
.color_change #he_right #keep_page.open #ktp_viewsw,
.color_change #support_menu_open.open,
.color_change #clear_footstep {
	background-image: url("/img/nw-common/icon_clear_white.png");
}

.color_change #top_search_page_id .link_about_id a {
	background-image: url("/img/nw-common/icon_link_white.png");
}

.color_change #author_box p.f_author {
	background-image: url("/img/nw-common/logo_footer_emer.png");
}
.color_change #author_box .f_link span.btn_soshiki a .icon {
	background-image: url("/img/nw-common/icon_f_tel_white.png");
}
.color_change #author_box .f_link span.btn_mail a .icon {
	background-image: url("/img/nw-common/icon_f_mail_white.png");
}
.color_change #author_box ul.f_sns,
.color_change #author_box ul.f_sns * {
	background: #ffffff !important;
}

.color_change #kanren_link li::before {
	color: #ffffff;
}

.color_change #detail_side_important .link_ichiran a,
.color_change .section_information_list div.link_box a,
.color_change #main div.link_ichiran a {
	background-image: url("/img/nw-common/icon_arrow_white.png");
}

.color_change #mainimg_box .site_name {
	text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000 !important;
}

.color_change #tmp_query2 {
	background-color: #ffffff !important;
	color: #000000 !important;
}

/* 黒 */
.color_black,
.color_black #container {
	background: #000000 !important;
	color: #ffffff !important;
}
.color_black * {
	background-color: #000000 !important;
}

.color_black .gsc-control-cse .gs-spelling,
.color_black .gsc-control-cse .gs-result,
.color_black .gs-title,
.color_black .gsc-control-cse .gs-result .gs-title * {
	color: inherit !important;
}
.color_black .gsc-control-cse .gs-spelling a,
.color_black .gsc-control-cse .gs-result a,
.color_black .gs-title a,
.color_black .gsc-control-cse .gs-result .gs-title a,
.color_black .gsc-control-cse .gs-result .gs-title * a {
	color: #ffff00 !important;
}

.color_black a:link    { color: #ffff00 !important; }
.color_black a:visited { color: #ffffca !important; }
.color_black a:active  { color: #ffffff !important; }
.color_black a:hover   { color: #ffffff !important; }

.color_black #search_trend_word p a { color: #ffff00 !important; }
.color_black #search_trend_word p a:hover { color: #ffffff !important; }

.color_black input[type="button"],
.color_black input[type="submit"],
.color_black button {
	background-color: #333333 !important;
	color: #ffff00 !important;
}
.color_black input[type="button"]:hover,
.color_black input[type="submit"]:hover,
.color_black button:hover {
	color: #ffffff !important;
}

.color_black #support_menu_box,
.color_black ul#gnav li.gnav_box_wrap .gnav_box ul {
	background: #000000 !important;
}

.color_black h2,
.color_black h3,
.color_black h4,
.color_black h5,
.color_black h6,
.color_black #main_header h1,
.color_black #main_body h2,
.color_black #main_body h3,
.color_black #main_body h4,
.color_black #main_body h5,
.color_black #main_body h6,
.color_black .life_cat_list_ttl,
.color_black div[id^="main_header_life3_"],
.color_black div[id^="main_header_life3_"] h1,
.color_black .subsite_menu_ttl {
	background: #333333 !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

.color_black .pankuzu:first-child .icon_current,
.color_black #footstep_ttl {
	background: #333333 !important;
}

.color_black #recommend_title,
.color_black #ai_recommend_title {
	background: #333333 !important;
}
.color_black #recommend_title *,
.color_black #ai_recommend_title * {
	background: none !important;
}

.color_black .common_banner_link ul li a,
.color_black #common_banner_link ul li a {
	background: #333333 !important;
}

/* 青 */
.color_blue,
.color_blue #container {
	background: #0000ff !important;
	color: #ffff00 !important;
}
.color_blue * {
	background-color: #0000ff !important;
}

.color_blue .gsc-control-cse .gs-spelling,
.color_blue .gsc-control-cse .gs-result,
.color_blue .gs-title,
.color_blue .gsc-control-cse .gs-result .gs-title * {
	color: inherit !important;
}
.color_blue .gsc-control-cse .gs-spelling a,
.color_blue .gsc-control-cse .gs-result a,
.color_blue .gs-title a,
.color_blue .gsc-control-cse .gs-result .gs-title a,
.color_blue .gsc-control-cse .gs-result .gs-title * a {
	color: #ffffff !important;
}

.color_blue a:link    { color: #ffffff !important; }
.color_blue a:visited { color: #ececf4 !important; }
.color_blue a:active  { color: #ffff00 !important; }
.color_blue a:hover   { color: #ffff00 !important; }

.color_blue #search_trend_word p a { color: #ffffff !important; }
.color_blue #search_trend_word p a:hover { color: #ffff00 !important; }

.color_blue input[type="button"],
.color_blue input[type="submit"],
.color_blue button {
	background-color: #0000aa !important;
	color: #ffffff !important;
}
.color_blue input[type="button"]:hover,
.color_blue input[type="submit"]:hover,
.color_blue button:hover {
	color: #ffff00 !important;
}

.color_blue #support_menu_box,
.color_blue ul#gnav li.gnav_box_wrap .gnav_box ul {
	background: #0000ff !important;
}

.color_blue h2,
.color_blue h3,
.color_blue h4,
.color_blue h5,
.color_blue h6,
.color_blue #main_header h1,
.color_blue #main_body h2,
.color_blue #main_body h3,
.color_blue #main_body h4,
.color_blue #main_body h5,
.color_blue #main_body h6,
.color_blue .life_cat_list_ttl,
.color_blue div[id^="main_header_life3_"],
.color_blue div[id^="main_header_life3_"] h1,
.color_blue .subsite_menu_ttl {
	background: #0000aa !important;
	border-color: transparent !important;
	color: #ffff00 !important;
}

.color_blue .pankuzu:first-child .icon_current,
.color_blue #footstep_ttl {
	background: #0000aa !important;
}

.color_blue #recommend_title,
.color_blue #ai_recommend_title {
	background: #0000aa !important;
}
.color_blue #recommend_title *,
.color_blue #ai_recommend_title * {
	background: none !important;
}

.color_blue .common_banner_link ul li a,
.color_blue #common_banner_link ul li a {
	background: #0000aa !important;
}

/* ヘッダ（フローティング／PCのみ） */
@media screen and (min-width: 1100px) {

	.color_black.header_hide #header.floating #header2 {
		background: #000000 !important;
		border-color: rgba(255, 255, 255, 0.5) !important;
	}
	.color_blue.header_hide #header.floating #header2 {
		background: #0000ff !important;
		border-color: rgba(255, 255, 255, 0.5) !important;
	}

}
/* ヘッダ（フローティング／PCのみ） ここまで */

/* ==================================================
背景色変更 ここまで
================================================== */

/* ==================================================
タブレット
================================================== */
@media screen and (max-width: 1099px) {

	/* ===== ヘッダ ===== */

	/* グローバルメニュー */
	ul#gnav {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	ul#gnav li.gnav_box_wrap {
		width: 25%;
	}
	ul#gnav li.gnav_box_wrap .gnav_box {
		top: 50%;
	}
	ul#gnav li.gnav_box_wrap:nth-child(n+5) .gnav_box {
		top: 100%;
	}

	/* 一時保存 */
	#keep_page {
		display: block !important;
	}
	#he_right #ktp_list_wrap {
		left: auto;
		right: -1px;
	}

	/* ===== フッタ ===== */

	/* 管理者情報 */
	#author_box {
		display: block;
	}
	#author_box .box_l {
		width: auto;
		padding: 20px 50px 0px;
	}
	#author_box .box_r {
		width: auto;
		margin: 20px 50px 0px;
	}

	#author_box .f_link {
		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: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 20px;
	}
	#author_box .f_link span[class*="btn_"] {
		width: calc(50% - 10px);
	}
	#author_box .f_link span[class*="btn_"] a {
		display: block;
		min-width: auto;
		font-size: 1.4rem;
	}
	#author_box .f_link span[class*="btn_"] a .icon {
		min-width: auto;
	}

	#author_box ul.f_sns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	/* ===== 記事 ===== */

	/* レコメンド・AIレコメンド */
	@media screen and (min-width: 671px) {
		#recommend_title h2,
		#ai_recommend_title h2,
		#recommend_title .like_h2,
		#ai_recommend_title .like_h2 {
			font-size: 1.4rem;
			background-position: center 10px;
			padding: 55px 0px 6px;
		}
	}

}
/* ==================================================
タブレット ここまで
================================================== */

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 670px) {

	/* ===== 共通 ===== */

	/* float clear */
	* {
		float: none;
	}

	/* ページ内目次 */
	#main_body .toc_link_wrap {
		display: block;
	}
	#sidebar1 .toc_link_wrap,
	#sidebar2 .toc_link_wrap {
		display: none;
	}

	/* テーブル表の幅対応 */
	#main_body .sp_table_wrap {
		overflow: auto;
	}
	#main_body .sp_large_table {
		width: auto;
		max-width: 100vw;
	}

	.sp_button {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 10px;
		border: 1px solid #dcdcdc;
		border-radius: 5px;
		background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
		background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
		background-color: #f9f9f9;
		color: #000000;
		text-shadow: 1px 1px 0px #ffffff;
		-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
		        box-shadow: inset 1px 1px 0px 0px #ffffff;
		text-decoration: none;
		text-align: center;
	}
	.sp_button:hover {
		background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
		background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
		background-color: #e9e9e9;
	}
	.sp_button:active {
		position: relative;
		top: 1px;
	}
	.color_change .sp_button {
		background: none !important;
	}

	/* アコーディオン */
	.no_acc_title label[for*="acc_ttl_label"] {
		background: none !important;
		padding-right: 0px;
	}

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: 1.4rem;
	}

	#main {
		font-size: 1.5rem;
	}

	/* ===== ヘッダ ===== */

	/* ヘッダ */
	#header {
		position: relative;
		font-size: 1.3rem;
	}
	#header2_box {
		display: block;
		width: auto;
		max-width: none;
		margin: 0px;
		padding: 0px;
	}

	#he_left {
		width: 142px;
		height: 60px;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		padding: 20px 0px 20px 15px;
	}
	#he_left #logo img {
		width: 100%;
		height: auto;
	}
	@media screen and (max-width: 370px) {
		#he_left {
			width: 120px;
			height: 50px;
		}
	}

	#he_right {
		display: block;
		width: auto;
		margin: 0px;
		padding: 0px;
		text-align: left;
		font-size: 1.3rem;
	}
	#he_right .r_box1 {
		width: auto;
	}
	#he_right .r_box2 {
		display: none !important;
	}

	/* メニューボタン */
	#spm_wrap_top {
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 997;
		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: 173px;
	}
	#spm_wrap_top a[id^="spm_"] {
		display: block;
		height: 60px;
		border: none;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#spm_wrap_top a#spm_faq {
		width: 88px;
		background-image: url("/img/nw-sp/sp_btn_faq.png");
		background-color: #f8f9d0;
		color: #333333;
	}
	#spm_wrap_top a#spm_emer {
		width: 80px;
		background-image: url("/img/nw-sp/sp_btn_emer.png");
		background-color: #cc0000;
		color: #ffffff;
	}
	@media screen and (max-width: 370px) {
		#spm_wrap_top {
			width: 149px;
		}
		#spm_wrap_top a#spm_faq,
		#spm_wrap_top a#spm_emer {
			width: 80px;
			height: 50px;
			background-size: auto 100%;
		}
		#spm_wrap_top a#spm_emer {
			width: 64px;
		}
	}

	/* ボトムメニューボタン */
	#spm_wrap {
		position: fixed;
		top: auto;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 999;
		width: 100%;
		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: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	#spm_wrap button {
		display: block;
		width: 100%;
		height: 50px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		border-top: 1px solid #ffffff;
		border-radius: 0px;
		background-color: #dcdf13;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto;
		color: #000000;
	}

	#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-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
	#spm_wrap button#spm_support {
		background-image: url("/img/nw-sp/sp_btn_support.png");
	}
	.spm_menu_open #spm_wrap button#spm_menu,
	.spm_search_open #spm_wrap button#spm_search,
	.spm_support_open #spm_wrap button#spm_support {
		height: 56px;
		background-image: url("/img/nw-sp/sp_btn_close.png");
		background-color: #333333;
		color: #ffffff;
		border-top-color: transparent;
	}
	@media screen and (max-width: 370px) {
		#spm_wrap button {
			background-size: auto 40px;
			background-position: left 50% bottom 5px;
		}
	}

	/* ヘッダメニュー */
	.header_nav {
		display: none;
		position: fixed;
		top: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 998;
		border: 5px solid transparent;
		border-bottom-width: 60px;
		background: #f8f9d0;
		color: #333333;
		width: 100%;
		/*height: 100vh;
		height: 100dvh;*/
		max-height: 100vh;
		max-height: 100dvh;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 35px 25px;
		-webkit-box-shadow: 0px 0px 100vh 100vh rgba(0,0,0,0.75);
		        box-shadow: 0px 0px 100vh 100vh rgba(0,0,0,0.75);
	}
	.spm_support_open .header_nav {
		display: block;
	}

	.header_nav ul {
		display: block;
	}
	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 0px;
	}
	.header_nav ul li.h_main {
		display: none !important;
	}
	.header_nav ul li.h_lang {
		margin-bottom: 20px;
	}
	.header_nav ul li.h_lang a {
		text-decoration: none;
	}
	.header_nav ul li.h_keep {
		margin-bottom: 20px;
	}

	/* 一時保存 */
	#he_right #ktp_viewsw {
		display: block;
	}
	#he_right #keep_page.open #ktp_viewsw {
		background-image: none !important;
		padding-right: 10px;
	}
	#he_right #ktp_list_wrap {
		position: static;
		border-color: transparent;
		border-radius: 0px 0px 3px 3px;
	}
	#he_right #ktp_item_list {
		width: auto;
		min-height: auto;
		max-height: none;
	}

	/* 閲覧補助 */
	#support_menu_open,
	#support_menu_close {
		display: none !important;
	}
	#support_menu_box,
	#support_menu_box.open {
		display: block;
		position: static;
		border: none;
		background: transparent;
		color: inherit;
		border-radius: 0;
		min-width: auto;
		margin: 0px;
		padding: 0px;
		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;
	}
	dl#moji_size,
	dl#haikei_color {
		width: calc(50% - 10px);
		margin: 0px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	dl#moji_size dt,
	dl#haikei_color dt {
		display: block;
		width: 100%;
		justify-content: flex-start;
		margin: 0px;
	}
	dl#moji_size dd,
	dl#haikei_color dd {
		margin: 0px 5px 0px 0px;
		width: calc(33% - 5px);
	}
	dl#moji_size dd {
		width: calc(50% - 5px);
	}
	dl#moji_size dd a,
	dl#haikei_color dd a {
		border-color: #cccccc;
	}
	dl#haikei_color dd a#haikei_black {
		border-color: #000000;
	}
	dl#haikei_color dd a#haikei_blue {
		border-color: #0000ff;
	}

	html[style*="font-size"] dl#moji_size,
	html[style*="font-size"] dl#haikei_color {
		width: 100%;
		margin-bottom: 15px;
	}

	/* 検索 */
	.header_search {
		display: none;
		position: fixed;
		top: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 998;
		border: 5px solid transparent;
		border-bottom-width: 60px;
		background: #f8f9d0;
		color: #333333;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 35px 25px;
		-webkit-box-shadow: 0px 0px 100vh 100vh rgba(0,0,0,0.75);
		        box-shadow: 0px 0px 100vh 100vh rgba(0,0,0,0.75);
	}
	.spm_search_open .header_search {
		display: block;
	}

	/* キーワード検索 */
	#top_search_keyword,
	#top_search_keyword2 {
		display: block;
		padding: 0px;
	}
	#cse-search-box,
	#cse-search-box2 {
		display: block;
	}
	#cse-search-box .search_ttl,
	#cse-search-box2 .search_ttl {
		display: block;
		font-size: 1.8rem;
		line-height: 2rem;
		font-weight: bold;
		text-align: center;
		margin: 0px 0px 10px;
	}
	#cse-search-box .search_ipt,
	#cse-search-box2 .search_ipt {
		width: auto;
		max-width: none;
		border: 2px solid #dcdf13;
		border-radius: 10px;
	}
	#tmp_query,
	#tmp_query2 {
		width: calc(100% - 7rem) !important;
		height: 4.6rem !important;
		min-width: 60%;
		background-color: #ffffff !important;
		font-size: 1.4rem;
	}
	#submit,
	#submit2 {
		min-width: 7rem;
		height: 4.6rem;
		font-size: 1.4rem;
		line-height: 4.6rem;
	}

	#cse_filetype {
		display: block;
		margin: 5px 0px 0px;
		padding: 0px;
		text-align: right;
	}

	/* ページID検索 */
	#top_search_page_id {
		display: block;
	}
	#top_search_page_id .search_ipt {
		border: 2px solid #dcdf13;
	}
	#open_page_id {
		height: 4.6rem;
		font-size: 1.4rem;
	}
	#open_page_id_submit {
		height: 4.6rem;
		font-size: 1.4rem;
		line-height: 4.6rem;
	}

	/* 注目ワード */
	#search_trend_word {
		display: block;
		margin-top: 40px;
	}
	#search_trend_word p a {
		text-decoration: none;
	}

	/* グローバルメニュー */
	#top_search,
	.spmenu_open #top_search,
	#header.open #top_search,
	.header_fixed #header.open #top_search {
		display: none;
		position: fixed;
		top: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 998;
		border: 5px solid transparent;
		border-bottom-width: 60px;
		background: #f8f9d0;
		color: #333333;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 35px 25px;
		-webkit-box-shadow: 0px 0px 100vh 100vh rgba(0,0,0,0.75);
		        box-shadow: 0px 0px 100vh 100vh rgba(0,0,0,0.75);
	}
	.spm_menu_open #top_search,
	.spm_menu_open.spmenu_open #top_search,
	.spm_menu_open #header.open #top_search,
	.header_fixed .spm_menu_open #header.open #top_search {
		display: block;
	}
	.color_black .spm_menu_open #top_search {
		background: #000000 !important;
	}
	.color_blue .spm_menu_open #top_search {
		background: #0000ff !important;
	}

	ul#gnav {
		display: block;
		width: auto;
		max-width: none;
		margin: 0px;
		padding: 0px;
	}
	ul#gnav li.gnav_box_wrap,
	ul#gnav li.gnav_box_wrap:first-child {
		display: block;
		width: auto;
		border: none;
		background: #ffffff;
		border-radius: 5px;
		overflow: hidden;
		margin: 10px 0px 0px;
		padding: 10px;
	}
	ul#gnav li.gnav_box_wrap:first-child {
		margin-top: 0px;
	}
	ul#gnav li.gnav_box_wrap .gnav_ttl {
		width: auto;
		height: auto;
		position: relative;
	}
	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 .gnav_ttl a:focus {
		display: inline-block;
		width: auto;
		height: auto;
		text-align: left;
		padding: 10px;
		font-size: 1.5rem;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		background: transparent;
		text-decoration: none;
		position: relative;
		z-index: 2;
	}
	ul#gnav li.gnav_box_wrap .gnav_ttl a br {
		display: none;
	}
	ul#gnav li.gnav_box_wrap.open .gnav_ttl,
	ul#gnav li.gnav_box_wrap:hover .gnav_ttl,
	ul#gnav li.gnav_box_wrap:focus .gnav_ttl {
		background: transparent;
	}
	ul#gnav li.gnav_box_wrap.open_sp .gnav_ttl {
		background: #edef89;
		border-radius: 5px;
	}

	ul#gnav li.gnav_box_wrap .gnav_ttl .btn_sp_gnav {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		border: none;
		background: url("/img/nw-sp/sp_icon_open.png") no-repeat right 10px top 50% transparent;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
	}
	ul#gnav li.gnav_box_wrap.open_sp .gnav_ttl .btn_sp_gnav {
		background-image: url("/img/nw-sp/sp_icon_close.png");
	}

	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;
		-webkit-transition: none;
		-o-transition: none;
		transition: 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: none;
		border: none;
		background: none;
		margin: 0px;
		padding: 0px;
	}
	ul#gnav li.gnav_box_wrap.open_sp .gnav_box ul {
		display: block;
		padding: 10px 15px 20px;
	}
	ul#gnav li.gnav_box_wrap .gnav_box ul li {
		display: block;
		width: auto;
		margin: 15px 0px 0px;
	}
	ul#gnav li.gnav_box_wrap .gnav_box ul li a {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 0px 0px 0px 15px;
		background-position: left 0.2em;
	}

	/* ===== フッタ ===== */

	/* フッタ */
	#footer {
		font-size: 1.3rem;
	}

	/* 管理者情報 */
	#author_info_box {
		width: auto;
		max-width: none;
		margin: 0px 20px;
		padding: 30px 0px 120px;
	}
	#author_box {
		text-align: center;
	}
	#author_box .box_l {
		padding: 0px;
	}
	#author_box p.f_author {
		margin: 0px;
	}
	#author_box p.f_number {
		display: block;
		font-size: 1.1rem;
		margin-top: 5px;
	}
	#author_box p.f_address,
	#author_box p.f_detail {
		font-size: 1.2rem;
	}
	@media screen and (max-width: 370px) {
		#author_box p.f_number,
		#author_box p.f_address,
		#author_box p.f_detail {
			font-size: 1rem;
		}
	}

	#author_box .f_link {
		display: block;
		margin: 0px 20px;
		padding: 10px 0px 0px;
	}
	#author_box .f_link span[class*="btn_"] {
		display: block;
		width: auto;
	}
	#author_box .f_link span[class*="btn_"] a {
		font-size: 1.2rem;
		padding: 5px 20px;
	}
	#author_box .f_link span[class*="btn_"] a .icon {
		padding: 5px 15px 5px 30px;
	}

	/* sns */
	#author_box .box_r {
		margin: 20px 0px 0px;
	}
	#author_box ul.f_sns li {
		width: 32px;
		margin: 16px;
	}
	@media screen and (max-width: 370px) {
		#author_box ul.f_sns li {
			width: 24px;
			margin: 12px;
		}
	}

	/* コールセンター */
	#author_box .callcenter {
		margin: 10px 0px 0px;
		padding: 20px 30px;
		text-align: left;
	}
	#author_box .callcenter p.call_tel {
		padding: 0px;
	}
	#author_box .callcenter p.call_tel .ttl {
		font-size: 1.3rem;
	}
	#author_box .callcenter p.call_fax {
		margin-top: 10px;
	}
	#author_box .callcenter p.call_link {
		position: static;
		width: auto;
		margin-top: 15px;
	}
	#author_box .callcenter p.call_link a {
		font-size: 1.2rem;
		line-height: 2rem;
	}

	/* フッタメニュー */
	.footer_navi ul {
		margin-top: 15px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.footer_navi ul li {
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.footer_navi ul li a {
		text-decoration: none;
	}

	/* コピーライト */
	#copyright p {
		margin: 0px 40px;
		font-size: 1.1rem;
	}

	/* ページトップ */
	#footer_link_pagetop {
		right: 10px;
	}
	#footer_link_pagetop.fixed {
		bottom: 80px;
	}

	/* ===== 見出し ===== */

	/* 見出し */
	#main_header {
		margin-bottom: 20px;
	}
	#main_header h1 {
		margin: 0px;
		padding: 16px 15px;
		font-size: 2.4rem;
	}

	#main_body h2,
	#main_body h2.acc_title {
		padding: 15px 20px;
		font-size: 2rem;
	}
	#main_body h2 label[for*="acc_ttl_label"],
	#main_body h2.acc_title.accordion .accordion_icon {
		margin: -15px -20px; /* h2 の padding の値をマイナスにして指定する */
		padding: 15px 20px;  /* h2 の padding と同じ値を指定する */
		padding-right: 40px;
		background-position: right 20px top 50%;
	}
	#main_body h2.acc_title.acc_open,
	#main_body h2.acc_title.accordion.acc_open {
		margin-bottom: 0.5em;
	}

	#main_body h3,
	#main_body h3.acc_title,
	.kakuka_info_ttl,
	.life_cat_list_ttl {
		padding: 12px 20px;
		font-size: 1.8rem;
		background-size: 8px auto;
		background-position: 5px center;
	}
	#main_body h3 label[for*="acc_ttl_label"],
	#main_body h3.acc_title.accordion .accordion_icon,
	.life_cat_list_ttl label[for*="acc_ttl_label"],
	.life_cat_list_ttl.acc_title.accordion .accordion_icon {
		margin: -12px -20px; /* h3 の padding の値をマイナスにして指定する */
		padding: 12px 20px;  /* h3 の padding と同じ値を指定する */
		padding-right: 40px;
		background-position: right 20px top 50%;
	}
	#main_body h3.acc_title.acc_open,
	#main_body h3.acc_title.accordion.acc_open {
		margin-bottom: 0.5em;
	}

	#main_body h4,
	#main_body h4.acc_title {
		padding: 10px 20px;
		font-size: 1.6rem;
	}

	#main_body h5,
	#main_body h5.acc_title {
		padding: 8px 20px;
		font-size: 1.5rem;
		background-position: left 0.7em;
	}

	#main_body h6,
	#main_body h6.acc_title {
		padding: 5px 20px;
		font-size: 1.4rem;
		background-position: left 0.5em;
	}

	/* ===== パンくず / 足あと ===== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
		padding: 10px 0px 5px;
	}
	#pankuzu_wrap > div {
		width: auto;
		max-width: none;
		margin: 0px 15px 10px;
	}
	@media screen and (max-width: 370px) {
		#pankuzu_wrap > div {
			margin-left: 10px;
			margin-right: 10px;
		}
	}
	.pankuzu,
	#pankuzu_wrap > div.pankuzu,
	#footstep {
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: -1px;
	}

	/* 足あと 非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ===== メイン / サイド ===== */

	/* メイン */
	#mymainback {
		margin: 0px 15px;
		padding: 0px 0px 40px;
	}
	@media screen and (max-width: 370px) {
		#mymainback {
			margin-left: 10px;
			margin-right: 10px;
		}
	}

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* ===== 記事 ===== */

	/* コンテンツヘッダ */
	#content_header {
		margin: 0px 0px 20px;
		padding: 0px;
		font-size: 1.3rem;
	}
	#content_header > span {
		margin: 0px 0px 0px 1em;
	}
	#content_header > span:first-child {
		margin-left: 0px;
	}
	#content_header > span.link_print {
		display: none;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: 20px 20px 0px 0px;
	}
	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: 1.3rem;
	}

	/* PDF */
	.pdf_download .pdf_img img,
	.wmplayer_download .wmplayer_img img {
		vertical-align: top;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 25px 20px;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2,
	#hyouka_area_box .system_box h2,
	#main_body #hyouka_area_box .system_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
		text-align: center;
	}
	@media screen and (max-width: 370px) {
		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2,
		#hyouka_area_box .system_box h2,
		#main_body #hyouka_area_box .system_box h2 {
			font-size: 1.6rem;
		}
	}
	#hyouka_area_box .hyouka_box_detail {
		font-size: 1.3rem;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 10px 20px 0px;
	}
	#hyouka_area_submit input,
	#hyouka_area_submit input:hover {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* お問い合わせ先 */
	#section_footer h2,
	#main_body #section_footer h2,
	#section_footer .like_h2,
	#main_body #section_footer .like_h2 {
		padding: 25px 20px 10px;
		font-size: 1.8rem;
		letter-spacing: 0em;
		text-align: center;
	}
	@media screen and (max-width: 370px) {
		#section_footer h2,
		#main_body #section_footer h2,
		#section_footer .like_h2,
		#main_body #section_footer .like_h2 {
			font-size: 1.6rem;
		}
	}
	#section_footer_detail {
		padding: 15px 20px 25px;
	}

	/* 重要なお知らせ */
	#detail_side_important h2 {
		font-size: 1.8rem;
	}
	#detail_side_important ul li .article_title {
		font-size: 1.6rem;
	}
	#detail_side_important ul li .article_date {
		font-size: 1.3rem;
	}
	#detail_side_important ul li a {
		display: block;
		background: url("/img/nw-sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* レコメンド・AIレコメンド */
	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		background: none;
		padding: 0px;
	}

	/* 関連リンク */
	#kanren_link ul {
		padding: 10px 0px;
	}
	#kanren_link ul li {
		margin: 0px;
		padding: 15px 10px;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	#common_banner_link ul li a {
		background-position: center 15px;
		padding: 50px 5px 10px;
		border-radius: 5px;
		font-size: 1.3rem;
	}

	/* ===== 各ページ ===== */

	/* 新着情報 */
	.section_information {
		margin: 20px 0px;
		padding: 10px;
	}
	.section_information h2,
	#main_body .section_information h2 {
		padding: 15px 10px;
	}
	.section_information h2 label,
	#main_body .section_information h2.acc_title label {
		margin: -15px -10px;
		padding: 15px 10px;
		padding-right: 40px;
		background-position: right 10px top 50%;
	}

	.section_information_list div.link_box {
		padding: 0px 0px 10px;
		text-align: center;
	}
	.section_information_list div.link_box a {
		font-size: 1.3rem;
	}

	#main li .article_date {
		font-size: 1.3rem;
		color: #666666;
		padding: 3px 0px;
	}

	/* 一覧ボタン */
	#main div.link_ichiran {
		padding: 10px 0px 30px;
		text-align: center;
	}
	#main div.link_ichiran a {
		font-size: 1.3rem;
	}

	/* 分類 */
	div[class*="life_list3"] #main_body .life_cat_list h2,
	div[class*="life_list2"] #main_body .life_cat_list h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}

	div[id^="main_header_life3_"] h1 {
		padding-left: 20px;
	}

	/* 関連情報 */
	#kanren_info h2 {
		font-size: 1.8rem;
	}
	#kanren_info .kanren_box h3 {
		font-size: 1.6rem;
	}

	#kanren_info .kanren_box ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#kanren_info .kanren_box ul li {
		margin: 0px;
		padding: 15px 0px;
	}

	#kanren_info div.link_ichiran {
		margin: 0px;
		padding: 10px 20px;
	}

	/* サブカテゴリ */
	div[class*="kanren1"] .info_list ul li:last-child {
		border-bottom: 1px solid #cccccc;
	}

	div[class*="kanren_index"] .lifesub_cat_list,
	div[class*="kanren_index"] .lifesub_cat_list:nth-child(2n) {
		margin-bottom: 1em;
	}

	/* 組織 */
	#soshiki_hyouji ul {
		font-size: 1.3rem;
		padding: 5px 0px;
	}

	#soshiki_pr_image {
		margin: 0px 0px 20px;
	}

	.side_box_list ul {
		padding: 0px;
		list-style: none;
	}

	/* 改ページ */
	.page_num {
		font-size: 1.6rem;
	}
	.page_num_ttl,
	.page_num_view {
		font-size: 1.4rem;
	}

	/* アンケート */
	#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: 42%;
	}
	#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: 14%;
	}
	#main_body table.tbl_ques td {
		font-size: 1.3rem;
		padding: 4px;
	}
	div[class*="question"] #main_body table.tbl_ques td input {
		font-size: 1.1rem;
		padding: 5px;
	}

	div[class*="question_detail"] #main_body input[type="text"] {
		width: 100%;
	}
	div[class*="question_detail"] #main_body textarea {
		width: 100%;
	}
	div[class*="question_detail"] #main_body h2 {
		margin: 20px 0px;
	}
	div[class*="question_detail"] #main_body img {
		max-width: 100%;
		height: auto !important;
		vertical-align: top;
	}

	div[class*="confirm_quest_hankyou"] #hyouka_area_submit,
	div[class*="question_detail"] #main_body form p[align="left"],
	div[class*="question_detail"] #main_body form p[style="text-align:left;"] {
		margin-top: 30px;
	}
	div[class*="question"] #main_body input[type="submit"],
	div[class*="question"] #main_body input[type="button"] {
		width: calc(40% - 10px);
		min-width: auto;
		margin: 0px 5px;
		padding: 10px;
		font-size: 1.3rem;
	}

	/* お問い合わせフォーム */
	#main_body table#mail_form_tbl tbody,
	#main_body table#mail_form_tbl tr,
	#main_body table#mail_form_tbl th,
	#main_body table#mail_form_tbl td {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border: none;
	}
	#main_body table#mail_form_tbl th {
		font-size: 1.2rem;
		padding: 5px 10px;
		text-align: left;
		border-top: 1px solid #a1a6a4;
	}
	#main_body table#mail_form_tbl tr:first-child th {
		border-top: none;
	}
	#main_body table#mail_form_tbl td {
		font-size: 1.3rem;
		padding: 10px;
		border-top: 1px dotted #a1a6a4;
	}
	#main_body table#mail_form_tbl td:only-child {
		border-top: none;
	}
	#main_body table#mail_form_tbl td textarea {
		vertical-align: middle;
	}
	#main_body table#mail_form_tbl td input[type="text"]#mail_to,
	#main_body table#mail_form_tbl td input[type="text"]#mail_to2 {
		width: 100%;
	}

	#mail_form_btn_wrap input[type="submit"] {
		width: calc(40% - 10px);
		min-width: auto;
		margin: 0px 5px;
		padding: 10px;
		font-size: 1.3rem;
	}
	#mail_form_btn_wrap p {
		font-size: 1.3rem;
	}

	/* ===== サブサイト ===== */

	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: 15px;
	}
	.link_to_subsitemenu a {
		display: block;
		font-size: 1.3rem;
		border: 1px solid #333333;
		border-radius: 5px;
		background: #eeeeee;
		color: #333333;
		text-decoration: none;
		padding: 10px;
		text-align: center;
	}
	.link_to_subsitemenu a span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}
	.link_to_subsitemenu a span::before {
		content: '';
		width: 0px;
		height: 0px;
		border: 7px solid transparent;
		border-bottom-width: 0px;
		border-top-width: 9px;
		border-top-color: #333333;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.color_change .link_to_subsitemenu a span::before {
		border-top-color: #ffffff;
	}

	/* サブサイト共通ヘッダ */
	#mainimg_box .site_name {
		font-size: 2rem;
	}

	/* サブサイト共通フッタ */
	#site_footer_box {
		width: auto;
		max-width: none;
		margin: 0px 15px;
		padding: 20px 0px;
	}
	@media screen and (max-width: 370px) {
		#site_footer_box {
			margin-left: 10px;
			margin-right: 10px;
		}
	}

	/* サブサイト大小メニュー */
	.subsite_menu {
		padding: 5px;
	}

	.subsite_menu_ttl,
	.subsite_menu_ttl.acc_title {
		font-size: 1.6rem;
		text-align: left;
		padding: 15px 20px;
	}
	.subsite_menu_ttl label[for*="acc_ttl_label"] {
		margin: -15px -20px;
		padding: 15px 20px;
		padding-right: 40px;
		background-position: right 20px top 50%;
	}

	.subsite_menu_list ul {
		padding: 15px 20px;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 10px 0px;
		background: none;
	}

	.subsite_menu_list div.link_ichiran {
		padding: 0px 40px 20px;
	}
	.subsite_menu_list div.link_ichiran a {
		font-size: 1.3rem;
	}

	/* 背景色変更時 */
	.color_change label[for*="acc_ttl_label"] {
		background-image: url("/img/nw-sp/acc_open_white.png");
	}
	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/nw-sp/acc_close_white.png");
	}
	/* 背景色変更時 ここまで */

}
/* ==================================================
スマートフォン ここまで
================================================== */


/* アコーディオン（label位置調整） 20250213 */
.acc_title {
	pointer-events: none;
}
.acc_title a {
	pointer-events: auto;
}
input[id^="acc_ttl_label"] {
	display: none;
}
@media screen and (max-width: 670px) {
	.acc_title {
		pointer-events: auto;
	}
	input[id*="acc_ttl_label"] + label {
		display: block;
	}
	.acc_title + * {
		display: none;
	}
	.acc_title:has(input[id*="acc_ttl_label"]:checked) + * {
		display: block;
	}
}
/* アコーディオン（label位置調整） 20250213 ここまで */

/* AIチャットボット位置調整 20250408 */
#chatbot-anchor {
	z-index: 999999;
	bottom: 70px !important;
}
@media screen and (max-width: 670px) {
	#chatbot-anchor {
		bottom: 140px !important;
		right: 0px !important;
	}
	body:has(#container[class*="spm_"]) #chatbot-anchor {
		z-index: 0;
	}
}
/* AIチャットボット位置調整 20250408 ここまで */