@charset "UTF-8";

/* /index.html
---------------------------------------------------------- */
#contents {
  padding: 0 0 50px 0;
}
.section {
  margin-bottom: 25px;
}

#rightColumnTop {
  padding: 40px 0 0 0;
  border-top: 2px solid #bbb;
}

.acdWrap {
  display: none;
}

/* ヘッダリンク
---------------------------*/
.indexHeadLink ul {
  display: table;
  width: 100%;
}
.indexHeadLink ul li {
  display: table-cell;
  width: 33.333%;
  vertical-align: middle;
  border-bottom: 2px solid #a8a8a8;
  background: #e1e1e1;
  box-shadow: -1px 0 0 #fff inset;
  box-sizing: border-box;
}
.indexHeadLink ul li + li {
  border-left: 1px solid #ccc;
}
.indexHeadLink ul li a {
  display: block;
  padding: 8px 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.indexHeadLink ul li.disasterAnc {
  border-bottom: 2px solid #841b1b;
  box-shadow: none;
  background: #a32121;
}
.indexHeadLink ul li.disasterAnc a {
  color: #fff;
  background: url(/common/001176392.png) no-repeat center 94%;
  background-size: 9px 5px;
}


/* スライド
---------------------------*/
#contentsIndexTop {
  padding: 10px;
  background: #f4f4f4;
}
#contentsIndexTop .btnType01 {
  padding: 10px 0 5px 0;
}
#slideshow {
  position: relative;
  padding: 10px 0 20px 0;
  overflow: hidden;
}
#slideshow .img_area {
}
#slideshow .img_area .g_img {
  float: left;
  width: 40%;
  padding: 0 10px 0 0;
}
#slideshow .img_area .title {
  overflow: hidden;
}
#slideshow #navi_area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#slideshow #navi_area ul {
  text-align: center;
  overflow: hidden;
}
#slideshow #navi_area li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
#slideshow #navi_area li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d1d1;
  text-indent: -9999px;
}
#slideshow #navi_area li a.slide_selected {
  background: #5eb5c0;
}
#topicsListWrap {
  display: none;
}


/* 新着情報
---------------------------*/
#newsticker {
  height: auto !important;
  margin-bottom:15px;
  overflow: hidden;
}
#newsticker dl {
  padding: 5px 10px 0 10px;
  box-sizing: border-box;
}
#newsticker dl dt {
  border-bottom: 2px solid #d8d8d8;
}
#newsticker dl dt em {
  position: relative;
  display: inline-block;
  padding: 0 0 3px 0;
  font-size: 16px;
  font-weight: bold;
}
#newsticker dl dt em:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: "";
  background: #0d849d;
}
#newsticker dl dt img {
  display: none;
}
#newsticker dl dd.ticker {
  padding: 10px 0;
  text-align: left;
}
#newsticker dl dd.ticker ul {
  width: 100%;
  position: relative;
}
#newsticker dl dd.ticker ul li {
  width: 100%;
  display: none;
  margin: 0;
}

/* ピックアップ情報
---------------------------*/
#pickupInfo {
  clear: both;
}
#pickupInfo dt {
  position: relative;
  margin: 0 0 15px;
  min-height: 45px;
  border-bottom: 2px solid #105563;
  background: #0d849d;
}
#pickupInfo dt img {
  display: none;
}
#pickupInfo dt em {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#pickupInfo dt:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-image: url(/common/001176381.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 23px 23px;
  content: "";
}
#pickupInfo dt.open:after {
  background-image: url(/common/001176380.png);
}
#pickupInfo dd {
  display: none;
  padding: 0 10px;
}
#pickupInfo table {
  display: block;
}
#pickupInfo td {
  display: block;
}
#pickupInfo td p {
  margin: 0 0 20px 0;
  padding: 0 0 0 16px;
  background: url(/common/001176382.png) no-repeat 0 0.2em;
  background-size: 12px 12px;
}
#pickupInfo td p a {
  word-break: break-all;
}


/* title
---------------------------*/
/* 重要なお知らせ */
.indexH201 {
  position: relative;
  margin: 0 0 15px;
  min-height: 45px;
  border-bottom: 2px solid #501f1f;
  background: #a22121;
}
.indexH201 em {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}


/* トピックス */
.indexH203 .imgTitle,
.indexH203 .linkList01 {
  display: none;
}
.indexH203 .txtTitle {
  padding: 0 0 0 32px;
  font-size: 16px;
  font-weight: bold;
  background: url(/common/001176394.png) no-repeat left center;
  background-size: 22px 21px;
}
.indexH203 .txtTitle em {
  color: #0d849d;
  font-weight: bold;
}

/* プレスリリース */
.indexH204 {
  position: relative;
  margin: 0 0 15px;
  min-height: 45px;
  border-bottom: 2px solid #105563;
  background: #0d849d;
}
.indexH204 .linkList01 {
  display: none;
}
.indexH204 em {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 政策情報 */
.indexH205 {
  position: relative;
  margin: 0 0 15px;
  min-height: 45px;
  border-bottom: 2px solid #105563;
  background: #0d849d;
}
.indexH205 em {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
/* 政策情報・分野別一覧 */
.indexH206 {
  position: relative;
  margin: 0 0 15px;
  min-height: 45px;
  border-bottom: 2px solid #105563;
  background: #0d849d;
}
.indexH206 .linkList03 {
  display: none;
}
.indexH206 em {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 広報・広聴/おしらせ */
.indexH207 {
  position: relative;
  border-radius: 3px 3px 0 0;
  border-bottom: 2px solid #0d849d;
  background: #dfdfdf;
}
.indexH207 .linkList01 {
  display: none;
}
.indexH207 em {
  display: block;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
}

/* 重要なお知らせ2 */
.indexH208 {
  position: relative;
  margin: 0 0 15px;
  min-height: 45px;
  border-bottom: 2px solid #a22121;
  background: #ff0000;
}
.indexH208 em {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 共通 */
.indexH201 .imgTitle img,
.indexH204 .imgTitle img,
.indexH205 .imgTitle img,
.indexH206 .imgTitle img,
.indexH207 .imgTitle img,
.indexH208 .imgTitle img {
  display: none;
}
.indexH201:after,
.indexH205:after,
.indexH206:after,
.indexH208:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-image: url(/common/001176381.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 23px 23px;
  content: "";
}
.indexH201.open:after,
.indexH205.open:after,
.indexH206.open:after,
.indexH208.open:after {
  background-image: url(/common/001176380.png);
}


/* 重要なお知らせ
---------------------------*/
.indexImportantNews01 {
  clear: both;
  overflow: hidden;
  padding: 0 10px;
}
.indexImportantNews01 li {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  list-style:none!important;
  margin-left:0!important;
}



/* pressrelease
---------------------------*/
#pressrelease {
}
.indexPressRelease01 {
  clear: both;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 10px;
  max-height: 20em;
  -webkit-overflow-scrolling: touch;
}
.indexPressRelease01 dl {
}
.indexPressRelease01 dl dt {
  background: url(/common/001176372.png) repeat left top;
  background-size: 4px 4px;
  padding: 5px 10px;
  margin: 0 0 15px;
}
.indexPressRelease01 dl dd {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
}
.indexPressRelease01 dl dd:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
.indexPressRelease01 dl dd .text {
  overflow: hidden;
}


/* 政策情報
---------------------------*/
.indexPolicyInfoListInline01 {
  padding: 0 10px;
}
.indexPolicyInfoListInline01 p {
  display: none;
}
.indexPolicyInfoListInline01 dt {
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
  background: url(/common/001176382.png) no-repeat 0 0.2em;
  background-size: 12px 12px;
}
.indexPolicyInfoListInline01 dt img {
  display: none;
}
.indexPolicyInfoListInline01 dt em {
  display: inline;
}
.indexPolicyInfoListInline01 ul {
  display: none;
}


/* 政策情報・分野別一覧
---------------------------*/
.indexPolicyInfoCategory01 {
  padding: 0 10px 10px 10px;
}
.indexPolicyInfoCategory01 .list01 {
  margin: 0 0 20px 0;
  letter-spacing: -0.4em;
  border-bottom: 2px solid #3995a1;
  background: #5eb5c0;
}
.indexPolicyInfoCategory01 .list01 li {
  display: inline-block;
  width: 50%;
  margin: 0;
  list-style: none;
  letter-spacing: normal;
  vertical-align: top;
  border-top: 1px solid #93d6de;
  box-sizing: border-box;
}
.indexPolicyInfoCategory01 .list01 li:nth-child(odd) {
  border-right: 1px solid #93d6de;
}
.indexPolicyInfoCategory01 .list01 li:nth-child(even) {
  border-left: 1px solid #3995a1;
}
.indexPolicyInfoCategory01 .list01 li img {
  display: none;
}
.indexPolicyInfoCategory01 .list01 li a {
  position: relative;
  display: block;
  padding: 14px 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.indexPolicyInfoCategory01 .list01 li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 10px;
  transform: translateY(-50%);
  content: "";
  background: url(/common/001176386.png) no-repeat 0 0;
  background-size: 7px 10px;
}

.indexPolicyInfoCategory01 .list02 {
  margin: 0 0 20px 0;
  border-left: 1px solid #bed7e7;
  border-right: 1px solid #bed7e7;
  border-bottom: 1px solid #bed7e7;
}
.indexPolicyInfoCategory01 .list02 li {
  margin: 0;
  list-style: none;
  border-top: 1px solid #bed7e7;
}
.indexPolicyInfoCategory01 .list02 li a {
  position: relative;
  display: block;
  min-height: 34px;
  padding: 3px 5px 3px 15px;
  color: #000;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
}
.indexPolicyInfoCategory01 .list02 li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 10px;
  transform: translateY(-50%);
  content: "";
  background: url(/common/001176387.png) no-repeat 0 0;
  background-size: 7px 10px;
}
.indexPolicyInfoCategory01 .list02 li img {
  width: 44px;
  margin: 0 0 0 -10px;
  vertical-align: middle;
}
.indexPolicyInfoCategory01 .list02 li .fileIcon {
  width: 11px;
  margin: 0;
}

.indexPolicyInfoCategory01 .list03 {
  padding: 0 0 10px 0;
}
.indexPolicyInfoCategory01 .list03 li {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  list-style: none;
  background: url(/common/001176382.png) no-repeat 0 0.2em;
  background-size: 12px 12px;
}


/* 災害・防災情報
---------------------------*/
.indexDisaster01 {
  margin: 0 10px 50px 10px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #edbebe;
  background: #fbf1f1;
}
.indexDisaster01 .heading {
  display: none;
}
.indexDisaster01 h2.headingSp {
  padding: 10px 10px 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  background: url(/common/001176391.png) no-repeat 10px center #a32121;
  background-size: 15px 15px;
}
.indexDisaster01 h3 {
  display: none;
}
.indexDisaster01 h3.headingSp {
  display: block;
  padding: 3px 10px;
  color: #a32121;
  font-size: 16px;
  font-weight: bold;
  border-top: 2px solid #a32121;
  background: #f0d8d8;
}
.indexDisasterList01 {
  overflow: hidden;
}
.indexDisasterList01 ul li {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #edbebe;
  box-shadow: 0 1px 0 #fff;
}
.indexDisasterList01 ul li .date {
  font-size: 12px;
}
.indexDisasterList02 ul li {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #edbebe;
  box-shadow: 0 1px 0 #fff;
}

.indexDisaster01 .btnType02 {
  padding: 15px 0;
}


/* サイドバナー
---------------------------*/
.btnRecruit01 {
  margin: 0 10px 15px 10px;
  text-align: center;
}
.btnRecruit01 img {
  /*width: 100%;*/
  max-width: 400px;
}

/* おしらせ
---------------------------*/
.indexNotification01 {
  margin: 0 10px;
  border-radius: 3px 3px 0 0;
  background: #f4f4f4;
}
.indexNotificationList01 ul li {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 #fff;
}
.indexNotification01 .btnType01 {
  padding: 15px 0;
}



/* 広報・広聴
---------------------------*/
.indexPublicity01 {
  margin: 50px 10px;
  border-radius: 3px 3px 0 0;
  background: #f4f4f4;
}

.indexPublicityList01 ul li {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 #fff;
  overflow: hidden;
}
.indexPublicityList01 li .text {
  float: right;
  width: 45%;
}
.indexPublicityList01 li .pic {
  float: left;
  width: 50%;
}
.indexPublicityList01 li .iconImg {
  vertical-align: middle;
}
.indexPublicityList01 ul li .icon_link {
  word-wrap: break-word;
}


/* QR
---------------------------*/
.indexQr01 {
  display: none;
}







