@charset "utf-8";

@media screen and (max-width : 640px) {
/* ==================================================
start トップ
================================================== */
.section_head {
	margin-bottom: 15px;
	text-align: center;
}
.section_head h2 {
	padding-top: 28px;
	font-size: 137.5%;
	color: #222222;
}
.read_more a {
	font-size: 87.5%;
	padding: 11px 20px;
	min-width: 240px;
}
.mainvisual {
	padding-top: 0 !important;
	background-color: #ffffff;
	color: #222222;
	min-height: auto;
}
.mainvisual .mainvisual_full .sp {
	display: block;
}
.mainvisual .mainvisual_full .pc {
	display: none;
}
.mainvisual .mainvisual_full {
	top:0 !important;
	margin-bottom:0 !important;
}
.mainvisual .mainvisual_full .visual_img {
	height: auto;
}
.mainvisual .mainvisual_full .visual_img img {
	width:100% !important;
	height:auto !important;
	position:static;
	left:auto;
	top:auto;
	transform:none;
	-webkit-transform:none;
	-ms-transform:none;
}
#tmp_mainvisual_full_main:not(.no-splide) {
	padding-bottom:5px;
}
#tmp_mainvisual_full_main .visual_text {
	position: relative;
	bottom:auto;
	left:auto;
	margin-left:0;
	padding:6px 10px 3px !important;
	min-height:auto;
	max-width:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#tmp_mainvisual_full_main .splide__controls {
	position: relative;
	width:auto;
	bottom:auto;
	left:auto;
	height:auto !important;
	margin:0;
}
#tmp_mainvisual_full_main.no-splide .visual_text {
	padding-bottom:6px !important;
}
.custom_ku .mainvisual .mainvisual_full .visual_img img {
	height:auto !important;
}
.mainvisual .container {
	padding: 0;
}
.mainvisual_splide {
	display: block;
	margin-bottom: 13px;
}
.wrap_mainvisual_splide {
	padding:0;
}
.mainvisual .mainvisual_corona {
	padding: 0 10px 30px;
	background-color: #fbf5e5;
}
#tmp_mainvisual_sub .splide__track{
	padding: 8px 0;
	overflow: hidden;
}
#tmp_mainvisual_main {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
#tmp_mainvisual_main.no-splide .splide__slide {
	width: 100%;
}
#tmp_mainvisual_main .splide__slide::after {
	display:none;
}
#tmp_mainvisual_main .splide__controls {
	margin: 0;
	padding: 5px 15px 4px 10px;
	min-width: 170px;
}
#tmp_mainvisual_main .mainvisual_text {
	position: static;
	padding-left: 0 !important;
}
#tmp_mainvisual_main .mainvisual_text p {
	font-size: 87.5%;
	padding: 13px !important;
}
#tmp_mainvisual_main:not(.no-splide) .mainvisual_text p {
	padding-bottom: 2.2rem !important;
}
#tmp_mainvisual_main .splide__controls {
	top:auto !important;
	height:auto !important;
	margin: 0;
	padding: 5px 15px 6px 80px;
	min-width:auto;
	width:100%;
}
#tmp_mainvisual_main .splide__arrow{
	bottom: 6px;
}
#tmp_mainvisual_main.splide,
#tmp_mainvisual_sub {
	width: 100%;
}
#tmp_mainvisual_sub.no-splide .splide__list {
	padding:0 10px !important;
}
#tmp_mainvisual_sub .splide__slide {
	margin-bottom: 0;
}
#tmp_mainvisual_sub .mainvisual_sub_img img {
	width: 100%;
	height: auto;
}
#tmp_mainvisual_sub .mainvisual_sub_img a{
	-webkit-box-shadow: 0 0 3px 0.5px rgba(80, 102, 92, 0.5);
	-moz-box-shadow: 0 0 3px 0.5px rgba(80, 102, 92, 0.5);
	box-shadow: 0 0 3px 0.5px rgba(80, 102, 92, 0.5);
}
#tmp_mainvisual_main .toggle_img_alt .pc {
	display: none;
}
#tmp_mainvisual_main .toggle_img_alt .sp {
	display: block;
}
/* Swtich */
#tmp_switch {
	position: relative;
	padding-top: 11px;
	z-index: 11;
	padding-bottom: 13px;
	top:0;
}
#tmp_switch::before {
	height:100%;
}
#tmp_switch .txt_block {
	display: inline;
}
#tmp_switch .switch_inner {
	position: relative;
	display: block;
	margin-top: 0;
	padding: 10px 9px 8px 9px;
}
#tmp_switch .switch_banner,
#tmp_switch .switch_target,
#tmp_switch .switch_view,
#tmp_switch .switch_button {
	width: 100%;
	margin-bottom: 18px;
}
#tmp_switch .switch_target .title,
#tmp_switch .switch_view .title {
	margin-bottom: 6px;
}
#tmp_switch .switch_banner {
	border-width: 1px;
	margin-bottom: 18px;
}
#tmp_switch .switch_banner .title {
	font-size: 87.5%;
	padding: 7px 20px 3px 95px;
	line-height: 1.4;
}
#tmp_switch .switch_banner .title:before {
	width: 60px;
	height: 65px;
	left: 23px;
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
}
#tmp_switch .switch_banner .title .color_green {
	font-size: 121.4%;
}
#tmp_switch .switch_banner:before,
#tmp_switch .switch_banner:after {
	content: '';
	position: absolute;
	top: 100%;
	width: auto;
	bottom: auto;
	left: 50%;
	margin-left: -5px;
	border: 11px solid transparent;
	border-top-width: 9px;
	border-top-color: #e8e8e8;
	border-bottom-width: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background: transparent;
}
#tmp_switch .switch_banner:after {
	border-top-color: #ffffff;
	border-width: 9px;
	border-top-width: 8px;
}
#tmp_switch ul.switch_select li a,
#tmp_switch ul.switch_select li a:hover,
#tmp_switch ul.switch_select li a:focus,
#tmp_switch ul.switch_select li a.active {
	width: 100%;
	min-height: 70px;
	font-size: 100%;
	padding: 41px 5px 5px;
	background-size: auto 27px;
	-moz-background-size: auto 27px;
	-webkit-background-size: auto 27px;
	background-position: center 8px;
}
#tmp_switch .switch_view li:nth-child(1) {
	width: 60%;
}
#tmp_switch .switch_view li:nth-child(2) {
	width: 40%;
}
#tmp_switch .switch_button {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#tmp_switch .switch_button .switch_button_submit {
	width: 62.9%;
	margin-right: 4px;
}
#tmp_switch_submit,
#tmp_switch_submit:hover,
#tmp_switch_submit:focus {
	padding: 17px 0 15px 40px;
	border-color: #136740;
	color: #ffffff;
	text-decoration: none;
	background: #136740 url(/shared/templates/top_rn/images/icon/icon_switch.png) no-repeat;
	background-size: 31px 30px;
	-moz-background-size: 31px 30px;
	-webkit-background-size: 31px 30px;
	background-position: 8px center;
}
#tmp_switch_submit:after,
#tmp_switch_submit:before,
#tmp_switch_submit:hover:after,
#tmp_switch_submit:hover::before {
	border-width: 10px;
	border-top-width: 10px;
	border-top-color: #136740;
}
#tmp_switch_close {
	width: 100%;
	height: 100%;
	border: none;
	display: inline-block;
	padding: 21px 10px 15px;
	cursor: pointer;
	overflow: visible;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4;
	color: #222222;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	box-shadow: 0px 0px 5.1px 0.9px rgba(80, 102, 92, 0.2);
	-moz-box-shadow: 0px 0px 5.1px 0.9px rgba(80, 102, 92, 0.2);
	-webkit-box-shadow: 0px 0px 5.1px 0.9px rgba(80, 102, 92, 0.2);
}
#tmp_switch_close:before {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	background: url(/shared/templates/top_rn/images/icon/icon_close.png) no-repeat center center;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
#tmp_switch .switch_button .close_btn {
	display: block;
	width: 37.1%;
	text-align: center;
}
#tmp_switch .switch_accodion_btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 65px;
	padding: 10px 16px;
	background-color: #136740;
	box-shadow: 0 0 5.1px 0.9px rgba(80, 102, 92, 0.2);
	-moz-box-shadow: 0 0 5.1px 0.9px rgba(80, 102, 92, 0.2);
	-webkit-box-shadow: 0 0 5.1px 0.9px rgba(80, 102, 92, 0.2);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tmp_switch .switch_accodion_btn .title {
	font-weight: bold;
	color: #ffffff;
}
#tmp_open_switch_sp {
	position: relative;
	display: inline-block;
	min-width: 90px;
	padding: 6px 10px 3px 32px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #7bb198;
	border-radius: 100px;
	color: #ffffff;
}
#tmp_open_switch_sp:before,
#tmp_open_switch_sp:after {
	content: '';
	width: 15px;
	height: 2px;
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
}
#tmp_open_switch_sp:after {
	transform: translateY(-50%) rotate(90deg);
}
#tmp_switch .switch_cnt {
	position: absolute;
	display: none;
	top: 100%;
	left: -11px;
	right: -11px;
	width: auto;
	margin-top: -7px;
	color: #222222;
	z-index: 10;
	padding: 0 10px 10px;
	background-color: #6bd985;
}
#tmp_switch .switch_cnt .switch_cnt_inner {
	display: block;
	padding: 0 10px;
	border: 1px solid #ffffff;
	border-top-width: 0;
	background-color: #83eb9b;
	border-radius: 0 0 5px 5px;
}
.open_switch_sp #tmp_switch .switch_accodion_btn {
	display: none;
}
.open_switch_sp #tmp_switch .switch_inner {
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.open_switch_sp .switch_overlay {
	display: block;
}
.switch_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}
/* New Topic */
#tmp_news_topic {
	padding: 30px 0 0;
	margin-bottom: 23px;
}
#tmp_news_topic .section_wrapper:before {
	height:calc(100% - 150px);
	top: 150px;
	right: 0;
	left:0;
	z-index:-1;
}
.view_search #tmp_news_topic {
	padding-top: 0;
	margin-bottom: 0;
}
#tmp_news_topic .section_news {
	padding: 0 10px;
}
#tmp_news_topic .news_title,
.section_info_ttl {
	padding-left: 10px;
	margin-bottom: 14px;
}
#tmp_news_topic .news_title:before,
.section_info_ttl::before {
	top: 4px;
	height: 18px;
}
#tmp_news_topic .news_title h3,
.section_info_ttl h3 {
	font-size: 112.5%;
}
#tmp_news_topic .news_tab::before {
	display:none;
}
#tmp_news_topic .news_tab .splide__arrow {
	top: 24px;
}
#tmp_news_topic .news_tab .splide__arrow--prev {
	left: 0;
}
#tmp_news_topic .news_tab .splide__arrow--next {
	right: 0;
}
#tmp_news_tab:before {
	right: -10px;
	left: -10px;
	width: auto;
}
#tmp_news_topic .section_news .noinfo{
	min-height: 120px;
	padding: 20px 10px 0;
}
/* news_list */
ul.news_list {
	display: block;
	margin: 0;
	padding: 9px 0 0;
	background: transparent;
}
ul.news_list .news_item {
	width: 100%;
	padding: 10px 10px 7px;
	margin-bottom: 2px;
	background: #ffffff;
}
ul.news_list .news_item:not(:nth-child(-n+1)) {
	padding: 18px 10px 20px;
}
ul.news_list .news_item:last-child {
	padding-bottom: 56px;
}
ul.news_list .news_item:not(:nth-child(-n+1)) .item_inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.news_list .news_item:not(:nth-child(-n+1)) .item_img {
	width: 140px;
}
ul.news_list .news_item:not(:nth-child(-n+1)) .item_cnt {
	width: calc(100% - 140px);
	padding: 0 10px;
	padding-left: 10px;
}
ul.news_list .item_img img {
	width: 100%;
}
ul.news_list .item_cnt {
	padding: 11px 0;
}
ul.news_list .item_date {
	font-size: 87.5%;
	margin-bottom: 8px;
}
.news_item .item_label span {
	font-size: 87.5%;
}
#tmp_news_tab_ttl {
	padding: 0 41px;
}
#tmp_news_tab_ttl .news_tab_ttl a {
	font-size: 93.7%;
	padding: 10px 9px 6px;
}
#tmp_news_tab_ttl .news_tab_ttl a:hover,
#tmp_news_tab_ttl .news_tab_ttl a:focus {
	color: #222222;
	text-decoration: none;
}
#tmp_news_tab_ttl .splide__list .splide__slide {
	border-width: 4px 0 2px 0;
	width: auto !important;
	min-height: 45px;
}
#tmp_news_tab_ttl .splide__arrow {
	top: 0;
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);transform: translate(0,0);
	margin-top: 7px;
	background-size: 16px 12px;
	-moz-background-size: 16px 12px;
	-webkit-background-size: 16px 12px;
}
#tmp_news_tab_ttl .splide__arrow--prev {
	left: 0;
}
#tmp_news_tab_ttl .splide__arrow--next {
	right: 0;
}
#tmp_news_tab_ttl .splide__slide.is-active .news_tab_ttl a {
	padding: 10px 10px 7px;
}
#tmp_news_tab .read_more {
	margin:0 25px;
}
#tmp_news_tab .read_more a {
	top: -28px;
}
#tmp_news_topic .container {
	padding: 0;
}
/* press
================================================== */
#tmp_section_press {
	padding:7px 5px 20px;
	margin:0;
}
#tmp_section_press p {
	padding:0 5px;
	font-size:112.5%;
}
#tmp_section_press p a {
	padding:13px 5px;
}
#tmp_section_press p span {
	display:block;
	background-position:top center;
	padding:40px 0 0;
	min-height:auto;
	-webkit-background-size:36px auto !important;
	-moz-background-size:36px auto !important;
	background-size:36px auto !important;
}
#tmp_section_press .press_interview span {
	background-image:url(/shared/templates/top_rn/images/icon/press_interview_icon_sp.png);
}
#tmp_section_press .press_report span {
	background-image:url(/shared/templates/top_rn/images/icon/press_report_icon_sp.png);
}
/* topic
================================================== */
.section_topic {
	padding: 18px 0 0;
	border-radius: 0 0 30px 0;
	-moz-border-radius: 0 0 30px 0;
	-webkit-border-radius: 0 0 30px 0;
}
.section_topic:before {
	content: none;
}
#tmp_news_topic .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_news_sp.png);
	background-size: 127px 20px;
	-webkit-background-size: 127px 20px;
	-moz-background-size: 127px 20px;
}
#tmp_news_topic .section_topic .news_title {
	padding-left: 20px;
}
#tmp_news_topic .section_topic .news_title:before {
	left: 10px;
}
#tmp_topic .splide__list {
	padding: 20px 0 28px !important;
}
#tmp_topic.no-splide .splide__list {
	margin:0 10px!important;
}
#tmp_topic.no-splide .splide__list .splide__slide {
	width:100%;
	padding:0;
}
#tmp_topic .topic_item {
	padding: 20px 25px 15px;
}
#tmp_topic .topic_item:before {
	top: 1px;
}
#tmp_topic .topic_item:after {
	top: 3px;
}
#tmp_topic .splide__slide.is-active .topic_item {
	padding: 24px 19px 20px;
	height: auto;
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform-origin: center 16%;
}
#tmp_topic .topic_item .item_img {
	margin-bottom: 13px;
}
#tmp_topic .splide__slide.is-active .item_label,
#tmp_topic .splide__slide.is-active .item_date,
#tmp_topic .splide__slide.is-active .item_txt{
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: left;
}
#tmp_topic .splide__slide.is-active .item_label {
	margin-bottom: 8px;
}
#tmp_topic .splide__slide.is-active .item_date {
	margin-bottom: 0;
}
#tmp_topic .splide__slide.is-active .item_img {
	margin-bottom: 9px;
}
#tmp_topic .topic_item .item_label span {
	font-size: 87.5%;
	padding: 2px 5px 1px;
}
#tmp_topic .topic_item .item_date {
	font-size: 87.5%;
}
#tmp_topic .splide__arrow {
	margin-top: -36px;
}
#tmp_topic .splide__arrow--prev {
	left: 12%;
	margin-left: -20px;
}
#tmp_topic .splide__arrow--next {
	right: 12%;
	margin-right: -20px;
}
/* Search information */
#tmp_search_info {
	padding-bottom: 12px;
}
.view_search #tmp_search_info {
	padding-top: 85px;
	padding-bottom: 11px;
}
#tmp_search_info .container {
	padding: 0;
}
#tmp_search_info .section_head {
	padding-top: 92px;
	padding-bottom: 0;
	border-radius: 30px 0 0 0;
	-webkit-border-radius: 30px 0 0 0;
	-moz-border-radius: 30px 0 0 0;
}
#tmp_search_info .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_info_search_sp.png);
	background-size: 136px 18px;
	-webkit-background-size: 136px 18px;
	-moz-background-size: 136px 18px;
}
#tmp_search_info .search_info_inner {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 10px 10px 30px;
}
#tmp_search_info .section_head:after  {
	content: none;
}
#tmp_search_info .section_head:before {
	width: 245px;
	height: 138px;
	bottom: auto;
	top: -50%;
	left: -20px;
	margin-top: -4px;
}
#tmp_search_info .wrap_box_search_info {
	display: block;
}
#tmp_search_left,
#tmp_search_right {
	width: 100%;
	padding:0;
}
#tmp_search_info .box_keywords {
}
#tmp_search_info .keyword_ttl {
	position: relative;
	padding-left: 10px;
	margin-bottom: 14px;
}
#tmp_search_info .keyword_ttl:before {
	top: 3px;
	height: 18px;
}
#tmp_search_info .keyword_ttl h3 {
	font-size: 112.5%;
}
#tmp_search_keyword .search_inner {
	flex-wrap: wrap;
}
#tmp_search_keyword .wrap_sch_box {
	min-width: 100%;
}
#tmp_search_keyword .sch_box input {
	font-size: 75%;
	height: 44px;
}
#tmp_search_keyword .sch_btn {
	top: 1px;
}
#tmp_search_keyword .keywords_form {
	margin-bottom: 14px;
}
#tmp_func_sch_info_btn {
	border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	-webkit-border-radius: 0 1px 1px 0;
}
#tmp_search_keyword .sch_link {
	padding-top: 14px;
	width: 100%;
	text-align: right;
}
#tmp_search_keyword .keywords_type {
	margin-bottom: 26px;
}
#tmp_search_info .keywords_type .keyword_ttl {
	margin-bottom: 12px;
}
#tmp_search_keyword .keywords_type_cnt {
	padding: 15px 13px 3px;
}
#tmp_search_keyword .keywords_type_cnt  li {
	margin-right: 22px;
	margin-bottom: 12px;
}
#tmp_search_keyword .keywords_type_cnt a {
	font-size: 93.7%;
	background-position: left 5px;
}
#tmp_keyword_slide {
	padding: 0;
}
#tmp_search_info .keywords_slide .keyword_ttl {
	margin-bottom: 12px;
}
#tmp_keyword_slide .keyword_slide_img {
	margin-bottom: 17px;
	border-width: 2px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0.469px 2.963px 5px 1.8px rgba(154, 137, 100, 0.2);
	-moz-box-shadow: 0.469px 2.963px 5px 1.8px rgba(154, 137, 100, 0.2);
	-webkit-box-shadow: 0.469px 2.963px 5px 1.8px rgba(154, 137, 100, 0.2);
}
#tmp_keyword_slide .keyword_slide_img:before {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-width: 2px;
}
#tmp_keyword_slide .keyword_slide_txt {
	font-size: 87.5%;
}
#tmp_keyword_slide .splide__arrow {
	margin-top: -34px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#tmp_keyword_slide .splide__arrow--prev {
	left: -7px;
}
#tmp_keyword_slide .splide__arrow--next {
	right: -7px;
}
#tmp_keyword_slide .splide__controls {
	margin-top: 13px;
}
#tmp_search_info .wrap_box_search_service {
	padding:40px 0 0;
}
#tmp_search_service.search_service {
	width: 100%;
}
#tmp_search_service .service_cnt {
	margin-bottom: 20px;
}
#tmp_search_service .service_cnt > ul {
	display: block;
	padding:0 10px;
}
#tmp_search_service .service_cnt > ul > li {
	display: block;
	width: 100%;
	border-right:none;
	border-bottom:1px solid #dccaa2 !important;
}
#tmp_search_service .service_cnt > ul > li:last-child {
	border-bottom:none !important;
}

#tmp_search_service .service_cnt > ul > li > a  {
	display: table;
	width: 100%;
}
#tmp_search_service .service_cnt > ul > li > a > span {
	display: table-cell;
	vertical-align: middle;
}
#tmp_search_service .service_cnt .service_link {
	padding: 5px 10px 5px 0;
	font-size: 93.7%;
	text-align: left;
}
#tmp_search_service .service_cnt .detail_img {
	width:70px;
	height:70px;
	padding:10px;
}
#tmp_search_service .service_cnt .detail_img img {
	width:50px;
}
/* くらしの手続き・申請 検索ナビ */
#tmp_search_info .procedure_search_navi {
	margin:0 0 35px;
}
#tmp_search_info .procedure_search_navi p {
	margin-top:15px;
	display:table;
	width:100%;
}
#tmp_search_info .procedure_search_navi a {
	display:table-cell;
	vertical-align:middle;
	height:85px;
	padding:10px 100px 14px 10px;
	text-align:center;
}
#tmp_search_info .procedure_search_navi a::after {
	bottom:7px;
	right:5px;
	width:126px;
	height:91px;
	-webkit-background-size:126px auto !important;
	-moz-background-size:126px auto !important;
	background-size:126px auto !important;
}
#tmp_search_info #tmp_procedure_search_navi_kurashi a::after {
	background-image:url(/shared/templates/top_rn/images/procedure_search_navi_kurashi_sp.png);
}
#tmp_search_info #tmp_procedure_search_navi_business a::after {
	background-image:url(/shared/templates/top_rn/images/procedure_search_navi_business_sp.png);
}
#tmp_search_info .procedure_search_navi span.ttl_s {
	display:block;
	margin-right:0;
}
#tmp_search_info .procedure_search_navi span.ttl {
	font-size:125%;
}
#tmp_search_info #tmp_procedure_search_navi_kurashi span.ttl {
	padding-right:22px;
}
#tmp_search_info #tmp_procedure_search_navi_kurashi span.ttl::after {
	margin-top:-10px;
	width:20px;
	height:20px;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
	background-size:20px auto;
}
/* city_introduce
================================================== */
#tmp_city_introduce {
	padding-top: 33px;
	padding-right: 10px;
	padding-bottom: 0;
}
#tmp_city_introduce .city_introduce_inner {
	padding-left: 35px;
	padding-bottom: calc(33.34% + 20px);
	background-image: url(/shared/templates/top_rn/images/ttl_chibashi_basics_sp.png), url(/shared/templates/top_rn/images/bg_line_vertical_sp.png);
	background-position: left 8px, left 158px;
	background-size: 22px auto, 12px 100%;
}
#tmp_city_introduce .city_introduce_inner:before {
	left: 0;
	right: -15px;
	background: url(/shared/templates/top_rn/images/bg_city_sp.png) no-repeat center bottom;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#tmp_city_introduce .city_introduce_inner::after {
	top:160px;
	width:12px;
	background:url(/shared/templates/top_rn/images/bg_line_vertical_sp.png) repeat-y 0 0;
	-webkit-background-size:12px auto;
	-moz-background-size:12px auto;
	background-size:12px auto;
}
#tmp_city_introduce .section_head {
	margin-bottom: 18px;
}
#tmp_city_banner {
	padding: 23px 21px 10px;
	margin-bottom: 26px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#tmp_city_banner .splide__track {
	padding: 0;
}
#tmp_city_banner .splide__slide {
	margin:0;
}
#tmp_city_banner.no-splide .splide__slide {
	width:100%;
	padding:0;
}
#tmp_city_banner .splide__slide.is-active span {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: center center;
}
#tmp_city_banner .splide__controls {
	position: static;
	margin-top: 17px;
	margin-left: 0;
}
#tmp_city_banner .splide__controls .progress {
	display: none;
}
#tmp_city_banner .splide__arrow {
	margin-top: -11px;
}
#tmp_city_banner .splide__arrow--prev {
	left: 4px;
	margin-left: 0;
}
#tmp_city_banner .splide__arrow--next {
	right: 4px;
	margin-right: 0;
}
/* city_koho
================================================== */
.custom_ku #tmp_city_koho {
	margin:0 0 10px;
}
#tmp_city_koho_ttl {
	padding-left: 8px;
	margin-bottom: 14px;
}
#tmp_city_koho_ttl:before {
	top: 5px;
	height: 18px;
}
#tmp_city_koho_ttl h3 {
	font-size: 112.5%;
}
#tmp_city_koho .city_list_cate,
#tmp_city_koho .city_list_ward {
	flex-wrap: wrap;
	margin: 0;
}
#tmp_city_koho .city_list_cate {
	margin-bottom: 19px;
}
#tmp_city_koho .city_list_cate,
#tmp_city_koho .city_list_ward {
	margin: 0 -5px;
}
#tmp_city_koho .city_list_cate li,
#tmp_city_koho .city_list_ward li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
	max-width:none;
}
#tmp_city_koho .city_list_ward li a {
	display: table;
	width: 100%;
}
#tmp_city_koho .city_list_ward li span {
	height:50px;
}
#tmp_city_koho .city_list_ward li .item_img {
	display: table-cell;
	width: 96px;
	vertical-align: middle;
}
#tmp_city_koho .city_list_ward li .item_txt {
	display: table-cell;
	width: auto;
	height: auto;
	padding: 4px 5px 2px 7px;
	vertical-align: middle;
	text-align: left;
	font-size: 93.75%;
}
#tmp_city_koho .city_list_ward li a {
	min-height: 50px;
	padding: 0 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#tmp_city_koho .city_list_ward li .item_img {
	width: 32px;
}
/* キッズ */
#tmp_city_koho .city_list_cate li.list5 {
	width: 100%;
}
#tmp_city_koho .city_list_cate li.list5 .item_img {
	width: calc(50% - 5px);
}
#tmp_city_koho .city_list_cate li.list5 .item_txt {
	padding: 5px;
	width:auto;
}
#tmp_city_koho .city_list_cate li.list6 {
	display:none;
}
/* city_sns
================================================== */
#tmp_city_sns {
	margin-bottom: 10px;
}
#tmp_city_sns_ttl,
#tmp_city_relation_ttl {
	padding-left: 8px;
	margin-bottom: 14px;
}
#tmp_city_sns_ttl:before,
#tmp_city_relation_ttl:before {
	top: 5px;
	height: 18px;
	left: -1px;
}
#tmp_city_sns_ttl h3,
#tmp_city_relation_ttl h3 {
	font-size: 112.5%;
}
#tmp_city_sns .city_list_sns {
	flex-wrap: wrap;
	margin: 0;
}
#tmp_city_sns .city_list_sns {
	margin: 0 -5px;
}
#tmp_city_sns .city_list_sns li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 15px;
	max-width:none;
}
#tmp_city_sns .city_list_sns li a {
	display: table;
	width: 100%;
}
#tmp_city_sns .city_list_sns li span {
	height:50px;
}
#tmp_city_sns .city_list_sns li .item_img {
	display: table-cell;
	width: 96px;
	vertical-align: middle;
}
#tmp_city_sns .city_list_sns .item_img img{
	width:40px;
}
#tmp_city_sns .city_list_sns li .item_txt {
	display: table-cell;
	width: auto;
	height: auto;
	padding: 4px 5px 4px 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 100%;
}
#tmp_city_sns .city_list_sns li a {
	min-height: 82px;
	padding: 0 5px 0 21px;
	border-radius: 2px;
}
#tmp_city_sns .city_list_sns .city_sns_tw .item_img,
#tmp_city_sns .city_list_sns .city_sns_fb .item_img,
#tmp_city_sns .city_list_sns li .item_img {
	width:40px;
}
/* 各区
================================================== */
.custom_ku .mainvisual .mainvisual_full .visual_img {
	height: auto;
}
/* ward_logo */
.wrap_ward_logo {
	width:120px;
	top:50%;
	bottom:auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.ward_logo {
	min-height:120px;
	padding:10px;
	border-width: 5px;
}
.ward_logo .ward_icon img {
	width:37px;
	height:auto;
}
.ward_logo h1 {
	font-size:143.75%;
}
.ward_logo .ward_en {
	font-size:87.5%;
}
/* news_topic */
.custom_ku #tmp_news_topic {
	margin-bottom:26px;
}
.custom_ku #tmp_news_topic .container {
	padding:0 10px;
}
.custom_ku #tmp_news_topic_cnt::before {
	left:0;
	right:auto;
	bottom:-30px;
	top:84px;
	width:10px;
	margin-left:-10px;
}
.custom_ku #tmp_news_topic_cnt::after {
	bottom:-30px;
	top:84px;
	right:-10px;
}
/* city_introduce */
.custom_ku #tmp_city_introduce {
	padding-top:30px;
}
.custom_ku #tmp_city_introduce .city_introduce_inner {
	background-image: url(/shared/templates/top_rn/images/ttl_basics_ku_sp.png), url(/shared/templates/top_rn/images/bg_line_vertical_sp.png);
	background-position: left 8px, left 158px;
	background-size: 22px auto, 12px 100%;
}
/* koho_col2 */
#tmp_city_koho .koho_col2L,
#tmp_city_koho .koho_col2R {
	float:none;
	width:100%;
}
#tmp_city_koho .koho_col2L {
	padding-right:0;
}
/* city_list_menu */
#tmp_city_koho .city_list_menu,
#tmp_city_koho .city_list_menu li,
#tmp_city_koho .city_list_menu li a {
	display: block;
}
#tmp_city_koho .city_list_menu {
	margin:0 0 30px;
	padding:24px 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-size:93.75%;
}
#tmp_city_koho .city_list_menu li {
	width:100% !important;
	margin:0;
}
#tmp_city_koho .city_list_menu li a {
	padding:17px 0;
	border-top:none;
	border-left:none;
	background-position:center 25px;
	border-bottom:1px solid #dccaa2;
}
#tmp_city_koho .city_list_menu li:first-child a {
	border-top:1px solid #dccaa2;
}
#tmp_city_koho .city_list_menu li span {
	background-position:left 0.45em;
}
.custom_ku #tmp_city_koho .city_list_cate {
	margin:0;
}
.custom_ku #tmp_city_koho .city_list_cate li {
	width:100%;
	margin-bottom:10px;
	max-width:none;
	padding:0;
}
.custom_ku #tmp_city_koho .city_list_cate li a {
	display:table;
	width:100%;
}
.custom_ku #tmp_city_koho .city_list_cate li span {
	display:table-cell;
	vertical-align:middle;
}
.custom_ku #tmp_city_koho .city_list_cate li .item_img {
	width:95px;
}
.custom_ku #tmp_city_koho .city_list_cate .item_txt {
	min-height:auto;
	height:60px;
	padding:5px 13px;
	text-align:left;
}
/* city_spot
================================================== */
#tmp_city_spot {
	margin:0 0 28px;
}
#tmp_city_spot_ttl {
	width: calc(100% - 30px);
	min-width:auto;
	background-image:url(/shared/templates/top_rn/images/icon/icon_search_white_sp.png);
	-webkit-background-size:24px auto;
	-moz-background-size:24px auto;
	background-size:24px auto;
	background-position:16px 13px;
	padding:9px 20px 9px 50px;
	-webkit-border-radius:3px 3px 3px 0;
	-moz-border-radius:3px 3px 3px 0;
	border-radius:3px 3px 3px 0;
}
#tmp_city_spot_ttl h3 {
	font-size:100%;
}
#tmp_city_spot_cnt {
	margin-top:-25px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:48px 15px 12px;
}
#tmp_city_spot .city_spot li {
	width:100%;
	padding:0;
	margin:0 0 10px;
}
#tmp_city_spot .city_spot li a {
	padding:5px 4px;
}
#tmp_city_spot .city_spot li .spot_img {
	width:67px;
}
#tmp_city_spot .city_spot li .spot_img img {
	max-width:100%;
	height:auto;
}
#tmp_city_spot .city_spot li .spot_cnt {
	width: calc(100% - 77px);
	padding:0 0 0 10px;
}
#tmp_city_spot .city_spot li .spot_text1,
#tmp_city_spot .city_spot li .spot_text2 {
	font-size:87.5%;
}

/* ==================================================
カウントダウン
================================================== */
#tmp_wrap_countdown {
	margin: 0 0 50px;
}
#tmp_countdown::before {
	background: url(/shared/templates/top_rn/images/countdown/bg_countdown_lft_sp_2025rn.png) no-repeat center center;
	background-size: 100% auto;
	width: 76px;
	height: 340px;
	position: absolute;
}
#tmp_countdown::after {
	background: url(/shared/templates/top_rn/images/countdown/bg_countdown_rgt_sp_2025rn.png) no-repeat center center;
	background-size: 100% auto;
	width: 102px;
	height: 340px;
	position: absolute;
	bottom: auto;
	top: 0;
}
#tmp_countdown {
	display: block;
	padding: 36px 10% 2px;
	max-height: 340px;
	min-height: 340px;
}
#tmp_countdown #tmp_countdown_ttl {
	width: auto;
	padding: 0 5%;
	text-align: center;
}
#tmp_countdown #tmp_countdown_ttl a {
	display: inline-block;
	width: 158px;
	height: 135px;
}
#tmp_countdown #tmp_countdown_cnt {
	position: relative;
	width: auto;
	padding: 20px 0 0;
	margin: 14px 0 0;
	background: none;
	text-align: center;
}
#tmp_countdown #tmp_countdown_cnt:after {
	content: "";
	position: absolute;
	top: 0;
	width: 52%;
	border: 1px solid #e28080;
	z-index: 1;
	left: 24%;
}
#tmp_countdown #tmp_countdown_cnt .countdown_text {
	margin: 0 0 0.5vh;
	font-size: 118.8%;
	width: 100%;
}
#tmp_countdown #tmp_countdown_cnt .countdown_day {
	margin-top: 0;
}
#tmp_countdown #tmp_countdown_cnt .countdown_day p {
	margin: 0;
}
#tmp_countdown #tmp_countdown_cnt .countdown_text p {
	letter-spacing: 0.2px;
}
#tmp_countdown #tmp_countdown_cnt .countdown_text p.sub {
	margin: auto;
	letter-spacing: 0.2px;
}
#tmp_countdown #tmp_countdown_cnt .countdown_day .num {
	font-size: 312.5%;
	margin: 0;
	letter-spacing: 0.3px;
}
#tmp_countdown #tmp_countdown_cnt .countdown_day .day {
	font-size: 156.3%;
	margin: 0 0 4px;
}

/* ==================================================
start トップ（対象者切替*4, コロナ特だし）
================================================== */
/* model news_topic */

body.children #tmp_news_topic .section_wrapper,
body.elderly #tmp_news_topic .section_wrapper,
body.business #tmp_news_topic .section_wrapper {
	margin: 0;
}
body.children #tmp_news_topic .section_wrapper:before,
body.elderly #tmp_news_topic .section_wrapper:before,
body.business #tmp_news_topic .section_wrapper:before {
	display: none;
}
body.children #tmp_news_topic .section_news,
body.elderly #tmp_news_topic .section_news,
body.business #tmp_news_topic .section_news,
body.children #tmp_news_topic .section_topic,
body.elderly #tmp_news_topic .section_topic,
body.business #tmp_news_topic .section_topic {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}
body.children #tmp_news_topic .section_news,
body.elderly #tmp_news_topic .section_news,
body.business #tmp_news_topic .section_news {
	margin-bottom: 40px;
}
body.children #tmp_news_topic .section_topic,
body.elderly #tmp_news_topic .section_topic,
body.business #tmp_news_topic .section_topic {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
body.children #tmp_news_topic .news_title,
body.elderly #tmp_news_topic .news_title,
body.business #tmp_news_topic .news_title {
	margin: 0 10px 25px;
	padding-left: 10px;
}
body.children #tmp_news_topic .news_title:before,
body.elderly #tmp_news_topic .news_title:before,
body.business #tmp_news_topic .news_title:before {
	left: 0;
}
#tmp_news_topic .news_list_static ul {
	margin: 0;
	min-height: auto;
	position: relative;
	padding: 0 20px;
}
#tmp_news_topic .news_list_static ul:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% + 20px);
	top: 33px;
	left: 0;
	right: 0;
	color: inherit;
}
#tmp_news_topic .news_list_static ul li {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 38px;
	position: relative;
	z-index: 1;
}
#tmp_news_topic .news_list_static .item_inner,
#tmp_news_topic .news_list_static .topic_item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#tmp_news_topic .news_list_static .item_img {
	width: 140px;
}
#tmp_news_topic .news_list_static .item_cnt {
	width: calc(100% - 140px);
	padding: 0 5px 0 15px;
}
#tmp_news_topic .news_list_static .item_date {
	font-size: 87.5%;
	margin-bottom: 8px;
}
#tmp_news_topic .news_list_static .item_label {
	margin-bottom: 5px;
}
#tmp_news_topic .news_list_static .item_label span {
	padding: 1px 7px 1px;
}
body.children #tmp_news_topic .read_more a,
body.elderly #tmp_news_topic .read_more a,
body.business #tmp_news_topic .read_more a {
	top: -7px;
}
body.children #tmp_search_info,
body.elderly #tmp_search_info,
body.business #tmp_search_info {
	padding-top: 64px;
}
body.children #tmp_search_info .section_head,
body.elderly #tmp_search_info .section_head,
body.business #tmp_search_info .section_head {
	padding-top: 137px;
}
body.children #tmp_search_info .section_head:before,
body.elderly #tmp_search_info .section_head:before,
body.business #tmp_search_info .section_head:before {
	width: 276px;
	height: 152px;
	bottom: auto;
	left: 3px;
	margin-top: 60px;
}
body.business #tmp_search_info #tmp_procedure_search_navi_kurashi,
body.children #tmp_search_info #tmp_procedure_search_navi_business,
body.elderly #tmp_search_info #tmp_procedure_search_navi_business {
	display:none !important;
}
body.business #tmp_search_info #tmp_procedure_search_navi_business {
	display:table !important;
}

/* vc_children
================================================== */
body.children #tmp_search_info .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_info_search_sp_red.png);
	background-size: 136px 18px;
	-webkit-background-size: 136px 18px;
	-moz-background-size: 136px 18px;
}
body.children #tmp_news_topic .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_news_sp_red.png);
	background-size: 127px 20px;
	-webkit-background-size: 127px 20px;
	-moz-background-size: 127px 20px;
}
body.children #tmp_news_topic .news_list_static ul:before {
	background-color: #fff2f9;
}
body.children #tmp_switch .switch_accodion_btn {
	background-color: #d02c62;
	box-shadow: 0 0 5.1px 0.9px rgba(173, 16, 64, 0.5);
	-moz-box-shadow: 0 0 5.1px 0.9px rgba(173, 16, 64, 0.5);
	-webkit-box-shadow: 0 0 5.1px 0.9px rgba(173, 16, 64, 0.5);
}
body.children #tmp_switch .switch_cnt {
	background-color: #ffd2e0;
}
body.children #tmp_switch .switch_cnt .switch_cnt_inner {
	background-color: #ffbdc3;
}
body.children #tmp_open_switch_sp {
	border-color: #df94ab;
	background-color: #cb245b;
}
/* vc_elderly
================================================== */
body.elderly #tmp_search_info .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_info_search_sp_orange.png);
	background-size: 136px 18px;
	-webkit-background-size: 136px 18px;
	-moz-background-size: 136px 18px;
}
body.elderly #tmp_news_topic .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_news_sp_orange.png);
	background-size: 127px 20px;
	-webkit-background-size: 127px 20px;
	-moz-background-size: 127px 20px;
}
body.elderly #tmp_news_topic .news_list_static ul:before {
	background-color: #ffeedc;
}
body.elderly #tmp_switch .switch_accodion_btn {
	background-color: #b14009;
	box-shadow: 0 0 5.1px 0.9px rgba(128, 53, 16, 0.5);
	-moz-box-shadow: 0 0 5.1px 0.9px rgba(128, 53, 16, 0.5);
	-webkit-box-shadow: 0 0 5.1px 0.9px rgba(128, 53, 16, 0.5);
}
body.elderly #tmp_open_switch_sp {
	border-color: #dcc4a0;
}
body.elderly #tmp_switch .switch_cnt {
	background-color: #ffc468;
}
body.elderly #tmp_switch .switch_cnt .switch_cnt_inner {
	background-color: #fdce86;
}

/* vc_business
================================================== */
body.business #tmp_search_info .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_info_search_sp_blue.png);
	background-size: 136px 18px;
	-webkit-background-size: 136px 18px;
	-moz-background-size: 136px 18px;
}
body.business #tmp_news_topic .section_head h2 {
	background-image: url(/shared/templates/top_rn/images/ttl_news_sp_blue.png);
	background-size: 127px 20px;
	-webkit-background-size: 127px 20px;
	-moz-background-size: 127px 20px;
}
body.business #tmp_news_topic .news_list_static ul:before {
	background-color: #e7f6ff;
}
body.business #tmp_search_info .section_head:before {
	left: -3px;
}
body.business #tmp_switch .switch_accodion_btn {
	background-color: #00558b;
	box-shadow: 0 0 5.1px 0.9px rgba(14, 67, 101, 0.5);
	-moz-box-shadow: 0 0 5.1px 0.9px rgba(14, 67, 101, 0.5);
	-webkit-box-shadow: 0 0 5.1px 0.9px rgba(14, 67, 101, 0.5);
}
body.business #tmp_open_switch_sp {
	border-color: #a0cadc;
}
body.business #tmp_switch .switch_cnt {
	background-color: #88cbf5;
}
body.business #tmp_switch .switch_cnt .switch_cnt_inner {
	background-color: #a8dbfb;
}
/* ==================================================
no_javascript
================================================== */
.no_javascript #tmp_mainvisual_sub .splide__list {
	padding:0 10px !important;
}
.no_javascript #tmp_mainvisual_sub .splide__slide {
	margin-bottom: 20px;
}
.no_javascript #tmp_mainvisual_sub .splide__slide:last-child {
	margin-bottom: 0;
}
.no_javascript #tmp_topic .splide__list,
.no_javascript #tmp_city_banner .splide__list {
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	flex-wrap: wrap;
}
.no_javascript #tmp_city_banner .splide__list  {
	height: 220px;
}
.no_javascript #tmp_topic .splide__slide,
.no_javascript #tmp_city_banner .splide__slide {
	width: 100%;
}
.no_javascript .mainvisual .mainvisual_full .sp {
	visibility: visible;
	opacity: 1;
}
.no_javascript .mainvisual .mainvisual_full .pc {
	visibility: hidden;
	opacity: 0;
}
/* ==================================================
font - bold -
================================================== */
#tmp_switch_close,
#tmp_switch .switch_accodion_btn .title,
#tmp_open_switch_sp {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width : 360px) {
.mainvisual .mainvisual_full .visual_img {
	background-size:auto 100% !important;
}
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}