@charset "utf-8";

@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper{
		min-width: 800px;
	}
}

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link {
	color: #003d93;
}
a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-size: 112.5%;
}

img {
	max-width: 100%;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #2f6033;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #c6153f;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#fce8e9; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#fff9d7; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#e9e9e9; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #FFFFFF;
}

.format_free .wrap_col_rgt_navi {
	width: 240px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 12px 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: #FFFFFF;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 288px;
	/* デザインによって変更 */
}


/* header
================================================== */

#tmp_header {
	padding: 0;
	min-height: 46px;
}
#tmp_header > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px 21px;
}
#tmp_header > .container::before,
#tmp_header > .container::after {
	content: none;
}
#tmp_header .tmp_site_name {
	display: flex;
	align-items: center;
	line-height: 1.4;
	font-size: 95%;
	font-weight: 600;
}

#tmp_header .mean_wrap {
	display: contents;
}

#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a {
	display: block;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_hlogo {
	margin: 0px 0 0 -20px;
}

#tmp_hlogo h1 span {
	line-height: 1;
}

#tmp_hnavi_s {
	display: block;
	position: static;
}
#tmp_hnavi_s > ul {
	display: flex;
	gap: 10px;
	list-style: none;
	position: relative;
}
#tmp_hnavi_s .nav_setting a,
#tmp_hnavi_s .nav_flang a,
#tmp_sma_mmenu .setting_list a {
	display: inline-block;
	font-size: 89%;
	font-weight: 500;
	text-decoration: none;
    color: #222222;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 22px;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
    z-index: 1;
}
#tmp_hnavi_s .nav_setting a::before,
#tmp_hnavi_s .nav_flang a::before,
#tmp_sma_mmenu .setting_list a::before {
    display: block;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 3px solid #1db397;
	color: inherit;
    border-radius: 22px;
    transition-duration: 0.3s;
    position: absolute;
    inset: -1px;
	opacity: 0;
    z-index: -1;
}
#tmp_hnavi_s .nav_setting a::after,
#tmp_hnavi_s .nav_flang a::after {
    display: block;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
	color: inherit;
    background-color: transparent;
    border-radius: 22px;
    transition-duration: 0.3s;
    position: absolute;
    inset: -1px;
    z-index: -1;
}
#tmp_hnavi_s .nav_setting a:hover,
#tmp_hnavi_s .nav_flang a:hover,
#tmp_hnavi_s .nav_setting a:focus,
#tmp_hnavi_s .nav_flang a:focus {
    background-color: #f0fcf9;
	text-decoration: underline;
}
#tmp_hnavi_s .nav_setting a:hover::before,
#tmp_hnavi_s .nav_flang a:hover::before,
#tmp_hnavi_s .nav_setting a:focus::before,
#tmp_hnavi_s .nav_flang a:focus::before {
	opacity: 1;
}

/* ホームページリンク */
#tmp_hnavi_s .nav_site_link {
	width: 100%;
	margin-bottom: 10px;
}
#tmp_hnavi_s .nav_site_link a {
	display: block;
	width: 100%;
    padding: 9px 20px;
    border-radius: 8px;
	font-size: 89%;
	font-weight: 500;
	text-decoration: none;
    color: #222222;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
    z-index: 1;
}
#tmp_hnavi_s .nav_site_link a span {
	padding: 0 0 0 35px;
	color: inherit;
    background-color: transparent;
    background-image: url("/shared/site_manabi/images/header/header_emblem.gif");
    background-repeat: no-repeat;
    background-position: left center;
}
#tmp_hnavi_s .nav_site_link a::before {
    display: block;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
	color: inherit;
    border: 3px solid #1db397;
    border-radius: 8px;
    transition-duration: 0.3s;
    position: absolute;
    inset: -1px;
	opacity: 0;
    z-index: -1;
}
#tmp_hnavi_s .nav_site_link a:hover,
#tmp_hnavi_s .nav_site_link a:focus {
    background-color: #f0fcf9;
	text-decoration: underline;
}
#tmp_hnavi_s .nav_site_link a:hover::before,
#tmp_hnavi_s .nav_site_link a:focus::before {
	opacity: 1;
}

/* 閲覧補助 */
#tmp_hnavi_s .nav_setting > a {
    padding: 12px 18px 10px 32px;
	width: 130px;
    border-radius: 22px;
}
#tmp_hnavi_s .nav_setting > a::after {
    background-image: url("/shared/site_manabi/images/icon/icon_setting.gif");
    background-repeat: no-repeat;
	background-size: auto 17px;
	background-position: left 20px center;
}
#tmp_hnavi_s .nav_setting a.active {
	text-decoration: none;
	z-index: 888;
    background-color: #f0fcf9;
    border-top: 2px solid #137563;
	border-left: 2px solid #137563;
	border-right: 2px solid #137563;
	border-bottom: none;
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#tmp_hnavi_s .nav_setting > a.active::after {
    background-image: url("/shared/site_manabi/images/icon/icon_close_gr.png");
    background-repeat: no-repeat;
	background-size: auto 12px;
	background-position: left 26px center;
}
#tmp_hnavi_s .nav_setting a.active:hover::before,
#tmp_hnavi_s .nav_setting a.active:focus::before {
	opacity: 0;
}

#tmp_sma_mmenu {
	width: 720px;
	border-radius: 8px;
	color: inherit;
	background-color: #f0fcf9;
	border: 2px solid #137563;
	top: calc(100% - 2px);
	right: 0;
}
#tmp_sma_mmenu .container {
	padding: 30px 30px 27px;
}
#tmp_hnavi_s .close_btn a {
    display: block;
	margin: 0 10px 10px;
    padding: 10px 10px 10px 14px;
    background-color: #137563;
    width: calc(100% - 20px);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
#tmp_hnavi_s .close_btn a:hover,
#tmp_hnavi_s .close_btn a:focus {
    background-color: #137563;
}
#tmp_hnavi_s .close_btn a::before,
#tmp_hnavi_s .close_btn a::after {
	content: none;
}
#tmp_hnavi_s .setting_list {
	display: flex;
	list-style: none;
	position: relative;
}
#tmp_hnavi_s .setting_list li:not(:last-child) {
	margin-right: 20px;
}
#tmp_sma_mmenu .setting_list a {
	display: block;
	width: 100%;
    padding: 11px 30px 11px 24px;
    border-radius: 22px;
	font-size: 89%;
	font-weight: 500;
	text-decoration: none;
    color: #222222;
	background-color: transparent;
    border: none;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
    z-index: 1;
}
#tmp_sma_mmenu .setting_list .setting_fsize a {
	padding: 11px 32px 11px 18px;
}
#tmp_sma_mmenu .setting_list .setting_void a {
	padding: 11px 32px 11px 26px;
}
#tmp_sma_mmenu .setting_list .setting_furi a {
	padding: 11px 27px 11px 56px;
}
#tmp_sma_mmenu .setting_list .setting_furi a::after {
    background-image: url("/shared/site_manabi/images/icon/furigana_icon.png");
	background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: left 31px top 12px;
}
#tmp_sma_mmenu .setting_list a span {
	padding: 0 0 0 31px;
	white-space: nowrap;
	color: inherit;
	background-size: auto 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
}
#tmp_sma_mmenu .setting_list .setting_void a span {
	padding: 0 0 0 26px;
}
#tmp_sma_mmenu .setting_list .setting_furi a span {
	padding: 0;
}
#tmp_sma_mmenu .setting_list a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
	color: inherit;
    background-color: #FFFFFF;
    border: 2px solid #cccccc;
    border-radius: 22px;
    transition-duration: 0.3s;
    position: absolute;
    inset: 0;
    z-index: -1;
}
#tmp_sma_mmenu .setting_list a:hover,
#tmp_sma_mmenu .setting_list a:focus {
	text-decoration: underline;
}
#tmp_sma_mmenu .setting_list a:hover::before,
#tmp_sma_mmenu .setting_list a:focus::before {
    border: 1px solid #cccccc;
	color: inherit;
    background-color: #f0fcf9;
}
#tmp_sma_mmenu .setting_list .setting_fsize a span {
	background-image: url("/shared/site_manabi/images/icon/fsize_icon.png");
}
#tmp_sma_mmenu .setting_list .setting_void a span {
	background-image: url("/shared/site_manabi/images/icon/hear_icon.png");
}

/* Language */
#tmp_hnavi_s .nav_flang a {
    padding: 11px 19px 11px 45px;
    border-radius: 22px;
}
#tmp_hnavi_s .nav_flang a::after {
    background-image: url("/shared/site_manabi/images/icon/icon_language.gif");
    background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: left 20px center;
}

/* スマホメニュー */
#tmp_sp_menu {
	display: none;
}


/* gnavi
================================================== */

#tmp_gnavi {
	color: #ffffff;
	background-color: #14806d;
}
.gnavi {
	color: inherit;
	clear: both;
}
.gnavi a {
	display: block;
	padding: 17px 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
	border-top: 2px solid #14806d;
	border-bottom: 2px solid #14806d;
}
.gnavi .gnavi_list {
	display: flex;
	list-style: none;
}
.gnavi .gnavi_list .gnavi_item {
	width: 20%;
	border-left: 1px solid #b0e6db;
}
.gnavi .gnavi_list .gnavi_item:last-child {
	border-right: 1px solid #b0e6db;
}
.gnavi .gnavi_list .gnavi_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.gnavi .gnavi_list .gnavi_item a span {
	line-height: 1.2;
	transition: all 0.2s ease-out;
	position: relative;
}
.gnavi .gnavi_list .gnavi_item a:hover span::before,
.gnavi .gnavi_list .gnavi_item a:focus span::before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	color: inherit;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
/* ボタン */
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	background-color: #ffffff;
	color: #222222;
}

/*pnavi*/
.pnavi {
	display: block;
	width: 100%;
}
.pnavi a {
	display: block;
	width: 100%;
	padding: 9px 15px 7px 15px;
	border-top: 3px solid #8ae5cf;
	border-bottom: 3px solid #8ae5cf;
	background-color: #8ae5cf;
	line-height: 1.2;
	text-decoration: none;
	color: #222222;
	transition: all 0.2s ease-out;
}
.pnavi a:hover,
.pnavi a:focus {
	text-decoration: underline;
	color: #222222;
	border-top: 3px solid #1db397;
	border-bottom: 3px solid #1db397;
	background-color: #f0fcf9;
}
.pnavi a span {
	padding-left: 26px;
	font-size: 89%;
	background-image: url("/shared/site_manabi/images/icon/icon_arrow_top_bl.png");
    background-repeat: no-repeat;
	background-size: auto 8px;
    background-position: left 8px top 4px;
}
.pnavi .ptop {
	text-align: center;
}
.no_javascript .pnavi {
	display: block;
}


/* footer
================================================== */
#tmp_footer {
	margin-top: 70px;
}
#tmp_footer .footer_wrap {
	padding: 37px 0 19px 0;
	color: #ffffff;
	background-color: #14806d;
}
#tmp_footer .footer_wrap .container {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}
#tmp_footer .footer_wrap .footer_info {
	padding: 6px 0 0 0;
}
#tmp_footer .footer_wrap .container::before,
#tmp_footer .footer_wrap .container::after {
	content: none;
}
#tmp_footer .footer_wrap .footer_heading {
    display: grid;
    gap: 0 18px;
    grid-template-columns: 70px 1fr;
	margin-bottom: 44px;
}
#tmp_footer .footer_wrap .footer_emblem P {
	line-height: 0;
}
#tmp_footer .footer_wrap .footer_text {
	color: #FFFFFF;
}
#tmp_footer .footer_wrap .footer_text .corporate_soshiki {
	margin-bottom: 8px;
	line-height: 1.2;
	font-size: 133.5%;
	font-weight: 600;
}
#tmp_footer .footer_wrap .footer_text .corporate_number {
	line-height: 1.2;
	font-size: 89%;
	font-weight: 500;
}

/* アドレス */
.footer_address address {
	margin: 0;
	font-style: normal;
	font-weight: 500;
}
.footer_address address p {
	margin: 0 0 6px 0;
	line-height: 1.2;
	color: #FFFFFF;
}
.footer_address address p:last-child {
	margin-bottom: 0;
}

/* ナビゲーション */
.footer_navi {
	max-width: 500px;
}
.footer_navi .fnavi_top {
	padding: 0 0 11px 0;
	border-bottom: 1px solid #b0e6db;
}
.footer_navi .fnavi_top .fnav_text {
	margin: 0 0 7px 0;
	line-height: 1.2;
	letter-spacing: -0.016em;
	color: #FFFFFF;
	font-size: 89%;
	font-weight: 500;
}

.footer_navi .fnavi_top .fnav_link {
	text-align: right;
	letter-spacing: -0.12em;
}
.footer_navi .fnavi_top .fnav_link a {
	padding-left: 19px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url("/shared/site_manabi/images/icon/icon_circle_arrow_right_wh.gif");
	background-repeat: no-repeat;
	background-size: auto 12px;
	background-position: left center;
	transition: all 0.2s ease-out;
}
.footer_navi .fnavi_top .fnav_link a:hover,
.footer_navi .fnavi_top .fnav_link a:focus {
	text-decoration: underline;
}

.footer_navi .fnavi_bottom {
	display: grid;
	grid-template-columns: auto auto;
	gap: 15px 48px;
	padding: 17px 0 0 0;
	list-style: none;
}
.footer_navi .fnavi_bottom a {
	padding-left: 26px;
	text-decoration: none;
	line-height: 1.2;
	color: #FFFFFF;
	background-image: url("/shared/site_manabi/images/icon/icon_circle_arrow_right_wh.gif");
	background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: left center;
	transition: all 0.2s ease-out;
}
.footer_navi .fnavi_bottom a:hover,
.footer_navi .fnavi_bottom a:focus {
	text-decoration: underline;
}


/* コピーライト */
#tmp_footer .copyright_wrap {
	padding: 10px 10px 16px;
	text-align: center;
	color: #ffffff;
	background-color: #14806d;
}
#tmp_footer .copyright_wrap .copyright {
	color: #FFFFFF;
	font-size: 78%;
	font-weight: 500;
}


/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 22px 0 23px;
	font-size:88.9%;
	line-height: 1.6;
}
#tmp_pankuzu p {
	letter-spacing: 0.06em;
	color: #222222;
	background-color: transparent;
}
#tmp_pankuzu a {
	color: #003d93;
	background-color: transparent;
	transition-duration: 0.3s;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus {
	text-decoration: none;
}

/* update
================================================== */
#tmp_wrap_custom_update{
	margin-bottom: 26px;
	text-align: right;
}
#tmp_custom_update{
	display: inline-block;
    vertical-align: middle;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn{
	float: left;
}
#tmp_social_plugins .social_media_btn a{
	display: block;
	line-height: 1;
	min-height: 20px;
	transition: 0.3s ease-in-out opacity;
}
#tmp_social_plugins .social_media_btn img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn:not(:first-of-type){
	margin-left: 16px;
}

#tmp_update {
	vertical-align: top;
	margin-left: 14px;
	font-size: 77.8%;
	line-height: 1.2;
	float: left;
}


/* ==================================================
CMS-function
================================================== */
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 40px 0;
	border-radius: 8px;
	border: 1px solid #b0e6db;
	word-break: break-all;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl{
	padding: 17px 20px 15px;
	background-color: #f0fcf9;
	color:#222222;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	margin-bottom: 0 !important;
	font-size: 122.5%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_inquiry_cnt {
	padding: 21px 20px 9px;
}
#tmp_contents #tmp_inquiry_cnt p {
	margin-bottom: 0;
	line-height: 1.55;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin: 0 0 0.85em 0;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax{
	display: inline-block;
	margin-bottom: 7px;
}
#tmp_inquiry_cnt .inquiry_tel{
	margin-right: 12px;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 22px;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	display: block;
	margin: 0 auto;
	padding: 14px 20px;
	background-color: #ffffff;
	max-width: 100%;
	min-width: 221px;
	box-shadow: 0 2px 3px 0 rgba(96, 103, 120, 0.45);
	border: 1px solid #eaebf1;
	border-radius: 27px;
	font-size: 100%;
	color: #222222;
	font-weight: bold;
	appearance: none;
	cursor: pointer;
}


/* Scroll Table */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 3.5em;
	padding:23px 5px 5px;
	background-image: url("/shared/site_manabi/images/icon/scroll_table_icon.png");
	background-repeat: no-repeat;
	background-size: 75px auto;
	background-position: right 10px top 5px;
	background-color:#F5F5F5;
}
.scroll_table {
	overflow-x:scroll;
}
#tmp_contents .scroll_table table.datatable,
#tmp_contents .scroll_table table.enquete_table {
	margin-bottom: 0;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	color:#222222 !important;
	display:inline-block;
	padding:8px 10px 8px 70px;
	background-image: url("/shared/site_manabi/images/icon/scroll_table_ex.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 46px auto;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 12px;
	min-width:9em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}
.scroll_table_switch a.scroll {
	background-image: url("/shared/site_manabi/images/icon/scroll_table_df.png");
	background-repeat: no-repeat;
	background-size: 46px auto;
	background-position: left 10px center;
	background-color:#FFFFFF;
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
.style_cleaned{
	table-layout: auto!important;
}
.style_cleaned.remove_white_space,
.style_cleaned.remove_white_space *{
	white-space: normal!important;
}
.style_cleaned.remove_width,
.style_cleaned.remove_width *{
	width: auto!important;
}
.style_cleaned.remove_width input,
.style_cleaned.remove_width textarea{
	width: 100%!important;
}
.style_cleaned.remove_min_width,
.style_cleaned.remove_min_width *{
	min-width: auto!important;
}
.style_cleaned.remove_padding_left,
.style_cleaned.remove_padding_left *{
	padding-left: 1px!important;
}
.style_cleaned.remove_padding_right,
.style_cleaned.remove_padding_right *{
	padding-right: 1px!important;
}

/* rnavi
================================================== */
#tmp_rnavi{
	margin-bottom: 35px;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	background-color: #ffffff;
	color: inherit;
	overflow: hidden;
}
#tmp_rnavi_ttl{
	background-color: #14806d;
	font-size: 111.3%;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
}
#tmp_rnavi_ttl p{
	padding: 13px 7px;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -13px -7px;
	padding: 13px 7px 13px 36px;
	background-image: url("/shared/templates/manabi_free/images/icon_circle_arrow_right_wh.png");
	background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: left 14px center;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_cnt .rnavi_links li{
	list-style: none;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_cnt .rnavi_links a {
	display: block;
	padding: 17px 10px 15.5px 35px;
	background-image: url("/shared/templates/manabi_free/images/icon_circle_arrow_right_gr.png");
	background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: left 13px top 20px;
	background-color: #ffffff;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt .rnavi_links li:not(:first-of-type){
	border-top: 1px solid #e5e5e5;
}
#tmp_rnavi_cnt .rnavi_links a:hover,
#tmp_rnavi_cnt .rnavi_links a:focus,
#tmp_rnavi_cnt .rnavi_links .active a{
	background-color: #f0fcf9;
	color: inherit;
}
#tmp_rnavi_ttl a:focus-visible,
#tmp_rnavi_cnt .rnavi_links a:focus-visible{
	outline-offset: -1px;
}

/* cnavi
================================================== */
#tmp_cnavi {
	margin-bottom: 40px;
}
#tmp_cnavi_search .cnavi_wrap {
	margin-bottom: 20px;
}
#tmp_cnavi_ttl {
	margin-bottom: 16px;
	line-height: 1.5;
	font-size: 133.5%;
	font-weight: bold;
}
#tmp_cnavi_ttl p {
	padding-left: 39px;
	background-image: url("/shared/templates/manabi_free/images/icon_search_ttl.png");
	background-repeat: no-repeat;
	background-size: auto 27px;
	background-position: left top 7px;
}
#tmp_cnavi_cnt {
	padding: 14px 10px 10px;
	background-color: #cef2e9;
	border-radius: 16px;
	color: inherit;
}
#tmp_cnavi_cnt .tmp_cnavi_sub_ttl {
	margin-bottom: 13px;
	font-size: 111.3%;
	font-weight: bold;
}
#tmp_cnavi_cnt .cnavi_links li {
	list-style: none;
}
#tmp_cnavi_cnt .cnavi_links a {
	display: flex;
	align-items: center;
	min-height: 65px;
	padding: 11px 5px 8px 11px;
    background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
    border-radius: 12px;
	text-decoration: none;
	color: #222222;
	font-size: 89%;
	font-weight: bold;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    transition-duration: 0.3s;
}
#tmp_cnavi_cnt .cnavi_links a::before {
    display: block;
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid #1db397;
    border-radius: 12px;
    color: inherit;
    transition-duration: 0.3s;
    position: absolute;
    inset: -3px;
	opacity: 0;
    z-index: -1;
}
#tmp_cnavi_cnt .cnavi_links a:hover,
#tmp_cnavi_cnt .cnavi_links a:focus {
    background-color: #f0fcf9;
    text-decoration: underline;
}
#tmp_cnavi_cnt .cnavi_links a:hover::before,
#tmp_cnavi_cnt .cnavi_links a:focus::before {
	opacity: 1;
}
#tmp_cnavi_cnt .cnavi_links .clink_img {
	margin-right: 8px;
}
#tmp_cnavi_cnt .cnavi_links img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	object-position: center;
}
#tmp_cnavi_cnt .cnavi_links .clink_text {
	flex: 1;
}
#tmp_cnavi_cnt .cnavi_links li:not(:last-of-type){
	margin-bottom: 4px;
}

/* area_cnt
================================================== */
#tmp_cnavi .area_cnt {
	padding: 14px 10px 10px 10px;
	background-color: #cef2e9;
	border-radius: 16px;
	color: inherit;
}
.area_cnt .area_ttl {
	margin-bottom: 12px;
	font-size: 111.3%;
	font-weight: bold;
}
.area_cnt .area_map {
	margin-bottom: 14px;
	text-align: center;
}
.area_cnt .area_map img {
	height: auto;
}
.area_cnt .area_map .pc_show {
	display: inline-block;
}
.area_cnt .area_map .sp_show {
	display: none;
}
.area_cnt .area_list {
	display: flex;
	flex-direction: column;
	gap: 4px 0;
	list-style: none;
}
.area_cnt .area_item a {
    display: block;
    padding: 19px 25px 16px 56px;
	letter-spacing: -0.1em;
    text-decoration: none;
    color: #222222;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 99em;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
    z-index: 1;
}
.area_cnt .area_item a:hover,
.area_cnt .area_item a:focus {
    background-color: #f0fcf9;
    text-decoration: underline;
}
.area_cnt .area_item a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    color: inherit;
    background-color: transparent;
    background-image: url("/shared/site_manabi/images/icon/icon_circle_arrow_right_gr.gif");
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: left 30px center;
    border-radius: 99em;
    transition-duration: 0.3s;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.area_cnt .area_item a::before {
    display: block;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 3px solid #1db397;
    border-radius: 99em;
    color: inherit;
    transition-duration: 0.3s;
    position: absolute;
    inset: -1px;
	opacity: 0;
    z-index: -1;
}
.area_cnt .area_item a:hover::before,
.area_cnt .area_item a:focus::before {
	opacity: 1;
}

/* inquiry_cbtn
================================================== */
#tmp_inquiry_link .inquiry_btn a {
	display: flex;
	align-items: center;
	min-height: 70px;
	padding: 10px 10px 7px 13px;
	background-color: #ffffff;
	border: 3px solid #cef2e9;
	border-radius: 12px;
	text-decoration: none;
	color: #222222;
	font-size: 89%;
	font-weight: bold;
	transition-duration: 0.3s;
}
#tmp_inquiry_link .inquiry_btn a:hover,
#tmp_inquiry_link .inquiry_btn a:focus {
	border-color: #1db397;
	text-decoration: underline;
}
#tmp_inquiry_link .inquiry_img {
	margin-right: 11px;
}
#tmp_inquiry_link .inquiry_img img {
	width: 30px;
	height: 26px;
	object-fit: contain;
	object-position: 0 4px;
}
#tmp_inquiry_link .inquiry_dec {
	flex: 1;
}

/* hover
================================================== */
#tmp_social_plugins .social_media_btn img,
#tmp_cnavi_cnt .cnavi_links img{
	transition: opacity 0.3s ease-in-out;
}
#tmp_footer .pnavi a:hover,
#tmp_footer .fnavi a:hover,
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_feedback_cnt .submit input:hover,
#tmp_rnavi_ttl a:hover,
#tmp_print a:hover,
#tmp_hnavi_s > ul > li > a:hover,
#tmp_sma_search .sch_btn input:hover{
	text-decoration: underline;
}
#tmp_social_plugins .social_media_btn a:hover img {
	opacity: 0.7;
}


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 49%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 49%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 32%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 32%;
	float: left;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}

.color_blue #tmp_contents h1,
.color_yellow #tmp_contents h1,
.color_black #tmp_contents h1 {
    border-top-left-radius: 0;
}
.color_blue #tmp_contents h1::before,
.color_yellow #tmp_contents h1::before,
.color_black #tmp_contents h1::before {
    content: none;
}
.color_blue #tmp_contents h1::after,
.color_yellow #tmp_contents h1::after,
.color_black #tmp_contents h1::after {
    content: none;
}
.color_blue #tmp_contents h2::before,
.color_yellow #tmp_contents h2::before,
.color_black #tmp_contents h2::before {
    content: none;
}
.color_blue #tmp_contents h3::before,
.color_yellow #tmp_contents h3::before,
.color_black #tmp_contents h3::before {
    content: none;
}
.color_blue #tmp_contents #tmp_fsize .cs_heading,
.color_blue #tmp_contents #tmp_color .cs_heading,
.color_yellow #tmp_contents #tmp_fsize .cs_heading,
.color_yellow #tmp_contents #tmp_color .cs_heading,
.color_black #tmp_contents #tmp_fsize .cs_heading,
.color_black #tmp_contents #tmp_color .cs_heading {
    border-top-left-radius: 0;
}

/* footer */
.color_blue .footer_navi .fnavi_top .fnav_link a,
.color_yellow .footer_navi .fnavi_top .fnav_link a,
.color_black .footer_navi .fnavi_top .fnav_link a {
	padding-left: 0;
}
.color_blue .footer_navi .fnavi_bottom a,
.color_yellow .footer_navi .fnavi_bottom a,
.color_black .footer_navi .fnavi_bottom a {
	padding-left: 0;
}


/* icon */

.color_blue #tmp_sma_mmenu .setting_list .setting_furi a::after,
.color_yellow #tmp_sma_mmenu .setting_list .setting_furi a::after,
.color_black #tmp_sma_mmenu .setting_list .setting_furi a::after {
	background: transparent;
}
.color_blue #tmp_hnavi_s .nav_setting > a::after,
.color_yellow #tmp_hnavi_s .nav_setting > a::after,
.color_black #tmp_hnavi_s .nav_setting > a::after {
	content: none;
}
.color_blue #tmp_hnavi_s .nav_flang a::after,
.color_yellow #tmp_hnavi_s .nav_flang a::after,
.color_black #tmp_hnavi_s .nav_flang a::after {
	content: none;
}
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}

.color_blue #tmp_cnavi_cnt .cnavi_links .clink_img,
.color_yellow #tmp_cnavi_cnt .cnavi_links .clink_img,
.color_black #tmp_cnavi_cnt .cnavi_links .clink_img {
	display: none;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* lnavi */

.color_blue #tmp_rnavi_cnt .rnavi_links li:first-of-type,
.color_yellow #tmp_rnavi_cnt .rnavi_links li:first-of-type,
.color_black #tmp_rnavi_cnt .rnavi_links li:first-of-type {
	border-top: 1px solid #e5e5e5;
}


/* a / span */

.color_blue #tmp_hnavi_s .nav_site_link a span,
.color_yellow #tmp_hnavi_s .nav_site_link a span,
.color_black #tmp_hnavi_s .nav_site_link a span {
    padding: 0;
}
.color_blue #tmp_hnavi_s .nav_setting > a,
.color_yellow #tmp_hnavi_s .nav_setting > a,
.color_black #tmp_hnavi_s .nav_setting > a {
    padding: 12px 18px 10px;
}
.color_blue #tmp_hnavi_s .nav_flang a,
.color_yellow #tmp_hnavi_s .nav_flang a,
.color_black #tmp_hnavi_s .nav_flang a {
    padding: 11px 19px 11px;
}
.color_blue .area_cnt .area_item a,
.color_yellow .area_cnt .area_item a,
.color_black .area_cnt .area_item a {
    padding: 19px 25px 16px;
}
.color_blue #tmp_rnavi_ttl a,
.color_yellow #tmp_rnavi_ttl a,
.color_black #tmp_rnavi_ttl a {
	padding: 13px 7px 13px;
}
.color_blue #tmp_rnavi_cnt .rnavi_links a,
.color_yellow #tmp_rnavi_cnt .rnavi_links a,
.color_black #tmp_rnavi_cnt .rnavi_links a {
	padding: 17px 10px 15.5px;
}


/* before / after */

.color_blue #tmp_hnavi_s .nav_setting a::before,
.color_blue #tmp_hnavi_s .nav_flang a::before,
.color_blue #tmp_sma_mmenu .setting_list a::before,
.color_yellow #tmp_hnavi_s .nav_setting a::before,
.color_yellow #tmp_hnavi_s .nav_flang a::before,
.color_yellow #tmp_sma_mmenu .setting_list a::before,
.color_black #tmp_hnavi_s .nav_setting a::before,
.color_black #tmp_hnavi_s .nav_flang a::before,
.color_black #tmp_sma_mmenu .setting_list a::before {
    content: none;
}
.color_blue #tmp_hnavi_s .nav_site_link a::before,
.color_yellow #tmp_hnavi_s .nav_site_link a::before,
.color_black #tmp_hnavi_s .nav_site_link a::before {
    content: none;
}
.color_blue #tmp_cnavi_cnt .cnavi_links a::before,
.color_yellow #tmp_cnavi_cnt .cnavi_links a::before,
.color_black #tmp_cnavi_cnt .cnavi_links a::before {
    content: none;
}
.color_blue .area_cnt .area_item a::before,
.color_yellow .area_cnt .area_item a::before,
.color_black .area_cnt .area_item a::before {
    content: none;
}
.color_blue .area_cnt .area_item a::after,
.color_yellow .area_cnt .area_item a::after,
.color_black .area_cnt .area_item a::after {
    content: none;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

@media screen and (min-width : 641px) and (max-width: 1200px) {
	/* gnavi
	================================================== */

	.gnavi a {
		font-size: 89%;
	}
}
@media screen and (min-width : 1001px) and (max-width: 1200px) {
	/* header
	================================================== */

	#tmp_header > .container {
		gap: 0 30px;
	}

	#tmp_header .tmp_site_name {
		font-size: 89%;
	}

	#tmp_hlogo {
		margin: 0px 0 0 -15px;
	}
	#tmp_hlogo img {
		width: auto;
		height: 75px;
		object-fit: contain;
	}

	#tmp_hnavi_s li a {
		font-size: 78%;
	}
	
	/* ホームページリンク */
	#tmp_hnavi_s .nav_site_link a {
		padding: 9px 20px;
		font-size: 78%;
	}
	#tmp_hnavi_s .nav_site_link a span {
		padding: 0 0 0 35px;
	}

	/* 閲覧補助 */
	#tmp_hnavi_s .nav_setting > a {
		padding: 12px 15px 10px 40px;
		min-width: 111px;
	}
	#tmp_hnavi_s .nav_setting > a::after {
		background-position: left 15px center;
	}

	/* Language */
	#tmp_hnavi_s .nav_flang a {
		padding: 11px 19px 11px 45px;
	}
	#tmp_hnavi_s .nav_flang a::after {
		background-position: left 20px center;
	}
}
@media screen and (max-width: 1080px) {
	/* header
	================================================== */
	#tmp_header {
		position: relative;
	}

	#tmp_header .tmp_site_name {
		margin-bottom: 6px;
		letter-spacing: -0.06em;
	}

	#tmp_hlogo {
		margin: 0;
		padding: 12px 0 0 0;
	}
	#tmp_hlogo img {
		width: auto;
		height: 78px;
		object-fit: contain;
	}

	#tmp_header > .container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 4px 4px 21px;
	}

	#tmp_header .mean_wrap {
		display: flex;
		justify-content: space-between;
		gap: 0 20px;
		width: 100%;
	}

	/* gnavi
	================================================== */
	#tmp_gnavi_s .gnavi > ul {
		max-width: 660px;
		margin: 0 auto;
		list-style: none;
	}
	#tmp_gnavi_s .gnavi > ul > li {
		border-top: 1px solid #b0e6db;
	}
	#tmp_gnavi_s .gnavi > ul > li:first-child {
		border-top: none;
	}
}