@charset "utf-8";


/* 記事本文 */
@import url("/ssi/css/detail.css");
/* ==================================================
PC
================================================== */
/* var() 関数 */
:root {
	/* コンテンツ幅 */
	--content-width: 1100px;
	/* sidebar1の幅 */
	--sidebar1-width: 300px;
	/* sidebar2の幅 */
	--sidebar2-width: 300px;
	/* フォントサイズ / 行間 / 文字間 */
	--fontsize-main-base: 62.5%;
	--fontsize-main: 1.6rem;
	--lineheight-main: 1.5;
	--letterspacing-main: 0;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: .05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: .1em;
	/* フォントファミリー */
	--fontfamily-normal: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, メイリオ, Osaka, sans-serif;
	--site-color-text: #251e1c;
	--color-primary: #0e7c65;
	--color-secondary: #ab563e;
	--color-tertiary: #fbbb1a;
}

/* var() 関数 ここまで */
/* ========== レイアウト ========== */
/* 全体 */
*, *::before, *::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	font-size: var(--fontsize-main-base);
	scroll-behavior: smooth;
}

body {
	border: 0;
	color: #251e1c;
	color: var(--site-color-text);
}

#container {
	width: 100%;
}

/* ヘッダ */
#header {
	width: 100%;
	background-color: #eaf1d3;
	overflow: hidden;
}

/* メイン */
#mymainback {
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 1100px;
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px 60px;
}

#main {
	float: none;
	-webkit-order: 11;
	        order: 11;
	width: 100%;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-order: 10;
	        order: 10;
	width: 300px;
	width: var(--sidebar1-width, 300px);
}

#sidebar2 {
	float: none;
	-webkit-order: 12;
	        order: 12;
	width: 300px;
	width: var(--sidebar2-width);
}

.tpl_side1 #main {
	width: calc(100% - 300px);
	width: calc(100% - var(--sidebar1-width));
}

.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - 300px);
	width: calc(100% - var(--sidebar2-width));
}

.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - 300px - 300px);
	width: calc(100% - var(--sidebar1-width) - var(--sidebar2-width));
}

.tpl_side1.tpl_side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.tpl_side1 hr.hide, .tpl_side2 hr.hide {
	display: none;
}

/* ========== 基本設定 ========== */
/* フォント */
body, button, input[type=button], input[type=submit], input[type=text], textarea, select {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, メイリオ, Osaka, sans-serif;
	font-family: var(--fontfamily-normal);
	font-size: 1.6rem;
	font-size: var(--fontsize-main);
	line-height: 1.5;
	line-height: var(--lineheight-main);
	letter-spacing: 0;
	letter-spacing: var(--letterspacing-main);
	overflow-wrap: break-word;
}

#main {
	font-size: 1.8rem;
	font-size: var(--fontsize-detail);
	line-height: 1.75;
	line-height: var(--lineheight-detail);
	letter-spacing: .05em;
	letter-spacing: var(--letterspacing-detail);
}

h1, h2, h3, h4, h5, h6, strong, .subsite_menu_ttl, .site_name {
	font-family: "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "BIZ UDPGothic", Meiryo, メイリオ, Osaka, sans-serif;
	font-family: var(--fontfamily-bold);
	line-height: 1.5;
	line-height: var(--lineheight-detail-midashi);
	letter-spacing: .1em;
	letter-spacing: var(--letterspacing-detail-midashi);
	font-weight: bold;
}

/* JavaScript挿入箇所のフォントファミリー（webフォント使用時） */
/*
#pankuzu_wrap, #footstep_wrap, #keep_page, #count_down_area,
#important_noticest_area, #important_noticest_area h2,
#osusume_contents_area, #osusume_contents_area h2,
#recommend_tag, #recommend_tag h2,
#ai_recommend_tag, #ai_recommend_tag h2 {
	font-family: Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
}
*/
em {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "BIZ UDPGothic", Osaka, "MS PGothic", sans-serif;
}

.mincho {
	font-family: "Hiragino Mincho Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", Century, "BIZ UDPMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

/* 文字色 */
body {
	color: #251e1c;
	color: var(--site-color-text);
}

/* リンク */
a:link {
	color: #0d59b7;
	text-decoration: underline;
	transition: .4s color;
}

a:visited {
	color: #609;
	text-decoration: underline;
}

a:active {
	color: #c00;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0e7c65;
	color: var(--color-primary);
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a img {
	border: none;
	transition: opacity .5s;
}

a:hover img, a:focus img {
	opacity: .75;
}

/* レスポンシブアコーディオン用 */
input[id*=acc_ttl_label] {
	display: none;
}

.acc_icon {
	display: none;
}

/* レスポンシブアコーディオン用（class付与） */
.acc_title.accordion {
	pointer-events: none;
}

.acc_title.accordion:focus {
	outline: none;
}

.acc_title.accordion a {
	pointer-events: auto;
}

/* ========== ヘッダ ========== */
/* スマートフォン用 */
#spm_wrap {
	display: none;
}

#btn_spm_support {
	display: none;
}

/* ヘッダ */
#header2 {
	position: relative;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
	max-width: 1100px;
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

#logo {
	-webkit-align-self: center;
	        align-self: center;
	width: 324px;
	padding: 20px 0;
	z-index: 1;
}
#logo a {
	display: block;
	line-height: 1;
}

#header2_box {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	gap: 22px;
}
#header2_box .hours {
	width: 418px;
}

.he_right_inner {
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-direction: column;
	        flex-direction: column;
	min-width: 0;
}

/* ヘッダメニュー */
.header_nav ul {
	list-style: none;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}

.header_nav ul li.h_main {
	display: none;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}

dl#moji_size, dl#haikei_color {
	margin: 0 0 15px;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}

dl#moji_size dt, dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin: 0 4px 0 0;
	padding: 6px 0;
}

dl#moji_size dd, dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
}

dl#moji_size dd a, dl#haikei_color dd a {
	display: block;
	background: #fff;
	border: 1px solid currentColor;
	border-radius: 2.4em;
	color: #251e1c;
	color: var(--site-color-text);
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
}

dl#moji_size dd a {
	padding: 5px 10px;
}

dl#moji_size dd a#moji_large {
	font-size: 1.4rem;
	font-weight: bold;
}

.font_size_limit_max dl#moji_size dd a#moji_large {
	background: #f6f6f6;
	color: #666;
}

dl#haikei_color dd a#haikei_white {
	border-color: #ccc;
	background: #fff !important;
	color: #251e1c !important;
	color: var(--site-color-text) !important;
}

dl#haikei_color dd a#haikei_black {
	border-color: #000;
	background: #000 !important;
	color: #fff !important;
}

dl#haikei_color dd a#haikei_blue {
	border-color: #00f;
	background: #00f !important;
	color: #ff0 !important;
}

.tel {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	gap: 10px;
	font-size: 170%;
	font-weight: bold;
}
.tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
.tel img {
	width: 30px;
	height: 30px;
}

/* 検索 */
.header_search {
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	margin-top: 10px;
}

/* キーワード検索 */
#top_search_keyword {
	text-align: left;
	width: 100%;
}

#cse-search-box .search_ttl {
	display: none;
}

#cse-search-box .search_ipt {
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	border: 1px solid transparent;
}

#tmp_query {
	-webkit-flex: 1;
	        flex: 1;
	display: block;
	vertical-align: middle;
	width: 0;
	height: 3.8rem !important;
	padding: .2rem 1rem;
	border: none !important;
	border-radius: 3.8rem 0 0 3.8rem;
}

#submit {
	display: inline-block;
	vertical-align: middle;
	min-width: 6rem;
	height: 3.8rem;
	border: none;
	border-radius: 0 3.8rem 3.8rem 0;
	background: #0e7c65;
	background: var(--color-primary);
	color: #fff;
	font-size: 1.6rem;
	line-height: 3.8rem;
	letter-spacing: .1em;
	white-space: nowrap;
}

/* グローバルナビ */
#top_search {
	position: relative;
	width: 100%;
	margin-top: 20px;
}
#top_search:before {
	content: "";
	position: absolute;
	left: -50vw;
	top: 0;
	width: 200vw;
	height: 100%;
	background-color: #0e7c65;
	background-color: var(--color-primary);
}

.gnav ul {
	list-style: none;
	display: -webkit-flex;
	display:         flex;
	　justify-content: space-between;
	width: 100%;
}

.gnav ul li {
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	display: -webkit-flex;
	display:         flex;
}

.gnav ul li a {
	position: relative;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: .1em;
	z-index: 0;
}
.gnav ul li a:before, .gnav ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: background .5s;
}
.gnav ul li a:before {
	background-color: #0e7c65;
	background-color: var(--color-primary);
}
.gnav ul li a.yunagi:before {
	background-color: #ab563e;
	background-color: var(--color-secondary);
}
.gnav ul li a.saiyo:before {
	background-color: #2972ba;
}

@media (any-hover: hover) {
	.gnav ul li a:hover:after, .gnav ul li a:focus:after {
		background-color: rgba(255, 255, 255, .3);
	}
}
/* サブサイト共通ヘッダ */
#mainimg {
	max-width: 1100px;
	max-width: var(--content-width);
	width: 100%;
	margin: 30px auto 0;
	padding: 0 10px;
}

#mainimg_box {
	position: relative;
}

#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}

#mainimg_box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#mainimg_box .site_name {
	display: block;
	width: 100%;
	padding: 0 30px;
	font-size: 3.2rem;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}

#mainimg_box .site_name.noimage {
	position: static;
	padding: 30px;
	text-shadow: none;
	background: #f6f6f6;
	color: #251e1c;
	color: var(--site-color-text);
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* ========== フッタ ========== */
/* フッタ */
#footer {
	width: 100%;
}

#author_info {
	max-width: 1100px;
	max-width: var(--content-width);
	margin: 20px auto;
	padding: 0 10px;
}

.f_logo {
	width: 324px;
	margin-bottom: 30px;
}

.f_address {
	margin-bottom: .5em;
}

/* コピーライト */
#copyright {
	padding: 10px;
	background-color: #0e7c65;
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
}

#copyright p {
	font-size: 1.2rem;
	letter-spacing: .1em;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 60px;
	position: fixed;
	right: 10px;
	bottom: -180px;
	z-index: 70;
	transition: bottom .5s ease-in-out;
}

#btn_pagetop.fixed {
	bottom: 10px;
}

#btn_pagetop a {
	display: block;
}

#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
#site_footer {
	width: 100%;
	border: none;
	line-height: 1.3;
}

.site_footer_link {
	list-style: none;
	display: -webkit-flex;
	display:         flex;
	gap: 40px;
	max-width: 1100px;
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 60px;
}
.site_footer_link li {
	-webkit-flex: 1;
	        flex: 1;
}
.site_footer_link a {
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	background-color: #0e7c65;
	background-color: var(--color-primary);
	border-radius: 60px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: opacity .5s;
}
.site_footer_link a span {
	display: block;
	font-size: small;
}
@media (any-hover: hover) {
	.site_footer_link a:hover {
		opacity: .7;
	}
}

.site_footer_nav {
	background: #fff8eb;
}
.site_footer_nav .footer_nav_parent {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(4, 1fr);
	-webkit-align-items: start;
	        align-items: start;
	gap: 0 1.5em;
	max-width: 1100px;
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 40px 40px;
}
.site_footer_nav .footer_nav_parent a {
	text-decoration: none;
}
.site_footer_nav .footer_nav_parent a:link, .site_footer_nav .footer_nav_parent a:visited {
	color: #251e1c;
	color: var(--site-color-text);
}
@media (any-hover: hover) {
	.site_footer_nav .footer_nav_parent a:hover {
		color: #0e7c65;
		color: var(--color-primary);
	}
}
.site_footer_nav .footer_nav_parent li {
	padding-left: 5px;
}
.site_footer_nav .footer_nav_parent li::marker {
	content: "●";
	font-size: 90%;
	color: #ab563e;
	color: var(--color-secondary);
}
.site_footer_nav .footer_nav_parent > li:first-child {
	grid-row: span 4/span 4;
}
.site_footer_nav .footer_nav_parent > li:nth-child(2) {
	grid-row: span 4/span 4;
}
.site_footer_nav .footer_nav_parent > li:nth-child(3) {
	grid-row: span 4/span 4;
}
.site_footer_nav .footer_nav_parent > li:nth-child(4) {
	grid-row: span 4/span 4;
}
.site_footer_nav .footer_nav_parent > li:nth-child(6) {
	grid-column-start: 5;
}
.site_footer_nav .footer_nav_parent > li:nth-child(7) {
	grid-column-start: 5;
	grid-row-start: 3;
}
.site_footer_nav .footer_nav_parent > li > a {
	font-size: 2rem;
	font-weight: bold;
}
.site_footer_nav .footer_nav_parent .has_child > a:link, .site_footer_nav .footer_nav_parent .has_child > a:visited {
	color: #ab563e;
	color: var(--color-secondary);
}
@media (any-hover: hover) {
	.site_footer_nav .footer_nav_parent .has_child > a:hover {
		color: #0e7c65;
		color: var(--color-primary);
	}
}
.site_footer_nav .footer_nav_parent .has_child ul {
	margin-top: 1em;
}
.site_footer_nav .footer_nav_parent .has_child ul li::marker {
	font-size: 60%;
}
.site_footer_nav .footer_nav_parent .has_child ul li + li {
	margin-top: .5em;
}

#site_footer_box p {
	margin: 0 0 1em;
}

#site_footer_box p:last-child {
	margin-bottom: 0;
}

#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */
/* パンくず・足あと */
#pankuzu_wrap {
	max-width: 1100px;
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
	color: #251e1c;
	color: var(--site-color-text);
	padding: 20px 10px;
	font-size: 1.5rem;
	font-size: var(--fontsize-main-small);
}

.pankuzu, #footstep {
	position: relative;
	padding-left: 7rem;
}

#footstep {
	margin-top: 10px;
}

.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: 6px;
	background: #523d20;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: .2rem 0;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
}

#clear_footstep {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: url("/img/common/icon_clear.png") no-repeat center center #251e1c;
	background: url("/img/common/icon_clear.png") no-repeat center center var(--site-color-text);
	background-size: 10px 10px;
	color: #fff;
}

/* ========== 見出し / 表 ========== */
/* 見出し */
#main_header {
	margin-bottom: 30px;
}

#main_header h1 {
	padding: 10px 0 10px 20px;
	border-left: 18px solid #fbbb1a;
	border-left: 18px solid var(--color-tertiary);
	font-size: 3.2rem;
}

#main_header h1.list2_ttl {
	padding: 11px 40px 10px;
	background: #fbbb1a;
	background: var(--color-tertiary);
	border: 0;
	border-radius: 60px;
	font-size: 4.5rem;
	letter-spacing: .2em;
}

#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
	margin: 1em 0;
}

#main_body h2 {
	padding: 21px 30px 20px;
	background: #fbbb1a;
	background: var(--color-tertiary);
	border-radius: 42px;
	font-size: 2.5rem;
}

#main_body h3 {
	padding: 17px 0;
	color: #ab563e;
	color: var(--color-secondary);
	font-size: 2.2rem;
}

#main_body h4 {
	padding: 17px 30px 13px 17px;
	background: #fbbb1a;
	background: var(--color-tertiary);
	font-size: 2.2rem;
}

#main_body h5 {
	padding: 10px 30px;
	background: #fbbb1a;
	background: var(--color-tertiary);
	font-size: 2rem;
}

#main_body h6 {
	padding: 7px 30px 6px;
	background: #fbbb1a;
	background: var(--color-tertiary);
	font-size: 1.8rem;
}

/* テーブル */
#main_body table {
	border-color: #251e1c;
	border-color: var(--site-color-text);
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0 0 1em;
	max-width: 100%;
}

#main_body th {
	background: #f6f6f6;
	color: #251e1c;
	color: var(--site-color-text);
	border-color: #251e1c;
	border-color: var(--site-color-text);
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: .5em;
}

#main_body td {
	border-color: #251e1c;
	border-color: var(--site-color-text);
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: .5em;
}

/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0 0 1em;
}

#main_body table p:last-child {
	margin: 0;
}

/* ========== メイン ========== */
/* メイン */
.info_list1 {
	padding: 20px;
	background-color: #fef1e2;
	border-radius: 22px;
}
.info_list1 ul {
	list-style: none;
}
.info_list1 li {
	padding: 20px;
	border-bottom: 1px solid #ab563e;
	border-bottom: 1px solid var(--color-secondary);
	font-size: 2rem;
}
.info_list1 li:last-child {
	border-bottom: 0;
}
.info_list1 a {
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
	gap: 10px;
}
.info_list1 a:link {
	color: #523d20;
	text-decoration: none;
}
.info_list1 a:before {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/togihospital/ico_arrow.png") no-repeat 0 0;
	background-size: cover;
}

.info_list2 {
	width: 100%;
	margin-top: 60px;
}
.info_list2 ul {
	list-style: none;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 60px;
}
.info_list2 ul li {
	width: calc((100% - 120px) / 3);
}
.info_list2 ul a {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	background-color: #ab563e;
	background-color: var(--color-secondary);
	border-radius: 10px;
	color: #fff;
	font-size: 2.1rem;
	text-align: center;
	text-decoration: none;
	transition: .5s opacity;
}
@media (any-hover: hover) {
	.info_list2 ul a:hover {
		opacity: .7;
	}
}

/* 印刷 */
#print_mode_link, #print_mode_link_large {
	display: inline-block;
	background: url("/img/common/icon_print.png") no-repeat left center transparent;
	padding-left: 20px;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}

.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download, .wmplayer_download {
	margin: 40px 0 0;
	width: 100%;
	display: table;
}

.pdf_download .pdf_img, .wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
}

.wmplayer_download .wmplayer_img {
	width: 88px;
}

.pdf_download .pdf_img img, .wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 0 2px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.detail_free ol {
	margin-left: 1.5em;
}
.detail_free ul {
	list-style: none;
}
.detail_free ul li {
	display: -webkit-flex;
	display:         flex;
	gap: 5px;
}
.detail_free ul li:before {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	content: "●";
	color: #fbbb1a;
	color: var(--color-tertiary);
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0 0;
	padding: 30px;
	background: #f6f6f6;
}

#hyouka_area_box h2, #main_body #hyouka_area_box h2 {
	margin: 0 0 15px;
	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;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.5rem;
	font-size: var(--fontsize-main-small);
}

#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
}

#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}

#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0 4em 0 0;
}

#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;
}

#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #fff;
	color: #251e1c;
	color: var(--site-color-text);
	margin: 0;
	padding: 10px;
	font-size: 1.5rem;
	font-size: var(--fontsize-main-small);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
}

#hyouka_area_submit input:hover, #hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 40px 0 0;
	padding: 30px;
	background: #f6f6f6;
}

#section_footer h2, #main_body #section_footer h2 {
	margin: 0 0 15px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}

#main_body #section_footer h2::before, #main_body #section_footer h2::after {
	display: none;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

#section_footer_detail span[class*=sf_name] {
	margin-bottom: 10px;
}

/* ========== サイド ========== */
/* サイドバー */
#sidebar1 > div, #sidebar2 > div {
	margin-bottom: 20px;
}

#sidebar1 > div:last-child, #sidebar2 > div:last-child, #sidebar1 > div:empty, #sidebar2 > div:empty {
	margin-bottom: 0 !important;
}

#sidebar1 img, #sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 自由編集項目 */
.free_box {
	display: flow-root;
}

.free_box p {
	margin: 0 0 1em;
}

.free_box p:last-child {
	margin-bottom: 0;
}

.free_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #fef1e2;
	margin: 0 0 20px;
	border-radius: 0 13px 13px 0;
	overflow: hidden;
}

.subsite_menu:last-child {
	margin-bottom: 0;
}

.subsite_menu_ttl {
	background: #ab563e;
	background: var(--color-secondary);
	padding: 18px 20px;
	color: #fff;
	font-size: 2.1rem;
	text-align: center;
}

.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	padding: 20px;
	list-style: none;
}

.subsite_menu_list ul li {
	margin: 0 0 15px;
}

.subsite_menu_list ul li:last-child {
	margin-bottom: 0;
}

.subsite_menu_list ul li span {
	position: relative;
	display: -webkit-flex;
	display:         flex;
	gap: 5px;
	-webkit-align-items: center;
	        align-items: center;
}
.subsite_menu_list ul li span a:link, .subsite_menu_list ul li span a:visited {
	color: #523d20;
	text-decoration: none;
}
@media (any-hover: hover) {
	.subsite_menu_list ul li span a:hover {
		color: #0e7c65;
		color: var(--color-primary);
	}
}
.subsite_menu_list ul li span:before {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/togihospital/ico_arrow.png") no-repeat 0 0;
	background-size: cover;
}

.subsite_menu_list div.link_ichiran {
	padding: 0 35px 25px;
	text-align: center;
}

.subsite_menu_list div.link_ichiran a {
	display: block;
	padding: 10px;
	background-color: #0e7c65;
	background-color: var(--color-primary);
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	transition: .5s opacity;
}
@media (any-hover: hover) {
	.subsite_menu_list div.link_ichiran a:hover {
		opacity: .7;
	}
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}

.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}

.subsite_menu summary:only-child a {
	pointer-events: auto;
}

/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */
/* ========== リスト ========== */
/* リスト（一覧） */
.info_list ul {
	list-style: none;
}

.info_list ul li {
	margin: 0 0 15px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
}

.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}

.info_list.info_list_date ul li > span.article_date {
	width: calc(11em + 10px);
	font-size: 1.6rem;
	font-size: var(--fontsize-detail-small);
	padding-top: .1rem;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li, .font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}

.font_size_changed .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-top: 0;
}

/* リスト（担当課） */
.article_section:has(span: empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}

.list_pack .article_txt .article_date {
	display: block;
}

.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}

.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200/150;
	overflow: hidden;
	background: #f6f6f6;
}

.list_pack .article_img span:empty {
	background: url("/img/common/noimage.png") no-repeat center center transparent;
	background-size: contain;
}

.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* ========== Googleカスタム検索結果 ========== */
/* 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: 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0 0 5px;
	padding: 10px 15px;
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #06c !important;
	font-size: 1.6rem;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #251e1c !important;
	color: var(--site-color-text) !important;
}

/* ==================================================
PC ここまで
================================================== */
/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {
	/* var() 関数 */
	:root {
		/* フォントサイズ */
		--fontsize-main: 1.4rem;
		/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
		--fontsize-main-small: 1.3rem;
		/* 本文（ #main ） */
		--fontsize-detail: 1.5rem;
		/* 本文の一段階小さいフォントサイズ（日付など） */
		--fontsize-detail-small: 1.4rem;
		/* #mymainbackの左右余白 */
		--mymainback-margin-side: 15px;
	}
	/* var() 関数 ここまで */
	/* ========== レイアウト ========== */
	/* 全体 */
	body {
		min-width: 320px;
		-webkit-text-size-adjust: none;
		   -moz-text-size-adjust: none;
		        text-size-adjust: none;
	}
	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		overflow: hidden;
	}
	/* フッタ */
	#author_info {
		font-size: 1.3rem;
	}
	.f_logo {
		width: 224px;
		margin-bottom: 20px;
	}
	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		display: -webkit-flex;
		display:         flex;
		-webkit-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}
	#mymainback.list2_mymainback {
		background-color: #fdf0e1;
	}
	#main, .tpl_side1 #main, .tpl_side2 #main, .tpl_side1.tpl_side2 #main {
		-webkit-order: 10;
		        order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	#main_a, .tpl_side1 #main_a, .tpl_side2 #main_a, .tpl_side1.tpl_side2 #main_a {
		padding-left: 0;
	}
	/* サイド */
	#sidebar1 {
		display: none;
	}
	#sidebar2 {
		-webkit-order: 12;
		        order: 12;
		clear: both;
		float: none;
		width: auto;
	}
	/* ========== 基本設定 ========== */
	/* フォント */
	body, button, input[type=button], input[type=submit], input[type=text], textarea, select {
		font-size: 1.6rem;
		font-size: var(--fontsize-main);
	}
	#main {
		font-size: 1.8rem;
		font-size: var(--fontsize-detail);
	}
	/* レスポンシブアコーディオン用 */
	input[id*=acc_ttl_label] + *, input[id*=acc_ttl_label] + .acc_title + * {
		display: none;
	}
	input[id*=acc_ttl_label] + .acc_title, input[id*=acc_ttl_label]:checked + *, input[id*=acc_ttl_label]:checked + .acc_title + * {
		display: block;
	}
	label[for*=acc_ttl_label] {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_open label[for*=acc_ttl_label] {
		background-image: url("/img/sp/acc_close.png");
	}
	.color_change label[for*=acc_ttl_label] {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_open label[for*=acc_ttl_label] {
		background-image: url("/img/sp/acc_close_white.png");
	}
	.no_acc_title label[for*=acc_ttl_label] {
		background: none !important;
		padding-right: 0;
	}
	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}
	.acc_title.accordion:focus {
		outline: auto;
	}
	.acc_title.accordion + * {
		display: none;
	}
	.acc_title.accordion.acc_open + * {
		display: block;
	}
	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}
	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}
	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*=acc_ttl_label] + *, .index-2 .section_information input[id*=acc_ttl_label] + .acc_title, .index-2 .section_information input[id*=acc_ttl_label] + .acc_title + *, .index-2 .section_information input[id*=acc_ttl_label]:checked + *, .index-2 .section_information input[id*=acc_ttl_label]:checked + .acc_title + *, .index-2 .section_information .acc_title.accordion + *, .index-2 .section_information .acc_title.accordion.acc_open + * {
		display: block;
	}
	.index-2 .section_information label[for*=acc_ttl_label], .index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0;
		pointer-events: none;
	}
	/* ========== ヘッダ ========== */
	/* ヘッダ */
	#header {
		position: relative;
	}
	#header2 {
		-webkit-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.spm_menu_open #header2 {
		z-index: 998;
	}
	#logo {
		display: -webkit-flex;
		display:         flex;
		-webkit-align-items: center;
		        align-items: center;
		width: 100%;
		height: 80px;
		padding: 0 20px;
		background-color: #eaf1d3;
	}
	#logo img {
		width: 246px;
	}
	#header2_box {
		display: none;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-align-items: center;
		        align-items: center;
		width: 100%;
		padding: 20px 20px 0;
		background-color: #fdf0e1;
	}
	#header2_box .hours {
		max-width: 418px;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		border: 1px solid #ab563e;
		border: 1px solid var(--color-secondary);
		border-radius: 16px;
		overflow: hidden;
	}
	.he_right_inner {
		margin-top: 20px;
	}
	/* スマホナビゲーション */
	#spm_wrap {
		display: -webkit-flex;
		display:         flex;
		-webkit-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		-webkit-align-items: stretch;
		        align-items: stretch;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 999;
	}
	#spm_wrap button, #spm_wrap a {
		display: block;
		width: 60px;
		height: 60px;
		border: none;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
	}
	#spm_wrap button#btn_spm_menu {
		background: url("/img/togihospital/btn_open.png") no-repeat center center #2b6cae;
		background-size: 26px auto;
		color: #fff;
		border: 1px solid transparent;
		border-radius: 6px;
	}
	.spm_menu_open #spm_wrap button#btn_spm_menu {
		background-color: #aac7e8;
		background-image: url("/img/togihospital/btn_close.png");
	}
	/* ヘッダメニュー */
	.header_nav {
		-webkit-order: 3;
		        order: 3;
		margin-top: 10px;
	}
	.header_nav ul {
		display: block;
	}
	/* アクセシビリティ機能 */
	dl#moji_size, dl#haikei_color {
		margin: 0;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	dl#moji_size dt, dl#haikei_color dt {
		font-size: 1.2rem;
	}
	/* 検索（展開） */
	.header_search {
		width: 100%;
		overflow-y: auto;
		overscroll-behavior: none;
	}
	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}
	/* グローバルナビ */
	#top_search {
		display: none;
		z-index: 998;
		width: 100%;
		margin-top: 0;
		padding: 20px;
	}
	#top_search:before {
		background-color: #fdf0e1;
	}
	.spm_menu_open #header2_box, .spm_menu_open #top_search {
		display: block;
	}
	.spm_menu_open::before {
		content: "";
		display: block;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 997;
		background: rgba(0, 0, 0, .75);
		color: #fff;
	}
	.gnav ul {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 2px;
	}
	.gnav ul li {
		width: calc(50% - 1px);
	}
	.gnav ul li a {
		padding: 20px 10px;
		font-size: 1.4rem;
	}
	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		margin: 15px var(--mymainback-margin-side) 0;
	}
	#mainimg_box .site_name {
		position: static;
		font-size: 1.8rem;
		background: #251e1c;
		background: var(--site-color-text);
		color: #fff;
		text-shadow: none;
		padding: 5px 20px;
	}
	#mainimg_box .site_name.noimage {
		background: #f6f6f6;
		color: #251e1c;
		color: var(--site-color-text);
		text-shadow: none;
		padding: 20px;
	}
	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: var(--mymainback-margin-top) var(--mymainback-margin-side);
	}
	.link_to_subsitemenu a {
		display: block;
		font-size: 1.5rem;
		font-size: var(--fontsize-main-small);
		border: 1px solid #251e1c;
		border: 1px solid var(--site-color-text);
		border-radius: 5px;
		background: #eee;
		color: #251e1c;
		color: var(--site-color-text);
		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: 0;
		height: 0;
		border: 7px solid transparent;
		border-bottom-width: 0;
		border-top-width: 9px;
		border-top-color: #251e1c;
		border-top-color: var(--site-color-text);
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.color_change .link_to_subsitemenu a span::before {
		border-top-color: #fff;
	}
	/* ========== フッタ ========== */
	/* フッタ */
	#author_info_box {
		width: auto;
		margin: 0;
		padding: 40px 20px 160px;
	}
	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 40px;
	}
	#btn_pagetop.fixed {
		bottom: 70px;
	}
	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}
	/* サブサイト共通フッタ */
	.site_footer_link {
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 10px;
		width: 100%;
		padding: 20px;
	}
	.site_footer_link li {
		-webkit-flex: auto;
		        flex: auto;
		width: calc(50% - 25px);
	}
	.site_footer_link a {
		min-height: 5rem;
		font-size: 1.4rem;
	}
	.site_footer_nav {
		display: none;
	}
	/* ========== パンくず / 足あと ========== */
	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin-left: var(--mymainback-margin-side);
		margin-right: var(--mymainback-margin-side);
	}
	.pankuzu, #footstep {
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current, #footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: -1px;
	}
	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}
	/* ========== 見出し ========== */
	/* 見出し */
	#main_header {
		margin-bottom: 10px;
	}
	#main_header h1 {
		padding: 5px 0 5px 10px;
		border-left-width: 8px;
		font-size: 1.9rem;
	}
	#main_header h1.list2_ttl {
		padding: 11px 20px 10px;
		font-size: 2.4rem;
	}
	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}
	#main_body h3 {
		padding: 11px 0;
		font-size: 1.9rem;
	}
	#main_body h4 {
		padding: 7px 20px;
		font-size: 1.8rem;
	}
	#main_body h5 {
		padding: 5px 20px;
		font-size: 1.7rem;
	}
	#main_body h6 {
		padding: 3px 20px;
		font-size: 1.6rem;
	}
	#main_body .detail_writing {
		padding: 0 20px;
	}
	.sw_large_table.sp_button {
		margin-bottom: 20px;
	}
	/* ========== メイン ========== */
	/* メイン */
	#mymainback {
		padding: 20px;
	}
	.info_list1 {
		padding: 10px;
		border-radius: 16px;
	}
	.info_list1 li {
		padding: 10px;
	}
	.info_list2 {
		margin-top: 20px;
	}
	.info_list2 ul {
		gap: 20px;
		padding: 0 20px;
	}
	.info_list2 ul li {
		width: 100%;
	}
	.info_list2 ul a {
		padding: 10px;
	}
	/* 印刷 */
	#content_header > span.link_print, #print_mode_link, #print_mode_link_large {
		display: none !important;
	}
	/* SNSボタン */
	/* PDF・WMPリンク */
	.pdf_download, .wmplayer_download {
		display: block;
		width: auto;
	}
	.pdf_download .pdf_img, .wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0 0;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	/* 評価エリア */
	#hyouka_area_box {
		padding: 30px 20px;
	}
	#hyouka_area_box h2, #main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#hyouka_area_box .hyouka_box_detail {
		font-size: 1.5rem;
		font-size: var(--fontsize-main-small, 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 10px 0;
	}
	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: 1.5rem;
		font-size: var(--fontsize-main-small);
	}
	/* お問い合わせ先 */
	#section_footer {
		padding: 30px 20px;
	}
	#section_footer h2, #main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	/* ========== サイド ========== */
	/* サイドバー */
	#sidebar1, #sidebar2 {
		margin-top: 40px;
	}
	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}
	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}
	.subsite_menu_list ul {
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0;
		padding: 10px 0;
		border-bottom: 1px solid #ab563e;
		border-bottom: 1px solid var(--color-secondary);
	}
	.subsite_menu_list div.link_ichiran {
		padding: 0 30px 30px;
	}
	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}
	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		margin: -18px -20px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px; /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open_white.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}
	.subsite_menu summary:only-child .tti_icon, .subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}
	/* ========== リスト ========== */
	/* リスト（一覧） */
	.info_list ul {
		list-style: none;
	}
	.info_list ul li {
		padding: 15px 20px;
	}
	.info_list ul li a {
		display: block;
		background: url("/img/sp/arrow_r_red.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}
	/* リスト（日付） */
	.info_list.info_list_date ul li {
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span {
		display: block;
	}
	.info_list.info_list_date ul li > span.article_date {
		width: auto;
		padding-top: 0;
	}
	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0 !important;
		text-decoration: underline !important;
	}
	/* リスト（サムネイル） */
	.list_pack {
		padding-top: 0;
		padding-bottom: 0;
	}
	.list_pack .article_img {
		width: 120px;
	}
}
@media screen and (max-width: 370px) {
	/* var() 関数 */
	:root {
		/* 本文（ #main ） */
		--fontsize-detail: 1.4rem;
		/* 本文の一段階小さいフォントサイズ（日付など） */
		--fontsize-detail-small: 1.3rem;
		/* #mymainbackの左右余白 */
		--mymainback-margin-side: 10px;
	}
	/* var() 関数 ここまで */
	/* 評価エリア */
	#hyouka_area_box h2, #main_body #hyouka_area_box h2 {
		font-size: 1.6rem;
	}
	/* お問い合わせ先 */
	#section_footer h2, #main_body #section_footer h2 {
		font-size: 1.6rem;
	}
	/* レコメンド・AIレコメンド */
	#recommend_title h2, #ai_recommend_title h2 {
		font-size: 1.4rem;
	}
	/* リスト（サムネイル） */
	.list_pack .article_img {
		width: 100px;
	}
}
/* ==================================================
スマートフォン ここまで
================================================== */