@charset "utf-8";

@media screen and (max-width : 480px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
	border: none;
}
.container{
	padding: 0 10px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	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;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
.format_top #tmp_wrapper {
	background-image: url(/shared/site_rn2025/images/main/bg_top_sp.png);
	background-repeat: no-repeat;
	background-position: -106px 8px;
	background-size: 246px auto;
}
#tmp_main {
    background-image: none;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi,
.format_free .wrap_col_rgt_navi {
	display:none;
}
.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
================================================== */
.rn_2025#tmp_wrap_header {
	padding-top: 75px;
	background: #ffffff;
}
#tmp_wrapper.show_full_menu .rn_2025#tmp_wrap_header {
	padding-top: 0 !important;
}
.rn_2025 #tmp_header {
	width: 100%;
	left: 0 !important;
	padding:0 10px 10px;
	background-color: #ffffff;
	color: #222222;
	margin: 0;
	border-bottom: 3px solid #006dd9;
	display: block;
	z-index: 99999;
}
.rn_2025 #tmp_header:after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #c8dff7;
	background-color: #e3effb;
	display: block;
}
.rn_2025 #tmp_hlogo {
	width: auto;
	float:none;
	padding: 8px 1px;
	border-right: none;
	min-height: auto;
}
.rn_2025 #tmp_hlogo h1,
.rn_2025 #tmp_hlogo p {
	display:inline-block;
	width:136px;
	height:51px;
	line-height: 1.3;
	font-size: 1.5rem;
}
.rn_2025 #tmp_hlogo a {
	width:136px;
	height:51px;
}
.rn_2025 #tmp_hlogo h1 span,
.rn_2025 #tmp_hlogo p span {
	width:136px;
	height:51px;
}
.rn_2025 #tmp_means {
	display: none;
	padding: 0;
}
/* sp_menu
================================================== */
#tmp_sma_menu {
	display: block;
}
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 800;
    background: #ffffff;
    color: #333333;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;	
	z-index: 99998;
	background-color: rgba(0,0,0,0.5);
}
#tmp_wrapper.show_full_menu #tmp_main,
#tmp_wrapper.show_full_menu #tmp_emergency_s,
#tmp_wrapper.show_full_menu #tmp_footer,
#tmp_wrap_gmenu{
	display: none;
}
#tmp_wrapper.show_full_menu {
	padding-top: 0 !important;
}
#tmp_wrapper.show_full_menu #tmp_header {
	position: relative;
}
.rn_2025 #tmp_hnavi_rmenu {
	position: static
}
.rn_2025 #tmp_hnavi_rmenu > a {
	position: absolute;
	z-index: 802;
	top: 10px;
	right: 10px;
	padding: 8px 3px 1px;
	min-width: 60px;
	width: auto;
	min-height: 50px;
	text-decoration: none;
	font-size: 62.5%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #006DD9;
}
.rn_2025 #tmp_hnavi_rmenu > a:hover {
	text-decoration: none;
}
.rn_2025 #tmp_hnavi_rmenu > a > span {
	display: block;
	text-align: center;
	padding-top: 25px;
	background-image: url(/shared/site_rn2025/images/icon/icon_menu_sp.png);
	background-size: 23px 22px;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
	height: auto;
	width: 100%;
}
.rn_2025 #tmp_hnavi_rmenu > a.active > span {
	padding-top: 25px;
	padding-bottom: 6px;
	background-image: url(/shared/site_rn2025/images/icon/icon_close_sp.png);
	background-size: 17px auto;
	background-position: center 2px;
}
.rn_2025 #tmp_hnavi_rmenu .show_pc {
	display: none;
}
.rn_2025 #tmp_sma_rmenu {
	position: absolute;
	width: 100%;
	left: 0;
	margin-left: 0 !important;
	text-align: left;
}
.format_top .rn_2025 #tmp_sma_rmenu {
	display: none !important;
	top: 100%;
	padding: 27px 7px;
	border: 3px solid #006DD9;
	border-radius: 3px;
	color: #333333;
	background-color: #ffffff;
}
.format_top .rn_2025 #tmp_sma_rmenu.active {
	display: block !important;
}
.rn_2025 #tmp_hnavi_s {
	position: static;
	display: block;
	font-size: 100%;
	text-align: left;
	list-style: none;
}
.rn_2025 #tmp_sma_rmenu #tmp_means {
	display: block;
}
.rn_2025 #tmp_sma_rmenu .close_btn {
	text-align: center;
	margin-top: 25px;
}
.rn_2025 #tmp_sma_rmenu .close_btn a {
	display: inline-block;
	min-width: 143px;
	min-height: 45px;
	font-weight: bold;
	color: #0066cc;
	border: 1px solid;
	padding: 10px 5px 8px;
}
.rn_2025 #tmp_sma_rmenu .close_btn a span {
	display: inline-block;
	padding: 2px 0 1px 25px;
	background: url(/shared/site_rn2025/images/icon/icon_close_sp_blue.png) no-repeat 1px 3px;
	background-size: 17px auto;
}
.rn_2025 #tmp_snavi {
	display: block;
	margin-bottom: 20px;
}
.rn_2025 #tmp_snavi > li {
	margin-bottom: 5px;
}
.rn_2025 #tmp_means_primary ul li.moji_iro {
	margin-bottom: 15px;
}
.rn_2025 #tmp_snavi > li > a {
	display: inline-block;
	padding-left: 28px;
	background-size: 18px auto;
	background-position: 0 0;
}
.rn_2025 #tmp_snavi > li > a:hover {
	text-decoration: none;
}
.rn_2025 #tmp_snavi > li.moji_iro > a {
    background-image: url(/shared/site_rn2025/images/icon/icon_accessibility_sp.png);
}
.rn_2025 #tmp_snavi > li.foreign > a {
    background-image: url(/shared/site_rn2025/images/icon/icon_foreign_sp.png);
}
.rn_2025 #tmp_means_secondary {
	margin-bottom: 7px;
}
.rn_2025 #tmp_search .sch_box {
	width: calc(100% - 105px);
}
.rn_2025 #tmp_search .sch_btn {
	width: 100px;
	margin-left: 5px;
}
.rn_2025 #tmp_query {
	width: 100%;
	margin-bottom: 6px;
	min-height: 45px;
	background-size: 98px auto !important;
	background-position: 11px 12px !important;
}
.rn_2025 #tmp_func_sch_btn {
	width: 100%;
	margin-left: 0;
	min-height: 45px;
	padding: 9px 5px 4px 7px;
}
.rn_2025 #tmp_means_tertiary {
	display: block;
	text-align: right;
}
.rn_2025 #tmp_hnavi {
	list-style: none;
}
.rn_2025 #tmp_hnavi li a{
	padding-left: 20px;
	color: #00337f;
	background: url(/shared/site_rn2025/images/icon/icon_arr_left_sp.png) no-repeat 0 7px;
	background-size: 10px auto;
}
.no_javascript #tmp_wrap_header.rn_2025 {
	position: relative;
}
.no_javascript .rn_2025 #tmp_header {
	position: relative;
	margin: 0;
}
.no_javascript .rn_2025 #tmp_hnavi_s {
	position: absolute;
	top: 0;
	right: 10px;
}
/* gnavi
================================================== */
.rn_2025 #tmp_sma_gnavi {
	padding: 24px 0 0;
	margin-bottom: 25px;
}
.rn_2025 #tmp_sma_gnavi > ul {
	border-top: 1px solid #006DD9;
	list-style: none;
}
.rn_2025 #tmp_sma_gnavi li {
	width: 100%;
	border-bottom: 1px solid #006DD9;
}
.rn_2025 #tmp_sma_gnavi > ul > li > a {
	display: block;
	padding: 14px 0 14px 30px;
	color: #003366;
	background-image: url(/shared/site_rn2025/images/icon/icon_arr_left_sp.png);
	background-size: 10px auto;
	background-position: 10px 19px;
	background-repeat: no-repeat;
}
/* ==================================================
Emergency
================================================== */
#tmp_emergency,
#tmp_emergency_s {
	display: block;
	margin: 20px 10px 20px;
}
#tmp_emergency_ttl,
#tmp_emergency_s_ttl {
	width: 100%;
	padding: 5px 10px 2px;
}
#tmp_emergency_cnt,
#tmp_emergency_s_cnt {
	width: 100%;
	padding: 11px 19px 9px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	display:none;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* pnavi
================================================== */
.pnavi {
	padding-right: 10px;
}
.pnavi a {
    background-image: url(/shared/site_rn2025/images/icon/icon_back_top_sp.png);
	background-size: 12px auto;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* Chatbot */
#tmp_chatbot a {
	min-width: 90px;
	min-height: 136px;
	padding-top: 85px;
}
#tmp_chatbot a:before {
	top: -10px;
}
/* model_change
================================================== */
.wrap_mc_pc, 
.wrap_mc_sp {
	display: block;
	width: 50%;
}

/* ==================================================
footer
================================================== */
#tmp_footer {
	margin: 0;
}
#tmp_footer:before {
    content: '';
	width: 120px;
	height: 138px;
	bottom: calc(100% + 15px);
    background: url(/shared/site_rn2025/images/main/bg_bottom_sp.png) no-repeat right top;
	background-size: 149px auto;
}
#tmp_fnavi {
	padding: 6px 9px 4px;
    border-top: 1px solid #9dadbd;
	color:inherit;
	background-color:#C8DFF7;
	list-style:none;
}
#tmp_fnavi li {
	margin-right:0;
	float:none;
	border:none;
	padding-left: 0;
	padding-right: 0;
    text-align: left;
	margin-bottom: 6px;
}
#tmp_fnavi li a {
	display: inline-block;
	padding-left: 15px;
	background: url(/shared/site_rn2025/images/icon/icon_arr_left_sp.png) no-repeat left 4px;
	background-size: 8px auto;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#tmp_footer_cnt {
	padding:17px 10px 13px;
	clear:both;
}
#tmp_footer_cnt #tmp_footer_ttl {
    padding: 0;
    font-size: 71.8%;
    width: auto;
    border: none;
    float: none;
    text-align: left;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	padding-top: 1px;
	font-style:normal;
    width: 100%;
	font-size: 75%;
}
#tmp_footer_cnt address p:not(:last-child) {
	margin-bottom: 2px;
}
#tmp_footer_cnt address span {
	display:block;
	margin-right:0;
	margin-top: 0;
	line-height: 1.75;
	float: none;
}
#tmp_footer_cnt address span.post,
#tmp_footer_cnt address span.addr {
    margin: 0 0 6px;
	float: left;
}
#tmp_footer_cnt address span.br {
	display:inline; /* block値をinline値に変換 */
}
#tmp_footer_cnt address span.spbr {
	display:block; /* inline値をblock値に変換 */
}
#tmp_footer_cnt address #tmp_fnavi2 {
    float: none;
    display: block;
    clear: both;
}
#tmp_footer_cnt address #tmp_fnavi2 .navi_box {
    margin:0 2% 5px 0;
    display: inline-block;
    float: none;
    clear: both;
    text-align: center;
    width: 47%;
}
#tmp_footer_cnt address #tmp_fnavi2 .navi_box a {
	font-size:100%;
    padding: 6px 9px 7px;
	margin: 0;
}
#tmp_copyright {
	padding: 5px 10px 4px;
	text-align: center;
	clear: both;
	font-weight: normal;
}
/* ==================================================
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;
}
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;
	-webkit-box-sizing:border-box;/* Webkit */
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}


/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/site_rn2025/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_rn2025/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_rn2025/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
Splide control common
================================================== */
.splide__controls {
    gap: 0 20px;
}
.splide__controls .splide__arrow {
	background-size: 31px auto;
}
.splide__controls .splide__arrow--prev {
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_prev_sp.png);
}
.splide__controls .splide__arrow--next {
	background-image: url(/shared/site_rn2025/images/icon/icon_arrow_next_sp.png);
}
.splide__controls .splide__progress .progress_current {
	font-size: 187.5%;
}
.splide__controls .splide__progress .progress_total {
	font-size: 112.5%;
	line-height: 1.2;
}
.splide__controls .splide__progress .progress_total::before {
	margin-right: 0;
}
/* Accessibility */
.color_blue #tmp_header:after,
.color_black #tmp_header:after,
.color_yellow #tmp_header:after {
	content: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}