@charset "UTF-8";
/* ボタン（.goto-btnを含む） */
/* ボタン（.goto-btnを含まない） */
/* テキストエリア（中身floatあり） */
/* テキストエリア（中身floatなし） */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 10px 5px;
  background: #fff url(../img_sub/hx_line.png) repeat-x bottom left;
  box-sizing: border-box;
  color: #333;
  font-size: 140%;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #195585;
}

h2.head-title a:visited {
  color: #195585;
}

h2.head-title a:hover {
  color: #195585;
}

h3.head-title, h3, h3.title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: url(../img_sub/hx_bg_yellow.jpg);
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
}

h3.head-title .bg, h3 .bg, h3.title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h3.head-title::before, h3::before, h3.title::before,
.wysiwyg h3::before,
.free-layout-area h3::before,
.smartcmsBbsBlock h3::before {
  content: "　";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 75%;
  border-left: 4px solid #007524;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: url(../img_sub/hx_bg_green.jpg);
  font-size: 110%;
  padding: 10px 15px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #007524;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  border-bottom: 1px solid #d9d9d9;
}

h2.head-title, h3.head-title, h3, h3.title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  margin-top: 10px;
}

.wysiwyg td, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eefcde;
  color: #007524;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

/* ボタン（.goto-btnを含む） */
/* ボタン（.goto-btnを含まない） */
/* テキストエリア（中身floatあり） */
/* テキストエリア（中身floatなし） */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #e1edc9;
  text-align: center;
}

.scheme2 {
  border: 1px solid #e1edc9;
  text-align: center;
}

.scheme3 {
  background-color: #035f20;
  text-align: center;
}

.scheme4 {
  background-color: #f7f7d4;
  text-align: center;
}

.scheme5 {
  border: 1px solid #f7f7d4;
  text-align: center;
}

.scheme6 {
  background-color: #3f3f3f;
  text-align: center;
}

.scheme7 {
  background-color: #035f20;
  text-align: center;
}

.scheme8 {
  background-color: #035f20;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eaf6ee;
  text-align: center;
}

.scheme10 {
  background-color: #ffc639;
  text-align: center;
}

.scheme11 {
  background-color: #da754f;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #c0c0c0 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 86px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 44px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 86px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #007524 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 78px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 108px !important;
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 42px !important;
    height: 42px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  #header {
    position: relative;
  }
  #header #header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header #tab-menu {
    background-color: #333;
  }
  #header #tab-menu li {
    text-indent: -9999px;
    text-align: center;
    line-height: 2em;
    height: 0;
  }
  #header #tab-menu .show {
    text-indent: 0;
    height: 2em;
  }
  #header .header-menu {
    margin-bottom: 10px;
    position: relative;
    background-color: #066123;
    /*.out {
        position: relative;
        background-color: #066123;
      }*/
  }
  #header .header-menu .in {
    margin: 0 auto;
    width: 1200px;
  }
  #header .header-menu .in .list {
    border-right: 1px solid #0e7b31;
    overflow: hidden;
    width: 1099px;
  }
  #header .header-menu .in .list li {
    float: left;
    border-left: 1px solid #0e7b31;
    color: #fff;
    width: 182px;
  }
  #header .header-menu .in .list li a {
    padding: 10px 25px 9px 0;
    background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  #header .header-menu .in .list li a.foreign {
    background-image: url(../img_common/header_menu_arrow2.png);
  }
  #header .header-menu .in .list li a:hover {
    background-color: #05862c;
  }
  #header .header-menu .open-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  #header .header-menu .open-btn img {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
  }
  #header .header-open-area {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 0 15px;
    background-color: rgba(10, 54, 24, 0.85);
    width: 600px;
    display: none;
  }
  #header .header-open-area .close-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .header-open-area .close-btn img {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
  }
  #header .header-open-area .google-search {
    margin-bottom: 35px;
    margin-left: 45px;
    width: 414px;
  }
  #header .header-open-area .category-menu {
    position: relative;
    margin: 0 auto;
    width: 570px;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header .header-open-area .category-menu .bloc {
    padding-bottom: 10px;
  }
  #header .header-open-area .category-menu .bloc .title {
    padding: 5px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 8px solid #fff;
    font-size: 110%;
    font-weight: bold;
    width: 278px;
  }
  #header .header-open-area .category-menu .bloc .title a {
    margin-left: 10px;
    padding: 10px 20px 10px 13px;
    background: url(../img_common/category_menu_arrow.png) no-repeat 95% 50%;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  #header .header-open-area .category-menu .bloc.on .title {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
  }
  #header .header-open-area .category-menu .bloc.on .title a {
    padding: 10px 20px 10px 10px;
    border-left: 3px solid #007524;
    color: #3f3f3f;
  }
  #header .header-open-area .category-menu .bloc.on .in {
    display: block;
  }
  #header .header-open-area .category-menu .bloc .in {
    position: absolute;
    top: 0;
    left: 286px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    display: none;
    width: 284px;
    height: 590px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header .header-open-area .category-menu .bloc .list {
    padding: 30px 25px;
  }
  #header .header-open-area .category-menu .bloc li {
    padding-bottom: 25px;
    padding-left: 20px;
    background: url(../img_common/category_menu_arrow2.png) no-repeat 0 5px;
  }
  #header .header-open-area .category-menu .header-view-support {
    margin-top: 70px;
    padding: 17px 0;
    background-color: #fff;
    border-radius: 8px;
    width: 272px;
  }
  #header .header-open-area .category-menu #header-size, #header .header-open-area .category-menu #header-color {
    margin: 0 auto 18px;
    overflow: hidden;
    width: 225px;
  }
  #header .header-open-area .category-menu #header-size dt, #header .header-open-area .category-menu #header-color dt {
    float: left;
    margin-right: 0.5em;
    line-height: 30px;
  }
  #header .header-open-area .category-menu #header-size dd, #header .header-open-area .category-menu #header-color dd {
    float: left;
    margin-right: 0.5em;
  }
  #header .header-open-area .category-menu #header-color {
    margin-bottom: 0;
  }
  #header .header-area {
    margin: 0 auto 15px;
    padding-top: 50px;
    width: 1200px;
  }
  #header .header-area .show {
    padding-top: 2em;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    margin-bottom: 1em;
    /* モーダル */
  }
  #sp-header .header-area {
    overflow: hidden;
  }
  #sp-header .header-area .header-logo {
    float: left;
    width: 38.6%;
  }
  #sp-header .header-area .header-menu {
    float: left;
    width: 46.67%;
  }
  #sp-header .header-area .header-menu li {
    float: left;
  }
  #sp-header .header-area .open-btn {
    float: right;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    display: none;
    width: 100%;
    height: 1000px;
    z-index: 10;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #035f20;
    display: none;
    z-index: 11;
    width: 100%;
  }
  #sp-header .close-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .close-btn img {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #sp-header .in {
    margin: 0 auto;
    padding: 50px 0 70px;
    width: 680px;
  }
  #sp-header .in .header-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  #sp-header .header-1st-menu {
    margin-bottom: 50px;
    padding: 15px 0 38px;
    background-color: #ebf2ed;
    border: 21px solid #cddfd2;
  }
  #sp-header .header-1st-menu .list {
    margin: 0 auto;
    width: 570px;
  }
  #sp-header .header-1st-menu .list li {
    background: url(../img_common/header_menu_line.png) repeat-x bottom left;
  }
  #sp-header .header-1st-menu .list li a {
    padding: 40px 0 40px 140px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    color: #3f3f3f;
    font-size: 110%;
    display: block;
    text-decoration: none;
  }
  #sp-header .header-1st-menu .list li.menu-home a {
    background-image: url(../img_common/header_icon_home.png);
  }
  #sp-header .header-1st-menu .list li.menu-people a {
    background-image: url(../img_common/header_icon_people.png);
  }
  #sp-header .header-1st-menu .list li.menu-busi a {
    background-image: url(../img_common/header_icon_busi.png);
  }
  #sp-header .header-1st-menu .list li.menu-alert a {
    background-image: url(../img_common/header_icon_alert.png);
  }
  #sp-header .category-menu .list li {
    margin-bottom: 50px;
    padding-bottom: 15px;
    padding-left: 8px;
    border-bottom: 1px solid #fff;
    display: block;
  }
  #sp-header .category-menu .list li a {
    padding: 5px 0 5px 30px;
    border-left: 6px solid #fff;
    color: #fff;
    font-size: 110%;
    display: block;
    text-decoration: none;
  }
  #sp-header .pc-view-btn {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    width: 530px;
  }
  #sp-header .pc-view-btn a {
    padding: 25px 0 25px 170px;
    background: url(../img_mobile/sp_header_icon_pc.png) no-repeat 80px 50%;
    color: #3f3f3f;
    font-size: 100%;
    display: block;
    text-decoration: none;
  }
  #sp-header .google-search {
    margin: 18px auto 0;
    width: 570px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

/* --------------------------------*/
/* Manual Switching */
/* --------------------------------*/
#smartphone {
  padding-top: 50px;
  display: none;
  text-align: center;
}

/* --------------------------------*/
/* 印刷対応 */
/* --------------------------------*/
@media print {
  body {
    zoom: 0.97;
  }
  header #header-bar {
    position: absolute !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*.header-menu {
  opacity: 0;
}*/
#smartphone {
  padding-top: 50px;
  display: none;
  text-align: center;
}

footer {
  margin-top: 0 !important;
}

/* --------------------------------*/
/* メイン画像エリア */
/* --------------------------------*/
#main-img {
  padding-top: 2.8em;
  border-bottom: 10px solid #fff;
  /* --------------------------------*/
  /* SP用上書き */
  /* --------------------------------*/
  /* メインメニュー */
  /* --------------------------------*/
  /* メインスライダー */
}

#main-img .in {
  position: relative;
  background: url(../img_top/main_img_bg2.jpg) no-repeat 50% 20%;
  background-size: cover;
  height: 680px;
}

#main-img .box {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  overflow: hidden;
  width: 1200px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  #main-img {
    padding-top: 0;
  }
  #main-img .in {
    margin-top: 0;
    background: none;
    height: auto;
  }
  #main-img .box {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}

#main-img #main-menu {
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
  width: 390px;
  height: 680px;
  /* 繰り返し */
  /* --------------------------------*/
  /* SP用上書き */
}

#main-img #main-menu .header-logo {
  margin: 40px auto 25px;
  width: 256px;
}

#main-img #main-menu .google-search {
  margin: 0 auto 20px;
  background-color: #fff;
  text-align: center;
  line-height: 46px;
  width: 330px;
  height: 46px;
}

#main-img #main-menu .header-1st-menu {
  margin: 0 auto;
  overflow-y: auto;
  width: 330px;
  height: 350px;
}

#main-img #main-menu .list li {
  background: url(../img_common/header_menu_line.png) repeat-x bottom left;
}

#main-img #main-menu .list li a {
  padding: 34px 0 28px 90px;
  background-repeat: no-repeat;
  background-position: 13px 50%;
  background-size: 60px 60px;
  color: #3f3f3f;
  font-size: 160%;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

#main-img #main-menu .list li.menu-people a {
  background-image: url(../img_common/header_icon_people.png);
}

#main-img #main-menu .list li.menu-busi a {
  background-image: url(../img_common/header_icon_busi.png);
}

#main-img #main-menu .list li.menu-alert a {
  background-image: url(../img_common/header_icon_alert.png);
}

#main-img #main-menu .list li.menu-about a {
  background-image: url(../img_common/header_icon_about.png);
}

#main-img #main-menu .list li a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  #main-img #main-menu {
    display: none;
  }
}

#main-img .slider-area {
  position: relative;
  float: left;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  width: 680px;
  /* --------------------------------*/
  /* SP用上書き */
}

#main-img .slider-area .list img {
  opacity: 1;
}

#main-img .slider-area .list li img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 680px;
  height: 680px;
}

#main-img .slider-area .pager-auto {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-top: 0;
  width: 180px;
  z-index: 60;
}

#main-img .slider-area .fadein {
  opacity: 0;
}

#main-img .slider-area .fadeout {
  transition-duration: 2s;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #main-img .slider-area {
    position: relative;
    float: none;
    border: none;
    width: 100%;
  }
  #main-img .slider-area .list li img {
    width: 100%;
    height: 750px;
  }
  #main-img .slider-area .pager-auto {
    width: 100%;
  }
}

/* --------------------------------*/
/* SP用上書き */
@media screen and (max-width: 768px) {
  #sp-header {
    margin-bottom: 0;
  }
}

/* --------------------------------*/
/* 警報／緊急情報エリア */
/* --------------------------------*/
/* 警報フラグ */
/* 緊急情報フラグ */
#alert-emergency {
  position: absolute;
  top: 0;
  left: 430px;
  overflow-y: auto;
  width: 620px;
  z-index: 70;
  /* --------------------------------*/
  /* SP用上書き */
}

@media screen and (max-width: 768px) {
  #alert-emergency {
    position: relative;
    left: 0;
    margin: 0 auto;
    overflow-y: visible;
    width: 720px;
    height: auto;
  }
}

/* --------------------------------*/
/* 警報 */
/* --------------------------------*/
#alert, #emergency {
  display: block;
}

#alert, #emergency {
  /* --------------------------------*/
  /* SP用上書き */
}

#alert .common-in, #emergency .common-in {
  margin: 20px auto 0;
  padding-bottom: 20px;
  background-color: #fff;
  border: 3px solid #c6321e;
  border-radius: 6px;
}

#alert .h2-title, #emergency .h2-title {
  margin: 0 0 15px;
  padding: 5px 15px 6px;
  background-image: none;
  background-color: #c6321e;
  color: #fff;
  font-size: 120%;
}

#alert .common-box, #emergency .common-box {
  margin: 0 auto;
  width: 575px;
}

#alert .btn, #emergency .btn {
  margin-right: 40px;
  text-align: right;
}

#alert .goto-btn, #emergency .goto-btn {
  display: inline-block !important;
}

#alert .goto-btn a:hover, #emergency .goto-btn a:hover {
  background-color: #a6521d;
}

#alert .common-box, #emergency .common-box, #alert .box, #emergency .box {
  margin-bottom: 20px;
  overflow-y: auto;
  height: 140px;
}

#alert .common-list, #emergency .common-list, #alert .list, #emergency .list {
  font-size: 110%;
  max-width: 520px;
}

#alert .common-list li, #emergency .common-list li, #alert .list li, #emergency .list li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

#alert .common-list .date, #emergency .common-list .date, #alert .list .date, #emergency .list .date {
  display: block;
}

#alert .common-list .txt, #emergency .common-list .txt, #alert .list .txt, #emergency .list .txt {
  display: block;
}

#alert .common-list .txt a, #emergency .common-list .txt a, #alert .list .txt a, #emergency .list .txt a {
  text-decoration: none;
}

#alert .goto-btn, #emergency .goto-btn {
  clear: both;
  margin: 0 auto;
  padding-right: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
  width: 333px;
  overflow: hidden;
  zoom: 1;
}

#alert .goto-btn a, #emergency .goto-btn a {
  padding: 10px 18px;
  padding-right: 30px;
  background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
  background-color: #c6321e;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  color: #fff;
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#alert .goto-btn a:focus, #emergency .goto-btn a:focus {
  border: 2px solid #7bb6fc !important;
}

@media screen and (max-width: 768px) {
  #alert .common-in, #emergency .common-in {
    margin: 40px auto 0;
    width: 720px;
  }
  #alert .common-box, #emergency .common-box {
    width: 660px;
  }
  #alert .btn, #emergency .btn {
    margin-right: 0;
    text-align: center;
  }
  #alert .common-box, #emergency .common-box, #alert .box, #emergency .box {
    margin-bottom: 20px;
    overflow-y: auto;
    height: 340px;
  }
  #alert .common-list, #emergency .common-list, #alert .list, #emergency .list {
    font-size: 110%;
    max-width: 600px;
  }
  #alert .common-list li, #emergency .common-list li, #alert .list li, #emergency .list li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
  }
  #alert .common-list .date, #emergency .common-list .date, #alert .list .date, #emergency .list .date {
    display: block;
  }
  #alert .common-list .txt, #emergency .common-list .txt, #alert .list .txt, #emergency .list .txt {
    display: block;
  }
  #alert .common-list .txt a, #emergency .common-list .txt a, #alert .list .txt a, #emergency .list .txt a {
    text-decoration: none;
  }
  #alert .goto-btn, #emergency .goto-btn {
    clear: both;
    margin: 0 auto;
    padding-right: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
    width: 530px;
    overflow: hidden;
    zoom: 1;
  }
  #alert .goto-btn a, #emergency .goto-btn a {
    padding: 18px 18px;
    padding-right: 30px;
    background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
    background-color: #c6321e;
    border-radius: 6px;
    border: 2px solid transparent;
    box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #alert .goto-btn a:focus, #emergency .goto-btn a:focus {
    border: 2px solid #7bb6fc !important;
  }
}

/* --------------------------------*/
/* 緊急情報 */
/* --------------------------------*/
#emergency {
  display: block;
}

/* --------------------------------*/
/* 大切なお知らせ */
/* --------------------------------*/
/* 緊急フラグ */
#important {
  padding: 50px 0 70px;
  display: block;
  /* --------------------------------*/
  /* SP用上書き */
  /* --------------------------------*/
  /* SP用上書き */
}

#important .h2-title {
  margin: 0 0 15px;
  padding: 5px 15px 6px;
  background-image: none;
  background-color: #c6321e;
  color: #fff;
  font-size: 120%;
}

#important .in {
  margin: 0 auto;
  padding-bottom: 20px;
  border: 3px solid #c6321e;
  border-radius: 6px;
  max-width: 1200px;
}

#important .box {
  margin: 0 auto;
  max-width: 1130px;
}

#important .btn {
  margin-right: 40px;
  text-align: right;
}

#important .goto-btn {
  display: inline-block !important;
}

#important .goto-btn a:hover {
  background-color: #a6521d;
}

#important .box {
  margin-bottom: 20px;
  overflow-y: auto;
  height: 120px;
}

#important .list {
  font-size: 110%;
  max-width: 1095px;
}

#important .list li {
  clear: both;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  zoom: 1;
}

#important .list .date {
  float: left;
  display: block;
  width: 160px;
}

#important .list .txt {
  float: right;
  display: block;
  width: 900px;
}

#important .list .txt a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #important .list li {
    padding: 15px 0;
  }
  #important .list .date {
    float: none;
    width: 100%;
  }
  #important .list .txt {
    float: none;
    width: 100%;
  }
}

#important .goto-btn {
  clear: both;
  margin: 0 auto;
  padding-right: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
  width: 333px;
  overflow: hidden;
  zoom: 1;
}

#important .goto-btn a {
  padding: 10px 18px;
  padding-right: 30px;
  background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
  background-color: #c6321e;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  color: #fff;
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#important .goto-btn a:focus {
  border: 2px solid #7bb6fc !important;
}

@media screen and (max-width: 768px) {
  #important {
    padding: 35px 0 70px;
  }
  #important .in {
    width: 720px;
  }
  #important .box {
    width: 660px;
  }
  #important .btn {
    margin-right: 0;
    text-align: center;
  }
  #important .common-box, #important .box {
    margin-bottom: 20px;
    overflow-y: auto;
    height: 340px;
  }
  #important .common-list, #important .list {
    font-size: 110%;
    max-width: 600px;
  }
  #important .common-list li, #important .list li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
  }
  #important .common-list .date, #important .list .date {
    display: block;
  }
  #important .common-list .txt, #important .list .txt {
    display: block;
  }
  #important .common-list .txt a, #important .list .txt a {
    text-decoration: none;
  }
  #important .goto-btn {
    clear: both;
    margin: 0 auto;
    padding-right: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
    width: 530px;
    overflow: hidden;
    zoom: 1;
  }
  #important .goto-btn a {
    padding: 18px 18px;
    padding-right: 30px;
    background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
    background-color: #c6321e;
    border-radius: 6px;
    border: 2px solid transparent;
    box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #important .goto-btn a:focus {
    border: 2px solid #7bb6fc !important;
  }
}

/* --------------------------------*/
/* 市民の方へ */
/* --------------------------------*/
#people {
  padding: 80px 0;
  background-image: url(../img_sub/hx_bg_yellow.jpg);
  /* --------------------------------*/
  /* SP用上書き */
  /* --------------------------------*/
  /* 場面別で探す */
  /* --------------------------------*/
  /* 便利なサービス */
  /* --------------------------------*/
  /* トピックス */
  /* --------------------------------*/
  /* 新着情報／お知らせ／イベント・募集 */
}

#people .h2-title {
  margin-bottom: 0.7em;
  font-size: 280%;
  font-weight: bold;
  text-align: center;
}

#people .h3-title {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 0;
  background: url(../img_top/h3_line.png) repeat-x center left;
  border-left: none;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

#people .h3-title span {
  padding: 0.3em 0.5em;
  background-image: url(../img_sub/hx_bg_yellow.jpg);
  display: inline-block;
}

#people h3::before {
  content: "";
  border-left: none;
}

#people .h4-title {
  margin: 0 0 0.5em;
  padding: 0 0 5px 0;
  background: none;
  border-bottom: 2px solid #007524;
  font-size: 160%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #people {
    padding: 50px 0;
  }
  #people .h2-title {
    margin-bottom: 0.3em;
    font-size: 220%;
  }
  #people .h3-title {
    margin-bottom: 0.3em;
    font-size: 130%;
  }
  #people .h4-title {
    font-size: 130%;
  }
}

#people #scene {
  margin: 0 auto 55px;
  overflow: hidden;
  max-width: 1200px;
  zoom: 1;
  /* --------------------------------*/
  /* SP用上書き */
}

#people #scene .list {
  padding-right: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

#people #scene .list li {
  margin-bottom: 30px;
  display: block;
  display: flex;
  align-self: stretch;
  width: 173px;
  /* 繰り返し */
}

#people #scene .list li a {
  display: block;
  width: 100%;
}

#people #scene .list li.card a {
  background-image: url(../img_common/ico_card.png);
}

#people #scene .list li.tax a {
  background-image: url(../img_common/ico_tax.png);
}

#people #scene .list li.edu a {
  background-image: url(../img_common/ico_edu.png);
}

#people #scene .list li.marriage a {
  background-image: url(../img_common/ico_marriage.png);
}

#people #scene .list li.medical a {
  background-image: url(../img_common/ico_medical.png);
}

#people #scene .list li.move a {
  background-image: url(../img_common/ico_move.png);
}

#people #scene .list li.welfare a {
  background-image: url(../img_common/ico_welfare.png);
}

#people #scene .list li.recycle a {
  background-image: url(../img_common/ico_recycle.png);
}

#people #scene .list li.okuyami a {
  background-image: url(../img_common/ico_okuyami.png);
}

#people #scene .list li.stepnavi {
  padding: 20px 0 17px;
  background-color: #fff;
  border-radius: 6px;
  width: 582px;
}

#people #scene .list li.stepnavi .goto-btn {
  clear: both;
  margin: 0 auto;
  padding-right: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
  width: 320px;
  overflow: hidden;
  zoom: 1;
}

#people #scene .list li.stepnavi .goto-btn a {
  padding: 10px 18px;
  padding-right: 30px;
  background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
  background-color: #007524;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  color: #fff;
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#people #scene .list li.stepnavi .goto-btn a:focus {
  border: 2px solid #7bb6fc !important;
}

#people #scene .list li.stepnavi .goto-btn a {
  width: auto;
}

#people #scene .list li.stepnavi .goto-btn a:hover {
  background: #eefcde url(../img_common/category_menu_arrow2.png) no-repeat 95% 50%;
  color: #007524;
}

#people #scene .list li .in {
  margin: 0 auto;
  width: 505px;
}

#people #scene .list li .txt {
  margin-bottom: 1em;
  font-size: 110%;
  text-align: center;
}

#people #scene .list li > a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  padding: 8em 0 15px;
  border-radius: 6px;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  color: #3f3f3f;
  display: block;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#people #scene .list li > a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  #people #scene {
    width: 100%;
  }
  #people #scene .list {
    margin: 0 auto;
    width: 723px;
  }
  #people #scene .list li {
    width: 223px;
  }
  #people #scene .list li.stepnavi {
    padding: 30px 0 27px;
    width: 723px;
  }
  #people #scene .list li.stepnavi .goto-btn {
    font-size: 90%;
    width: 530px;
  }
  #people #scene .list li.stepnavi .goto-btn a {
    padding: 20px 18px;
  }
  #people #scene .list li .in {
    width: 630px;
  }
  #people #scene .list li .txt {
    margin-bottom: 0.5em;
    font-size: 100%;
  }
  #people #scene .list li > a {
    padding: 135px 15px 15px;
    background-position: 50% 30%;
    font-size: 100%;
  }
}

#people #useful {
  clear: left;
  margin: 0 auto 55px;
  overflow: hidden;
  max-width: 1200px;
  zoom: 1;
  /* --------------------------------*/
  /* SP用上書き */
}

#people #useful .list {
  margin-left: -35px;
  padding-right: 3px;
  overflow: hidden;
  zoom: 1;
}

#people #useful .list li {
  float: left;
  margin-left: 35px;
  margin-bottom: 30px;
  padding: 9px 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  display: block;
  width: 273px;
}

#people #useful .list li a {
  color: #3f3f3f;
  display: block;
  text-decoration: none;
}

#people #useful .list li .box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 120%;
  font-weight: bold;
  width: 255px;
}

#people #useful .photo {
  width: 104px;
}

#people #useful .photo img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 104px;
  height: 104px;
}

#people #useful .txt {
  display: block;
  width: 138px;
}

@media screen and (max-width: 768px) {
  #people #useful {
    width: 100%;
  }
  #people #useful .in {
    margin: 0 auto;
    width: 723px;
  }
  #people #useful .list {
    margin-left: -37px;
  }
  #people #useful .list li {
    margin-left: 37px;
    width: 340px;
  }
  #people #useful .list li a {
    font-size: 100%;
  }
  #people #useful .list li .box {
    width: 315px;
  }
  #people #useful .photo {
    width: 132px;
  }
  #people #useful .photo img {
    width: 132px;
    height: 132px;
  }
  #people #useful .txt {
    width: 165px;
  }
}

#people #topics {
  clear: left;
  margin: 0 auto 55px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-width: 1200px;
  zoom: 1;
  /* --------------------------------*/
  /* SP用上書き */
}

#people #topics .box {
  margin: 0 auto;
  max-width: 1180px;
}

#people #topics .h3-title {
  margin: 0 auto 1em;
  max-width: 1155px;
}

#people #topics .h3-title span {
  background-image: none;
  background-color: #fff;
}

#people #topics .slider {
  position: relative;
  margin: 0 auto;
  width: 1103px;
}

#people #topics .list li {
  border-radius: 6px;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  display: block;
}

#people #topics .list li a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#people #topics .list li a:focus {
  border: 1px solid #7bb6fc;
}

#people #topics .list li .in {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#people #topics .photo img {
  border-radius: 6px 6px 0 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 200px;
  height: 155px;
}

#people #topics .txt {
  padding: 12px 20px 12px 15px;
  background: #3f3f3f url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
  border-radius: 0 0 6px 6px;
}

#people #topics .txt .in {
  display: inline-block;
  overflow: hidden;
  min-height: 3em;
}

#people #topics .txt .line-center {
  line-height: 3.5em;
}

#people #topics .no-bxslider {
  margin-left: -25px;
  padding-bottom: 3px;
  overflow: hidden;
}

#people #topics .no-bxslider li {
  float: left;
  margin-left: 25px;
  width: 200px;
}

#people #topics .control .prev {
  top: 85px;
}

#people #topics .control .next {
  top: 85px;
}

#people #topics .bx-viewport {
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  #people #topics {
    width: 723px;
  }
  #people #topics .box {
    width: 660px;
  }
  #people #topics .h3-title {
    width: 100%;
  }
  #people #topics .slider {
    width: 486px;
  }
  #people #topics .photo img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 486px;
    height: 486px;
  }
  #people #topics .txt {
    padding: 15px 40px 15px 20px;
  }
  #people #topics .no-bxslider {
    margin-left: 0;
  }
  #people #topics .no-bxslider li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  #people #topics .control .prev {
    top: 240px;
  }
  #people #topics .control .next {
    top: 240px;
  }
}

#people #whats {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  #people #whats {
    width: 723px;
  }
}

#people #whats .waku {
  background-color: #fff;
  border-radius: 6px;
  height: 350px;
}

@media screen and (max-width: 768px) {
  #people #whats .waku {
    height: 780px;
  }
}

#people #whats .tab {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  #people #whats .tab {
    width: 100%;
  }
}

#people #whats .tab > li {
  width: 340px;
  /* --------------------------------*/
  /* SP用上書き */
}

@media screen and (max-width: 768px) {
  #people #whats .tab > li {
    width: 220px;
  }
}

#people #whats .tab > li .h3-title {
  margin: 0;
  background: none;
  border-radius: 6px 6px 0 0;
}

#people #whats .tab > li .h3-title a {
  padding: 15px 0;
  color: #fff;
  font-size: 80%;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #people #whats .tab > li .h3-title a {
    padding: 20px 0;
    font-size: 70%;
  }
}

#people #whats .tab > li .h3-title a:focus {
  color: #000;
}

#people #whats .tab > li .in {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 35px 0;
  display: none;
  width: 100%;
}

#people #whats .tab > li.news .h3-title {
  background-color: #007524;
  border-top: 3px solid #007524;
}

#people #whats .tab > li.news .goto-btn a {
  background-color: #007524;
}

#people #whats .tab > li.info .h3-title {
  background-color: #685b97;
  border-top: 3px solid #685b97;
}

#people #whats .tab > li.info .goto-btn a {
  background-color: #685b97;
}

#people #whats .tab > li.event .h3-title {
  background-color: #a6521d;
  border-top: 3px solid #a6521d;
}

#people #whats .tab > li.event .goto-btn a {
  background-color: #a6521d;
}

#people #whats .tab > li.active .in {
  display: block;
}

#people #whats .tab > li.on .h3-title {
  background-color: #fff;
  border-radius: 0;
}

#people #whats .tab > li.on .h3-title a {
  color: #3f3f3f;
}

#people #whats .tab > li .box {
  margin-bottom: 20px;
  overflow-y: auto;
  height: 200px;
}

#people #whats .tab > li .list {
  font-size: 110%;
  max-width: 1060px;
}

#people #whats .tab > li .list li {
  clear: both;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  zoom: 1;
}

#people #whats .tab > li .list .date {
  float: left;
  display: block;
  width: 160px;
}

#people #whats .tab > li .list .txt {
  float: right;
  display: block;
  width: 880px;
}

#people #whats .tab > li .list .txt a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #people #whats .tab > li .list li {
    padding: 15px 0;
  }
  #people #whats .tab > li .list .date {
    float: none;
    width: 100%;
  }
  #people #whats .tab > li .list .txt {
    float: none;
    width: 100%;
  }
}

#people #whats .tab > li .goto-btn {
  clear: both;
  margin: 0 auto;
  padding-right: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
  width: 440px;
  overflow: hidden;
  zoom: 1;
}

#people #whats .tab > li .goto-btn a {
  padding: 18px 18px;
  padding-right: 30px;
  background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  color: #fff;
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#people #whats .tab > li .goto-btn a:focus {
  border: 2px solid #7bb6fc !important;
}

@media screen and (max-width: 768px) {
  #people #whats .tab > li .box {
    margin: 0 auto 2em;
    width: 90%;
    height: 570px;
  }
  #people #whats .tab > li .list {
    font-size: 100%;
    width: 95%;
  }
  #people #whats .tab > li .list .date {
    float: none;
    width: 100%;
  }
  #people #whats .tab > li .list .txt {
    float: none;
    width: 100%;
  }
  #people #whats .tab > li .goto-btn {
    width: 530px;
  }
  #people #whats .tab > li .goto-btn a {
    padding: 20px 18px;
    font-size: 110%;
  }
}

/* --------------------------------*/
/* 和泉市について */
/* --------------------------------*/
#about {
  padding: 80px 0 120px;
  background-image: url(../img_sub/hx_bg_green.jpg);
  /* --------------------------------*/
  /* SP用上書き */
  /* --------------------------------*/
  /* 人口・世帯数 */
  /* --------------------------------*/
  /* 市政バナーエリア */
  /* --------------------------------*/
  /* 市政スライドバナーエリア */
  /* --------------------------------*/
  /* テキストリンク */
  /* --------------------------------*/
  /* 広告バナーエリア */
}

#about .h2-title {
  margin-bottom: 0.7em;
  font-size: 280%;
  font-weight: bold;
  text-align: center;
}

#about .h3-title {
  margin: 0 0 0.5em;
  padding: 0;
  background: none;
  border-bottom: 2px solid #007524;
  font-size: 160%;
  text-align: center;
}

#about .h3-title::before {
  border-left: none;
}

#about .in {
  margin: 0 auto 55px;
  overflow: hidden;
  max-width: 1200px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  #about {
    padding: 50px 0;
  }
  #about .h2-title {
    margin-bottom: 0.3em;
    font-size: 220%;
  }
  #about .in {
    width: 723px;
  }
}

#about #city-data {
  float: left;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 6px;
  min-width: 570px;
  /* --------------------------------*/
  /* SP用上書き */
}

#about #city-data .box {
  margin: 0 auto;
  width: 510px;
}

#about #city-data .h3-title {
  margin-bottom: 40px;
}

#about #city-data .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  zoom: 1;
}

#about #city-data .list li {
  margin-bottom: 30px;
  padding: 15px 15px 15px 95px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  box-sizing: border-box;
  font-size: 120%;
  font-weight: bold;
  flex: 0 0 255px;
  max-width: 255px;
  word-wrap: break-word;
  /* 繰り返し */
}

#about #city-data .list li.all-people {
  background-image: url(../img_top/ico_people.png);
}

#about #city-data .list li.all-house {
  background-image: url(../img_top/ico_house.png);
}

#about #city-data .list li.all-male {
  background-image: url(../img_top/ico_male.png);
}

#about #city-data .list li.all-female {
  background-image: url(../img_top/ico_female.png);
}

#about #city-data .list li.date {
  margin-bottom: 0;
  padding: 12px 0 0 10px;
  width: 200px;
}

#about #city-data .list li.goto-btn {
  margin-bottom: 0;
  padding: 0;
  width: 273px;
}

#about #city-data .list a {
  padding: 12px 18px;
  background: url(../img_common/header_menu_arrow.png) no-repeat 95% 50%;
  background-color: #007524;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  color: #fff;
  display: block;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#about #city-data .list a:focus {
  border: 2px solid #7bb6fc !important;
}

@media screen and (max-width: 768px) {
  #about #city-data {
    float: none;
    margin-bottom: 30px;
    max-width: 723px;
  }
  #about #city-data .box {
    width: 640px;
  }
  #about #city-data .h3-title {
    margin-bottom: 30px;
    font-size: 140%;
  }
  #about #city-data .list li {
    margin-bottom: 15px;
    font-size: 100%;
    width: 320px;
  }
  #about #city-data .list li.date {
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
    width: 100%;
  }
  #about #city-data .list li.goto-btn {
    margin: 0 auto;
    display: inline-block;
    width: 530px;
  }
  #about #city-data .list .goto-btn a {
    padding: 20px 18px;
  }
}

#about #city-bnr {
  float: right;
  max-width: 573px;
  /* --------------------------------*/
  /* SP用上書き */
}

#about #city-bnr .list {
  margin-left: -27px;
  padding-right: 3px;
  overflow: hidden;
  zoom: 1;
}

#about #city-bnr .list li {
  float: left;
  margin-left: 27px;
  margin-bottom: 27px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  width: 170px;
}

#about #city-bnr .list li a {
  color: #3f3f3f;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#about #city-bnr .list li .box {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}

#about #city-bnr .photo img {
  border-radius: 6px 6px 0 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 170px;
  height: 145px;
}

#about #city-bnr .txt {
  padding: 7px 10px;
}

@media screen and (max-width: 768px) {
  #about #city-bnr {
    float: none;
    max-width: 723px;
  }
  #about #city-bnr .list {
    margin-left: -39px;
  }
  #about #city-bnr .list li {
    margin-left: 39px;
    width: 340px;
  }
  #about #city-bnr .list li a {
    font-size: 100%;
  }
  #about #city-bnr .photo img {
    border-radius: 6px 6px 0 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 337px;
  }
  #about #city-bnr .txt {
    padding: 20px 10px;
  }
}

#about #city-slide-bnr {
  clear: both;
  margin: 0 auto 55px;
  overflow: hidden;
  max-width: 1200px;
  zoom: 1;
  /* --------------------------------*/
  /* SP用上書き */
}

#about #city-slide-bnr .slider {
  position: relative;
  margin: 0 auto;
  width: 1103px;
}

#about #city-slide-bnr .list li {
  border-radius: 6px;
  box-shadow: 3px 3px rgba(157, 185, 96, 0.3);
  display: block;
}

#about #city-slide-bnr .list li a {
  border: 2px solid transparent;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#about #city-slide-bnr .list li a:focus {
  border: 2px solid #7bb6fc !important;
}

#about #city-slide-bnr .photo img {
  border-radius: 6px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 200px;
  height: 200px;
}

#about #city-slide-bnr .no-bxslider {
  margin-left: -25px;
  padding-bottom: 3px;
  overflow: hidden;
}

#about #city-slide-bnr .no-bxslider li {
  float: left;
  margin-left: 25px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  #about #city-slide-bnr {
    width: 723px;
  }
  #about #city-slide-bnr .box {
    width: 660px;
  }
  #about #city-slide-bnr .slider {
    width: 486px;
  }
  #about #city-slide-bnr .photo img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 486px;
  }
  #about #city-slide-bnr .txt {
    padding: 20px 18px;
  }
  #about #city-slide-bnr .no-bxslider {
    margin-left: 0;
  }
  #about #city-slide-bnr .no-bxslider li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}

#about #txt-link {
  margin: 0 auto 55px;
  background-color: #fff;
  border-radius: 6px;
  max-width: 1200px;
  /* --------------------------------*/
  /* SP用上書き */
}

#about #txt-link .list {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  width: 1100px;
}

#about #txt-link .list li {
  margin-bottom: 20px;
  padding: 0 2em 0 15px;
  background: url(../img_top/txt_link_arrow.png) no-repeat 0 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #about #txt-link {
    width: 723px;
  }
  #about #txt-link .list {
    width: 640px;
  }
}

#about #kb-bnr {
  margin: 0 auto;
  padding: 25px 0 20px;
  background-color: #fff;
  border-radius: 6px;
  max-width: 1200px;
  /* --------------------------------*/
  /* SP用上書き */
}

#about #kb-bnr .in {
  margin: 0 auto;
  width: 810px;
}

#about #kb-bnr .h3-title {
  margin: 0 0 0.7em;
  padding: 0 0 5px 0;
  border: none;
  font-size: 160%;
}

#about #kb-bnr .list {
  margin-left: -30px;
  overflow: hidden;
}

#about #kb-bnr .list li {
  float: left;
  margin-left: 30px;
  width: 180px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #about #kb-bnr {
    width: 723px;
  }
  #about #kb-bnr .in {
    width: 600px;
  }
  #about #kb-bnr .list {
    margin-left: -33px;
    overflow: hidden;
  }
  #about #kb-bnr .list li {
    margin-left: 33px;
    width: 178px;
    height: 70px;
  }
}

/* --------------------------------*/
/* bx-slider */
/* --------------------------------*/
.bx-viewport {
  padding-bottom: 3px;
  padding-right: 3px;
}

#main-img .bx-viewport {
  height: 680px !important;
}

/* slider 前・次*/
.control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.control .prev {
  position: absolute;
  top: 75px;
  left: -40px;
  width: 25px;
}

.control .next {
  position: absolute;
  top: 75px;
  right: -40px;
  width: 25px;
}

.control .bx-prev {
  background: url(../img_top/control_prev.png) no-repeat;
  background-size: 25px 50px;
  display: block;
  width: 25px;
  height: 50px;
}

.control .bx-next {
  background: url(../img_top/control_next.png) no-repeat;
  background-size: 25px 50px;
  display: block;
  width: 25px;
  height: 50px;
}

/* slider 下部ボタン */
.pager-auto {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx-pager {
  display: flex;
  justify-content: center;
}

/* slider ページャー */
.bx-pager-item {
  font-size: 0;
}

.bx-pager-item a {
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #007524;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
}

.bx-pager-item a.active {
  background-color: #007524;
}

/* slider 再生・停止 */
.bx-start {
  background: url(../img_top/pager_play.png) no-repeat;
  background-size: 30px 30px;
  display: block;
  width: 30px;
  height: 30px;
}

.bx-stop {
  background: url(../img_top/pager_stop.png) no-repeat;
  background-size: 30px 30px;
  display: block;
  width: 30px;
  height: 30px;
}

.bx-controls-auto-item a.active {
  display: none;
}

/* --------------------------------*/
/* bx-slider */
/* --------------------------------*/
/* bx-sliderSP用上書き */
@media screen and (max-width: 768px) {
  #main-img .bx-viewport {
    height: 750px !important;
  }
  /* slider 前・次*/
  .control .prev {
    position: absolute;
    top: 180px;
    left: -75px;
    width: 45px;
  }
  .control .next {
    position: absolute;
    top: 180px;
    right: -75px;
    width: 45px;
  }
  .control .bx-prev {
    background-size: 45px 90px;
    width: 45px;
    height: 90px;
  }
  .control .bx-next {
    background-size: 45px 90px;
    width: 45px;
    height: 90px;
  }
  /* slider ページャー */
  .bx-pager-item {
    height: 33px;
  }
  .bx-pager-item a {
    width: 33px;
    height: 33px;
  }
  /* slider 再生・停止 */
  .bx-start {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .bx-stop {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
}

/* --------------------------------*/
/* 印刷対応 */
/* --------------------------------*/
@media print {
  body {
    zoom: 95%;
  }
  .header-menu .open-btn {
    display: none !important;
  }
}

@-moz-document url-prefix() {}@media all and (-ms-high-contrast: none) {
  #people, #city-slide-bnr {
    page-break-before: always;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  position: relative;
  margin-top: 5em;
}

footer #pagetop-pc {
  position: absolute;
  top: -60px;
  right: 15px;
}

footer #pagetop-pc a {
  border: 2px solid transparent;
}

footer #pagetop-pc a:focus {
  border: 2px solid #7bb6fc !important;
}

footer .footer-menu {
  background-color: #007524;
}

footer .footer-menu .list {
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  width: 800px;
}

footer .footer-menu .list li a {
  padding: 0 10px 0 20px;
  background: url(../img_common/footer_menu_arrow.png) no-repeat 0 50%;
  color: #fff;
  display: block;
}

footer .footer-area {
  margin: 0 auto;
  padding: 30px 0;
  width: 1000px;
}

footer .footer-area .city-name-area {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 70px;
  background: url(../img_common/footer_logo.png) no-repeat top left;
  background-size: 60px;
}

footer .footer-area .city-name {
  font-size: 180%;
  font-weight: bold;
  line-height: 1;
}

footer .footer-area .city-num {
  font-size: 90%;
}

footer .footer-area .city-info {
  color: #000;
}

footer .footer-area .in {
  overflow: hidden;
}

footer .footer-area .in .box {
  float: left;
  width: 42%;
}

footer .footer-area .in .box2 {
  float: right;
  width: 42%;
}

footer .copyright {
  padding: 0.3em 0;
  border-bottom: 3px solid #007524;
  background-color: #e5efd0;
  font-size: 90%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer #pagetop-pc {
    top: auto;
    bottom: 15px;
  }
  footer .footer-menu {
    padding-top: 0.5em;
  }
  footer .footer-menu .list {
    display: block;
    overflow: hidden;
    width: 95%;
  }
  footer .footer-menu .list li {
    float: left;
    padding-bottom: 0.5em;
    width: 50%;
  }
  footer .footer-area {
    width: 95%;
  }
  footer .footer-area .city-name-area {
    margin-bottom: 30px;
    margin-left: 165px;
    padding-top: 15px;
    padding-left: 110px;
    background-size: 100px;
    width: 410px;
  }
  footer .footer-area .city-name {
    font-size: 150%;
  }
  footer .footer-area .in .box {
    float: none;
    margin-bottom: 1em;
    font-size: 90%;
    width: 100%;
  }
  footer .footer-area .in .box2 {
    float: none;
    font-size: 90%;
    width: 100%;
  }
  footer .copyright {
    padding-left: 0.5em;
    font-size: 80%;
    text-align: left;
  }
}
