@charset "utf-8";
@media screen and (min-width : 641px) and (max-width : 1260px) {
	.search_info .article_search .sch_btn {
		margin-right: 10px;
	}
	#tmp_related .related_inner{
		margin-left: 20px;
	}
	#tmp_related .splide__arrow--next{
		left: auto;
		right: 10px;
	}
	.search_block .sch_btn input{
		width: 150px;
	}
}
@media screen and (min-width : 641px) and (max-width : 1220px) {
	#tmp_administration_of_city .city_banner_list::before,
	#tmp_administration_of_city .city_related_links::before {
		left:-10px;
		right:-10px;
		width:auto;
	}
	.info_row .visual_col {
		width: 60%;
	}
	.info_row .info_col {
		width: 40%;
	}
	.search_info .article_search .sch_btn input {
		width: 220px;
	}
	.article_search .search_method {
		float: left;
	}
}
@media screen and (min-width : 641px) and (max-width : 920px) {
	.search_block .sch_btn input{
		width: 125px;
	}
	.search_info .article_search .sch_btn input {
		width: 190px;
	}
	.info_row .visual_col,
	.info_row .info_col {
		width: 50%;
	}
}
@media screen and (min-width : 641px) {
	.useful_list li {
		display: block !important;
	}
}
@media screen and (max-width : 640px) {
/*  Mainvisual
================================================== */
.info_row .visual_col,
.info_row .info_col{
	float: none;
	width: 100%;
}
.info_row .visual_col{
	padding-right: 0;
}
.info_row .info_col{
	padding-top: 34px;
}
.mainvisual_image,
.mainvisual_image a,
.mainvisual_image img {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#tmp_mainvisual.no-splide .splide__list{
	display: block;
}
.mainvisual_logo{
	margin: 0 0 10px -4px;
}
.mainvisual_wrap .mainvisual_caption{
	min-width: 210px;
    margin-left: 41px;
    margin-top: -24px;
}
.mainvisual_wrap .mainvisual_paragraph{
	margin-top: -17px;
}
.mainvisual_paragraph p{
	padding: 5px 13px 3px 11px;
	font-size: 75%;
}
#tmp_mainvisual .splide__track{
	margin-bottom: 22px;
}
#tmp_mainvisual {
	padding-bottom: 35px;
}
#tmp_mainvisual .splide__controls {
	bottom: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
	width: 210px;
}
.fsize_big #tmp_mainvisual .splide__controls,
.fsize_big2 #tmp_mainvisual .splide__controls{
	width: 260px;
}
#tmp_mainvisual.splide .splide__arrow--prev {
	left: -3px;
}
/*  useful_list
================================================== */
.useful_list{
	gap: 5px;
}
.useful_list li{
	width: calc((100% - 10px) / 3);
}
.useful_wrap:after{
	top: 45px;
	bottom: 0;
}
.useful_box{
	border-radius: 10px;
	border-width: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.useful_box{
	padding:6px 2px;
}
.useful_list .useful_box .useful_link {
	line-height: 1.4;
}
.useful_list .useful_box .useful_link br {
	display:none;
}
.useful_list .useful_box .useful_img {
	height: 50px;
    width: 48px;
    margin: 0 0 2px;
}
.useful_list .useful_box .useful_img img {
	width: 70px;
}
.useful_wrap {
	padding-bottom: 0;
}
.section_useful .btn_more {
	position: relative;
	display: block !important;
	background-color: #ffffff;
	color: #333333;
	padding: 10px 10px;
	margin: 14px -10px 0;
	z-index: 1;
}
.section_useful .btn_more a {
	display: block;
	padding: 13px 10px;
    background-color: #f1f5f7;
    color: #222222;
    border: 1px solid #f1f5f7;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 87.5%;
	text-decoration: none;
}
.section_useful .btn_more a:before{
	content: '';
	position: relative;;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background: url(/shared/images/icon/icon_plus.png) no-repeat left center;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	width: 14px;
	height: 14px;
	top: 0;
}
.section_useful .btn_more a.hide:before{
	background-image: url(/shared/images/icon/icon_minus.png);
}
.search_info{
	padding: 0 0 40px;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.search_info:after{
	width: auto;
	left: -10px;
	right: -10px;
	z-index: -1;
}
.search_info .main_heading{
	margin-bottom: 13px;
}
.search_info .main_heading h2 {
	padding-top: 31px;
    background: transparent url(/shared/templates/top/images/main/ttl_search_infomation_sp.png) no-repeat;
	background-size: 280px auto;
	-moz-background-size: 280px auto;
	-webkit-background-size: 280px auto;
}
.section_search_info{
	margin-bottom: 0;
}
.section_search_info .container {
	padding: 0 10px;
}
.section_useful{
	padding: 40px 0 0;
}
.section_useful .container {
	padding: 0 10px;
}
.section_useful .main_heading h2 {
	padding-top: 31px;
	background-image: url(/shared/templates/top/images/main/ttl_search_infomation_sp.png);
	-webkit-background-size: 281px auto;
	-moz-background-size: 281px auto;
	background-size: 281px auto;
}
.section_useful .main_heading{
	margin-bottom: 24px;
}
.no_javascript #tmp_mainvisual{
	max-height: 268px;
}
/*  Search Information
================================================== */

/*  Notification
================================================== */
#tmp_notification {
	padding: 30px 0 0;
}
#tmp_notification .main_heading h2 {
	padding-top: 31px;
	background-image: url(/shared/templates/top/images/main/ttl_notification_sp.png);
	-webkit-background-size: 173px auto;
	-moz-background-size: 173px auto;
	background-size: 173px auto;
}
#tmp_notification .notification_col2{
	width: 100%;
	float: none;
}
#tmp_notification .notification_col2:nth-child(1){
	padding-right: 0;
	margin-bottom: 35px;
}
#tmp_notification .notification_col2:nth-child(2){
	padding: 0 0 35px;
}
#tmp_notification .notification_col2:nth-child(2):before{
	top: 12px;
	left: -10px;
	right: -10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#tmp_notification .notification_col2:nth-child(2):after{
	display: none;
}
#tmp_notification .notification_sub_ttl{
	font-size: 112.5%;
	padding: 0 0 0 8px;
	margin-bottom: 15px;
}
#tmp_notification .notification_col2:nth-child(2) .notification_sub_ttl{
	padding-left: 8px;
}
#tmp_notification .featured_list {
    margin-bottom: 27px;
}
#tmp_notification .featured_list li {
    margin-bottom: 13px;
}
#tmp_notification .featured_list a{
	font-size: 100%;
	line-height: 1.7;
	padding-left: 31px;
    background-image: url(/shared/images/icon/arrow_icon_sp.png);
    background-position: left 8px;
    background-size: 16px auto;
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
}
#tmp_notification .new_list {
    margin: 17px 0 27px;
}
#tmp_notification .new_list li {
    margin-bottom: 15px;
}
#tmp_notification .new_list .new_date {
    margin-bottom: 6px;
}
#tmp_notification .new_list .new_link a{
	padding-left: 31px;
}
#tmp_notification .new_btn{
	display: block;
}
#tmp_notification .box_item{
	margin-top: 25px;
	margin: 25px 2px 0;
}
#tmp_notification .box_item a{
	min-width: 100%;
   box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	width: 100%;
}
/*  Related Links
================================================== */
#tmp_related{
	padding: 37px 0 0;
}
#tmp_related .main_heading{
	padding: 0 10px;
	margin: 0 0 13px;
}
#tmp_related .main_heading h2{
	padding-top: 31px;
	background-image: url(/shared/templates/top/images/main/ttl_related_links_sp.png);
	background-size: 174px auto;
	-webkit-background-size: 174px auto;
	-moz-background-size: 174px auto;
}
#tmp_related .related_inner {
    margin-left: 0;
}
#tmp_related .related_cnt,
#tmp_related .related_splide{
	width: 100%;
	float: none;
}
#tmp_related .related_splide{
	margin-bottom: 30px;
	padding-top: 0;
}
#tmp_related .related_controls_wrap{
    padding: 20px 35px 13px;
	background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#tmp_related .related_controls_wrap:after{
	left: 0;
	right: 35px;
	width: auto;
	border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
}
#tmp_related .splide__track{
	padding-left: 13px !important;
}
#tmp_related .splide__slide{
	width: 241px;
	padding: 8px 0 8px 8px;
}
#tmp_related .splide__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
#tmp_related .splide__controls .splide__arrows_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#tmp_related .splide__arrows {
    line-height: 1;
    margin-right: 17px;
}
#tmp_related .splide__arrow {
    display: inline-block;
    position: relative;
    top: 0;
	margin: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
#tmp_related .splide__arrow--prev,
#tmp_related .splide__arrow--next{
	left: 0;
}
#tmp_related .splide__arrow--prev{
	margin-right: 13px;
}
#tmp_related .splide__arrow--prev:after{
	left: 8px;
}
#tmp_related .splide__arrow--next:after{
	right: 8px;
}
#tmp_related .splide__progress{
	line-height: 1;
	margin-left: 8px;
	padding-top: 6px;
}
#tmp_related .splide__progress .progress_total{
	padding: 6px 0 0 16px;
}
#tmp_related .splide .splide__progress .progress_total:before{
    left: 18px;
    top: 11px;
    font-size: 100%;
}
#tmp_related .related_controls_wrap .new_btn{
	text-align: left;
	padding-left: 0;
}
#tmp_related .related_item_inner{
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
#tmp_related .related_item_cnt p{
	min-height: 59px;
}
#tmp_related .related_item_cnt a{
	font-size: 112.5%;
	padding: 5px 38px 5px 16px;
}
#tmp_related .splide {
	position: relative;
	padding-bottom: 105px;
}
#tmp_related .splide .related_controls_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 150px;
	overflow-y: auto;
}
#tmp_related .splide .related_controls_wrap .new_btn {
	max-height: 50px;
	overflow-y: auto;
}
/*  Administration of city
================================================== */
#tmp_administration_of_city {
	padding: 42px 0 0;
}
#tmp_administration_of_city::before {
	top: 150px;
}
#tmp_administration_of_city .main_heading {
    margin-bottom: 22px;
}
#tmp_administration_of_city .main_heading h2 {
	padding-top: 31px;
	background-image: url(/shared/templates/top/images/main/ttl_administration_sp.png);
	background-size: 321px auto;
	-webkit-background-size: 321px auto;
	-moz-background-size: 321px auto;
}
#tmp_administration_of_city .city_banner_list ul {
	margin: 0 -7px;
}
#tmp_administration_of_city .city_banner_list li,
#tmp_administration_of_city .city_related_links li {
	width: 50%;
	padding: 0 7px;
}
#tmp_administration_of_city .city_banner_list li:nth-child(n) {
	clear: none;
}
#tmp_administration_of_city .city_banner_list li:nth-child(2n+1) {
	clear: left;
}
#tmp_administration_of_city .city_banner_list li:nth-child(2n) {
	clear: right;
}
#tmp_administration_of_city .city_banner_list {
	padding: 0 6px 9px;
}
#tmp_administration_of_city .city_banner_list li {
	margin-bottom: 8px;
}
#tmp_administration_of_city .city_banner_list li .box_item {
	padding: 2px 3px;
	border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
#tmp_administration_of_city .city_banner_list li p {
	height:46px;
}
#tmp_administration_of_city .city_banner_list li .list_icon {
	width:40px;
}
#tmp_administration_of_city .city_banner_list li .list_icon img {
	width:30px;
}
/* city_related_links */
#tmp_administration_of_city .city_related_links {
    padding:0 0 30px;
}
#tmp_administration_of_city .city_related_links li:nth-child(n) {
	border-right: none;
	clear: none;
}
#tmp_administration_of_city .city_related_links li {
	padding: 16px 0 7px 10px;
}
#tmp_administration_of_city .city_related_links li:nth-child(1),
#tmp_administration_of_city .city_related_links li:nth-child(2) {
    padding-top: 22px;
}
#tmp_administration_of_city .city_related_links li:nth-last-child(-n+2) {
    padding-bottom: 18px;
}
#tmp_administration_of_city .city_related_links li a {
	padding-left: 23px;
	font-size: 100%;
}

/* ==================================================
No Javascript
================================================== */
.no_javascript #tmp_wrapper #tmp_related .splide__track,
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__track {
    padding-left: 0 !important;
}
.no_javascript #tmp_wrapper #tmp_related .splide .splide__list,
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__list{
	max-height: 310px;
    overflow-y: auto;
	padding: 16px 10px !important;
}
.no_javascript #tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide,
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide {
	float: none;
	padding: 0;
    width: 100%;
}
.no_javascript #tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide:nth-child(n),
#tmp_wrapper #tmp_related .splide:not(.is-initialized) .splide__slide:nth-child(n){
	clear: both;
}
.no_javascript .section_useful .btn_more {
	display: none !important;
}
.no_javascript .useful_wrap {
    padding-bottom: 15px;
}
.no_javascript #tmp_related .splide .related_controls_wrap {
	position: relative;
}
.no_javascript #tmp_related .splide {
	padding-bottom: 0;
}
/* fsize */
.fsize_big2 #tmp_social .social_front,
.fsize_big2 #tmp_social .social_banner_list {
	width: 100% !important;
}
.fsize_small #tmp_related .splide .splide__progress .progress_total:before,
.fsize_big #tmp_related .splide .splide__progress .progress_total:before {
    top: 12px;
}
.fsize_big #tmp_wrapper .search_block .sch_btn input{
	width: 192px;
}
.fsize_big2 #tmp_wrapper .search_block .sch_btn input{
	width: 172px;
}
.fsize_big2 #tmp_related .splide {
	padding-bottom: 160px;
}
/* color */
.color_blue #tmp_wrapper .section_useful .btn_more a:before,
.color_black #tmp_wrapper .section_useful .btn_more a:before,
.color_yellow #tmp_wrapper .section_useful .btn_more a:before {
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_social .social_front:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}