@charset "utf-8";

/* 非表示 */
#footstep_wrap {
	display: none !important;
}
#back_or_pagetop > div#to_page_back {
	display: none !important;
}

/* スライドショー */
#top_photo_wrap {
	overflow: hidden;
}
#top_photo {
	width: 1080px;
	margin: 30px auto 0px;
}

#top_photo_list .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#top_photo_list .photo span.photo_caption {
	display: block;
	background: #333333;
	color: #ffffff;
	padding: 5px 20px;
}
#top_photo_list .photo span.photo_caption:empty {
	padding: 0px;
}
#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}

/* スライドショー（3枚表示） */
#top_photo.triple #top_photo_list {
	width: calc(1080px * 3);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* スライドコントロールボタン */
*[id*="_control_box"] {
	margin: 10px 0px 0px;
	padding: 10px 0px;
}
*[id*="_control_box"] button[id*="_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
*[id*="_control_box"] button[id*="_control_prev"] {
	background-image: url("/img/top/photo/btn_slide_prev.png");
}
*[id*="_control_box"] button[id*="_control_next"] {
	background-image: url("/img/top/photo/btn_slide_next.png");
}
*[id*="_control_box"] button[id*="_control_pause"] {
	background-image: url("/img/top/photo/btn_slide_stop.png");
}
*[id*="_control_box"] button[id*="_control_play"] {
	display: none;
	background-image: url("/img/top/photo/btn_slide_play.png");
}

/* スライドナビゲーションボタン */
*[id*="_control_navigation"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px;
}
ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 2px solid #ffffff;
	background: #cccccc;
	color: #333333;
}
ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}

/* 重要なお知らせ */
#top_important {
	margin: 0px 0px 40px;
	padding: 30px 40px;
	background: #fdf2f2;
}
#top_important h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	color: #cc0000;
	font-size: 2.4rem;
	text-align: center;
}

#top_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_important ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
}
#top_important ul li:last-child {
	margin-bottom: 0px;
}
#top_important ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important ul li > span.article_date {
	width: calc(11em + 10px);
}
#top_important ul li a {
	color: #cc0000;
}

#top_important .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 20px 0px 0px;
}
#top_important .link_box span[class*="link_"] {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px;
	width: 260px;
	max-width: calc(100% - 20px);
}
#top_important .link_box span[class*="link_"] a {
	display: block;
	border: none;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}
#top_important .link_box span[class*="link_"] a:hover,
#top_important .link_box span[class*="link_"] a:focus {
	text-decoration: underline;
}

/* 防災メール連携（JavaScript） */
#main_box_emergency .box_top_emer {
	margin: 0px 0px 40px;
	padding: 30px 40px;
	background: #fffaec;
}
#main_box_emergency h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	color: #333333;
	font-size: 2.4rem;
	text-align: center;
}

#main_box_emergency ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main_box_emergency ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
}
#main_box_emergency ul li:last-child {
	margin-bottom: 0px;
}
#main_box_emergency ul li > span {
	display: table-cell;
	vertical-align: top;
}
#main_box_emergency ul li > span.emer_date {
	width: calc(14.5em + 10px);
}
#main_box_emergency ul li > span.emer_title > span {
	display: block;
	height: 1.5em;
	overflow: hidden;
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
#main_box_emergency ul li.emer_title_open > span.emer_title > span {
	height: auto;
	text-decoration: none;
}

#main_box_emergency .btn_emer {
	text-align: center;
	padding: 30px 0px 0px;
}
#main_box_emergency .btn_emer #emer_mail_open_all {
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
	width: 260px;
	max-width: calc(100% - 20px);
}
#main_box_emergency .btn_emer #emer_mail_open_all:hover,
#main_box_emergency .btn_emer #emer_mail_open_all:focus {
	text-decoration: underline;
}

/* タブ */
#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 2px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 20px;
}
#top_tab_title ul li {
	width: 100%;
}
#top_tab_title ul li button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: #e6e6e6;
	color: #333333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 15px 20px;
}
#top_tab_title ul li button:hover,
#top_tab_title ul li button:focus {
	text-decoration: underline;
}
#top_tab_title ul li.tab_on button {
	background: #333333;
	color: #ffffff;
}

#top_tab_detail {
	border-bottom: 2px solid;
	padding: 30px 40px 40px;
}

/* 新着情報（件数） */
.release_day {
	margin-bottom: 1em;
	font-size: 1.5rem;
}
.release_day span {
	display: inline-block;
	margin-right: 1em;
}

/* 新着情報（リスト） */
.top_tab_detail_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_tab_detail_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
}
.top_tab_detail_list ul li:last-child {
	margin-bottom: 0px;
}
.top_tab_detail_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.top_tab_detail_list ul li > span.article_date {
	width: calc(11em + 10px);
}

/* 新着情報（情報はありません） */
.top_tab_detail_box p.no_data {}

/* 新着情報（newアイコン） */
.top_tab_detail_list img.icon_new {
	vertical-align: middle;
	margin-left: 0.5em;
}

/* 新着情報（一覧・RSS） */
.top_tab_detail_box .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 20px 0px 0px;
}
.top_tab_detail_box .link_box span[class*="link_"] {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px;
	width: 260px;
	max-width: calc(100% - 20px);
}
.top_tab_detail_box .link_box span[class*="link_"] a {
	display: block;
	border: none;
	border-radius: 0;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}
.top_tab_detail_box .link_box span[class*="link_"] a:hover,
.top_tab_detail_box .link_box span[class*="link_"] a:focus {
	text-decoration: underline;
}

/* トピックス */
.lettering_box {
	width: 100%;
	display: table;
	margin: 0px 0px 20px;
}
.lettering_box:last-child {
	margin-bottom: 0px;
}
.lettering_box > div {
	display: table-cell;
	vertical-align: top;
}

.lettering_box > div.lettering_box_text > div {
	margin-bottom: 0.5em;
}
.lettering_box > div.lettering_box_text > div:last-child {
	margin-bottom: 0px;
}

.lettering_box > div.lettering_box_img {
	width: 200px;
	padding-right: 20px;
}
.lettering_box > div.lettering_box_img div {
	display: block;
	height: 150px;
	overflow: hidden;
	background: #f6f6f6;
}
.lettering_box > div.lettering_box_img div:empty {
	height: 150px;
	background: url("/img/common/noimage.png") no-repeat center center #f6f6f6;
	background-size: contain;
}
.lettering_box > div.lettering_box_img div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

/* トピックス（サムネイルなし） */
#lettering + .topics_no_image_list {
	margin-top: 30px;
}

/* ミニカレンダー */
#top_calendar_detail {
	width: 100%;
}
#top_calendar_detail ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
}
#top_calendar_detail ul li {
	display: table-cell;
	vertical-align: middle;
}
#top_calendar_detail ul li.calendar_index_last {
	width: 4em;
	text-align: left;
}
#top_calendar_detail ul li.calendar_index_next {
	width: 4em;
	text-align: right;
}
#top_calendar_detail ul li.calendar_index_now {
	text-align: center;
}

table#top_calendar_table {
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
}
table#top_calendar_table th {
	border: 1px solid;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px;
	font-size: 80%;
}
table#top_calendar_table td {
	border: 1px solid;
	text-align: center;
	padding: 10px 0px;
}
table#top_calendar_table td a {
	display: block;
}

.cal_sun {
	color: #990000;
	background-color: #ffdde6;
}
.cal_mon,.cal_tue,.cal_wed,.cal_thu,.cal_fri {
	background-color: #f5f5f5;
}
.cal_sat {
	color: #000099;
	background-color: #ccddff;
}
.cal_hol {
	background-color: #ffdde6;
}
.cal_today {
	background-color: #ffff80;
}

#top_event_today {
	margin-top: 30px;
}

/* 注目ワード */
#search_trend_word {
	margin: 40px 0px 0px;
}
#search_trend_word h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 2rem;
}
#search_trend_word p {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px 0px;
	padding: 5px 20px;
	background: #e6e6e6;
	color: var(--textlink-link, #0d59b7);
	text-decoration: underline;
	cursor: pointer;
}
#search_trend_word p a:hover,
#search_trend_word p a:focus {
	text-decoration: none;
}

/* さがすメニュー */
.top_search_menu_list {
	margin: 40px 0px 0px;
}
.top_search_menu_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}
.top_search_menu_list ul li {
	width: 100%;
}
.top_search_menu_list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
}
.top_search_menu_list ul li a:hover,
.top_search_menu_list ul li a:focus {
	text-decoration: underline;
}

/* リンク */
.top_linklist {
	margin: 40px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 30px;
}

.top_linklist_box {
	width: 100%;
	border: 2px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_linklist_box h2 {
	background: #333333;
	color: #ffffff;
	font-size: 1.8rem;
	margin: 0px;
	padding: 15px 20px;
}
.top_linklist_box ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.top_linklist_box ul li {
	margin-bottom: 10px;
}
.top_linklist_box ul li:last-child {
	margin-bottom: 0px;
}

/* 人口・世帯数 */
.top_jinkou {
	margin: 40px 0px 0px;
}
.top_jinkou h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
}

.top_jinkou_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.top_jinkou_list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px 2em 0px 0px;
	padding: 0px;
}
.top_jinkou_list dl dt {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.top_jinkou_list dl dd {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* 時計 */
.top_tokei {
	margin: 40px 0px 0px;
}
.top_tokei h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
}

.top_tokei_img {
	width: 320px;
	height: 240px;
	position: relative;
}

#tokei_photo {
	width: 320px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
#tokei_photo .clock-image{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1.0s ease-in-out;

}
#tokei_photo .clock-image.active{
	opacity: 1;
}

#tokei_time {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

/* カウントダウン */
.count_down_box_wrap {
	margin: 40px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 30px;
}
.count_down_box {
	width: calc(50% - 15px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f6f6f6;
	padding: 20px;
}

.count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.count_down_box2 > span.count_img {
	width: 200px;
}
.count_down_box2 > span.count_img > span {
	display: block;
}
.count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.count_down_box2 > span.count_txt {
	width: calc(100% - 220px);
}
.count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
.count_down_box2 > span.count_txt > span {
	display: block;
}
.count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
.count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	text-align: right;
}
.count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
ul.banner_list li {
	width: calc(25% - 15px);
}
ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/* ==================================================
タブレット
================================================== */
@media screen and (max-width: 1080px) {

}
/* ==================================================
タブレット ここまで
================================================== */











#main{
    padding: 0;
    width: 100%;
}
.top_row01{
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    display: flex;
    gap: 20px;
    margin: 0 auto 80px;
}
.top_row01 .left_area{
	background: #ECF5FC;
	width: calc((100% - 20px) / 2);
}
.top_row01 .left_area ul{
	margin: 0;
	padding: 30px;
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
}
.top_row01 .left_area ul li{
    list-style: none;
    width: calc((100% - 60px) / 3);
    display: flex;
}
.top_row01 .left_area ul li a{
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    padding: 20px 10px;
    width: calc(100% - 20px);
    color: #222;
    text-decoration: none;
    font-size: 1.6rem;
    border: 1px solid #fff;
}
.top_row01 .left_area ul li a:hover{
	text-decoration: underline;
}
.top_row01 .left_area ul li a .nav_icon{
    max-height: 60px;
    flex-grow: 1;
}
.top_row01 .left_area ul li a p{
    margin: 1em 0 0;
    display: flex;
    flex-grow: 1;
    align-items: center;
}
.top_row01 .right_area{
	width: calc((100% - 20px) / 2);
}
.top_row01 .right_area .swiper{
    padding: 2px;
}
#top_photo{
    margin: 0;
    width: 100%;
}
#top_photo .swiper-wrapper{
	margin: 0;
	padding: 0;
    align-items: flex-start;
}
.swiper-slide{
	list-style: none;
    margin: 0;
}
.top_row02{
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto 80px;
}
.top_row02 .subs_bnr_wrap{
	display: flex;
	gap:20px;
	margin: 0;
	padding: 0;
	list-style: none;
    width: 100%;
}
.top_row02 .subs_bnr{
    width: calc((100% - 20px) / 2);
}
.top_row02 .subs_bnr a{
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #222;
	text-decoration: none;
    font-size: 2.0rem;
}
.top_row02 .subs_bnr a .img_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 0;
    margin-right: 0;
    max-width: none;
}
.top_row02 .subs_bnr a .img_wrap:before{
    display: block;
    content: "";
    padding-top: 30.5%;
}
.top_row02 .subs_bnr a img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.top_row02 .subs_bnr a:hover img{
	transform: scale(1.1);
}
.top_row02 .subs_bnr a:hover{
	text-decoration: underline;
}
.top_row02 .subs_bnr a span{
    margin-top: 4px;
}
.top_row02 .subs_bnr a span:after{
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(/img/common/icon_arrow_blue.svg) no-repeat;
    margin-left: 10px;
}
.top_row03{
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    display: flex;
    margin: 0 auto 40px;
}
.top_row03 .left_area{
    padding-right: 30px;
    border-right: 1px solid #cdcdcd;
    width: calc(50% - 30px);
}
.top_row03 .right_area{
    padding-left: 30px;
    width: calc(50% - 30px);
}
.top_row03 .info_area h2{
	display: flex;
    gap: 14px;
    margin: 0 0 10px;
	font-size: 2.4rem;
    font-weight: normal;
}
.top_row03 .news_area h2:before{
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
    background: url(/img/top/icon_news.svg) no-repeat;
	background-size: 40px;
}
.top_row03 .topix_area h2:before{
	content: "";
	width: 36px;
	height: 38px;
    min-width: 36px;
	display: inline-block;
    background: url(/img/top/icon_topix.svg) no-repeat;
	background-size: 36px 38px;
}
/*
.top_row03 .bousai_area h2:before{
	content: "";
	width: 36px;
	height: 38px;
    min-width: 36px;
	display: inline-block;
    background: url(/img/top/icon_bousai.svg) no-repeat;
	background-size: 36px 38px;
}
.top_row03 .kinkyu_area h2:before{
	content: "";
	width: 34px;
	height: 35px;
    min-width: 34px;
	display: inline-block;
    background: url(/img/top/icon_kinkyu.svg) no-repeat;
	background-size: 34px 35px;
}

*/
.top_row03 .news_area ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_row03 .news_area ul li{
    display: flex;
    flex-direction: column;
    padding: 1em 0;
    border-bottom: 1px solid #cdcdcd;
    margin: 0;
}
.top_row03 .news_area ul li .article_date{
	color: #0077C0;
	font-weight: bold;
}
.top_row03 .news_area ul li a{
	color:#222;
}
.top_row03 .news_area ul li a:hover{
	text-decoration: none;
}
.top_row03 .news_area .link_box{
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    margin-top: 30px;
}
.top_row03 .news_area .link_box span a{
    color: #222;
}
.top_row03 .news_area .link_box span a:after{
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(/img/common/icon_arrow_blue.svg) no-repeat;
    margin-left: 10px;
}
.top_row03 .right_area .info_area{
	margin-top: 40px;
}
.top_row03 .right_area .info_area:first-child{
	margin-top: 0;
}
.top_row03 .right_area .info_area ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_row03 .right_area .info_area ul li{
	margin: 1em 0;
}
.top_row03 .right_area .info_area ul li a{
	color: #222;
}
.top_row03 .right_area .info_area ul li a:hover{
	text-decoration: none;
}
.top_row03 .right_area .info_area ul li a:after{
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(/img/common/icon_arrow_blue.svg) no-repeat;
    margin-left: 10px;
}
.top_row04{
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto 80px;
}
.top_row04 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap:20px;
    width: 100%;
}
.top_row04 ul li{
    width: calc((100% - 60px) / 4);
}
.top_row04 ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #222;
	text-decoration: none;
}
.top_row04 ul li a:hover{
	text-decoration: underline;
}
.top_row04 ul li a .img_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 0;
    margin-right: 0;
    max-width: none;
}
.top_row04 ul li a .img_wrap:before{
    display: block;
    content: "";
    padding-top: 65.25%;
}
.top_row04 ul li a .img_wrap img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.top_row04 ul li a:hover .img_wrap img{
	transform: scale(1.1);
}
.top_row04 ul li a span{
	font-size: 2.0rem;
    margin-top: 4px;
}
.top_row04 ul li a span:after{
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(/img/common/icon_arrow_blue.svg) no-repeat;
    margin-left: 10px;
}
/*
.top_row05{
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto 80px;
}
.top_row05 ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.top_row05 ul li{
    width: calc(100% / 5);
    display: flex;
}
.top_row05 ul li a{
	color: #222;
	text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #cdcdcd;
    border-right: none;
    width: 100%;
    padding: 15px 10px;
    justify-content: center;
}
.top_row05 ul li a:hover{
	text-decoration: underline;
}
.top_row05 ul li:last-child a{
    border-right: 1px solid #cdcdcd;
}
.top_row05 ul li .title{
	display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.6rem;
}
.top_row05 ul li.btn_e_cal .title:before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/img/top/icon_e_cal.svg) no-repeat;
    background-size: 60px;
}
.top_row05 ul li.btn_kouhou .title:before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/img/top/icon_kouhou.svg) no-repeat;
    background-size: 60px;
}
.top_row05 ul li.btn_yoyaku .title:before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/img/top/icon_yoyaku.svg) no-repeat;
    background-size: 60px;
}
.top_row05 ul li.btn_todamap .title:before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/img/top/icon_todamap.svg) no-repeat;
    background-size: 60px;
}
.top_row05 ul li.btn_online .title:before{
    content: "";
    width: 64px;
    height: 46px;
    display: inline-block;
    background: url(/img/top/icon_online.svg) no-repeat;
    background-size: 64px 46px;
}
*/
.tab_area .tab_content {
  display: none !important;
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}

.tab_nav {
  display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 4px;
}
.tab_nav .tab_switch {
  display: block;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 10px 3px;
    width: calc(100% / 4);
  border: none;
  cursor: pointer;background: #fff;
    border-bottom: 4px solid #fff;
    cursor: pointer;
}
.tab_nav .tab_switch.active {
	border-bottom: 4px solid #0077C0;
}
.tab_area .tab_content {
  display: none !important;
}
.tab_area .tab_content[aria-hidden=false] {
  display: block !important;
}
.top_row06 .tab_nav span{
	display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.6rem;
    justify-content: center;
}
.top_row06 .tab_nav #tabA span:not(.pt_furigana_ruby):before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
/*
    background: url(/img/top/icon_sumou.svg) no-repeat;*/
    background-size: 60px;
}
.top_row06 .tab_nav #tabB span:not(.pt_furigana_ruby):before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
/*
    background: url(/img/top/icon_jouhou.svg) no-repeat;*/
    background-size: 60px;
}
.top_row06 .tab_nav #tabC span:not(.pt_furigana_ruby):before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
/*
    background: url(/img/top/icon_service.svg) no-repeat;*/
    background-size: 60px;
}
.top_row06 .tab_nav #tabD span:not(.pt_furigana_ruby):before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
/*
    background: url(/img/top/icon_koe.svg) no-repeat;*/
    background-size: 60px;
}
.top_row06 .tab_area_inner {
    margin: 0 15px;
    padding: 30px 0;
    background: #ECF5FC;
}
.top_row06 .tab_area_inner .btns{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    gap: 1em 2em;
}
.top_row06 .tab_area_inner .btns a{
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 4px 30px;
    text-decoration: none;
    color: #222;
    font-size: 1.6rem;
    display: block;
}
.top_row06 .tab_area_inner .btns a:hover{
	text-decoration: underline;
}
#banner_footer1{
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 0 15px;
    margin: 80px auto 0;
}
#banner_footer2{
    display: flex;
    align-items: center;
	gap:35px;
}
#banner_footer2 h2{
	font-weight: normal;
}
#banner_footer2 a{
	text-decoration: none;
    color: #222;
}
#banner_footer2 a:hover{
	text-decoration: underline;
}
#banner_footer2 span:after{
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(/img/common/icon_arrow_blue.svg) no-repeat;
    margin-left: 10px;
}
#banner_footer3 .banner_c{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap:30px;
    justify-content: center;
    flex-wrap: wrap;
}
#banner_footer3 .banner_c li{
    width: auto;
}
#banner_footer3 .banner_c li img{
    width: auto;
    height: auto;
    vertical-align: initial;
    max-width: 120px;
}