@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: 0em;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: 0.05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0.1em;

	/* フォントファミリー */
	--fontfamily-normal: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;

}
/* var() 関数 ここまで */


/* ========== レイアウト ========== */

/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-width, 1080px);
	background-color: #fff3f3;
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback {
	clear: both;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	width: var(--content-width, 1080px);
	height: auto;
	margin: 0px auto 50px;
	padding: 0px;
	background-color: #fff;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
			order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}
#mymainback_bg {
	background-color:#fff;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
			order: 10;
	width: var(--sidebar1-width, 300px);
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
			order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0px;
	padding: 0px;
}

.tpl_side1 #main {
	width: calc(100% - var(--sidebar1-width, 300px));
}
.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - var(--sidebar2-width, 300px));
}
.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - var(--sidebar1-width, 300px) - var(--sidebar2-width, 300px));
}
.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: var(--fontfamily-normal, sans-serif);
	font-size: var(--fontsize-main, 1.6rem);
	line-height: var(--lineheight-main, 1.5);
	letter-spacing: var(--letterspacing-main, 0em);
	overflow-wrap: break-word;
}

#main {
	font-size: var(--fontsize-detail, 1.8rem);
	line-height: var(--lineheight-detail, 1.75);
	letter-spacing: var(--letterspacing-detail, 0.05em);
}

h1, h2, h3, h4, h5, h6, strong,
.subsite_menu_ttl,
.site_name {
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	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: #333333;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333333;
	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;
}

/* レスポンシブアコーディオン用 */
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;
}

/* ヘッダ */
#header {
	position:sticky;
	top: 0;
	z-index: 90
}
#header2 {
	width: 100%;
}
#header2_box {
	width: 1100px;
	margin: 0px auto;
	background-color:#fff;
	padding: 12px 60px 0;
	position: relative;
	border-radius: 0 0 60px 60px;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#he_left {
	position: absolute;
	top: 15px;
    left: 60px;
	z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1, #he_left #logo p {
	margin: 0px;
}
#he_left #logo a {
	pointer-events: auto;
	display: block;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin-left: 180px;
	text-align: right;
}

/* ヘッダメニュー */
.header_nav ul {
	margin: 5px 0 0;
	padding: 0px;
	list-style: none;
	gap: 18px;
	line-height: 1rem;
	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: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.header_nav ul li {
	line-height: 2rem;
}
.header_nav ul li > a,
.header_nav ul li > button {
	display: inline-block;
	border: none;
	font-size: 1.4rem;
	line-height: 2rem;
	text-decoration: none;
	color: #333;
}
.header_nav ul li > a:hover,
.header_nav ul li > button:hover {
	text-decoration: underline;
}
.header_nav ul li.h_main > a {
	padding: 4px 0 0px 24px;
	background: url(/img/sites/ichiho/common/ico-main.png) no-repeat left center;
}
.header_nav ul li.h_lang > button {
	letter-spacing: 0.1em;
	padding: 4px 0 1px 27px;
	background: url(/img/sites/ichiho/common/ico-lang.png) no-repeat left center;
}
.header_nav ul li.h_easy > a {
	padding: 4px 0 1px 27px;
	background: url(/img/sites/ichiho/common/ico-easy.png) no-repeat left center;
}
.header_nav ul li.h_sound > button {
	padding: 4px 0 0 33px;
	background: url(/img/sites/ichiho/common/ico-voice.png) no-repeat left center;
}
.header_nav ul li.h_support > button {
	padding: 4px 0 1px 27px;
	background: url(/img/sites/ichiho/common/ico-hojo.png)no-repeat left center transparent !important;
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}
.h_support.open > button::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background: #b61076;
}
.h_support.open > button::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #b61076;
}

/* アクセシビリティ機能 */
#support_menu_box {
	display: none;
	width: 638px;
	position: absolute;
	top: calc(100% + 18px);
	right: 10px;
	z-index: 100;
	border-radius: 10px;
	background: #b61076;
	padding: 30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.open #support_menu_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
			justify-content: flex-start;
	gap: 30px;
}

#btn_support_menu_close {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -13px;
	right: -13px;
	border-radius: 100%;
	padding: 0;
	text-indent: -999em;
	background: url(/img/sites/ichiho/common/ico-close.png) no-repeat center center #fff;
	color: #333;
	border: none;
}

dl#moji_ruby, dl#moji_size, dl#haikei_color {
	margin: 0;
	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_ruby dt, dl#moji_size dt, dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0px 7px 0px 0px;
	padding: 6px 0px;
	color: #fff;
}
dl#moji_ruby dt {
	margin: 0 3px 0 0;
}
dl#moji_ruby dd, dl#moji_size dd,
dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 3px;
}
dl#moji_ruby dd a, dl#moji_size dd a, dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	padding: 7px 10px;
}
dl#moji_ruby dd a {
	padding: 7px 11px;
}
dl#haikei_color dd a#haikei_white {
	padding: 7px;
	border-color: #cccccc;
	background: #ffffff !important;
	color: #333333 !important;
}
dl#haikei_color dd a#haikei_black {
	padding: 7px;
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}
dl#haikei_color dd a#haikei_blue {
	padding: 7px;
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

.lang_box,
.h_lang button.h_lang_btn.open::before,
.h_sound button.h_sound_btn.open::before {
	background: #b61076;
	color: #ffffff;
}
.h_lang button.h_lang_btn.open::after,
.h_sound button.h_sound_btn.open::after {
	border-top-color: #b61076;
}
.sound_box {
	border-color: #b61076;
}

/********* 検索展開 *********/
#open_search {
	display: block;
	position: fixed;
	right: 0px;
	top: 130px;
	z-index: 100;
	line-height: 1;
	text-align: center;
	background-color: #fff !important;
	border: 1px solid #91427b !important;
	border-right: none !important;
	border-radius: 10px 0px 0px 10px;
	padding: 15px 16px 12px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#open_search img {
	max-width: 100%;
}
dialog#search_dialog[open] {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	border: none;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
		-ms-overflow-style: none;
			scrollbar-width: none;
	background-color: #f8e7f1;
}
.header_search {
	width: 1080px;
	margin: 0 auto;
	background: #fff;
	padding: 56px 60px 49px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.header_search_ttl {
	text-align: center;
	margin: 0 0 80px;
}
.header_search_ttl span {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	letter-spacing: 0.4em;
	padding: 73px 0 0;
	background: url(/img/sites/ichiho/common/ico-search-ttl.png) no-repeat top center;
}
#search_wrap {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}
.header_search hr {
	margin: 0;
	height: 1px;
	background: #cccccc;
	border: none;
}
/* 探し方がわからないときは */
.search_howto {
	text-align: center;
	margin: 40px 0 0;
}
.search_howto a {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #333;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 8px 0 8px 42px;
	background: url(/img/sites/ichiho/common/ico-question.png) no-repeat center left;
}
/* dialogを閉じる */
form[method="dialog"] {
	text-align: center;
	margin: 40px 0 0;
}
form[method="dialog"] .search_close {
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-size: 1.8rem;
	line-height: 1;
	color: #333;
	font-weight: bold;
	padding: 15px 0 17px 72px;
	background: url(/img/sites/ichiho/common/btn-close.png) no-repeat center left transparent !important;
}

/* キーワード検索 */
#top_search_keyword {
	width: calc(100% - 293px);
	margin: 0 50px 40px 0;
}

/* ページID検索 */
#top_search_page_id {
	display: inline-block;
	vertical-align: middle;
	width: 293px;
	text-align: left;
	margin: 0 0 32px;
}

#open_page_id_box .search_ttl {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1 !important;
	font-weight: bold;
	margin: 0 0 16px;
	color: #333333;
	letter-spacing: 0.05em;
	padding: 0 !important;
}
#open_page_id_box .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: 293px;
	border: 1px solid #cf3a83;
	border-radius: 10px;
	-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;
	padding: 0;
	width: calc(100% - 100px);
	height: 58px;
	text-indent: 19px;
	border: none;
	border-radius: 10px 0 0 10px;
	font-size: 1.4rem;
	color: #333;
	letter-spacing: 0.05em;
	outline: none !important;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100px;
	height: 58px;
	border: none;
	border-radius: 0 10px 10px 0;
	background: #cf3a83;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}
#open_page_id_message:empty {
	display: none;
}
#open_page_id_link {
	display: block;
	margin: 14px 0 0;
	text-align: right;
}
#open_page_id_link a {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 8px 0 8px 40px;
	line-height: 1;
	font-size: 1.4rem;
	color: #333;
	letter-spacing: 0.05em;
	background: url(/img/sites/ichiho/common/ico-question.png) no-repeat center left;
}

/* 自由編集項目（メニュー下） */
#free_box_wrap2 {
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
}

/* グローバルメニュー */
.search_menu {
	padding: 49px 0 40px;
}
.search_menu ul {
	margin: 0;
	padding: 0;
	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;
	gap: 20px;
}
.font_size_changed .search_menu ul {
	-webkit-box-align: start;
		-ms-flex-align: start;
				align-items: flex-start;
}
.search_menu ul li {
	width: 215px;
}
.search_menu ul li.menu_bold a {
	border: 2px solid #b61076;
	background-color:#f8e7f1;
}
.search_menu ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
	border: 1px solid #b61076;
	border-radius: 10px;
	padding: 30px 5px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.search_menu ul li a:hover {
	text-decoration: underline;
}

/* グローバルナビ */
#top_search ul {
	margin: 0;
	padding: 13px 0 0 0;
	list-style: none;
	gap: 0 10px;
	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;
}
#top_search ul li {
	padding:0 9px;
}
#top_search ul li:nth-child(3) {
	margin-right: 9px;
}
#top_search ul li a {
	color: #333;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	position:relative;
	margin-bottom: 10px;
    display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#top_search ul li a:after {
	background-color: #b61076;
	bottom: -18px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	width: 100%;
	-webkit-transition: webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
#top_search ul li a:hover {
	color: #b61076;
}
#top_search ul li a:hover:after {
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
}
#top_search ul li.gmenu_btn {
	padding:0;
}
#top_search ul li.gmenu_btn a {
	display: inline-block;
	background: #b61076 url(/img/sites/ichiho/common/ico-gmenu.png) no-repeat center left 20px;
	color:#fff;
	padding:8px 30px 8px 50px;
	border-radius: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#top_search ul li.gmenu_btn a:hover {
	background-color:#a30e6a;
}
#top_search ul li.gmenu_btn a:after {
	display: none;
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* ========== フッタ ========== */
/* フッタ */
#footer {
	background-color: #f9e9b8;
}

/* フッタメニュー */


/* 管理者情報 */
#author_info_box {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 60px 60px;
	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-orient: horizontal;
    -webkit-box-direction: reverse;

        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#author_box {
	margin-right:70px;
}
#author_info div p.f_author {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 32px;
}
#author_info_box .f_contact p {
	margin:0;
}
#author_info_box .f_contact .f_tit {
	color:#b61076;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom:26px;
	border-left:solid 8px #b61076;
	padding-left:10px;
	line-height: 1.2em;
}
.f_contact_group {
	border-top:solid 1px #fff;
	padding-top:28px;
}
#author_info_box .f_contact_list {
	margin:0 0 26px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size:1.4rem;
}
#author_info_box .f_contact_group .f_contact_list {
	margin:0 0 16px;
	line-height: 1.4;
}
#author_info_box .f_contact_list dt {
	color:#b61076;
	font-weight: bold;
	min-width:270px;
	margin-bottom:10px;
}
#author_info_box .f_contact_list dd {
	margin-inline-start: 0px;
}
#author_info_box .f_contact_list dd span {
	display: inline-block;
	margin-right:1em;
}

/* コピーライト */
#copyright {
	background: #fff;
	color:#333;
}
#copyright p {
	width: 1100px;
	margin: 0px auto;
	padding: 30px 0 29px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.05em;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 56px;
	position: fixed;
	right: 10px;
	bottom: -200px;
	z-index: 70;
	background: transparent !important;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#btn_pagetop.fixed {
	bottom: 10px;
}
#btn_pagetop a {
	display: block;
    border-radius: 50em;
    border: solid 2px #fff;
    overflow: hidden;
}
#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: 1100px;
	margin: 0px auto;
	padding-bottom:50px;
}
#site_footer_box {
	padding: 21px 30px;
	border:solid 1px #b61076;
	border-radius: 30px;
}
#site_footer_box p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333333;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	background-color: #fff3f3;
	padding: 20px 0px 6px;
}
#pankuzu_wrap > div {
	width: 1100px;
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.pankuzu, #footstep {
	position: relative;
	padding-left: 6rem;
	font-size: 1.5rem;
	line-height: 1.6;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: 2rem;
	background-color: #fff3f3;
	color: #b61076;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	padding: 0.2rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

#clear_footstep {
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	background: url("/img/sites/ichiho/common/ico-close-pankuzu.png") no-repeat center center;
	color: #333;
	border: none;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin: 0;
	text-align: center;
	background-color: #fff3f3;
}
#main_header h1 {
	width:1100px;
	margin: 0px auto;
	padding: 82px 30px 78px;
	font-size: 3.8rem;
	color: #333333;
	background-image:url("/img/sites/ichiho/common/bg-h1-l.png"),url("/img/sites/ichiho/common/bg-h1-r.png");
	background-repeat: no-repeat;
	background-position: left center,right center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body h2 {
	position: relative;
	padding: 21px 0 20px;
	font-size: 2.6rem;
	line-height: 1.5;
	color: #b61076;
	letter-spacing: 0.1em;
	background: #fff;
}
#main_body h2::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #b61076;
}
#main_body h2 a {
	color: #b61076;
}
#main_body h3 {
	padding: 19px 32px 15px 31px;
	font-size: 2.4rem;
	line-height: 1.5;
	color: #333333;
	letter-spacing: 0.1em;
	background-color: #fff3f3;
	border-left: 4px solid #b61076;
}
#main_body h4 {
	position: relative;
	padding: 11px 30px 11px 26px;
	font-size: 2.2rem;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: #fff;
}
#main_body h4::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #b61076;
}
#main_body h4::after {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	bottom: 0;
	left: 40px;
	background: #cccccc;
	z-index: 1;
}
#main_body h5 {
	padding: 8px 30px 7px 0px;
	font-size: 2rem;
	color: #b61076;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: #fff;
}
#main_body h5 a:link {
	color: #b61076;
}
#main_body h6 {
	padding: 7px 30px 6px 0px;
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background: #fff;
}
#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 30px 0;
}
#main_body .detail_free p:last-child {
	margin: 0;
}

/* テーブル */
#main_body table {
	border-color: #cccccc;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#main_body th {
	background: #f6f6f6;
	color: #333333;
	border-color: #cccccc;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#main_body td {
	background: #fff;
	border-color: #cccccc;
	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;
}

/* ========== メイン ========== */

/* メイン */

/* コンテンツヘッダ */
#content_header {
	text-align: right;
	line-height: 1;
	margin: 40px 0px 30px;
	font-size: 1.5rem;
}
#content_header > span {
	display: inline-block;
	margin-left: 20px;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/sites/ichiho/common/ico-print.png") no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
	vertical-align: top;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 30px 40px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	padding: 4px 0px 5px 35px;
	background: url("/img/sites/ichiho/common/ico-cal.png") no-repeat left center;
}

/* 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 {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.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;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0px 0px;
	padding: 25px 30px 25px;
	background: #fff3f3;
	border-radius: 20px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 14px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: #333;
	font-size: 2rem;
}
#hyouka_area_box h2:after,
#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.4rem;
	line-height: 1;
}
#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin: 0;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 18px;
	padding: 0px;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 0px 5px 0px;
	vertical-align: middle;
	color: #666666;
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #b2b2b2;
	border-radius:50%;
	outline:none;
	background: #eeeeee;
	position: relative;
}
#hyouka_area_box .hyouka_box_detail fieldset span input[type='radio']:before {
	content:'';
	display: block;
	width: 8px;
	height: 8px;
	margin: 2px auto;
	border-radius: 50%;
}
#hyouka_area_box .hyouka_box_detail fieldset span input[type='radio']:checked:before {
	background: #666666;
}
#hyouka_area_submit {
	margin: 12px 0 0;
}
#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid #b61076;
	background: #f9f9fa;
	color: #333;
	margin: 0px;
	padding: 10px;
	font-size: 1.5rem;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	width: 260px;
	letter-spacing: 0.05em;
	border-radius: 50em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 30px 0px 0px;
	padding: 25px 30px;
	border: 1px solid #b61076;
	background: #f9f9fa;
	border-radius: 30px;
}

#section_footer h2,
#main_body #section_footer h2 {
	padding: 0 0 10px;
	margin: 0 0 15px;
	border: none;
	background: none;
	font-size: 2rem;
	color: #333;
}
#section_footer h2:after,
#main_body #section_footer h2:after {
	display: none;
}
#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	font-size: 1.8rem;
	line-height: 1.7;
}
#section_footer_detail span[class*="sf_name"] {
	margin-bottom: 10px;
}
#section_footer_detail.sf_email {
	font-size: 1.8rem;
	line-height: 1.7;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}
#osusume_contents_area .second_osusume {
	margin: 40px 0px 0px;
	padding: 30px;
	background: #f6f6f6;
}
#osusume_contents_area .second_osusume h2,
#osusume_contents_area .second_osusume_ttl {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	background: url("/img/common/icon_osusume.png") no-repeat left center transparent;
	color: inherit;
	font-size: 2rem;
}
#osusume_contents_area .second_osusume ul {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	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;
	gap: 30px;
}
#osusume_contents_area .second_osusume ul li {
	width: 200px;
}
#osusume_contents_area .second_osusume ul li div > span {
	display: block;
}
#osusume_contents_area .second_osusume ul li div > span.osusume_img {
	margin-bottom: 10px;
}
#osusume_contents_area .second_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ========== サイド ========== */

/* サイドバー */
#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 img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* 重要なお知らせ */
#important_noticest_area .second_important {
	background: #fdf2f2;
	padding: 30px 20px;
}
#important_noticest_area .second_important a {
	color: #cc0000;
}

#important_noticest_area .second_important h2,
#important_noticest_area .second_important_ttl {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #cc0000;
	font-size: 2rem;
	text-align: center;
}

#important_noticest_area .second_important ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
#important_noticest_area .second_important ul li:last-child {
	margin-bottom: 0px;
}
#important_noticest_area .second_important ul li > span {
	display: block;
}
#important_noticest_area .second_important ul li > span.article_date {
	font-size: var(--fontsize-main-small, 1.5rem);
}

#important_noticest_area .second_important .link_box {
	margin-top: 20px;
	text-align: right;
}
#important_noticest_area .second_important .link_box > span {
	display: block;
	margin-top: 5px;
}
#important_noticest_area .second_important .link_box > span a {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* カウントダウン */
#count_down_area .count_down_box {
	background: #f6f6f6;
	margin: 0px 0px 15px;
	padding: 20px;
	position: relative;
}
#count_down_area .count_down_box:last-child {
	margin-bottom: 0px;
}

#count_down_area .count_down_box2 {
	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;
}
#count_down_area .count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#count_down_area .count_down_box2 > span.count_img {
	width: 100px;
}
#count_down_area .count_down_box2 > span.count_img > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#count_down_area .count_down_box2 > span.count_txt {
	width: calc(100% - 120px);
}
#count_down_area .count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
#count_down_area .count_down_box2 > span.count_txt > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* カウントダウン クリアボタン */
#count_down_area .count_down_clear {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	background: url("/img/common/icon_clear.png") no-repeat center center #333333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* カウントダウン クリアボタンを使用しない */
#count_down_area .count_down_clear {
	display: none;
}

/* レコメンド・AIレコメンド */
#sidebar_recommend,
#sidebar_ai_recommend {
	background: #fff;
	margin-top:20px;
}
#sidebar_recommend {
	margin-top:50px;
}

#recommend_title,
#ai_recommend_title {
	padding: 28px 10px 26px 30px;
    border-radius: 30px 30px 0 0;
    line-height: 1;
}
#recommend_title {
	background: url("/img/sites/ichiho/common/ico-recommend.png") no-repeat left 30px center #ffffe1;
}
#ai_recommend_title {
	background: url("/img/sites/ichiho/common/ico-recommend-ai.png") no-repeat left 30px center #ffffe1;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0px;
	padding: 0 0 0 45px;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: inline-block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 1px solid #fee8a8;
	padding: 16px 30px;
	line-height: 1.5;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	border-bottom:none;
}

/* 関連リンク */
#kanren_link {
	margin-top:20px;
}
#kanren_link h2 {
	margin: 0;
	padding: 17px 30px 16px 30px;
	background: #fff3f3;
	border-radius: 30px 30px 0 0;
}
#kanren_link ul {
	margin: 0px;
	padding: 15px 20px 0;
	list-style: none;
}
#kanren_link ul li {
	margin-bottom: 5px;
	padding-left: 16px;
	position: relative;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}
#kanren_link ul li:before {
	content:"";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background: #333333;
	border-radius: 100%;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
}
.common_banner_link a > span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}
.common_banner_link .common_banner_mitsukaranai a > span {
	background: url("/img/common/icon_mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link .common_banner_faq a > span {
	background: url("/img/common/icon_faq.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	margin: 0px 0px 10px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu summary {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
	background: #91427b;
	margin: 0px;
	padding: 21.5px 39px;
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 0;
	position: relative;
}
.subsite_menu summary::before {
	content: "";
	position: absolute;
	width: 2px;
	height: calc(100% - 40px);
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	background: #fff;
}
.subsite_menu_ttl a {
	color: inherit;
}
.subsite_menu_list {
	background: #fff;
	border: 1px solid #cccccc;
	border-top: none;
}
.subsite_menu_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subsite_menu_list ul li {
	font-size: 1.6rem;
	line-height: 1.25;
	padding: 19px 20px 18px;
	border-bottom: 1px solid #cccccc;
}
.subsite_menu_list ul li:last-child {
	border-bottom: none;
}
.subsite_menu_list ul li a,
.subsite_menu_list ul li strong {
	display: inline-block;
	line-height: 1.25;
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(/img/sites/edu14/pc/purple_arrow.png)no-repeat top 0.3rem left;
}
.font_size_changed .subsite_menu_list ul li a,
.font_size_changed .subsite_menu_list ul li strong {
	background-position: top 0.5rem left;
}

.subsite_menu_list div.link_ichiran {
	padding: 19px;
	text-align: center;
	border-top: 1px solid #cccccc;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
	font-size: 1.4rem;
	padding: 9px 30px 8px;
	border: 1px solid #cccccc;
	text-decoration: none;
	letter-spacing: 0.05em;
	background: url(/img/sites/edu14/pc/ichiran_arrow.png) no-repeat left 21px center #f6f6f6;
}
.subsite_menu_list ul li a:hover,
.subsite_menu_list div.link_ichiran a:hover {
	text-decoration: underline;
}

/* サブサイト大小メニュー（開閉） */
.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_wrap {
	padding:40px 60px;
}
.info_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:40px;
}
.info_list ul li {
	width: calc(50% - 20px);
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}
.info_list ul li span {
	display: block;
}
.info_list ul li span a {
	min-height:100px;
	position:relative;
	padding: 10px 80px 10px 28px;
	border:solid 2px #b61076;
	border-radius: 30px 30px 0 30px;
	background-color:#fff;
	text-decoration: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.info_list ul li span a:after {
	content:"";
	width:24px;
	height:24px;
	background: url(/img/sites/ichiho/common/ico-arrow-p.png) no-repeat center #f8dbe6;
	border-radius: 50em;
	display: block;
	position:absolute;
	right: 18px;
}
.info_list ul li span a:hover {
	background-color:#fff8f8;
}
/* リスト（日付） */
.info_list_date ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	gap:40px;
}
.info_list_date ul li {
	max-width: 300px;
    width: calc(50% - 20px);
}
.info_list ul li span.article_date {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}


/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	height:100%;
	display: block;
	border: solid 2px #b61076;
    border-radius: 30px 30px 0 30px;
	line-height: 1.6;
	overflow: hidden;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.list_pack .article_txt {
	display: block;
	padding:20px;
	text-align: left;
}
.list_pack .article_txt .article_date {
	display: block;
	color:#b61076;
	font-size:1.4rem;
	font-weight: bold;
	margin-bottom:10px;
}
.list_pack .article_txt .article_title {
	display: block;
	min-height: 5em;
}

.list_pack .article_img {
	display: block;
	width: 100%;
}
.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 300 / 200;
	overflow: hidden;
	background: #f6f6f6;
}
.list_pack .article_img span:empty {
	background: url("/img/sites/ichiho/common/noimage.jpg") 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: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* 検索フォーム */
.keyword_search_box input.search_txt {
	border-color: #cf3a83;
	border-radius: 10px 0px 0px 10px;
}
.keyword_search_box input.search_btn {
	background: #cf3a83;
	color: #ffffff;
	border-radius: 0px 10px 10px 0px;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change .subsite_menu_list div.link_ichiran a,
.color_change form[method="dialog"] .search_close{
	background: none!important;
}
.color_change #hyouka_area_box h2, 
.color_change #main_body #hyouka_area_box h2,
.color_change #section_footer h2, 
.color_change #main_body #section_footer h2,
.color_change dialog .header_search_ttl {
	background: transparent !important;
}
.color_change #support_menu_box {
	outline: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.color_change .subsite_menu_list,
.color_change #recommend_title, 
.color_change #ai_recommend_title {
	border: none;
}
.color_change .header_search,
.color_change #site_footer_box,
.color_change .subsite_menu,
.color_change #sidebar_recommend, 
.color_change #sidebar_ai_recommend,
.color_change #kanren_link,
.color_change #hyouka_area_box {
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.color_change .subsite_menu_list ul li a,
.color_change .subsite_menu_list ul li strong {
	background-image: url(/img/sites/edu14/pc/w_arrow.png);
}
.color_change #mymainback #calendar_button_google a, 
.color_change #mymainback #calendar_button_yahoo a {
	background: url(/img/sites/edu14/pc/color_calendar.png) no-repeat left center !important;
}
.color_change #recommend_title h2 {
	background: url(/img/sites/edu14/pc/color_recommend.png) no-repeat left center !important;
}
.color_change #ai_recommend_title h2 {
	background: url(/img/sites/edu14/pc/color_ai_recommend.png) no-repeat left center !important;
}
.color_change #kanren_link ul li:before,
.color_change .h_support.open > button::before{
	background: #fff!important;
}
.color_change .h_support.open > button::after {
	border-top: 9px solid #fff;
}

/* 黒 */
.color_black #open_search {
	background-color:#333!important;
}
.color_black .info_list ul li span a:after {
	background: url(/img/sites/ichiho/top/ico-arrow-w.png) no-repeat center #333;
}
/* 青 */
.color_blue #open_search {
	background-color:#0000aa!important;
}
.color_blue .info_list ul li span a:after {
	background: url(/img/sites/ichiho/top/ico-arrow-w.png) no-repeat center #0000aa;
}


/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #main_header {
	margin: 0 0 10px;
} 
.view_print_mode #site_footer,
.view_print_mode #open_search {
	display: none;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1100px) {

	/* 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;
	}
	@media screen and (max-width: 370px) {
		:root {
			/* 本文（ #main ） */
			--fontsize-detail: 1.4rem;
			/* 本文の一段階小さいフォントサイズ（日付など） */
			--fontsize-detail-small: 1.3rem;
			/* #mymainbackの左右余白 */
			--mymainback-margin-side: 10px;
		}
	}
	/* var() 関数 ここまで */

	/* ========== レイアウト ========== */

	/* 全体 */
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		-webkit-text-size-adjust: none;
		   -moz-text-size-adjust: none;
			-ms-text-size-adjust: none;
				text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		position: relative;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}

	#main,
	.tpl_side1 #main,
	.tpl_side2 #main,
	.tpl_side1.tpl_side2 #main {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	#main_a,
	.tpl_side1 #main_a,
	.tpl_side2 #main_a,
	.tpl_side1.tpl_side2 #main_a {
		margin: 0px;
		padding: 0px;
	}

	/* サイド */
	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	/* パンくずをフッタ上に表示 */
	#mymainback_bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}
	#mymainback_bg > * {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#mymainback_bg > #pankuzu_wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/* ========== 基本設定 ========== */

	html {
		scroll-padding-top: 0px;
	}

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: var(--fontsize-main, 1.4rem);
	}

	#main {
		font-size: var(--fontsize-detail, 1.5rem);
	}

	/* レスポンシブアコーディオン用 */
	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: 0px;
	}

	/* レスポンシブアコーディオン用（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: 0px;
		pointer-events: none;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		min-height: auto;
		position:static;
	}
	#header2 {
		position: static;
		margin: 0 auto;
		border: none;
		width: auto;
	}
	#header2.fixed {
		position: static;
	}
	#open_search {
		display: none;
	}
	#header2_box {
		width: auto;
		min-height:80px;
		margin: 0;
        padding:15px;
        box-shadow: none;
        border-radius: 0;
	}
	#he_left {
		width: 132px;
		position: static;
	}
	#he_right {
		margin-left: 0px;
		text-align: left;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 999;
		width: 100%;
		background-color: transparent !important;
		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;
	}
	#spm_wrap button {
		display: block;
		width: 21.3vw;
		height: 60px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
		color: #333;
		border-radius: 10px 10px 0 0;
	}

	#spm_wrap button#btn_spm_menu {
		border: 1px solid #b61076;
		border-bottom: none;
		background: url("/img/sites/ichiho/sp/btn-menu.png") no-repeat center center #fff;
	}
	.spm_menu_open #spm_wrap button#btn_spm_menu {
		color: #333;
		background-color: #fff3f3;
		border-color: transparent;
		background-image: url("/img/sites/ichiho/sp/btn-close.png");
	}

	#spm_wrap button#btn_spm_search {
		border: 1px solid #b61076;
		border-bottom: none;
		background: url("/img/sites/ichiho/sp/btn-search.png") no-repeat center center #fff;
	}
	.spm_search_open #spm_wrap button#btn_spm_search {
		background-color: #f8e7f1;
		border-color: transparent;
		background-image: url("/img/sites/ichiho/sp/btn-close.png");
	}
	#spm_wrap a#btn_spm_bosyu,#spm_wrap a#btn_spm_shisetsu {
		width: 21.3vw;
		display: block;
		border: 1px solid #fff3f3;
		border-bottom: none;
		background-repeat: no-repeat;
		background-position: center,right bottom;
		background-color:#b61076;
		color:#fff;
		border-radius: 10px 10px 0 0;
	}
	#spm_wrap a#btn_spm_bosyu {
		background-image: url("/img/sites/ichiho/sp/btn-recruit.png"),url("/img/sites/ichiho/common/ico-gmenu.png");
	}
	#spm_wrap a#btn_spm_shisetsu {
		background-image: url("/img/sites/ichiho/sp/btn-nursery.png"),url("/img/sites/ichiho/common/ico-gmenu.png");
	}
	#spm_wrap a#btn_spm_pagetop {
		width: 14.8vw;
		display: block;
		border: 1px solid #fff3f3;
		background: url("/img/sites/ichiho/common/pagetop.png") no-repeat center;
		border-bottom: none;
		background-color:#333;
		color:#fff;
		border-radius: 10px 10px 0 0;
	}

	/* 閲覧補助（展開） */
	button#btn_spm_support {
		display: block;
		position: absolute;
		top: 47px;
		right: 15px;
		z-index: 99;
		margin: 0px;
		padding: 0px;
		border: none;
		font-size: 1rem;
		font-weight: bold;
		color: #333333;
		background: #fff;
	}
	.spm_support_open button#btn_spm_support {
		top: 40px;
		border: 1px solid #b61076;
		border-bottom: none;
        padding: 0.4rem 14px 0.4rem;
        border-radius: 5px 5px 0 0;
        min-height: 33px;
        line-height: 1.1;
        font-size: 1.4rem;
	}
	.font_size_changed .spm_support_open button#btn_spm_support {
		top: 42px;
	}
	span.support_active {
		display: inline-block;
		padding: 1px 0 1px 22px;
		line-height: 1.3;
		background: url("/img/sites/ichiho/sp/ico-hojo.png")no-repeat center left;
	}
	.spm_support_open span.support_active {
		display: none;
	}
	span.support_close {
		display: none;
		font-size:1.2rem;
		font-weight: normal;
		padding: 0 0 0 22px;
		background: url("/img/sites/ichiho/sp/ico-close.png")no-repeat center left;
	}
	.spm_support_open span.support_close {
		display: inline-block;
	}

	/* ヘッダメニュー */
	.spm_support_open .header_nav > ul {
		gap: 32px 35px;
		border: 1px solid #b61076;
		padding: 33px 10px 10px 20px;
		margin: 0.9rem 0 0.6rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
				justify-content: flex-start;
	}
	@media screen and (max-width: 335px) {
		.spm_support_open .header_nav > ul {
			gap: 32px 20px;
		}
	}
	.header_nav ul {
		margin:0;
	}
	.header_nav ul li.h_main, 
	.header_nav ul li.h_easy, 
	.header_nav ul li.h_sound,
	.header_nav ul li.h_support {
		display: none;
	}
	.spm_support_open .header_nav ul li.h_easy, 
	.spm_support_open .header_nav ul li.h_sound {
		display: inline-block;
		line-height: 1.3;
	}
	.header_nav ul li.h_lang {
		position: absolute;
		top: 15px;
		right: 15px;
		line-height: 1.2;
	}
	/*	文字拡大時  */
	.font_size_changed .header_nav ul li.h_lang {
		top: 5px;
	}
	.header_nav ul li.h_lang > button {
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: 0;
		padding: 2px 0 1px 21px;
		background-size: 14px auto;
	}

	/* アクセシビリティ機能 */
	.spm_support_open .header_nav ul li.h_support {
		display: block;
		width: 100%;
	}
	#btn_support_menu_open,
	#btn_support_menu_close {
		color: #333;
		display: none !important;
	}
	#support_menu_box {
		display: block;
		position: static;
		width: auto;
		background: none;
		padding: 0;
	}
	dl#moji_ruby, dl#moji_size, dl#haikei_color {
		margin: 0 0 20px;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
	}
	dl#moji_ruby dt {
		color: #333;
		margin: 0px 33px 0px 0px;
	}
	dl#moji_size dt {
		color: #333;
		margin: 0px 20px 0px 0px;
	}
	dl#haikei_color dt {
		color: #333;
		margin: 0px 16px 0px 0px;
	}
	dl#moji_ruby dd, dl#moji_size dd, dl#haikei_color dd {
		margin: 0 0 0 4px;
	}
	dl#moji_ruby dd a {
		padding: 7px 9.5px;
	}
	dl#moji_size dd a {
		padding: 7px 8.5px;
	}

	/* 翻訳 */
	.lang_box {
		left: auto;
		right: 0px;
	}

	/* 検索（展開） */
	dialog#search_dialog[open] {
		padding: 40px 15px 100px;
	}
	.header_search {
		width: auto;
		padding: 20px;
	}
	.header_search_ttl {
		margin: 0 0 40px;
	}
	.header_search_ttl span {
		background-size: 36px 30px;
		background-position: top center;
		padding: 40px 0 0;
		letter-spacing: 0.2em;
		font-size: 2.4rem;
	}
	#search_wrap {
		display: block;
		padding: 0;
	}
	.search_howto {
		margin: 45px 0 0;
	}
	.search_howto a {
		padding: 8px 0 8px 40px;
	}
	.header_search hr,
	.search_menu, form[method="dialog"] {
		display: none;
	}


	/* キーワード検索 */
	#top_search_keyword {
		width: 100%;
		margin: 0;
	}

	/* ページID検索 */
	#top_search_page_id {
		width: 100%;
		margin: 40px 0px 0px;
	}
	#open_page_id_box .search_ipt {
		width: auto;
	}
	#open_page_id {
		width: calc(100% - 70px);
		height: 48px;
		text-indent: 16px;
	}
	#open_page_id_submit {
		width: 70px;
		height: 48px;
		font-size: 1.6rem;
	}
	#open_page_id_link {
		margin: 10px 0 0;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 998;
		width: 100%;
		height: 100%;
		background: #fff3f3;
		margin: 0;
		padding: 0;
		overflow-y: auto;
		-ms-scroll-chaining: none;
			overscroll-behavior: none;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.spm_menu_open #top_search {
		display: block;
	}
	#top_search ul {
		display: block;
		padding: 40px 15px 119px;
	}
	#top_search ul li,#top_search ul li.gmenu_btn {
		margin: 0 !important;
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 0.1em;
		padding: 0;
		border-top: 1px solid #91427b;
	}
	#top_search ul li:last-child {
		border-bottom: 1px solid #91427b;
	}
	#top_search ul li a:hover:after {
		content: none;
	}
	#top_search ul li.gmenu_btn a {
		background: none;
		color:#333;
		padding:0;
		border-radius: 0;
	}
	#top_search ul li.gmenu_btn a:hover {
		background-color: transparent;
	}
	#top_search ul li a,#top_search ul li.gmenu_btn a {
		display: block;
		padding: 25px 25px 25px 15px;
		margin-bottom:0;
		background: url("/img/sites/ichiho/sp/ico-arrow.png")no-repeat center right 15px;
		font-size:2rem;
	}

	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: 20px 15px;
	}
	.link_to_subsitemenu a {
		display: block;
		font-size: var(--fontsize-main-small, 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;
	}

	/* ========== フッタ ========== */

	/* ページトップボタン */
	#btn_pagetop {
		display: none;
		width: 40px;
		right: 10px;
	}
	#btn_pagetop.fixed {
		bottom: 80px;
	}

	/* フッタメニュー */
	.footer_navi ul {
		width: auto;
		display: block;
		padding: 20px 0 18px;
		margin: 0 15px;
	}
	.footer_navi ul li {
		text-align: center;
		margin: 0 0 11px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	/* 管理者情報 */
	#author_info_box {
		width:auto;
		padding: 10px 0 60px;
		margin:0 15px;
		display: block;
	}
	#author_info {
		width: auto;
		display: block;
		padding: 50px 0;
		margin: 0;
	}
	#author_box {
		margin:40px 0 0 0;
		text-align: center;
	}
	#author_info div p {
		line-height: 1.8;
		margin: 0;
	}
	#author_info div p.f_author {
		font-size: 1.5rem;
	}
	/* コピーライト	*/
	#copyright p {
		width: auto;
		margin: 0 15px;
		padding: 35px 50px;
		font-size: 1.1rem;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px 15px 20px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
		padding: 20px 0px;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin: 0 15px;
	}
	.pankuzu:first-child .icon_current, #footstep_ttl {
		top: 5px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header h1 {
		padding: 30px 15px;
		font-size: 2.4rem;
		width:100%;
		background-size: auto 90%;
		background-position: left 10px center, right 10px center;
	}
	#main_body h2 {
		padding: 15px 0;
		font-size: 2rem;
	}

	#main_body h3 {
		padding: 14px 20px 13px;
		font-size: 1.9rem;
	}

	#main_body h4 {
		padding: 12px 15px 11px;
		font-size: 1.8rem;
	}

	#main_body h5 {
		padding: 10px 0 9px;
		font-size: 1.7rem;
	}

	#main_body h6 {
		padding: 8px 0;
		font-size: 1.6rem;
	}
	#main_body :where(h2,h3,h4,h5,h6) {
		margin: 20px 0;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 0px 15px 40px;
	}

	/* コンテンツヘッダ */
	#content_header > span {
		display: block;
		margin: 0 0 15px;
	}

	/* コンテンツフッタ */
	#content_footer {
		text-align: center;
	}
	#calendar_button_google, #calendar_button_yahoo {
		margin: 20px 20px 0;
	}
	/* 印刷 */
	#content_header > span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap > *,
	.sdgs-icons > *,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap > * img,
	.sdgs-icons > * img {
		width: 60px;
	}

	/* 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 0px 0px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 25px 20px;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}
	#hyouka_area_box .hyouka_box_detail {
		line-height: inherit;
	}
	#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 0px;
	}
	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 300px;
		font-size: 1.3rem;
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 20px;
	}
	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	#section_footer_detail span {
		font-size: 1.6rem;
	}
	#section_footer_detail span.sf_tel,
	#section_footer_detail span.sf_fax {
		display: block;
	}
	@media screen and (max-width: 355px) {
		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.5rem;
		}
		#section_footer_detail span {
			font-size: 1.4rem;
		}
	}
	

	/* おすすめコンテンツ */
	#osusume_contents_area .second_osusume {
		padding: 30px 20px;
	}
	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}
	#osusume_contents_area .second_osusume ul {
		padding: 0px;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		gap: 20px;
	}
	#osusume_contents_area .second_osusume ul li {
		width: calc(50% - 10px);
		max-width: 200px;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* 重要なお知らせ */
	#important_noticest_area .second_important {}

	#important_noticest_area .second_important h2,
	#important_noticest_area .second_important_ttl {
		font-size: 1.8rem;
	}

	#important_noticest_area .second_important ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#important_noticest_area .second_important ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}
	#important_noticest_area .second_important ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}
	#important_noticest_area .second_important .link_box {
		text-align: center;
	}
	#important_noticest_area .second_important .link_box > span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* レコメンド・AIレコメンド */
	#recommend_title h2, #ai_recommend_title h2 {
		font-size: 1.7rem;
	}

	/* 関連リンク */
	#kanren_link h2 {
		font-size: 1.7rem;
	}


	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		pointer-events: auto;
	}
	.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::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		display: block;
		margin: -21.5px -39px -21.5px -39px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 21.5px 20px 21.5px 39px;  /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 39px;
		background: url("/img/sites/edu14/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sites/edu14/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	/*.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}*/

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.info_list_wrap {
		padding: 20px;
	}
	.info_list ul {
		display: block;
	}
	.info_list ul li {
		padding: 0;
		margin-bottom: 20px;
		font-size: 1.6rem;
		width: 100%;
	}
	/* リスト（日付） */
	.info_list_date ul {
		max-width: 640px;
    	margin: 0 auto;
	}
	.info_list ul li span.article_date {
		font-size: 1.3rem;
	}
	@media screen and (max-width: 640px) {
		.info_list_date ul {
			display: block;
			text-align: center;
		}
		.info_list_date ul li {
			display: inline-block;
			margin-bottom:20px;
			width: 100%;
		}
		.info_list_date ul li:last-child {
			margin-bottom:0px;
		}
	}

	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.list_pack .article_img {
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change #support_menu_box {
		outline: none !important;
	}
	.color_change button#btn_spm_support {
		background: transparent !important;
	}
	.color_change #spm_wrap button#btn_spm_search {
		background-image: url(/img/sites/ichiho/sp/btn-search-w.png);
	}
	.color_change .spm_menu_open #spm_wrap button#btn_spm_menu,
	.color_change .spm_search_open #spm_wrap button#btn_spm_search {
		background-image: url(/img/sites/ichiho/sp/btn-close-w.png);
	}
	.color_change #spm_wrap button#btn_spm_menu {
		background-image: url(/img/sites/ichiho/sp/btn-menu-w.png);
	}
	.color_change #top_search ul li a, .color_change #top_search ul li.gmenu_btn a {
		background-image: url(/img/sites/ichiho/sp/ico-arrow-w.png);
	}

	/* 黒 */
	.color_black .spm_support_open button#btn_spm_support {
		background: #333333 !important;
	}
	.color_black #spm_wrap a {
		background-color: #333333 !important;
	}
	/* 青 */
	.color_blue .spm_support_open button#btn_spm_support {
		background: #0000aa !important;
	}
	.color_blue #spm_wrap a {
		background-color: #0000aa !important;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */