@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "Hiragino UD Sans Rd W3 JIS2004", 'メイリオ', Meiryo, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
optgroup,
strong,
b {
	font-family: "Hiragino UD Sans Rd W5 JIS2004", 'メイリオ', Meiryo, sans-serif;
}
body #tmp_contents p em {
	font-family: "Hiragino UD Sans Rd W3 JIS2004", 'メイリオ', Meiryo, sans-serif;
	font-size: 112.5%;
}
a:link,
a:active,
a:visited {
	color: #0072bc;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size: 112.5%;
	color: #333333;
	background-color: #ffffff;
}
body.custom_fanfun,
body.custom_hagu,
body.type_frailty {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight:500;
    color: #222222;
}
body.custom_fanfun optgroup,
body.custom_fanfun input,
body.custom_fanfun select,
body.custom_fanfun textarea,
body.custom_hagu optgroup,
body.custom_hagu input,
body.custom_hagu select,
body.custom_hagu textarea,
body.type_frailty optgroup,
body.type_frailty input,
body.type_frailty select,
body.type_frailty textarea {
    font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight:500;
}
body.custom_fanfun h1,
body.custom_fanfun h2,
body.custom_fanfun h3,
body.custom_fanfun h4,
body.custom_fanfun h5,
body.custom_fanfun h6,
body.custom_fanfun th,
body.custom_fanfun strong,
body.custom_fanfun b,
body.custom_hagu h1,
body.custom_hagu h2,
body.custom_hagu h3,
body.custom_hagu h4,
body.custom_hagu h5,
body.custom_hagu h6,
body.custom_hagu th,
body.custom_hagu strong,
body.custom_hagu b,
body.type_frailty h1,
body.type_frailty h2,
body.type_frailty h3,
body.type_frailty h4,
body.type_frailty h5,
body.type_frailty h6,
body.type_frailty th,
body.type_frailty strong,
body.type_frailty b {
    font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:bold;
}
.custom_hagu a:link,
.custom_hagu a:active,
.custom_hagu a:visited,
.type_frailty a:link,
.type_frailty a:active,
.type_frailty a:visited {
    color: #333333;
}

/* Styles
================================================== */
/* text */

.txt_red {
	color: #ba1414;	/* Setting by CMS sheets */
}

.txt_green {
	color: #136740;	/* 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_blue,
th.bg_blue {
	color: inherit;
	background-color: #e8fdfe;	/* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e9f6ea;	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #f3eeff;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
	position: relative;
}
.container:before,
.container:after {
	content: '';
	display: table;
}
.container:after {
	clear: both;
}
.container {
	width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
#tmp_contents {
	padding:0 0 40px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
 #tmp_main {
	padding:0 0 40px;
}
.type_frailty #tmp_main {
	padding-bottom:80px;
}
/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 260px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
}
.format_free .column_rnavi .col_main {
	margin-right: 300px;
}

/* hagu */
.custom_hagu.format_free .wrap_col_rgt_navi {
	width:240px;
}
.custom_hagu.format_free .column_rnavi .wrap_col_main {
	margin-right:-280px;
}
.custom_hagu.format_free .column_rnavi .col_main {
	margin-right:280px;
}
/* custom_movie */
.custom_movie.format_free .wrap_col_rgt_navi {
	width:350px;
}
.custom_movie.format_free .column_rnavi .wrap_col_main {
	margin-right:-412px;
}
.custom_movie.format_free .column_rnavi .col_main {
	margin-right:412px;
}

/* header
================================================== */
.header_wrapper{
	position: fixed;
	z-index: 800;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 2px solid #0072bc;
	padding-bottom: 56px;
	transition: padding-bottom 0.3s;
    -webkit-transition: padding-bottom 0.3s;
    -moz-transition: padding-bottom 0.3s;
}
#tmp_wrapper .header_wrapper.disp_header{
	top: 0;
	padding-bottom: 0;
}
.used_javascript .header_wrapper {
    left: auto;
}
#tmp_wrapper{
	padding-top: 134px;
}
#tmp_header {
	position: relative;
	z-index: 800;
	color: #333333;
	background-color: #ffffff;
	min-height: 76px;
}

#tmp_hlogo {
	margin-top: 16px;
	float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 281px;
	height: 54px;
	background: #ffffff url(/shared/site_rn2023/images/header/hlogo.png) no-repeat;
	color: #333333;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
	width: 281px;
	height: 54px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 281px;
	height: 54px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_means {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 76px;
}
#tmp_means .means_search_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 18px;
}
#tmp_sma_search {
	width: 265px;
}
#tmp_sma_search .wrap_sch_box {
	position: relative;
}
#tmp_sma_search .sch_box label {
	position: absolute;
	left: 13px;
    top: 9px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(/shared/site_rn2023/images/icon/icon_search.png) no-repeat;
    overflow: hidden;
}
#tmp_sma_search .sch_box{
	line-height: 1;
}
#tmp_sma_search .sch_box input {
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 36px;
	font-size: 77.8%;
	padding: 4px 70px 4px 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
#tmp_sma_search .sch_btn{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60px;
}
#tmp_sma_search .sch_btn input {
	display: block;
	background-color: #737373;
	border: 1px solid #737373;
	padding: 4px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #ffffff;
	font-size: 88.9%;
	letter-spacing: 1px;
	text-indent: 1px;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}
.sma_search_link {
	padding-left: 10px;
	position: relative;
	top: 3px;
}
.sma_search_link a {
	font-size: 88.9%;
	display: inline-block;
	text-decoration: none;
    color: #333333;
    background-color: transparent;
    background: url(/shared/site_rn2023/images/icon/icon_arrow_black.png) no-repeat left 9px;
	padding: 4px 0 4px 12px;
}
.format_top .top_link {
	display:none;
}
.top_link a{
	display: inline-block;
    min-height: 22px;
    text-decoration: none;
    font-size: 83.3%;
    color: #333333;
    background: #ffffff url(/shared/site_rn2023/images/header/top_page_icon.png) no-repeat left 1px;
    padding-left: 24px;
    margin: 8px 30px 0 0;
}
.top_link a:hover,
.top_link a:focus{
	text-decoration: underline;
}
#tmp_hnavi_s {
	display: block;
}
#tmp_hnavi_s > ul {
	list-style: none;
}
#tmp_hnavi_s > ul > li {
	float: left;
}
#tmp_hnavi_lmenu {
	display: none;
}
#tmp_hnavi_s > ul > li > a {
	width: 90px;
	font-size: 88.9%;
	display: block;
	text-decoration: none;
	padding: 44px 5px 8px 5px;
	background-position: center 13px;
	background-repeat: no-repeat;
}
#tmp_hnavi_rmenu {
	width: 90px;
}
#tmp_hnavi_rmenu > a {
	color: #ffffff;
	background-color: #0072bc;
	border: 1px solid #0072bc;
	background-image: url(/shared/site_rn2023/images/header/icon_bar_menu.png);
}
#tmp_hnavi_s > ul > li > a.active {
	color: #333333;
	background-color: #f3f3f3;
	background-image: url(/shared/site_rn2023/images/header/icon_close_menu.png);
	border-color: #f3f3f3;
}
#tmp_sma_lmenu,
#tmp_sma_rmenu {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	color: #333333;
    background-color: #f3f3f3;
	border-top: 1px solid transparent;
	overflow-y: auto;
}
.rmenu_open .header_wrapper {
	position: static;
}
#tmp_sma_lmenu img,
#tmp_sma_rmenu img{
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
#tmp_wrapper.rmenu_open {
	padding-top: 0 !important;
}
.sma_menu_inner {
	padding: 20px 0 41px;
	text-align: left;
}
.wrap_sma_sch .close_btn {
    margin-top: 36px;
	padding-right: 5px;
	text-align: center;
}
.wrap_sma_sch .close_btn a {
	position: relative;
	display: inline-block;
	font-size: 111.1%;
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.wrap_sma_sch .close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    top: 2px;
    background: transparent url(/shared/site_rn2023/images/header/icon_close_menu.png) no-repeat left center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.wrap_sma_sch .close_btn a:hover,
.wrap_sma_sch .close_btn a:focus {
	text-decoration: underline;
}

/* lmenu
================================================== */

/* rmenu
================================================== */
#tmp_sma_rmenu .accordion_cate {
	display: none;
}
.spmenu_open.rmenu:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(4, 4, 4, 0.2);
	z-index: 101;
}
.means_list {
	padding: 30px 29px 41px;
	color: inherit;
	background-color: #ffffff;
}
.means_list ul {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-image: none;
}
.means_list ul li {
    width: 25%;
    padding: 7px 0;
    margin: 0;
	border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
	list-style: none;
}
.means_list ul li a {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	height: 100%;
    border-right: 1px solid #d9d9d9;
    text-decoration: none;
	background-color: transparent;
	color: #333333;
	font-size: 88.9%;
	position: relative;
	padding: 16px 10px;
}
.means_list ul li.means_language a {
	padding-right: 22px;
}
.means_list ul li.means_setting a {
	padding-left: 13px;
}
.means_list ul li.means_business a {
	padding-right: 21px;
}
.means_list ul li.means_home,
.means_list ul li.means_facility {
	display: none;
}
.means_list ul li a:before {
	content: '';
	position: relative;
	width: 24px;
	height: 20px;
	top: 0;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.means_list ul li.means_language a:before {
	margin-right: 10px;
	background-image: url(/shared/site_rn2023/images/header/icon_lang.png);
}
.means_list ul li.means_setting a:before {
	margin-right: 4px;
	background-image: url(/shared/site_rn2023/images/header/icon_setting.png);
}
.means_list ul li.means_event a:before {
	margin-right: 8px;
	background-image: url(/shared/site_rn2023/images/header/icon_event.png);
}
.means_list ul li.means_facility a:before {
	margin-right: 8px;
	background-image: url(/shared/site_rn2023/images/header/icon_facility.png);
}
.means_list ul li.means_business a:before {
	margin-right: 8px;
	background-image: url(/shared/site_rn2023/images/header/icon_business.png);
}
.means_list ul li.means_home a:before {
	margin-right: 8px;
	background-image: url(/shared/site_rn2023/images/header/icon_home.png);
}
.means_list ul li:nth-child(3n+1) a {
    border-left: 1px solid #d9d9d9;
}
/* gnavi
================================================== */
#tmp_gnavi{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 9px;
}
#tmp_wrapper.fixed_header #tmp_gnavi {
	min-height: 0;
	padding: 0;
	visibility: hidden;
}
#tmp_gnavi_splide.splide {
	visibility: visible;
}
.gnavi ul {
	list-style: none;
	align-items: flex-end;
	flex-flow: row nowrap;
}
.gnavi li a {
	font-size: 83.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 17px 9px 6px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #333333;
	font-weight: 500;
	background-position: center top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	text-shadow:1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
				-1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
				0px 1px 0 #ffffff,  0-1px 0 #ffffff,
				-1px 0 0 #ffffff, 1px 0 0 #ffffff;
	-webkit-transition: background-image 0.2s ease-in-out, text-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: background-image 0.2s ease-in-out, text-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out, text-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.gnavi .glist1 {
	flex-shrink: 0;
	width: 122px;
}
.gnavi .glist1 a {
	padding: 18px 2px 8px 5px;
	background-image: url(/shared/site_rn2023/images/header/gnavi_list01.png);
}
.gnavi .glist2{
	width: 143px;
}
.gnavi .glist2 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list02.png);
}
.gnavi .glist3{
	width: 145px;
}
.gnavi .glist3 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list03.png);
}
.gnavi .glist4{
	width: 165px;
}
.gnavi .glist4 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list04.png);
}
.gnavi .glist5{
	width: 192px;
}
.gnavi .glist5 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list05.png);
}
.gnavi .glist6{
	width: 190px;
}
.gnavi .glist6 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list06.png);
}
.gnavi .glist7{
	width: 132px;
}
.gnavi .glist7 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list07.png);
}
.gnavi .glist8{
	width: 110px;
}
.gnavi .glist8 a {
	background-image: url(/shared/site_rn2023/images/header/gnavi_list08.png);
}
.gnavi .glist9{
	display:none;
}
#tmp_gnavi_splide{
	position: relative;
	padding: 0 26px;
}
#tmp_gnavi_splide.splide:not(.is-overflow){
	padding: 0;
}
#tmp_gnavi_splide.splide:not(.is-overflow) .splide__arrows {
	display: none;
}
#tmp_gnavi_splide .splide__arrow {
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	border-radius: 0;
}
#tmp_gnavi_splide .splide__arrow--prev,
#tmp_gnavi_splide .splide__arrow--next {
	display:block;
	margin-top:0;
	position:absolute;
	top:0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	width:26px;
	height:100%;
	background-color:#ffffff;
	color:#333333;
}
#tmp_gnavi_splide .splide__arrow--prev {
	left:0;
}
#tmp_gnavi_splide .splide__arrow--next {
	right:0;
	width: 22px;
}
#tmp_gnavi_splide .splide__arrow--prev::after,
#tmp_gnavi_splide .splide__arrow--next::after {
	content:'';
	position:absolute;
	top:50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-repeat: no-repeat;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	background-size: 14px auto;
}
#tmp_gnavi_splide .splide__arrow--prev::after {
	left: 4px;
	background-image: url(/shared/site_rn2023/images/header/icon_prev.png);
}
#tmp_gnavi_splide .splide__arrow--next::after {
	right: 4px;
	background-image: url(/shared/site_rn2023/images/header/icon_next.png);
}
#tmp_gnavi_splide .disabled .splide__arrow--prev,
#tmp_gnavi_splide .disabled .splide__arrow--next {
	opacity:1;
}
#tmp_gnavi_splide .disabled .splide__arrow--prev::after {
	background-image: url(/shared/site_rn2023/images/header/icon_prev_disabled.png);
}
#tmp_gnavi_splide .disabled .splide__arrow--next::after {
	background-image: url(/shared/site_rn2023/images/header/icon_next_disabled.png);
}
/* banner
================================================== */
#tmp_banner_ads{
	margin-bottom: 49px;
}
#tmp_banner_ads.no_banner {
	display:none;
}
#tmp_banner_ads .sec_heading h2{
	float: left;
}
#tmp_banner_ads .sec_heading .ads_link{
	padding-top: 42px;
	float: right;
}
#tmp_banner_ads .sec_heading .ads_link a{
	padding-left: 13px;
	font-size: 88.9%;
	display: inline-block;
	color: #333333;
	background: #FFFFFF url(/shared/templates/top_rn2023/images/icon/icon_ads_arr.png) 0 7px no-repeat;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
	text-decoration: none;
}
#tmp_banner_ads .sec_heading .ads_link a:hover,
#tmp_banner_ads .sec_heading .ads_link a:focus{
	text-decoration: underline;
}
#tmp_banner_ads .banner_ads_cnt ul{
	list-style: none;
	padding: 4px 0 0;
	margin: 0 -12px;
}
#tmp_banner_ads .banner_ads_cnt ul li{
	display:none;
	float: left;
	width: 16.6666666%;
	margin: 0 12px 20px;
}
#tmp_banner_ads .banner_ads_cnt ul li:nth-child(1),
#tmp_banner_ads .banner_ads_cnt ul li:nth-child(2),
#tmp_banner_ads .banner_ads_cnt ul li:nth-child(3) {
	display:block;
}
.format_top #tmp_banner_ads .banner_ads_cnt ul li{
	display:block;
}
#tmp_banner_ads .banner_ads_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
}
#tmp_banner_ads .banner_ads_cnt.banner_wrap_2023 ul li {
	margin: 0 32px 20px;
}
#tmp_banner_ads .banner_ads_cnt.banner_wrap_2023 ul li a {
	display: block;
	width: 180px;
	height: 60px;
}
#tmp_banner_ads .banner_ads_cnt.banner_wrap_2024 ul li a {
	display: block;
	width: 120px;
	height: 60px;
}

/* footer
================================================== */
#tmp_footer .footer_wrap{
	background-color: #ffffff;
	color: #333333;
}
#tmp_footer .footer_cnt{
	padding: 60px 0 30px;
	border-top: 1px solid #f3f3f3;
}
#tmp_footer .footer_address {
	float: left;
	width: 460px;
	padding-right: 30px;
}
.footer_address .footer_logo {
    width: 232px;
    height: 83px;
    color: inherit;
    background: #ffffff url(/shared/site_rn2023/images/footer/flogo.png) no-repeat;
	margin: 8px 0 15px 2px;
	font-size: 133.3%;
}
.footer_address .footer_logo span {
	display: block;
	width: 232px;
    height: 83px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.footer_address address {
	margin: 0;
    font-style: normal;
	font-size: 88.9%;
}
.footer_address address p {
	margin-bottom: 3px;
}
.footer_address address p span {
	margin-right: 10px;
}
.footer_aside {
	width: calc(100% - 460px);
	font-size: 88.9%;
	float: left;
}
/* fsocial  */
.fsocial,
.fnavi,
.flink {
	list-style: none;
	margin: 0;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.fsocial {
	margin-bottom: 22px;
	padding-right: 4px;
}
.fsocial li {
	padding-right: 28px;
	margin-bottom: 10px;
}
.fsocial li:last-child {
	padding-right: 0;
}
.fsocial li a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}
.fsocial li a img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* fnavi  */
.fnavi li a {
	padding: 4px 0 4px 13px;
	display: inline-block;
	background: transparent url(/shared/site_rn2023/images/icon/icon_arrow_black.png) 0 8px no-repeat;
	text-decoration: none;
	color: inherit;
}
.fnavi li {
	padding-right: 28px;
	margin-bottom: 10px;
}
.fnavi li:last-child {
	padding-right: 0;
}
/* flink */
.flink li {
	padding-right: 10px;
	margin-bottom: 10px;
}
.flink li:last-child {
	padding-right: 0;
}
.flink li a {
	padding: 9px 22px 7px 18px;
	display: inline-block;
	background: transparent url(/shared/site_rn2023/images/icon/icon_arrow_black.png) right 8px center no-repeat;
	text-decoration: none;
	color: inherit;
	min-width: 240px;
	border: 1px solid #d9d9d9;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.copyright_wrap {
	background-color: #0072bc;
	color: #ffffff;
	padding: 10px 0 6px;
}
.copyright {
	text-align: center;
	font-size: 66.7%;
}
/*pnavi*/
#tmp_footer .container {
	position: relative;
}
.pnavi{
	position: absolute;
    right: 10px;
    top: -23px;
    z-index: 90;
}
.pnavi,
.pnavi a,
.pnavi span {
	width: 90px;
	height: 63px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
    z-index: -1;
	text-indent: -9999px;
    overflow: hidden;
}
.pnavi a{
	font-size: 0.75rem;
	font-weight: bold;
	color: #333333;
	background: transparent url(/shared/site_rn2023/images/footer/ptop.png) no-repeat center center;
	text-align: center;
	text-decoration: none;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
}
.no_javascript .pnavi{
	opacity: 1;
}
/* ==================================================
common
================================================== */
.sec_heading h2,
.sec_heading p {
	position: relative;
	font-size: 155.6%;
	font-weight: 500;
	color: #333333;
	background-color: transparent;
	padding: 27px 0 15px;
}
.sec_heading h2 a,
.sec_heading p a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
.sec_heading h2:before,
.sec_heading p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 400px !important;
	border-top: 3px solid #0072bc;
}
.splide_pattern .splide__controls{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.splide_pattern .splide__toggle{
	display: block;
    width: 26px;
    height: 26px;
    color: #ffffff;
    background-color: #0072bc;
	border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.splide_pattern .splide__toggle span{
    display: inline-block;
    padding: 0;
	background-color: transparent;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.splide_pattern .splide__toggle span:before,
.splide_pattern .splide__toggle span.splide__toggle__pause:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:before,
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:after{
	width: 3px;
	height: 14px;
	color: #0072bc;
	background-color: #ffffff;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:before{
	left: 7px;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:after{
	left: 14px;
}
.splide_pattern .splide__toggle .splide__toggle__play{
    position: relative;
}
.splide_pattern .splide__toggle .splide__toggle__play:before{
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.splide_pattern .splide__toggle.is-active .splide__toggle__play,
.splide_pattern .splide__toggle__pause{
    display: none !important;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause{
	position: relative;
    display: inline-block !important;
}
.splide_pattern .splide__pagination{
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 0 0 4px;
}
.splide_pattern .splide__pagination li{
	display: block;
	padding: 0 5px;
}
.splide_pattern .splide__pagination__page{
	margin: 0;
	background-color: #ffffff;
	width: 15px;
	height: 15px;
	border: 1px solid #0072bc;
	opacity: 1;
	color: #0072bc;
	text-indent: -9999px;
}
.splide_pattern .splide__pagination__page.is-active{
	transform: none;
	background-color: #0072bc;
	border-color: #ffffff;
	color: #ffffff;
}
/* directional
================================================== */
#tmp_directional {
	font-size: 77.8%;
    padding: 18px 0 10px;
	clear:both;
}
#tmp_pankuzu {
	margin:0 0 20px;
}
#tmp_hagu_pankuzu {
	margin:0 0 4px;
}
#tmp_pankuzu p,
#tmp_hagu_pankuzu p {
	display: inline-block;
	vertical-align: middle;
}
#tmp_hagu_pankuzu p a {
    color: #0072bc;
}
#tmp_custom_update {
	float:right;
	text-align: right;
	line-height: 1.2;
}
#tmp_update,
#tmp_pageid,
#tmp_print {
    float: left;
	line-height:1.5;
	margin-left:16px;
}
#tmp_update span,
#tmp_pageid span {
	margin-right:0.3em;
}
#tmp_print {
	padding:0;
}
#tmp_print img {
	vertical-align:top;
}
#tmp_print a {
    transition: 0.3s ease-in-out opacity;
}
#tmp_print a:hover,
#tmp_print a:focus {
    opacity: 0.6;
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin:0 0 51px;
	border: 2px solid #d9d9d9;
	clear:both;
}
#tmp_inquiry_ttl{
	padding: 17px 21px 10px;
	background-color: #f9f8f8;
	border-bottom: 1px solid #d9d9d9;
	font-size: 111.1%;
	line-height: 1.8;
	font-weight: bold;
	color: #333333;
}
#tmp_inquiry_cnt {
	font-size: 88.9%;
	padding:22px 18px;
	background-color: #ffffff;
	color: #222222;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inq_phone p {
	display:inline;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:1.3em 0 0;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn a {
	display: inline-block;
	border: 0;
	text-decoration:none;
	cursor: pointer;
	background-color: #737373;
	color: #ffffff;
	font-weight: bold;
	min-width: 220px;
	padding: 14px 20px;
	-webkit-border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	border-radius: 1.8em;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
#tmp_inquiry_cnt .inquiry_btn a:hover,
#tmp_inquiry_cnt .inquiry_btn a:focus{
	opacity: 0.6;
}
/* emergency */
.custom_emergency #tmp_inquiry {
	border-color: #df0b0a;
}
.custom_emergency #tmp_inquiry_ttl {
	border-bottom-color:#df0b0a;
	background-color: #df0b0a;
	color: #ffffff;
	font-weight:normal;
}

/* ==================================================
rnavi
================================================== */
#tmp_rnavi{
	margin-bottom: 30px;
}
#tmp_rnavi_ttl{
	padding: 19px 10px 17px 20px;
	background-color: #0072bc;
	font-weight: 500;
	line-height: 1.3;
	color: #ffffff;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -19px -10px -17px -20px;
	padding: 19px 10px 17px 38px;
	background: transparent url(/shared/site_rn2023/images/icon/arrow_link_rgt_wh.png) no-repeat 20px center;
	-webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_ttl a:focus{
	text-decoration: underline;
}
#tmp_rnavi_cnt li{
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}
#tmp_rnavi_cnt li a{
	display: block;
	padding: 13px 12px 7px 36px;
	background: #ffffff url(/shared/site_rn2023/images/icon/arrow_link_rgt.png) no-repeat 19px 20px;
	-webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
	font-size: 88.9%;
	line-height: 1.5;
	text-decoration: none;
	color: #333333;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt li.active a,
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt li a:focus{
	background-color: #f3f3f3;
}
/* rnavi other */
#tmp_other{
	position: relative;
	padding: 27px 20px 24px;
	margin-bottom:20px;
	background-color: #e9f7ff;
	color: #333333;
	z-index: 1;
}
#tmp_other .other_box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_other .other_box_ttl{
	position: relative;
	margin-bottom: 10px;
    padding-top: 12px;
	font-weight: 500;
	line-height: 1.3;
}
#tmp_other .other_box_ttl:before {
	position: absolute;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 1;
	width: 80px;
	height: 2px;
	background-color: #0072bc;
	color: #ffffff;
}
#tmp_other .other_box_cnt li{
	list-style: none;
}
/* banner */
#tmp_other_banner{
	margin-bottom: 33px;
}
#tmp_other_banner .banner_inner,
#tmp_other_banner .banner_img,
#tmp_other_banner .banner_link{
	display: block;
}
#tmp_other_banner .banner_inner.active .banner_link a,
#tmp_other_banner .banner_link a:hover,
#tmp_other_banner .banner_link a:focus{
	text-decoration: underline;
}
#tmp_other_banner .banner_inner.active img{
	opacity: 0.7;
}
/* pickup & info */
#tmp_other_pickup,
#tmp_other_info{
	margin-bottom: 28px;
}
#tmp_other_pickup .splide,
#tmp_other_info .splide{
	padding-bottom: 36px;
}
#tmp_other_pickup .splide__slide a,
#tmp_other_info .splide__slide a{
	display: block;
}
#tmp_other_pickup .splide__slide img,
#tmp_other_info .splide__slide img{
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
#tmp_other_pickup .splide__slide .active img,
#tmp_other_pickup .splide__slide a:hover img,
#tmp_other_pickup .splide__slide a:focus img,
#tmp_other_info .splide__slide .active img,
#tmp_other_info .splide__slide a:hover img,
#tmp_other_info .splide__slide a:focus img{
	opacity: 0.7;
}

/* ads */
#tmp_other_ads .other_ads_list{
	margin: 0 20px 10px;
}
#tmp_other .other_ads_list a{
	display: block;
}
#tmp_other .other_ads_list .active img,
#tmp_other .other_ads_list a:hover img,
#tmp_other .other_ads_list a:focus img{
	opacity: 0.7;
}
#tmp_other_ads .other_ads_list li:not(:last-child){
	margin-bottom: 10px;
}
#tmp_other_ads .other_ads_link{
	text-align: right;
}
#tmp_other_ads .other_ads_link a{
	display: inline-block;
	padding: 3px 0 3px 14px;
	background: transparent url(/shared/site_rn2023/images/icon/arrow_link_rgt.png) no-repeat left center;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	font-size: 88.9%;
	line-height: 1.5;
	text-align: left;
	color: inherit;
	text-decoration: none;
	letter-spacing: -0.02em;
}
#tmp_other_ads .other_ads_link .active a,
#tmp_other_ads .other_ads_link a:hover,
#tmp_other_ads .other_ads_link a:focus{
	text-decoration: underline;
}
/* ==================================================
menu
================================================== */
.sec_mega_menu_group{
	color: #333333;
	background-color: #f3f3f3;
	margin-bottom: 60px;
}
.sec_mega_menu_group .sec_heading h2{
	font-size: 166.6%;
	font-weight: bold;
}
.sec_accordion_container{
	margin-bottom: 34px;
}
.sec_accordion_container .sec_heading h2{
	padding: 25px 0 14px;
}
.sec_accordion_container .accordion_ttl {
	margin-bottom: 16px;
	font-size: 133.3%;
	font-weight: 500;
}
.sec_accordion_container .accordion_ttl a{
	padding: 2px 0 0 44px;
	display: inline-block;
	min-height: 34px;
	color: #333333;
	text-decoration: none;
	cursor: text;
}
.sec_accordion_container .administrative_ttl a{
	background: #f3f3f3 url(/shared/site_rn2023/images/icon/icon_service.png) left center no-repeat;
	background-size: 34px auto;
	-moz-background-size: 34px auto;
	-webkit-background-size: 34px auto;
}
.sec_accordion_container .organization_tll a{
	background: #f3f3f3 url(/shared/site_rn2023/images/icon/icon_organizational.png) left center no-repeat;
	background-size: 34px auto;
	-moz-background-size: 34px auto;
	-webkit-background-size: 34px auto;
}
.sec_accordion_container .accordion_cnt{
	padding: 21px 20px 8px 20px;
    overflow: hidden;
    color: #333333;
    background-color: #FFFFFF;
}
.sec_accordion_container .accordion_panel{
	margin-bottom: 26px;
}
.accordion_cate .accordion_item{
	display: flex;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0 13px;
}
.accordion_nav,
.accordion_link{
	list-style: none !important;
	padding: 0;
	margin: 0 !important;
}
.accordion_heading_link{
	font-size: 94.4%;
	width: 148px;
}
.accordion_heading_link a{
	padding: 1px 5px 5px 0;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	cursor: text;
	font-weight: 500;
}
.accordion_nav{
	flex: 1;
	padding-top: 5px;
	font-size: 83.333333%;
}
.accordion_nav li{
	float: left;
	width: 14.28%;
	padding-right: 13px;
}
.accordion_nav li:nth-child(7n+1){
	clear: left;
}
.accordion_nav li:nth-child(7n){
	clear: right;
}
.accordion_nav li a{
	padding-left: 12px;
	display: inline-block;
	min-height: 45px;
	text-decoration: none;
	line-height: 1.5;
	color: #333333;
	background: transparent url(/shared/site_rn2023/images/icon/arrow_link_rgt.png) 0 5px no-repeat;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
}
.accordion_nav li a:hover,
.accordion_nav li a:focus{
	text-decoration: underline;
}
.accordion_link{
	padding: 3px 0 2px 0;
	font-size: 88.9%;
}
.accordion_link li{
	padding-right: 32px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.accordion_link li a{
	padding-left: 14px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF url(/shared/site_rn2023/images/icon/arrow_link_rgt.png) 0 5px no-repeat;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
}
.accordion_link li a:hover,
.accordion_link li a:focus{
	text-decoration: underline;
}
/* ==================================================
引き継ぐスタイル
================================================== */
/* publicity_s
================================================== */
#tmp_publicity_s {
	margin:0 0 40px;
}
#tmp_publicity_s p {
	margin:0 0 20px;
}
#tmp_publicity_s p a {
	display: block;
}
#tmp_publicity_s p img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
#tmp_publicity_s p a:hover img,
#tmp_publicity_s p a:focus img {
	opacity: 0.6;
}
#tmp_publicity_s #advert_area_0 {
	margin:0 0 30px;
}
#tmp_publicity_s #advert_area_0 ul {
	list-style:none;
	text-align:center;
}
#tmp_publicity_s #advert_area_0 ul li {
	margin:0 auto 10px;
}
#tmp_publicity_s #advert_area_0 p img {
	width: 200px;
}
/* rnavi_func
================================================== */
.rnavi_func {
	margin: 0 0 40px;
	border: 1px solid #007900;
}
.rnavi_func_ttl {
	font-weight: bold;
	font-size: 111.1%;
	background-color:#333333;
	color: #ffffff;
	padding: 20px 14px 18px;
	margin: 0 -1px;
}
.rnavi_func_ttl a {
	display:block;
	text-decoration: none;
	background: #333333 url(/shared/templates/free/images/icon/icon_arrow_white.png) left 6px no-repeat;
	-webkit-background-size: 11px 17px;
	-moz-background-size: 11px 17px;
	background-size: 11px 17px;
	color: #ffffff;
	padding-left:16px;
}
.rnavi_func_ttl a:hover,
.rnavi_func_ttl a:focus {
	text-decoration: underline;
}
.rnavi_func_cnt ul {
	list-style: none;
}
.rnavi_func_cnt ul li {
	border-bottom: 1px solid #007900;
}
.rnavi_func_cnt ul li:last-child {
	border-bottom: none;
}
.rnavi_func_cnt ul li a {
	text-decoration: none;
	display: block;
	padding: 16px 10px 15px 28px;
	color: #333333;
	background: #ffffff url(/shared/templates/free/images/icon/icon_arrow_green.png) 12px 23px no-repeat;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
/* box_article
================================================== */
#box_article {
	margin: 0 0 40px;
	border: 2px solid #e5e5e5;
}
#box_article .box_article_ttl {
	font-weight: bold;
	background-color: #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	color: #333333;
	line-height: 1.4;
	padding: 11px 10px 9px;
}
#box_article ul {
	list-style: none;
}
#box_article ul li {
	border-bottom: 1px solid #e5e5e5;
}
#box_article ul li:last-child {
	border-bottom: none;
}
#box_article ul li a {
	text-decoration: none;
	display: block;
	padding: 16px 10px 13px 28px;
	color: #333333;
	background: #ffffff url(/shared/templates/free/images/icon/icon_arrow_green.png) 12px 23px no-repeat;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
.rnavi_func_cnt ul li.active a,
.rnavi_func_cnt ul li a:hover,
.rnavi_func_cnt ul li a:focus,
#box_article ul .active a,
#box_article ul a:hover,
#box_article ul a:focus {
	background-color: #007900;
	color: #ffffff;
	background-image: url(/shared/templates/free/images/icon/icon_arrow_white.png);
}
.rgt_navi_cnt{
	font-size: 88.9%;
	margin-bottom: 25px;
}
.rgt_navi_cnt ul{
	list-style: none;
}
.rgt_navi_cnt ul li{
	margin-bottom: 13px;
}
.rgt_navi_cnt ul li a{
	display: block;
	padding-left: 20px;
	line-height: 1.6;
	background: transparent url(/shared/templates/childcare_free/images/list_icon_blue.png) no-repeat 0 8px;
	color: #333333;
}
.rgt_navi_cnt ul li a:hover,
.rgt_navi_cnt ul li a:focus{
	text-decoration: none;
}
.rgt_navi_btn a{
	display: block;
	text-align: center;
	color: #333333;
	text-decoration: none;
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 6px 20px 4px 20px;
	font-size: 88.8%;
    background: #FFFFFF url(/shared/images/icon/arrow_rnavi.png) no-repeat right center;
    border: 2px solid #FFFFFF;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.rgt_navi_btn a:hover,
.rgt_navi_btn a:focus{
    border: 2px solid #00b3f9;
}
/* ==================================================
modal_view
================================================== */
.modal_view {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index:10000;
}
.modal_view .modal_bg {
    background: rgba(255, 255, 255, 0.7);
    height: 100vh;
    width: 100%;
}
.modal_view .wrap_box_modal {
	border-top:6px solid #0072bc;
    background: #ffffff;
    left: 50%;
    position: absolute;
    max-width: 860px;
	width:100%;
	top: 50%;
    transform: translate(-50%, -50%);
	max-height:90%;
	overflow-y:auto;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.modal_view .box_modal {
	padding:2.5em 20px 20px;
}
.modal_view .box_modal_ttl {
	font-size:144.4%;
	line-height:1.2;
	font-weight:bold;
	padding-left:17px;
	position:relative;
	margin:0 0 20px;
}
.modal_view .box_modal_ttl p {
	margin-bottom:0 !important;
}
.modal_view .box_modal_ttl::before {
	content:"";
	position:absolute;
	top:8px;
	left:4px;
	bottom:8px;
	width:3px;
	height:auto;
	border-left:3px solid #0072bc;
}
.modal_view .area_map {
	text-align:center;
}
.modal_view .area_map img {
	width:440px;
	height:auto;
}
.modal_view .modal_area_ttl {
	font-weight:bold;
	margin:0 0 10px;
}
.modal_view .area_ttl {
	background-color:#0072bc;
	color:#ffffff;
	font-weight:bold;
	padding:4px 18px;
	margin:0 0 20px;
}
.modal_view .area_list {
	list-style:none;
	margin:0;
	padding:0 0 10px;
}
.modal_view .area_list li {
	display:inline-block;
	vertical-align:top;
	margin:0 20px 8px 0 !important;
	background:url(/shared/site_rn2023/images/icon/list_icon.gif) no-repeat left 0.4em;
	padding-left:12px;
}
.modal_view .modal_close_btn {
    position: absolute;
    top: 12px;
    right: 15px;
	font-weight:bold;
	z-index:10;
}
.modal_view .modal_close_btn a {
	display:inline-block;
	text-decoration:none;
	background:url(/shared/templates/free/images/icon/modal_close_icon.png) no-repeat right center;
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
	padding:2px 22px 2px 0;
}
.modal_view .modal_close_btn a:hover,
.modal_view .modal_close_btn a:focus {
	text-decoration:underline;
}
.modal_view .sp_view {
	display:none;
}
/* ==================================================
service
================================================== */
.box_service ul,
.box_online_service ul,
.box_case ul {
	list-style: none;
}
.box_service_col2 {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	margin-top: 32px;
	padding: 0 29px;
}
.box_service_col2 > div {
	flex: 1;
}
.box_service .service_list {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	gap: 34px 10px;
}
.box_service .service_list li {
	width: calc((100% - 40px) / 5);
}
.box_service .service_list a {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column;
	text-decoration: none;
	text-align: center;
	color: #333333;
	background-color: transparent;
	line-height: 1.2;
}
.box_service .service_list a:hover,
.box_service .service_list a:focus {
	text-decoration: underline;
}
.box_service .service_list .service_icon {
	max-width: 70px;
	margin: 0 auto 6px;
}
.box_service .service_list .service_link {
	min-height: 50px;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.box_service .service_cnt {
	padding: 3px 30px 0 0;
}
.box_service .service_cnt .service_list {
	margin-left: -20px;
}
.box_online_service {
	background-color: #c5e0f1;
	color: #333333;
	margin-bottom: 10px;
}
.box_case {
	background-color: #ffeded;
	color: #333333;
	margin-bottom: 10px;
}
.box_online_service .sec_heading h2,
.box_online_service .sec_heading p,
.box_case .sec_heading h2,
.box_case .sec_heading p {
	padding-left: 22px;
}
.box_case .sec_heading h2:before,
.box_case .sec_heading p:before {
	border-color: #df0a0a;
}
.box_online_service .online_service_cnt,
.box_case .case_cnt {
	padding: 0 20px 5px;
}
.box_case .list_case,
.box_online_service .list_online_service {
	margin: 0 -10px;
}
.box_case .list_case li,
.box_online_service .list_online_service li{
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.box_case .list_case li:nth-child(2n),
.box_online_service .list_online_service li:nth-child(2n) {
	clear: right;
}
.box_case .list_case li:nth-child(2n+1),
.box_online_service .list_online_service li:nth-child(2n + 1) {
	clear: left;
}
.box_online_service .list_online_service a {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 54px;
	background: #ffffff url(/shared/site_rn2023/images/icon/icon_arrow_black.png) right 19px center no-repeat;
	color: #333333;
	text-decoration: none;
	padding: 15px 31px 12px 26px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.box_case .list_case a {
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 54px;
	background: #ffffff url(/shared/site_rn2023/images/icon/icon_arrow_red.png) right 19px center no-repeat;
	color: #333333;
	text-decoration: none;
	padding: 15px 31px 12px 19px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.box_case .list_case .case_icon {
	width: 38px;
    padding-right: 9px;
	position: relative;
	top: -2px;
}
.box_case .list_case .case_link {
	flex: 1;
}
/* image */
.box_service .service_list .service_icon img,
.box_case .list_case .case_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* kanri_area
================================================== */
#tmp_contents .service_menu_wrap ul {
	list-style: none;
	margin: 0;
}
#tmp_contents .service_menu_wrap h2 {
	margin: 0 !important;
	background-color: transparent !important;
	border-top: none !important;
}
#tmp_contents .box_online_service .online_service_cnt,
#tmp_contents .box_case .case_cnt {
    padding: 0 7px 10px;
}
.service_menu_wrap {
	margin: 0;
	padding-top: 40px;
	color: inherit;
	background-color: #ffffff;
	text-align: left;
}
#tmp_contents .service_menu_wrap .box_service .sec_heading h2 {
	padding: 30px 0 21px;
}
#tmp_contents .service_menu_wrap .box_service_col2 .sec_heading h2 {
	padding: 30px 24px 16px;
}
.service_menu_wrap .box_service .service_list {
    gap: 33px 0;
}
.service_menu_wrap .box_service .service_cnt {
	padding: 0;
}
.service_menu_wrap .box_service .service_cnt .service_list {
	margin: 0;
	padding: 0 15px 0 6px;
}
.service_menu_wrap .box_service .service_list li {
    width: calc((100% - 2px) / 10);
}
.service_menu_wrap .box_service .sec_heading {
	padding: 0 29px;
}
.service_menu_wrap .box_service .sec_heading h2,
.service_menu_wrap .box_service .sec_heading p {
	padding: 30px 0 21px;
}
.service_menu_wrap .box_service_col2 .sec_heading h2,
.service_menu_wrap .box_service_col2 .sec_heading p {
	padding: 30px 24px 16px;
}
/* sitemap_area
================================================== */
#tmp_contents .sec_mega_menu_group .sec_heading h2 {
	border-top: 0;
	margin: 0;
}
#tmp_contents .sec_mega_menu_group .container {
	width: 100%;
}
#tmp_contents .sec_accordion_container .accordion_cate .accordion_item {
	border: none;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 0;
	display: flex;
}
/* rnavi_area
================================================== */
#tmp_rnavi_area {
	width: 260px;
	margin: 0 auto;
}
#tmp_rnavi_area .splide .splide__slide:not(:last-child) {
	margin-bottom: 10px;
}
#tmp_rnavi_area .splide__slide p {
	margin-bottom: 0;
	line-height: 1.6;
}
#tmp_rnavi_area .splide_pattern .splide__pagination {
	margin: 0;
}
#tmp_rnavi_area .splide_pattern .splide__pagination li {
	margin: 0;
	list-style: none;
}
/* ==================================================
サブサイト共通
================================================== */
.custom_hagu #tmp_wrapper,
.type_frailty #tmp_wrapper,
.custom_fanfun #tmp_wrapper {
	padding-top:78px;
}
.custom_hagu #tmp_gnavi,
.type_frailty #tmp_gnavi,
.custom_fanfun #tmp_gnavi {
	display:none;
}
.custom_hagu .header_wrapper,
.type_frailty .header_wrapper,
.custom_fanfun .header_wrapper {
	padding-bottom:0 !important;
}
.custom_hagu #tmp_wrap_main > .container,
.custom_fanfun #tmp_wrap_main > .container,
.format_top.custom_fanfun #tmp_wrap_main .container {
	padding: 0 40px;
}
.custom_hagu #tmp_wrap_emergency_infor .container,
.custom_fanfun #tmp_wrap_emergency_infor .container,
.custom_hagu #tmp_wrap_renkei_emergency .container,
.custom_fanfun #tmp_wrap_renkei_emergency .container {
	width: auto;
	padding: 0;
}
.custom_fanfun .sec_mega_menu_group,
.custom_hagu .sec_mega_menu_group,
.type_frailty #tmp_banner_ads {
	display:none;
}

/* ==================================================
はぐはぐ柏
================================================== */
/* cate_ttl_childcare
================================================== */
#tmp_cate_ttl_childcare {
	background:url(/shared/templates/childcare_free/images/cate_ttl_childcare_bg.jpg) no-repeat 0 0;
	padding:23px 0;
	margin:0 0 20px;
	clear:both;
}
#tmp_cate_ttl_childcare p {
	margin:0 auto;
}
#tmp_cate_ttl_childcare p a {
	background:url(/shared/templates/childcare_free/images/cate_ttl_childcare.png) no-repeat 0 0;
}
#tmp_cate_ttl_childcare p,
#tmp_cate_ttl_childcare p a,
#tmp_cate_ttl_childcare p span {
	width:490px;
	height:54px;
}
/* top */
#tmp_cate_ttl_childcare_top {
	background:url(/shared/templates/childcare_top/images/main/cate_ttl_childcare_top_bg.jpg) no-repeat 0 0;
	position:relative;
	padding:44px 0 42px;
}
#tmp_cate_ttl_childcare_top h1 {
	background: url(/shared/templates/childcare_top/images/main/cate_ttl_childcare_top.png) no-repeat 0 0;
	margin:0 auto 30px;
}
#tmp_cate_ttl_childcare_top h1,
#tmp_cate_ttl_childcare_top h1 span {
	width:516px;
	height:204px;
}
#tmp_cate_ttl_childcare_top .goto_link {
	position:absolute;
	right:53px;
	bottom:88px;
	z-index:1;
}
#tmp_cate_ttl_childcare_top .goto_link a {
	display: inline-block;
	padding: 2px 20px 2px 0;
	text-decoration: none;
	font-size: 88.9%;
	background: url(/shared/templates/childcare_top/images/icon/icon_arrow.png) no-repeat right center;
	-webkit-background-size:7px auto;
	-moz-background-size:7px auto;
	background-size:7px auto;
}
#tmp_cate_ttl_childcare_top .goto_link a:hover,
#tmp_cate_ttl_childcare_top .goto_link a:focus {
	text-decoration:underline;
}
/* sch_navi
================================================== */
.custom_hagu .sch_navi {
	display:none !important;
}

/* gnavi_subsite
================================================== */
#tmp_gnavi_childcare {
	margin-bottom: 60px;
    position: relative;
}
#tmp_gnavi_childcare ul {
	list-style:none;
	margin: 0 auto;
	padding: 10px 0;
	list-style: none;
	box-shadow: 0px 4px 20px 0px rgba(87, 62, 18, 0.1);
	-moz-box-shadow: 0px 4px 20px 0px rgba(87, 62, 18, 0.1);
	-webkit-box-shadow: 0px 4px 20px 0px rgba(87, 62, 18, 0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: #333333;
	background-color: #ffffff;
}
.type_top #tmp_gnavi_childcare {
	margin-top: -42px;
}
.type_top #tmp_gnavi_childcare ul {
	margin:0 40px;
}
#tmp_gnavi_childcare ul li {
	position: relative;
	width: 20%;
	float: left;
	padding: 0 10px;
	text-align: center;
}
#tmp_gnavi_childcare ul li::after {
	content: '';
	width: 1px;
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 5px;
	background-color: #e6e3e3;
}
#tmp_gnavi_childcare ul li:last-child::after {
	content: none;
}
#tmp_gnavi_childcare ul li a {
	position: relative;
	display: block;
	padding:10px 10px;
	text-decoration: none;
	font-weight: 500;
	color: #333333;
	background-color: transparent;
	transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-ms-transition: 0.3s background-color ease-in-out;
	-o-transition: 0.3s background-color ease-in-out;
}
.type_top #tmp_gnavi_childcare ul li a {
	padding:17px 10px;
}
#tmp_gnavi_childcare ul li a:hover,
#tmp_gnavi_childcare ul li a:focus,
#tmp_gnavi_childcare ul li.active a {
	background-color: #dbf8ff;
}
#tmp_gnavi_childcare ul li span {
	display:inline-block;
	padding-left:17px;
	background: url(/shared/templates/childcare_top/images/icon/gnavi_icon.png) no-repeat left center;
}
/* rnavi
================================================== */
.custom_hagu .rnavi_func {
	margin: 0;
	border: none;
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 31px;
}
.custom_hagu .rnavi_func ul{
    list-style: none;
}
.custom_hagu .rnavi_func .rnavi_func_ttl {
	padding:0;
	margin:0;
	font-size: 100%;
}
.custom_hagu .rnavi_func .rnavi_func_ttl a{
   display: block;
   color: #333333;
   font-weight: bold;
   text-decoration: none;
   font-size: 111.1%;
   padding: 23px 10px 16px 33px;
    border-bottom: 3px solid #00b3f9;
    background: #FFFFFF url(/shared/templates/childcare_free/images/arrow_box.png) no-repeat 15px 31px;
}
.custom_hagu .rnavi_func .rnavi_func_ttl a:hover,
.custom_hagu .rnavi_func .rnavi_func_ttl a:focus{
    text-decoration: underline;
}
.custom_hagu .rnavi_func .rnavi_func_cnt li{
    border-bottom: 1px solid #e6e3e3;
}
.custom_hagu .rnavi_func .rnavi_func_cnt li a {
    display: block;
    padding: 14px 5px 16px 31px;
    color: #333333;
    text-decoration: none;
    background: #FFFFFF url(/shared/templates/childcare_free/images/arrow_box.png) no-repeat 13px 23px;
    -moz-background-size: 7px auto;
    -webkit-background-size: 7px auto;
    background-size: 7px auto;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.custom_hagu .rnavi_func .rnavi_func_cnt .active a,
.custom_hagu .rnavi_func .rnavi_func_cnt li a:hover,
.custom_hagu .rnavi_func .rnavi_func_cnt li a:focus{
    background-color: #dbf8ff
}
/* rsearch_childcare
================================================== */
#tmp_rsearch_childcare {
	padding:13px 12px 17px 10px;
	color:#333333;
	background-color:#f7f5f0;
	margin:0 0 34px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#tmp_rsearch_childcare .site_sch_ttl {
	font-weight:bold;
	margin:0 0 5px;
	background:url(/shared/templates/childcare_top/images/icon/sch_ttl_icon.png) no-repeat left 6px;
	-webkit-background-size:19px auto;
	-moz-background-size:19px auto;
	background-size:19px auto;
	padding:5px 0 6px 24px;
	line-height:1.2;
}
#tmp_rsearch_childcare .site_wrap_sch {
	position:relative;
}
#tmp_rsearch_childcare #tmp_site_childcare_query {
    border: 1px solid #e5e3e3;
    width: 100%;
    padding: 5px 42px 5px 5px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#tmp_rsearch_childcare #tmp_site_sch_childcare_btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    border: none;
    text-indent: -9999px;
    background: #1e7b9f url(/shared/images/icon/icon_sch_white.png) center center no-repeat;
    color: #ffffff;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    transition: 0.3s ease-in-out background-color;
    -webkit-transition: 0.3s ease-in-out background-color;
    -moz-transition: 0.3s ease-in-out background-color;
}
#tmp_rsearch_childcare #tmp_site_sch_childcare_btn:hover,
#tmp_rsearch_childcare #tmp_site_sch_childcare_btn:focus{
    background-color: #043b63;
}
#tmp_rsearch_childcare .box_seach_link {
	margin-top:5px;
	font-size:77.77%;
	text-align:right;
}
#tmp_rsearch_childcare .box_seach_link a {
	padding:2px 18px 2px 0;
	background:url(/shared/templates/childcare_top/images/icon/icon_arrow.png) no-repeat right center;
	-webkit-background-size:7px auto;
	-moz-background-size:7px auto;
	background-size:7px auto;
}
/* rnavi_childcare_list
================================================== */
.rnavi_childcare_list {
	margin-bottom: 40px;
}
.rnavi_childcare_list1,
.rnavi_childcare_list2,
.rnavi_childcare_list3 {
	display:table;
	width:100%;
	margin-bottom: 10px;
	font-size: 88.8%;
}
.rnavi_childcare_list1 span {
	display:block;
}
.rnavi_childcare_list1 a,
.rnavi_childcare_list2 a,
.rnavi_childcare_list3 a {
	display: table-cell;
	vertical-align:middle;
	width:100%;
	height:60px;
    padding:5px 20px 5px 45px;
	text-decoration: none;
	color: #333333;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:12px center;
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #e5e3e3;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-background-size: 24px 24px !important;
    -moz-background-size: 24px 24px !important;
    background-size: 24px 24px !important;
}
.rnavi_childcare_list1 a:hover,
.rnavi_childcare_list2 a:hover,
.rnavi_childcare_list3 a:hover,
.rnavi_childcare_list1 a:focus,
.rnavi_childcare_list2 a:focus,
.rnavi_childcare_list3 a:focus{
    border-color:#00b3f9;
}
.rnavi_childcare_list1 a {
	background-image:url(/shared/templates/childcare_top/images/icon/icon_hospital.png);
}
.rnavi_childcare_list2 a {
	background-image:url(/shared/templates/childcare_top/images/icon/icon_phone.png);
}
.rnavi_childcare_list3 a {
	background-image:url(/shared/templates/childcare_top/images/icon/icon_mask.png);
}
/* rgt_navi_banner
================================================== */
.rnavi_childcare_bnr{
	margin-bottom:46px;
}
.rnavi_childcare_bnr ul{
	list-style: none;
}
.rnavi_childcare_bnr li{
	margin-bottom: 13px;
}
.rnavi_childcare_bnr .navi_banner_inner{
	position: relative;
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid #e6e3e3;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out ;
	display:table;
	width: 100%;
}
.rnavi_childcare_bnr .navi_banner_inner.active{
    border: 1px solid #00b3f9;
}
.rnavi_childcare_bnr .navi_banner_image{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 117px;
}
.rnavi_childcare_bnr .navi_banner_image:after{
    content: "";
    position: absolute;
    right: -70px;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/shared/templates/childcare_free/images/bg_navi_banner.png) repeat-y;
}
.rnavi_childcare_bnr .navi_banner_image img{
	width: 100%;
	height: auto;
}
.rnavi_childcare_bnr .navi_banner_caption{
	position: relative;
	z-index: 2;
	display: table-cell;
	width: 100%;
	height: 90px;
	vertical-align: middle;
	padding: 5px 10px 0 75px;
}
.rnavi_childcare_bnr .navi_banner_caption a{
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.rnavi_childcare_bnr .navi_banner_caption .small_caption {
	display: block;
	font-size: 77.7%;
}
.rnavi_childcare_bnr .navi_banner_caption .caption {
	font-size:88.9%;
}
/* rgt_navi
================================================== */
.custom_hagu #box_article {
	border:none;
}
.custom_hagu .box_article_cnt{
	font-size: 88.9%;
	margin-bottom: 25px;
}
.custom_hagu .box_article_cnt ul {
	list-style: none;
}
.custom_hagu .box_article_cnt ul li {
	margin-bottom: 13px;
	border: none;
}
.custom_hagu .box_article_cnt ul li a{
	display: block;
	padding: 0 0 0 20px;
	line-height: 1.6;
	background: transparent url(/shared/templates/childcare_free/images/list_icon_blue.png) no-repeat 0 8px;
	color: #333333;
	text-decoration: underline;
}
.custom_hagu .box_article_cnt ul li a:hover,
.custom_hagu .box_article_cnt ul li a:focus{
	text-decoration: none;
}
.custom_hagu .rgt_navi_btn {
	margin:0 0 20px;
}
.custom_hagu .rgt_navi_btn a{
	position:relative;
	display: block;
	color: #333333;
	text-decoration: none;
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 6px 20px 4px 20px;
	font-size: 88.8%;
	background-image:none;
    border: 2px solid #FFFFFF;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.custom_hagu .rgt_navi_btn a::after {
    content: '';
    width: 7px;
    height: 11px;
    position: absolute;
    right:10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/shared/templates/childcare_top/images/icon/icon_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.custom_hagu .rgt_navi_btn a:active a,
.custom_hagu .rgt_navi_btn a:hover,
.custom_hagu .rgt_navi_btn a:focus{
    border: 2px solid #00b3f9;
}
.custom_hagu #box_article {
	margin-bottom: 40px;
}
.custom_hagu #box_article .box_article_ttl,
.custom_hagu .rgt_navi_ques .rgt_navi_ttl {
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 3px solid #00b3f9;
	margin-bottom: 25px;
}
.custom_hagu #box_article .box_article_ttl {
	background: transparent url(/shared/templates/childcare_free/images/icon_recomm.png) no-repeat 0 8px;
    padding: 8px 9px 10px 70px;
}
.custom_hagu .rgt_navi_ques .rgt_navi_ttl{
	background: transparent url(/shared/templates/childcare_free/images/icon_ques.png) no-repeat 0 0;
    padding: 13px 9px 28px 70px;
}
.custom_hagu #box_article ul li {
	border-bottom:none;
}
.custom_hagu #box_article ul li a {
	padding:0 0 0 28px;
	color: #333333;
	text-decoration:underline;
	background:transparent url(/shared/templates/childcare_free/images/list_icon_blue.png) no-repeat 0 8px;
}
.custom_hagu #box_article ul .active a,
.custom_hagu #box_article ul a:hover,
.custom_hagu #box_article ul a:focus {
	text-decoration:none;
	background-color: #ffffff;
	color: #333333;
	background-image:url(/shared/templates/childcare_free/images/list_icon_blue.png);
}
/* inquiry
================================================== */
.custom_hagu #tmp_inquiry_cnt .inquiry_btn a {
	border: 0;
	text-decoration:none;
	cursor: pointer;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	min-width: 220px;
	padding: 14px 20px;
	-webkit-border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	border-radius: 1.8em;
	-webkit-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
.custom_hagu #tmp_inquiry_cnt .inquiry_btn a:hover,
.custom_hagu #tmp_inquiry_cnt .inquiry_btn a:focus{
	opacity: 0.6;
}
/* footer
================================================== */
#tmp_footer.hagu {
	border-top:none;
	position:relative;
	padding:17px 0 6px;
	background:#f7f5f0 url(/shared/images/footer/bg_footer_child.jpg) no-repeat center bottom;
    font-size: 88.88%;
}
#tmp_footer.hagu::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background-image: url(/shared/templates/childcare_top/images/icon/line.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#tmp_footer.hagu .footer_cnt {
	padding:30px 14px 10px 0;
    margin-right: 14px;
    float: left;
    width: 486px;
}
#tmp_footer.hagu .footer_cnt .access_link{
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
    color: inherit;
    background: transparent url(/shared/images/footer/arrow_link_black.png) no-repeat 0 8px;
    text-decoration: none;
}
#tmp_footer.hagu .footer_cnt .access_link:hover,
#tmp_footer.hagu .footer_cnt .access_link:focus{
    text-decoration: underline;
}
#tmp_footer.hagu .footer_cnt address {
    margin: 0;
    font-style: normal;
}
#tmp_footer.hagu .footer_cnt address p{
    margin-bottom: 6px;
    overflow: hidden;
}
#tmp_footer.hagu .footer_cnt address .address_label{
    margin: 0;
    min-width: 98px;
    float: left;
    font-size: 87.5%;
    position: relative;
}
#tmp_footer.hagu .footer_cnt address .address_detail{
	overflow: hidden;
	display: block;
}
#tmp_footer.hagu .copyright_wrap{
    padding: 6px 0;
    color: #ffffff;
    background-color: #333333;
}
#tmp_footer.hagu .copyright {
    text-align: center;
    font-size: 66.6%;
}
#tmp_footer.hagu .footer_top .footer_logo{
    margin-right: 19px;
    float: left;
    width: 172px;
}
#tmp_footer.hagu .footer_top .footer_logo p {
    display: block;
    width: 172px;
    height: 39px;
    color: inherit;
    background: transparent url(/shared/images/footer/logo_footer.png) no-repeat;
    text-indent: -1987em;
}

#tmp_footer.hagu .footer_top .footer_logo a {
    display: block;
    width: 172px;
    height: 39px;
}

#tmp_footer.hagu .footer_top .footer_logo p span {
    display: block;
    width: 172px;
    height: 39px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
#tmp_footer.hagu .footer_top .corporate_number{
    padding-top: 11px;
    font-size: 87.5%;
    overflow: hidden;
}
/* fnavi */
#tmp_footer.hagu .fnavi {
	margin:-7px 0 0 0;
    padding: 0;
    width: 200px;
    color: inherit;
    list-style: none;
    float: left;
	display:block;
}
#tmp_footer.hagu .fnavi li {
	border:none;
	padding:0;
	margin:0 0 2px;
}
#tmp_footer.hagu .fnavi li a,
#tmp_footer.hagu .footer_cnt .access_link {
    display: inline-block;
    text-decoration: none;
	background-image:none;
	border:1px solid #e5e3e3;
	padding:2px 38px 2px 9px;
	background-color:#ffffff;
	color:#333333;
	position:relative;
	transition: 0.3s border-color ease-in-out;
	-webkit-transition: 0.3s border-color ease-in-out;
	-moz-transition: 0.3s border-color ease-in-out;
	-ms-transition: 0.3s border-color ease-in-out;
	-o-transition: 0.3s border-color ease-in-out;
}
#tmp_footer.hagu .fnavi li a {
	display:block;
	padding:11px 19px 10px 12px;
}
#tmp_footer.hagu .fnavi li a::after,
#tmp_footer.hagu .footer_cnt .access_link::after {
    content: '';
    width: 7px;
    height: 11px;
    position: absolute;
    right:10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/shared/templates/childcare_top/images/icon/icon_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#tmp_footer.hagu .fnavi li a:hover,
#tmp_footer.hagu .fnavi li a:focus,
#tmp_footer.hagu .footer_cnt .access_link:hover,
#tmp_footer.hagu .footer_cnt .access_link:focus {
	border-color: #00b3f9;
	text-decoration:none;
}
#tmp_footer.hagu .copyright {
	text-align:left;
	font-size:75%;
}
/* pnavi */
.custom_hagu .pnavi {
	top:-47px;
}
.custom_hagu .pnavi_fixed.pnavi {
	top:auto;
}
/* notice_btn
================================================== */
.notice_btn {
	text-align: center;
	font-size:88.88%;
	line-height:1.0;
}
.notice_btn a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding:6px 30px 6px 20px;
	color: #333333;
	background-color: transparent;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius:1.5em;
	min-width: 200px;
}
.notice_btn a:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(/shared/site_rn2023/images/icon/icon_arrow_black.png);
	width: 8px;
	height: 12px;
}
#tmp_important_infor_cnt .notice_btn a:after {
	background-image:url(/shared/site_rn2023/images/icon/icon_arrow_yellow.png);
}
#tmp_emergency_infor .notice_btn a:after,
#tmp_renkei_emergency .notice_btn a:after,
#tmp_special_alert .notice_btn a:after {
	background-image:url(/shared/site_rn2023/images/icon/icon_arrow_red.png);
}
/* inforr
================================================== */
#tmp_emergency_infor,
#tmp_renkei_emergency,
#tmp_important_infor {
	padding:10px 9px 9px;
	margin:0 0 2px;
	clear:both;
}
.format_top #tmp_emergency_infor,
.format_top #tmp_renkei_emergency,
.format_top #tmp_important_infor {
	margin-top:40px;
}
#tmp_emergency_infor_ttl,
#tmp_important_infor_ttl {
	padding:0 5px 5px;
}
#tmp_renkei_emergency_ttl {
	padding: 10px 9px 5px 0;
}
#tmp_emergency_infor > #tmp_renkei_emergency_ttl:first-child {
	padding: 0 9px 5px 0;
}
#tmp_emergency_infor_ttl p,
#tmp_renkei_emergency_ttl p,
#tmp_important_infor_ttl p {
	font-size:122.22%;
	font-weight: bold;
}
#tmp_emergency_infor_ttl p,
#tmp_renkei_emergency_ttl p {
	color:#d70908;
	background-color: transparent;
}
#tmp_emergency_infor_cnt,
#tmp_renkei_emergency_cnt,
#tmp_important_infor_cnt {
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:inherit;
	padding:21px 19px 19px;
}
#tmp_emergency_infor_cnt ul,
#tmp_renkei_emergency_cnt ul,
#tmp_important_infor_cnt ul {
	list-style:none;
	font-size:88.88%;
}
#tmp_emergency_infor_cnt ul li a,
#tmp_renkei_emergency_cnt ul li a,
#tmp_important_infor_cnt ul li a {
	display:inline-block;
	color:#333333;
	text-decoration:none;
}
#tmp_emergency_infor_cnt ul li,
#tmp_renkei_emergency_cnt ul li,
#tmp_important_infor_cnt ul li {
	margin:0 0 16px;
	padding-left:14px;
}
#tmp_emergency_infor_cnt ul li a:hover,
#tmp_emergency_infor_cnt ul li a:focus,
#tmp_renkei_emergency_cnt ul li a:hover,
#tmp_renkei_emergency_cnt ul li a:focus,
#tmp_important_infor_cnt ul li a:hover,
#tmp_important_infor_cnt ul li a:focus {
	text-decoration: underline;
}

/* emergency_infor */
#tmp_emergency_infor,
#tmp_renkei_emergency {
	color:inherit;
	border:2px solid #df0a0a;
	background-color:#ffeded;
}
.format_free #tmp_emergency_infor,
.format_free #tmp_renkei_emergency {
	margin-bottom: 40px;
}
#tmp_emergency_infor_cnt ul li,
#tmp_renkei_emergency_cnt ul li {
	background:url(/shared/site_rn2023/images/icon/icon_arrow_red.png) no-repeat left 6px;
}

/* important_infor */
#tmp_important_infor {
	color:inherit;
	border:2px solid #db8c00;
	background-color:#fef8bc;
}
#tmp_important_infor_cnt ul li {
	background:url(/shared/site_rn2023/images/icon/icon_arrow_yellow.png) no-repeat left 6px;
}

/* special_alert
================================================== */
#tmp_special_alert {
	border:3px solid #d2653f;
	margin:15px 0 6px;
}
#tmp_special_alert_ttl {
	padding:27px 10px 25px;
	text-align:center;
	background-color:#f4f4f4;
	color:inherit;
	border-bottom:1px solid #f4f4f4;
}
#tmp_special_alert_ttl h3 {
	font-size:177.77%;
	font-weight:500;
	color:#a60707;
	margin:0 0 5px;
}
#tmp_special_alert_cnt {
	padding:22px 6px;
}
#tmp_special_alert_cnt .special_alert_cnt_inner {
	display: flex;
	padding:0 0 39px;
}
#tmp_special_alert_cnt .special_alert_cnt_l,
#tmp_special_alert_cnt .special_alert_cnt_r {
	flex:1;
	padding:0 17px;
}
#tmp_special_alert_cnt h4 {
	font-size:133.33%;
	font-weight:500;
	border-bottom:1px solid #bababa;
	padding:0 0 2px;
}
#tmp_special_alert_cnt .special_alert_cnt_r h4 {
	margin:0 0 12px;
}
#tmp_special_alert_cnt .new_info,
#tmp_special_alert_cnt .useful_info {
	list-style:none;
	margin:0;
}
#tmp_special_alert_cnt .useful_info {
	margin-bottom:20px;
}
#tmp_special_alert_cnt .new_info li {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-grow:1;
	min-height:79px;
	padding:10px 0;
	border-bottom:1px solid #bababa;
}
#tmp_special_alert_cnt .useful_info li {
	margin:0 0 4px;
}
#tmp_special_alert_cnt .new_info li a,
#tmp_special_alert_cnt .useful_info li a {
	display:inline-block;
	text-decoration:none;
	color:#333333;
	background-color:transparent;
	background-image:url(/shared/site_rn2023/images/icon/icon_arrow_red.png);
	background-repeat:no-repeat;
	padding-left:25px;
}
#tmp_special_alert_cnt .useful_info li a {
	background-position:8px 6px;
}
#tmp_special_alert_cnt .new_info li a {
	background-position:2px 5px;
}
#tmp_special_alert_cnt .new_info li a:hover,
#tmp_special_alert_cnt .new_info li a:focus,
#tmp_special_alert_cnt .useful_info li a:hover,
#tmp_special_alert_cnt .useful_info li a:focus {
	text-decoration:underline;
}
/* useful_sodan */
#tmp_special_alert_cnt .useful_sodan img {
	max-width: 100%;
	height: auto;
}

/* modal
================================================== */
.custom_hagu .modal_view .wrap_box_modal {
	border-top:none;
	background:#ffffff url(/shared/templates/childcare_free/images/pubup_line.png) repeat-x left top;
}
.custom_hagu .modal_view .box_modal {
	padding:3em 30px 15px;
}
.custom_hagu .modal_view .box_modal_ttl {
	background:url(/shared/templates/childcare_free/images/modal_ttl_icon.png) no-repeat 0 8px;
	-webkit-background-size:16px auto;
	-moz-background-size:16px auto;
	background-size:16px auto;
	padding-left:30px;
}
.custom_hagu .modal_view .box_modal_ttl::before {
	display:none;
}
.custom_hagu .modal_view .area_map {
	padding:40px 0 20px;
}
.custom_hagu .modal_view .area_map img {
	width:810px;
}
.custom_hagu .modal_view .modal_close_btn {
    top: 20px;
}
.custom_hagu #tmp_contents .box_modal_cnt p {
	margin:0 0 15px;
}
.custom_hagu #tmp_contents .modal_view .area_ttl {
	background-color:#ccf5ff;
	color:#333333;
	font-size:111%;
	margin-bottom:10px;
}
.sch_gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.sch_gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding: 0;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 18px solid #FFFFFF;
}

/* col2_pub */
div.col2 {
	width: 100%;
}
div.col2 div.col2L,
div.col2 div.col2R{
	float: left;
	width: 50%;
}
div.col2 div.col2L {
	margin-right: 0;
	padding-right: 9px;
}
div.col2 div.col2R {
	padding-left: 9px;
}

/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R{
	width: 47.5%;
}
div.col2 div.col2 div.col2L {
	margin-right: 4%;
}

/* fixed_col2 */
div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R{
	float: left;
	width: 48.5%;
}
div.fixed_col2 div.fixed_col2L {
	margin-right: 2%;
}

/* 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.3333333%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 18px solid #FFFFFF;
}

/* div col3 */
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R{
	width: 33.3333333%;
	float: left;
}
div.col3 div.col3L,
div.col3 div.col3M {
	margin-right: 0;
	padding-right: 12px;
}
div.col3 div.col3R {
	padding-left: 12px;
}
div.col3 div.col3M {
	padding-left: 6px;
	padding-right: 6px;
}

/* ==================================================
hover
================================================== */
/* gnavi */
.gnavi li a {
	position:relative;
}
.gnavi li a::after {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    height: 3px;
    bottom:0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    color: #FFFFFF;
    background-color: #0072bc;
}
.gnavi li a:hover::after,
.gnavi li a:focus::after,
.gnavi li.active a::after,
.gnavi li.hover_this a::after {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/* border */
.box_online_service .list_online_service a,
.box_case .list_case a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.flink li a,
#tmp_contents .see_more a,
.type_garbage #tmp_contents .sch_menu_category a,
.type_garbage #tmp_contents .box_sch_sounds a,
#tmp_contents .event_page_navi a,
#tmp_event_cal_list .event_cal_list td p.more a,
#tmp_event_cal_7w .event_cal_7w td p.more a,
.custom_event #tmp_event_cal_refine_btn .clear_btn a,
#tmp_banner_ads .banner_ads_cnt ul li a,
#tmp_contents .ad_box .ad_box_cnt td p a {
	position:relative;
}
.notice_btn a::before,
.flink li a::before,
#tmp_contents .section_attention .action_list a::before,
#tmp_contents .see_more a::before,
.type_garbage #tmp_contents .sch_menu_category a::before,
.type_garbage #tmp_contents .box_sch_sounds a::before,
#tmp_contents .event_page_navi a::after,
#tmp_event_cal_list .event_cal_list td p.more a::before,
#tmp_event_cal_7w .event_cal_7w td p.more a::before,
.custom_event #tmp_event_cal_refine_btn .clear_btn a::before,
#tmp_contents .action_list_btn p a::after {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	bottom:-1px;
	right:-1px;
	border:2px solid transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
#tmp_banner_ads .banner_ads_cnt ul li a::after,
#tmp_banner_ads .banner_ads_cnt ul li a::after,
#tmp_contents .ad_box .ad_box_cnt td p a::after,
#tmp_contents .ad_box .ad_box_cnt td p a::after {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	bottom:-1px;
	right:-1px;
	border:2px solid transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.type_garbage #tmp_contents .sch_menu_category a::before {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.type_garbage #tmp_contents .box_sch_sounds a::before {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#tmp_contents .event_page_navi a::after {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#tmp_event_cal_list .event_cal_list td p.more a::before,
#tmp_event_cal_7w .event_cal_7w td p.more a::before {
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.notice_btn a::before,
#tmp_contents .action_list_btn p a::after {
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
.notice_btn a:hover::before,
.flink li a:hover::before,
.box_online_service .list_online_service a:hover,
.box_online_service .list_online_service a:focus,
#tmp_contents .section_attention .action_list a:hover::before,
#tmp_contents .section_attention .action_list a:focus::before,
#tmp_contents .see_more a:hover::before,
.type_garbage #tmp_contents .sch_menu_category a:hover::before,
.type_garbage #tmp_contents .sch_menu_category a:focus::before,
.type_garbage #tmp_contents .box_sch_sounds a:hover::before,
.type_garbage #tmp_contents .box_sch_sounds a:focus::before,
#tmp_contents .event_page_navi a:hover::after,
#tmp_contents .event_page_navi a:focus::after,
#tmp_event_cal_list .event_cal_list td p.more a:hover::before,
#tmp_event_cal_7w .event_cal_7w td p.more a:hover::before,
.custom_event #tmp_event_cal_refine_btn .clear_btn a:hover::before,
#tmp_contents .action_list_btn p a:hover::after,
#tmp_banner_ads .banner_ads_cnt ul li a:hover::after,
#tmp_banner_ads .banner_ads_cnt ul li a:focus::after,
#tmp_contents .ad_box .ad_box_cnt td p a:hover::after,
#tmp_contents .ad_box .ad_box_cnt td p a:focus::after {
	border-color:#0072bc;
}
#tmp_emergency_infor .notice_btn a:hover::before,
#tmp_wrap_renkei_emergency .notice_btn a:hover::before,
#tmp_special_alert .notice_btn a:hover::before,
.box_case .list_case a:focus,
.box_case .list_case a:hover {
	border-color:#df0a0a;
}
/* underline */
#tmp_sma_search .sch_btn input:hover,
#tmp_sma_search .sch_btn input:focus,
.sma_search_link a:hover,
.sma_search_link a:focus,
#tmp_hnavi_s li a:hover,
#tmp_hnavi_s li a:focus,
#tmp_footer:not(.hagu) .fnavi li a:hover,
#tmp_footer:not(.hagu) .fnavi li a:focus {
	text-decoration: underline;
}
#tmp_hnavi_s .box_online_service li a:hover,
#tmp_hnavi_s .box_online_service li a:focus,
#tmp_hnavi_s .box_case li a:hover,
#tmp_hnavi_s .box_case li a:focus,
#tmp_hnavi_s .box_online_service li a:hover,
#tmp_hnavi_s .box_online_service li a:focus {
	text-decoration:none;
}
/* opacity */
.fsocial li a,
.pnavi a,
#tmp_mainvs .mainvs_item a,
#tmp_special_alert_cnt .useful_sodan a {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.fsocial li a:hover,
.fsocial li a:focus,
.pnavi a:hover,
.pnavi a:focus,
#tmp_mainvs .mainvs_item a:hover,
#tmp_mainvs .mainvs_item a:focus,
#tmp_special_alert_cnt .useful_sodan a:hover,
#tmp_special_alert_cnt .useful_sodan a:focus {
	opacity: 0.7;
}


/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:41px;
	padding:30px 13px 0;
	background:#f6f6f6 url(/shared/site_rn2023/images/icon/scroll_table_icon.png) right 5px no-repeat;
	-webkit-background-size:84px auto;
	-moz-background-size:84px auto;
	background-size:84px auto;
	overflow-x:scroll;
	color: #333333;
}
.scroll_table_switch {
	margin:0 0 16px;
	font-size:75%;
	line-height:1.2;
	text-align:right;
}
.scroll_table_switch a {
	display:inline-block;
	padding:11px 12px 7px 70px;
	text-decoration:none;
	background:#ffffff url(/shared/site_rn2023/images/icon/scroll_table_ex.png) 9px center no-repeat;
	-webkit-background-size:49px auto;
	-moz-background-size:49px auto;
	background-size:49px auto;
	min-width:9em;
	-webkit-box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	-moz-box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	border:1px solid #cdcfde;
	color:#333333;
	font-weight: bold;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_rn2023/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #e8e8e8;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}
/* type_frailty */
.type_frailty .scroll_table_switch{
	margin-bottom: 16px;
	font-size: 100%;
}
.type_frailty .scroll_table_switch a{
	padding: 7px 9px 7px 69px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	-moz-box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
}
.type_frailty .scroll_table{
	margin-bottom: 30px;
	padding: 30px 10px 0;
	background-color: #f6f6f6;
}
.type_frailty .scroll_table::-webkit-scrollbar-track{
	background: #e8e8e8;
}
.type_frailty .scroll_table::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}
.type_frailty #tmp_contents .frail_tbl_custom_wd{
	padding-top: 12px;
}
.type_frailty #tmp_contents .frail_tbl_custom_wd td:first-child{
	width: 120px;
}
.type_frailty #tmp_contents .frail_tbl_custom_wd .scroll_table td:first-child{
	width: 247px;
}
/* ==================================================
fanfun
================================================== */
.custom_fanfun.format_free .column_rnavi .col_main {
	margin-right: 280px;
}
.custom_fanfun.format_free .wrap_col_rgt_navi {
	width:240px;
}
/* rnavi_func
================================================== */
.custom_fanfun .rnavi_func {
	margin: 0 0 40px;
	border: none;
}
.custom_fanfun .rnavi_func_ttl {
	font-weight: bold;
	font-size: 100%;
	text-align:center;
	border:1px solid #c9c9c9;
	margin:0 0 22px;
	padding:0;
	background-image:none;
	background-color:#feff99;
	color:#000000;
	background:-webkit-gradient(linear, center top, center bottom, from(#92e5ff), to(#feff99));
	background:-moz-linear-gradient(center top, #92e5ff, #feff99);
	background:linear-gradient(to bottom, #92e5ff, #feff99);
  	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
  	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}
.custom_fanfun .rnavi_func_ttl a {
	display:block;
	padding:14px 10px 10px 9px;
	text-decoration:none;
	background:none;
	color: inherit;
	background-color:transparent;
}
.custom_fanfun .rnavi_func_ttl .func_ttl_img img {
	width:100%;
	height:auto;
}
.custom_fanfun .rnavi_func_ttl span {
	display:block;
}
.custom_fanfun .rnavi_func_ttl a:hover,
.custom_fanfun .rnavi_func_ttl a:focus,
.custom_fanfun .rnavi_func_ttl a:active {
	text-decoration:underline;
}
.custom_fanfun .rnavi_func_cnt {
	border-top: 1px solid #e1efe1;
	border-bottom: 1px solid #e1efe1;
	-webkit-box-shadow: 0 0 6px 1px rgba(184, 184, 184, 0.3);
	-moz-box-shadow: 0 0 6px 1px rgba(184, 184, 184, 0.3);
	box-shadow: 0 0 6px 1px rgba(184, 184, 184, 0.3);
}
.custom_fanfun .rnavi_func_cnt ul {
	list-style: none;
	margin:0;
}
.custom_fanfun .rnavi_func_cnt ul li {
	border-bottom: 1px solid #8ec38e
}
.custom_fanfun .rnavi_func_cnt ul li:last-child {
	border-bottom: none;
}
.custom_fanfun .rnavi_func_cnt ul li a {
	display: block;
	position: relative;
	border-left: 4px solid #5c5c58;
	background-color: #fffeec;
	background-image:none;
	color: #333333;
	font-weight: bold;
	font-size: 111.1%;
	padding: 14px 15px;
	text-decoration: none;
}
.custom_fanfun .rnavi_func_cnt ul li a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
    border-width: 7px;
    border-color: transparent #8ec38e #8ec38e transparent;
}
.custom_fanfun .rnavi_func_cnt ul li a:hover,
.custom_fanfun .rnavi_func_cnt ul li a:focus,
.custom_fanfun .rnavi_func_cnt ul li a:active {
	text-decoration: underline;
}
/* rnavi_media
================================================== */
.custom_fanfun .rnavi_media {
	position:relative;
	margin: 0 0 40px;
	padding: 6px 0 0;
	-webkit-box-shadow: 0 0 6px 1px rgba(184, 184, 184, 0.4);
	-moz-box-shadow: 0 0 6px 1px rgba(184, 184, 184, 0.4);
	box-shadow: 0 0 6px 1px rgba(184, 184, 184, 0.4);
}
.custom_fanfun .rnavi_media::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:6px;
	background-image: -moz-linear-gradient( 0deg, rgb(254,255,128) 1%, rgb(119,222,255) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(254,255,128) 1%, rgb(119,222,255) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(254,255,128) 1%, rgb(119,222,255) 100%);
}
.custom_fanfun .rnavi_media ul {
	list-style: none;
}
.custom_fanfun .rnavi_media li {
	border-bottom: 1px solid #8ec38e;
}
.custom_fanfun .rnavi_media li:last-child {
	border-bottom: 0;
}
.custom_fanfun .rnavi_media li a {
	display: table;
	width: 100%;
	background-color: #ffffff;
	color: #333333;
	text-decoration:none;
}
.custom_fanfun .rnavi_media li a:hover,
.custom_fanfun .rnavi_media li a:focus {
	text-decoration:underline;
}
.custom_fanfun .rnavi_media li .media_icon {
	display: table-cell;
	vertical-align: middle;
	width:92px;
	padding: 0 12px;
}
.custom_fanfun .rnavi_media li .media_icon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.custom_fanfun .rnavi_media li .media_text {
	display: table-cell;
	vertical-align: middle;
	height:102px;
	font-size: 88.9%;
	font-weight: bold;
	padding:5px 13px 5px 3px;
}
/* social_plugins
================================================== */
.custom_fanfun #tmp_social_plugins {
	display:none;/* 202305非表示 */
	text-align: center;
	margin: 0 0 45px;
	clear:both;
}
.custom_fanfun #tmp_social_plugins_ttl {
	margin:0 0 24px;
}
.custom_fanfun #tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:top;
	line-height:1.2;
	margin: 0 10px 10px 0;
}
.custom_fanfun.type_idx #tmp_social_plugins_ttl {
	display:none;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}
#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
	text-shadow:none !important;
	box-shadow:none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo,
.color_black #tmp_hlogo {
	margin-top:10px !important;
}
.color_blue #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo p {
	font-size:2rem !important;
	font-weight:bold !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* 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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !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;
}


/* 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;
}
/* childcare
================================================== */
.color_black #tmp_cate_ttl_childcare_top h1,
.color_black #tmp_cate_ttl_childcare_top h1 span,
.color_blue #tmp_cate_ttl_childcare_top h1,
.color_blue #tmp_cate_ttl_childcare_top h1 span,
.color_yellow #tmp_cate_ttl_childcare_top h1,
.color_yellow #tmp_cate_ttl_childcare_top h1 span {
	width:auto !important;
	height:auto !important;
}
.color_black #tmp_gnavi_childcare ul,
.color_blue #tmp_gnavi_childcare ul,
.color_yellow #tmp_gnavi_childcare ul,
.color_black .section_search_scene .scene_lists .lists_cnt_wrap,
.color_blue .section_search_scene .scene_lists .lists_cnt_wrap,
.color_yellow .section_search_scene .scene_lists .lists_cnt_wrap {
	border:1px solid;
}
.color_black #tmp_wrapper .splide__pagination__page,
.color_blue #tmp_wrapper .splide__pagination__page {
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper .splide__pagination__page.is-active {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper .splide__pagination__page.is-active {
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper .splide__pagination__page {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide__pagination__page.is-active {
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper .splide__slide .slide_txt a,
.color_blue #tmp_wrapper .splide__slide .slide_txt a,
.color_yellow #tmp_wrapper .splide__slide .slide_txt a {
	color: #000000 !important;
}
.color_black #tmp_wrapper .splide__arrow {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper .splide__arrow {
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper .splide__arrow {
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper .splide__arrow::after,
.color_blue #tmp_wrapper .splide__arrow::after,
.color_yellow #tmp_wrapper .splide__arrow::after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width: 0;
	height: 0;
	margin-top:-7px;
	border-style: solid;
}
.color_black #tmp_wrapper .splide__arrow::after,
.color_blue #tmp_wrapper .splide__arrow::after,
.color_yellow #tmp_wrapper .splide__arrow::after {
	margin-left:-5px;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #ffffff;
}
.color_yellow #tmp_wrapper .splide__arrow::after {
	border-color: transparent transparent transparent #000000;
}
.color_black #tmp_wrapper .splide__arrow.splide__arrow--prev::after,
.color_blue #tmp_wrapper .splide__arrow.splide__arrow--prev::after,
.color_yellow #tmp_wrapper .splide__arrow.splide__arrow--prev::after {
	margin-left:-9px;
	border-width: 8px 14px 8px 0;
	border-color: transparent #ffffff transparent transparent;
	background-image:none;
}
.color_yellow #tmp_wrapper .splide__arrow.splide__arrow--prev::after {
	border-color: transparent #000000 transparent transparent;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}

/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 200% !important;
}

/* accessibility header
================================================== */
.color_black #tmp_wrapper .sec_heading h2:before,
.color_blue #tmp_wrapper .sec_heading h2:before,
.color_yellow #tmp_wrapper .sec_heading h2:before,
.color_black #tmp_wrapper .sec_heading p:before,
.color_blue #tmp_wrapper .sec_heading p:before,
.color_yellow #tmp_wrapper .sec_heading p:before,
.color_black #tmp_sma_rmenu .accordion_cate:before,
.color_blue #tmp_sma_rmenu .accordion_cate:before,
.color_yellow #tmp_sma_rmenu .accordion_cate:before,
.color_black #tmp_hnavi_s > ul > li > a.active:after,
.color_blue #tmp_hnavi_s > ul > li > a.active:after,
.color_yellow #tmp_hnavi_s > ul > li > a.active:after {
	display: none;
}
.color_black #tmp_wrapper .gnavi li a,
.color_blue #tmp_wrapper .gnavi li a,
.color_yellow #tmp_wrapper .gnavi li a{
	text-shadow: none;
	border: 1px solid transparent;
}
.color_blue #tmp_sma_search .sch_box label,
.color_black #tmp_sma_search .sch_box label {
	background-image: url(/shared/site_rn2023/images/icon/icon_search_white.png) !important;
}
.color_yellow #tmp_sma_search .sch_box label {
	background-image: url(/shared/site_rn2023/images/icon/icon_search.png) !important;
}
.color_blue #tmp_wrapper .pnavi,
.color_black #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi{
	border: 1px solid;
}
.color_black #tmp_wrapper .pnavi,
.color_black #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi span,
.color_blue #tmp_wrapper .pnavi,
.color_blue #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi span,
.color_yellow #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi span{
	width: auto;
	height: auto;
}
.color_black #tmp_wrapper .pnavi span,
.color_blue #tmp_wrapper .pnavi span,
.color_yellow #tmp_wrapper .pnavi span{
	padding: 5px;
	text-indent: inherit;
}
.color_yellow #tmp_footer .flink li a {
	background-image: url(/shared/site_rn2023/images/icon/icon_arrow_black.png) !important;
}
.color_black #tmp_footer .flink li a,
.color_blue #tmp_footer .flink li a {
	background-image: url(/shared/site_rn2023/images/icon/icon_arrow_white.png) !important;
}
.color_blue #tmp_gnavi_splide .splide__arrow--next:after,
.color_black #tmp_gnavi_splide .splide__arrow--next:after{
	background-image: url(/shared/site_rn2023/images/header/icon_next_wht.png);
}
.color_blue #tmp_gnavi_splide .splide__arrow--prev:after,
.color_black #tmp_gnavi_splide .splide__arrow--prev:after{
	background-image: url(/shared/site_rn2023/images/header/icon_prev_wht.png);
}
.color_blue #tmp_gnavi_splide .disabled .splide__arrow--next:after,
.color_black #tmp_gnavi_splide .disabled .splide__arrow--next:after {
    background-image: url(/shared/site_rn2023/images/header/icon_next_disabled.png);
}
.color_blue #tmp_gnavi_splide .disabled .splide__arrow--prev:after,
.color_black #tmp_gnavi_splide .disabled .splide__arrow--prev:after {
    background-image: url(/shared/site_rn2023/images/header/icon_prev_disabled.png);
}
.fsize_small .accordion_nav li a,
.fsize_small .accordion_link li a{
	background-position: 0 1px;
}
.fsize_small .sma_search_link a{
	background-position: 0 5px;
}
.fsize_small .fnavi li a{
	background-position: 0 4px;
}
.fsize_big2:not(.custom_fanfun):not(.custom_hagu):not(.type_frailty) #tmp_wrapper{
	padding-top: 213px !important;
}
.fsize_big2 #tmp_wrapper.rmenu_open {
	padding-top: 0 !important;
}
.fsize_big2 .gnavi li a{
	padding-left: 15px;
	padding-right: 15px;
}
.fsize_big2 #tmp_sma_search .sch_btn,
.fsize_big #tmp_sma_search .sch_btn {
	width: 80px;
}
.fsize_big2 #tmp_sma_search .sch_box input ,
.fsize_big #tmp_sma_search .sch_box input {
	height: 50px;
}
.fsize_big2 #tmp_sma_search .sch_btn input,
.fsize_big2 #tmp_hnavi_s > ul > li > a{
	font-size: 1rem;
}
.fsize_big2 #tmp_hlogo h1,
.fsize_big2 #tmp_hlogo p,
.fsize_big #tmp_hlogo h1,
.fsize_big #tmp_hlogo p {
	font-size: 2rem;
}
.fsize_big2 .header_wrapper{
	padding-bottom: 135px;
}
.fsize_big2 #tmp_cate_ttl_childcare_top .goto_link {
	max-width:230px;
}
.fsize_big .sma_search_link a,
.fsize_big2 .sma_search_link a {
	background-position: left center;
}
.fsize_big .accordion_nav li a {
	background-position: 0 7px;
}
.fsize_big2 .accordion_nav li a {
	background-position: 0 10px;
}

/* accessibility rnavi
================================================== */
.color_black #tmp_wrapper #tmp_rnavi_ttl,
.color_black #tmp_wrapper #tmp_other,
.color_blue #tmp_wrapper #tmp_rnavi_ttl,
.color_blue #tmp_wrapper #tmp_other,
.color_yellow #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow #tmp_wrapper #tmp_other{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_rnavi_cnt,
.color_blue #tmp_wrapper #tmp_rnavi_cnt,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt{
	border-left: 1px solid;
	border-right: 1px solid;
}
.color_black #tmp_wrapper #tmp_other:before,
.color_blue #tmp_wrapper #tmp_other:before{
	background-color: #ffff00;
}
.color_yellow #tmp_wrapper #tmp_other:before{
	background-color: #000000;
}
.color_yellow #tmp_wrapper .splide_pattern .splide__toggle.is-active .splide__toggle__pause:before,
.color_yellow #tmp_wrapper .splide_pattern .splide__toggle.is-active .splide__toggle__pause:after{
	background-color: #000000;
}
.color_yellow #tmp_wrapper .splide_pattern .splide__toggle .splide__toggle__play:before{
	border-left-color: #000000;
}
.color_black #tmp_wrapper .splide_pattern .splide__pagination__page.is-active,
.color_blue #tmp_wrapper .splide_pattern .splide__pagination__page.is-active{
	background-color: #ffff00 !important;
}
.color_yellow #tmp_wrapper .splide_pattern .splide__pagination__page.is-active{
	background-color: #000000 !important;
}
.fsize_small #tmp_wrapper #tmp_rnavi_cnt a{
	background-position: 19px 14px;
}
.fsize_small #tmp_wrapper #tmp_other_banner .banner_link{
	background-position: 2px 4px;
}
/* no_javascript rnavi
================================================== */
#tmp_other_pickup .splide:not(.is-initialized),
#tmp_other_info .splide:not(.is-initialized){
	padding-bottom: 0;
	visibility: visible;
}
#tmp_other_pickup .splide:not(.is-initialized) .splide__list,
#tmp_other_info .splide:not(.is-initialized) .splide__list{
	display: block;
}
.no_javascript #tmp_other_pickup .splide .splide__slide:not(:last-child){
	margin-bottom: 10px;
}
.no_javascript .header_wrapper{
	position: relative;
	padding-bottom: 0;
}
.no_javascript #tmp_wrapper{
	padding: 0;
}
.no_javascript .gnavi ul {
	overflow-y: auto;
}
.no_javascript #tmp_gnavi{
	position: static;
}
/* accessibility service
================================================== */
.color_blue #tmp_wrapper .box_online_service .list_online_service a,
.color_blue #tmp_wrapper .box_case .list_case a,
.color_black #tmp_wrapper .box_online_service .list_online_service a,
.color_black #tmp_wrapper .box_case .list_case a {
	background-image: url(/shared/site_rn2023/images/icon/icon_arrow_white.png) !important;
}
.color_yellow #tmp_wrapper .box_online_service .list_online_service a,
.color_yellow #tmp_wrapper .box_case .list_case a {
	background-image: url(/shared/site_rn2023/images/icon/icon_arrow_black.png) !important;
}
.color_blue #tmp_sma_lmenu .box_service,
.color_black #tmp_sma_lmenu .box_service,
.color_yellow #tmp_sma_lmenu .box_service,
.color_blue #tmp_wrapper .box_online_service,
.color_black #tmp_wrapper .box_online_service ,
.color_yellow #tmp_wrapper .box_online_service,
.color_blue #tmp_wrapper .box_case,
.color_black #tmp_wrapper .box_case,
.color_yellow #tmp_wrapper .box_case {
	border: 2px solid !important;
}
/* ==================================================
font-family
================================================== */
/* 游ゴシック */
#tmp_inquiry_cnt .inquiry_btn a,
.custom_hagu #tmp_inquiry_cnt .inquiry_btn a,
.custom_fanfun #tmp_inquiry_cnt .inquiry_btn a {
    font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* W3 */
body:not(.custom_hagu) #tmp_footer .copyright {
	font-family: "Hiragino UD Sans Rd W3 JIS2004", 'メイリオ', Meiryo, sans-serif;
}
/* W4 */
.sec_mega_menu_group,
#tmp_banner_ads,
body:not(.custom_hagu) #tmp_footer {
	font-family: "Hiragino UD Sans Rd W4 JIS2004", 'メイリオ', Meiryo, sans-serif;
}
/* W5 */
.gnavi li a,
body:not(.custom_hagu):not(.type_frailty) #tmp_rnavi_ttl,
#tmp_hlogo h1,
#tmp_hlogo p,
.service_menu_wrap .box_service .sec_heading p,
.box_online_service .sec_heading p,
#tmp_sma_lmenu .accordion_ttl a,
.box_case .sec_heading p,
.pnavi a,
body:not(.custom_hagu) .footer_address .footer_logo,
#tmp_other .other_box_ttl,
.sec_mega_menu_group .accordion_ttl,
.accordion_heading_link a,
body:not(.custom_hagu):not(.type_frailty) #tmp_emergency_infor_ttl p,
body:not(.custom_hagu):not(.type_frailty) #tmp_renkei_emergency_ttl p,
#tmp_important_infor_ttl p,
#tmp_special_alert_ttl h3,
#tmp_special_alert_cnt h4,
#tmp_special_alert_cnt .useful_sodan_ttl h3,
#tmp_special_alert_cnt .useful_sodan_contact .useful_sodan_contact_tel,
#tmp_special_alert_cnt .useful_sodan_contact .useful_sodan_contact_time,
.sec_mega_menu_group .sec_heading h2,
#tmp_banner_ads .sec_heading h2 {
	font-weight:bold;
	font-family: "Hiragino UD Sans Rd W5 JIS2004", 'メイリオ', Meiryo, sans-serif;
}
/* サイト内サイト */
body.custom_fanfun .header_wrapper,
body.custom_hagu .header_wrapper,
body.type_frailty .header_wrapper {
	font-family: "Hiragino UD Sans Rd W4 JIS2004", 'メイリオ', Meiryo, sans-serif;
}
/* ==================================================
system
================================================== */
/* linkicon
================================================== */
#tmp_other .icon_blank,
#tmp_other .icon_ext {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-left:10px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-position: left top;
	border: 0!important;
	clip: rect(0,0,0,0)!important;
	overflow: hidden!important;
	text-indent: 100%!important;
	white-space: nowrap!important;
}
#tmp_other .icon_blank {
	background-image:url(/shared/templates/free_rn2023/images/icon/arrow_link_blank.png);
}
#tmp_other .icon_ext {
	background-image:url(/shared/templates/free_rn2023/images/icon/arrow_link_ext.png);
}
/* ==================================================
Google翻訳
================================================== */
/* header */
.disp_transer .header_wrapper {
	padding-bottom: 90px;
}

/* よく見られているページ */
.disp_transer .box_service .service_list .service_link {
	display: block;
}

/* word-break */
.disp_transer .box_service .service_list a,
.disp_transer .accordion_heading_link a,
.disp_transer .accordion_nav li a {
	word-break: break-all;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_contents:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_banner_ads:after,
#tmp_banner_ads .banner_ads_cnt ul:after,
.banner_ads_list:after,
.sec_mega_menu_group: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_hnavi_s ul:after,
#tmp_footer  .footer_cnt:after,
.fsocial:after,
.flink:after,
.accordion_nav:after,
.accordion_link:after,
.sec_heading:after,
.sec_accordion_container:after,
.sec_accordion_container .accordion_panel:after,
.sec_accordion_container .accordion_cnt:after,
.sec_accordion_container .accordion_cate:after,
.sec_accordion_container .accordion_cate .accordion_item:after,
.accordion_nav:after,
#tmp_gnavi_childcare ul:after,
#tmp_directional:after,
#tmp_cate_ttl_childcare_top:after,
#tmp_special_alert_cnt .special_alert_cnt_inner:after,
.box_case .list_case:after,
.box_online_service .list_online_service:after {
	content: "";
	display: table;
	clear: both;
}
