@charset "utf-8";

a:link{
	color: #992f3b;
}

.external_link_text{
	display: none;
}

#container{
	width: auto;
	max-width: none;
}
#mymainback {
	background: #F6F6F6;
}

/* 重要なお知らせ */
#hm_important{
	display: block;
}

#hm_important h2 {
	padding: 10px 0;
	text-align: left;
	padding-left: 40px;
	font-size: 1.8rem;
	background: url(/img/new/header/hm_important.png) no-repeat left top 10px transparent;
}
#hm_important h2:before{
	display: none;
}
#hm_important li{
	font-size: 1.6rem;
}
/* 重要なお知らせここまで */

/* 防災情報 */
#hm_emergency{
	display: block;
}

#hm_emergency h2 {
	padding: 10px 0;
	text-align: left;
	padding-left: 40px;
	font-size: 1.8rem;
	background: url(/img/new/header/hm_emergency.png) no-repeat left top 10px transparent;
}
#hm_emergency h2:before{
	display: none;
}
#hm_emergency li{
	font-size: 1.6rem;
}
.emergency{
	display: block;
	margin-top: 30px;
}
/* 防災情報ここまで */


#main{
	margin: 0;
}

h2 {
	margin: 0;
	color: #992F3B;
	text-align: center;
	background: none transparent;
	padding: 10px 0;
}

h2:before {
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	top: auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* スライドショー */
#top_pr1 {
	background: #ebebeb;
}
#top_photo_wrap {
	height: 100%;
}
#top_photo img{
	width: 100%;
	height: 100%;
}
#top_photo {
	position: relative;
	height: 100%;
}

#photo_image {
	position: relative;
	height: 100%;
}
.slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
}

.slick-slide a {
	display: block;
	height: 100%;
}
/* ページャ */
#photo_image .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#photo_image .slick-dots li {
	display: inline-block;
	margin: 5px;
}
#photo_image .slick-dots li button{
	display: block;
	width: 20px;
	height: 20px;
	border: none;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	text-align:left;
	text-indent: -100vw;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 0 1px #adadad,0 0 1px #adadad,0 0 1px #adadad,0 0 1px #adadad,0 0 1px #adadad;
	        box-shadow: 0 0 1px #adadad,0 0 1px #adadad,0 0 1px #adadad,0 0 1px #adadad,0 0 1px #adadad;
}
#photo_image .slick-dots li.slick-active button{
	background: #992f3b;
	outline: none;
}

/* コントロール */
#top_photo button[id^="mp_control"] {
	display: block;
	border: none;
	background-color: transparent;
	text-align: left;
	text-indent: -100vw;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	cursor: pointer;
}


#top_photo #mp_control_play,#top_photo #mp_control_pause {
	width: 80px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	left: 10px;
	bottom: 10px;
}
#top_photo #mp_control_play{
	display: none;
	background-image: url(/img/new/top/photo/control/start.png);
}
#top_photo #mp_control_pause{
	background-image: url(/img/new/top/photo/control/stop.png);
}

#top_photo #mp_control_prev,
#top_photo #mp_control_next{
	width: 50px;
	height: 50px;
	border: 10px solid rgba(255,255,255,0.5);
	top: calc(50% - 25px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform: rotate(45deg) ;
	        transform: rotate(45deg) ;
}
#top_photo #mp_control_prev{
	left: 30px;
	border-right: none;
	border-top: none;
}
#top_photo #mp_control_next{
	right: 30px;
	border-left: none;
	border-bottom: none;
}

/* スライドショーここまで */
.top_content_wrap {
	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;
}
/* 1列 */
.tc_column1 {
	width: 100%;
}
/* 2列 */
.tc_column2 {
	width: 50%;
}
/* 4列 */
.tc_column1 ul.top_content_banner_box li{
	width: calc(25% - 6px);
	margin: 3px;
}
/* 2列 */
.tc_column2 ul.top_content_banner_box li{
	width: calc(50% - 6px);
	margin: 3px;
}

/* PRエリア2 */
#top_pr2.tc_column2 ul.top_content_banner_box li{
	width: 50%;
	margin: 0;
}

ul.top_content_banner_box{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100%;
}
ul.top_content_banner_box li{
	display: block;
	position: relative;
}
ul.top_content_banner_box li:before{
	content: '';
	display: block;
	padding-top: 100%;
}
ul.top_content_banner_box li a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: auto 100%;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: background-size 0.15s ease;
	transition: background-size 0.15s ease;
}
ul.top_content_banner_box li a span{
	display: block;
	background: rgba(0,0,0,0.75);
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.top_content_banner_box li a:hover,
ul.top_content_banner_box li a:focus{
	background-size: auto 105%;
	-webkit-transition: background-size 0.15s ease;
	transition: background-size 0.15s ease;
/* 	position: relative; */
}
#top_pr1 ul.top_content_banner_box li a:before,
#top_pr2 ul.top_content_banner_box li a:before{
	content: '';
	display: block;
	width: 96%;
	height: 96%;
	position: absolute;
	left:2%;
	top: 2%;
	border: 3px solid transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/new/top/pr_hover_bg.png) no-repeat right top;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#top_pr1 ul.top_content_banner_box li a:hover:before,
#top_pr1 ul.top_content_banner_box li a:focus:before,
#top_pr2 ul.top_content_banner_box li a:hover:before,
#top_pr2 ul.top_content_banner_box li a:focus:before{
	border-color: #992f3b;
}
	
#top_kensei ul.top_content_banner_box li a{
	opacity: 1;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#top_kensei ul.top_content_banner_box li a:hover{
	opacity: 0.75;
}

/* トップページ検索 */
#top_search_keyword_wrap {
	padding: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#top_search_keyword_wrap h2 span {
	display: inline-block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
#top_search_keyword2 {
	margin-top: 40px;
}
#top_search_keyword2 h2 span:not([class]) {
	background-image: url(/img/new/common/icon_loupe.png);
}
#top_search_keyword2 h2:before{
	display: none;
}

input#tmp_query2 {
	width: calc(100% - 180px);
	border-radius: 5px;
	border: 1px solid #999;
	background: url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") left center no-repeat rgb(255, 255, 255);
}
input#tmp_query2:focus{
	background-image: none;
}

form#cse-search-box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

input#submit2 {
	width: 120px;
	margin-left: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #992f3b;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
}

div#cse_filetype2 {
	width: 100%;
	border: none;
	outline: none;
}

div#cse_filetype2 fieldset {
	border: none;
	text-align: left;
}

div#top_search_keyword2 ul{
	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;
}
div#top_search_keyword2 .list_icon1 li {
	display: block;
	width: 33%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	white-space: nowrap;
	margin-bottom: 10px;
	font-weight: bold;
}

div#top_search_keyword2 .list_icon1 li:first-child {
	margin-left: 0;
}
/* トップページ検索ここまで */

/* よく使われているキーワード */
#search_trend_word h2:before{
	display: none;
}
#search_trend_word h2 span:not([class]) {
	background-image: url(/img/new/common/icon_fukidashi.png);
}

#search_trend_word p {
	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;
}

#search_trend_word a {
	display: block;
	margin: 5px;
	padding: 10px;
	background: #f2eedd;
	width: calc(100% / 3 - 20px);
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	color: #000000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	border: 1px solid transparent;
	overflow: hidden;
}
#search_trend_word a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #992f3b;
	position: absolute;
	right: -15px;
	top: -10px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#search_trend_word a:hover{
	border-color: #992f3b;
}
/* よく使われているキーワードここまで */


#top_news_wrap {
	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;
	margin-bottom: 4px;
}
#top_news_wrap h2{
	margin-bottom: 5px;
}

.top_news_box {
	width: calc(50% - 4px);
	background: #ffffff;
	margin: 4px 0;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_news_wrap li{
	padding-top: 5px;
	padding-bottom: 5px;
}
#top_news_wrap li:before{
	top: calc(5px + 0.35rem);
}
/* 新着情報 */
#top_news_wrap .news_box .article_date {
/* 	opacity: 0.75; */
}
.news_box .article_date{
	opacity: 0.75;
	margin-left: 0;
	display: block;
}
.news_box .article_date:before{
	content: '';
	display: none;
}
.news_box .article_date:after{
	content: '';
	display: none;
}
.news_box .article_section{
	padding-left: 0.5em;
}
.news_box .article_section:before{
	content: '(';
}
.news_box .article_section:after{
	content: ')';
}



ul.nyusatsu_type {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.nyusatsu_type li {
	display: inline-block;
}

ul.nyusatsu_type li a {
	display: block;
	text-decoration: none;
	margin: 10px 2px;
	padding: 4px 10px;
	background: #992f3b;
	border-radius: 5px;
	color: #fff;
}
ul.nyusatsu_type li a:hover,
ul.nyusatsu_type li a:focus{
	background: #66000c;
}
/* 新着情報ここまで */

/* 広報ここから */
#top_koho_wrap {
	background: transparent;
}
#top_koho_info h2 {
	margin: 0;
	padding: 0;
	background: none;
}
#top_koho_info h2:before{
	display: none;
}
#top_koho_wrap > div{
	background: #ffffff;
	width: calc(50% - 3px);
	padding-top: 20px;
}

#top_koho_info > div:first-child {
	text-align: center;
	width: 200px;
	/* margin-top: 10px; */
}

#top_koho_info {
	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;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#top_koho_info > ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: 20px 0 10px;
	padding: 0;
	list-style: none;
}

#top_koho_info h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	font-size: 1.6rem;
	color: #992f3b;
	margin-left: 15px;
	border-bottom: 2px solid #992f3b;
}
#top_koho_info h3:before{
	display: none;
}

#top_koho_info ul.list_icon1 > li{
	padding-top: 0px;
	padding-bottom: 0px;
}
#top_koho_info ul.list_icon1 > li:before{
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
p#link_sns {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
p#link_sns a{
	display: inline-block;
	margin: 0 10px;
}
#top_koho_info > .link_box {
	margin-left: auto;
}
/* 広報ここまで */



/* 人口 */
#top_about_hiroshima h3 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 1.6rem;
}
#top_about_hiroshima h3:before{
	display: none;
}

#top_about_hiroshima {
	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;
}

#top_about_hiroshima h2 {
	width: 100%;
}


#top_about_hiroshima h3 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 1.6rem;
}
#top_about_hiroshima h3:before{
	display: none;
}

#top_koho_wrap > #top_about_hiroshima {
	display: block;
	text-align: center;
}

#top_about_hiroshima h2 {
	width: 100%;
	height: 1.2em;
}

#top_about_hiroshima > div:nth-of-type(3){
	width: 100%;
}

#top_about_hiroshima .ta_number{
	font-size: 3.2rem;
	font-weight: bold;
}

#top_about_hiroshima .ta_number2{
	font-size: 1.7rem;
/*	font-size: 2.2rem;*/
	font-weight: bold;
}

#top_about_hiroshima .ta_number3{
	font-weight: bold;
}

#top_about_hiroshima .ta_number4{
	display: block;
	margin-top: 10px;
}

.chumoku_suji p {
	margin-top: 10px;
}


/* 人口ここまで */


/* 議会などリンク */
ul#top_soshiki_link {
	margin: 0;
	padding: 50px 0;
	list-style: none;
	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;
}

ul#top_soshiki_link li {
	margin: 10px 10px;
	padding: 0;
	display: block;
}

ul#top_soshiki_link li a {
	display: block;
	width: 416px;
	height: 74px;
	text-align: center;
	padding: 0px;
	text-decoration: none;
}
ul#top_soshiki_link li a:hover,ul#top_soshiki_link li a:focus{
	background: #66000c;
}
/* 議会などリンクここまで */


/* 事業PR */
#jigyou_pr_banner > ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#jigyou_pr_banner > ul ul li {
	display: inline;
	margin: 4px;
}
/* 事業PRここまで */

/* バナー */
.banner_box ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	list-style: none;
}

.banner_box ul li {
	margin: 5px;
	text-align: center;
}
/*
.banner_box ul li span,
.banner_box ul li a{
	display: inline-block;
	outline: 1px solid #ededed;
}
*/
.banner_box li img{
	display: inline-block;
}
.banner_box li a:hover img,
.banner_box li a:focus img{
	opacity: 0.75;
}


#banner_top {
	margin: 0px 25px;
	padding: 30px 0px 60px;
}
#banner_top h2 {
	font-size: 1.6rem;
	text-align: left;
	font-weight: normal;
	padding-left: 40px;
	position: relative;
}
#banner_top h2:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/img/new/common/icon_list.png) no-repeat center center transparent;
	position: absolute;
	left: 10px;
	top: calc(50% - 8px);
}

#banner_top h2 a,
#banner_top h2 a:link,
#banner_top h2 a:hover,
#banner_top h2 a:focus,
#banner_top h2 a:active,
#banner_top h2 a:visited {
	text-decoration: none;
	color: #992f3b;
}
#banner_top h2 a:hover,
#banner_top h2 a:focus{
	text-decoration: underline;
}


/* バナーここまで */
/* 事業PR */
#jigyou_pr{
	padding: 60px 0px 40px;
	background: #ffffff;
}
#jigyou_pr_banner{
	position: relative;
	padding-bottom: 40px;
	width: 1080px;
	margin: 0px auto;
}
#pr_control_prev,#pr_control_next {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #66000c;
	border: none;
	border-radius: 50%;
	text-align: left;
	text-indent: -100vw;
	overflow: hidden;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 15px - 20px);
	cursor: pointer;
}
#pr_control_prev {
	left: -50px;
	background-image: url(/img/new/top/pr/pr_arrow_prev.png);
	background-position: left calc(50% - 2px) center;
}
#pr_control_next {
	right: -50px;
	background-image: url(/img/new/top/pr/pr_arrow_next.png);
	background-position: right calc(50% - 2px) center;
}
#pr_control_pause,#pr_control_play{
	position: absolute;
	bottom: 0px;
	left: calc(50% - 38px);
	width: 76px;
	height: 23px;
	background-color: #ffe8eb;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #adadad;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
	        box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
	text-align: left;
	text-indent: -100vw;
	overflow: hidden;
	cursor: pointer;
}
#pr_control_pause{
	background-image: url(/img/new/top/pr/pr_stop.png);
}
#pr_control_play{
	background-image: url(/img/new/top/pr/pr_start.png);
	display: none;
}

@media screen and (max-width: 1299px) {
	#pr_control_prev,#pr_control_next{
		display: none;
		top: auto;
		bottom: 0px;
	}
	#pr_control_pause,#pr_control_play{
		bottom: 4px;
	}
	#pr_control_prev{
		left: calc(50% - 80px);
	}
	#pr_control_next{
		right: calc(50% - 80px);
	}
}
@media screen and (max-width: 1080px){
	#jigyou_pr_banner{
		width: auto !important;
	}
	#jigyou_pr_banner li img{
		max-width: 100%;
		height: auto;
	}
}

/* 事業PRここまで */

/* 緊急情報（トップフローティング） */
#main_a {
	position: relative;
}

#top_emer_news_box {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background: #ffeded;
	width: 50vw;
	text-align: left;
	-webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}

#top_emer_news_box .emer_news_title {
	position: relative;
	padding-right: 6em;
	margin: 0;
	background: #c00;
}

#top_emer_news_box .emer_news_title h2 {
	text-align: left;
	padding: 10px 10px;
	color: #fff;
}

#top_emer_news_box .emer_news_title h2:before {
	display: none;
}
#top_emer_news_box .emer_news_title button{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#top_emer_news_box ul{
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
}
#top_emer_news_box li{
	display: block;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
}
#top_emer_news_box li:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/img/new/common/icon_list.png) no-repeat center center transparent;
	position: absolute;
	top: calc(5px + 0.3em);
	left: 0;
}
#top_emer_news_box p{
	margin: 0;
	padding: 20px;
}
/* 緊急情報（トップフローティング）ここまで */


/* 2019-01-07 見出し追加 */
h2.hl_new_pickup {
	background: #f2eedd;
	margin-top: 60px;
}
h2.hl_new_pickup:before{
	display: none;
}
h2.hl_new_pickup > span{
	display: inline-block;
}
h2.hl_new_pickup > span:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	background: url(/img/new/top/icon_new_h2.png) no-repeat center top transparent;
	background-size: auto 1em;
}
/* 2019-01-07 見出し追加ここまで */