@charset "UTF-8";
/**************************************
    初期化処理
**************************************/
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic; }

html, body {
  height: 100%; }

#kurashi-wrap {
  overflow: hidden; }

fieldset {
  border: none;
  line-height: 1.5; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

/**************************************
    コンテナ―
**************************************/
.container {
  max-width: 1288px;
  margin: 0 auto; }

/**************************************
    見出し左のアイコン処理
**************************************/
.heading {
  width: 100%;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #534741; }
  .heading h2 {
    line-height: 47px;
    max-width: 40%;
    margin-left: 25px;
    white-space: nowrap }

.title_green {
  content: "";
  display: inline-block;
  width: 10px;
  height: 47px;
  background: #007440;
  margin-left: 10px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg); }

.title_yg {
  content: "";
  display: inline-block;
  width: 6px;
  height: 47px;
  background: #9AC78B;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg); }

/**************************************
    共通処理
**************************************/
/* Google Translate Overrides対応 */
html,body {
  min-height: 0 !important;
  height: auto !important;
  position: inherit !important;
}

#header-skipnavi {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden; }

.bg_white {
  background-color: #fff !important; }

.bg_yellow {
  background-color: #FBED21 !important; }
  .bg_yellow #content-wrap #questionnaire li legend,
  .bg_yellow #emergency,
  .bg_yellow #information-wrap {
    background-color: #FBED21 !important; }
  .bg_yellow #saigai-info {
    background: #FBED21; }
    .bg_yellow #saigai-info * {
      color: #222; }
    .bg_yellow #saigai-info #saigai-info_main {
      background: #FBED21;
      border: 1px solid #e6d800; }
    .bg_yellow #saigai-info #saigai-info_rss {
      border: 5px solid #e6d800; }
      .bg_yellow #saigai-info #saigai-info_rss h2 {
        background: #e6d800; }
      .bg_yellow #saigai-info #saigai-info_rss ul {
        background: #FBED21; }
      .bg_yellow #saigai-info #saigai-info_rss * {
        color: #222; }
  .bg_yellow #saigai-footer_bottom a, .bg_yellow #saigai-footer_bottom p, .bg_yellow #saigai-footer_bottom h3, .bg_yellow #saigai-footer_bottom h4, .bg_yellow #saigai-footer_bottom h5,
  .bg_yellow #saigai-content a,
  .bg_yellow #saigai-content p,
  .bg_yellow #saigai-content h3,
  .bg_yellow #saigai-content h4,
  .bg_yellow #saigai-content h5 {
    color: #222 !important; }
  .bg_yellow #saigai-footer_bottom ul li,
  .bg_yellow #saigai-content ul li {
    color: #222; }
  .bg_yellow #saigai-footer_bottom .saigai-content_imp h3,
  .bg_yellow #saigai-content .saigai-content_imp h3 {
    background: #e6d800;
    color: #222; }
  .bg_yellow #saigai-footer_bottom .saigai-content_imp h4,
  .bg_yellow #saigai-content .saigai-content_imp h4 {
    background: #FBED21;
    border-bottom: 3px solid #e6d800;
    color: #222; }
  .bg_yellow #saigai-footer_bottom .saigai-content_imp h5,
  .bg_yellow #saigai-content .saigai-content_imp h5 {
    color: #222;
    border-left: 3px solid #e6d800; }
  .bg_yellow #saigai-footer_bottom #saigai-contact,
  .bg_yellow #saigai-content #saigai-contact {
    border: 1px solid #e6d800; }
    .bg_yellow #saigai-footer_bottom #saigai-contact h2,
    .bg_yellow #saigai-content #saigai-contact h2 {
      background: #e6d800;
      color: #222; }
  .bg_yellow #saigai-content #saigai-contact .saigai-contact_list ul li a::before {
    border-left: 12px solid #e6d800; }
  .bg_yellow #saigai-content .saigai-content_imp ul li::before {
    background: #e6d800; }
  .bg_yellow .underpage a,
  .bg_yellow #content-wrap #questionnaire li legend,
  .bg_yellow #content-wrap #questionnaire li label,
  .bg_yellow #emergency *,
  .bg_yellow #emergency-wrap #emergency-right #disaster,
  .bg_yellow #emergency-wrap #emergency-left #attention,
  .bg_yellow #information-wrap .notice-all a,
  .bg_yellow #information-wrap #information li,
  .bg_yellow #information-wrap *,
  .bg_yellow #information-wrap .notice dd a,
  .bg_yellow #whatmemuro-wrap #whatmemuro-left #population p,
  .bg_yellow #whatmemuro-wrap #whatmemuro-left #population table *,
  .bg_yellow .link-col3 .collection .collection-inner ul li a,
  .bg_yellow #content-wrap #questionnaire h3,
  .bg_yellow #life_stage .notice-all a {
    color: #222; }
  .bg_yellow #life_stage .notice span {
    color: #FFF; }
  .bg_yellow #content-wrap .heading h2, .bg_yellow #content-wrap .notice *,
  .bg_yellow #content-wrap h3, .bg_yellow #content-wrap p, .bg_yellow #content-wrap a, .bg_yellow #content-wrap span, .bg_yellow #content-wrap caption, .bg_yellow #content-wrap .submit h2, .bg_yellow #content-wrap td {
    color: #222; }
  .bg_yellow #collective_link ul li a {
    color: #222; }
  .bg_yellow footer .container ul li a {
    color: #222; }
  .bg_yellow footer #address-right dl dt, .bg_yellow footer #address-right dl dd, .bg_yellow footer #address-right dl span {
    color: #222; }

.bg_black {
  background-color: #000 !important;
  color: #fff; }
  .bg_black #content-wrap #questionnaire li legend,
  .bg_black #emergency,
  .bg_black #information-wrap {
    background-color: #000 !important; }
  .bg_black #saigai-info {
    background: #000000; }
    .bg_black #saigai-info * {
      color: #FFF; }
    .bg_black #saigai-info #saigai-info_main {
      background: #000000;
      border: 1px solid #4c4c4c; }
    .bg_black #saigai-info #saigai-info_rss {
      border: 5px solid #4c4c4c; }
      .bg_black #saigai-info #saigai-info_rss h2 {
        background: #4c4c4c; }
      .bg_black #saigai-info #saigai-info_rss ul {
        background: #000000; }
      .bg_black #saigai-info #saigai-info_rss * {
        color: #FFF; }
  .bg_black #saigai-footer_bottom a, .bg_black #saigai-footer_bottom p, .bg_black #saigai-footer_bottom h3, .bg_black #saigai-footer_bottom h4, .bg_black #saigai-footer_bottom h5,
  .bg_black #saigai-content a,
  .bg_black #saigai-content p,
  .bg_black #saigai-content h3,
  .bg_black #saigai-content h4,
  .bg_black #saigai-content h5 {
    color: #FFF !important; }
  .bg_black #saigai-footer_bottom ul li,
  .bg_black #saigai-content ul li {
    color: #FFF; }
  .bg_black #saigai-footer_bottom .saigai-content_imp h3,
  .bg_black #saigai-content .saigai-content_imp h3 {
    background: #4c4c4c;
    color: #FFF; }
  .bg_black #saigai-footer_bottom .saigai-content_imp h4,
  .bg_black #saigai-content .saigai-content_imp h4 {
    background: #000000;
    border-bottom: 3px solid #4c4c4c;
    color: #FFF; }
  .bg_black #saigai-footer_bottom .saigai-content_imp h5,
  .bg_black #saigai-content .saigai-content_imp h5 {
    color: #FFF;
    border-left: 3px solid #4c4c4c; }
  .bg_black #saigai-footer_bottom #saigai-contact,
  .bg_black #saigai-content #saigai-contact {
    border: 1px solid #4c4c4c; }
    .bg_black #saigai-footer_bottom #saigai-contact h2,
    .bg_black #saigai-content #saigai-contact h2 {
      background: #4c4c4c; }
  .bg_black #saigai-content #saigai-contact .saigai-contact_list ul li a::before {
    border-left: 12px solid #4c4c4c; }
  .bg_black #saigai-content .saigai-content_imp ul li::before {
    background: #4c4c4c; }

.bg_blue {
  background-color: #005e9c !important;
  color: #fff; }
  .bg_blue #content-wrap #questionnaire li legend,
  .bg_blue #emergency,
  .bg_blue #information-wrap {
    background-color: #005e9c !important; }
  .bg_blue #saigai-info {
    background: #005e9c; }
    .bg_blue #saigai-info * {
      color: #fff; }
    .bg_blue #saigai-info #saigai-info_main {
      background: #005e9c;
      border: 1px solid #004d80; }
    .bg_blue #saigai-info #saigai-info_rss {
      border: 5px solid #004d80; }
      .bg_blue #saigai-info #saigai-info_rss h2 {
        background: #004d80; }
      .bg_blue #saigai-info #saigai-info_rss ul {
        background: #005e9c; }
      .bg_blue #saigai-info #saigai-info_rss * {
        color: #fff; }
  .bg_blue #saigai-footer_bottom a, .bg_blue #saigai-footer_bottom p, .bg_blue #saigai-footer_bottom h3, .bg_blue #saigai-footer_bottom h4, .bg_blue #saigai-footer_bottom h5,
  .bg_blue #saigai-content a,
  .bg_blue #saigai-content p,
  .bg_blue #saigai-content h3,
  .bg_blue #saigai-content h4,
  .bg_blue #saigai-content h5 {
    color: #fff !important; }
  .bg_blue #saigai-footer_bottom ul li,
  .bg_blue #saigai-content ul li {
    color: #fff; }
  .bg_blue #saigai-footer_bottom .saigai-content_imp h3,
  .bg_blue #saigai-content .saigai-content_imp h3 {
    background: #004d80;
    color: #fff; }
  .bg_blue #saigai-footer_bottom .saigai-content_imp h4,
  .bg_blue #saigai-content .saigai-content_imp h4 {
    background: #005e9c;
    border-bottom: 3px solid #004d80;
    color: #fff; }
  .bg_blue #saigai-footer_bottom .saigai-content_imp h5,
  .bg_blue #saigai-content .saigai-content_imp h5 {
    color: #fff;
    border-left: 3px solid #004d80; }
  .bg_blue #saigai-footer_bottom #saigai-contact,
  .bg_blue #saigai-content #saigai-contact {
    border: 1px solid #004d80; }
    .bg_blue #saigai-footer_bottom #saigai-contact h2,
    .bg_blue #saigai-content #saigai-contact h2 {
      background: #004d80;
      color: #fff; }
  .bg_blue #saigai-content #saigai-contact .saigai-contact_list ul li a::before {
    border-left: 12px solid #004d80; }
  .bg_blue #saigai-content .saigai-content_imp ul li::before {
    background: #004d80; }

.bg_blue #bread a,
.bg_black #bread a {
  color: #FFF; }

.bg_blue #bread #location #location-left #bread_home a:last-child,
.bg_black #bread #location #location-left #bread_home a:last-child {
  background: #00243c; }

.bg_blue .underpage a,
.bg_blue #content-wrap #questionnaire li legend,
.bg_blue #content-wrap #questionnaire li label,
.bg_blue #emergency *,
.bg_blue #emergency-wrap #emergency-right #disaster,
.bg_blue #emergency-wrap #emergency-left #attention,
.bg_blue #information-wrap .notice-all a,
.bg_blue #information-wrap #information li,
.bg_blue #information-wrap *,
.bg_blue #information-wrap .notice dd a,
.bg_blue #whatmemuro-wrap #whatmemuro-left #population p,
.bg_blue #whatmemuro-wrap #whatmemuro-left #population table *,
.bg_blue .link-col3 .collection .collection-inner ul li a,
.bg_blue #content-wrap #questionnaire h3,
.bg_blue #life_stage .notice-all a,
.bg_black .underpage a,
.bg_black #content-wrap #questionnaire li legend,
.bg_black #content-wrap #questionnaire li label,
.bg_black #emergency *,
.bg_black #emergency-wrap #emergency-right #disaster,
.bg_black #emergency-wrap #emergency-left #attention,
.bg_black #information-wrap .notice-all a,
.bg_black #information-wrap #information li,
.bg_black #information-wrap *,
.bg_black #information-wrap .notice dd a,
.bg_black #whatmemuro-wrap #whatmemuro-left #population p,
.bg_black #whatmemuro-wrap #whatmemuro-left #population table *,
.bg_black .link-col3 .collection .collection-inner ul li a,
.bg_black #content-wrap #questionnaire h3,
.bg_black #life_stage .notice-all a {
  color: #FFF; }

.bg_blue #content-wrap .heading h2, .bg_blue #content-wrap .notice *,
.bg_blue #content-wrap h3, .bg_blue #content-wrap p, .bg_blue #content-wrap a, .bg_blue #content-wrap span, .bg_blue #content-wrap caption, .bg_blue #content-wrap .submit h2, .bg_blue #content-wrap td,
.bg_black #content-wrap .heading h2,
.bg_black #content-wrap .notice *,
.bg_black #content-wrap h3,
.bg_black #content-wrap p,
.bg_black #content-wrap a,
.bg_black #content-wrap span,
.bg_black #content-wrap caption,
.bg_black #content-wrap .submit h2,
.bg_black #content-wrap td {
  color: #FFF; }

.bg_blue #collective_link ul li a,
.bg_black #collective_link ul li a {
  color: #FFF; }

.bg_blue footer .container ul li a,
.bg_black footer .container ul li a {
  color: #FFF; }

.bg_blue footer #address-right dl dt, .bg_blue footer #address-right dl dd, .bg_blue footer #address-right dl span,
.bg_black footer #address-right dl dt,
.bg_black footer #address-right dl dd,
.bg_black footer #address-right dl span {
  color: #FFF; }

.hidden_title {
  display: none; }

#bread {
  width: 100%;
  border-bottom: 1px solid #eee; }
  #bread #location {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 90%; }
    #bread #location #loc {
      width: 65px;
      height: 30px;
      margin-right: 5px;
      background: #eee;
      float: left;
      position: relative;
      background: linear-gradient(0, transparent 0, #eee 0), linear-gradient(305deg, transparent 10px, #eee 10px), linear-gradient(225deg, transparent 10px, #eee 10px), linear-gradient(0, transparent 0, #eee 0);
      background-position: bottom left, bottom right, top right, top left;
      background-size: 51% 50%;
      background-repeat: no-repeat; }
      #bread #location #loc p {
        line-height: 30px;
        text-align: left;
        margin-left: 10%; }
    #bread #location #location-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #bread #location #location-left #bread_home a {
        position: relative; }
        #bread #location #location-left #bread_home a:last-child {
          height: 20px;
          background: #E6E6D7;
          border-radius: 3px;
          text-align: center; }
        #bread #location #location-left #bread_home a:nth-child(1)::before {
          content: "";
          display: inline-block;
          background: url(../images/home.png) center/contain;
          width: 20px;
          height: 20px;
          position: relative;
          top: 4px; }
      #bread #location #location-left #allow {
        width: 10px;
        margin: 0 5px; }
      #bread #location #location-left #here {
        height: 20px;
        background: #E6E6D7;
        border-radius: 3px;
        text-align: center; }

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .col2 ul {
    width: 50%; }

#viewpage {
  padding-top: 20px; }
  #viewpage li {
    border-bottom: 1px solid #999;
    margin-left: 20px;
    padding: 10px 0; }
    #viewpage li a {
      margin: 0 0 20px 10px; }

#link {
  padding-top: 40px; }

#link-wrap {
  margin-top: 42px; }

#adm_link-wrap {
  margin-top: 42px; }

.link-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .link-col3 .collection {
    width: 33%;
    padding-right: 15px;
    margin-bottom: 50px; }
    .link-col3 .collection:nth-child(3n+3) {
      padding-right: 0px; }
    .link-col3 .collection .collection-inner {
      border: 1px solid #999; }
      .link-col3 .collection .collection-inner h3 {
        background: #E6E6D7;
        max-height: 100%;
        line-height: 40px;
        position: relative; }
        .link-col3 .collection .collection-inner h3 img {
          width: 66px;
          height: 66px;
          position: absolute;
          top: -33px;
          left: 10px; }
        .link-col3 .collection .collection-inner h3 span {
          margin-left: 100px; }
      .link-col3 .collection .collection-inner ul {
        padding: 15px 15px 5px 15px; }
        .link-col3 .collection .collection-inner ul li {
          position: relative;
          width: 100%;
          font-size: 90%;
          margin-bottom: 10px;
          font-weight: normal; }
          .link-col3 .collection .collection-inner ul li span img {
            vertical-align: middle; }
          .link-col3 .collection .collection-inner ul li span #support {
            margin-top: -23px; }
          .link-col3 .collection .collection-inner ul li a {
            display: inline-block;
            padding-left: 20px;
            vertical-align: middle; }
            .link-col3 .collection .collection-inner ul li a::before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              margin: auto 0;
              border-left: 12px solid #8BC34A;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent; }

.main_eyecatch {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/maineyecatch-back.jpg);
  overflow: hidden; }
  .main_eyecatch .main_eyecatch-left {
    width: 40%;
    height: auto;
    position: relative; }
    .main_eyecatch .main_eyecatch-left .main_eyecatch-left-inner {
      text-align: center;
      display: inline-block;
      position: absolute;
      right: 100px;
      top: 55px; }
      .main_eyecatch .main_eyecatch-left .main_eyecatch-left-inner h1 {
        color: #fff; }
  .main_eyecatch .main_eyecatch-right {
    width: 60%;
    height: auto; }

#fb_btn {
  overflow: hidden; }
  #fb_btn iframe {
    float: right;
    width: 167px;
    height: 46px;
    border: 0;
    background-color: transparent;
    overflow: hidden; }

/**************************************
    ヘッダー
**************************************/
header {
  width: 100%;
  height: 80px;
  z-index: 1112;
  background-color: #fff; }

.header-area {
  display: flex;
  justify-content: space-between;
}

.header-banner {
  display: flex;
  align-items: flex-end;
  max-width: 280px;
  height: 80px;
  margin-left: 15px;
  padding: 5px 10px;
}
.header-banner img {
  max-width: 100%;
  height: auto;
}

#header-left {
  display: flex;
  align-items: flex-end;
  height: 80px;
}
#header-left a {
  display: block;
  height: 80px;
}
#header-left .header-log {
  height: 80px;
  width: 160px;
}
#header-left h1 {
  font-size: 95%;
  display: table-cell;
  padding-bottom: 5px;
  vertical-align: bottom;
}

#header-right {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
}
#header-right .tools__fontchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-right .tools__fontchange span {
  padding-top: 1%;
}
#header-right .tools__fontchange ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-right .tools__fontchange ul li {
  margin-left: 3px;
  text-align: center;
  display: table;
}
#header-right .tools__fontchange ul li button {
  border: 1px solid #000;
  padding: 0 5px;
  text-align: center;
  background-color: #fff;
  display: table-cell;
  vertical-align: bottom;
  height: 24px;
  min-width: 50px;
}
#header-right .tools__bgchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

#header-right .tools__bgchange span {
  padding-top: 1%;
}

#header-right .tools__bgchange ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-right .tools__bgchange ul li {
  margin-left: 3px;
  text-align: center;
  display: table;
}

#header-right .tools__bgchange ul li button {
  display: table-cell;
  vertical-align: bottom;
  border: 1px solid #000;
  padding: 0 5px;
  height: 24px;
}

#header-right .tools__bgchange ul li #bg_white {
  background-color: #fff;
}

#header-right .tools__bgchange ul li #bg_black {
  background-color: #000;
  color: #fff;
}

#header-right .tools__bgchange ul li #bg_yellow {
  background-color: #FBED21;
}

#header-right .tools__bgchange ul li #bg_blue {
  background-color: #005e9c;
  color: #fff;
}

/**************************************
    グローバルメニュー
**************************************/
#g-menu {
  max-width: 100%;
  height: 60px;
  background: #E5F1EC; }
  #g-menu ul {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  #g-menu li {
    float: left;
    border-left: 2px solid #000;
    height: 50px; }
  #g-menu a {
    display: block;
    width: 95%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-weight: bolder; }
  #g-menu #life, #g-menu #politics, #g-menu #businessperson {
    width: 30%; }
    #g-menu #life span, #g-menu #politics span, #g-menu #businessperson span {
      height: 21px;
      width: 21px;
      position: relative; }
    #g-menu #life img, #g-menu #politics img, #g-menu #businessperson img {
      position: absolute;
      width: 21px;
      height: 21px;
      top: -2px;
      left: -25px; }
    #g-menu #life a:hover, #g-menu #politics a:hover, #g-menu #businessperson a:hover {
      border-bottom: 4px #007440 solid; }
    #g-menu #life a.underline, #g-menu #politics a.underline, #g-menu #businessperson a.underline {
      border-bottom: 4px #007440 solid; }
  #g-menu #politics a img {
    top: 0px; }
  #g-menu .g-menu_active a {
    border-bottom: 4px #007440 solid; }
  #g-menu #home_btn {
    width: 60px; }
    #g-menu #home_btn img {
      vertical-align: middle; }
  #g-menu #search_btn {
    border-right: 2px solid #000;
    width: 60px;
    position: relative; }
  #g-menu #search_btn {
    width: 60px;
    position: relative;
  }
  #g-menu .container {
    position: relative; }
    #g-menu .container .gsc-control-cse.gsc-control-cse-en {
      z-index: 1200;
      border: none;
      display: none;
      position: absolute;
      right: 0px;
      top: 60px;
      width: 310px;
      height: 48px;
      padding: 0;
      background: #80B99F;
      border-radius: 5px;
      text-align: center;
      z-index: 100; }
      #g-menu .container .gsc-control-cse.gsc-control-cse-en #gsc-iw-id2 {
        width: 230px;
        height: 28px;
        margin-top: 9px;
        margin-left: 9px;
        background: #fff;
        border-radius: 5px;
        border: none; }
        #g-menu .container .gsc-control-cse.gsc-control-cse-en #gsc-iw-id2 #gs_tti51 {
          padding: 0; }
        #g-menu .container .gsc-control-cse.gsc-control-cse-en #gsc-iw-id2 table #gs_tti50 {
          padding: 0; }
          #g-menu .container .gsc-control-cse.gsc-control-cse-en #gsc-iw-id2 table #gs_tti50 input {
            width: 230px;
            height: 28px;
            margin-top: 9px;
            background: #fff;
            border-radius: 5px;
            border: none; }
      #g-menu .container .gsc-control-cse.gsc-control-cse-en .gsc-search-box-tools .gsc-search-box .gsc-input {
        border-radius: 5px; }
      #g-menu .container .gsc-control-cse.gsc-control-cse-en .gsc-search-button.gsc-search-button-v2 {
        position: relative;
        right: 9px;
        margin-top: 9px;
        padding: 0 20px;
        height: 28px;
        background: #534741;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        border: none; }
    #g-menu .container table.gsc-search-box td {
      vertical-align: top; }
    #g-menu .container .gsst_a {
      line-height: 0 !important; }
    #g-menu .container #google_search {
      position: absolute;
      right: 0px;
      top: 60px;
      width: 310px;
      height: 48px;
      background: #80B99F;
      border-radius: 5px;
      text-align: center;
      z-index: 100; }
      #g-menu .container #google_search #google_window {
        width: 230px;
        height: 28px;
        margin-top: 9px;
        background: #fff;
        border-radius: 5px;
        border: none; }
      #g-menu .container #google_search #google_search_btn {
        width: 55px;
        height: 28px;
        margin-top: 9px;
        background: #534741;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        border: none; }

/**************************************
    メインスライダー
**************************************/
#main_slider-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  #main_slider-wrap #tunagu {
    position: absolute;
    z-index: 99;
    top: 10%;
    right: 20%;
    max-width: 150px; }
    #main_slider-wrap #tunagu img {
      max-width: 100%;
      height: auto; }
  #main_slider-wrap #main_slider {
    margin: 0 auto;
    display: block; }
    #main_slider-wrap #main_slider img {
      width: 100%;
      height: auto; }

/**************************************
    重要情報
**************************************/
#emergency-wrap {
  width: 100%;
  position: relative;
  bottom: 35px; }
  #emergency-wrap #emergency {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: 2px solid #999;
    background: #fff; }
    #emergency-wrap #emergency #attention, #emergency-wrap #emergency #disaster {
      font-size: 100%; }
  #emergency-wrap #emergency-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #emergency-wrap #emergency-left #attention {
      color: #F05A24;
      font-weight: 600;
      width: 20%;
      margin-left: 15px;
      line-height: 4; }
      #emergency-wrap #emergency-left #attention span {
        content: "";
        position: relative;
        width: 30px;
        height: 30px;
        display: inline-block; }
      #emergency-wrap #emergency-left #attention img {
        position: absolute;
        top: 14px;
        margin-right: 2px;
        width: 22px;
        height: 22px; }
    #emergency-wrap #emergency-left #attention-message {
      width: 70%;
      font-size: 100%;
      margin: 8px 15px 8px 0;
      border-radius: 4px;
      border: 2px solid #999;
      overflow: hidden; }
      #emergency-wrap #emergency-left #attention-message p {
        line-height: 42px;
        margin-left: 20px; }
  #emergency-wrap #emergency-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #emergency-wrap #emergency-right #disaster {
      color: #F05A24;
      font-weight: 600;
      width: 30%;
      line-height: 4;
      margin: 8px 0 8px 15px; }
      #emergency-wrap #emergency-right #disaster span {
        content: "";
        position: relative;
        width: 25px;
        height: 30px;
        margin-right: 5px;
        display: inline-block; }
      #emergency-wrap #emergency-right #disaster img {
        position: absolute;
        top: 14px;
        width: 22px;
        height: 22px; }
    #emergency-wrap #emergency-right #disaster-list {
      width: 67%;
      font-size: 80%;
      line-height: 42px;
      margin: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 4px;
      border: 2px solid #999; }
      #emergency-wrap #emergency-right #disaster-list li {
        margin-left: 10px; }
        #emergency-wrap #emergency-right #disaster-list li::before {
          content: url(../images/list-icon.png);
          position: relative;
          top: 4px;
          left: 0px;
          margin-right: 5px; }

/**************************************
    サブスライダー
**************************************/
#sub-slider-wrap {
  width: 100%;
  padding-top: 20px; }
  #sub-slider-wrap #sub-slider {
    width: 100%;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #sub-slider-wrap #sub-slider-left {
    height: auto;
    width: 20%; }
    #sub-slider-wrap #sub-slider-left img {
      width: 240px;
      height: auto; }
  #sub-slider-wrap #sub-slider-right {
    height: 130px;
    width: 80%;
    margin-left: 20px; }
    #sub-slider-wrap #sub-slider-right .draggable {
      height: 130px; }
    #sub-slider-wrap #sub-slider-right ul {
      height: auto;
      width: 85%;
      margin: 0 auto; }
      #sub-slider-wrap #sub-slider-right ul li {
        width: 240px;
        position: relative; }
        #sub-slider-wrap #sub-slider-right ul li p {
          width: 100%;
          height: 40px;
          position: absolute;
          bottom: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background: #fff;
          opacity: 0.8;
          font-size: 95%;
          text-align: center;
          line-height: 1; }
        #sub-slider-wrap #sub-slider-right ul li a {
          display: block;
          width: 240px;
          line-height: 1.3;
          margin: 0 auto; }
          #sub-slider-wrap #sub-slider-right ul li a img {
            -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
                    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6)); }

/**************************************
    コンテンツエリア
**************************************/
#content-wrap {
  width: 100%;
  margin: 50px 0 20px 0; }
  #content-wrap #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #content-wrap #content.separate {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #content-wrap #content.separate .submit {
        width: 50%; }
  #content-wrap #content-left {
    width: 50%;
    margin-right: 15px;
    float: left; }
  #content-wrap #content-right {
    width: 50%;
    margin-left: 15px; }
  #content-wrap #content-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    #content-wrap #content-main .submit {
      width: 50%; }
  #content-wrap #convenient a {
    line-height: 3.5; }
  #content-wrap #convenient .grid span {
    margin-top: 8px; }
  #content-wrap #life_stage, #content-wrap #convenient {
    max-width: 100%; }
    #content-wrap #life_stage ul, #content-wrap #convenient ul {
      height: 300px;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
  #content-wrap .grid {
    height: 125px;
    width: 25%;
    padding: 0 7px;
    text-align: center; }
    #content-wrap .grid:nth-child(1) {
      padding-left: 0px; }
    #content-wrap .grid:nth-child(5) {
      padding-left: 0px; }
    #content-wrap .grid:nth-child(4) {
      padding-right: 0px; }
    #content-wrap .grid:nth-child(8) {
      padding-right: 0px; }
    #content-wrap .grid a {
      display: block;
      height: 128px;
      max-width: 100%;
      border: 3px dotted;
      border-radius: 5px;
      font-size: 85%;
      line-height: 3; }
    #content-wrap .grid span {
      content: "";
      height: 73px;
      width: 73px;
      display: block;
      margin: 12px auto 0;
      border-radius: 50%;
      background: #fff; }
  #content-wrap #birth a {
    border-color: #DC595E; }
    #content-wrap #birth a:hover {
      background: #DC595E;
      color: #fff; }
  #content-wrap #parenting a {
    border-color: #CD2BAB; }
    #content-wrap #parenting a:hover {
      background: #CD2BAB;
      color: #fff; }
  #content-wrap #admission a {
    border-color: #E08853; }
    #content-wrap #admission a:hover {
      background: #E08853;
      color: #fff; }
  #content-wrap #employment a {
    border-color: #80BE59; }
    #content-wrap #employment a:hover {
      background: #80BE59;
      color: #fff; }
  #content-wrap #marriage a {
    border-color: #3C9078; }
    #content-wrap #marriage a:hover {
      background: #3C9078;
      color: #fff; }
  #content-wrap #moving a {
    border-color: #574FC5;
    line-height: 1.2; }
    #content-wrap #moving a:hover {
      background: #574FC5;
      color: #fff; }
  #content-wrap #caregiver a {
    border-color: #328FC6; }
    #content-wrap #caregiver a:hover {
      background: #328FC6;
      color: #fff; }
  #content-wrap #funeral a {
    border-color: #954CB5; }
    #content-wrap #funeral a:hover {
      background: #954CB5;
      color: #fff; }
  #content-wrap #bus a {
    border-color: #E77011;
    line-height: 1.3; }
    #content-wrap #bus a:hover {
      background: #E77011;
      color: #fff; }
    #content-wrap #bus a span {
      margin-bottom: 3px; }
  #content-wrap #recycle a {
    border-color: #736357;
    line-height: 1.3; }
    #content-wrap #recycle a:hover {
      background: #736357;
      color: #fff; }
    #content-wrap #recycle a span {
      margin-bottom: 3px; }
  #content-wrap #estate a {
    border-color: #004D2B;
    line-height: 1.3; }
    #content-wrap #estate a:hover {
      background: #004D2B;
      color: #fff; }
    #content-wrap #estate a span {
      margin-bottom: 3px; }
  #content-wrap #medical a {
    border-color: #C4146D; }
    #content-wrap #medical a:hover {
      background: #C4146D;
      color: #fff; }
  #content-wrap #watersupply a {
    border-color: #0058D0; }
    #content-wrap #watersupply a:hover {
      background: #0058D0;
      color: #fff; }
  #content-wrap #download a {
    border-color: #159D27;
    line-height: 1.3; }
    #content-wrap #download a:hover {
      background: #159D27;
      color: #fff; }
    #content-wrap #download a span {
      margin-bottom: 3px; }
  #content-wrap #hospital a {
    border-color: #1C438F;
    line-height: 1.3; }
    #content-wrap #hospital a:hover {
      background: #1C438F;
      color: #fff; }
    #content-wrap #hospital a span {
      margin: 12px auto 4px; }
  #content-wrap #tax a {
    border-color: #43371A; }
    #content-wrap #tax a:hover {
      background: #43371A;
      color: #fff; }

#whatmemuro-wrap {
  width: 100%;
  margin-bottom: 60px; }
  #whatmemuro-wrap #whatmemuro {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #whatmemuro-wrap #whatmemuro-left {
    width: 50%;
    min-height: 330px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 7px;
    margin-right: 15px;
    border: 2px solid #999;
    border-radius: 5px; }
    #whatmemuro-wrap #whatmemuro-left #memuro_img {
      width: 50%;
      float: left;
      padding-right: 10px; }
      #whatmemuro-wrap #whatmemuro-left #memuro_img img {
        max-width: 100%;
        height: auto; }
    #whatmemuro-wrap #whatmemuro-left #memuro_like-img {
      width: 50%;
      display: inline-block;
      padding-left: 10px; }
      #whatmemuro-wrap #whatmemuro-left #memuro_like-img img {
        max-width: 100%;
        height: auto; }
    #whatmemuro-wrap #whatmemuro-left #population {
      width: 50%;
      padding-left: 10px;
      float: left; }
      #whatmemuro-wrap #whatmemuro-left #population #comparison {
        border-bottom: 1px solid #999; }
      #whatmemuro-wrap #whatmemuro-left #population table {
        width: 100%;
        border-collapse: collapse; }
        #whatmemuro-wrap #whatmemuro-left #population table tr {
          border-bottom: 1px solid #999;
          height: 38px; }
      #whatmemuro-wrap #whatmemuro-left #population p {
        width: 100%;
        text-align: right;
        font-size: 95%; }
        #whatmemuro-wrap #whatmemuro-left #population p.btn-long {
          background-color: #007440;
          border-radius: 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 35px;
          text-align: center; }
          #whatmemuro-wrap #whatmemuro-left #population p.btn-long a {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #FFF;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%;
            height: 100%; }
      #whatmemuro-wrap #whatmemuro-left #population #btn_list {
        width: 100%;
        height: 33px;
        margin-top: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center; }
        #whatmemuro-wrap #whatmemuro-left #population #btn_list #access {
          width: 50%;
          line-height: 33px;
          border-radius: 5px;
          color: #fff;
          background: #007440;
          margin-right: 10px; }
          #whatmemuro-wrap #whatmemuro-left #population #btn_list #access a {
            color: #fff; }
        #whatmemuro-wrap #whatmemuro-left #population #btn_list #mayor {
          width: 50%;
          line-height: 33px;
          border-radius: 5px;
          color: #fff;
          background: #F05A24; }
          #whatmemuro-wrap #whatmemuro-left #population #btn_list #mayor a {
            color: #fff; }
    #whatmemuro-wrap #whatmemuro-left .green span {
      max-width: 178px;
      height: 28px;
      display: block;
      background: #007440;
      color: #fff;
      line-height: 1.9; }
  #whatmemuro-wrap #whatmemuro-right {
    width: 50%;
    position: relative;
    margin-left: 15px; }
    #whatmemuro-wrap #whatmemuro-right #administration {
      position: absolute;
      bottom: 0; }

/**************************************
    インフォメーション
**************************************/
#information-wrap {
  width: 100%;
  padding: 30px 0 35px;
  background: #E5F1EC; }
  #information-wrap #information {
    max-width: 840px;
    margin: 0 auto; }
    #information-wrap #information ul {
      width: 100%;
      height: 40px;
      margin-top: 25px;
      text-align: center;
      display: table;
      border-collapse: collapse; }
    #information-wrap #information li {
      display: table-cell;
      line-height: 40px;
      border: 2px solid #007440;
      color: #007440;
      position: relative;
      cursor: pointer; }
      #information-wrap #information li:hover {
        background: #007440;
        color: #fff; }
        #information-wrap #information li:hover:before {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -15px;
          border: 10px solid transparent;
          border-top: 15px solid #007440; }
    #information-wrap #information .active {
      background: #007440;
      color: #fff; }
      #information-wrap #information .active:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 10px solid transparent;
        border-top: 15px solid #007440; }
  #information-wrap .notice {
    width: 100%;
    margin-top: 25px; }
    #information-wrap .notice dl {
      width: 100%;
      padding: 10px 0;
      line-height: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px dashed #534741;
      position: relative; }
    #information-wrap .notice dt {
      width: 30%; }
      #information-wrap .notice dt span {
        width: 100px;
        height: 30px;
        display: inline-block;
        background: #007440;
        color: #fff;
        text-align: center;
        float: right;
        line-height: 30px;
        position: relative;
        right: 15px;
        font-size: 85%; }
        #information-wrap .notice dt span.icon_orange {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: #f05a24;
          font-size: 80%; }
    #information-wrap .notice dd {
      width: 70%;
      overflow: hidden; }
      #information-wrap .notice dd a {
        width: 100%;
        color: #005e9c;
        border-bottom: 1px solid #005e9c;
        overflow: hidden;
        margin-right: 5px; }
    #information-wrap .notice img {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }
  #information-wrap .notice-all {
    text-align: right;
    margin-top: 20px; }
    #information-wrap .notice-all a {
      color: #005e9c; }
    #information-wrap .notice-all span {
      margin-left: 10px; }

/**************************************
    みんなの広報
**************************************/
#bunners {
  width: 100%;
  margin: 30px 0 72px; }
  #bunners #kouhou_logo {
    width: 100%;
    text-align: center; }
  #bunners #bunners-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #bunners #bunners-left {
    width: 47%;
    height: 265px;
    padding: 0 15px;
    margin: 0 35px 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    border: 1px solid #999;
    position: relative; }
    #bunners #bunners-left::before {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      width: 100%;
      position: absolute;
      top: 0;
      background-color: rgba(255, 255, 255, 0.8); }
  #bunners #bunners-left_smile {
    position: relative;
    z-index: 1;
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 60px; }
    #bunners #bunners-left_smile h3 {
      font-size: 115%;
      display: inline;
      border-bottom: 3px solid #d03300; }
  #bunners #bunners-left_btn {
    position: relative;
    z-index: 1;
    width: 50%;
    text-align: center;
    display: inline-block; }
    #bunners #bunners-left_btn li {
      margin: 14px 15% 0;
      border-radius: 5px;
      font-size: 80%; }
      #bunners #bunners-left_btn li a {
        color: #fff;
        display: inline-block;
        line-height: 36px; }
    #bunners #bunners-left_btn #issue {
      background: #d03300; }
    #bunners #bunners-left_btn #backnumber {
      background: #007440; }
  #bunners #bunners-left_eyecatch {
    width: 50%;
    height: 100%;
    text-align: center;
    float: right;
    display: table;
    position: relative;
    z-index: 1; }
    #bunners #bunners-left_eyecatch a {
      display: table-cell;
      vertical-align: middle; }
    #bunners #bunners-left_eyecatch img {
      max-width: 150px;
      height: auto;
      -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
              filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6)); }
  #bunners #bunners-right {
    width: 53%; }
    #bunners #bunners-right ul {
      height: 265px;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    #bunners #bunners-right li {
      height: 120px;
      width: 50%; }
      #bunners #bunners-right li:nth-child(n+3):nth-child(-n+4) {
        margin-top: 20px; }
    #bunners #bunners-right a {
      width: 100%;
      height: 120px;
      padding-left: 12px;
      display: block; }
    #bunners #bunners-right img {
      max-width: 100%;
      height: auto; }

/**************************************
    まちの話題
**************************************/
#sns-wrap {
  width: 100%;
  padding-bottom: 50px;
  background-image: url(../images/back.png); }
  #sns-wrap #topics {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center; }
    #sns-wrap #topics img {
      line-height: 135px;
      vertical-align: middle; }
  #sns-wrap #sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px; }
  #sns-wrap #instagram {
    background: #fff;
    width: 50%;
    margin-right: 50px; }
    #sns-wrap #instagram #instagram-top {
      padding: 10px; }
      #sns-wrap #instagram #instagram-top::before {
        content: url(../images/Instagram.png);
        display: block;
        float: left;
        position: relative;
        top: 13px;
        left: 13px; }
      #sns-wrap #instagram #instagram-top p {
        text-align: center; }
        #sns-wrap #instagram #instagram-top p:nth-child(1) {
          font-size: 100%;
          color: #4A569E;
          font-weight: bolder; }
        #sns-wrap #instagram #instagram-top p:nth-child(2) {
          font-size: 90%; }
    #sns-wrap #instagram ul li {
      list-style: none; }
    #sns-wrap #instagram li img, #sns-wrap #instagram dt img, #sns-wrap #instagram dd img {
      vertical-align: bottom; }
    #sns-wrap #instagram a {
      text-decoration: none;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    #sns-wrap #instagram a img {
      border-style: none; }
    #sns-wrap #instagram .instafeed {
      max-width: 508px;
      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;
      margin: 0 auto; }
    #sns-wrap #instagram li {
      position: relative;
      width: 23%;
      height: auto;
      margin: 1%; }
    #sns-wrap #instagram .image {
      position: relative;
      width: 100%;
      padding-top: 100%;
      overflow: hidden;
      margin: 0 auto; }
    #sns-wrap #instagram .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 150%;
      max-height: 150%; }
    #sns-wrap #instagram .instafeed a:hover img {
      opacity: 0.8; }
  #sns-wrap #facebook {
    background: #1877F1;
    width: 50%;
    margin-left: 50px; }
    #sns-wrap #facebook #facebook-top {
      padding: 10px; }
      #sns-wrap #facebook #facebook-top::before {
        content: url(../images/facebook_w.png);
        display: block;
        float: left;
        position: relative;
        top: 5px;
        left: 13px; }
      #sns-wrap #facebook #facebook-top p {
        text-align: center; }
        #sns-wrap #facebook #facebook-top p:nth-child(1) {
          font-size: 100%;
          color: #fff;
          font-weight: bolder; }
        #sns-wrap #facebook #facebook-top p:nth-child(2) {
          font-size: 90%;
          color: #fff; }
    #sns-wrap #facebook #facebook-wrap {
      text-align: center; }

/**************************************
    フッター広告エリア
**************************************/
#advertisement {
  width: 100%;
  padding-top: 36px; }
  #advertisement 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; }
    #advertisement ul li {
      width: 16.6%; }
      #advertisement ul li a {
        display: inline-block; }
        #advertisement ul li a img {
          max-width: 100%;
          height: auto; }

/**************************************
    フッター
**************************************/
footer {
  width: 100%;
  margin-top: 70px;
  padding-top: 21%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 18px;
  background-image: url(../images/footerimg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain; }
  footer ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 20px;
      max-width: 16.666666%;
      margin: 5px auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-left: 1px solid #534741;
      text-align: center;
      -webkit-transform: skewX(165deg);
              transform: skewX(165deg); }
    footer ul li:nth-child(6n) {
      border-right: 1px solid #534741; }
    footer ul li:last-child {
      border-right: 1px solid #534741; }
    footer ul a {
      line-height: 20px;
      color: #534741;
      font-size: 80%;
      display: inline-block;
      -webkit-transform: skewX(-165deg);
              transform: skewX(-165deg); }
  footer #address {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 45px auto 10px; }
    footer #address #address-left {
      width: 25%; }
    footer #address #address-right {
      width: 75%; }
      footer #address #address-right dl {
        width: 100%;
        font-size: 85%; }
      footer #address #address-right dt {
        float: left;
        margin-right: 20px; }
      footer #address #address-right dd span {
        margin-right: 20px; }

/**************************************
    コピーライト
**************************************/
#copyright {
  width: 100%;
  text-align: center;
  background: #534741; }
  #copyright p {
    line-height: 37px;
    color: #fff;
    font-size: 85%;
    font-weight: normal; }

/**************************************
    戻るボタン
**************************************/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px; }
  #page_top a {
    text-align: center;
    text-decoration: none; }

#life_stage {
  display: contents; }
  #life_stage .notice {
    width: 100%;
    margin-top: 15px; }
    #life_stage .notice dl {
      width: 100%;
      border-bottom: 2px dashed #534741;
      position: relative;
      padding: 5px 0; }
    #life_stage .notice dt {
      width: 240px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #life_stage .notice dt span.icon_orange {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #f05a24;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 80%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100px; }
    #life_stage .notice dd {
      width: 100%;
      margin-bottom: 10px;
      overflow: hidden; }
      #life_stage .notice dd a {
        width: 100%;
        color: #005e9c;
        border-bottom: 1px solid #005e9c;
        overflow: hidden; }
    #life_stage .notice span {
      width: 100px;
      font-size: 80%;
      height: 25px;
      background: #007440;
      color: #fff;
      line-height: 1.6;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 10px; }
    #life_stage .notice img {
      max-width: 100%;
      height: auto; }
  #life_stage .notice-all {
    text-align: right;
    margin-top: 20px; }
    #life_stage .notice-all a {
      position: relative;
      color: #005e9c;
      padding-right: 30px; }
      #life_stage .notice-all a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        display: inline-block;
        width: 25px;
        height: 20px;
        margin: auto 0;
        background-color: #005e9c; }
      #life_stage .notice-all a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 7px;
        margin: auto 0;
        z-index: 99;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 10px solid #FFF;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
    #life_stage .notice-all span {
      margin-left: 10px; }

/*////////////////////////////////////////////////////////////////////

    第三階層

////////////////////////////////////////////////////////////////////*/
.underpage {
  overflow: hidden; }
  .underpage > span {
    display: none; }
  .underpage p {
    margin-bottom: 20px; }
  .underpage a {
    text-decoration: underline;
    color: #206423; }
  .underpage img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }
  .underpage h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 7px;
    margin-bottom: 30px; }
    .underpage h3::before {
      content: "";
      display: block;
      width: 7px;
      height: 35px;
      margin-right: 10px;
      background: #007440;
      border-right: 7px solid #9AC78B;
      -webkit-transform: skew(-15deg) scale(1);
              transform: skew(-15deg) scale(1); }
  .underpage h4 {
    margin-bottom: 25px;
    padding: 8px 15px;
    background-color: #eee;
    border-bottom: 3px solid #007440; }
  .underpage h5 {
    font-size: 100%;
    margin-bottom: 25px;
    padding: 5px 0 5px 8px;
    border-left: 5px solid #007440; }
  .underpage blockquote {
    width: 75%;
    margin: 0 auto;
    border: 1px solid #007440;
    padding: 1%; }
    .underpage blockquote p {
      margin-bottom: 0; }
  .underpage ul {
    padding-left: 10px;
    margin-bottom: 15px; }
    .underpage ul li {
      position: relative;
      width: 100%;
      padding: 5px 0 5px 25px; }
      .underpage ul li::before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 2px;
        width: 15px;
        height: 15px;
        margin: auto 0;
        background-color: #007440;
        border-radius: 50%; }
      .underpage ul li p {
        margin-bottom: 0; }
  .underpage ol {
    padding-left: 30px;
    margin-bottom: 15px; }
    .underpage ol li {
      list-style: decimal;
      padding: 5px 0; }
  .underpage table {
    padding: 0px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show; }
    .underpage table caption {
      font-weight: bold;
      text-align: center;
      margin: .5em 0; }
    .underpage table th, .underpage table td {
      padding: .5em;
      vertical-align: top;
      border-color: #666;
      border-style: solid;
      border-width: 1px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      word-break: break-word; }
    .underpage table th {
      color: #000;
      background: #E6E6D7;
      vertical-align: middle; }
    .underpage table th[scope="row"] {
      text-align: left; }
    .underpage table th[scope="col"] {
      text-align: center; }
  .underpage .text_red {
    color: #dc143c; }
    .underpage .text_red strong {
      color: #dc143c !important; }
  .underpage .text_blue {
    color: #000080; }
    .underpage .text_blue strong {
      color: #000080 !important; }
  .underpage .text_green {
    color: #008000; }
    .underpage .text_green strong {
      color: #008000 !important; }
  .underpage .text_black {
    color: #000; }
    .underpage .text_black strong {
      color: #000 !important; }
  .underpage .clearfix::after {
    content: '';
    display: block;
    clear: both; }
  .underpage .submit {
    width: 50%;
    float: left; }
  .underpage .wcv-box {
    margin-bottom: 25px; }
  .underpage .wcv-floatbox-left {
    margin-bottom: 25px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .underpage .wcv-floatbox-left .wcvimg-floatleft {
      float: left;
      padding: 0 5px; }
    .underpage .wcv-floatbox-left p {
      word-break: break-all;
      margin: 0 auto;
      display: inline-block; }
  .underpage .input-area {
    width: 60%;
    padding-left: 10px; }
  .underpage .wcv-floatbox-right {
    margin-bottom: 25px;
    padding: 0 10px;
    width: 100%; }
    .underpage .wcv-floatbox-right .wcvimg-floatright {
      float: right;
      padding: 0 5px; }
    .underpage .wcv-floatbox-right p {
      word-break: break-all;
      margin: 0 auto; }
  .underpage .wcv-imgbox {
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: center;
    width: 100%; }
  .underpage .wcv-imgcap {
    margin: 0 0 15px;
    width: 70%;
    margin: 0 auto;
    word-break: break-all; }
  .underpage .wcv-inner2-l, .underpage .wcv-inner2-r {
    width: 50%;
    padding: 0 10px; }
  .underpage .wcv-inner2-l {
    float: left; }
  .underpage .wcv-inner2-r {
    float: right; }
  .underpage .wcv-inner3, .underpage .wcv-inner3-r {
    float: left;
    width: 33.3%;
    padding: 0 10px; }
  .underpage .wcv-inner4, .underpage .wcv-inner4-r {
    float: left;
    width: 25%;
    padding: 0 10px; }
  .underpage .wcvleft, .underpage .wcvcenter, .underpage .wcvright {
    margin: 20px 30px 15px;
    overflow: auto; }
  .underpage .wcvcenter table {
    margin: 0 auto; }
  .underpage .wcvright table {
    margin-left: auto; }

.kouhou__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto 25px;
  border-radius: 10px; }
  .kouhou__btn a {
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: center;
    font-size: 125%;
    color: #FFF; }
  .kouhou__btn.green {
    background-color: #007440; }
  .kouhou__btn.blue {
    background-color: #1C438F; }
  .kouhou__btn.red {
    background-color: #C4146D; }

#content_title {
  width: 100%;
  text-align: center;
  overflow: hidden; }
  #content_title .submit {
    width: 50%;
    float: left; }
  #content_title ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0; }
    #content_title ul li {
      padding: 0; }
      #content_title ul li::before {
        content: none; }
    #content_title ul #content_title-left,
    #content_title ul #content_title-right {
      width: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #content_title ul #content_title-center {
      width: 1086px; }
      #content_title ul #content_title-center h2 {
        width: 100%;
        font-size: 160%;
        background: #eee;
        padding: 5px 0;
        line-height: 1.5; }
  #content_title .color_gre {
    content: "";
    display: block;
    width: 10px;
    background: #007440; }
  #content_title .color_fff {
    content: "";
    display: block;
    width: 10px;
    background: #fff; }
  #content_title .color_yg {
    content: "";
    display: block;
    width: 7px;
    background: #9AC78B; }
  #content_title p {
    margin: 40px 0; }

.submit {
  width: 100%;
  margin-bottom: 35px;
  padding: 0 15px;
  overflow: hidden; }
  .submit p {
    margin-bottom: 15px; }
  .submit a {
    width: 30%;
    line-height: 35px;
    display: block;
    float: right;
    text-align: center;
    border-radius: 5px;
    background: #007440;
    color: #fff; }
  .submit h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 5px; }
    .submit h2::before {
      content: "";
      display: block;
      width: 7px;
      height: 35px;
      margin-right: 10px;
      background: #007440;
      border-right: 7px solid #9AC78B;
      -webkit-transform: skew(-15deg) scale(1);
              transform: skew(-15deg) scale(1); }

.mk5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mk5 p {
    margin-bottom: 15px; }
  .mk5 a {
    width: 30%;
    line-height: 35px;
    display: block;
    float: right;
    text-align: center;
    border-radius: 5px;
    background: #007440;
    color: #fff; }

#collective_link {
  width: 100%;
  font-size: 115%;
  border: 1px solid #999; }
  #collective_link h3 {
    background: #eee;
    padding-left: 20px;
    line-height: 50px; }
  #collective_link ul {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    #collective_link ul li {
      width: 33%;
      font-size: 90%;
      margin-bottom: 10px;
      font-weight: normal; }
      #collective_link ul li::before {
        content: url(../images/link-arrow.png);
        vertical-align: text-top;
        margin-right: 2%; }

#cat {
  width: 100%;
  margin-top: 50px;
  font-size: 130%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  #cat li {
    width: 33%;
    height: 50px;
    margin-bottom: 10px;
    padding-right: 50px;
    position: relative; }
    #cat li img {
      max-width: 30px;
      height: auto;
      position: absolute;
      top: 10px;
      left: 20px; }
    #cat li:nth-child(3n) {
      padding-right: 0px; }
    #cat li a {
      display: block;
      line-height: 50px;
      width: 100%;
      margin-right: 50px;
      background: #eee; }

/* 広報すまいる記事ページ */
.smile_kouhou {
  width: 75%;
  margin: 0 auto 25px; }

#smile-left,
#smile-right {
  width: 50%; }

#smile-right td {
  padding: 10px;
  border: 1px solid #CCC;
  line-height: 1.3; }

#smile-right th {
  font-size: 100%;
  padding: 10px 5px;
  background: #F4F4F4;
  border: 1px solid #CCC;
  line-height: 1.1; }

#smile-right table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px; }
  #smile-right table caption {
    margin-bottom: 10px; }

.underlayer {
  margin-bottom: 30px; }

#adobe {
  width: auto;
  border: 1px solid #FF6600;
  background-color: #FFF8EE;
  margin: 20px 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.adobe-txt {
  font-weight: normal;
  font-size: 85%; }
  .adobe-txt a {
    font-weight: normal;
    text-decoration: underline; }
    .adobe-txt a:visited {
      color: #7D7D7D; }
    .adobe-txt a:link {
      color: #206423; }

/* 広報すまいる年別カテゴリ */
.smile-group {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .smile-group li {
    width: 25%;
    padding: 10px; }
    .smile-group li p {
      display: inline-block;
      text-align: center; }
  .smile-group img {
    max-width: 100%;
    height: auto; }

/* 広報すまいるindex */
#kouhou-top_left,
#kouhou-top_right {
  width: 50%; }

.kouhou-top_left_inner li {
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px dashed #736357; }
  .kouhou-top_left_inner li a {
    margin-right: 10px; }

#kouhou-top_right {
  text-align: center; }

/* くらしの情報カテゴリ記事ページ */
#content-wrap #date {
  overflow: hidden;
  margin-bottom: 20px; }
  #content-wrap #date p {
    float: right;
    margin-bottom: 0; }

#content-wrap .inquiry {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc; }
  #content-wrap .inquiry h3 {
    width: 100%;
    background: #007440;
    color: #fff;
    padding: 10px;
    margin-bottom: 0; }
    #content-wrap .inquiry h3::before {
      content: none; }
  #content-wrap .inquiry p, #content-wrap .inquiry .linkarea-content {
    display: block;
    padding: 10px;
    font-size: 95%;
    margin-bottom: 0; }
  #content-wrap .inquiry .linkarea-content ul {
    margin-bottom: 0; }

#content-wrap #questionnaire {
  width: 65%;
  margin: 0 auto;
  border: 1px solid #53C216;
  border-radius: 5px;
  margin-top: 30px;
  padding: 15px; }
  #content-wrap #questionnaire h3 {
    color: #007440;
    margin-bottom: 10px;
    padding: 0; }
    #content-wrap #questionnaire h3::before {
      content: initial; }
    #content-wrap #questionnaire h3 span img {
      vertical-align: text-top; }
  #content-wrap #questionnaire ul {
    padding-left: 0;
    margin-bottom: 0; }
    #content-wrap #questionnaire ul li {
      padding: 0; }
      #content-wrap #questionnaire ul li::before {
        content: none; }
  #content-wrap #questionnaire li {
    font-size: 95%;
    font-weight: normal;
    margin-bottom: 10px; }
    #content-wrap #questionnaire li legend {
      margin-bottom: 5px;
      padding: 0;
      background-color: #FFF;
      border-bottom: none;
      font-weight: bold; }
  #content-wrap #questionnaire p {
    font-size: 95%;
    font-weight: normal; }
  #content-wrap #questionnaire #submit_button {
    text-align: center; }
    #content-wrap #questionnaire #submit_button input {
      background: #007440;
      border: none;
      width: 250px;
      height: 30px;
      border-radius: 5px;
      color: #fff;
      letter-spacing: 10px;
      margin-top: 10px;
      cursor: pointer; }
  #content-wrap #questionnaire img {
    max-width: initial; }

#content-wrap > span {
  display: none; }

/* お知らせ・募集一覧ページ */
#content-wrap #news-list {
  padding: 5px;
  margin: 0 auto; }
  #content-wrap #news-list dl {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc; }
    #content-wrap #news-list dl dt {
      min-width: 235px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px; }
      #content-wrap #news-list dl dt span {
        width: 100px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #007440;
        color: #fff;
        text-align: center;
        position: relative;
        margin-left: 10px;
        font-size: 80%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #content-wrap #news-list dl dt span.icon_orange {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: #f05a24;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 80%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #content-wrap #news-list dl dd {
      color: #005e9c;
      text-decoration: underline;
      overflow: hidden; }
      #content-wrap #news-list dl dd a {
        color: #005e9c;
        text-decoration: underline;
        overflow: hidden;
        text-overflow: ellipsis; }

#content-wrap .content_morning {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  #content-wrap .content_morning.past {
    margin-bottom: 40px;
    display: inherit;
    overflow: hidden; }
    #content-wrap .content_morning.past h4 {
      width: 56%;
      display: inline-table;
      margin: 0 2%; }
    #content-wrap .content_morning.past .past-img {
      width: 40%;
      float: left;
      text-align: center; }
      #content-wrap .content_morning.past .past-img img {
        max-width: 100%;
        height: auto; }
    #content-wrap .content_morning.past p {
      width: 56%;
      display: inline-block;
      margin: 0 2%;
      padding-top: 10px; }
  #content-wrap .content_morning .content_morning-left {
    width: 40%; }
    #content-wrap .content_morning .content_morning-left img {
      max-width: 100%;
      height: auto; }
  #content-wrap .content_morning .content_morning-right {
    width: 60%;
    padding: 0 10px; }

#content-wrap .morning_list {
  width: 100%;
  margin-top: 20px; }
  #content-wrap .morning_list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc; }
  #content-wrap .morning_list .morning_list-left {
    width: 20%; }
    #content-wrap .morning_list .morning_list-left img {
      max-width: 100%;
      height: auto;
      vertical-align: bottom; }
  #content-wrap .morning_list .morning_list-right {
    width: 79%;
    padding-left: 30px; }
    #content-wrap .morning_list .morning_list-right .mor-title a {
      color: #005e9c;
      text-decoration: underline; }
    #content-wrap .morning_list .morning_list-right .mor-text {
      margin-top: 10px; }

/*////////////////////////////////////////////////////////////////////
　災害情報ページ
////////////////////////////////////////////////////////////////////*/
#kinkyu {
  width: 100%;
  background: #C1272D;
  padding: 5px 0;
  overflow: hidden; }
  #kinkyu h1 {
    color: #fff;
    padding-right: 10px;
    border-right: 3px solid #fff;
    float: left; }
  @media screen and (max-width: 600px) {
    #kinkyu h1 {
      border-right: none; } }
  #kinkyu p {
    color: #fff;
    margin-left: 10px;
    font-size: 90%;
    margin-top: 4px;
    display: inline-block; }
  #kinkyu #normal_page {
    background: #4D4D4D;
    float: right;
    border-radius: 5px; }
    #kinkyu #normal_page a {
      color: #fff;
      width: 90px;
      line-height: 40px;
      display: inline-block;
      text-align: center; }

#saigai-header {
  width: 100%;
  height: auto; }
  #saigai-header #saigai-header_bottom {
    width: 100%;
    padding: 15px 0 5px 0;
    overflow: hidden; }
    #saigai-header #saigai-header_bottom #saigai-logo {
      display: inline-block; }
    #saigai-header #saigai-header_bottom #header-right {
      height: inherit; }

#saigai-info {
  background: #C1272D;
  width: 100%;
  padding: 20px 0; }
  #saigai-info #saigai-info_main {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #F05A24;
    padding: 10px; }
    #saigai-info #saigai-info_main h3::before {
      content: "";
      background: #000;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    #saigai-info #saigai-info_main h4::before {
      content: "";
      background: #000;
      border-radius: 50%;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 5px; }
    #saigai-info #saigai-info_main h5::before {
      content: "・";
      margin-right: 5px; }
  #saigai-info #saigai-info_rss {
    width: 80%;
    margin: 20px auto 0;
    background: #fff;
    border: 5px solid #F05A24; }
    #saigai-info #saigai-info_rss h2 {
      background: #F05A24;
      color: #fff;
      font-size: 130%; }
      #saigai-info #saigai-info_rss h2::before {
        content: url(../images/rss.png);
        vertical-align: middle;
        margin-right: 15px; }
    #saigai-info #saigai-info_rss ul {
      padding: 10px; }

#saigai-content {
  width: 100%;
  padding: 20px 0; }
  #saigai-content .saigai-content_imp {
    width: 80%;
    margin: 0 auto 20px; }
    #saigai-content .saigai-content_imp h3 {
      background: #C1272D;
      color: #fff;
      padding: 5px 10px; }
    #saigai-content .saigai-content_imp h4 {
      background: #eee;
      border-bottom: 3px solid #C1272D;
      padding: 5px 10px; }
    #saigai-content .saigai-content_imp h5 {
      border-left: 3px solid #C1272D;
      padding: 5px 10px; }
    #saigai-content .saigai-content_imp ul {
      padding: 10px; }
      #saigai-content .saigai-content_imp ul li::before {
        content: "";
        background: #F05A24;
        border-radius: 50%;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px; }
  #saigai-content #saigai-contact {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #C1272D; }
    #saigai-content #saigai-contact h2 {
      background: #C1272D;
      color: #fff;
      padding: 5px 10px; }
    #saigai-content #saigai-contact .saigai-contact_list {
      padding: 10px; }
      #saigai-content #saigai-contact .saigai-contact_list h3::before {
        content: "";
        background: #000;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
      #saigai-content #saigai-contact .saigai-contact_list h4::before {
        content: "";
        background: #000;
        border-radius: 50%;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px; }
      #saigai-content #saigai-contact .saigai-contact_list h5::before {
        content: "・";
        margin-right: 5px; }
      #saigai-content #saigai-contact .saigai-contact_list ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        #saigai-content #saigai-contact .saigai-contact_list ul li {
          width: 50%; }
          #saigai-content #saigai-contact .saigai-contact_list ul li a {
            vertical-align: middle; }
            #saigai-content #saigai-contact .saigai-contact_list ul li a::before {
              content: "";
              display: inline-block;
              border-left: 12px solid #F05A24;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              position: relative;
              top: 2px;
              margin: 0 10px; }

#saigai-footer {
  width: 100%;
  margin: 30px 0 20px; }
  #saigai-footer #saigai-footer_top {
    width: 100%;
    text-align: center; }
  #saigai-footer #saigai-footer_bottom {
    width: 100%;
    text-align: center; }

#sitemap-wrap {
  padding: 20px; }
  #sitemap-wrap h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 7px;
    margin-top: 20px;
    margin-bottom: 10px; }
    #sitemap-wrap h3::before {
      content: "";
      display: block;
      width: 7px;
      height: 35px;
      margin-right: 10px;
      background: #007440;
      border-right: 7px solid #9AC78B;
      -webkit-transform: skew(-15deg) scale(1);
              transform: skew(-15deg) scale(1); }
  #sitemap-wrap h4 {
    padding: 8px 15px;
    background-color: #eee;
    border-bottom: 3px solid #007440;
    margin-top: 20px;
    margin-bottom: 10px; }
  #sitemap-wrap h5 {
    font-size: 100%;
    padding: 5px 0 5px 8px;
    border-left: 5px solid #007440;
    margin-top: 20px;
    margin-bottom: 10px; }
  #sitemap-wrap ul {
    padding-left: 20px; }
  #sitemap-wrap #sitemap-left {
    width: 50%;
    float: left; }
  #sitemap-wrap #sitemap-right {
    width: 50%;
    display: inline-block; }

.topNews {
  max-width: 1140px;
  margin: 20px auto 0;
  border: 2px solid #c50000; }

.topNews h2 {
  background-color: #c50000;
  color: #FFF;
  padding: 5px 15px; }
  .topNews h2 a {
    color: #FFF; }

.topNews__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 10px;
  border-bottom: dotted 2px #c40000; }

.topNews__list dd {
  width: 100%; }

a.topNews__btn {
  display: block;
  font-size: 120%;
  padding: 5px 10px;
  background-color: #c40000;
  text-align: center;
  color: #FFF; }

.topNews__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0; }

.topNews__list__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.topNews__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }

.topNews__list__item a:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  margin: 0 10px;
  height: 10px;
  background-color: #c50b00; }

/*////////////////////////////////////////////////////////////////////
メールフォーム
////////////////////////////////////////////////////////////////////*/
#content-wrap .contact {
  display: inherit !important; }

#wcv_sys_edit_pageeditarea #cat div {
  width: 100%; }

#wcv_sys_edit_pageeditarea #cat li {
  height: inherit; }
  #wcv_sys_edit_pageeditarea #cat li img {
    position: inherit; }
  #wcv_sys_edit_pageeditarea #cat li input {
    max-width: 50px;
    height: auto; }

#wcv_sys_edit_pageeditarea #header-left {
  width: 300px;
  height: 80px;
  display: inline-block; }

#wcv_sys_edit_pageeditarea #header-right {
  float: right; }

#wcv_sys_edit_pageeditarea #BgChange, #wcv_sys_edit_pageeditarea #FontChange {
  float: left; }

#wcv_sys_edit_pageeditarea #information #tab1, #wcv_sys_edit_pageeditarea #information #tab2 {
  display: block !important; }

#wcv_sys_edit_pageeditarea .container {
  overflow: hidden; }

#wcv_sys_edit_pageeditarea .content_morning-left input {
  height: auto;
  width: 100%; }

#wcv_sys_edit_pageeditarea #emergency-wrap #emergency-right #disaster-list {
  display: initial;
  line-height: 1; }

#wcv_sys_edit_pageeditarea #page_top {
  display: none; }

#wcv_sys_edit_pageeditarea #whatmemuro-wrap #whatmemuro-left {
  height: auto; }
  #wcv_sys_edit_pageeditarea #whatmemuro-wrap #whatmemuro-left #memuro_img {
    width: 40%;
    float: none; }
  #wcv_sys_edit_pageeditarea #whatmemuro-wrap #whatmemuro-left #memuro_like-img {
    float: none; }
  #wcv_sys_edit_pageeditarea #whatmemuro-wrap #whatmemuro-left #population {
    float: none; }

#wcv_sys_edit_pageeditarea #content-wrap .grid {
  padding: 0; }

#wcv_sys_edit_pageeditarea #sub-slider-wrap {
  height: inherit; }
  #wcv_sys_edit_pageeditarea #sub-slider-wrap #sub-slider {
    height: inherit; }
  #wcv_sys_edit_pageeditarea #sub-slider-wrap #sub-slider-right {
    height: inherit; }
    #wcv_sys_edit_pageeditarea #sub-slider-wrap #sub-slider-right ul li p {
      width: initial; }

#wcv_sys_edit_pageeditarea #bunners-wrap {
  display: block; }
  #wcv_sys_edit_pageeditarea #bunners-wrap #bunners-left {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #wcv_sys_edit_pageeditarea #bunners-wrap #bunners-left, #wcv_sys_edit_pageeditarea #bunners-wrap #bunners-right, #wcv_sys_edit_pageeditarea #bunners-wrap #bunners-right ul {
    width: 100%;
    height: auto; }

.index-pagelink__title #wcv_form a {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

#wcv_sys_wrapper * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  #wcv_sys_wrapper * .wcv-inner2-r.underpage,
  #wcv_sys_wrapper * .wcv-inner2-l.underpage {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }
  #wcv_sys_wrapper * .kouhou-back-list {
    display: block; }
    #wcv_sys_wrapper * .kouhou-back-list__item-area {
      display: block; }
      #wcv_sys_wrapper * .kouhou-back-list__item-area li {
        display: inline-block; }
  #wcv_sys_wrapper * .cate-headlist {
    display: block; }

h3.voice_title {
  margin-bottom: 25px;
  padding: 5px 5px 5px 10px;
  font-size: 125%;
  background-color: #eeeeee;
  border-left: 5px solid #017340; }
  h3.voice_title::before {
    content: none; }

.voice_table {
  margin-bottom: 25px; }
  .voice_table .voice_table_row:last-child {
    border-top: none; }
  .voice_table .voice_table_row.answer_table {
    border-top: 1px solid #666; }

.voice_table_info_row {
  margin-bottom: 35px; }

.voice_table_row,
.voice_table_row__item,
.voice_table_info_row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.voice_table_row,
.voice_table_info_row {
  border: 1px solid #666; }

.voice_table_row .voice_table_row__item:first-child {
  border-right: 1px solid #666; }

.voice_table_row__item {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.voice_table_info_row__item p,
.voice_table_row__item p {
  margin-bottom: 0;
  padding: 10px; }

.voice_table_info_row__title,
.voice_table_row__title {
  display: table-cell;
  min-width: 120px;
  background-color: #E6E6D7;
  border-right: 1px solid #666;
  font-weight: bold;
  vertical-align: middle; }

.voice_table_info_row__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.voice_list {
  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; }

.voice_list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p.voice_list__title {
  margin-bottom: 6px;
  padding: 3px 0 3px 8px;
  border-left: 6px solid #017340;
  font-size: 120%;
  font-weight: bold; }

.voice_list__info {
  padding: 15px 0 0;
  border-top: 1px solid #9e9e9e; }

.voice_list__info p {
  margin-bottom: 3px; }

.voice_list__label {
  margin-right: 5px;
  font-weight: bold; }

a.voice_list__link {
  display: block;
  width: 165px;
  margin-left: auto;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #017340;
  border-radius: 6px; }

ul.voice_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0; }

ul.voice_pagination li {
  padding: 0; }

.voice_pagination__pre {
  text-align: left; }

.voice_pagination__all {
  text-align: center; }

.voice_pagination__next {
  text-align: right; }

ul.voice_pagination li::before {
  content: none; }

/**
 * カテゴリトップ ページリンクスタイル
 */
.index-pagelink {
  width: 48%;
  margin-bottom: 35px;
  margin-right: 4%;
  border: 1px solid #999;
  border-radius: 5px; }
  .index-pagelink:nth-of-type(2n) {
    margin-right: 0; }
  .index-pagelink__title {
    height: 100%;
    font-size: 125%;
    border-radius: 4px; }
    .index-pagelink__title a {
      position: relative;
      display: block;
      width: 100%;
      padding: 15px 10px;
      padding-left: 46px;
      -webkit-transition: .1s all;
      transition: .1s all;
      border-radius: 4px; }
    .index-pagelink__title__icon {
      position: absolute;
      top: 21px;
      left: 15px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-color: #2F6F41;
      border-radius: 50%; }
      .index-pagelink__title__icon::after {
        position: absolute;
        bottom: 6px;
        left: 8px;
        display: block;
        content: "";
        width: 4px;
        height: 5px;
        border: 4px solid transparent;
        border-left: 5px solid #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .index-pagelink__title:hover a {
      color: #FFF;
      background-color: #2F6F41; }
      .index-pagelink__title:hover a > .index-pagelink__title__icon {
        background-color: #FFF; }
        .index-pagelink__title:hover a > .index-pagelink__title__icon::after {
          border-left: 5px solid #2F6F41; }

/**
 * 2個並び見出しリスト
 */
.cate-headlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .cate-headlist .index-pagelink .index-pagelink__title a {
    text-decoration: none;
    color: #222; }
    .cate-headlist .index-pagelink .index-pagelink__title a::before {
      position: absolute;
      top: 22px;
      left: 14px;
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #2F6F41;
      border-radius: 50%; }
    .cate-headlist .index-pagelink .index-pagelink__title a::after {
      position: absolute;
      top: 28px;
      left: 22px;
      display: block;
      content: "";
      width: 4px;
      height: 5px;
      border: 4px solid transparent;
      border-left: 5px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .cate-headlist .index-pagelink .index-pagelink__title:hover a {
    color: #FFF; }
    .cate-headlist .index-pagelink .index-pagelink__title:hover a::before {
      background-color: #FFF; }
    .cate-headlist .index-pagelink .index-pagelink__title:hover a::after {
      border-left: 5px solid #2F6F41; }

.index-pagelink.addtype .index-pagelink__title a {
  text-decoration: none;
  color: #222; }
  .index-pagelink.addtype .index-pagelink__title a::before {
    position: absolute;
    top: 22px;
    left: 14px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #2F6F41;
    border-radius: 50%; }
  .index-pagelink.addtype .index-pagelink__title a::after {
    position: absolute;
    top: 28px;
    left: 22px;
    display: block;
    content: "";
    width: 4px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.index-pagelink.addtype .index-pagelink__title:hover a {
  color: #FFF; }
  .index-pagelink.addtype .index-pagelink__title:hover a::before {
    background-color: #FFF; }
  .index-pagelink.addtype .index-pagelink__title:hover a::after {
    border-left: 5px solid #2F6F41; }

@media screen and (max-width: 991px) {
  .index-pagelink {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
    .index-pagelink__title {
      line-height: 1.4; }
      .index-pagelink__title a {
        padding: 25px 10px;
        padding-left: 46px; }
      .index-pagelink__title__icon {
        top: 28px; }
  .cate-headlist .index-pagelink .index-pagelink__title a::before {
    top: 26px; }
  .cate-headlist .index-pagelink .index-pagelink__title a::after {
    top: 32px; }
  .index-pagelink.addtype .index-pagelink__title a::before {
    top: 26px; }
  .index-pagelink.addtype .index-pagelink__title a::after {
    top: 32px; } }

@media screen and (max-width: 690px) {
  h3.voice_title {
    padding: 10px 5px 10px 10px; }
  .voice_table_row__item p,
  .voice_table_row,
  .voice_table_info_row {
    border: none; }
  .voice_table_row {
    display: block;
    border: 1px solid #666; }
  .voice_table_info_row {
    margin-bottom: 45px; }
  .voice_table_row .voice_table_row__item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 1px solid #666; }
  .voice_table_row .voice_table_row__item:first-child {
    border-right: none; }
  .voice_table_row .voice_table_row__item:last-child {
    border-bottom: none; }
  .voice_table_info_row__item {
    display: block; }
  .voice_table_info_row__title {
    border: 1px solid #666; }
  p.voice_table_info_row__info {
    border: 1px solid #666;
    border-top: none;
    line-height: 1.7; }
  .voice_list {
    display: block; }
  .voice_list__item {
    max-width: 100%;
    margin-bottom: 35px;
    padding: 0; }
  .voice_list__info p {
    margin-bottom: 3px;
    line-height: 1.4; }
  a.voice_list__link {
    padding: 8px; } }

#content-wrap #news-list.bulletin-board-list {
  margin-bottom: 30px; }

.content_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 10px 5px;
  overflow: hidden; }
  .content_col2__img {
    max-width: 40%; }
    .content_col2__img img {
      max-width: 100%;
      height: auto; }
  .content_col2__text {
    max-width: 60%;
    margin-left: 10px; }
    .content_col2__text p {
      margin-bottom: 10px; }

.content_inner_item {
  width: 100%;
  text-align: left; }

.card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc; }
  .card_content__img {
    width: 20%; }
    .card_content__img a {
      display: block; }
      .card_content__img a img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom; }
  .card_content__info {
    width: 79%;
    padding-left: 30px; }
    .card_content__info__title {
      margin-bottom: 10px; }

.news_title {
  margin-bottom: 8px;
  padding: 6px 12px;
  border-left: 5px solid #007440;
  background: #eee; }

.catelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 5px;
  overflow: hidden; }
  .catelist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 48%;
    margin-bottom: 50px;
    padding: 0;
    font-size: 115%;
    border-bottom: 1px dotted #4c4c4c;
    border-left: 7px solid #007440;
    -webkit-transform: skew(-15deg) scale(1);
            transform: skew(-15deg) scale(1); }
    .catelist li::before {
      content: '';
      display: block;
      width: 6px;
      height: 35px;
      margin-right: 10px;
      background-color: #9ac78b; }
    .catelist li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      -webkit-transform: skew(15deg) scale(1);
              transform: skew(15deg) scale(1); }

.kouhou-list-wrap {
  margin-bottom: 50px; }

.kouhou-back-title {
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 5px;
  text-align: center;
  background-color: #eee;
  border-right: 10px solid #007440;
  border-left: 10px solid #007440; }

.kouhou-back-list {
  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: 35px; }
  .kouhou-back-list__wrap {
    width: 100%;
    max-width: 48%;
    margin-bottom: 50px; }
  .kouhou-back-list__item-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .kouhou-back-list__item-area li {
      position: relative;
      max-width: 25%;
      width: 100%;
      margin-bottom: 15px;
      padding-left: 10px; }
      .kouhou-back-list__item-area li::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        margin: auto 0;
        border-radius: 50%;
        background-color: #007440; }
  .kouhou-back-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-size: 115%;
    border-bottom: 1px dotted #4c4c4c;
    border-left: 7px solid #007440;
    -webkit-transform: skew(-15deg) scale(1);
            transform: skew(-15deg) scale(1); }
    .kouhou-back-list__title::before {
      content: '';
      display: block;
      width: 6px;
      height: 35px;
      margin-right: 10px;
      background-color: #9ac78b; }
    .kouhou-back-list__title a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      -webkit-transform: skew(15deg) scale(1);
              transform: skew(15deg) scale(1); }

#whatmemuro-right .heading {
  margin-bottom: 15px; }

.whatmemuro-right__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  border-radius: 5px;
  font-weight: 600; }

.orange {
  background-color: #EC5929;
  color: #FFFFFF; }

.btns--green {
  background-color: #0F7541;
  color: #FFFFFF; }

.blue {
  background-color: #002998;
  color: #FFFFFF; }

.orange:hover,
.blue:hover,
.btns--green:hover {
  background-color: #474747; }

.effect {
  -webkit-transition: all .3s;
  transition: all .3s; }

.half {
  width: 48%;
  margin: 15px 1% 0; }

#wcv_sys_wrapper .whatmemuro-right__inner {
  display: block; }
