@charset "utf-8";

@media screen and (max-width : 1220px) {
	#tmp_wrapper {
		min-width:auto;
	}
}
@media screen and (min-width : 801px) and (max-width : 1140px) {
	#tmp_hnavi_lmenu > a,
	#tmp_hnavi_mmenu > a,
	#tmp_hnavi_rmenu > a{
		padding-left: 5px;
		padding-right: 5px;
	}
	#tmp_hnavi_wrapper,
	#tmp_hnavi_smenu{
		margin-left: 7px;
	}
	#tmp_hnavi_search{
		width: 300px;
	}
}
@media screen and (max-width : 1100px) {
	#tmp_footer .footer_cnt{
		flex-flow: row wrap;
	}
	#tmp_footer .footer_address{
		width: calc(100% - 182px);
	}
	#tmp_footer .footer_sns{
		margin: 40px auto 0;
		width: 100%;
	}
}
@media screen and (min-width : 801px) and (max-width : 1024px){
	#tmp_header .header_inner{
		display: block;
	}
	.fixed_header #tmp_header .header_inner{
		display: flex;
	}
	#tmp_header_rgt{
		justify-content: flex-end;
		padding-left: 0;
	}
	#tmp_hnavi_search{
		width: calc(100% - 515px);
	}
	.furigana_on #tmp_hnavi_search{
		width: calc(100% - 535px);
	}
}
@media screen and (min-width : 801px) and (max-width : 900px){
	#tmp_hnavi_rmenu > a > span{
		display: block;
		min-width: 110px;
	}
	#tmp_hnavi_rmenu > a span span{
		display: block;
		margin-left: 0;
	}
	#tmp_hnavi_rmenu > a.ac_active > span{
		padding-left: 45px;
		background-position: 28px 10px;
	}
	#tmp_hnavi_search{
		width: calc(100% - 466px);
	}
	.furigana_on #tmp_hnavi_search{
		width: calc(100% - 486px);
	}
	.fsize_big2 #tmp_hnavi_search{
		width: calc(100% - 480px);
	}
}
@media screen and (max-width : 800px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-size: 100%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
}
.container{
	padding: 0 15px;
	width: 100%;
}
.format_free #tmp_wrap_main {
    padding: 0 !important;
}
.custom_event #tmp_wrap_main {
    padding-top: 33px !important;
}
.type_idx #tmp_wrap_main,
.custom_shisetsu #tmp_wrap_main {
	background-size: auto 150px!important;
}

/* contents
================================================== */
#tmp_contents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
	width: 100%;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_header_fixed{
	position: absolute!important;
}
#tmp_hlogo{
	margin-top: 8px;
	margin-left: -2px;
	width: 94px;
	flex-grow: 0;
}
.fixed_header #tmp_hlogo{
	margin-top: 8px;
}
#tmp_hlogo h1,
#tmp_hlogo p{
	background-image: url(/shared/site_rn2025/images/header/hlogo_sp.jpg);
	background-size: 100% auto;
	font-size: 1.25rem;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo h1 span,
#tmp_hlogo p span,
#tmp_hlogo a{
	display: block;
	width: 100%;
	height: 29px;
	background-color: #ffffff;
	background-position: 0 center;
}
#tmp_hlogo a,
#tmp_hlogo p span {
	background-color: transparent;
}
#tmp_hnavi_search{
	display: none;
}
#tmp_header{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
.fixed_header #tmp_header .fixed_text{
	display: none;
}
.fixed_header #tmp_hnavi_rmenu,
.fixed_header #tmp_hnavi_lmenu,
.fixed_header #tmp_hnavi_mmenu{
	display: block;
}
#tmp_header_rgt{
	margin-top: 1px;
	padding-left: 3px;
}
#tmp_hnavi_wrapper{
	margin-left: 0;
}
/* sp_menu
================================================== */
#tmp_sma_lmenu.ac_active,
#tmp_sma_mmenu.ac_active{
	border-bottom: none;
}
#tmp_hnavi_s > ul {
	list-style: none;
}
#tmp_hnavi_s > ul > li > a {
	display:block;
	width:46px;
	height:46px;
	text-decoration:none;
	border: 1px solid red;
	font-size: 0.6rem;
	color: #000000;
	background-color: #ffffff;
}
#tmp_hnavi_lmenu,
#tmp_hnavi_mmenu,
#tmp_hnavi_rmenu{
	margin-top: 0;
	margin-left: 0;
}
#tmp_hnavi_lmenu > a > span,
#tmp_hnavi_mmenu > a > span,
#tmp_hnavi_rmenu > a > span {
	position:relative;
	align-items: center;
	min-width: unset;
}
#tmp_hnavi_lmenu > a:hover > span::before,
#tmp_hnavi_mmenu > a:hover > span::before,
#tmp_hnavi_rmenu > a:hover > span::before{
	display: none
}
#tmp_hnavi_lmenu > a,
#tmp_hnavi_mmenu > a,
#tmp_hnavi_rmenu > a{
	font-size: 0.625rem;
}
#tmp_hnavi_lmenu > a{
	padding: 0 0 3px;
}
#tmp_hnavi_lmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_emergency_sp.png);
	background-size: 11px auto;
	background-position: 7px center;
	min-width: 72px;
	padding: 15px 3px 13px 24px;
}
#tmp_hnavi_lmenu > a.ac_active > span{
	padding: 15px 3px 13px 30px;
	background-position: 14px center;
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close_white_sp.png);
	background-size: 10px auto;
}
#tmp_hnavi_mmenu > a{
	padding: 0;
}
#tmp_hnavi_mmenu > a.ac_active:before{
	left: 0;
	right: 0;
	bottom: 1px;
}
#tmp_hnavi_mmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_kinkyu_sp.png);
	background-size: 10px auto;
	background-position: 9px center;
	padding: 15px 2px 13px 24px;
	min-width: 81px;
}
#tmp_hnavi_mmenu > a.ac_active > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close_green_sp.png);
	padding: 15px 5px 14px 34px;
	background-position: 18px center;
}
#tmp_sma_mmenu{
	border-left: 2px solid #916607;
	border-right: 2px solid #916607;
}
#tmp_hnavi_rmenu > a{
	padding: 0 0 3px;
    min-width: 73px
}
#tmp_hnavi_rmenu > a.ac_active{
	padding-bottom: 0;
}
#tmp_hnavi_rmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_support_sp.png);
	background-size: 11px auto;
	min-width: 72px;
	padding: 9px 0 5px 23px;
	background-position: 8px center;
	display: block;
}
#tmp_hnavi_rmenu > a span span{
	display: block;
	font-size: 100%;
	background-position: 0 center;
	margin-left: 0;
}
#tmp_hnavi_rmenu > a.ac_active > span{
	padding: 15px 5px 16px 30px;
	background-position: 14px center;
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close_top_sp.png);
	background-size: 10px auto;
}

/* cogmo
================================================== */
/* search form [cogmo] */
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form {
	margin-bottom: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-wrap {
	margin-top: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-wrap .cgm-search-input-area::before {
	left: 14px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-container {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-container .cgm-search-button-area {
    margin-top: 0;
    width: 70px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-container .cgm-search-button {
    border-radius: 0;
    height: 66px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button {
	height: 100%;
}
.sma_search_key_input {
    margin-bottom: 5px;
}
.cgm-search-button.cgm-form1,
.cgm-search-button.cgm-form2 {
    width: 70px !important;
}

/* search result [cogmo] 
#cogmo-search .cgm-search-form {
	margin-bottom: 0;
}
#cogmo-search .cgm-search-form-area {
	padding: 0 15px;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-area textarea {
	padding: 18px 52px 13px 58px;
	height: 60px;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-wrap {
	margin-top: 0;
}
#cogmo-search .cgm-search-form-area .cgm-search-input-wrap .cgm-search-input-area::before {
	left: 14px;
}
#cogmo-search .cgm-search-form-area .cgm-search-form-container {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
}
#cogmo-search .cgm-search-form-area .cgm-search-form-container .cgm-search-button-area {
	margin-top: 0;
	width: 100px;
}
#cogmo-search .cgm-search-form-area .cgm-search-form-container .cgm-search-button {
	border-radius: 0;
	height: 66px;

}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button {
	border: 2px solid #222222;
	border-left-width: 1px;
	height: 100%;
}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover {
	border: 2px solid #222222;
	border-left-width: 1px;
}
*/

/* gnavi
================================================== */
.gnavi_open:before{
	display: none;
}
.no_javascript #tmp_gnavi,
#tmp_gnavi {
	display:none;
}
#tmp_hnavi_smenu > a{
	width: 80px;
}
#tmp_navbar_fixed{
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 904;
	padding: 6px 0 5px;
	background-color: #ffffff;
}
#tmp_navbar_fixed::before{
	content: '';
	position: absolute;
	z-index: 809;
	border-top: 2px solid #1da2f0;
	height: 6px;
	background-color: #ffffff;
	left: 0;
	right: 0;
	top: 0;
}
#tmp_navbar_fixed .navbar_wrapper > ul{
	display: flex;
	list-style: none;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li{
	width: 25%;
	margin: 0;
	border-left: 1px solid #d9d9d9;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li:first-child{
	border-left: none;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0.75rem;
	color: #222222;
	background-color: #ffffff;
	background-image: none;
	text-decoration: none;
	padding: 0;
	border: none;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li > a:focus-visible{
	outline-offset: -1px;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li > a.ac_active:focus-visible:before{
	outline: none;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li > a::before{
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -23px;
	width: 47px;
	height: 47px;
	background: #def1fc;
	border-radius: 50%;
	z-index: 1;
	display: none;
	border: none;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li.active > a::before,
#tmp_navbar_fixed .navbar_wrapper > ul > li > a.ac_active::before{
	display: block;
}
#tmp_navbar_fixed .navbar_wrapper > ul > li > a > span{
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 30px 2px 3px;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 33px auto;
}
#tmp_hnavi_wmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_btm01.png);
}
#tmp_hnavi_fmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_btm02.png);
}
#tmp_hnavi_nmenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_btm03.png);
}
#tmp_hnavi_smenu_sp{
	display: none;
}
.no_javascript #tmp_hnavi_smenu_sp{
	display: block;
}
#tmp_hnavi_smenu_sp > a > span,
#tmp_hnavi_smenu > a > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_btm04.png)!important;
}
#tmp_navbar_fixed .wrap_sma_sch{
	top: auto;
	bottom: 100%;
	margin-bottom: 6px;
}
#tmp_hnavi_smenu > a.ac_active > span{
	background: url(/shared/site_rn2025/images/icon/icon_hnavi_close_sp.png) center 5px no-repeat!important;
	background-size: 20px auto!important;
}
#tmp_header #tmp_hnavi_smenu{
	display: none;
}
/* menu search
================================================== */
#tmp_search_keyword .sch_ttl,
#tmp_sma_smenu .ttl_double_line,
#tmp_ajax_ctgy .ttl_double_line {
	margin-bottom: 15px;
    padding-left: 17px;
}
#tmp_search_keyword .sch_ttl,
#tmp_sma_pageid .sch_ttl,
#tmp_sma_smenu .ttl_double_line h2,
#tmp_ajax_ctgy .ttl_double_line h2,
#tmp_search_purpose_hidden .ttl_double_line h2,
#tmp_sma_smenu .ttl_double_line p,
#tmp_ajax_ctgy .ttl_double_line p,
#tmp_search_purpose_hidden .ttl_double_line p {
	font-size: 125%;
}
#tmp_search_keyword .sch_ttl:before,
#tmp_sma_smenu .ttl_double_line:before,
#tmp_ajax_ctgy .ttl_double_line:before {
	left: 0;
	top: 1px;
	bottom: 5px;
}
#tmp_sma_smenu .link_simple a,
#tmp_ajax_ctgy .ctg_accordion_list li a {
	padding-left: 15px;
    font-size: 87.5%;
}
#tmp_header .close_btn a{
	padding-bottom: 7px;
	font-size: 87.5%;
}
#tmp_header .close_btn span{
	padding-left: 18px;
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close.png);
	background-position: 0 8px;
	background-size: 12px auto;
}
/* menu search */
#tmp_sma_smenu .menu_wrapper{
	padding: 11px 0 62px;
}
#tmp_sma_smenu .smenu_heading{
	margin-bottom: 19px;
	padding: 5px 0 14px 31px;
	background-image: url(/shared/site_rn2025/images/icon/smenu_search_icon_sp.png);
	background-position: 0 10px;
	background-size: 21px auto;
	font-size: 143.7%;
}
#tmp_sma_smenu .smenu_heading > p{
	padding-right: 63px;
	background-image: url(/shared/site_rn2025/images/icon/smenu_search_txt_sp.png);
	background-position: right 11px;
	background-size: 54px auto;
}
/* form */
#tmp_sma_smenu .smenu_form{
	flex-direction: column;
	gap: 0;
	margin-bottom: 22px;
}
#tmp_sma_smenu #tmp_search_keyword,
#tmp_sma_smenu #tmp_sma_pageid {
	width: 100%;
}
#tmp_sma_smenu #tmp_search_keyword {
    margin-bottom: 20px;
}
#tmp_sma_smenu .form_group .wrap_sch_box{
	margin-bottom: 5px;
}
#tmp_sma_smenu .form_group .sch_box input,
#tmp_sma_smenu .form_group .sch_btn input{
	font-size: 100%;
}
#tmp_sma_smenu .form_group .sch_box input{
	padding-left: 14px;
	padding-right: 86px;
}
#tmp_sma_smenu .form_group .sch_btn{
	min-width: 70px;
}
#tmp_sma_smenu .form_group .sch_btn input{
	padding-left: 12px;
	padding-right: 6px;
}
#tmp_sma_smenu .form_group:not(:last-child){
	margin-bottom: 21px;
}
/* purpose */
#tmp_sma_smenu .smenu_purpose {
    margin-bottom: 28px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list{
	gap: 0 3px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li{
	margin-bottom: 3px;
	width: calc(100%/3 - 2px);
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li a {
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: 74px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child a{
	font-size: 75%;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child .nav_img{
	margin-top: 0;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li .nav_txt,
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child .nav_txt{
	padding-top: 6px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child .nav_img img,
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:not(:first-child) .nav_img img{
	max-width: 40px;
}
/* category */
#tmp_sma_smenu .smenu_category,
#tmp_ajax_ctgy .smenu_category {
    margin-bottom: 29px;
}
#tmp_sma_smenu .ctg_accordions,
#tmp_ajax_ctgy .ctg_accordions {
	margin: 0;
	gap: 0;
	border: 1px solid #d9d9d9;
}
#tmp_sma_smenu .ctg_accordion,
#tmp_ajax_ctgy .ctg_accordion {
	padding: 0;
	width: 100%;
}
#tmp_sma_smenu .ctg_accordion_switch p,
#tmp_ajax_ctgy .ctg_accordion_switch p {
	border: none;
}
#tmp_sma_smenu .ctg_accordion_switch a,
#tmp_ajax_ctgy .ctg_accordion_switch a {
	padding: 16px 50px 15px 14px;
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_sp.png);
	background-position: right 14px center;
	background-size: 16px auto;
	min-height: auto !important;
	font-size: 100%;
}
#tmp_sma_smenu .ctg_accordion_switch p:before,
#tmp_ajax_ctgy .ctg_accordion_switch p:before {
	bottom: -3px;
    left: 14px;
    right: 14px;
}
#tmp_sma_smenu .is_active .ctg_accordion_switch a,
#tmp_ajax_ctgy .is_active .ctg_accordion_switch a {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_sp.png);
}
#tmp_sma_smenu .is_active .ctg_accordion_switch p:after,
#tmp_ajax_ctgy .is_active .ctg_accordion_switch p:after {
	content: none;
}
#tmp_sma_smenu .ctg_accordion_cnt,
#tmp_sma_smenu .ctg_accordion:nth-child(4n+2) .ctg_accordion_cnt,
#tmp_sma_smenu .ctg_accordion:nth-child(4n+3) .ctg_accordion_cnt,
#tmp_sma_smenu .ctg_accordion:nth-child(4n+4) .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion:nth-child(4n+2) .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion:nth-child(4n+3) .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion:nth-child(4n+4) .ctg_accordion_cnt{
    width: 100%;
	margin-left: 0;
}
#tmp_sma_smenu .ctg_accordion_inner,
#tmp_ajax_ctgy .ctg_accordion_inner {
	margin-top: 0;
	padding: 22px 14px 15px;
	border: none;
}
#tmp_sma_smenu .ctg_accordion_list,
#tmp_ajax_ctgy .ctg_accordion_list {
	flex-direction: column;
	gap: 0;
}
#tmp_sma_smenu .ctg_accordion_list li,
#tmp_ajax_ctgy .ctg_accordion_list li {
	margin-bottom: 17px;
	width: 100%;
}
#tmp_sma_smenu .ctg_accordion_list li:last-of-type,
#tmp_ajax_ctgy .ctg_accordion_list li:last-of-type {
	margin-bottom: 0;
}
#tmp_sma_smenu .ctg_accordion:not(:last-child),
#tmp_ajax_ctgy .ctg_accordion:not(:last-child) {
	border-bottom: 1px solid #d9d9d9;
}
/* useful */
#tmp_sma_smenu .smenu_useful{
	margin-bottom: 0;
}
/* close */
#tmp_sma_smenu .close_btn{
	display: none;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 0 !important;
	font-size: 81.2%;
	padding-bottom: 15px;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	padding-top: 8px;
    margin-bottom: 33px;
}
#tmp_update,
#tmp_pageid {
	font-size: 81.2%;
}
#tmp_update {
	margin-left: 27px;
}
.type_idx #tmp_wrap_custom_update,
.custom_shisetsu #tmp_wrap_custom_update {
	margin-bottom: 34px;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 35px 0 40px;
}
#tmp_gmap_link a{
	padding: 8px 18px 7px;
	max-width: 320px;
}
#tmp_gmap_link span{
	padding-left: 40px;
	background-image: url(/shared/site_rn2025/images/icon/icon_gmap_sp.png);
	background-size: 25px auto;
}
#tmp_gmap_link a:hover span {
	text-decoration: none;
}
/* box_faq
================================================== */
.box_faq {
	margin: 12px 0 20px;
}
.box_faq .box_faq_ttl {
	margin-bottom: 14px;
	padding: 13px 15px 9px;
	font-size: 125%;
}
.box_faq_cnt ul {
	margin-bottom: 0.8em !important; /* do not edit */
	margin-left: 18px !important; /* do not edit */
}
.box_faq_cnt ul ul {
	margin: 0.3em 0 0 24px !important;/* do not edit */
}
/* inquiry
================================================== */
#tmp_inquiry{
	margin: 40px 0;
	padding: 0 14px;
	border-width: 1px;
}
#tmp_inquiry_ttl{
	padding: 17px 0 10px;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 125%;
}
#tmp_inquiry_cnt{
	padding: 14px 0 9px;
	line-height: 1.8;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax{
	display: block;
}
#tmp_inquiry_cnt .inquiry_tel{
	margin-right: 0;
}
#tmp_inquiry_cnt .inquiry_btn button,
#tmp_inquiry_cnt .inquiry_btn a{
	min-width: 250px;
	margin: 16px auto 10px;
	cursor: pointer;
	padding-top:9px;
	padding-bottom:8px;
}
.custom_yuuen #tmp_inquiry{
    margin-top: 18px;
    margin-bottom: 40px;
}
.custom_yuuen #tmp_inquiry_cnt .inquiry_btn a {
    padding: 10px 16px;
    background-image: url(/shared/site_rn2025/images/icon/arrow_btn_green_sp.png);
    background-size: 35px auto;
}
/* rnavi
================================================== */
#tmp_rnavi,
#tmp_lnavi,
#tmp_accordion_lnavi {
	margin-top: 40px;
	margin-bottom: 0;
}
#tmp_rnavi .rnavi_func{
	margin-top: 0;
}
#tmp_rnavi_ttl,
#tmp_lnavi_ttl,
#tmp_accordion_lnavi_ttl {
	padding: 18px 15px;
}
#tmp_rnavi_ttl h2,
#tmp_lnavi_ttl h2,
#tmp_accordion_lnavi_ttl h2 {
	font-size: 125%;
}
#tmp_rnavi #tmp_rnavi_ttl a,
#tmp_lnavi #tmp_lnavi_ttl a,
#tmp_accordion_lnavi_ttl a {
	margin: -18px -15px;
	padding: 18px 15px;
	background-image: url(/shared/site_rn2025/images/icon/box_arrow_sp.png);
	background-size: 38px auto;
}
#tmp_rnavi_cnt > ul,
#tmp_lnavi_cnt > ul,
#tmp_accordion_lnavi_cnt > ul {
	font-size: 87.5%;
}
#tmp_accordion_lnavi_cnt .switch_cnt li:not(.accordion_parent_link) {
    font-size: 85.7%;
}
#tmp_accordion_lnavi_cnt .switch_cnt li.accordion_parent_link {
    font-size: 100%;
}
#tmp_rnavi_cnt li,
#tmp_lnavi_cnt li,
#tmp_accordion_lnavi_cnt li {
	line-height: 1.6;
}
#tmp_rnavi_cnt li a,
#tmp_lnavi_cnt li a,
#tmp_accordion_lnavi_cnt li > s {
	padding: 14px 14px 13px 31px;
	background-position: 15px 19px;
}
/* rnavi_info */
.custom_yuuen .rnavi_info{
	border-radius: 5px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.custom_yuuen .rnavi_info p{
	font-size: 125%;
	background-position: 4px 11px;
}
.custom_yuuen .rnavi_info p a{
	padding: 18px 23px 20px 47px;
	background-image: url(/shared/site_rn2025/images/icon/arrow_btn_green_sp.png);
	background-position: right 2px bottom 2px;
	background-size: 35px auto;
}
.custom_yuuen #tmp_rnavi_ttl, 
.custom_yuuen #tmp_lnavi_ttl{
    padding-top: 19px;
	padding-bottom: 17px;
	border-bottom: 3px solid #5cc78d;
}
.custom_yuuen #tmp_rnavi, 
.custom_yuuen #tmp_lnavi{
    margin-top: 31px;
}
.custom_yuuen #tmp_rnavi #tmp_rnavi_ttl a, 
.custom_yuuen #tmp_lnavi #tmp_lnavi_ttl a{
	padding-top: 19px;
	margin-top: -19px;
	padding-bottom: 17px;
	margin-bottom: -17px;
	background-image:  url(/shared/site_rn2025/images/icon/arrow_rnavi_sp.png);
	background-size: 35px auto;
	background-position: right 3px bottom 3px;
}
.custom_yuuen #tmp_rnavi_cnt li a, 
.custom_yuuen #tmp_lnavi_cnt li a{
	padding: 13px 14px 11px 31px;
	background-image: url(/shared/site_rn2025/images/icon/arrow_green_sp.png);
	background-size: 10px auto;
	background-position: 15px 19px;
	min-height: 49px;
	line-height: 1.7;
}
.custom_yuuen #tmp_rnavi_cnt li, 
.custom_yuuen #tmp_lnavi_cnt li {
    border-bottom: 1px solid #d9d9d9;
}

/* ==================================================
footer
================================================== */
.no_javascript #tmp_footer{
	padding-bottom: 61px;
}
#tmp_footer .footer_main{
	padding-bottom: 40px;
}
#tmp_footer .pnavi a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_backtop_sp.png);
	background-size: 12px auto;
	font-size: 100%;
}
#tmp_footer .fnavi{
	flex-direction: column;
	gap: 0;
	margin: 10px 0 30px;
	padding: 25px 0 23px;
}
#tmp_footer .fnavi li:not(:last-of-type){
	margin-bottom: 17px;
}
#tmp_footer .fnavi a,
#tmp_footer .footer_corporate{
    font-size: 87.5%;
}
#tmp_footer .copyright {
	font-size: 81.2%;
}
#tmp_footer .footer_cnt{
	flex-direction: column;
}
#tmp_footer .footer_head{
	margin-bottom: 19px;
	width: 100%;
	text-align: center;
}
#tmp_footer .fnavi a{
	padding-left: 16px;
}
#tmp_footer .footer_lg{
	padding-top: 94px;
	background-image: url(/shared/site_rn2025/images/main/ft_logo_sp.png);
	background-size: 118px auto;
	font-size: 175%;
}
#tmp_footer .footer_address{
	margin-bottom: 24px;
	padding: 0;
	width: 100%;
	word-break: break-word;
}
#tmp_footer .footer_address address{
	font-size: 87.5%;
	line-height: 1.8;
}
#tmp_footer .add_row > span:first-of-type {
    min-width: 70px;
}
#tmp_footer .footer_sns{
	margin: 0;
	padding: 20px 10px;
	gap: 10px 20px;
}
#tmp_footer .footer_sns li{
	width: auto;
}

/* hover */
#tmp_footer .pnavi a:after,
#tmp_footer .fnavi a:after,
#tmp_sma_smenu .link_simple a:after,
#tmp_sma_smenu .ctg_accordion_switch span:after,
#tmp_sma_smenu .ctg_accordion_switch a:after{
	content: none;
}
#tmp_footer .footer_sns a:hover img{
	opacity: 1;
}
#tmp_sma_smenu .form_group .sch_btn input:hover{
	background-color: #575959;
	color: #ffffff;
}
#tmp_header .close_btn a:hover{
	border-color: #d9d9d9;
}

/* ==================================================
Redirect Modal
================================================== */
#tmp_redirect_modal{
	left: 11px;
	right: 11px;
	width: auto;
	border-width: 2px;
	padding: 29px 23px 25px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
#tmp_redirect_modal_ttl{
	font-size: 111.1%;
	line-height: 1.4;
	margin-bottom: 25px;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 8px;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	padding: 0;
	width: 100%;
	margin-bottom: 16px;
}
#tmp_redirect_modal_cnt .modal_btn{
	font-size: 111.1%;
	padding: 9px;
}
#tmp_redirect_modal_note{
	font-size: 66.7%;
}

/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* tmp_means
================================================== */

/* pattern common style
================================================== */
.sec_title{
    margin-bottom: 17px;
    padding-top: 30px;
    font-size: 162.5%;
}
.show_sp{
    display: block;
}
.show_pc{
    display: none;
}

/* ==================================================
useful_navigation
================================================== */
.useful_navigation_list li{
	width: 33.33%;
	padding: 0 2px;
	margin-bottom: 3px !important;
}
.useful_navigation_list li.item_large{
	width: calc(33.33% * 2);
}
.useful_navigation_list li a{
	min-height: 95px;
	padding: 12px 5px 4px;
	font-size: 75%;
}
.useful_navigation_list li.item_large a{
	font-size: 87.5%;
	padding-top: 4px;
}
.useful_navigation_list li .nav_img{
	margin: 0;
	line-height: 1.1;
}
.useful_navigation_list li:not(.item_large) .nav_img img{
	width: 47px;
}
.useful_navigation_list li .nav_txt{
	padding-top: 0;
}
.useful_navigation_list li.item_large .nav_img img{
	max-width: 57px;
}
.useful_navigation_list li.item_large .nav_img{
	width: 38%;
	padding: 0 6px;
	margin-top: 0;
}
.useful_navigation_list li.item_large .nav_txt{
	padding-top: 9px;
}
/* ==================================================
sec_emergency
================================================== */
.sec_emergency {
    padding: 10px 0 14px;
}
.sec_emergency .emergency_wrap{
	display: block;
}
#tmp_important_disaster .emergency_wrap .emergency_ttl,
#tmp_important_disaster .emergency_wrap .emergency_cnt,
.sec_emergency .emergency_wrap .emergency_cnt,
.sec_emergency .emergency_wrap .emergency_ttl{
	width: 100%;
}
.sec_emergency .emergency_wrap .emergency_list_rss li:first-child{
	margin-left: 0;
}
.sec_emergency .emergency_wrap .emergency_ttl p{
	font-size: 125%;
	padding: 8px 0 6px 29px;
	background-size: 19px auto;
	background-position: 0 center;
	margin: 0 0 7px;
}
#tmp_important_notice .emergency_ttl p{
	margin-bottom: 8px;
}
.sec_emergency .emergency_wrap .emergency_cnt{
	padding: 15px 12px 14px 15px;
}
.sec_emergency .emergency_wrap ul{
	font-size: 87.5%;
}
.sec_emergency .emergency_wrap .emergency_list_link li {
    margin-bottom: 13px;
}
.sec_emergency .emergency_wrap .emergency_list_link a{
	padding-left: 17px;
	line-height: 1.6;
}
.sec_emergency .emergency_wrap .emergency_list_rss{
	padding: 8px 0 6px;
}
.sec_emergency .emergency_wrap .emergency_list_rss li {
    margin-left: 13px;
}
#tmp_important_notice .emergency_wrap .emergency_cnt {
    padding-bottom: 1px;
}
#tmp_important_notice .emergency_wrap .emergency_list_link li:last-child{
	margin-bottom: 13px;
}
#tmp_important_disaster .emergency_wrap .emergency_cnt::after{
	display: none;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li{
	width: 100%;
	margin-bottom: 10px;
}
#tmp_important_disaster .emergency_wrap .emergency_ttl p{
	background-size: 17px auto;
	background-position: 13px center;
	padding: 16px 0 14px 41px;
	margin: 0;
}
#tmp_important_disaster .container{
	padding: 0;
}
#tmp_important_disaster .emergency_wrap .emergency_cnt{
	padding: 15px 13px 3px;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a{
	padding: 13px 14px 10px;
	min-height: 55px;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a span{
	padding-left: 15px;
	background-position: left 4px;
	line-height: 1.4;
}
.sec_setting_support .setting_support_content,
.sec_setting_support .setting_support_ttl{
	width: 100%;
}
.sec_setting_support .setting_support_content ul{
	margin: 0;
}
.sec_setting_support .setting_support_content ul li{
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
.sec_emergency .emergency_wrap .emergency_list_link a::after,
#tmp_important_disaster .emergency_cnt .emergency_list_link li a span::after{
	display: none;
}
/* ==================================================
setting_support
================================================== */
#tmp_sma_rmenu .menu_wrapper{
	padding: 5px 0 30px;
}
.sec_setting_support .setting_support_ttl p{
	font-size: 143.7%;
	padding: 1px 71px 0 30px;
	margin-bottom: 13px;
	background-image: url(/shared/site_rn2025/images/icon/icon_setiing.png);
	background-position: left center, right center;
	background-size: 21px auto, 63px auto;
}
.sec_setting_support .setting_support_content ul li a{
	min-height: 55px;
	padding: 13px 13px 10px 30px;
	background-position: 15px 23px;
	font-size: 87.5%;
}
.sec_emergency .emergency_list_rss li a::before,
.sec_setting_support .setting_support_content ul li a span::after{
	display: none;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a:hover{
	border-color: #dda325;
}
.sec_setting_support .setting_support_content ul li a:hover {
    border-color: #d9d9d9;
}
/* ==================================================
news
================================================== */
.sec_news .news_list a,
#tmp_idx_news_cnt .list_table td a,
.sec_news .news_links a,
.sec_advertisement .publicity_navi a {
    font-size: 87.5%;
}
/* list */
.sec_news .news_list,
#tmp_idx_news_cnt .list_table {
    margin: 0 0 26px !important;
}
.sec_news .news_list .news_item{
    line-height: 1.6;
}
.sec_news .news_list .news_date,
#tmp_idx_news_cnt .list_table .date {
    margin-bottom: 2px;
    font-size: 81.2%;
    letter-spacing: -0.02em;
}
.sec_news .news_list .news_date:before{
    bottom: 3px;
}
.sec_news .news_list .news_date > span{
    padding-right: 19px;
}
.sec_news .news_list .news_item:not(:last-of-type) {
    margin-bottom: 18px;
}

/* links */
.sec_news .news_links{
    margin-bottom: 40px;
    padding-left: 0;
    gap: 10px 32px;
}
.sec_news .news_links a{
    padding-bottom: 9px;
    padding-left: 16px;
}
/* ==================================================
btn_readmore
================================================== */
.btn_readmore a{
	font-size: 87.5%;
}
.btn_readmore a span{
	background-position: 2px 3px;
}
.link_readmore a {
	font-size: 87.5%;
	padding-left: 22px;
}

/* ==================================================
assembly common
================================================== */
.assembly_menu{
	gap: 0 13px;
}
.assembly_menu li{
	margin-bottom: 12px;
	width: calc((100% - 26px) / 3);
}
.assembly_menu a{
    padding: 6px 6px 0;
	min-height: auto;
    font-size: 87.5%;
    line-height: 1.6;
}
.assembly_menu .menu_icon{
	margin-bottom: 0;
    max-width: 47px;
}
.assembly_menu .menu_des{
	min-height: 46px;
}
.assembly_menu .menu_des > span:after{
	content: none;
}

/* lnavi */
#tmp_lnavi_assembly{
	margin-top: 41px;
}

/* ==================================================
font-size 16px reset
================================================== */
.box_faq,
#tmp_gmap_link a,
#tmp_inquiry {
	font-size: 100%;
}
/* hover style
================================================== */
.btn_readmore a:after,
.sec_news .news_list a:after,
#tmp_idx_news_cnt .list_table a:after,
.sec_news .news_links a:after,
.sec_advertisement .publicity_navi a:after,
#tmp_rnavi_ttl a span:after,
#tmp_lnavi_ttl a span:after{
    content: none;
}

/* yuuen_menu
================================================== */
#tmp_yuuen_cmenu{
    font-size: 100%;
	padding: 0;
	margin: 0 0 21px;
}
#tmp_sec_menu .common_ttl h2{
    background-image: url(/shared/templates/yuuen_top_rn2025/images/icon/book_pc.png), 
    url(/shared/templates/yuuen_top_rn2025/images/main/line_bg.png), 
    url(/shared/templates/yuuen_top_rn2025/images/main/bg_ttl_menu2_sp.png);
    background-size: 27px auto, 60px auto,423px auto;
    background-position: 14px 19px, -4px top, right top;
}
#tmp_sec_menu .common_ttl h2::after{
    right: 13px;
    width: 107px;
    height: 33px;
    background-size: 100% auto;
}
#tmp_yuuen_cmenu ul {
    margin:0;
}
#tmp_yuuen_cmenu ul li {
    width: 100% !important;
    float:none;
    margin: 0 0 20px;
    padding: 0;
}
#tmp_yuuen_cmenu ul li .menu_img{
    border-radius: 10px;
	padding: 11px;
	background-image: url(/shared/site_rn2025/images/yuuen/menu/bg_cmenu_sp.jpg);
	background-size: 330px auto;
	background-position: 0 top;
}
#tmp_yuuen_cmenu ul li .menu_txt {
    margin: -21px 50px 0;
}
#tmp_yuuen_cmenu ul li .menu_txt .inner {
    border-width: 2px;
    padding: 8px 15px 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#tmp_yuuen_cmenu ul li .menu_txt .inner::before {
    margin:0 5px 2px 0;
    width:20px;
    height:20px;
    background-size:100% auto !important;
}
#tmp_yuuen_cmenu ul li .menu_img p,
#tmp_yuuen_cmenu ul li .menu_img img {
    border-radius: 10px;
}
.custom_yuuen.type_top #tmp_yuuen_cmenu ul li .menu_txt{
    margin-top: -21px;
}
#tmp_yuuen_cmenu .yuuen_cmenu2 .menu_txt .inner::before{
	margin-right: 6px;
}
#tmp_yuuen_cmenu .yuuen_cmenu3 .menu_txt .inner::before{
	margin-right: 7px;
}
#tmp_yuuen_cmenu .yuuen_cmenu6 .menu_txt .inner::before{
	margin-right: 7px;
}
#tmp_yuuen_cmenu ul li a:hover .menu_txt .inner, 
#tmp_yuuen_cmenu ul li a:focus .menu_txt .inner{
	    border-color: #ffffff;
}
.custom_yuuen #tmp_lnavi .link_readmore{
	margin-top: 0;
}
.custom_yuuen .link_readmore a:before{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_green_sp.png);
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__toggle{
    margin-right: 12px;
    padding: 3px 5px 1px;
    min-width: 90px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    font-size: 96.8%;
}
.splide_common .splide__toggle__pause:after{
	left: 8px;
}
.splide_common .splide__pagination{
    padding-top: 1px;
}
.splide_common .splide__pagination li,
.splide_common .splide__pagination__page {
    width: 16px;
    height: 16px;
}
.splide_common .splide__arrow{
    width: 25px;
    height: 25px;
    background-size: 8px auto;
}
.splide_common .splide__arrow--prev{
    left: -7px;
}
.splide_common .splide__arrow--next{
    right: -7px;
}
.splide_common .splide__arrow:hover{
    background-color: #ffffff;
    color: #222222;
}
.splide_common .splide__toggle:hover{
    border-color: #cccccc;
}
.splide_common .splide__pagination__page:hover{
    background-color: transparent;
    color: #222222;
}
.splide_common .splide__pagination__page.is-active,
.splide_common .splide__pagination__page:focus-visible{
    background-color: #047935;
    color: #ffffff;
}
/* accessibility */
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/arrow_prev_sp_yl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/arrow_prev_sp_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/arrow_next_sp_yl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/arrow_next_sp_bl.png) !important;
}
.color_black #tmp_wrapper .splide_common .splide__toggle:hover > span,
.color_blue #tmp_wrapper .splide_common .splide__toggle:hover > span,
.color_yellow #tmp_wrapper .splide_common .splide__toggle:hover > span{
    text-decoration: none;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_black #tmp_navbar_fixed::before,
.color_blue #tmp_navbar_fixed::before,
.color_yellow #tmp_navbar_fixed::before{
	border-color: inherit;
	background-color: inherit;
}
.color_black #tmp_navbar_fixed .navbar_wrapper > ul > li > a::before,
.color_blue #tmp_navbar_fixed .navbar_wrapper > ul > li > a::before,
.color_yellow #tmp_navbar_fixed .navbar_wrapper > ul > li > a::before{
	display: none;
}
.color_black #tmp_navbar_fixed .navbar_wrapper > ul > li > a.ac_active span,
.color_blue #tmp_navbar_fixed .navbar_wrapper > ul > li > a.ac_active span,
.color_yellow #tmp_navbar_fixed .navbar_wrapper > ul > li > a.ac_active span{
	background: none!important;
}
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a,
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_wh_sp.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_blue_sp.png) !important;
}
.color_black #tmp_wrapper #tmp_sma_smenu .is_active .ctg_accordion_switch a,
.color_blue #tmp_wrapper #tmp_sma_smenu .is_active .ctg_accordion_switch a{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_wh_sp.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_smenu .is_active .ctg_accordion_switch a{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_blue_sp.png) !important;
}
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_black #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_backtop_wh_sp.png) !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_backtop_blue_sp.png) !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_big #tmp_wrapper .box_faq_cnt ul {
	margin-left: 22px !important;
}
.fsize_big2 #tmp_wrapper .box_faq_cnt ul {
	margin-left: 35px !important;
}
.fsize_big2 #tmp_yuuen_cmenu ul li .menu_txt {
	width: auto;
	max-width: inherit;
}
/* easy_on */
.easy_on.fsize_big2 #tmp_useful_navigation .useful_navigation_list,
.easy_on.fsize_big2 #tmp_sma_smenu .smenu_useful {
	margin: 0;
    display: block;
}
.easy_on.fsize_big2 #tmp_useful_navigation .useful_navigation_list li,
.easy_on.fsize_big2 #tmp_sma_smenu .smenu_useful li {
	width: 100%;
	padding: 0;
}

/* furigana
================================================== */
.furigana_on #tmp_wrapper .sec_title{
	padding-top: 40px;
}
.furigana_on #tmp_navbar_fixed .navbar_wrapper > ul > li > a > span{
	padding-top: 40px;
}
.furigana_on #tmp_hnavi_wrapper > li > a span{
	word-break: break-word;
}
.furigana_on #tmp_wrapper #tmp_sma_smenu .form_group .sch_box input{
	padding-right: 148px;
}
.furigana_on #tmp_wrapper #tmp_navbar_fixed .navbar_wrapper > ul > li#tmp_hnavi_wmenu,
.furigana_on #tmp_wrapper #tmp_navbar_fixed .navbar_wrapper > ul > li#tmp_hnavi_smenu_sp,
.furigana_on #tmp_wrapper #tmp_navbar_fixed .navbar_wrapper > ul > li#tmp_hnavi_smenu{
	width: 22%;
}
.furigana_on #tmp_wrapper #tmp_navbar_fixed .navbar_wrapper > ul > li#tmp_hnavi_fmenu,
.furigana_on #tmp_wrapper #tmp_navbar_fixed .navbar_wrapper > ul > li#tmp_hnavi_nmenu{
	width: 28%;
}
.furigana_on #tmp_wrapper #tmp_hlogo h1 span,
.furigana_on #tmp_wrapper #tmp_hlogo p span,
.furigana_on #tmp_wrapper #tmp_hlogo a{
	height: 26px;
}
/* ==================================================
chatbot
================================================== */
#konnect-chat-initializer-wrap {
	bottom: 61px !important;
}
.show_on_bottom #konnect-chat-initializer-wrap {
	bottom: 99px !important;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}




}


@media screen and (max-width : 350px) {
#tmp_footer .footer_sns{
	gap: 10px 28px;
}
.fsize_big2 #tmp_hnavi_lmenu > a > span,
.fsize_big2 #tmp_hnavi_mmenu > a > span{
	min-width: 0;
}
.furigana_on.fsize_big2 #tmp_hlogo h1,
.furigana_on.fsize_big2 #tmp_hlogo p,
.furigana_on.fsize_big2 #tmp_hlogo h1 span,
.furigana_on.fsize_big2 #tmp_hlogo p span,
.furigana_on.fsize_big2 #tmp_hlogo a{
	height: 38px;
}
.furigana_on #tmp_sma_smenu .form_group .sch_btn{
	max-width: 50%;
}

/* ==================================================
chatbot
================================================== */
#konnect-chat-initializer-wrap {
	bottom: 78px !important;
}
.show_on_bottom #konnect-chat-initializer-wrap {
	bottom: 116px !important;
}

}