@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* 全体 */
#mymainback {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.top_main_box {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.bg_color {
	background: #f2f2f2;
}

h2.midashi_h2 {
	text-align: center;
	margin: 0px 0px 30px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	color: #00559f;
}
h2.midashi_h2 span {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0px 8px 50px;
}
#top_topics h2.midashi_h2 span {
	background-image: url(/img/top/icon_ttl_topics.png);
}
#top_mokuteki h2.midashi_h2 span {
	background-image: url(/img/top/icon_ttl_purpose.png);
}
#top_osusume h2.midashi_h2 span {
	background-image: url(/img/top/icon_ttl_recommend.png);
}

/* トップコンテンツ */
#top_head_contents_bg {
	padding: 10px 0px 20px;
}

/* 防災メール連携 */
.box_top_emer {
	margin: 20px 0px 30px;
	border: 2px solid #cc3333;
	background: #fdf3f3;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
			box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.box_top_emer > div {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.title_top_emer {
	background: #cc3333;
	color: #ffffff;
	width: 188px;
}
.title_top_emer h2 {
	margin: 0px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	height: 100%;
	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;
}

.list_top_emer {
	width: calc(100% - 188px);
	padding: 20px;
}
.list_top_emer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list_top_emer ul li {
	margin: 0px 0px 10px;
	padding-left: 24px;
	background: url(/img/common/icon_important.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
}
.list_top_emer ul li .emer_title {
	display: block;
	color: #cc3333;
	background: url(/img/common/icon_menu_open_red.png) no-repeat right 0.2em transparent;
	padding-right: 30px;
	text-decoration: none;
	cursor: pointer;
}
.list_top_emer ul li .emer_title:hover {
	text-decoration: underline;
}
.list_top_emer ul li.emer_title_open .emer_title {
	background-image: url(/img/common/icon_menu_close_red.png);
}
.list_top_emer ul li.emer_title_open .emer_title:hover {
	text-decoration: none;
}

.list_top_emer ul li .emer_title > span {
	display: block;
	height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.list_top_emer ul li.emer_title_open .emer_title > span {
	height: auto;
	white-space: normal;
	-o-text-overflow: clip;
	   text-overflow: clip;
}

.list_top_emer .btn_emer {
	text-align: right;
	margin-top: 20px;
}
.list_top_emer .btn_emer #emer_mail_open_all {
	border: none;
	background: #cc3333;
	border-radius: 15px;
	color: #ffffff;
	line-height: 1.2;
	font-size: 1.5rem;
	padding: 5px 30px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.list_top_emer .btn_emer #emer_mail_open_all:hover,
.list_top_emer .btn_emer #emer_mail_open_all:focus {
	background: #990000;
}

/* フリー項目 */
#toppage_free_box_wrap > div {
	margin: 20px 0px 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
			box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}

#toppage_free_box_wrap .ttl {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background: #990000;
	color: #ffffff;
	width: 190px;
}
#toppage_free_box_wrap .ttl h2 {
	margin: 0px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	height: 100%;
	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;
}

#toppage_free_box_wrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: calc(100% - 190px);
	padding: 22px 22px 12px;
}
#toppage_free_box_wrap ul li {
	margin: 0px 0px 10px;
	padding-left: 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
}
#toppage_free_box_wrap ul li a {
	color: #00559f;
}

#toppage_free_box_wrap .blue ul li {
	background-image: url(/img/common/icon_arrow_circle_blue.png);
}
#toppage_free_box_wrap .blue ul li a {
	color: #00559f;
}

#toppage_free_box_wrap .red ul li {
	background-image: url(/img/common/icon_arrow_circle_red.png);
}
#toppage_free_box_wrap .red ul li a {
	color: #cc3333;
}

/* MV */
#top_mv_wrap {
	width: 1100px;
	margin: 0px auto;
	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;
}
#top_mv_wrap > div {
	display: inline-block;
	vertical-align: top;
}
#top_mv_wrap > div.box_left {
	width: 550px;
}
#top_mv_wrap > div.box_right {
	width: 540px;
}

/* スライドショー */
#top_photo {
	width: 550px;
	position: relative;
}

#top_photo_list .photo a {
	display: block;
}
#top_photo_list .photo img {
	width: 100%;
	height: auto;
}

button[id^="mp_control_"] {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
}
button#mp_control_prev {
	width: 50px;
	height: 50px;
	background: url(/img/top/btn_slide_prev.png) no-repeat center center transparent;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
button#mp_control_next {
	width: 50px;
	height: 50px;
	background: url(/img/top/btn_slide_next.png) no-repeat center center transparent;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
button#mp_control_pause {
	width: 80px;
	height: 26px;
	background: url(/img/top/btn_slide_stop.png) no-repeat center center transparent;
	bottom: 8px;
	left: 8px;
}
button#mp_control_play {
	display: none;
	width: 80px;
	height: 26px;
	background: url(/img/top/btn_slide_start.png) no-repeat center center transparent;
	bottom: 8px;
	left: 8px;
}

#mp_control_navigation {
	width: 350px;
	position: absolute;
	bottom: 6px;
	left: 100px;
}

ul.slick-dots {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: 4px;
}
ul.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	border: 3px solid #ffffff;
	border-radius: 100%;
	background: #ffffff;
	color: #000000;
}
ul.slick-dots li.slick-active button {
	background: #00559f;
	color: #ffffff;
}

/* バナー トップページ2 */
#top_mainbnr_wrap {
	margin: 3px 0 0;
}
#top_mainbnr > * + * {
	margin-top: 3px;
}
.top_mainbnr_box a {
	display: block;
}
.top_mainbnr_box img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* 検索 */
#top_search_keyword_wrap_bg {
	background: #ffffff;
	padding: 20px 30px;
	min-height: 193px;
	box-sizing: border-box;
}

#top_search_keyword_wrap {
	display: block;
	width: auto;
	margin: 0px;
	text-align: left;
}

#top_search_keyword {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	margin-right: 5px;
}
#cse-search-box {
	margin: 0px;
}
#tmp_query {
	width: calc(100% - 66px) !important;
}
#submit {
	width: 60px;
}

#top_search_page_id_wrap {
	display: inline-block;
	vertical-align: middle;
}
#box_pageid_menu {
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	left: auto;
	right: 0px;
}

ul#top_search_menu {
	padding: 3px 0px;
}

#search_trend_word_ttl {
	background: url(/img/top/icon_trend.png) no-repeat left center transparent;
	color: #00559f;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 0px 5px 30px;
}

#search_trend_word p {
	margin: 0px;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 0px;
	border: 1px solid #00559f;
	background: #ffffff;
	border-radius: 15px;
	color: #111111;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 20px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	text-decoration: none;
	cursor: pointer;
}
#search_trend_word p a:hover,
#search_trend_word p a:focus {
	background: #eaf5ff;
}

/* メインコンテンツ */
#top_main_contents_menu ul {
	margin: 0px;
	padding: 6px 0px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#top_main_contents_menu ul li {
	display: inline-block;
	vertical-align: top;
	width: 268px;
	height: 148px;
	margin: 3px 0px 0px;
}
#top_main_contents_menu ul li a {
	display: block;
	height: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	text-shadow: 0px 0px 10px #000000;
	position: relative;
	-webkit-transition: background-size 0.5s;
	-o-transition: background-size 0.5s;
	transition: background-size 0.5s;
}
#top_main_contents_menu ul li a:hover,
#top_main_contents_menu ul li a:focus {
	background-size: 105% auto;
}

#top_main_contents_menu ul li.btn_chiji a {
	background-image: url(/img/top/img_top_chiji.jpg);
	background-position: center 17%;
}
#top_main_contents_menu ul li.btn_koho a {
	background-image: url(/img/top/img_top_koho.jpg);
	background-position: center -18px;
}
#top_main_contents_menu ul li.btn_kanko a {
	background-image: url(/img/top/img_top_kanko.jpg);
	background-position: center -31px;
}
#top_main_contents_menu ul li.btn_iju a {
	background-image: url(/img/top/img_top_iju.jpg);
	background-position: center -38px;
}

#top_main_contents_menu ul li a::before {
	content: '';
	display: block;
	width: 100%;
	height: 52px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -o-linear-gradient(top, transparent 0%, #000 100%);
	background: linear-gradient(to bottom, transparent 0%, #000 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
#top_main_contents_menu ul li a > span {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	padding: 10px 15px;
}

/* ピックアップ広告 */
#top_header_banner_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 70px;
	padding: 20px 0px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#top_header_banner_wrap .h_banner_box {
	text-align: left;
}
#top_header_banner_wrap .h_banner_box:only-child {
	text-align: right;
}
#top_header_banner_wrap .h_banner_box img {
	vertical-align: top;
	max-width: 170px;
	height: auto;
}
#top_header_banner_wrap #top_kokoku_pickup_wrap {
	padding: 0px;
}

#top_kokoku_pickup_wrap {
	text-align: right;
	padding: 20px 0px;
}
#top_kokoku_pickup_wrap > a {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}
#top_kokoku_pickup {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 50px;
	margin-left: 5px;
	overflow: hidden;
}
#top_kokoku_pickup ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_kokoku_pickup ul li {
	display: none !important;
}
#top_kokoku_pickup ul li:first-child {
	display: block !important;
}
#top_kokoku_pickup ul li a {
	display: block;
}
#top_kokoku_pickup ul li img {
	width: 100%;
	height: auto;
}

/* 重要なお知らせ・お知らせ・トピックス */
.top_news_box {
	margin-bottom: 30px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
			box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.top_news_box > div {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.top_news_box > div.news_ttl {
	width: 190px;
	background: #00559f;
	color: #ffffff;
}
#top_important.top_news_box > div.news_ttl {
	background: #cc3333;
	color: #ffffff;
}

.top_news_box > div.news_ttl h2 {
	margin: 0px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	height: 100%;
	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;
}

.top_news_box > div.news_list {
	width: calc(100% - 190px);
	padding: 22px;
}
.top_news_box > div.news_list p.no_data,
.topics_no_image_list p.no_data {
	margin: 0px;
}
.top_news_box > div.news_list ul,
.topics_no_image_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_news_box > div.news_list ul li,
.topics_no_image_list ul li {
	margin: 0px 0px 10px;
	padding-left: 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.topics_no_image_list ul li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.top_news_box > div.news_list ul li a,
.topics_no_image_list ul li a {
	color: #00559f;
}
#top_important.top_news_box > div.news_list ul li {
	background-image: url(/img/common/icon_arrow_circle_red.png);
}
#top_important.top_news_box > div.news_list ul li a {
	color: #cc3333;
}

.top_news_box > div.news_list ul li > span,
.topics_no_image_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.top_news_box > div.news_list ul li > span.article_date,
.topics_no_image_list ul li > span.article_date {
	width: 11em;
}

.top_news_box div.link_box,
#top_topics div.link_box {
	margin: 15px 0px 0px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.top_news_box div.link_box span,
#top_topics div.link_box span {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 0px 10px;
}
.top_news_box div.link_box span a,
#top_topics div.link_box span a {
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-width: 224px;
	border: 1px solid #00559f;
	border-radius: 15px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat 16px center #ffffff;
	color: #00559f;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 25px 5px 45px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	text-align: left;
}
.top_news_box div.link_box span a:hover,
.top_news_box div.link_box span a:focus,
#top_topics div.link_box span a:hover,
#top_topics div.link_box span a:focus {
	background-color: #eaf5ff;
}
#top_important.top_news_box div.link_box span a {
	border-color: #cc3333;
	background-image: url(/img/common/icon_arrow_circle_red.png);
	color: #cc3333;
}
#top_important.top_news_box div.link_box span a:hover,
#top_important.top_news_box div.link_box span a:focus {
	background-color: #faeaea;
}

/* トピックス */
#top_topics {
	padding: 40px 0px 50px;
}

ul#top_list_sns {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul#top_list_sns li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px 0px 10px;
}
ul#top_list_sns li a {
	display: inline-block;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 29px;
	border-radius: 5px;
	color: #111;
	font-size: 1.5rem;
	line-height: 1.2;
	text-decoration: none;
	padding: 12px 14px 12px 48px;
}
ul#top_list_sns li.sns_ln a {
	background-image: url(/img/top/icon_sns_ln.png);
}
ul#top_list_sns li.sns_fb a {
	background-image: url(/img/top/icon_sns_fb.png);
}
ul#top_list_sns li.sns_ig a {
	background-image: url(/img/top/icon_sns_ig.png);
}
ul#top_list_sns li.sns_tw a {
	background-image: url(/img/top/icon_sns_tw.png);
}
ul#top_list_sns li a:hover,
ul#top_list_sns li a:focus {
	text-decoration: underline;
}

/* 目的から探す */
#top_mokuteki {
	padding: 40px 0px 50px;
}

ul#top_mokuteki_menu {
	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: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul#top_mokuteki_menu li {
	display: inline-block;
	vertical-align: top;
	width: 184px;
}
ul#top_mokuteki_menu li a {
	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 17px;
	border: 1px solid #00559f;
	border-radius: 5px;
	text-align: center;
	color: #00559f;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	padding: 60px 0px 15px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
ul#top_mokuteki_menu li a:hover,
ul#top_mokuteki_menu li a:focus {
	background-color: #eaf5ff;
}

ul#top_mokuteki_menu li.btn_rss a {
	background-image: url(/img/top/icon_search_rss.png);
}
ul#top_mokuteki_menu li.btn_calendar a {
	background-image: url(/img/top/icon_search_calendar.png);
}
ul#top_mokuteki_menu li.btn_join a {
	background-image: url(/img/top/icon_search_join.png);
}
ul#top_mokuteki_menu li.btn_bid a {
	background-image: url(/img/top/icon_search_bid.png);
}
ul#top_mokuteki_menu li.btn_press a {
	background-image: url(/img/top/icon_search_press.png);
}

.link_press_rss {
	margin: 8px 0px 0px;
	text-align: right;
}
.link_press_rss a {
	display: inline-block;
	padding-left: 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
}

#top_mokuteki_box_wrap {
	margin-top: 20px;
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
#top_mokuteki_box_wrap .mokuteki_box {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 474px;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
#top_mokuteki_box_wrap .mokuteki_box h3 {
	margin: 0px;
	background-color: #00559f;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 34px auto;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 12px 65px;
}
#top_mokuteki_box_wrap .mokuteki_box.mokuteki_aim h3 {
	background-image: url(/img/top/icon_ttl_aim.png);
}
#top_mokuteki_box_wrap .mokuteki_box.mokuteki_online h3 {
	background-image: url(/img/top/icon_ttl_online.png);
}
#top_mokuteki_box_wrap .mokuteki_box ul {
	margin: 0px;
	padding: 17px 40px 12px;
	list-style: none;
}
#top_mokuteki_box_wrap .mokuteki_box ul li {
	margin: 0px 0px 5px;
	padding-left: 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
}

/* 県の計画 */
#top_purpose_other {
	padding: 40px 0px;
}
#top_purpose_other ul {
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	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: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
#top_purpose_other ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
#top_purpose_other ul li a {
	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 17px;
	border: 1px solid #00559f;
	border-radius: 5px;
	text-align: center;
	color: #00559f;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	padding: 0px 0px 4rem;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	position: relative;
	overflow: hidden;
}
#top_purpose_other ul li a:hover,
#top_purpose_other ul li a:focus {
	background-color: #eaf5ff;
}
#top_purpose_other ul li a span.txt {
	display: block;
	background: #4c4c4c;
	color: #ffffff;
	font-size: 1.4rem;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px;
}
#top_purpose_other ul li a span.ttl {
	display: block;
}
#top_purpose_other ul li a span.ttl > span {
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 45px 0px 35px 70px;
}
#top_purpose_other ul li a span.ttl.kensei > span {
	background-image: url(/img/top/btn_purpose_kensei.png);
	padding-top: 57px;
	padding-bottom: 47px;
}
#top_purpose_other ul li a span.ttl.industry > span {
	background-image: url(/img/top/btn_purpose_industry.png);
}
#top_purpose_other ul li a span.ttl.medical > span {
	background-image: url(/img/top/btn_purpose_medical.png);
	padding-top: 33px;
	padding-bottom: 23px;
}
#top_purpose_other ul li a span.ttl.job > span {
	background-image: url(/img/top/btn_purpose_job.png);
}

/* 関連リンク */
#top_kanren_link {
	padding: 50px 0px;
}
#top_kanren_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	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;
}
#top_kanren_link ul li {
	display: inline-block;
	vertical-align: top;
	width: 416px;
	margin: 0px 14px 20px;
}
#top_kanren_link ul li a {
	display: block;
}
#top_kanren_link ul li img {
	width: 100%;
	height: auto;
}

.link_kanren_nore {
	margin: 0px;
	text-align: center;
}
.link_kanren_nore a {
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #00559f;
	border-radius: 15px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat 16px center #ffffff;
	color: #00559f;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 25px 5px 45px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	text-align: left;
}
.link_kanren_nore a:hover,
.link_kanren_nore a:focus {
	background-color: #eaf5ff;
}

/* おすすめ情報 */
#top_osusume {
	padding: 40px 0px 30px;
}

ul#top_osusume_list {
	width: 860px;
	margin: 0px auto;
	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;
}
ul#top_osusume_list li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 172px;
	margin: 0px 20px 20px 0px;
	position: relative;
	overflow: hidden;
}
ul#top_osusume_list li:nth-child(4n) {
	margin-right: 0px;
}
ul#top_osusume_list li a {
	display: block;
	height: 100%;
}
ul#top_osusume_list li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1);
		-ms-transform: translate(-50%,-50%) scale(1);
			transform: translate(-50%,-50%) scale(1);
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
ul#top_osusume_list li a:hover img,
ul#top_osusume_list li a:focus img {
	-webkit-transform: translate(-50%,-50%) scale(1.05);
		-ms-transform: translate(-50%,-50%) scale(1.05);
			transform: translate(-50%,-50%) scale(1.05);
}
ul#top_osusume_list li span.caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background: rgba(17,17,17,0.75);
	color: #ffffff;
	font-size: 1.4rem;
	padding: 5px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}

/* 広告 */
#top_banner_kokoku_bg {
	border-top: 1px solid #cccccc;
}
#top_banner_kokoku {
	padding: 50px 0px;
}
#top_banner_kokoku p {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}
#top_banner_kokoku ul.link_kokoku {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_banner_kokoku ul.link_kokoku li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
#top_banner_kokoku ul.link_kokoku li a {
	display: inline-block;
	padding-left: 24px;
	background: url(/img/common/icon_arrow_circle_blue.png) no-repeat left 0.2em transparent;
	line-height: 1.5;
}
#top_banner_kokoku ul.banner_list {
	margin: 0px;
	padding: 0px 0px 10px;
}

/* 背景色変更時 ここから */
.color_change #toppage_free_box_wrap > div,
.color_change #top_search_keyword_wrap_bg,
.color_change .top_news_box {
	outline: 1px solid rgba(255, 255, 255, 0.5);
}

.color_change .list_top_emer ul li .emer_title {
	background-image: url(/img/sp/acc_open_white.png);
	background-size: 20px 20px;
}
.color_change .list_top_emer ul li.emer_title_open .emer_title {
	background-image: url(/img/sp/acc_close_white.png);
}

.color_black ul#top_osusume_list li a span.caption {
	background: #000000 !important;
}
.color_blue ul#top_osusume_list li a span.caption {
	background: #0000ff !important;
}
/* 背景色変更時 ここまで */



/* タブレットのみ */
@media screen and (min-width: 1px) and (max-width: 10px) {

	/* 全体 */
	.top_main_box {
		width: calc(100% - 40px);
	}

	/* MV */
	#top_mv_wrap {
		width: calc(100% - 20px);
		display: block;
		position: relative;
	}

	#top_mv_wrap > div.box_left {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	#top_mv_wrap > div.box_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		width: 100%;
	}
	#top_main_contents_menu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: block;
		width: 100%;
		padding-left: 560px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#top_search_keyword_wrap_bg {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	#top_header_banner_wrap {
		padding: 20px 0px;
		max-width: 1000px;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		gap: 40px;
	}
	/* メインコンテンツ */
	#top_main_contents_menu ul {
		display: block;
		padding: 0px;
	}
	#top_main_contents_menu ul li {
		display: block;
		width: 100%;
		height: 123px;
		margin: 2px 0px 0px;
	}
	#top_main_contents_menu ul li a {
		width: 100%;
		font-size: 2rem;
	}
	#top_main_contents_menu ul li a > span {
		padding: 5px 10px;
	}
	#top_main_contents_menu ul li a::before {
		height: 20px;
	}

	#top_main_contents_menu ul li.btn_chiji a {
		background-size: auto 350%;
	}
	#top_main_contents_menu ul li.btn_koho a,
	#top_main_contents_menu ul li.btn_kanko a,
	#top_main_contents_menu ul li.btn_iju a {
		background-size: auto 150%;
	}

	/* 検索 */
	ul#top_search_menu {
		width: 100%;
	}

	/* 目的から探す */
	ul#top_mokuteki_menu {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		width: 612px;
		margin: 0px auto;
	}
	ul#top_mokuteki_menu li {
		margin: 10px;
	}

	#top_mokuteki_box_wrap {
		display: block;
	}
	#top_mokuteki_box_wrap .mokuteki_box {
		display: block;
		width: 100%;
		margin: 10px 0px 0px;
	}

	/* 県の計画 */
	#top_purpose_other ul {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		width: 440px;
		margin: 0px auto;
	}
	#top_purpose_other ul li {
		margin: 10px;
	}

	/* おすすめ情報 */
	ul#top_osusume_list {
		width: 660px;
	}
	ul#top_osusume_list li,
	ul#top_osusume_list li:nth-child(4n) {
		margin: 0px 10px 20px;
	}

	/* 広告 */
	#top_banner_kokoku ul.banner_list {
		width: 600px;
		margin: 0px auto;
	}

	/* SNS */
	ul#top_list_sns li a {
		font-size: 1.3rem;
	}

}
/* タブレットのみ ここまで */