@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
@import url(/shared/fonts/typesquare_font/ot_hiragino_udsansstdn_w4/OT-HiraginoUDSansStdN-W4.css);
@import url(/shared/fonts/typesquare_font/ot_hiragino_udsansstdn_w5/OT-HiraginoUDSansStdN-W5.css);

/* noto-san */
/* noto-sans-jp-regular - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: url('/shared/fonts/noto-sans-jp-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('/shared/fonts/noto-sans-jp-medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
input,
select,
textarea {
	font-family: 'OT-HiraginoUDSansStdN-W4', 'Noto Sans JP', sans-serif;
}
optgroup,
strong,
b {
	font-family: 'OT-HiraginoUDSansStdN-W5', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #0049ba;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #222222;
}

/* Styles
================================================== */


/* text */

.txt_red {
	color: #ac2929;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #34652C;
	/* 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_yellow,
th.bg_yellow {
    color:inherit;
    background-color:#FBF3DB; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
    color:inherit;
    background-color:#EFF9E6; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
    color:inherit;
    background-color:#F3E9EF; /* デザインによって変更 */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1280px;
	padding-top: 175.391px;
	position: relative;
}
.no_javascript #tmp_wrapper{
	min-width: auto;
}

.model_pc:not(.disp_pc) #tmp_wrapper{
	min-width: auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}
#tmp_lifeguide,
#tmp_lifeguide_top #tmp_lifeguide_hnavi,
.container {
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
#tmp_main {
    padding: 0 0 50px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}

.col_main {
	padding: 0 0 20px;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
}

/* header
================================================== */
.no-fixed .fixed_header #tmp_header_fixed{
	position: absolute!important;
}
@keyframes fixHeader{
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
.no_javascript #tmp_header_fixed{
	position: relative;
}
#tmp_header_fixed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
	z-index: 103;
}
.open_navi #tmp_header_fixed{
	position: fixed;
}
.fixed_header #tmp_header_fixed{
	position: fixed;
	animation: 0.5s ease-in-out fixHeader forwards;
}
.fixed_header_no_animation #tmp_header_fixed{
	animation: none;
}
#tmp_header{
	position: relative;
	background-color: #ffffff;
	color: #222222;
	z-index: 102;
}
#tmp_header .header_inner{
	display: flex;
	flex-flow: row wrap;
	/* padding: 25px 0 24px; */
	padding: 25px 0 18px;
}
/* .has_emergency #tmp_header .header_inner{
	padding-bottom: 18px;
} */
#tmp_hlogo {
	flex-shrink: 0;
	width: 200px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: #ffffff url(/shared/site_rn2025/images/icon/hlogo.png) no-repeat;
    background-size: 100% auto;
	width: 184px;
	height: 64px;
	color: inherit;
}
#tmp_hlogo a {
	display: block;
	width: 184px;
	height: 64px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	display: block;
	width: 184px;
	height: 62px;
	z-index: -1;
	overflow: hidden;
}
#tmp_hnavi_s{
	position: static;
	display: flex;
	justify-content: flex-end;
	flex: 1 auto;
	padding: 5px 0 0 10px;
	text-align: left;
	z-index: 98;
}
#tmp_hnavi_s > ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 16px;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	position: relative;
	display: block;
	padding: 9px 14px 14px 12px;
	background-color: #f8f8f8;
	min-width: 145px;
	border: 1px solid #9b9b9b;
	border-radius: 27px;
	font-size: 88.9%;
	color: inherit;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
#tmp_hnavi_s > ul > li > a:before{
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border: 2px solid #222222;
	border-radius: 27px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: -1;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	padding: 4px 0 4px 30px;
	background-color: transparent;
	background-position: 0 6px;
	background-repeat: no-repeat;
	word-break: break-word;
}
/* lmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	padding: 11px 24px 12px 21px;
	background-color: #ffecec;
	border-color: #af0202;
	color: #af0202;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a:before{
	border-color: #af0202;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a > span{
	padding-left: 26px;
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_warning00.png);
	background-position: 0 4px;
}
/* mmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu{
	margin-right: -1px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a{
	padding: 11px 23px 12px 25px;
	min-width: 190px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span{
	padding-left: 28px;
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_setting.png);
	background-position: 0 4px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active{
	padding-top: 9px;
}
/* rmenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a{
	min-width: 205px;
	padding: 9px 18px 14px 19px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_foreign.png);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active{
	padding: 10px 14px 10px 14px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu span.txt > span > br,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu span.txt > br{
	display: none;
}
/* smenu */
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a{
	padding: 10px 18px;
	background-color: #222222;
	min-width: 200px;
	border-color: #222222;
	font-size: 100%;
	color: #ffffff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:focus-visible > span{
	text-decoration: underline;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a > span{
	padding-left: 29px;
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_search00.png);
	background-position: 0 5px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:hover{
	background-color: #f8f8f8;
	color: #222222;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:hover > span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_search00_hv.png);
	background-position: 0 8px;
}
/* active */
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active{
	background-color: #ffffff;
	font-size: 100%;
	color: #222222;
}
#tmp_hnavi_s > ul > li > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a:hover,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:hover{
	border-color: transparent;
}
#tmp_hnavi_s > ul > li > a:hover:before,
#tmp_hnavi_s > ul > li > a.active:before{
	opacity: 1;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active > span,
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span,
#tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active > span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_close18.png);
	background-position: 0 10px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span{
	background-position: 0 8px;
	padding-left: 26px;
}
/* rmenu
================================================== */
#tmp_sma_mmenu .setting_list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
	gap: 16px 0;
}
#tmp_sma_mmenu .setting_list li{
	padding: 0 15px;
	width: 33.333333%;
	line-height: 1.3;
	list-style: none;
}
#tmp_sma_mmenu .setting_list a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 10px 8px 24px;
	background-color: #f2eaef;
	height: 100%;
	min-height: 80px;
	color: #222222;
	text-decoration: none;
}
#tmp_sma_mmenu .setting_list a > span{
	display: inline-block;
	padding: 4px 0 4px 27px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	min-height: 26px;
}
#tmp_sma_mmenu .setting_fsize span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_setting00.png);
}
#tmp_sma_mmenu .setting_void span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_setting01.png);
}
#tmp_sma_mmenu .setting_furi a > span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_setting02.png);
}
#tmp_sma_mmenu .setting_furi a > span:first-child{
	flex-shrink: 1;
	margin-right: -14px;
}
#tmp_sma_mmenu .setting_furi a > span.easyjp_status{
	display: flex;
	gap: 0 2px;
	min-height: auto;
	background: transparent;
	padding: 5px 0;
	margin-left: 27px;
}
#tmp_sma_mmenu .setting_furi span.easyjp_status > span{
	display: inline-block;
	text-align: center;
	min-width: 63px;
	min-height: 32px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #ac9da6;
	padding: 3px 3px 3px;
}
.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_on,
#tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #ffacd7;
}
.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #ffffff;
}
#tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_on{
	border-radius: 16px 0 0 16px;
}
#tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	border-radius: 0 16px 16px 0;
	padding-left: 0;
    padding-right: 9px;
}
/* mmenu
================================================== */
#tmp_header #tmp_sma_rmenu .menu_inner{
	padding-bottom: 33px;
}
#tmp_sma_rmenu .foreign_main{
	margin: 0 -15px;
}
#tmp_sma_rmenu .foreign_banner{
	float: left;
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 33px;
}
#tmp_sma_rmenu .foreign_banner a{
	display: block;
	box-shadow: 2px 3px 20px 0 rgba(114, 54, 86, 0.3);
	transition: box-shadow 0.3s ease-in-out;
}
#tmp_sma_rmenu .foreign_banner a{
	text-decoration: none;
	background: url(/shared/site_rn2025/images/icon/navi_foreign.jpg) no-repeat left top;
    background-size: 100% auto;
	padding-top: 50%;
}
#tmp_sma_rmenu .foreign_banner a span{
	position: relative;
    display: block;
	width: 0;
	height: 0;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_sma_rmenu .lang_list li{
	float: left;
	margin-bottom: 30px;
	width: 33.33%;
	padding: 0 15px;
	list-style: none;
}
#tmp_sma_rmenu .lang_list li:nth-child(1),
#tmp_sma_rmenu .lang_list li:nth-child(2),
#tmp_sma_rmenu .lang_list li:nth-child(3),
#tmp_sma_rmenu .lang_list li:nth-child(4){
	width: 33.33%;
}
#tmp_sma_rmenu .lang_list li:nth-child(3n+5){
    clear: left;
}
#tmp_sma_rmenu .lang_list li:nth-child(3n+7){
    clear: right;
}
#tmp_sma_rmenu .lang_list li:nth-child(4){
	margin-bottom: 39px;
}
#tmp_sma_rmenu .lang_list a{
	display: block;
	padding: 27px 30px 28px 51px;
	background: #f2eaef url(/shared/site_rn2025/images/icon/arrow_link16.png) no-repeat 29px 32px;
	height: 100%;
	color: #222222;
	letter-spacing: 0.05em;
	word-break: break-word;
	text-decoration: none;
}
#tmp_sma_rmenu .btn_show_more{
	margin-top: 0;
}
#tmp_sma_rmenu .btn_show_more:not(.hide){
	margin: 19px 15px 0;
    padding-bottom: 22px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #bc1d71), color-stop(33.33%, #ffffff));
	background-image: -moz-linear-gradient(left, #bc1d71 33.33%, #ffffff 33.33%);
	background-image: -o-linear-gradient(left, #bc1d71 33.33%, #ffffff 33.33%);
	background-image: linear-gradient(90deg, #bc1d71 33.33%, #ffffff 33.33%);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 3px 1px;
}
#tmp_sma_rmenu .read_more_btn{
	display: flex;
	justify-content: center;
}
#tmp_sma_rmenu .read_more_btn a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 540px;
	min-height: 80px;
	padding: 10px 10px 26px 19px;
	color: #222222;
	background-color: #f2eaef;
	border-radius: 39px;
	margin: 30px 0 28px;
}
#tmp_sma_rmenu .read_more_btn a > span{
	display: inline-block;
	color: inherit;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link16.png) no-repeat left bottom 3px;
	padding-left: 23px;
}
#tmp_sma_rmenu .read_more_btn a ruby rt{
	font-size: 77.8%;
}
#tmp_sma_rmenu .read_more_btn a > span > br{
	display: none;
}
/* smenu
================================================== */
#tmp_sma_smenu{
	display: none;
}
#tmp_header #tmp_sma_smenu .menu_inner{
	padding-bottom: 51px;
}

/* search form [cogmo] */
#tmp_header_wrap #cogmo-search-form1 {
    width: 100%;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area {
    padding: 0;
    background: #ffffff;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-inner {
    padding-right: 0;
    padding-left: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area.cgm-form1 {
    display: inline;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-inner.cgm-form1 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-group {
    grid-column: auto;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-wrap {
    border: 1px solid #222222;
    border-radius: 0;
    background: #fff;
    color: #222222;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-wrap .cgm-search-input-area::before {
    left: 24px;
    width: 30px;
    height: 30px;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_search01.png) no-repeat center center;
    background-size: 30px 30px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-container {
    display: inline;
    grid-template-columns: auto;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area textarea {
    padding: 18px 52px 13px 72px;
    background-color: #ffffff;
    height: 64px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area textarea::placeholder {
    color: #222222;
	opacity: 1;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area .cgm-clear-input-button::before {
    width: 24px;
    height: 24px;
  background: url(/shared/cogmo/images/ico_clear.svg) no-repeat left top;
    background-size: 100% 100%;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area button {
    padding-top: 0;
	display: none;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button {
    background: #222222;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-size: 115%;
    border: 1px solid #222222;
    border-left-width: 2px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover {
    opacity: 1;
	background-color: #f8f8f8;
    border: 1px solid #222222;
    border-left-width: 2px;
	color: #222222;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:focus {
	text-decoration: underline;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button::before {
    display: none;
}

/* search result [cogmo] */
#cogmo-search .cgm-search-form-area {
	max-width: 960px;
	margin: 0 auto;
    padding: 0 40px;
    background: #ffffff;
}
#cogmo-search .cgm-gpt-result-area,
#cogmo-search .cgm-gpt-result-title,
#cogmo-search .cgm-gpt-copy-button{
	background: #f2eaef;
}
#cogmo-search .cgm-search-form-area .cgm-search-inner {
    padding-right: 0;
    padding-left: 0;
}
#cogmo-search .cgm-search-form-area.cgm-form1 {
    display: inline;
}
#cogmo-search .cgm-search-form-area .cgm-search-inner.cgm-form1 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
#cogmo-search .cgm-search-form-area .cgm-search-form-group {
    grid-column: auto;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-wrap {
    border: 1px solid #222222;
    border-radius: 0;
    background: #ffffff;
    color: #222222;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-wrap .cgm-search-input-area::before {
    left: 24px;
    width: 30px;
    height: 30px;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_search01.png) no-repeat center center;
    background-size: 30px 30px;
}
#cogmo-search .cgm-search-form-area .cgm-search-form-container {
    display: inline;
    grid-template-columns: auto;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-area textarea {
    padding: 18px 52px 13px 72px;
    background-color: #ffffff;
    height: 64px;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-area textarea::placeholder {
    color: #222222;
	opacity: 1;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-area button {
    padding-top: 0;
	display: none;
}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button {
    background: #222222;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-size: 115%;
    border: 1px solid #222222;
    border-left-width: 2px;
}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover {
    opacity: 1;
	background-color: #f8f8f8;
    border: 1px solid #222222;
    border-left-width: 2px;
	color: #222222;
}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button:focus {
	text-decoration: underline;
}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button::before {
    display: none;
}
#cogmo-search .cgm-search-result-body em{
	color: #2c7887;
}
#cogmo-search .cgm-search-result-area .cgm-search-result-title a,
#cogmo-search .cgm-search-result-area .cgm-search-result-url a {
	text-decoration: underline;
}
#cogmo-search .cgm-search-result-area .cgm-search-result-title a:hover,
#cogmo-search .cgm-search-result-area .cgm-search-result-title a:focus,
#cogmo-search .cgm-search-result-area .cgm-search-result-url a:hover,
#cogmo-search .cgm-search-result-area .cgm-search-result-url a:focus {
	text-decoration: none;
}
#cogmo-search .cgm-fetch-more-button-area button {
	/* background: #148560; */
	background: #000000;
}

/* search form */
#tmp_header_wrap .findinfo_search{
	display: flex;
	gap: 28px;
	margin-bottom: 35px;
}
#tmp_header_wrap .findinfo_search_blog{
	width: 50%;
}
#tmp_header_wrap .findinfo_search .search_form{
	margin-bottom: 31px;
}
#tmp_header_wrap .findinfo_search .wrap_sch_box{
	position: relative;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 11px;
}
#tmp_header_wrap .findinfo_search .sch_ttl{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 58px;
}
#tmp_header_wrap .findinfo_search .sch_ttl label{
	display: block;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_search01.png) no-repeat 24px center;
	width: 100%;
	height: 100%;
	color: inherit;
	cursor: pointer;
	text-indent: -9999px;
}
#tmp_header_wrap .findinfo_search .sch_box{
    width: calc(100% - 100px);
}
#tmp_header_wrap .findinfo_search .sch_box input,
#tmp_header_wrap .findinfo_search .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #222222;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
#tmp_header_wrap .findinfo_search .sch_box input{
	padding: 14px 52px 14px 72px;
	background-color: #ffffff;
	height: 64px;
	color: #222222;
}
#tmp_header_wrap .findinfo_search .sch_box input::placeholder{
	color: #222222;
}
#tmp_header_wrap #tmp_sma_pageid .sch_box input{
	padding-right: 14px;
}
#tmp_header_wrap .findinfo_search .sch_btn{
	text-align: center;
    margin-left: -1px;
}
#tmp_header_wrap .findinfo_search .sch_btn input{
	display: inline-block;
	width: auto;
	padding: 19px 10px 20px;
	min-width: 100px;
	background-color: #222222;
	border: 2px solid #222222;
	color: #ffffff;
	cursor: pointer;
}
#tmp_header_wrap .findinfo_search .sch_btn input:focus-visible{
	text-decoration: underline;
}
#tmp_header_wrap .findinfo_search .wrap_sch_detail{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2px;
}
#tmp_header_wrap .findinfo_search .summary_txt{
	flex: 1;
	font-size: 88.9%;
	padding-right: 10px;
}
#tmp_header_wrap .findinfo_search .btn_default{
	margin-top: 5px;
}
#tmp_header_wrap .findinfo_search .btn_default a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_link16.png);
	background-position: 0 5px;
	font-size: 88.9%;
}
/* keywords */
#tmp_header_wrap .findinfo_keywords{
	margin-bottom: 52px;
}
#tmp_findinfo_keywords{
	display: none;
}
#tmp_header_wrap .keywords_list{
	display: flex;
	flex-flow: row wrap;
	gap: 15px 12px;
}
#tmp_header_wrap .keywords_list li{
	list-style: none;
}
#tmp_header_wrap .keywords_list a{
	display: inline-block;
	padding: 19px 27px 20px;
	background-color: #f2eaef;
	border-radius: 32px;
	color: #222222;
	text-decoration: none;
}
/* category */
#tmp_header_wrap .findinfo_category{
	margin-bottom: 68px;
}
#tmp_header_wrap .ctg_accordions{
	display: flex;
	flex-flow: row wrap;
	gap: 30px 0;
	margin: 0 -15px;
	overflow: hidden;
}
#tmp_header_wrap .ctg_accordion {
	display: flex;
    flex-direction: column;
    padding: 0 15px;
	width: 25%;
}
#tmp_header_wrap .ctg_accordion_switch p{
	position: relative;
	cursor: pointer;
}
#tmp_header_wrap .ctg_accordion_switch a{
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #f2eaef;
	color: #222222;
	text-decoration: none;
}
#tmp_header_wrap .ctg_accordion_switch span{
	position: relative;
	display: block;
	padding: 19px 50px 20px 26px;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_plus.png) no-repeat right 10px center;
	width: 100%;
	color: inherit;
	z-index: 1;
}
#tmp_header_wrap .ctg_accordion_switch a:after{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    height: calc(100% + 19px);
    background-color: #f2eaef;
    z-index: -1;
}
#tmp_header_wrap .is_active .ctg_accordion_switch a:after {
	content: '';
}
#tmp_header_wrap .is_active .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus.png);
}
#tmp_header_wrap .ctg_accordion_cnt {
    position: relative;
	display: none;
    top: 0;
	width: calc(400% + 90px);
    z-index: 3;
	pointer-events: none;
}
#tmp_header_wrap .ctg_accordion:nth-child(4n+2) .ctg_accordion_cnt {
    margin-left: calc(-100% - 30px);
}
#tmp_header_wrap .ctg_accordion:nth-child(4n+3) .ctg_accordion_cnt {
    margin-left: calc(-200% - 60px);
}
#tmp_header_wrap .ctg_accordion:nth-child(4n+4) .ctg_accordion_cnt {
    margin-left: calc(-300% - 90px);
}
#tmp_header_wrap .ctg_accordion_inner{
	display: flex;
	align-items: center;
	margin-top: 18px;
	padding: 14px 18px 32px 36px;
	background-color: #ffffff;
	border: 1px solid #bc1d71;
	color: #222222;
	pointer-events: all;
}
#tmp_header_wrap .ctg_accordion_ttl{
	flex-shrink: 0;
	padding: 22px 10px 0 0;
	width: 218px;
	font-size: 133.3%;
	word-break: break-word;
}
#tmp_header_wrap .ctg_accordion_ttl a{
	display: inline-block;
	padding: 4px 0 4px 28px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link22.png) no-repeat left center;
	color: inherit;
	text-decoration: none;
}
#tmp_header_wrap .ctg_accordion_des{
	flex: 1 auto;
	width: 100%;
}
#tmp_header_wrap .ctg_accordion_list{
	display: flex;
	flex-flow: row wrap;
	gap: 0 28px;
}
#tmp_header_wrap .ctg_accordion_list li{
	padding: 16px 0 15px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #bc1d71), color-stop(33.33%, #ffffff));
	background-image: -moz-linear-gradient(left, #bc1d71 33.33%, #ffffff 33.33%);
	background-image: -o-linear-gradient(left, #bc1d71 33.33%, #ffffff 33.33%);
	background-image: linear-gradient(90deg, #bc1d71 33.33%, #ffffff 33.33%);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 3px 1px;
	width: calc(33.333333% - 19px);
	font-size: 88.9%;
	line-height: 1.5;
	list-style: none;
	color: inherit;
}
#tmp_header_wrap .ctg_accordion_list a{
	display: inline-block;
	padding: 4px 0 4px 22px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link16.png) no-repeat -2px 7px;
	color: inherit;
	text-decoration: none;
}
#tmp_header_wrap .ctg_accordion_list li:nth-of-type(-n+3){
	padding-bottom: 12px;
}
/* find information */
#tmp_header_wrap .pages_cnt.closed .btn_show_more{
	margin-top: 0;
}

#tmp_header .fixed_text{
	display: none;
	padding: 15px 14px 0 0;
}

.fixed_header #tmp_header .fixed_text{
	display: block;
}
.fixed_header #tmp_header{
	border-bottom: 1px solid #bc1d71;
}
.fixed_header #tmp_header #tmp_hnavi_lmenu,
.fixed_header #tmp_header #tmp_hnavi_mmenu,
.fixed_header #tmp_header #tmp_hnavi_rmenu,
.fixed_header #tmp_gnavi{
	display: none;
}
.fixed_header #tmp_header .header_inner{
	padding-top: 13px;
	padding-bottom: 11px;
}
.fixed_header #tmp_hlogo h1,
.fixed_header #tmp_hlogo p{
	width: 149px;
	height: 52px;
	margin-top: 1px;
}
.fixed_header #tmp_hlogo h1 span,
.fixed_header #tmp_hlogo p span{
	width: 149px;
	height: 52px;
}
.fixed_header #tmp_hnavi_s{
	padding-top: 0
}
.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a{
	font-size: 133.33%;
	min-width: 339px;
	padding: 6px 18px 5px;
}
.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active > span{
	padding-left: 34px;
	padding-right: 6px;
}
.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active > span{
	background-position: 0 13px;
}
.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:not(.active) > span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_search01_sp_wh.png);
	background-size: 22px auto;
	background-position: 3px 10px;
}
.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:not(.active):hover > span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_search01_sp.png);
}
/* emergency
================================================== */
.emergency_blog{
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #222222;
}
.emergency_blog .emergency_wrapper{
	border: 2px solid;
}
.emergency_blog .emergency_blog_ttl{
	padding: 16px 12px 11px 53px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 19px 19px;
}
.emergency_blog .emergency_blog_ttl p:first-child {
	font-size: 133.3%;
	line-height: 1.4;
}
.emergency_blog .emergency_blog_cnt{
	padding: 23px 18px 10px;
	border-top: 1px solid;
}
.emergency_blog .emergency_blog_cnt > p{
	line-height: 1.8;
	margin-bottom: 18px;
}
#tmp_emergency_info .saigai li,
.emergency_blog .emergency_news li{
	position: relative;
	list-style: none;
	padding-left: 30px;
	line-height: 1.8;
	z-index: 1;
}
#tmp_emergency_info .saigai li a,
.emergency_blog .emergency_news li a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
.emergency_blog .emergency_news li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 20px;
	border-bottom: 2px solid;
	z-index: -1;
}
#tmp_emergency_info .saigai li:not(:last-child),
.emergency_blog .emergency_news li:not(:last-child){
	margin-bottom: 6px;
}
.emergency_blog .emergency_links{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 10px 28px;
	margin-top: 34px;
}
.emergency_blog .emergency_links li{
	list-style: none;
	font-size: 88.9%;
	line-height: 1.4;
}
.emergency_blog .emergency_links a{
	display: inline-block;
	padding: 4px 0 4px 23px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link_red16.png) no-repeat 0 8px;
	color: #313e48;
	text-decoration: none;
}
.emergency_blog + .emergency_blog{
	margin: 30px 0 16px;
}
#tmp_emergency_info {
	display: none;
}
#tmp_emergency_info.show,
.no_javascript #tmp_emergency_info{
	display: block;
}
#tmp_emergency_info .emergency_wrapper{
	background-color: #fff4ed;
	border-color: #da6412;
}
#tmp_emergency_info .emergency_blog_ttl{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_notify.png);
	color: #af0202;
	background-color: #ffebdd;
}
#tmp_emergency_info .emergency_blog_cnt{
	border-top-color: #e03a00;
}
#tmp_emergency_info .emergency_news{
	margin-bottom: 20px;
}
#tmp_emergency_info .emergency_news li:before{
	border-bottom-color: #e03a00;
}
#tmp_emergency_attention .emergency_wrapper{
	border-color: #edb800;
}
#tmp_emergency_attention .emergency_blog_ttl{
	background-color: #fff8c1;
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_warning01.png);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 6px 9px 53px;
}
#tmp_emergency_attention .emergency_blog_cnt{
	border-top-color: #edb800;
}
#tmp_emergency_attention .emergency_blog_ttl .close_emergency a{
	text-decoration: none;
    display: inline-block;
    min-width: 134px;
    color: #222222;
    padding-left: 20px;
    background: #ffffff url(/shared/site_rn2025/images/icon/header_navi_ic_plus.png) no-repeat 14px center;
    border: 1px solid #edb800;
    border-radius: 22px;
    padding: 7px 10px 6px 54px;
    margin-top: -4px;
}
#tmp_emergency_attention .active .emergency_blog_ttl .close_emergency a{
	background-image: url(/shared/site_rn2025/images/icon/header_navi_ic_minus.png);
}
#tmp_emergency_attention .emergency_blog_ttl .close_emergency a:hover{
	text-decoration: underline;
}
#tmp_emergency_attention .emergency_blog_cnt{
	padding-bottom: 21px;
}
#tmp_emergency_attention .emergency_news li:before{
	border-bottom-color: #b05400;
}
#tmp_emergency_info .emergency_news + .saigai{
	margin-top: 6px;
}
#tmp_emergency_info .saigai li{
	background: url(/shared/site_rn2025/images/icon/em_icon.png) 5px 11px no-repeat;
}
/* fixed
================================================== */
.fixed_header #tmp_emergency_info.show,
.fixed_header .emergency_blog{
	display: none;
}
.open_navi {
	overflow-y: hidden !important;
	overflow-x: hidden;
}
.open_navi .ul-widget-main-window{
	display:none;
}
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
.no_javascript #tmp_header_fixed {
	position: relative;
}
/* fixed navbar */
#tmp_navbar_fixed{
	display: none;
}

/* spmenu_open
================================================== */
.spmenu_open {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    min-height: 100%;
    color: #222222;
    z-index: 101;
}
.spmenu_open:before,
.spmenu_open #tmp_header_fixed:before{
	content: '';
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(34, 34, 34, 0.5);
	color: #222222;
}
.spmenu_open.menu_fsearch:before,
.spmenu_open.menu_main:before,
.spmenu_open.menu_fsearch #tmp_header_fixed:before,
.spmenu_open.menu_main #tmp_header_fixed:before{
	content: none;
}
/* sma menu */
#tmp_header_wrap .wrap_sma_sch{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #ffffff;
	overflow-y: auto;
	width: 100%;
	color: #222222;
	text-align: left;
	z-index: 102;
	border-top: 6px solid #ffffff;
}
#tmp_header_wrap .wrap_sma_sch::before{
	content: '';
	display: block;
	position: -webkit-sticky;
    position: sticky;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -2px;
	border-bottom: 2px solid #bc1d71;
	z-index: 2;
}
#tmp_header_wrap .menu_wrapper{
	border: 2px solid #bc1d71;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#tmp_header_wrap .menu_inner{
	padding: 48px 0 60px;
}
#tmp_header_wrap .menu_inner .ttl_double_line{
	margin-bottom: 26px;
	padding-left: 30px;
}
#tmp_header_wrap .menu_inner .ttl_double_line:before{
	top: 0;
}
/* close btn */
#tmp_header_wrap .close_btn a{
	display: block;
	padding: 19px 10px 19px 14px;
	background-color: #f4f4f4;
	width: 100%;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
#tmp_header_wrap .close_btn a > span{
	display: inline-block;
	padding: 4px 0 4px 26px;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_close18.png) no-repeat 0 10px;
	color: inherit;
}

/* gnavi
================================================== */
#tmp_gnavi{
	padding: 6px 0 12px;
	background-color: #ffffff;
	color: #222222;
	clear: both;
}
#tmp_gnavi .gnavi {
	position: relative;
	display: flex;
	justify-content: space-between;
	list-style: none;
	z-index: 98;
}
#tmp_gnavi .gnavi > li {
	position: relative;
	padding-bottom: 17px;
	z-index: 1;
}
#tmp_gnavi .gnavi > li:not(:last-of-type):before{
	content: '';
	position: absolute;
	right: 0;
    top: 11px;
    bottom: 28px;
	margin: auto 0;
	border-right: 1px solid #bc1d71;
	width: 1px;
	color: #222222;
	z-index: -1;
}
#tmp_gnavi .gnavi > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	padding: 0 5px;
	height: 100%;
	color: inherit;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
}
#tmp_gnavi .gnavi > li > a > span{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	padding: 5px 0;
	word-break: break-word;
	z-index: 1;
}
#tmp_gnavi .gnavi > li > a > span:before,
#tmp_gnavi .gnavi > li > a > span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: -1;
}
#tmp_gnavi .gnavi > li > a > span:before{
	border-bottom: 2px solid #bc1d71;
}
#tmp_gnavi .gnavi > li > a > span:after{
	bottom: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0;
	border-color: #BC1D71 transparent transparent;
}
#tmp_gnavi .gnavi > li:first-of-type{
	margin-left: -1px;
	width: 11.3%;
}
#tmp_gnavi .gnavi > li:first-of-type > a{
	padding-left: 0;
	justify-content: flex-start;
	margin-left: -1px;
}
#tmp_gnavi .gnavi > li:nth-of-type(2){
	width: 13.75%;
}
#tmp_gnavi .gnavi > li:nth-of-type(3){
	width: 16.9%;
}
#tmp_gnavi .gnavi > li:nth-of-type(4){
	width: 13.8%;
}
#tmp_gnavi .gnavi > li:nth-of-type(5){
	width: 15.1%;
}
#tmp_gnavi .gnavi > li:nth-of-type(6){
	width: 21%;
}
#tmp_gnavi .gnavi > li:nth-of-type(7){
	width: 3.7%;
}
#tmp_gnavi .gnavi > li:last-of-type{
	flex: 1;
}
#tmp_gnavi .gnavi > li:last-of-type > a{
	justify-content: flex-end;
	padding-right: 0;
}
#tmp_gnavi .gnavi > li.active > a > span:before,
#tmp_gnavi .gnavi > li.is_hover > a > span:before,
#tmp_gnavi .gnavi > li.is_hover > a > span:after{
	opacity: 1;
}
/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: 100%;
    width: 100%;
	z-index: 9;
}
#tmp_gnavi .drop_down_hidden::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -17px;
	right: -17px;
	top: -17px;
	bottom: -17px;
}
#tmp_gnavi .drop_down_inner {
	background-color: #ffffff;
	padding: 8px 43px 37px 34px;
	box-shadow: 2px 3px 20px 0 rgba(114, 54, 86, 0.2);
	border: 3px solid #bc1d71;
	color: #222222;
	overflow-y: auto;
}
#tmp_gnavi .drop_down_inner ul {
	display: flex;
	flex-flow: row wrap;
	gap: 0 28px;
}
#tmp_gnavi .drop_down_inner li{
	padding: 14px 0 11px;
	list-style: none;
	width: calc(25% - 21px);
	background-color: transparent;
	background-image: linear-gradient(90deg, #bc1d71 33.33%, #ffffff 33.33%);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 3px 1px;
	font-size: 88.9%;
	line-height: 1.6;
	color: inherit;
}
#tmp_gnavi .drop_down_inner a{
	display: inline-block;
	padding: 4px 0 4px 23px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link16.png) no-repeat 0px 8px;
	color: inherit;
	text-decoration: none;
}
#tmp_gnavi .drop_down_inner li:nth-of-type(-n+4){
	padding-bottom: 13px;
}

/* footer
================================================== */
#tmp_footer {
	position: relative;
	padding-top: 48px;
	color: inherit;
	overflow: hidden;
	z-index: 1;
}
#tmp_footer .footer_wrapper{
	background-color: #f2eaef;
	border-top: 1px solid #c02979;
	color: #222222;
}
#tmp_footer .footer_inner{
	position: relative;
	padding: 36px 0 25px;
}
#tmp_footer .pnavi{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 1;
}
#tmp_footer .pnavi a{
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: #f2eaef;
	padding: 20px 5px 2px;
	width: 81px;
	height: 40px;
	border: 1px solid #c02979;
	border-bottom: none;
	border-radius: 40px 40px 0 0;
	font-size: 66.7%;
	line-height: 1.3;
	text-align: center;
	color: #222222;
	text-decoration: none;
	letter-spacing: 0.03em;
	z-index: 1;
}
#tmp_footer .pnavi a:before{
	content: '';
	position: absolute;
	top: -9px;
    left: -2px;
	right: 0;
	margin: 0 auto;
	background: transparent url(/shared/site_rn2025/images/icon/footer_ic_pnavi.png) no-repeat;
	background-size: 100% auto;
	width: 62px;
	height: 28px;
	z-index: -1;
}
#tmp_footer .pnavi a:after{
	content: '';
	position: absolute;
	bottom: -1px;
	height: 3px;
	background-color: #f2eaef;
	left: 0;
	right: 0;
}
#tmp_footer .pnavi.pnavi_fixed,
.format_top #tmp_footer .pnavi.pnavi_fixed {
	position: fixed;
	bottom: 10px;
	top: auto;
}
.format_top #tmp_publicity{
	margin-bottom: 24px;
}

/* footer contents */
#tmp_footer .footer_cnt{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 11px;
	padding-bottom: 37px;
	border-bottom: 1px solid #dbd1d6;
}
#tmp_footer .footer_contact{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 44%;
	word-break: break-word;
}
#tmp_footer .footer_head{
	flex-shrink: 0;
	padding-right: 10px;
	min-width: 180px;
}
#tmp_footer .footer_logo{
	font-size: 144.4%;
}
#tmp_footer .footer_address{
	font-size: 88.9%;
	line-height: 1.7;
	letter-spacing: 0.015em;
	padding-top: 14px;
}
#tmp_footer .footer_address address{
	font-style: normal;
}
#tmp_footer .footer_address span{
	display: block;
}
#tmp_footer .footer_address > p.footer_corp{
	margin-bottom: 6px;
}
#tmp_footer .footer_links{
	flex: 1 auto;
	display: flex;
	justify-content: flex-end;
	padding: 7px 0 0 3.4%;
	width: 100%;
}
#tmp_footer .flinks{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	flex-shrink: 0;
	padding-right: 5px;
	width: 148px;
}
#tmp_footer .flinks li{
	list-style: none;
	font-size: 88.9%;
}
#tmp_footer .flinks a{
	display: inline-block;
	padding: 3px 0 3px 21px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 6px;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .flink_map a{
	background-image: url(/shared/site_rn2025/images/icon/footer_ic_map.png);
}
#tmp_footer .flink_build a{
	background-image: url(/shared/site_rn2025/images/icon/footer_ic_buidling.png);
}
#tmp_footer .fnavi{
	display: flex;
	flex-flow: row wrap;
	flex: 1 auto;
	width: 100%;
	gap: 11px 5px;
}
#tmp_footer .fnavi li{
	position: relative;
	list-style: none;
	z-index: 1;
}
#tmp_footer .fnavi a{
	display: inline-block;
	padding: 2px 0 2px 24px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link16.png) no-repeat -2px 5px;
	font-size: 88.9%;
	color: inherit;
	text-decoration: none;
	letter-spacing: -0.05em;
}
#tmp_footer .fnavi li:nth-of-type(3n+1){
	width: 39.9%;
}
#tmp_footer .fnavi li:nth-of-type(3n+2){
	width: 40.4%;
}
#tmp_footer .fnavi li:nth-of-type(3n+3){
	flex: 1 auto;
}
#tmp_footer_tel{
	border-bottom: 1px solid #dbd1d6;
	text-align: center;
	padding-bottom: 9px;
	margin-bottom: 24px;
	padding-right: 6px;
}
#tmp_footer_tel .tel_number{
	display: inline-block;
	padding-left: 29px;
	background: url(/shared/site_rn2025/images/icon/footer_tel.png) 4px 5px no-repeat;
	min-height: 28px;
}
/* footer publicity */
#tmp_publicity_ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 21px;
}
#tmp_publicity_ttl .publicity_ttl{
	padding: 13px 115px 1px 0;
	background: transparent url(/shared/site_rn2025/images/icon/publicity_txt_en.png) no-repeat right 23px;
	font-size: 111.1%;
	color: inherit;
}
#tmp_publicity_ttl .btn_default{
	padding-bottom: 4px;
}
#tmp_publicity_cnt ul{
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
}
#tmp_publicity_cnt li{
	list-style: none;
}
#tmp_publicity_cnt a{
	display: block;
}
#tmp_publicity_cnt img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* footer copyright */
#tmp_footer .copyright{
	padding: 9px 26px 10px;
	background-color: #222222;
	font-size:77.8%;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.03em;
}

/* commons
================================================== */
/* show & hide */
.show_sp{
	display: none;
}
/* button default */
.btn_default a{
	display: inline-block;
	padding: 3px 0 3px 23px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link14.png) no-repeat 0 8px;
	font-size: 77.8%;
	color: inherit;
	text-decoration: none;
}
/* title */
.ttl_double_line{
	position: relative;
	margin-bottom: 25px;
	padding-left: 32px;
	font-size: 133.3%;
	text-align: left;
	z-index: 1;
}
.ttl_double_line:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 0;
	margin: auto 0;
	width: 26px;
	height: 3px;
	border-top: 1px solid #bc1d71;
	border-bottom: 1px solid #bc1d71;
	z-index: -1;
}
/* btn show more */
.btn_show_more{
	margin-top: 53px;
	text-align: center;
}
.btn_show_more a{
	display: inline-block;
	background-color: transparent;
	font-size: 88.9%;
	line-height: 1.5;
	color: inherit;
	text-align: left;
	text-decoration: none;
}
.btn_show_more span{
	position: relative;
	display: block;
	background-color: transparent;
	padding: 2px 0 2px 21px;
	color: inherit;
	z-index: 1;
}
.btn_show_more span:before,
.btn_show_more span:after{
	content: '';
	position: absolute;
	left: 0;
	background-color: #bc1d71;
	color: #ffffff;
	z-index: -1;
}
.btn_show_more span:before{
	top: 13px;
    width: 14px;
    height: 2px;
}
.btn_show_more span:after{
    top: 7px;
	left: 6px;
	width: 2px;
	height: 14px;
}
.btn_show_more a.hide span:after{
	transform: rotate(90deg);
}
.btn_show_more a:hover:before{
	opacity: 1;
}
/* find information useful list */
.findinfo_useful{
	margin-bottom: 69px;
}
.useful_list{
	display: flex;
	flex-flow: row wrap;
}
.useful_list .useful_item{
	position: relative;
	list-style: none;
	padding: 0 7.5%;
	width: 33.333333%;
	text-align: center;
	z-index: 1;
}
.useful_list .useful_item:after{
	content: '';
	position: absolute;
	right: 0;
	top: 11px;
	bottom: 18px;
	width: 1px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.33%, #bc1d71), color-stop(33.33%, #ffffff));
	background-image: -moz-linear-gradient(top, #bc1d71 33.33%, #ffffff 33.33%);
	background-image: -o-linear-gradient(top, #bc1d71 33.33%, #ffffff 33.33%);
	background-image: linear-gradient(180deg, #bc1d71 33.33%, #ffffff 33.33%);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-size: 1px 3px;
	color: inherit;
	z-index: -1;
}
.useful_list .useful_item a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 122.2%;
	line-height: 1.4;
	text-decoration: none;
	color: inherit;
}
.useful_list .useful_item_img{
	flex-shrink: 0;
	margin-bottom: 24px;
}
.useful_list .useful_item_img > span{
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
}
.useful_list .useful_item_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.useful_list .useful_item_cnt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.useful_list .useful_item:last-of-type:after,
.useful_list .useful_item:nth-of-type(3n):after{
	content: none;
}
/* find information page list */
.pages_list{
	display: flex;
	flex-flow: row wrap;
	gap: 29px 24px;
}
.pages_list .page_item{
	list-style: none;
	width: calc(16.666666% - 20px);
	text-align: center;
}
.pages_list .page_item a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px 5px 17px;
	background-color: #f2eaef;
	height: 100%;
	line-height: 1.3;
	text-decoration: none;
	color: inherit;
}
.pages_list .page_item_img{
	flex-shrink: 0;
	margin-bottom: 16px;
}
.pages_list .page_item_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	animation: none !important;
}
.pages_list .page_item_cnt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	min-height: 47px;
}
.easy_on .pages_list .page_item_cnt{
	display: block;
}
.pages_list .page_item:last-of-type:after,
.pages_list .page_item:nth-of-type(3n):after{
	content: none;
}
.findinfo_pages .btn_show_more{
	padding-left: 7px;
}
/* site_search_btns */
.site_search_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 29px;
}
#tmp_contents .site_search_btns p.submit_btn,
#tmp_contents .site_search_btns p.clear_btn,
#tmp_contents .site_search_btns p.reset_btn {
	margin-bottom: 0;
}
.site_search_btns .clear_btn a,
.site_search_btns .submit_btn input,
.site_search_btns .reset_btn input{
	display: block;
	line-height: 1.2;
	padding: 19px 10px;
	border-radius: 32px;
	text-align: center;
}
.site_search_btns .submit_btn input,
.site_search_btns .reset_btn input{
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	white-space: normal;
}
.site_search_btns .submit_btn input {
	min-width: 220px;
	background-color: #222222;
	color: #ffffff;
	border: 2px solid #222222;
}
.site_search_btns .clear_btn a,
.site_search_btns .reset_btn input {
	padding-left: 15px;
	background-color: #ffffff;
	color: #222222;
}
.site_search_btns .clear_btn a {
	min-width: 200px;
	text-decoration: none;
	border: 1px solid #222222;
	position: relative;
	transition: opacity 0.3s ease-in-out;
}
.site_search_btns .clear_btn a:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 2px solid #222222;
    border-radius: 32px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.site_search_btns .reset_btn input {
	min-width: 136px;
	border: 1px solid #b8b8b8;
	outline: none;
	transition: box-shadow 0.3s ease-in-out;
}
.site_search_btns .reset_btn input:hover {
	box-shadow: inset 0 0 0 1px #222222;
}

/* setting hover
================================================== */
/* border */
#tmp_sma_mmenu .setting_list a,
#tmp_sma_rmenu .lang_list a,
#tmp_header_wrap .keywords_list a,
#tmp_header_wrap .ctg_accordion_switch a,
.useful_list .useful_item_img > span,
.pages_list .page_item a,
#tmp_publicity_cnt a,
#tmp_sma_rmenu .read_more_btn a,
#tmp_sma_rmenu .foreign_banner a{
	position: relative;
	z-index: 1;
}
#tmp_sma_mmenu .setting_list a:before,
#tmp_sma_rmenu .lang_list a:before,
#tmp_header_wrap .keywords_list a:before,
#tmp_header_wrap .ctg_accordion_switch a:before,
.useful_list .useful_item_img > span:before,
.pages_list .page_item a:before,
#tmp_publicity_cnt a:before,
#tmp_sma_rmenu .read_more_btn a:before,
#tmp_sma_rmenu .foreign_banner a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #bc1d71;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}
#tmp_sma_rmenu .foreign_banner a:before{
	z-index: 0;
}
#tmp_sma_rmenu .read_more_btn a:before{
	border-radius: 39px;
}
#tmp_header_wrap .keywords_list a:before{
	border-radius: 32px;
}
.useful_list .useful_item_img > span:before,
.pages_list .page_item a:before {
	border-width: 3px;
}
.useful_list .useful_item_img > span:before{
	border-radius: 50%;
	z-index: 1;
}
#tmp_header_wrap .ctg_accordion_switch a{
	z-index: 3;
}
#tmp_header_wrap .is_active .ctg_accordion_switch a:before{
	height: calc(100% + 18px);
    z-index: 1;
}
#tmp_publicity_cnt a:before{
	border-width: 3px;
	z-index: 1;
}
#tmp_sma_mmenu .setting_list a:hover:before,
#tmp_sma_rmenu .lang_list a:hover:before,
#tmp_header_wrap .keywords_list a:hover:before,
#tmp_header_wrap .ctg_accordion_switch a:hover:before,
.useful_list .useful_item a:hover .useful_item_img > span:before,
.useful_list .useful_item a:focus .useful_item_img > span:before,
.pages_list .page_item a:hover:before,
.pages_list .page_item a:focus:before,
#tmp_publicity_cnt a:hover:before,
.site_search_btns .clear_btn a:hover:before,
#tmp_sma_rmenu .read_more_btn a:hover:before,
#tmp_sma_rmenu .foreign_banner a:hover:before{
	opacity: 1;
}
#tmp_sma_rmenu .foreign_banner a:hover{
	box-shadow: none;
}
/* underline */
.btn_show_more a:hover span,
.btn_default a:hover,
.site_search_btns .submit_btn input:focus-visible,
.site_search_btns .reset_btn input:focus-visible,
#tmp_sma_mmenu .setting_list a:hover span,
#tmp_sma_rmenu .lang_list a:hover,
#tmp_header_wrap .keywords_list a:hover,
#tmp_header_wrap .ctg_accordion_switch a:hover,
#tmp_header_wrap .ctg_accordion_ttl a:hover,
#tmp_header_wrap .ctg_accordion_list a:hover,
.useful_list .useful_item a:hover .useful_item_des,
.useful_list .useful_item a:focus .useful_item_des,
.pages_list .page_item a:hover .page_item_des,
.pages_list .page_item a:focus .page_item_des,
#tmp_header_wrap .close_btn a:hover span,
#tmp_footer .pnavi a:hover,
#tmp_footer .flinks a:hover,
#tmp_footer .fnavi a:hover,
.emergency_blog .emergency_links a:hover,
#tmp_gnavi .drop_down_inner a:hover,
.emergency_blog .emergency_news li a:hover,
#tmp_emergency_info .saigai li a:hover,
.site_search_btns .clear_btn a:focus-visible,
.hitori_shadowns a:hover .item_title,
#tmp_hitori_blogs .simple_list a:hover,
#tmp_sma_rmenu .read_more_btn a:hover span{
	text-decoration: underline;
}
#tmp_sma_mmenu .setting_list a:hover span.easyjp_status,
#tmp_sma_mmenu .setting_list a:hover span.easyjp_status *{
	text-decoration: none;
}
/* background */
.site_search_btns .submit_btn input,
#tmp_header_wrap .findinfo_search .sch_btn input{
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.site_search_btns .submit_btn input:hover,
#tmp_header_wrap .findinfo_search .sch_btn input:hover{
	background-color: #f8f8f8;
	color: #222222;
}
/* img */
#tmp_header_wrap .close_btn a:focus-visible,
#tmp_header_wrap .ctg_accordion_switch a:focus-visible{
	outline-offset: -1px;
}

/* ==================================================
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;
	padding: 2px 0 0 13px;
	color: #222222;
	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 .control_arrow{
    display: flex;
}
.splide_common .splide__arrow {
	position: relative;
	width: 40px;
	height: 28px;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-radius: 0;
	z-index: auto;
	display: block;
	transition: 0.3s ease-in-out background-image;
	background-size: 100% auto;
}
.splide_common .splide__arrows{
	margin-right: 20px;
}
.splide_common .splide__arrow--prev{
	left: 0;
}
.splide_common .splide__arrow--next{
	right: 0;
}
.splide_common .splide__toggle{
    padding-left: 35px;
    min-height: 28px;
    margin-left: 10px;
}
.splide_common .splide__toggle::before{
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #222222;
    color: #ffffff;
    display: block;
    left: 0;
    top: -1px;
    transform: translate(0);
    border: 2px solid #222222;
    transform: translate(0);
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.splide_common .splide__toggle__pause::before{
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    width: 6px;
    height: 11px;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(0);
    display: block;
    transition: border-color 0.3s ease-in-out;
}
.splide_common .splide__toggle__play::before{
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    width: 6px;
    height: 11px;
    border-style: solid;
	border-width: 5px 0 6px 6px;
	border-color: transparent transparent transparent #ffffff;
    transform: translate(0);
    display: block;
}
.splide_common .splide__toggle:hover{
    text-decoration: underline;
}
.splide_common .splide__toggle:hover::before{
    border-color: #bc1d71;
    background-color: #f4e3ee;
}
.splide_common .splide__toggle::after{
    display: none;
}
.splide_common .splide__toggle:hover .splide__toggle__pause::before,
.splide_common .splide__toggle:hover .splide__toggle__play::before{
    border-left-color: #bf0869;
}
.splide_common .splide__toggle:hover .splide__toggle__pause::before{
    border-left-color: #bc1d71;
    border-right-color: #bc1d71;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev.png);
}
.splide_common .splide__arrow--prev:hover{
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev_hvr.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next.png);
}
.splide_common .splide__arrow--next:hover {
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next_hvr.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: 77.78%;
	line-height: 1;
}
.splide_common .splide__progress .progress_current {
	font-size: 155.56%;
	color: #be0567;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 18px;
    margin-bottom: 2px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 11px;
	top: -1px;
	transform: rotate(20deg);
	background-color: #222222;
}
.color_black .splide_common .splide__toggle::before,
.color_blue .splide_common .splide__toggle::before{
	background-color: #FFFF00;
	border-color: #FFFF00;
}
.color_black .splide_common .splide__toggle__pause::before,
.color_blue .splide_common .splide__toggle__pause::before{
	border-left-color: #000000;
	border-right-color: #000000;
}
.color_black .splide_common .splide__toggle__play::before,
.color_blue .splide_common .splide__toggle__play::before{
	border-left-color: #000000;
}
.color_black .splide_common .splide__toggle:hover::before,
.color_blue .splide_common .splide__toggle:hover::before{
	background-color: transparent;
	border-color: #FFFF00;
}
.color_black .splide_common .splide__toggle:hover .splide__toggle__pause::before,
.color_blue .splide_common .splide__toggle:hover .splide__toggle__pause::before{
	border-left-color: #FFFF00;
	border-right-color: #FFFF00;
}
.color_black .splide_common .splide__toggle:hover .splide__toggle__play::before,
.color_blue .splide_common .splide__toggle:hover .splide__toggle__play::before{
	border-left-color: #FFFF00;
}
.color_yellow .splide_common .splide__toggle::before{
	background-color: #000000;
	border-color: #000000;
}
.color_yellow .splide_common .splide__toggle__pause::before{
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}
.color_yellow .splide_common .splide__toggle__play::before{
	border-left-color: #ffffff;
}
.color_yellow .splide_common .splide__toggle:hover::before{
	background-color: transparent;
	border-color: #000000;
}
.color_yellow .splide_common .splide__toggle:hover .splide__toggle__pause::before{
	border-left-color: #000000;
	border-right-color: #000000;
}
.color_yellow .splide_common .splide__toggle:hover .splide__toggle__play::before{
	border-left-color: #000000;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev:hover{
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev_bl_hvr.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next:hover {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next_bl_hvr.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev:hover,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev:hover {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev_yellow_hvr.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next:hover,
.color_black #tmp_wrapper .splide_common .splide__arrow--next:hover {
    background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next_yellow_hvr.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;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:77.8%;
	margin-top: 21px;
	line-height: 1.6;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update{
	margin: 6px 0 55px;
	position: relative;
}
#tmp_wrap_custom_update:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 116px;
    bottom: -99px;
	top: auto;
    left: 0;
    background: url(/shared/site_rn2025/images/main/sns_bg.png) no-repeat right 307px top;
	z-index: -1;
}
.custom_lifeguide_top #tmp_wrap_custom_update,
.custom_lifeguide #tmp_wrap_custom_update {
    margin-bottom: 40px;
}
.custom_lifeguide_top #tmp_wrap_custom_update:before,
.custom_lifeguide #tmp_wrap_custom_update:before {
    display: none;
}
#tmp_custom_update{
	text-align: right;
}
#tmp_print,
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
	line-height:1.3;
}
#tmp_update,
#tmp_pageid {
    padding-top: 3px;
}
#tmp_print {
	display:inline-block;
	vertical-align:top;
}
#tmp_print a{
	display: inline-block;
	vertical-align: top;
	background: #ffffff url(/shared/site_rn2025/images/icon/icon_print.png) no-repeat 9px center;
	background-size: 16px auto;
	min-width: 90px;
	min-height: 22px;
	color: #313e48;
	text-decoration: none;
	text-align: left;
	font-size: 72.2%;
	padding: 2px 6px 1px 29px;
	border: 1px solid #bc1d71;
	border-radius: 4px;
}
#tmp_update,
#tmp_pageid {
	font-size: 77.8%;
}
#tmp_update {
	margin-left: 9px;
}
#tmp_pageid{
	margin-left: 24px;
}
.no_javascript #tmp_print {
	display: none;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 59px 0 61px;
	text-align: center;
}
#tmp_gmap_link a{
	display: block;
	margin: 0 auto;
	padding: 13px 18px 9px;
	background-color: #f2eaef;
	max-width: 600px;
	border-bottom: 1px solid #bc1d71;
	color: inherit;
	text-align: center;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 7px 0 7px 41px;
	background: transparent url(/shared/site_rn2025/images/icon/icon_gmap.png) no-repeat left center;
	background-size: 20px auto;
	color: inherit;
}
.custom_miryoku #tmp_gmap_link{
	margin-bottom: 58px;
}
.custom_miryoku #tmp_gmap_link a{
    background: #ffffff url(/shared/site_rn2025/images/icon/miryoku_dashed_pattern.png) repeat-x left bottom;
    border-bottom: none;
    border-top: 1px solid #636363;
	padding-top: 14px;
	padding-bottom: 15px;
}
.custom_miryoku #tmp_gmap_link span{
	padding: 3px 0 5px 41px;
    background-image: url(/shared/site_rn2025/images/icon/miryoku_icon_gmap.png);
}
/* gmap_shisetsu_btn */
#tmp_gmap_shisetsu_btn {
	margin-top: 1.7em;
	text-align: left;
   padding: 0 0 0 26px;
   background: transparent url(/shared/site_rn2025/images/icon/arrow_link16_free.png) no-repeat 5px 8px;
}
#tmp_gmap_shisetsu_btn a {
	text-decoration: underline;
	display: inline-block;
	text-align: left;
}
#tmp_gmap_shisetsu_btn a:hover{
	text-decoration: none;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 47px 0;
	border: 1px solid #dbd1d6;
	clear:both;
}
#tmp_inquiry:last-child {
	margin-bottom: 8px;
}
#tmp_inquiry_ttl{
	padding: 21px 16px 24px;
	background: transparent url(/shared/site_rn2025/images/icon/line_dot_repeat.png) repeat-x left bottom;
	background-size: auto 1px;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 122.2%;
	line-height: 1.4;
}
#tmp_inquiry_ttl h2 {
	font-weight: normal;
}
#tmp_inquiry_cnt{
	padding: 19px 19px 26px;
	line-height: 1.8;
}
#tmp_inquiry_cnt .inquiry_parts {
	word-break: break-all;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax{
	display: inline-block;
}
#tmp_inquiry_cnt .inquiry_tel{
	margin-right: 14px;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 18px;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	display: block;
	margin: 0 auto;
	padding: 10px 8px 9px 66px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link16_free.png) no-repeat 43px 12px;
	max-width: 100%;
	min-width: 240px;
	border: 1px solid #dbd1d6;
	border-radius: 0;
	font-size: 77.8%;
	font-weight: normal;
	color: inherit;
	text-align: left;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
}
#tmp_inquiry_cnt form +.inquiry_memo{
	margin-top: 1.8em;
}
.custom_hitorioya #tmp_inquiry{
	margin-bottom: 54px;
	border-color: #d7d2c0;
	border-radius: 10px;
}
.custom_hitorioya #tmp_inquiry_ttl{
	padding: 22px 15px 21px;
	border-bottom: 1px dotted #c1c1c1;
	background-image: none;
	background-size: 2px 1px;
}
.custom_miryoku #tmp_inquiry{
	border: 1px solid #636363;
	border-left: none;
	border-right: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363)), -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363)), -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363)), -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363));
	background-image: -o-linear-gradient(#636363, #636363), -o-linear-gradient(#636363, #636363), -o-linear-gradient(#636363, #636363), -o-linear-gradient(#636363, #636363);
	background-image: -moz-linear-gradient(#636363, #636363), -moz-linear-gradient(#636363, #636363), -moz-linear-gradient(#636363, #636363), -moz-linear-gradient(#636363, #636363);
	background-image: linear-gradient(#636363, #636363), linear-gradient(#636363, #636363), linear-gradient(#636363, #636363), linear-gradient(#636363, #636363);
    background-repeat: no-repeat;
    background-size: 1px 20px, 1px 20px, 1px 20px, 1px 20px;
    background-position: left top, right top, left bottom, right bottom;
	margin: 58px 0 35px;
}
.custom_miryoku #tmp_inquiry_ttl{
	background-image: none;
	padding: 28px 28px 7px;
}
.custom_miryoku #tmp_inquiry_cnt{
	padding: 19px 30px 26px;
}

/* feedback
================================================== */
#tmp_feedback{
	margin: 60px 0 47px;
	border: 1px solid #dbd1d6;
	clear:both;
}
#tmp_feedback_ttl{
	padding: 24px 16px 21px;
	background: transparent url(/shared/site_rn2025/images/icon/line_dot_repeat.png) repeat-x left bottom;
	background-size: auto 1px;
}
#tmp_feedback_ttl h2,
#tmp_feedback_ttl p {
	font-size: 122.2%;
	line-height: 1.4;
}
#tmp_feedback_cnt{
	padding: 24px 27px 33px;
	line-height: 1.8;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.8em;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.2em;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1.8em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset label{
	cursor: pointer;
	font-size: 88.9%;
}
#tmp_feedback_cnt fieldset input{
	margin-right: 10px;
}
#tmp_feedback_cnt .submit{
	margin-top: 21px;
	text-align: center;
}
#tmp_feedback_cnt .submit input {
	display: block;
	margin: 0 auto;
	padding: 10px 8px 9px 119px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link16_free.png) no-repeat 95px 12px;
	max-width: 100%;
	min-width: 240px;
	border: 1px solid #dbd1d6;
	font-size: 77.8%;
	font-weight: normal;
	color: inherit;
	text-align: left;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
}

/* rnavi
================================================== */
/* ttl_double_line_w_bg */
.ttl_double_line_w_bg {
	padding-top: 19px;
	background-repeat: no-repeat;
	background-position: 2px 0;
}
.ttl_double_line_w_bg h2,
.ttl_double_line_w_bg p {
	position: relative;
	margin-bottom: 24px;
	padding-left: 34px;
	font-size: 133.3%;
}
.ttl_double_line_w_bg h2:before,
.ttl_double_line_w_bg p:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 2px;
    margin: auto 0;
    width: 26px;
    height: 3px;
    border-top: 1px solid #bc1d71;
    border-bottom: 1px solid #bc1d71;
}
#tmp_wrap_rnavi .ttl_double_line_w_bg {
	background-image: url(/shared/site_rn2025/images/icon/ttl_en_rnavi_same_category.png);
	background-size: 132px auto;
}
#tmp_rnavi {
	border: 2px solid #dbd1d6;
	padding: 0 25px 26px;
}
#tmp_rnavi_ttl{
	position: relative;
	margin-bottom: 7px;
	padding: 32px 25px 24px;
	font-size: 122.2%;
	line-height: 1.4;
}
#tmp_rnavi_ttl:after {
	content: '';
	position: absolute;
	height: 1px;
	left: 8px;
	right: 4px;
	bottom: 0;
	border-bottom: 1px solid #be0567;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -32px -25px -24px;
	padding: 32px 25px 24px 30px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link20.png) no-repeat left 37px;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi_cnt {
	padding: 9px 8px 0;
}
#tmp_rnavi_cnt ul{
	display: flex;
	flex-flow: row wrap;
	gap: 0 50px;
	list-style: none;
}
#tmp_rnavi_cnt li{
	display: flex;
	width: calc((100% - 50px) / 2);
	font-size: 88.9%;
}
#tmp_contents .chosha_floor_link li a,
#tmp_rnavi_cnt li a{
	display: block;
	width: 100%;
	padding: 19px 11px 15px 37px;
	color: inherit;
	background: transparent url(/shared/site_rn2025/images/icon/rnavi_line_bg18_2.png) no-repeat 11px 29px;
	border-bottom: 2px solid #f2eaef;
}
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt .active a {
	background-color: #f2eaef;
}
#tmp_rnavi .btn_show_more {
	background: url(/shared/site_rn2025/images/icon/line_dot_repeat.png) repeat-x;
	background-size: auto 1px;
	text-align: center;
	margin-top: 26px;
	padding: 16px 0 0 2px;
}
.custom_miryoku #tmp_wrap_rnavi{
	margin-bottom: 31px;
}
.custom_miryoku #tmp_wrap_rnavi .ttl_double_line_w_bg{
	margin-bottom: 31px;
	background-image: none;
	padding-top: 0;
}
.custom_miryoku #tmp_wrap_rnavi .ttl_double_line_w_bg h2{
	margin-bottom: 0;
	padding-left: 0;
	line-height: 1.3;
}
.custom_miryoku #tmp_wrap_rnavi .ttl_double_line_w_bg h2:before{
	display: none;
}
.custom_miryoku .column_cnt #tmp_rnavi{
	border: none;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	padding-bottom: 30px;
}
.custom_miryoku .column_cnt #tmp_rnavi_ttl{
	font-size: 111.1%;
	padding: 31px 27px 25px;
	margin-bottom: 6px;
}
.custom_miryoku .column_cnt #tmp_rnavi_ttl:after{
	border-bottom: none;
	background: transparent url(/shared/site_rn2025/images/icon/dashed_pattern.png) repeat-x left bottom;
}
.custom_miryoku .column_cnt #tmp_rnavi_ttl a{
	font-weight: normal;
	background-image: url(/shared/site_rn2025/images/icon/miryoku_link_icon.png);
	background-position: 3px 43px;
    margin: -31px -25px -25px;
    padding: 31px 25px 25px 25px;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt{
	padding: 0 5px;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt ul{
	gap: 0 40px;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt li{
	width: calc((100% - 40px) / 2);
	margin-bottom: 6px;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt li a{
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #bdbdbd;
	background-image: url(/shared/site_rn2025/images/icon/miryoku_rnavi_line.png);
	padding-bottom: 18px;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt li a:after{
	content: '';
	position: absolute;
	opacity: 0;
	z-index: -1;
	bottom: 0;
	height: 25px;
	left: 0;
	right: 0;
	background-color: #f0fbfc;
	transition: 0.3s ease-in-out opacity;
}
.custom_miryoku #tmp_rnavi .btn_show_more{
	background-image: url(/shared/site_rn2025/images/icon/dashed_pattern.png);
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt li a:hover,
.custom_miryoku .column_cnt #tmp_rnavi_cnt .active a{
	background-color: #ffffff;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt li a:hover:after,
.custom_miryoku .column_cnt #tmp_rnavi_cnt .active a:after{
	opacity: 1;
}
.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:before,
.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:after{
	background-color: #1fbbd2;
}

/* hover */
#tmp_gmap_link a,
#tmp_rnavi_ttl a,
#tmp_rnavi_cnt li a,
.btn_show_more a {
	text-decoration: none;
}

#tmp_gmap_link a:hover span,
#tmp_print a:hover,
#tmp_print a:focus,
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_feedback_cnt .submit input:hover,
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_cnt li a:hover,
.column_rnavi #tmp_rnavi_cnt .active a,
#tmp_rnavi_cnt .active a{
	text-decoration: underline;
}
#tmp_rnavi_cnt li a:focus-visible {
	outline-offset: -1px;
}

/* ==================================================
layout
================================================== */
.box_thumbnail{
	display: block;
	color: #222222;
	background-color: #ffffff;
	text-decoration: none;
}
.box_thumbnail a{
	color: #222222;
	text-decoration: none;
}
.box_thumbnail_img{
	display: block;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease-in-out box-shadow;
	box-shadow: 2.463px 3.152px 20px 0px rgba(114, 54, 86, 0.3);
}
.box_thumbnail_img::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #b11d6b;
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
	z-index: 1;
}
.box_thumbnail_img img{
	display: block;
	transition: 0.5s ease-in-out transform;
	width: 100%;
	height: auto;
}
.box_thumbnail_txt{
	padding: 14px 24px 5px 38px;
	display: block;
	font-size: 88.89%;
	line-height: 1.7;
	text-decoration: none;
	position: relative;
}
.box_thumbnail_txt::before{
	content: '';
	position: absolute;
	top: 27px;
	left: 0px;
	width: 26px;
	border-bottom: 1px solid #bc1d71;
}
a.box_thumbnail:hover .box_thumbnail_img,
.box_thumbnail.hvr .box_thumbnail_img{
	box-shadow: none;
}
a.box_thumbnail:hover .box_thumbnail_img::before,
.box_thumbnail.hvr .box_thumbnail_img::before{
	opacity: 1;
}
a.box_thumbnail:hover .box_thumbnail_img img,
.box_thumbnail.hvr .box_thumbnail_img img{
	transform: scale(1.157);
}
a.box_thumbnail:hover .box_thumbnail_txt,
.box_thumbnail.hvr .box_thumbnail_txt{
	text-decoration: underline;
}

/* Transit btn */
.transit_btn{
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 20%;
	color: #222222;
	background-color: transparent;
	font-size: 111.1%;
	writing-mode: tb-rl;
	transition: 0.2s ease-in-out opacity, 0.2s ease-in-out visibility;
}
.transit_btn > p{
	min-width: 100%;
}
.transit_btn a{
	position: relative;
	text-decoration: none;
	display: block;
	color: inherit;
	letter-spacing: 2px;
	background: #ffffff;
	transition: 0.3s ease-in-out opacity;
}
.transit_btn a .wrap{
	display: block;
	min-width: 48px;
	min-height: 211px;
	padding: 24px 9px 22px 3px;
	color: #222222;
	background-color: #ffffff;
}
#tmp_to_top.transit_btn a .wrap > span{
	display: block;
    color: inherit;
    background: transparent;
}
.transit_btn a:before,
.transit_btn a:after{
	content: '';
	pointer-events: none;
	position: absolute;
	color: inherit;
	background-color: transparent;
}
.transit_btn a:before{
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #222222;
	background-image: url(/shared/site_rn2025/images/icon/to_top_arrow.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	box-shadow: 5px 6px 10px 0 rgba(15, 181, 206, 0.4);
}
.transit_btn a:after{
    z-index: -2;
    top: 4px;
    left: 0;
    right: -30px;
    bottom: -19px;
	background: transparent url(/shared/site_rn2025/images/icon/to_top_shadow.png) no-repeat;
	background-size: 100% 100%;
}
.transit_btn.hide,
.transit_btn.hide_bottom,
.transit_btn.hide_opacity{
	opacity: 0;
	visibility: hidden;
}
#tmp_to_top.transit_btn a:before{
	border-left: none;
}
/* Transit top */
#tmp_to_charm.transit_btn{
	left: auto;
	right: 0;
}
#tmp_to_charm.transit_btn .txt{
    display: block;
    position: absolute;
    left: 5px;
    top: 22px;
    width: 92px;
    min-height: 180px;
    text-indent: -9999px;
	color: inherit;
	background: transparent url(/shared/site_rn2025/images/icon/the_charm_ja.png);
	background-repeat: no-repeat;
}
#tmp_to_charm.transit_btn a .wrap{
	padding: 25px 7px 7px 3px;
}
#tmp_to_charm.transit_btn a:after{
	top: 6px;
    left: -30px;
    right: 0;
    bottom: -19px;
    background-image: url(/shared/site_rn2025/images/icon/the_charm_shadow.png);
}
#tmp_to_charm.transit_btn a:before{
	border-right: none;
	background-image: url(/shared/site_rn2025/images/icon/to_charm_arrow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	box-shadow: 5px 6px 10px 0 rgba(114, 54, 86, 0.4);
}
.transit_btn a:hover{
	opacity: 0.7;
}

/* custom style
================================================== */
.custom_online #tmp_wrap_custom_update{
	margin-bottom: 35px;
}
.custom_park #tmp_wrap_custom_update{
	margin: 0;
	padding: 24px 0 34px;
	background-color: #ffffff;
}
.custom_mayor #tmp_wrap_custom_update {
	margin-bottom: 34px;
}
.wrap_custom_update_chosha #tmp_wrap_custom_update{
	margin-bottom: 56px;
}
.custom_event #tmp_wrap_custom_update {
	margin-bottom: 65px;
}
.custom_kids #tmp_wrap_custom_update {
	margin-bottom: 35px;
}
.custom_edu #tmp_wrap_custom_update:before,
.custom_online #tmp_wrap_custom_update:before,
.custom_park #tmp_wrap_custom_update:before,
.custom_child #tmp_wrap_custom_update:before,
.custom_mayor #tmp_wrap_custom_update:before,
.custom_kids #tmp_wrap_custom_update:before,
.custom_miryoku #tmp_wrap_custom_update:before{
	content: none;
}
.wrap_custom_update_chosha #tmp_wrap_custom_update:before,
.custom_event .wrap_custom_update_calendar #tmp_wrap_custom_update:before {
    height: 132px;
    bottom: -124px;
    background: url(/shared/templates/free_rn2025/images/event/event_flower_pattern_top.png) no-repeat right 242px top;
    z-index: 1;
	pointer-events: none;
}
.wrap_custom_update_chosha #tmp_wrap_custom_update:before{
	top: 13px;
}
.custom_hitorioya #tmp_wrap_custom_update:before{
	content: none;
}
.custom_miryoku #tmp_wrap_custom_update{
	margin-bottom: 43px;
}
.custom_hitorioya #tmp_pankuzu{
	margin-top: 45px;
}
.type_top.custom_hitorioya #tmp_pankuzu{
	margin-bottom: 55px;
}
.custom_park #tmp_pankuzu{
	margin: 0;
	padding: 52px 0 4px;
	background-color: #ffffff;
}
.custom_kids #tmp_footer{
	background-color: #ffeee7;
	z-index: 2;
	padding-top: 0;
	overflow: visible;
}
.custom_kids #tmp_footer .footer_wrapper{
	position: relative;
	z-index: 3;
}

/* Hitorioya */
#tmp_hitori_banner{
	position: relative;
	padding: 74px 0 190px;
	background-color: #fcf9ef;
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/banner_pattern_top_leaf.png),url(/shared/site_rn2025/images/hitorioya/icon/banner_pattern_top_grove.png);
	background-position: center -34px, center bottom -66px;
	background-repeat: no-repeat;
	color: #222222;
	text-align: center;
	overflow: hidden;
}
#tmp_hitori_banner .banner_inner{
	max-width: 904px;
	margin: 0 auto;
}
#tmp_hitori_banner .banner_lbl{
	position: relative;
	display: inline-block;
	margin-bottom: 28px;
	padding: 8px 24px 6px;
	background-color: #f2eddb;
	border-radius: 18px;
	font-size: 88.9%;
	line-height: 1.4;
	color: #554c37;
	z-index: 2;
}
#tmp_hitori_banner .banner_lbl:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -44px;
	margin: 0 auto;
	background: transparent url(/shared/site_rn2025/images/hitorioya/icon/banner_symbol_top.png) no-repeat;
	background-size: 100% auto;
	width: 64px;
	height: 48px;
	z-index: 1;
	pointer-events: none;
}
#tmp_hitori_banner .banner_title{
	position: relative;
	padding: 0 136px 10px;
	z-index: 1;
}
#tmp_hitori_banner .banner_title:before,
#tmp_hitori_banner .banner_title:after{
	content: '';
	position: absolute;
	bottom: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: inherit;
	z-index: -1;
}
#tmp_hitori_banner .banner_title:before{
	left: 55px;
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/banner_symbol_lft.png);
	width: 70px;
	height: 92px;
	right: 50%;
	margin-right: 309px;
}
#tmp_hitori_banner .banner_title:after{
	bottom: 3px;
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/banner_symbol_rgt.png);
	width: 126px;
	height: 88px;
	left: 50%;
	margin-left: 321px;
}
#tmp_hitori_banner .banner_title > p,
#tmp_hitori_banner .banner_title > h1{
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	font-size: 244.4%;
	text-indent: -9999px;
}
#tmp_hitori_banner .banner_title > p{
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/banner_title_txt.png);
	width: 562px;
	height: 48px;
}
#tmp_hitori_banner .banner_title > h1{
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/banner_top_title_txt.png);
	width: 526px;
	height: 120px;
}
#tmp_hitori_banner .banner_title span{
	font-size: 63.6%;
}
#tmp_hitori_banner .banner_des{
	margin-top: 19px;
	font-size: 111.1%;
	line-height: 1.6;
}
/* wrap blogs */
#tmp_hitori_blogs{
	display: flex;
	flex-flow: row wrap;
}
#tmp_hitori_blogs .hitori_simple{
	margin-right: 21px;
	width: 32.16%;
}
#tmp_hitori_blogs .hitori_simple .simple_inner{
	background-color: #ffffff;
	height: 100%;
	border: 1px solid #d4dcc0;
	border-radius: 10px;
}
#tmp_hitori_blogs .hitori_simple .simple_title{
	padding: 15px 16px 15px 48px;
	background: #f6ffea url(/shared/site_rn2025/images/hitorioya/icon/pattern_leaf.png) no-repeat 19px 19px;
	background-size: 20px auto;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #d4dcc0;
	color: #222222;
}
#tmp_hitori_blogs .simple_list{
	margin: 0 19px 16px;
	list-style: none;
}
#tmp_hitori_blogs .simple_list a{
	display: block;
    width: 100%;
    padding: 16px 11px 17px 35px;
	border-bottom: 1px dotted #d7d2c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#298717), to(#298717));
    background-image: -moz-linear-gradient(#298717, #298717);
    background-image: -o-linear-gradient(#298717, #298717);
    background-image: linear-gradient(#298717, #298717);
    background-size: 18px 1px;
    background-position: 10px 27px;
	background-repeat: no-repeat;
	font-size: 88.9%;
    color: inherit;
	text-decoration: none;
}
#tmp_hitori_blogs .hitori_shadowns{
	flex: 1;
}
#tmp_contents .hitori_shadowns,
.hitori_shadowns{
	margin: 0;
}
.hitori_shadowns{
	display: flex;
	flex-flow: row wrap;
	gap: 0 21px;
}
.hitori_shadowns .item{
	padding: 0 10px 10px 0;
	list-style: none;
	width: calc(50% - 21px/2);
}
.hitori_shadowns a{
	display: flex;
	flex-direction: column;
	padding: 23px 10px 20px 20px;
	background: #ffffff url(/shared/site_rn2025/images/hitorioya/icon/arrow_link_rgt_half.png) no-repeat right bottom;
	height: 100%;
	box-shadow: 10px 10px 0 #e3ecce;
	border: 1px solid #d4dcc0;
	border-radius: 10px;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
.hitori_shadowns .item_title{
	position: relative;
	margin-bottom: 15px;
    padding: 86px 0 15px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 72px auto;
	font-size: 122.2%;
	z-index: 1;
}
.hitori_shadowns .item_title:after{
	content: '';
	position: absolute;
	left: 0;
	right: 10px;
	bottom: 0;
	margin: 0 auto;
	background-color: #43a857;
	width: 60px;
	height: 2px;
	border-radius: 1px;
	z-index: -1;
}
.hitori_shadowns .item_des{
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_consult_phone .item_title{
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/icon_phone.png);
}
#tmp_consult_mail .item_title{
	background-image: url(/shared/site_rn2025/images/hitorioya/icon/icon_mail.png);
}

/* pattern common Child & Edu
================================================== */
/* wrap blogs */
.wrap_blogs{
	display: flex;
	flex-flow: row wrap;
	gap: 0 30px;
	margin: 0 0 30px;
}
.wrap_blogs .blog{
	margin-bottom: 32px;
	width: calc(50% - 15px);
	list-style: none;
}
.wrap_blogs .blog_inner{
	display: flex;
	flex-direction: column;
	padding: 32px 24px 25px;
	background-color: #ffffff;
	border-radius: 20px;
	border: 3px solid #f0f4ff;
	height: 100%;
}
.wrap_blogs .blog_ttl{
	flex-shrink: 0;
	margin-bottom: 14px;
    padding-bottom: 23px;
	background-position: left bottom, left 22px bottom 1px;
	background-size: auto, 3px 1px;
	background-repeat: no-repeat, repeat-x;
}
.wrap_blogs .blog_ttl > p{
	font-size: 144.4%;
	line-height: 1.4;
	font-weight: normal;
}
.wrap_blogs .blog_des{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.wrap_blogs .blog_des > p:not(.blog_tag){
	flex: 1;
	margin-bottom: 17px;
	padding-left: 4px;
	line-height: 1.7;
}
.wrap_blogs .blog_tag{
	flex-shrink: 0;
	padding-left: 5px;
}
.wrap_blogs .blog_tag > span{
	display: inline-block;
	padding: 3px 11px 5px 19px;
	background-color: #ffffff;
	color: #222222;
}
.wrap_blogs .blog:nth-last-child(-n + 2):nth-child(2n + 1),
.wrap_blogs .blog:nth-last-child(-n + 2):nth-child(2n + 1) ~ .blog {
	margin-bottom: 0;
}
.wrap_blogs + h2{
	margin-top: 55px;
}

/* banner */
#tmp_child_edu_banner{
	margin-bottom: 6px;
	background-color: transparent;
	background-repeat: repeat;
	border-bottom: 6px solid transparent;
	overflow: hidden;
}
#tmp_child_edu_banner .banner_wrap{
	position: relative;
    display: flex;
    align-items: center;
    padding: 31px 41px 24px;
	background-color: transparent;
	background-repeat: no-repeat;
    width: 100%;
}
#tmp_child_edu_banner .banner_wrap:before{
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
	pointer-events: none;
}
#tmp_child_edu_banner .banner_logo{
	margin: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 2rem;
	max-width: 100%;
}
#tmp_child_edu_banner .banner_logo span{
	position: relative;
	display: block;
	z-index: -1;
}
#tmp_child_edu_banner .banner_wrap .banner_caption{
	margin-left: 26px;
	margin-bottom: 0;
	padding: 5px 10px 7px;
	background-color: #fff9ef;
	min-width: 256px;
	border: 1px solid #fff9ef;
	border-radius: 50px;
	color: #222222;
	text-align: center;
}

/* heading */
.child_edu_title {
	margin-bottom: 54px;
	padding: 0 110px;
	text-align: center;
}
#tmp_contents .child_edu_title h2,
.child_edu_title h2{
	padding: 32px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 180px auto;
	min-width: 180px;
	font-size: 222.2%;
	line-height: 1.3;
}
.common_link_ttl{
	padding-left: 35px;
    background: url(/shared/templates/child_top_rn2025/images/icon/icon_link_banner.png) no-repeat 0 11px;
    background-size: 24px auto;
}

/* service search */
#tmp_child_edu_search {
	position: relative;
    padding: 84px 0 80px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
#tmp_child_edu_search p {
	margin-bottom: 0 !important;
}
#tmp_child_edu_search .sch_wrap_inner {
	position: relative;
	padding: 65px 39px 77px 57px;
	border: 2px solid transparent;
	color: inherit;
	background-color: #ffffff;
	border-radius: 80px;
}
#tmp_child_edu_search .sch_wrap_inner:before,
#tmp_child_edu_search .sch_wrap_inner:after {
	content: '';
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}
#tmp_child_edu_search .service_sch_box {
	margin-bottom: 35px;
}
#tmp_child_edu_search .sch_box_ttl {
	margin-bottom: 22px;
	padding: 6px 0 9px 45px;
	background-repeat: no-repeat;
	background-size: 56px auto;
	background-position: left center;
	font-size: 133.3%;
}

/* sch_target */
#tmp_child_edu_search .sch_target .sch_box_inner {
	display: flex;
	flex-flow: row wrap;
}
#tmp_child_edu_search .sch_target .sch_box_cnt {
	position: relative;
	display: flex;
	width: 50%;
}
#tmp_child_edu_search .sch_target .sch_target_age{
	padding-right: 4.54%;
}
#tmp_child_edu_search .sch_target label,
#tmp_child_edu_search .sch_target select{
	border: 1px solid #222222;
	appearance: none;
    color: #222222;
    cursor: pointer;
	white-space: normal;
}
#tmp_child_edu_search .sch_target label {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	padding: 7px 17px 8px 18px;
	background-color: #ebebeb;
	min-width: 75px;
	max-width: 50%;
	border-right: 0;
	line-height: 1.2;
	text-align: center;
}
#tmp_child_edu_search .sch_target select {
	flex: 1;
	display: block;
    padding: 7px 42px 8px 20px;
    background: #ffffff url(/shared/site_rn2025/images/child_edu/arrow_select.png) no-repeat right 23px center;
    min-height: 54px;
	width: 100%;
	height: 100%;
}

/* sch_keyword */
#tmp_child_edu_search .sch_keyword {
	margin-bottom: 31px;
}
#tmp_child_edu_search .sch_keyword .sch_box_ttl {
	margin-bottom: 19px;
}
#tmp_child_edu_search .sch_keyword .wrap_sch_box {
	position: relative;
}
#tmp_child_edu_search .sch_keyword input {
	display: block;
	padding: 13px 52px 14px 77px;
	background-color: #ffffff;
	width: 100%;
	height: 64px;
	color: inherit;
	border: 1px solid #222222;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
	border-radius: 31px;
}
#tmp_child_edu_search .sch_keyword input::placeholder {
	color: #222222;
}
#tmp_child_edu_search .sch_keyword .sch_ttl {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58px;
}
#tmp_child_edu_search .sch_keyword .sch_ttl label {
	display: block;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_search01.png) no-repeat 29px center;
	width: 100%;
	height: 100%;
	color: inherit;
	cursor: pointer;
	text-indent: -9999px;
}

/* search btns */
#tmp_child_edu_search .site_search_btns {
	gap: 21px;
	padding-right: 8px;
}
#tmp_child_edu_search .site_search_btns .submit_btn input {
	padding: 20px 10px 18px;
}
#tmp_child_edu_search .site_search_btns .reset_btn input {
	padding: 22px 10px 18px 15px;
	border-color: #222222;
}

/* banner top */
#tmp_child_edu_mv{
	position: relative;
	background: transparent url(/shared/site_rn2025/images/child_edu/overlay_banner_bg02.png) repeat center top;
	border-radius: 100px 100px 0 0;
}
#tmp_child_edu_mv:before,
#tmp_child_edu_mv:after{
	content: '';
	position: absolute;
	left: 0;
	pointer-events: none;
}
#tmp_child_edu_mv:before{
	top: 0;
	background: transparent url(/shared/site_rn2025/images/child_edu/overlay_banner_bg01.png) repeat right top;
	border-top-left-radius: 100px;
	width: 50%;
	height: 100%;
}
#tmp_child_edu_mv:after{
	bottom: 0;
	width: 100%;
	height: 8px;
	border-bottom: 2px solid #e5e5e5;
	z-index: 2;
}
#tmp_child_edu_mv .banner_top_inner{
	position: relative;
	padding: 55px 0 3px 0;
	background-color: transparent;
	background-image: url(/shared/site_rn2025/images/child_edu/bg_banner01_pc.png),url(/shared/site_rn2025/images/child_edu/bg_banner02_pc.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 507px) 79px, calc(50% - 483px) 28px;
}
#tmp_child_edu_mv .banner_top_inner:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	background-color: transparent;
	background-image: url(/shared/site_rn2025/images/child_edu/icon_flower_yellow.png),url(/shared/site_rn2025/images/child_edu/icon_flower.png);
	background-position: 10px top, right 12px top 2px;
	background-repeat: no-repeat;
	background-size: 79px auto;
	width: 100%;
	height: 82px;
	pointer-events: none;
}
#tmp_child_edu_mv .banner_logo{
	position: relative;
    margin: 0 auto 50px;
	width: 484px;
	z-index: 1;
}
#tmp_child_edu_mv .banner_logo h1{
	margin:0 auto 36px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 100%;
	font-size: 2rem;
}
#tmp_child_edu_mv .banner_logo h1 span{
	position: relative;
	display: inline-block;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_child_edu_mv .banner_logo > p{
	line-height: 1.7;
}
#tmp_child_edu_mv .banner_wrap_row{
	display: flex;
	margin: 0 -2px;
	position: relative;
}
#tmp_child_edu_mv .banner_wrap_row:before{
	content: '';
	position: absolute;
	top: -202px;
	left: 0;
	right: 0;
	background-image: url(/shared/site_rn2025/images/child_edu/humman_edu.png), url(/shared/site_rn2025/images/child_edu/humman_child_pc.png);
	background-repeat: no-repeat;
	background-size: 197px auto, auto;
	background-position: calc(50% + 383px) 11px, calc(50% - 372px) 13px;
	height: 365px;
	pointer-events: none;
}
#tmp_child_edu_mv .banner_col{
	padding: 0 31px;
	width: 50%;
	list-style: none;
}
#tmp_child_edu_mv .banner_wrap{
	position: relative;
	height: 100%;
}
#tmp_child_edu_mv .banner_wrap:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -37px;
	background-color: transparent;
	background-repeat: no-repeat;
    transform: translateX(-50%);
    width: 69px;
    height: 40px;
	opacity: 0;
	pointer-events: none;
    z-index: 3;
}
#tmp_child_edu_mv .banner_inner{
	display: block;
	background-color: #efefef;
	border-radius: 20px 20px 0 0;
	height: calc(100% - 11px);
	color: #222222;
	text-decoration: none;
}
#tmp_child_edu_mv .banner_image{
	position: relative;
	display: block;
	margin-bottom: 7px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	z-index: 1;
}
#tmp_child_edu_mv .banner_image:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #b4b4b4;
    mix-blend-mode: color;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}
#tmp_child_edu_mv .banner_image img{
	position: relative;
	width: 100%;
	max-width: inherit;
	height: 137px;
	object-fit: cover;
	vertical-align: top;
}
#tmp_child_edu_mv .banner_caption{
	display: block;
    padding: 6px 10px 22px;
	font-size: 200%;
	text-align: center;
}
#tmp_child_edu_mv .select_banner{
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 112px;
	height: 74px;
	text-align: center;
}
#tmp_child_edu_mv .select_banner span{
	display: inline-block;
	position: relative;
	z-index: -1;
}
#tmp_child_edu_mv .banner_wrap.selected .banner_inner{
	padding: 8px;
	height: 100%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
#tmp_child_edu_mv .banner_wrap.selected:after,
#tmp_child_edu_mv .banner_wrap:not(.selected) .banner_image:before{
	opacity: 1;
}
#tmp_child_edu_mv .banner_wrap.selected .banner_image{
	margin-bottom: 8px;
	border-radius: 10px 10px 0 0;
}
#tmp_child_edu_mv .banner_wrap.selected .banner_image img{
    left: 50%;
    transform: translateX(-50%);
    margin-top: -8px;
	height: 100%;
}
#tmp_child_edu_mv .banner_col:first-child .banner_image img{
	left: -17px;
	transform: none;
	width: auto;
}

/* notice section
================================================== */
#tmp_child_edu_notice{
	position: relative;
	padding: 131px 0 23px;
	background-repeat: no-repeat;
}
#tmp_child_edu_notice .notice_cnt{
	display: flex;
}
#tmp_child_edu_notice .notice_intro{
	position: relative;
	flex-shrink: 0;
	padding: 9px 76px 50px 2px;
	width: 43.2%;
	align-self: flex-start;
	z-index: 1;
}
#tmp_child_edu_notice .notice_intro:after{
	content: '';
	position: absolute;
	right: 0;
	width: 1000%;
	top: 39px;
	bottom: 0;
	background-color: #ffffff;
	border-radius: 0 40px 40px 0;
    border: 2px solid transparent;
	border-left: none;
	pointer-events: none;
	z-index: -1;
}
#tmp_child_edu_notice .notice_intro a{
	display: flex;
	flex-direction: column;
	background-color: transparent;
	color: #222222;
	text-decoration: none;
}
#tmp_child_edu_notice .notice_intro_img{
	position: relative;
	margin-bottom: 13px;
	box-shadow: 0 0 1.41px 1.59px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
#tmp_child_edu_notice .notice_intro_img img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
	animation: none !important;
}
#tmp_child_edu_notice .notice_intro_des{
	margin-top: 42px;
	padding: 5px 0 5px 38px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 16px;
	background-size: 26px auto;
	color: inherit;
}
#tmp_child_edu_notice .notice_intro_img + .notice_intro_des{
	margin-top: 0;
}
#tmp_child_edu_notice .notice_news{
	flex: 1 auto;
	padding: 2px 0 0 80px;
	width: 100%;
}
#tmp_child_edu_news .btn_default{
	margin-bottom: 0;
	line-height: 1.4;
	text-align: right;
}
#tmp_child_edu_news .btn_default a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_link30.png);
	background-size: 15px auto;
	font-size: 88.9%;
}
#tmp_child_edu_news table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
#tmp_child_edu_news tr{
    margin-bottom: 23px;
}
#tmp_child_edu_news tr:last-child{
	margin-bottom: 0;
}
#tmp_child_edu_news table p{
	margin: 0;
}
#tmp_child_edu_news .notice_date,
#tmp_child_edu_news .notice_link {
    padding: 25px 6px 26px 0;
	vertical-align: top;
}
#tmp_child_edu_news tr:first-child .notice_link,
#tmp_child_edu_news tr:first-child .notice_date{
	padding-top: 2px;
	padding-bottom: 24px;
}
#tmp_child_edu_news .notice_link{
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #595752), color-stop(33.33%, #fffde3));
	background-image: -moz-linear-gradient(left, #595752 33.33%, #fffde3 33.33%);
	background-image: -o-linear-gradient(left, #595752 33.33%, #fffde3 33.33%);
	background-image: linear-gradient(90deg, #595752 33.33%, #fffde3 33.33%);
	background-repeat: repeat-x;
	background-position: left 1px bottom 1px;
	background-size: 3px 1px;
}
#tmp_child_edu_news .notice_link a{
	display: inline-block;
	color: #0049ba;
}
#tmp_child_edu_news .notice_date{
	background-color: transparent;
	background-repeat: no-repeat, repeat-x;
	background-position: left bottom, left bottom 1px;
	background-size: 56px auto, 3px 1px;
	width: 74px;
}
#tmp_child_edu_news .notice_date p{
	white-space: nowrap;
}

/* event carousel */
#tmp_child_edu_events {
	flex-direction: column-reverse;
	display: flex;
}
#tmp_child_edu_events .splide__track{
	overflow: visible;
}
#tmp_child_edu_events .splide__slide a{
	color: #222222;
	text-decoration: none;
	line-height: 1.7;
	display: block;
	outline-offset: 1px;
	margin-bottom: 34px;
}
#tmp_child_edu_events .thumbnail_img{
	position: relative;
    margin-bottom: 18px;
    display: block;
	transition: 0.3s ease-in-out box-shadow;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
#tmp_child_edu_events .thumbnail_img::after{
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-color: #b11d6b;
    border-width: 4px;
    border-style: solid;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	border-radius: 12px;
}
#tmp_child_edu_events .thumbnail_img{
	position: relative;
    margin-bottom: 18px;
    display: block;
	transition: 0.3s ease-in-out box-shadow;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
#tmp_child_edu_events .thumbnail_img img{
	object-fit: cover;
	width: 100%;
	height: 214px;
	transition: 0.3s ease-in-out transform;
}
#tmp_child_edu_events .splide__controls_inner {
    display: flex;
    justify-content: center;
}
#tmp_child_edu_events .splide__slide .common_link_ttl{
    display: inline-block;
}
#tmp_child_edu_events .splide__progress{
	padding: 2px 38px 0 6px;
}
#tmp_child_edu_events .progress_current{
	color: #222222;
}
#tmp_child_edu_events .progress_total:before{
	left: 12px;
    top: 1px;
}
#tmp_child_edu_events .splide__toggle{
	min-width: 80px;
}
#tmp_child_edu_events .splide__arrow{
	height: 29px;
}
#tmp_child_edu_events .splide__slide a:hover .thumbnail_img::after {
    opacity: 1;
}

/* setting hover */
#tmp_child_edu_notice .notice_intro_img:before{
	content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-color: #fddc0e;
    border-width: 4px;
    border-style: solid;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	z-index: 1;
	pointer-events: none;
    border-radius: 12px;
}
#tmp_child_edu_notice .notice_intro_img img{
	transition: transform 0.3s ease-in-out;
}
#tmp_child_edu_notice .notice_intro a:hover .notice_intro_img,
#tmp_child_edu_events .splide__slide a:hover .thumbnail_img{
	box-shadow: none;
}
#tmp_child_edu_notice .notice_intro a:hover .notice_intro_img img,
#tmp_child_edu_events .splide__slide a:hover .thumbnail_img img{
	transform: scale(1.157);
}
#tmp_child_edu_mv  a.banner_inner:hover .banner_caption,
#tmp_child_edu_notice .notice_intro a:hover .notice_intro_des,
#tmp_child_edu_events .splide__slide a:hover .common_link_child,
#tmp_child_edu_events .splide__slide a:hover .common_link_ttl{
	text-decoration: underline;
}
#tmp_child_edu_notice .notice_intro a:hover .notice_intro_img:before{
	opacity: 1;
}
#tmp_child_edu_mv .banner_inner:focus-visible{
	outline: none;
}
#tmp_child_edu_mv .banner_inner:focus-visible .banner_caption{
	outline: 2px solid #000000;
	outline-offset: -2px;
}

/* custom_mayor common
================================================== */
.custom_mayor #tmp_inquiry {
	margin: 63px 0 0;
}
#tmp_mayor_navi {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#tmp_mayor_navi .container {
	display: flex;
	justify-content: flex-end;
}
#tmp_mayor_navi ul.navi_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 24px 25px;
	padding: 26px 0 20px 50px;
	margin: 0 !important;
	max-width: calc(100% - 288px);
	color: #ffffff;
	background: #a84a7c url(/shared/site_rn2025/images/mayor/bg_gradient_navi_inner.jpg) no-repeat;
	background-size: 100% 100%;
	border-radius: 40px 0 0 40px;
}
#tmp_mayor_navi ul.navi_list:before {
	width: calc((100% - 1198px)/2);
	height: 100%;
	right: 0;
	bottom: 0;
	background: url(/shared/site_rn2025/images/mayor/bg_gradient_navi_list.jpg) no-repeat;
	background-size: 100% 101%;
	pointer-events: none;
}
#tmp_mayor_navi ul.navi_list li {
	margin: 0;
}
#tmp_mayor_navi ul.navi_list li a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 0 9px 26px;
	color: inherit;
	background: url(/shared/site_rn2025/images/mayor/icon_flower.png) no-repeat left 4px;
	text-decoration: none;
}
#tmp_mayor_navi ul.navi_list li a:after {
	content: '';
	position: absolute;
	left: 26px;
	right: 3px;
	height: 2px;
	bottom: 0;
	background: #ffffff;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}
#tmp_mayor_navi ul.navi_list li a:hover:after,
#tmp_mayor_navi ul.navi_list li.active a:after {
	opacity: 1;
}
#tmp_mayor_navi ul.navi_list:before,
#tmp_mayor_navi ul.navi_list li a:after {
	content: '';
	position: absolute;
}
/* Sections common Miryoku
================================================== */
/* miryoku heading */
.custom_miryoku .miryoku_heading{
    position: relative;
    text-align: center;
}
.custom_miryoku .miryoku_heading:before,
.custom_miryoku .miryoku_heading:after{
    content: '';
    position: absolute;
	height: 40px;
    z-index: -1;
    top: 50%;
    margin-top: 2px;
    color: inherit;
    background: transparent;
    background-repeat: repeat-x, repeat-y;
    background-image: -webkit-gradient(linear, right top, left top, from(#636363), to(#636363)), -webkit-gradient(linear, left bottom, left top, from(#636363), to(#636363));
    background-image: -moz-linear-gradient(right, #636363, #636363), -o-linear-gradient(bottom, #636363, #636363);
    background-image: -o-linear-gradient(right, #636363, #636363), -moz-linear-gradient(bottom, #636363, #636363);
    background-image: linear-gradient(to left, #636363, #636363), linear-gradient(to top, #636363, #636363);
    background-size: auto 1px, 1px 40px;
}
.custom_miryoku .miryoku_heading:before{
    right: 50%;
    left: 0;
}
.custom_miryoku .miryoku_heading:after{
    right: 0;
    left: 50%;
    background-position: left top, right top;
}
.custom_miryoku #tmp_contents .miryoku_heading > h2,
.custom_miryoku #tmp_manga_city .miryoku_heading > h2,
.custom_miryoku #tmp_sec_pickup .miryoku_heading > h2,
.custom_miryoku #tmp_other .miryoku_heading > h2,
.custom_miryoku #tmp_other_regions .miryoku_heading > h2{
    display: inline-block;
    min-width: 540px;
	max-width: 90%;
    color: #636363;
    font-size: 177.7%;
    background-color: #ffffff;
    background-image: url(/shared/site_rn2025/images/miryoku/pattern_line_ttl.png), url(/shared/site_rn2025/images/miryoku/pattern_line_bottom_ttl.png);
    background-repeat: repeat-x;
    background-position: left top, left bottom;
    padding: 6px 10px 5px;
}
/* miryoku_transit */
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding-right: 2px;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li{
	width: 33.33%;
	margin-right: 30px;
	margin-bottom: 19px;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li.item_around .item_cnt_wrap{
	background-color: #ebfdff;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a{
	display: block;
	border: 1px solid #2088b3;
	text-decoration: none;
	position: relative;
	height: 100%;
	color: #636363;
	background-color: #f0fbfc;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::before{
	content: "";
	position: absolute;
    right: -1px;
    bottom: -1px;
	height: 28px;
	width: 28px;
	background: url(/shared/site_rn2025/images/miryoku/arrow_corner_icon.png);
	z-index: 1;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::after{
	position: absolute;
	content: "";
	left: 1px;
	top: 2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: #2088b3;
	z-index: -1;
	transition: 0.2s ease-in-out;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a:hover .box_ttl{
	background-color: #f0fbfc;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row a .box_img{
	display: block;
	text-align: center;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row a .box_img img{
	width: 83px;
	height: auto;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a .box_ttl{
	transition: 0.2s ease-in-out;
	font-size: 166.6%;
	display: block;
	text-align: center;
	padding-bottom: 8px;
	background-image: url(/shared/site_rn2025/images/miryoku/ttl_post_pattern.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom 24px center;
	padding: 20px 10px 41px;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a .box_des{
	background-color: #f0fbfc;
	display: block;
	padding: 18px 31px 34px;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li:last-child{
	margin-right: 0;
}
/* what_section common */
.custom_miryoku .what_section .splide__track{
    padding: 0 5px !important;
    margin: 0 -5px;
}
.custom_miryoku .what_section .splide__slide{
    padding: 5px 0;
}
.custom_miryoku .what_section .what_item{
    text-decoration: none;
    display: block;
    line-height: 1.5;
    color: #636363;
    background-color: #ffffff;
}
.custom_miryoku .what_section .what_item > span{
    display: block;
}
.custom_miryoku.disp_pc .what_section .what_item .what_txt,
.custom_miryoku.model_pc .what_section .what_item .what_txt{
    opacity: 1!important;
}
.custom_miryoku .what_section .what_item > span.what_image{
    position: relative;
    margin-bottom: 15px;
}
.custom_miryoku .what_section .what_item > span.what_image:after{
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: inherit;
    background: transparent url(/shared/site_rn2025/images/miryoku/arrow_corner_icon.png) no-repeat right bottom;
    border: 1px solid #636363;
}
.custom_miryoku #tmp_other.what_section .what_item > span.what_image img{
	object-fit: cover;
	width: 100%;
	height: 185px;
    transition: 0.3s ease-in-out opacity;
}
.custom_miryoku .what_section .splide_common .splide__controls{
    margin-top: 18px;
    padding-left: 19px;
}
#tmp_other.what_section{
    margin-bottom: 165px;
}
#tmp_other.what_section .what_inner{
    padding: 22px 0;
}
#tmp_other.what_section .splide_common{
    padding-top: 55px;
}
#tmp_other .splide_common .splide__progress{
    top: 18px;
}
#tmp_other .splide_common .splide__controls{
    margin-top: 35px;
    padding-left: 23px;
}
#tmp_other .splide_common .splide__toggle{
    margin-left: 15px;
}
/* view_map common */
.custom_miryoku #tmp_view_map .map_img{
    position: relative;
    z-index: 1;
}
.custom_miryoku #tmp_view_map.activity_map img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.custom_miryoku #tmp_view_map .map_img.hover {
	opacity: 0;
}
.custom_miryoku #tmp_view_map .map_hv_img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}
.custom_miryoku #tmp_view_map .map_img.hover + .map_hv_img {
	opacity: 1;
}
.custom_miryoku #tmp_view_map .area_list{
    list-style: none;
}
.custom_miryoku #tmp_view_map .area_list li{
    display: inline-block;
    position: absolute;
	pointer-events: none;
    z-index: 2;
    text-align: center;
}
.custom_miryoku #tmp_view_map .area_list li.area01{
    top: 17.9%;
    left: 5.9%;
}
.custom_miryoku #tmp_view_map .area_list li.area02{
    top: 24.8%;
    left: 39.3%;
}
.custom_miryoku #tmp_view_map .area_list li.area03{
    top: 11.4%;
    right: 14.6%;
}
.custom_miryoku #tmp_view_map .area_list li.area04{
    bottom: 8%;
    left: 21.8%;
}
.custom_miryoku #tmp_view_map .area_list .area_item_wrap{
    position: relative;
    padding-top: 54px;
}
.custom_miryoku #tmp_view_map .area_list li .click_txt{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 1px;
    font-size: 55.5%;
    width: 54px;
    height: 70px;
    color: inherit;
    background-color: transparent;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    background-size: 100% auto;
}
.custom_miryoku #tmp_view_map .area_list li .click_txt span{
    display: block;
    text-indent: -9999px;
}
.custom_miryoku #tmp_view_map .area_list li.area01 .click_txt{
    background-image: url(/shared/site_rn2025/images/miryoku/click_icon01.png);
}
.custom_miryoku #tmp_view_map .area_list li.area02 .click_txt{
    background-image: url(/shared/site_rn2025/images/miryoku/click_icon02.png);
}
.custom_miryoku #tmp_view_map .area_list li.area03 .click_txt{
    background-image: url(/shared/site_rn2025/images/miryoku/click_icon03.png);
}
.custom_miryoku #tmp_view_map .area_list li.area04 .click_txt{
    margin-left: 0;
    background-image: url(/shared/site_rn2025/images/miryoku/click_icon04.png);
}
.custom_miryoku #tmp_view_map .area_list li .area_txt{
    font-size: 94.4%;
    line-height: 1.4;
    color: #636363;
    background-repeat: no-repeat;
    text-shadow: rgb(255, 255, 255) 2px 0 0, rgb(255, 255, 255) 1.75517px 0.958851px 0, rgb(255, 255, 255) 1.0806px 1.68294px 0, rgb(255, 255, 255) 0.141474px 1.99499px 0, rgb(255, 255, 255) -0.832294px 1.81859px 0, rgb(255, 255, 255) -1.60229px 1.19694px 0, rgb(255, 255, 255) -1.97998px 0.28224px 0, rgb(255, 255, 255) -1.87291px -0.701566px 0, rgb(255, 255, 255) -1.30729px -1.5136px 0, rgb(255, 255, 255) -0.421592px -1.95506px 0, rgb(255, 255, 255) 0.567324px -1.91785px 0, rgb(255, 255, 255) 1.41734px -1.41108px 0, rgb(255, 255, 255) 1.92034px -0.558831px 0;
    background-size: 100% auto;
}
.custom_miryoku #tmp_view_map .area_list li .area_txt a{
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: inherit;
    background: transparent;
    padding: 3px 5px 6px;
}
.custom_miryoku #tmp_view_map .area_list li.area02 .area_txt a{
	letter-spacing: 0.1em;
}
.custom_miryoku #tmp_view_map .area_list li .area_txt a > span{
    display: inline-block;
}
.custom_miryoku #tmp_view_map .area_list li.area01 .area_txt{
    width: 165px;
    height: 105px;
    background-image: url(/shared/site_rn2025/images/miryoku/area_detail_bg01.png);
}
.custom_miryoku #tmp_view_map .area_list li.area03 .area_txt a,
.custom_miryoku #tmp_view_map .area_list li.area04 .area_txt a{
    padding-top: 11px;
}
.custom_miryoku #tmp_view_map .area_list li.area02 .area_txt{
    width: 139px;
    height: 61px;
    background-image: url(/shared/site_rn2025/images/miryoku/area_detail_bg02.png);
}
.custom_miryoku #tmp_view_map .area_list li.area03 .area_txt{
    width: 165px;
    height: 80px;
    background-image: url(/shared/site_rn2025/images/miryoku/area_detail_bg03.png);
}
.custom_miryoku #tmp_view_map .area_list li.area04 .area_txt{
    width: 206px;
    height: 84px;
    background-image: url(/shared/site_rn2025/images/miryoku/area_detail_bg04.png);
}
.custom_miryoku #tmp_view_map .area_list li .area_txt .small{
    font-size: 88.2%;
    display: block;
    width: 100%;
    color: inherit;
    background: transparent url(/shared/site_rn2025/images/miryoku/map_area_ttl_border.png) no-repeat center bottom;
    padding-bottom: 10px;
}
/* Hover */
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li.active a::after{
	display: none;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a:hover::after{
	width: 100%;
	height: 100%;
	top: 0;
}
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li.active a .box_ttl,
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a:hover .box_ttl{
	background-color: #f0fbfc;
}
.custom_miryoku .what_section .what_item:hover img{
    opacity: 0.7;
}
.custom_miryoku .what_section .what_item:hover{
    text-decoration: underline;
}

/* ==================================================
lifeguide_top
================================================== */
.custom_lifeguide #tmp_lifeguide_top {
    border-bottom: 2px solid #154392;
    padding-bottom: 29px;
    margin: 0 0 79px;
}
#tmp_lifeguide_top .life_info{
	position: relative;
	margin: 15px 0 50px;
	color: #FFFFFF;
	background-color: #154392;
	overflow: hidden;
}
#tmp_lifeguide_top .life_info .container{
	position: relative;
	padding:73px 0 55px;
}
#tmp_lifeguide_top .life_info .container:before{
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	z-index: 0;
	min-height: 240px;
	width: 619px;
	height: 240px;
	color: inherit;
	background: transparent url(/shared/templates/foreign_info_top/images/photos/bg_world.png) no-repeat;
}
#tmp_lifeguide_top .life_front,
#tmp_lifeguide_top .life_bellow{
	position: relative;
	z-index: 5;
}
#tmp_lifeguide_top .life_front{
	text-align: center;
}
#tmp_lifeguide_top .life_front h1,
#tmp_lifeguide_top .life_front p {
	position: relative;
	padding: 0 142px;
	margin: 0 0 3px;
	display: inline-block;
	font-size: 222.22%;
	color: inherit;
	background: transparent;
	border: 0;
}
#tmp_lifeguide_top .life_front h1:before,
#tmp_lifeguide_top .life_front h1:after,
#tmp_lifeguide_top .life_front p:before,
#tmp_lifeguide_top .life_front p:after {
	position: absolute;
	top: 50%;
	margin-top: 1px;
	content: '';
	width: 112px;
	height: 2px;
	color: #222222;
	background-color: #FFFFFF;
}
#tmp_lifeguide_top .life_front h1:before,
#tmp_lifeguide_top .life_front p:before {
	left: 0;
}
#tmp_lifeguide_top .life_front h1:after,
#tmp_lifeguide_top .life_front p:after {
	right: 0;
}
#tmp_lifeguide_top .life_bellow{
	padding: 0 20px;
	text-align: center;
	font-size: 166.66%;
}
#tmp_lifeguide_top .section_language{
	margin-bottom: 28px;
	overflow: hidden;
}
#tmp_lifeguide_top .language_item{
	float: left;
	width: 20%;
}
#tmp_lifeguide_top .language_inner{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 122.22%;
	border: 1px solid #e2ecff;
	background-color: #e2ecff;
}
#tmp_lifeguide_top .language_list,
#tmp_lifeguide_top .language_list li,
#tmp_lifeguide_top .language_list li .language_inner,
#tmp_lifeguide_top .language_inner a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_lifeguide_top .language_list{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style: none;
    margin: 0 -10px;
}
#tmp_lifeguide_top .language_list li{
	width: 20%;
    padding: 0 10px;
}
#tmp_lifeguide_top .language_list li .language_inner{
	flex-grow:1;
}
#tmp_lifeguide_top .language_inner a{
	align-items: center;
	flex-grow:1;
	min-height: 70px;
	position: relative;
	padding: 15px 20px 15px 46px;
	color: #222222;
	text-decoration: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: transparent url(/shared/templates/foreign_info_top/images/icon/arrow_news.png) no-repeat 19px center;
}
#tmp_lifeguide_top .language_inner a:hover,
#tmp_lifeguide_top .language_inner a:focus{
	text-decoration: underline;
}
#tmp_lifeguide_top .language_jp .language_inner{
	background: #e2ecff url(/shared/templates/foreign_info_top/images/icon/icon_jp.png) no-repeat right bottom;
}
#tmp_lifeguide_top .language_en .language_inner{
	background: #e2ecff url(/shared/templates/foreign_info_top/images/icon/icon_en.png) no-repeat right bottom;
}
#tmp_lifeguide_top .language_china .language_inner{
	background: #e2ecff url(/shared/templates/foreign_info_top/images/icon/icon_china.png) no-repeat right bottom;
}
#tmp_lifeguide_top .language_ko .language_inner{
	background: #e2ecff url(/shared/templates/foreign_info_top/images/icon/icon_ko.png) no-repeat right bottom;
}
#tmp_lifeguide_top .language_other .language_inner{
	background: #e2ecff url(/shared/templates/foreign_info_top/images/icon/icon_language.png) no-repeat right bottom;
}
/* lifeguide_hnavi */
#tmp_lifeguide_top #tmp_lifeguide_hnavi{
	text-align: right;
}
#tmp_lifeguide_top #tmp_lifeguide_hnavi p{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 14px 24px;
}
#tmp_lifeguide_top #tmp_lifeguide_hnavi a{
	background: transparent url(/shared/templates/foreign_info_top/images/icon/arrow_news.png) no-repeat left center;
	color: inherit;
	text-decoration: none;
	padding: 0 0 0 20px;
}
#tmp_lifeguide_top #tmp_lifeguide_hnavi a:hover,
#tmp_lifeguide_top #tmp_lifeguide_hnavi a:focus{
	text-decoration: underline;
}

/* lifeguide_cnt */
#tmp_lifeguide_cnt {
    clear: both;
}
#tmp_lifeguide_cnt_navi {
    float: left;
    width: 200px;
}
#tmp_lifeguide_cnt_main {
    float: right;
	width: calc(100% - 240px);
}
#tmp_lifeguide #tmp_wrap_rnavi .ttl_double_line_w_bg {
    display: none;
}
#tmp_lifeguide #tmp_rnavi {
    border: none;
    padding: 0;
    margin: 0 0 39px;
}
#tmp_lifeguide #tmp_rnavi_ttl {
    padding: 0;
    margin: 0;
	font-size:133.33%;
}
#tmp_lifeguide #tmp_rnavi_ttl::after {
    display: none;
}
#tmp_lifeguide #tmp_rnavi_ttl p a {
	padding:20px 18px 14px 44px;
	color:#FFFFFF;
    background: #164392 url(/shared/templates/lifeguide_rn2022/images/contents/arrow_lnavi_ttl.png) no-repeat 18px 1.1em;
    margin: 0;
    border-radius: 4px;
}
#tmp_lifeguide #tmp_rnavi_cnt {
	padding:0;
	border:none;
}
#tmp_lifeguide #tmp_rnavi_cnt ul {
    display: block;
	list-style:none;
	margin:0;
}
#tmp_lifeguide #tmp_rnavi_cnt li {
    display: block !important;
    width: 100%;
    margin:0;
	border-bottom:1px solid #d6d6d6;
}
#tmp_lifeguide #tmp_rnavi_cnt li a {
	color:inherit;
	padding:10px 5px 10px 30px;
    border: none;
	background:transparent url(/shared/templates/foreign_info_top/images/icon/arrow_news.png) no-repeat 10px 1.0em;
}
#tmp_lifeguide #tmp_rnavi_cnt li.active a,
#tmp_lifeguide #tmp_rnavi_cnt li a:hover {
    text-decoration: none;
    background-color: #e2ecff;
}
/* lifeguide_gnavi */
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi {
	margin-bottom:0;
	word-break:normal;
	word-wrap:normal;
	word-wrap:break-word;
}
#tmp_lifeguide #tmp_rnavi .btn_show_more {
    display: none !important;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul {
	display:block;
	height:auto;
	overflow:visible;
    margin: 0 !important;
    list-style: none;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li {
	display:block;
	text-align:left;
	vertical-align:baseline;
	border:none;
	transform:none;
	line-height:1.39;
	margin:0 0 13px;
	width:auto;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li a {
	display:block;
    text-decoration: none;
	width:auto;
	height:auto;
	color:inherit;
	font-weight:normal;
	border:1px solid;
	border-radius:4px;
	margin:0;
	padding:17px 15px 15px 13px;
	background:none;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li.active a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li a:hover,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li a:focus {
	color:inherit;
	background-color:#ffffdb;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li a > span {
	display:block;
	height:auto;
	padding:0 0 0 9px;
	text-align:left;
	vertical-align:baseline;
	transform:none;
	position:relative;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li a > span:before {
	content:"";
	border-left:2px solid;
	position:absolute;
	top:4px;
	bottom:7px;
	left:0;
	top:2px;
	bottom:4px;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul li a > span span {
	display:inline;
	text-align:left;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist1 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist1 a > span:before {
	border-color:#ac7d5f;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist2 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist2 a > span:before {
	border-color:#d6905d;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist3 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist3 a > span:before {
	border-color:#d4b15c;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist4 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist4 a > span:before {
	border-color:#76993f;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist4 a > span:before {
	top:2px;
	bottom:4px;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist5 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist5 a > span:before {
	border-color:#a7ae60;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist6 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist6 a > span:before {
	border-color:#8aafa8;
}
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist7 a,
#tmp_lifeguide #tmp_lifeguide_cnt_navi #tmp_lifeguide_gnavi ul #tmp_lifeguide_glist7 a > span:before {
	border-color:#75c6d0;
}
/* ==================================================
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: 20px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 49.2%;
	margin-right: 1.6%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 49.2%;
	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: 20px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 32.2%;
	margin-right: 1.7%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 32.2%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:40px;
	padding:42px 11px 24px;
	background:#F5F5F5 url(/shared/site_rn2025/images/icon/scroll_table_icon.png) right 9px no-repeat;
	background-size:81px 16px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:32px 0 19px;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #d5d5d4;
	color:#222222;
	display:inline-block;
	padding: 6px 8px 6px 67px;
	text-decoration:none;
	background:#FFFFFF url(/shared/site_rn2025/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_rn2025/images/icon/scroll_table_df.png) 9px center no-repeat;
	background-size:50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
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;
	position: relative;
	z-index: 101;
}
.disp_pc.model_sp #tmp_wrapper {
	min-width: 1220px;
}
.disp_pc.model_sp .container {
    max-width: 1220px;
}
.wrap_mc_sp #tmp_switch_sp_style{
	font-size:2rem;
	text-decoration: none;
	color: #ffffff;
	background-color: #bc1d71;
	padding:10px;
	text-align: center;
}
#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;
}

.color_blue .box_thumbnail_txt::before,
.color_yellow .box_thumbnail_txt::before,
.color_black .box_thumbnail_txt::before{
	display: none;
}


/* 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;
}


/* icon */

.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;
}


/* 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;
}


/* 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;
}

.color_black #tmp_wrapper .box_thumbnail_img::before,
.color_blue #tmp_wrapper .box_thumbnail_img::before,
.color_yellow #tmp_wrapper .box_thumbnail_img::before{
	content: none !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;
}

/* rnavi */
.color_blue #tmp_contents .chosha_floor_link li a,
.color_black #tmp_contents .chosha_floor_link li a,
.color_yellow #tmp_contents .chosha_floor_link li a,
.color_blue #tmp_rnavi_cnt li a,
.color_black #tmp_rnavi_cnt li a,
.color_yellow #tmp_rnavi_cnt li a {
	border: 1px solid transparent !important;
	border-top-width: 0 !important;
}
.color_blue .column_rnavi #tmp_rnavi_cnt li:last-child a,
.color_black .column_rnavi #tmp_rnavi_cnt li:last-child a,
.color_yellow .column_rnavi #tmp_rnavi_cnt li:last-child a {
	border-bottom: none !important;
}
.color_blue #tmp_contents .chosha_floor_link li a,
.color_black #tmp_contents .chosha_floor_link li a,
.color_blue #tmp_rnavi_cnt li a,
.color_black #tmp_rnavi_cnt li a {
	border-bottom-color: #ffff00 !important;
}
.color_yellow #tmp_contents .chosha_floor_link li a,
.color_yellow #tmp_rnavi_cnt li a {
	border-bottom-color: #000000 !important;
}
.color_blue #tmp_rnavi_cnt li,
.color_black #tmp_rnavi_cnt li,
.color_yellow #tmp_rnavi_cnt li {
	border: none !important;
}
.color_blue #tmp_rnavi_ttl:after,
.color_black #tmp_rnavi_ttl:after {
	border-color: #ffff00 !important;
}
.color_yellow #tmp_rnavi_ttl:after {
	border-color: #000000 !important;
}
.color_blue #tmp_inquiry_ttl,
.color_black #tmp_inquiry_ttl,
.color_yellow #tmp_inquiry_ttl,
.color_blue #tmp_feedback_ttl,
.color_black #tmp_feedback_ttl,
.color_yellow #tmp_feedback_ttl {
	border-bottom: 1px solid !important;
}
.color_blue #tmp_gmap_link a,
.color_black #tmp_gmap_link a,
.color_yellow #tmp_gmap_link a,
.color_blue .column_rnavi #tmp_rnavi,
.color_black .column_rnavi #tmp_rnavi,
.color_yellow .column_rnavi #tmp_rnavi {
	border: 1px solid !important;
}
.color_blue #tmp_print a,
.color_black #tmp_print a,
.color_yellow #tmp_print a {
	min-width: auto !important;
	padding: 3px 6px !important;
}
.color_blue .column_rnavi #tmp_rnavi_cnt li a:before,
.color_black .column_rnavi #tmp_rnavi_cnt li a:before,
.color_yellow .column_rnavi #tmp_rnavi_cnt li a:before,
.color_blue .column_rnavi #tmp_rnavi_cnt li a:after,
.color_black .column_rnavi #tmp_rnavi_cnt li a:after,
.color_yellow .column_rnavi #tmp_rnavi_cnt li a:after {
	content: none !important;
}
.color_blue .column_rnavi #tmp_rnavi_cnt li a:hover,
.color_black .column_rnavi #tmp_rnavi_cnt li a:hover,
.color_yellow .column_rnavi #tmp_rnavi_cnt li a:hover {
	text-decoration: underline;
}
.color_blue .column_rnavi #tmp_rnavi_cnt li a:focus-visible,
.color_black .column_rnavi #tmp_rnavi_cnt li a:focus-visible,
.color_yellow .column_rnavi #tmp_rnavi_cnt li a:focus-visible {
	outline-offset: 0;
}
.color_blue #tmp_to_top.transit_btn a .wrap > span,
.color_black #tmp_to_top.transit_btn a .wrap > span,
.color_yellow #tmp_to_top.transit_btn a .wrap > span{
	padding: 0;
}
.color_black #tmp_wrapper .hitori_shadowns a,
.color_blue #tmp_wrapper .hitori_shadowns a,
.color_yellow #tmp_wrapper .hitori_shadowns a{
	box-shadow: none;
}
.color_black #tmp_wrapper .hitori_shadowns a,
.color_blue #tmp_wrapper .hitori_shadowns a,
.color_yellow #tmp_wrapper .hitori_shadowns a{
	border: 1px solid;
}
.color_blue #tmp_sma_rmenu .foreign_banner a:hover,
.color_black #tmp_sma_rmenu .foreign_banner a:hover,
.color_yellow #tmp_sma_rmenu .foreign_banner a:hover{
	opacity: 0.7;
}
/* color custom_mayor */
.color_blue #tmp_mayor_navi,
.color_black #tmp_mayor_navi,
.color_yellow #tmp_mayor_navi,
.color_blue #tmp_mayor_navi .container,
.color_black #tmp_mayor_navi .container,
.color_yellow #tmp_mayor_navi .container {
	background-color: transparent !important;
}
.color_blue #tmp_mayor_navi ul.navi_list:before,
.color_black #tmp_mayor_navi ul.navi_list:before,
.color_yellow #tmp_mayor_navi ul.navi_list:before {
	border-top: 2px solid !important;
	border-bottom: 2px solid !important;
	background-image: none !important;
	background-color: transparent !important;
}
.color_blue #tmp_mayor_navi ul.navi_list,
.color_black #tmp_mayor_navi ul.navi_list,
.color_yellow #tmp_mayor_navi ul.navi_list {
	border: 2px solid !important;
	border-right: none !important;
}
.color_yellow #tmp_mayor_navi ul.navi_list li a:after {
	background: #000000;
}
/* color custom_miryoku */
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::after,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::after,
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::after,
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::before,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::before,
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a::before,
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li .item_cnt_wrap::before,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li .item_cnt_wrap::before,
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li .item_cnt_wrap::before,
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li .item_cnt_wrap::after,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li .item_cnt_wrap::after,
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li .item_cnt_wrap::after,
.color_blue.custom_miryoku .what_section .what_item > span.what_image:after,
.color_black.custom_miryoku .what_section .what_item > span.what_image:after,
.color_yellow.custom_miryoku .what_section .what_item > span.what_image:after,
.color_blue.custom_miryoku .miryoku_heading:before,
.color_black.custom_miryoku .miryoku_heading:before,
.color_yellow.custom_miryoku .miryoku_heading:before,
.color_blue.custom_miryoku .miryoku_heading:after,
.color_black.custom_miryoku .miryoku_heading:after,
.color_yellow.custom_miryoku .miryoku_heading:after{
	display: none;
}
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a{
	box-shadow: 4px 4px 0 0 #FFFF00;
	transition: 0.3s ease-in-out box-shadow;
}
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a{
	box-shadow: 4px 4px 0 0 #000000;
	transition: 0.3s ease-in-out box-shadow;
}
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li.active a,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li.active a,
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li.active a,
.color_blue.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a:hover,
.color_black.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a:hover,
.color_yellow.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a:hover{
	box-shadow: none;
}
.color_blue.custom_miryoku #tmp_view_map .map_img,
.color_black.custom_miryoku #tmp_view_map .map_img,
.color_yellow.custom_miryoku #tmp_view_map .map_img,
.color_blue.custom_miryoku #tmp_view_map .map_img *,
.color_black.custom_miryoku #tmp_view_map .map_img *,
.color_yellow.custom_miryoku #tmp_view_map .map_img *,
.color_blue.custom_miryoku #tmp_view_map .area_list .area_item_wrap,
.color_blue.custom_miryoku #tmp_view_map .area_list li,
.color_black.custom_miryoku #tmp_view_map .area_list .area_item_wrap,
.color_black.custom_miryoku #tmp_view_map .area_list li,
.color_yellow.custom_miryoku #tmp_view_map .area_list .area_item_wrap,
.color_yellow.custom_miryoku #tmp_view_map .area_list li,
.color_blue.custom_miryoku #tmp_contents .miryoku_heading,
.color_black.custom_miryoku #tmp_contents .miryoku_heading,
.color_yellow.custom_miryoku #tmp_contents .miryoku_heading{
	background-color: transparent !important;
}
.color_blue.custom_miryoku #tmp_view_map .area_list li .area_txt,
.color_black.custom_miryoku #tmp_view_map .area_list li .area_txt,
.color_yellow.custom_miryoku #tmp_view_map .area_list li .area_txt{
    text-shadow: none;
}
.color_blue.custom_miryoku #tmp_view_map .area_list li .area_txt,
.color_black.custom_miryoku #tmp_view_map .area_list li .area_txt,
.color_yellow.custom_miryoku #tmp_view_map .area_list li .area_txt{
    border: 1px solid !important;
}
.color_blue.custom_miryoku #tmp_view_map .area_list li .click_txt,
.color_black.custom_miryoku #tmp_view_map .area_list li .click_txt,
.color_yellow.custom_miryoku #tmp_view_map .area_list li .click_txt{
    width: auto;
    height: auto;
}
.color_blue.custom_miryoku #tmp_view_map .area_list li .click_txt span,
.color_black.custom_miryoku #tmp_view_map .area_list li .click_txt span,
.color_yellow.custom_miryoku #tmp_view_map .area_list li .click_txt span{
    text-indent: 0 !important;
}
.color_blue.custom_miryoku #tmp_view_map .area_list .area_item_wrap,
.color_black.custom_miryoku #tmp_view_map .area_list .area_item_wrap,
.color_yellow.custom_miryoku #tmp_view_map .area_list .area_item_wrap{
    padding-top: 20px;
}
.fsize_big.custom_miryoku #tmp_view_map .area_list li .area_txt{
    padding-top: 10px;
	height: auto !important;
	background-size: 100% 100% !important;
}
.fsize_big2.custom_miryoku #tmp_view_map .area_list li .area_txt{
    font-size: 1.06rem;
}
/* accessibility
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_child_edu_banner .banner_wrap:before,
.color_black #tmp_wrapper #tmp_child_edu_search .sch_wrap_inner:before,
.color_black #tmp_wrapper #tmp_child_edu_search .sch_wrap_inner:after,
.color_blue #tmp_wrapper #tmp_child_edu_banner .banner_wrap:before,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_wrap_inner:before,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_wrap_inner:after,
.color_yellow #tmp_wrapper #tmp_child_edu_banner .banner_wrap:before,
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_wrap_inner:before,
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_wrap_inner:after,
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_top_inner:before,
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_wrap_row:before,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_top_inner:before,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_wrap_row:before,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_top_inner:before,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_wrap_row:before,
.color_black #tmp_wrapper #tmp_child_edu_mv:before,
.color_blue #tmp_wrapper #tmp_child_edu_mv:before,
.color_yellow #tmp_wrapper #tmp_child_edu_mv:before,
.color_black #tmp_wrapper #tmp_child_edu_events .thumbnail_img::after,
.color_blue #tmp_wrapper #tmp_child_edu_events .thumbnail_img::after,
.color_yellow #tmp_wrapper #tmp_child_edu_events .thumbnail_img::after,
.color_black #tmp_wrapper #tmp_child_edu_notice .notice_intro_img:before,
.color_blue #tmp_wrapper #tmp_child_edu_notice .notice_intro_img:before,
.color_yellow #tmp_wrapper #tmp_child_edu_notice .notice_intro_img:before{
	content: none;
}
.color_black #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl,
.color_black #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl label,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl label,
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl,
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl label,
.color_black #tmp_wrapper #tmp_child_edu_notice .notice_intro:after,
.color_blue #tmp_wrapper #tmp_child_edu_notice .notice_intro:after,
.color_yellow #tmp_wrapper #tmp_child_edu_notice .notice_intro:after,
.color_black #tmp_wrapper #tmp_contents #tmp_child_edu_news .notice_link,
.color_black #tmp_wrapper #tmp_contents #tmp_child_edu_news .notice_date,
.color_blue #tmp_wrapper #tmp_contents #tmp_child_edu_news .notice_link,
.color_blue #tmp_wrapper #tmp_contents #tmp_child_edu_news .notice_date,
.color_yellow #tmp_wrapper #tmp_contents #tmp_child_edu_news .notice_link,
.color_yellow #tmp_wrapper #tmp_contents #tmp_child_edu_news .notice_date,
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_wrap,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_wrap,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_wrap,
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_wrap *,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_wrap *,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_wrap *,
.color_black #tmp_wrapper #tmp_child_edu_notice .notice_intro,
.color_blue #tmp_wrapper #tmp_child_edu_notice .notice_intro,
.color_yellow #tmp_wrapper #tmp_child_edu_notice .notice_intro,
.color_black #tmp_wrapper #tmp_child_edu_notice .notice_intro *,
.color_blue #tmp_wrapper #tmp_child_edu_notice .notice_intro *,
.color_yellow #tmp_wrapper #tmp_child_edu_notice .notice_intro *,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_wrap.selected,
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_wrap.selected,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_wrap.selected{
    background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_inner,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_inner,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_inner{
	border: 2px solid;
}
.color_black #tmp_wrapper .wrap_blogs .blog_tag > span,
.color_blue #tmp_wrapper .wrap_blogs .blog_tag > span,
.color_yellow #tmp_wrapper .wrap_blogs .blog_tag > span{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_child_edu_banner,
.color_blue #tmp_wrapper #tmp_child_edu_banner,
.color_yellow #tmp_wrapper #tmp_child_edu_banner {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_child_edu_mv,
.color_blue #tmp_wrapper #tmp_child_edu_mv,
.color_yellow #tmp_wrapper #tmp_child_edu_mv{
	border-top: 2px solid;
	border-radius: 0;
}
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_caption,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_caption,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_caption{
	border: none !important;
}
.color_black #tmp_wrapper .wrap_blogs .blog_ttl,
.color_blue #tmp_wrapper .wrap_blogs .blog_ttl,
.color_yellow #tmp_wrapper .wrap_blogs .blog_ttl{
	border-bottom: 2px solid;
}
.color_black #tmp_wrapper #tmp_child_edu_mv:after,
.color_blue #tmp_wrapper #tmp_child_edu_mv:after,
.color_black #tmp_wrapper #tmp_child_edu_notice .notice_intro:after,
.color_blue #tmp_wrapper #tmp_child_edu_notice .notice_intro:after{
	border-color: #ffff00 !important;
}
.color_yellow #tmp_wrapper #tmp_child_edu_mv:after,
.color_yellow #tmp_wrapper #tmp_child_edu_notice .notice_intro:after,
.color_yellow #tmp_wrapper #tmp_child_edu_mv:after{
	border-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_child_edu_mv:after,
.color_blue #tmp_wrapper #tmp_child_edu_mv:after{
	background-color: #ffff00 !important;
}
.color_yellow #tmp_wrapper #tmp_child_edu_mv:after{
	background-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_child_edu_search,
.color_blue #tmp_wrapper #tmp_child_edu_search,
.color_yellow #tmp_wrapper #tmp_child_edu_search{
	border: none !important;
}
.color_black #tmp_wrapper #tmp_child_edu_search .sch_box_ttl,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_box_ttl,
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_box_ttl,
.color_yellow #tmp_wrapper .common_link_ttl,
.color_yellow #tmp_wrapper .common_link_ttl,
.color_yellow #tmp_wrapper .common_link_ttl{
	padding-left: 0;
}
.color_black #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl label,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl label{
    background-image: url(/shared/site_rn2025/images/icon/navi_ic_search01_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_keyword .sch_ttl label {
    background-image: url(/shared/site_rn2025/images/icon/navi_ic_search01.png) !important;
}
.color_black #tmp_wrapper #tmp_child_edu_search .sch_target select,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_target select {
    background-image: url(/shared/site_rn2025/images/child_edu/arrow_select_yellow.png) !important;
}
.color_yellow #tmp_wrapper #tmp_child_edu_search .sch_target select {
    background-image: url(/shared/site_rn2025/images/child_edu/arrow_select.png) !important;
}
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_wrap:after,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_wrap:after{
    background-image: url(/shared/site_rn2025/images/child_edu/arrow_down_yellow.png) !important;
}
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_wrap:after{
    background-image: url(/shared/site_rn2025/images/child_edu/arrow_down_black.png) !important;
}
.color_black #tmp_wrapper #tmp_child_edu_news tr,
.color_blue #tmp_wrapper #tmp_child_edu_news tr,
.color_yellow #tmp_wrapper #tmp_child_edu_news tr {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 3px 1px;
}
.color_black #tmp_wrapper #tmp_child_edu_news tr{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffff00), color-stop(33.33%, #000000)) !important;
	background-image: -moz-linear-gradient(left, #ffff00 33.33%, #000000 33.33%) !important;
	background-image: -o-linear-gradient(left, #ffff00 33.33%, #000000 33.33%) !important;
	background-image: linear-gradient(90deg, #ffff00 33.33%, #000000 33.33%) !important;
}
.color_blue #tmp_wrapper #tmp_child_edu_news tr{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffff00), color-stop(33.33%, #00008B)) !important;
	background-image: -moz-linear-gradient(left, #ffff00 33.33%, #00008B 33.33%) !important;
	background-image: -o-linear-gradient(left, #ffff00 33.33%, #00008B 33.33%) !important;
	background-image: linear-gradient(90deg, #ffff00 33.33%, #00008B 33.33%) !important;
}
.color_yellow #tmp_wrapper #tmp_child_edu_news tr{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #000000), color-stop(33.33%, #ffff00)) !important;
	background-image: -moz-linear-gradient(left, #000000 33.33%, #ffff00 33.33%) !important;
	background-image: -o-linear-gradient(left, #000000 33.33%, #ffff00 33.33%) !important;
	background-image: linear-gradient(90deg, #000000 33.33%, #ffff00 33.33%) !important;
}
.color_black #tmp_wrapper #tmp_child_edu_news tr:last-child,
.color_blue #tmp_wrapper #tmp_child_edu_news tr:last-child,
.color_yellow #tmp_wrapper #tmp_child_edu_news tr:last-child{
	background-image: none !important;
}
.color_black #tmp_wrapper #tmp_child_edu_banner .banner_logo,
.color_blue #tmp_wrapper #tmp_child_edu_banner .banner_logo,
.color_yellow #tmp_wrapper #tmp_child_edu_banner .banner_logo,
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_logo h1,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_logo h1,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_logo h1{
	width: auto;
    height: auto;
	text-align: center;
}
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_logo h1,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_logo h1,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_logo h1{
	text-align: center;
}
.color_black #tmp_wrapper #tmp_child_edu_mv .banner_logo h1 span,
.color_blue #tmp_wrapper #tmp_child_edu_mv .banner_logo h1 span,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .banner_logo h1 span{
    text-indent: 0;
}
.color_black #tmp_wrapper #tmp_child_edu_mv .select_banner,
.color_blue #tmp_wrapper #tmp_child_edu_mv .select_banner,
.color_yellow #tmp_wrapper #tmp_child_edu_mv .select_banner{
    padding: 0 20px;
    width: auto;
    height: auto;
    min-width: 112px;
    border: 1px solid;
    border-radius: 50px;
}
.color_black #tmp_wrapper #tmp_child_edu_search .sch_keyword input::placeholder,
.color_blue #tmp_wrapper #tmp_child_edu_search .sch_keyword input::placeholder{
	color: #ffff00 !important;
}
.color_black #tmp_wrapper .site_search_btns .reset_btn input:hover,
.color_blue #tmp_wrapper .site_search_btns .reset_btn input:hover,
.color_yellow #tmp_wrapper .site_search_btns .reset_btn input:hover{
	box-shadow: none;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_wrapper #tmp_child_edu_search .sch_box_ttl {
    background-size: 40px auto;
}
.fsize_small #tmp_wrapper .common_link_ttl{
	background-position: 0 6px;
}
.fsize_small #tmp_wrapper #tmp_child_edu_notice .notice_intro_des{
	background-position: 0 11px;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* accessibility header, footer & pattern common
================================================== */
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a:before,
.color_black #tmp_wrapper #tmp_sma_mmenu .setting_list a:before,
.color_black #tmp_wrapper #tmp_sma_rmenu .lang_list a:before,
.color_black #tmp_wrapper #tmp_header_wrap .keywords_list a:before,
.color_black #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a:before,
.color_black #tmp_wrapper .useful_list .useful_item_img > span:before,
.color_black #tmp_wrapper .pages_list .page_item a:before,
.color_black #tmp_wrapper #tmp_footer .pnavi a:before,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a:before,
.color_blue #tmp_wrapper #tmp_sma_mmenu .setting_list a:before,
.color_blue #tmp_wrapper #tmp_sma_rmenu .lang_list a:before,
.color_blue #tmp_wrapper #tmp_header_wrap .keywords_list a:before,
.color_blue #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a:before,
.color_blue #tmp_wrapper .useful_list .useful_item_img > span:before,
.color_blue #tmp_wrapper .pages_list .page_item a:before,
.color_blue #tmp_wrapper #tmp_footer .pnavi a:before,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a:before,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .setting_list a:before,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .lang_list a:before,
.color_yellow #tmp_wrapper #tmp_header_wrap .keywords_list a:before,
.color_yellow #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a:before,
.color_yellow #tmp_wrapper .useful_list .useful_item_img > span:before,
.color_yellow #tmp_wrapper .pages_list .page_item a:before,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a:before,
.color_black #tmp_wrapper .ttl_double_line_w_bg h2:before,
.color_blue #tmp_wrapper .ttl_double_line_w_bg h2:before,
.color_yellow #tmp_wrapper .ttl_double_line_w_bg h2:before,
.color_black #tmp_wrapper #tmp_publicity_cnt a:before,
.color_blue #tmp_wrapper #tmp_publicity_cnt a:before,
.color_yellow #tmp_wrapper #tmp_publicity_cnt a:before,
.color_blue #tmp_wrap_custom_update:before,
.color_black #tmp_wrap_custom_update:before,
.color_yellow #tmp_wrap_custom_update:before,
.color_black #tmp_wrapper .site_search_btns .clear_btn a:before,
.color_blue #tmp_wrapper .site_search_btns .clear_btn a:before,
.color_yellow #tmp_wrapper .site_search_btns .clear_btn a:before,
.color_blue #tmp_sma_rmenu .read_more_btn a:before,
.color_black #tmp_sma_rmenu .read_more_btn a:before,
.color_yellow #tmp_sma_rmenu .read_more_btn a:before,
.color_blue #tmp_sma_rmenu .foreign_banner a:before,
.color_black #tmp_sma_rmenu .foreign_banner a:before,
.color_yellow #tmp_sma_rmenu .foreign_banner a:before{
	content: none;
}
.color_black #tmp_wrapper #tmp_sma_mmenu .setting_list a,
.color_black #tmp_wrapper #tmp_sma_rmenu .lang_list a,
.color_black #tmp_wrapper #tmp_header_wrap .keywords_list a,
.color_black #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a,
.color_black #tmp_wrapper .pages_list .page_item a,
.color_blue #tmp_wrapper #tmp_sma_mmenu .setting_list a,
.color_blue #tmp_wrapper #tmp_sma_rmenu .lang_list a,
.color_blue #tmp_wrapper #tmp_header_wrap .keywords_list a,
.color_blue #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a,
.color_blue #tmp_wrapper .pages_list .page_item a,
.color_yellow #tmp_wrapper #tmp_sma_mmenu .setting_list a,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .lang_list a,
.color_yellow #tmp_wrapper #tmp_header_wrap .keywords_list a,
.color_yellow #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a,
.color_yellow #tmp_wrapper .pages_list .page_item a,
.color_blue .transit_btn a,
.color_black .transit_btn a,
.color_yellow .transit_btn a,
.color_blue #tmp_sma_rmenu .read_more_btn a,
.color_black #tmp_sma_rmenu .read_more_btn a,
.color_yellow #tmp_sma_rmenu .read_more_btn a,
.color_blue #tmp_sma_rmenu .foreign_banner a,
.color_black #tmp_sma_rmenu .foreign_banner a,
.color_yellow #tmp_sma_rmenu .foreign_banner a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_header_wrap .close_btn a,
.color_black #tmp_wrapper #tmp_footer .copyright,
.color_blue #tmp_wrapper #tmp_header_wrap .close_btn a,
.color_blue #tmp_wrapper #tmp_footer .copyright,
.color_yellow #tmp_wrapper #tmp_header_wrap .close_btn a,
.color_yellow #tmp_wrapper #tmp_footer .copyright{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_header_fixed,
.color_blue #tmp_wrapper #tmp_header_fixed,
.color_yellow #tmp_wrapper #tmp_header_fixed{
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a > span,
.color_black #tmp_wrapper #tmp_sma_rmenu .foreign_banner span,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a > span,
.color_blue #tmp_wrapper #tmp_sma_rmenu .foreign_banner span,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a > span,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .foreign_banner span{
	padding-left: 0;
}
.color_black #tmp_wrapper .btn_show_more span,
.color_blue #tmp_wrapper .btn_show_more span,
.color_yellow #tmp_wrapper .btn_show_more span{
	z-index: 1 !important;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .foreign_banner span,
.color_blue #tmp_wrapper #tmp_sma_rmenu .foreign_banner span,
.color_yellow #tmp_wrapper #tmp_sma_rmenu .foreign_banner span{
	text-shadow: none;
}
.color_black #tmp_wrapper .site_search_btns .clear_btn a:hover,
.color_black #tmp_wrapper .site_search_btns .submit_btn input:hover,
.color_black #tmp_wrapper .site_search_btns .reset_btn input:hover,
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a:hover > span,
.color_black #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_btn input:hover,
.color_blue #tmp_wrapper .site_search_btns .clear_btn a:hover,
.color_blue #tmp_wrapper .site_search_btns .submit_btn input:hover,
.color_blue #tmp_wrapper .site_search_btns .reset_btn input:hover,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a:hover > span,
.color_blue #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_btn input:hover,
.color_yellow #tmp_wrapper .site_search_btns .clear_btn a:hover,
.color_yellow #tmp_wrapper .site_search_btns .submit_btn input:hover,
.color_yellow #tmp_wrapper .site_search_btns .reset_btn input:hover,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a:hover > span,
.color_yellow #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_btn input:hover{
	text-decoration: underline;
}
.color_blue #tmp_wrapper .site_search_btns .reset_btn input,
.color_black #tmp_wrapper .site_search_btns .reset_btn input,
.color_yellow #tmp_wrapper .site_search_btns .reset_btn input {
	outline: initial !important;
	border-width: 2px !important;
}
.color_black #tmp_wrapper #tmp_publicity_cnt a,
.color_blue #tmp_wrapper #tmp_publicity_cnt a,
.color_yellow #tmp_wrapper #tmp_publicity_cnt a{
	transition: opacity 0.3s ease-in-out;
}
.color_black #tmp_wrapper #tmp_publicity_cnt a:hover,
.color_blue #tmp_wrapper #tmp_publicity_cnt a:hover,
.color_yellow #tmp_wrapper #tmp_publicity_cnt a:hover{
	opacity: 0.7;
}
.color_black #tmp_wrapper .emergency_blog .emergency_news li:before,
.color_black #tmp_wrapper .ttl_double_line:before,
.color_black #tmp_wrapper .ttl_double_line_w_bg p:before,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:before,
.color_blue #tmp_wrapper .emergency_blog .emergency_news li:before,
.color_blue #tmp_wrapper .ttl_double_line:before,
.color_blue #tmp_wrapper .ttl_double_line_w_bg p:before,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:before,
.color_blue #tmp_wrapper #tmp_header_wrap .wrap_sma_sch:before,
.color_black #tmp_wrapper #tmp_header_wrap .wrap_sma_sch:before{
	border-bottom-color: #FFFF00;
}
.color_yellow #tmp_wrapper .emergency_blog .emergency_news li:before,
.color_yellow #tmp_wrapper .ttl_double_line:before,
.color_yellow #tmp_wrapper .ttl_double_line_w_bg p:before,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:before,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:after,
.color_yellow #tmp_wrapper #tmp_header_wrap .wrap_sma_sch:before{
	border-bottom-color: #000000;
}
.color_black #tmp_wrapper .ttl_double_line:before,
.color_black #tmp_wrapper .ttl_double_line_w_bg p:before,
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:after,
.color_blue #tmp_wrapper .ttl_double_line:before,
.color_blue #tmp_wrapper .ttl_double_line_w_bg p:before,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:after{
	border-top-color: #FFFF00;
}
.color_yellow #tmp_wrapper .ttl_double_line:before,
.color_yellow #tmp_wrapper .ttl_double_line_w_bg p:before,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li > a > span:after{
	border-top-color: #000000;
}
.color_black #tmp_wrapper #tmp_gnavi .gnavi > li:not(:last-of-type):before,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi > li:not(:last-of-type):before{
	border-right-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi > li:not(:last-of-type):before{
	border-right-color: #000000;
}
.color_black #tmp_wrapper .btn_show_more span:before,
.color_black #tmp_wrapper .btn_show_more span:after,
.color_blue #tmp_wrapper .btn_show_more span:before,
.color_blue #tmp_wrapper .btn_show_more span:after,
.color_black.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:before,
.color_black.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:after,
.color_blue.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:before,
.color_blue.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:after{
	background-color: #ffffff;
}
.color_yellow #tmp_wrapper .btn_show_more span:before,
.color_yellow #tmp_wrapper .btn_show_more span:after,
.color_yellow.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:before,
.color_yellow.custom_miryoku .column_cnt #tmp_rnavi_cnt .btn_show_more span:after{
	background-color: #0000FF;
}
.color_blue.custom_miryoku .column_cnt #tmp_rnavi_ttl:after,
.color_black.custom_miryoku .column_cnt #tmp_rnavi_ttl:after{
	border-bottom: 1px solid #FFFF00;
}
.color_yellow.custom_miryoku .column_cnt #tmp_rnavi_ttl:after{
	border-bottom: 1px solid #000000;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #00008B !important
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a,
.color_blue #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a,
.color_yellow #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a{
	z-index: 2 !important;
}
.color_black #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a:after{
	left: -1px;
	right: -1px;
	background-color: #000000;
	border-left: 1px solid #FFFF00;
    border-right: 1px solid #FFFF00;
}
.color_blue #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a:after{
	left: -1px;
	right: -1px;
	background-color: #00008B;
	border-left: 1px solid #FFFF00;
    border-right: 1px solid #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch a:after{
	left: -1px;
	right: -1px;
	background-color: #FFFF00;
	border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
.color_black #tmp_wrapper #tmp_sma_rmenu .btn_show_more:not(.hide),
.color_black #tmp_wrapper #tmp_header_wrap .ctg_accordion_list li,
.color_black #tmp_wrapper #tmp_gnavi .drop_down_inner li{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #FFFF00), color-stop(33.33%, #000000)) !important;
	background-image: -moz-linear-gradient(left, #FFFF00 33.33%, #000000 33.33%) !important;
	background-image: -o-linear-gradient(left, #FFFF00 33.33%, #000000 33.33%) !important;
	background-image: linear-gradient(90deg, #FFFF00 33.33%, #000000 33.33%) !important;
}
.color_blue #tmp_wrapper #tmp_sma_rmenu .btn_show_more:not(.hide),
.color_blue #tmp_wrapper #tmp_header_wrap .ctg_accordion_list li,
.color_blue #tmp_wrapper #tmp_gnavi .drop_down_inner li{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #FFFF00), color-stop(33.33%, #00008B)) !important;
	background-image: -moz-linear-gradient(left, #FFFF00 33.33%, #00008B 33.33%) !important;
	background-image: -o-linear-gradient(left, #FFFF00 33.33%, #00008B 33.33%) !important;
	background-image: linear-gradient(90deg, #FFFF00 33.33%, #00008B 33.33%) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_rmenu .btn_show_more:not(.hide),
.color_yellow #tmp_wrapper #tmp_header_wrap .ctg_accordion_list li,
.color_yellow #tmp_wrapper #tmp_gnavi .drop_down_inner li{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #000000), color-stop(33.33%, #FFFF00)) !important;
	background-image: -moz-linear-gradient(left, #000000 33.33%, #FFFF00 33.33%) !important;
	background-image: -o-linear-gradient(left, #000000 33.33%, #FFFF00 33.33%) !important;
	background-image: linear-gradient(90deg, #000000 33.33%, #FFFF00 33.33%) !important;
}
.color_black #tmp_wrapper .useful_list .useful_item:after{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.33%, #FFFF00), color-stop(33.33%, #000000)) !important;
	background-image: -moz-linear-gradient(top, #FFFF00 33.33%, #000000 33.33%) !important;
	background-image: -o-linear-gradient(top, #FFFF00 33.33%, #000000 33.33%) !important;
	background-image: linear-gradient(180deg, #FFFF00 33.33%, #000000 33.33%) !important;
}
.color_blue #tmp_wrapper .useful_list .useful_item:after{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.33%, #FFFF00), color-stop(33.33%, #00008B)) !important;
	background-image: -moz-linear-gradient(top, #FFFF00 33.33%, #00008B 33.33%) !important;
	background-image: -o-linear-gradient(top, #FFFF00 33.33%, #00008B 33.33%) !important;
	background-image: linear-gradient(180deg, #FFFF00 33.33%, #00008B 33.33%) !important;
}
.color_yellow #tmp_wrapper .useful_list .useful_item:after{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.33%, #000000), color-stop(33.33%, #FFFF00)) !important;
	background-image: -moz-linear-gradient(top, #000000 33.33%, #FFFF00 33.33%) !important;
	background-image: -o-linear-gradient(top, #000000 33.33%, #FFFF00 33.33%) !important;
	background-image: linear-gradient(180deg, #000000 33.33%, #FFFF00 33.33%) !important;
}
.color_black #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl,
.color_black #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl label,
.color_black #tmp_wrapper #tmp_footer .pnavi,
.color_black #tmp_wrapper #tmp_footer .pnavi > p,
.color_blue #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl,
.color_blue #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl label,
.color_blue #tmp_wrapper #tmp_footer .pnavi,
.color_blue #tmp_wrapper #tmp_footer .pnavi > p,
.color_yellow #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl,
.color_yellow #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl label,
.color_yellow #tmp_wrapper #tmp_footer .pnavi,
.color_yellow #tmp_wrapper #tmp_footer .pnavi > p{
	background-color: transparent !important;
}
.color_black #tmp_header_wrap .wrap_sma_sch,
.color_blue #tmp_header_wrap .wrap_sma_sch,
.color_yellow #tmp_header_wrap .wrap_sma_sch{
	border-top: none;
}
.color_black #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl label,
.color_blue #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl label{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_search01_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_ttl label{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_search01.png) !important;
}
.color_black #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_yellow.png) !important;
}
.color_black #tmp_wrapper #tmp_header_wrap .is_active .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_yellow.png) !important;
}
.color_blue #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_blue.png) !important;
}
.color_blue #tmp_wrapper #tmp_header_wrap .is_active .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_blue.png) !important;
}
.color_yellow #tmp_wrapper #tmp_header_wrap .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_black.png) !important;
}
.color_yellow #tmp_wrapper #tmp_header_wrap .is_active .ctg_accordion_switch span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_black.png) !important;
}
.color_yellow #tmp_emergency_attention .emergency_blog_ttl .close_emergency a{
	background-image: url(/shared/site_rn2025/images/icon/header_navi_ic_plus_b.png) !important;
}
.color_yellow #tmp_emergency_attention .active .emergency_blog_ttl .close_emergency a{
	background-image: url(/shared/site_rn2025/images/icon/header_navi_ic_minus_b.png) !important;
}
.color_blue #tmp_emergency_attention .emergency_blog_ttl .close_emergency a,
.color_black #tmp_emergency_attention .emergency_blog_ttl .close_emergency a{
	background-image: url(/shared/site_rn2025/images/icon/header_navi_ic_plus_wh.png) !important;
}
.color_blue #tmp_emergency_attention .active .emergency_blog_ttl .close_emergency a,
.color_black #tmp_emergency_attention .active .emergency_blog_ttl .close_emergency a{
	background-image: url(/shared/site_rn2025/images/icon/header_navi_ic_minus_wh.png) !important;
}
.color_black #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_box input::placeholder,
.color_blue #tmp_wrapper #tmp_header_wrap .findinfo_search .sch_box input::placeholder{
	color: #FFFF00;
}
.color_blue #tmp_to_charm.transit_btn .txt,
.color_black #tmp_to_charm.transit_btn .txt,
.color_yellow #tmp_to_charm.transit_btn .txt{
	position: static;
	text-indent: 0 !important;
	width: auto !important;
	min-height: auto !important;
}
.color_blue .transit_btn a:before,
.color_black .transit_btn a:before,
.color_yellow .transit_btn a:before,
.color_blue .transit_btn a:after,
.color_black .transit_btn a:after,
.color_yellow .transit_btn a:after{
	display: none;
}
.color_black #tmp_footer .pnavi a:after,
.color_black #tmp_wrapper #tmp_hitori_banner .banner_lbl:before,
.color_black #tmp_wrapper #tmp_hitori_banner .banner_title:before,
.color_black #tmp_wrapper #tmp_hitori_banner .banner_title:after,
.color_blue #tmp_footer .pnavi a:after,
.color_blue #tmp_wrapper #tmp_hitori_banner .banner_lbl:before,
.color_blue #tmp_wrapper #tmp_hitori_banner .banner_title:before,
.color_blue #tmp_wrapper #tmp_hitori_banner .banner_title:after,
.color_yellow #tmp_footer .pnavi a:after,
.color_yellow #tmp_wrapper #tmp_hitori_banner .banner_lbl:before,
.color_yellow #tmp_wrapper #tmp_hitori_banner .banner_title:before,
.color_yellow #tmp_wrapper #tmp_hitori_banner .banner_title:after{
	content: none !important;
}
.color_black #tmp_wrapper #tmp_hitori_banner .banner_title > p,
.color_black #tmp_wrapper #tmp_hitori_banner .banner_title > h1,
.color_blue #tmp_wrapper #tmp_hitori_banner .banner_title > p,
.color_blue #tmp_wrapper #tmp_hitori_banner .banner_title > h1,
.color_yellow #tmp_wrapper #tmp_hitori_banner .banner_title > p,
.color_yellow #tmp_wrapper #tmp_hitori_banner .banner_title > h1{
	width: auto;
	height: auto;
	text-indent: inherit;
}
.color_black #tmp_wrapper .hitori_shadowns .item_title:after,
.color_blue #tmp_wrapper .hitori_shadowns .item_title:after{
	background-color: #ffff00;
}
.color_yellow #tmp_wrapper .hitori_shadowns .item_title:after{
	background-color: #000000;
}
.color_black #tmp_wrapper .hitori_shadowns .item_title,
.color_blue #tmp_wrapper .hitori_shadowns .item_title,
.color_yellow #tmp_wrapper .hitori_shadowns .item_title{
	z-index: 1 !important;
}
.color_black #tmp_wrapper #tmp_hitori_banner .banner_title > h1 > span,
.color_blue #tmp_wrapper #tmp_hitori_banner .banner_title > h1 > span,
.color_yellow #tmp_wrapper #tmp_hitori_banner .banner_title > h1 > span{
	display: block;
}
.color_blue.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_on,
.color_blue #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #ffff00 !important;
	color: #00008B !important;
}
.color_blue.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #00008B !important;
	color: #ffffff !important;
}
.color_black.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_on,
.color_black #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #ffff00 !important;
	color: #000000 !important;
}
.color_black.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #000000 !important;
	color: #ffffff !important;
}
.color_yellow.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_on,
.color_yellow #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #00008B !important;
	color: #ffff00 !important;
}
.color_yellow.easy_on #tmp_sma_mmenu .setting_furi span.easyjp_status > span.easyjp_status_off{
	background-color: #ffff00 !important;
	color: #00008B !important;
}
.color_blue #tmp_sma_rmenu .foreign_banner a,
.color_black #tmp_sma_rmenu .foreign_banner a,
.color_yellow #tmp_sma_rmenu .foreign_banner a{
	padding: 20px 20px;
}
.color_blue #tmp_sma_rmenu .foreign_banner a span,
.color_black #tmp_sma_rmenu .foreign_banner a span,
.color_yellow #tmp_sma_rmenu .foreign_banner a span{
	width: auto;
	height: auto;
	text-indent: 0;
}
.color_blue #tmp_header_wrap .ctg_accordion_cnt,
.color_black #tmp_header_wrap .ctg_accordion_cnt,
.color_yellow #tmp_header_wrap .ctg_accordion_cnt{
	background-color: transparent !important;
}
.color_blue #tmp_emergency_info .saigai li,
.color_black #tmp_emergency_info .saigai li{
	background-image: url(/shared/site_rn2025/images/icon/em_icon_yl.png)!important;
}
.color_yellow #tmp_emergency_info .saigai li{
	background-image: url(/shared/site_rn2025/images/icon/em_icon_bl.png)!important;
}
.color_blue .cgm-search-input-area textarea::placeholder {
	color: #FFFF00 !important;
}
.color_yellow .cgm-search-input-area textarea::placeholder {
	color: #000000 !important;
}
.color_black .cgm-search-input-area textarea::placeholder {
	color: #FFFF00 !important;
}
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li > a > span,
.fsize_small #tmp_wrapper #tmp_footer .fnavi a,
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a > span{
	background-position: 0 0;
}
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_mmenu > a.active > span,
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span,
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a.active > span,
.fsize_small #tmp_wrapper #tmp_header_wrap .close_btn a > span,
.fsize_small #tmp_wrapper .btn_default a{
	background-position: 0 4px;
}
.fsize_small #tmp_wrapper #tmp_sma_rmenu .lang_list a{
	background-position: 26px 26px;
}
.fsize_small #tmp_wrapper #tmp_footer .flinks a,
.fsize_small #tmp_wrapper .emergency_blog .emergency_links a,
.fsize_small #tmp_wrapper #tmp_header_wrap .findinfo_search .btn_default a{
	background-position: 0 2px;
}
.fsize_small #tmp_wrapper #tmp_gnavi .drop_down_inner a{
	background-position: 1px 6px;
}
.fsize_small #tmp_wrapper.fixed_header #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a:not(.active) > span{
	background-position: 3px 5px;
}
.fsize_small #tmp_wrapper .btn_show_more span:before{
	top: 8px;
}
.fsize_small #tmp_wrapper .btn_show_more span:after{
	top: 2px;
}
.fsize_small #tmp_header_wrap .ctg_accordion_list a{
	background-position: -2px 2px;
}
.fsize_small #tmp_sma_rmenu .read_more_btn a > span{
	background-position: 0 7px;
}
.fsize_small #tmp_gnavi .gnavi > li:not(:last-of-type):before{
	bottom: 20px;
}
.fsize_big #tmp_wrapper #tmp_footer .pnavi a{
	font-size: 62%;
}
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi a{
	font-size: 42%;
}
.fsize_big #tmp_wrapper #tmp_footer .fnavi li,
.fsize_big #tmp_wrapper #tmp_footer .fnavi li:nth-of-type(3n+1),
.fsize_big #tmp_wrapper #tmp_footer .fnavi li:nth-of-type(3n+2),
.fsize_big #tmp_wrapper #tmp_footer .fnavi li:nth-of-type(3n+3),
.fsize_big2 #tmp_wrapper #tmp_footer .fnavi li,
.fsize_big2 #tmp_wrapper #tmp_footer .fnavi li:nth-of-type(3n+1),
.fsize_big2 #tmp_wrapper #tmp_footer .fnavi li:nth-of-type(3n+2),
.fsize_big2 #tmp_wrapper #tmp_footer .fnavi li:nth-of-type(3n+3){
	width: calc(50% - 5px);
}
.fsize_big2 #tmp_footer .flinks {
    width: 160px;
}
.fsize_big2 #tmp_footer .footer_contact {
	width: 42%;
}
/* ==================================================
no_javascript
================================================== */
.custom_miryoku .what_section .splide.no-splide .splide__list,
.no_javascript.custom_miryoku .what_section .splide .splide__list{
    margin: 0 -10px !important;
    flex-wrap: wrap;
	justify-content: center;
}
.custom_miryoku .what_section .splide.no-splide .splide__slide,
.no_javascript.custom_miryoku .what_section .splide .splide__slide{
    width: 25% !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
}
.no_javascript.custom_miryoku .what_section .splide{
    visibility: visible;
}
.no_javascript.custom_miryoku #tmp_view_map .area_list li{
	pointer-events: visible;
}
.easy_on.custom_miryoku #tmp_contents .miryoku_heading > h2,
.easy_on.custom_miryoku #tmp_manga_city .miryoku_heading > h2,
.easy_on.custom_miryoku #tmp_sec_pickup .miryoku_heading > h2,
.easy_on.custom_miryoku  #tmp_other .miryoku_heading > h2,
.easy_on.custom_miryoku #tmp_other_regions .miryoku_heading > h2{
    padding-top: 16px;
}
/* ==================================================
easy_on
================================================== */
.easy_on #tmp_gnavi .gnavi > li a > span,
.easy_on #tmp_lifeguide_top .language_inner a,
.easy_on #tmp_lifeguide_top .useful_box a {
    display: block !important;
}
.easy_on #tmp_lifeguide_top .useful_box a {
    padding-top: 28px !important;
 }
.easy_on #tmp_pageid {
    vertical-align: bottom !important;
}
.format_top.easy_on .sec_ttl h2 {
    padding-top: 12px;
}
/* ==================================================
Start font-weight
================================================== */
#tmp_hnavi_s > ul > li > a,
#tmp_header_wrap .findinfo_search .sch_btn input,
#tmp_header_wrap .ctg_accordion_switch a,
#tmp_header_wrap .ctg_accordion_ttl,
#tmp_header_wrap .ctg_accordion_list li,
.emergency_blog .emergency_blog_ttl p:first-child,
.emergency_blog .emergency_blog_cnt > p,
.emergency_blog .emergency_news li,
#tmp_emergency_info .saigai li,
#tmp_emergency_attention .emergency_blog_ttl .close_emergency a,
#tmp_header_wrap .close_btn a,
#tmp_footer .pnavi a,
#tmp_footer .footer_logo,
.ttl_double_line,
.btn_show_more a,
.useful_list .useful_item a,
.pages_list .page_item a,
.site_search_btns .clear_btn a,
.site_search_btns .submit_btn input,
.site_search_btns .reset_btn input,
.splide_common .splide__progress .progress_current,
#tmp_print a,
#tmp_rnavi_ttl a,
.transit_btn,
#tmp_hitori_banner .banner_lbl,
#tmp_hitori_banner .banner_title > p,
#tmp_hitori_banner .banner_title > h1,
.hitori_shadowns .item_title,
#tmp_child_edu_banner .banner_wrap .banner_caption,
#tmp_contents .child_edu_title h2,
.child_edu_title h2,
#tmp_child_edu_search .sch_box_ttl,
#tmp_child_edu_search .sch_target label,
#tmp_child_edu_search .sch_target select,
#tmp_child_edu_mv .banner_logo,
#tmp_child_edu_mv .banner_inner,
#tmp_mayor_navi ul.navi_list li a,
.wrap_mc_sp #tmp_switch_sp_style,
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button,
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button,
.custom_miryoku #tmp_miryoku_transit .miryoku_transit_row ul li a .box_ttl,
.custom_miryoku #tmp_view_map .area_list li .click_txt,
.custom_miryoku #tmp_view_map .area_list li .area_txt,
#tmp_lifeguide_top .life_front h1,
#tmp_lifeguide_top .life_front p,
#tmp_lifeguide_top .life_bellow {
	font-family: 'OT-HiraginoUDSansStdN-W5', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

/* ==================================================
clearfix
================================================== */
/* fix border radius border firefox */
@-moz-document url-prefix() {
	.disp_pc #tmp_hnavi_s > ul > li > a{
		box-shadow: 1px 0 0 #9b9b9b,-1px 0 0 #9b9b9b,0 1px 0 #9b9b9b,0 -1px 0 #9b9b9b;
	}
	.disp_pc #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
		box-shadow: 1px 0 0 #af0202,-1px 0 0 #af0202,0 1px 0 #af0202,0 -1px 0 #af0202;
	}
	.disp_pc #tmp_header_wrap .findinfo_search .sch_box input,
	.disp_pc #tmp_header_wrap .findinfo_search .sch_btn input,
	.disp_pc #tmp_hnavi_s > ul > li > a::before{
		box-shadow: 2px 0 0 #000000,-2px 0 0 #000000,0 2px 0 #000000,0 -2px 0 #000000;
	}
	.disp_pc #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a{
		box-shadow: 1px 0 0 #000000,-1px 0 0 #000000,0 1px 0 #000000,0 -1px 0 #000000;
	}
	.disp_pc #tmp_emergency_attention .emergency_blog_ttl .close_emergency a{
		box-shadow: 1px 0 0 #edb800,-1px 0 0 #edb800,0 1px 0 #edb800,0 -1px 0 #edb800;
	}
	.disp_pc #tmp_emergency_attention .emergency_blog_ttl .close_emergency a,
	.disp_pc #tmp_header_wrap .findinfo_search .sch_box input,
	.disp_pc #tmp_header_wrap .findinfo_search .sch_btn input,
	.disp_pc #tmp_hnavi_s > ul > li > a,
	.disp_pc #tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a,
	.disp_pc #tmp_hnavi_s > ul > li > a::before,
	.disp_pc #tmp_hnavi_s > ul > li#tmp_hnavi_smenu > a{
		border-color: transparent;
	}
}
/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lifeguide:after,
.col_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_contents: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,
#tmp_sma_rmenu .foreign_main:after,
#tmp_sma_rmenu .lang_list:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body:not(.format_top) #tmp_emergency_info {
	display: none;
}
}
