@charset "UTF-8";
/*
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;
  background: #dcf0ee;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 6px;
}

h2.head-title:before, .wysiwyg h2:before, .free-layout-area h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

h2.head-title:after, .wysiwyg h2:after, .free-layout-area h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 5px;
  border: 1px solid #fff;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 125%;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #16998c;
  padding: 12px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  font-size: 110%;
  padding-bottom: 7px;
  border-bottom: 2px solid #16998c;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  border-left: 5px solid #16998c;
  padding-left: 10px;
  display: block;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 10px 15px;
  line-height: 1.2;
  border-bottom: 1px dashed #16998c;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 110%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  position: relative;
}

h6:before, .wysiwyg h6:before, .free-layout-area h6:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4px;
}

.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 #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eee;
}

.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;
}

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: #10746a;
  text-align: center;
}

.scheme2 {
  border: 1px solid #10746a;
  text-align: center;
}

.scheme3 {
  background-color: #fff;
  text-align: center;
}

.scheme4 {
  background-color: #10746a;
  text-align: center;
}

.scheme5 {
  border: 1px solid #10746a;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #10746a;
  text-align: center;
}

.scheme8 {
  background-color: #c7e5e2;
  text-align: center;
}

.scheme9 {
  background-color: #fff;
  text-align: center;
}

.scheme10 {
  background-color: #10746a;
  text-align: center;
}

.scheme11 {
  background-color: #30778e;
  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 #ccc !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: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 43px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 83px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 43px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 83px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 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: 30px !important;
    height: 30px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

.serif {
  font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ",Meiryo,serif;
}

header .list li.nav6 {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: .7;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  #header {
    background: #f6f6f6;
    border-bottom: 2px solid #efefef;
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .box {
    width: 1000px;
    margin: 0 auto;
  }
  #header .box #header-logo {
    float: left;
    padding-top: 26px;
  }
  #header #header-nav {
    float: right;
    max-width: 820px;
  }
  #header #header-nav .list {
    display: table;
    width: 100%;
  }
  #header #header-nav .list::after {
    clear: both;
    content: "";
    display: block;
  }
  #header #header-nav .list > li {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: -webkit-calc((100% - 0px) / 6);
    width: calc((100% - 0px) / 6);
  }
  #header #header-nav .list > li:nth-child(-n+6) {
    margin-top: 0;
  }
  #header #header-nav .list > li:nth-child(6n+1) {
    margin-left: 0;
  }
  #header #header-nav .list li {
    text-align: center;
    display: table;
    height: 90px;
    box-sizing: border-box;
    line-height: 1.2;
    vertical-align: top;
  }
  #header #header-nav .list li.nav0 {
    display: none;
  }
  #header #header-nav .list li.nav8 {
    width: 100px;
  }
  #header #header-nav .list li.nav1 {
    width: 128px;
  }
  #header #header-nav .list li.nav2 {
    width: 120px;
  }
  #header #header-nav .list li.nav3 {
    width: 110px;
  }
  #header #header-nav .list li.nav4 {
    width: 110px;
  }
  #header #header-nav .list li.nav5 {
    width: 100px;
  }
  #header #header-nav .list li.nav7 {
    width: 110px;
  }
  #header #header-nav .list li a {
    display: table-cell;
    text-decoration: none;
    vertical-align: middle;
    height: 100%;
    color: #333;
    position: relative;
  }
  #header #header-nav .list li:not(.lang) {
    font-size: 110%;
    font-weight: bold;
  }
  #header #header-nav .list li:not(.lang) a {
    background: url(../img_common/nav_line.png) no-repeat left center;
  }
  #header #header-nav .list li.lang a {
    background: #fbfbfb;
    padding-top: 10px;
    border-left: none;
  }
  #header #header-nav .list li.lang a:after {
    content: url(../img_common/arrow_lang.png);
    display: block;
    margin: 0 auto;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    width: 768px;
    /* モーダル */
  }
  #sp-header .box {
    background: #f6f6f6;
    display: block;
    height: 120px;
    position: relative;
    z-index: 10;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    width: 40%;
    padding: 29px 0 29px 20px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background-color: #FFF;
    box-sizing: border-box;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    position: absolute;
    right: 0;
    top: -120px;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    text-align: center;
    font-size: 147%;
    font-weight: bold;
  }
  #sp-header .modal-search .list li a,
  #sp-header .modal-menu .list li a {
    display: block;
    padding: 70px 20px;
    color: #333;
    text-decoration: none;
    background: #f6f6f6;
  }
  #sp-header .modal-search .list li:nth-child(2n+1) a,
  #sp-header .modal-menu .list li:nth-child(2n+1) a {
    background: #efefef;
  }
  #sp-header .modal-search .list li .lang,
  #sp-header .modal-menu .list li .lang {
    font-size: 90%;
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
}

@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%;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#wrapper {
  overflow: hidden;
}

.nodata {
  padding: 20px;
}

@media print, screen and (min-width: 769px) {
  #main-slider {
    max-height: 530px;
    width: 100%;
    min-width: 1040px;
    position: relative;
    top: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #main-slider {
    position: relative;
    height: 585px;
    width: 768px;
  }
}

#main-slider .txt {
  position: absolute;
  z-index: 52;
  margin-left: -217px;
  left: 50%;
}

@media print, screen and (min-width: 769px) {
  #main-slider .txt {
    top: 150px;
  }
}

@media screen and (max-width: 768px) {
  #main-slider .txt {
    top: 185px;
  }
}

@media print, screen and (min-width: 769px) {
  #main-slider .list li img {
    min-width: 100%;
  }
}

#main-slider .bx-controls {
  position: absolute;
  z-index: 51;
}

@media print, screen and (min-width: 769px) {
  #main-slider .bx-controls {
    right: 35px;
    bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  #main-slider .bx-controls {
    right: 20px;
    bottom: 20px;
  }
}

#main-slider .bx-controls .bx-pager {
  display: none;
}

#main-slider .bx-controls .bx-controls-auto a {
  display: block;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #main-slider .bx-controls .bx-controls-auto a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #main-slider .bx-controls .bx-controls-auto a {
    width: 45px;
    height: 45px;
  }
}

#main-slider .bx-controls .bx-controls-auto a.bx-stop {
  background: url(../img_top/slider_stop.png);
  background-size: 100% 100%;
}

#main-slider .bx-controls .bx-controls-auto a.bx-start {
  background: url(../img_top/slider_start.png);
  background-size: 100% 100%;
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 768px) {
  #container {
    width: 728px;
    box-sizing: border-box;
    margin: 30px 20px 0;
  }
  #container .in h2.title {
    text-align: center;
  }
}

.sub-title {
  font-weight: normal;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .sub-title {
    font-size: 167%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 118%;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .sub-title .small {
    font-size: 67%;
  }
}

@media screen and (max-width: 768px) {
  .sub-title .small {
    font-size: 78%;
  }
}

.sub-title:after {
  content: "";
  height: 1px;
  background: #16998c;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .sub-title:after {
    width: 300px;
    margin-left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .sub-title:after {
    width: 620px;
    margin-left: -60px;
  }
}

@media print, screen and (min-width: 769px) {
  .emergency,
  .important {
    padding: 9px 0;
  }
}

@media screen and (max-width: 768px) {
  .emergency,
  .important {
    padding: 23px 23px 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .emergency .in,
  .important .in {
    display: table;
  }
}

.emergency .in .title,
.important .in .title {
  font-weight: normal;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .emergency .in .title,
  .important .in .title {
    font-size: 139%;
    display: table-cell;
    width: 210px;
    vertical-align: middle;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .title,
  .important .in .title {
    font-size: 132%;
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .emergency .in .list,
  .important .in .list {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px 10px 34px;
  }
}

@media print, screen and (min-width: 769px) {
  .emergency .in .list li,
  .important .in .list li {
    margin-bottom: 15px;
    font-size: 111%;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .list li,
  .important .in .list li {
    margin-top: 40px;
  }
}

.emergency .in .list li .date,
.important .in .list li .date {
  color: #666;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .emergency .in .list li .date,
  .important .in .list li .date {
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .list li .date,
  .important .in .list li .date {
    padding-left: 28px;
    display: block;
  }
}

.emergency .in .list li a,
.important .in .list li a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .emergency .in .list li a,
  .important .in .list li a {
    display: block;
    margin-left: 10.5em;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .list li a,
  .important .in .list li a {
    margin-left: 28px;
    display: inline-block;
  }
}

.emergency .in .list li:last-child,
.important .in .list li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .emergency {
    border: 1px solid #e5b9ba;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .emergency {
    border: 2px solid #e5b9ba;
    margin-bottom: 36px;
  }
}

@media print, screen and (min-width: 769px) {
  .emergency .in .title {
    border-right: 1px solid #e5b9ba;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .title {
    border-bottom: 1px solid #e5b9ba;
  }
}

.emergency .in .title img {
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .emergency .in .title img {
    width: 18px;
    margin: -6px 8px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .title img {
    margin: -6px 15px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .emergency .in .list li .date {
    background: url(../img_top/arrow_red.png) no-repeat left 7px;
    background-size: 5px auto;
  }
}

@media screen and (max-width: 768px) {
  .emergency .in .list li .date {
    background: url(../img_top/arrow_red.png) no-repeat left 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .important {
    border: 1px solid #f0ecbc;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .important {
    border: 2px solid #f0ecbc;
    margin-bottom: 36px;
  }
}

@media print, screen and (min-width: 769px) {
  .important .in .title {
    border-right: 1px solid #f0ecbc;
  }
}

@media screen and (max-width: 768px) {
  .important .in .title {
    border-bottom: 1px solid #f0ecbc;
  }
}

.important .in .title img {
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .important .in .title img {
    width: 22px;
    margin: -6px 8px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .important .in .title img {
    margin: -6px 15px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .important .in .list li .date {
    background: url(../img_top/arrow_ocher.png) no-repeat left 7px;
    background-size: 5px auto;
  }
}

@media screen and (max-width: 768px) {
  .important .in .list li .date {
    background: url(../img_top/arrow_ocher.png) no-repeat left 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .disaster {
    border: 1px solid #e5b9ba;
    padding: 9px 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .disaster {
    border: 2px solid #e5b9ba;
    padding: 23px 23px 50px;
    margin-bottom: 130px;
  }
}

@media print, screen and (min-width: 769px) {
  .disaster .in {
    display: table;
    width: 100%;
  }
}

.disaster .in .title {
  font-weight: normal;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .disaster .in .title {
    font-size: 139%;
    display: table-cell;
    width: 210px;
    vertical-align: middle;
    padding: 15px 0;
    border-right: 1px solid #e5b9ba;
  }
}

@media screen and (max-width: 768px) {
  .disaster .in .title {
    font-size: 132%;
    border-bottom: 1px solid #e5b9ba;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .disaster .in .box {
    display: table-cell;
  }
}

@media print, screen and (min-width: 769px) {
  .disaster .in .box .list {
    min-height: 63px;
    width: 100%;
  }
  .disaster .in .box .list::after {
    clear: both;
    content: "";
    display: block;
  }
  .disaster .in .box .list > li {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: -webkit-calc((100% - 0px) / 4);
    width: calc((100% - 0px) / 4);
  }
  .disaster .in .box .list > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .disaster .in .box .list > li:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .disaster .in .box .list {
    width: 100%;
  }
  .disaster .in .box .list::after {
    clear: both;
    content: "";
    display: block;
  }
  .disaster .in .box .list > li {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: -webkit-calc((100% - 0px) / 2);
    width: calc((100% - 0px) / 2);
  }
  .disaster .in .box .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .disaster .in .box .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.disaster .in .box .list li {
  text-align: center;
  display: table;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .disaster .in .box .list li {
    font-size: 111%;
    height: 63px;
    width: 25%;
  }
  .disaster .in .box .list li:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }
}

@media screen and (max-width: 768px) {
  .disaster .in .box .list li {
    height: 165px;
    width: 50%;
    font-size: 132%;
  }
  .disaster .in .box .list li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #e5b9ba;
  }
  .disaster .in .box .list li:nth-child(2n) {
    border-left: 1px solid #e5b9ba;
  }
}

.disaster .in .box .list li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.disaster .in .box .list li a img {
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .disaster .in .box .list li a img {
    width: 27px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .disaster .in .box .list li a img {
    margin-right: 20px;
    margin-top: -6px;
  }
}

.search {
  background: url(../img_top/bg_gray.png);
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .search {
    font-size: 111%;
    vertical-align: middle;
    position: relative;
  }
  .search:before {
    content: "";
    width: 500%;
    height: 100%;
    background: url(../img_top/bg_gray.png);
    display: block;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .search {
    margin: 0 -20px 90px;
    padding: 80px 45px 110px;
  }
}

@media print, screen and (min-width: 769px) {
  .search .in {
    position: relative;
    padding: 50px 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .search .in .title {
    width: 135px;
    float: left;
  }
  .search .in .title img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .search .in .title {
    width: 294px;
    margin: 0 auto 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .search .in .box {
    float: right;
    padding-top: 40px;
    width: 614px;
  }
}

@media print, screen and (min-width: 769px) {
  .search .in .box .search-form {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .search .in .box .search-form {
    margin-bottom: 40px;
  }
}

.search .in .box .search-form .input-field input {
  float: left;
  border: 1px solid #d8d8d8;
  border-right: none;
  box-sizing: border-box;
  padding: 5px 10px;
}

@media print, screen and (min-width: 769px) {
  .search .in .box .search-form .input-field input {
    height: 46px;
    width: 558px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .search .in .box .search-form .input-field input {
    height: 84px;
    width: 586px;
    font-size: 28px;
  }
}

.search .in .box .search-form .input-btn {
  float: right;
}

.search .in .box .search-form .input-btn button {
  border: none;
  background: #333;
  text-align: center;
  border-radius: 0 3px 3px 0;
}

@media print, screen and (min-width: 769px) {
  .search .in .box .search-form .input-btn button {
    width: 56px;
    height: 46px;
    cursor: pointer;
  }
  .search .in .box .search-form .input-btn button:hover {
    opacity: .7;
  }
  .search .in .box .search-form .input-btn button img {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .search .in .box .search-form .input-btn button {
    width: 92px;
    height: 84px;
  }
}

.search .in .box .keywords {
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  .search .in .box .keywords {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  .search .in .box .keywords {
    padding: 35px;
  }
}

.search .in .box .keywords .list {
  margin-top: -0px;
  margin-left: -0px;
  letter-spacing: -.5em;
  letter-spacing: 0;
}

.search .in .box .keywords .list > li {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
}

.search .in .box .keywords .list li {
  margin-bottom: 5px;
}

.search .in .box .keywords .list li a {
  color: #333;
}

.search .in .box .keywords .list li:after {
  content: "/";
  margin: 0 15px;
}

.life {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .life .title {
    float: right;
    width: 135px;
  }
  .life .title img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .life .title {
    width: 294px;
    margin: 0 auto 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .life .box {
    float: left;
    width: 810px;
    padding-top: 15px;
    font-size: 111%;
  }
}

@media print, screen and (min-width: 769px) {
  .life .box .list {
    font-size: 87.5%;
    margin-top: 30px;
  }
  .life .box .list::after {
    clear: both;
    content: "";
    display: block;
  }
  .life .box .list > li {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: -webkit-calc((100% - 0px) / 6);
    width: calc((100% - 0px) / 6);
  }
  .life .box .list > li:nth-child(-n+6) {
    margin-top: 0;
  }
  .life .box .list > li:nth-child(6n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .life .box .list {
    font-size: 110%;
    margin-top: 40px;
  }
  .life .box .list::after {
    clear: both;
    content: "";
    display: block;
  }
  .life .box .list > li {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: -webkit-calc((100% - 0px) / 3);
    width: calc((100% - 0px) / 3);
  }
  .life .box .list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .life .box .list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.life .box .list li {
  display: table;
  text-align: center;
}

.life .box .list li a {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .life .box .list li a {
    height: 135px;
  }
}

@media screen and (max-width: 768px) {
  .life .box .list li a {
    height: 230px;
  }
}

.life .box .list li a img {
  display: block;
  margin: 0 auto 8px;
}

@media print, screen and (min-width: 769px) {
  .life .box .list li a img {
    width: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .life .box .list li:nth-child(-n + 6):nth-child(2n), .life .box .list li:nth-child(n + 6):nth-child(2n+1) {
    background: #fbfbfb;
  }
}

@media screen and (max-width: 768px) {
  .life .box .list li:nth-child(2n) {
    background: #fbfbfb;
  }
}

.life .procedure {
  background: #fbfbfb;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .life .procedure {
    padding: 15px 30px 20px;
    margin: 30px 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .life .procedure {
    padding: 30px 45px 110px;
    margin: 110px -20px 0;
  }
}

@media screen and (max-width: 768px) {
  .life .procedure .procedure-in {
    padding: 35px;
    background: #fff;
  }
}

@media print, screen and (min-width: 769px) {
  .life .procedure .procedure-in .list {
    margin-top: -0px;
    margin-left: -0px;
  }
  .life .procedure .procedure-in .list::after {
    clear: both;
    content: "";
    display: block;
  }
  .life .procedure .procedure-in .list > li {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .life .procedure .procedure-in .list {
    margin-top: -40px;
    margin-left: -23px;
    letter-spacing: -.5em;
    margin: -40px -15px 0 -38px;
    text-align: center;
  }
  .life .procedure .procedure-in .list > li {
    display: inline-block;
    margin-top: 40px;
    margin-left: 23px;
    letter-spacing: normal;
    vertical-align: top;
  }
}

.life .procedure .procedure-in .list li {
  text-align: center;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  .life .procedure .procedure-in .list li {
    width: 134px;
    font-size: 97%;
  }
}

@media screen and (max-width: 768px) {
  .life .procedure .procedure-in .list li {
    width: 197px;
  }
}

.life .procedure .procedure-in .list li a {
  display: block;
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .life .procedure .procedure-in .list li a img {
    width: 102px;
    display: block;
    margin: 0 auto 8px;
  }
}

@media screen and (max-width: 768px) {
  .life .procedure .procedure-in .list li a img {
    margin-bottom: 15px;
  }
}

.bxslider {
  position: relative;
}

.bxslider .bx-controls {
  font-size: 0;
}

.bxslider .bx-pager {
  display: inline-block;
}

.bxslider .bx-pager .bx-pager-item {
  display: inline-block;
  font-size: 14px;
}

@media print, screen and (min-width: 769px) {
  .bxslider .bx-pager .bx-pager-item {
    margin-right: 2px;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .bx-pager .bx-pager-item {
    margin-right: 7px;
  }
}

.bxslider .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  box-sizing: border-box;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  .bxslider .bx-pager .bx-pager-item .bx-pager-link {
    height: 12px;
    width: 12px;
    border-bottom: 1px solid #71cbc2;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .bx-pager .bx-pager-item .bx-pager-link {
    height: 45px;
    width: 45px;
    border-bottom: 4px solid #71cbc2;
  }
}

@media print, screen and (min-width: 769px) {
  .bxslider .bx-pager .bx-pager-item .bx-pager-link.active {
    border-bottom: 1px solid #16998c;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .bx-pager .bx-pager-item .bx-pager-link.active {
    border-bottom: 4px solid #16998c;
  }
}

.bxslider .bx-controls-auto {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.bxslider .direction a {
  position: absolute;
  top: 50%;
  display: block;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  .bxslider .direction a {
    width: 14px;
    height: 44px;
    margin-top: -22px;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .direction a {
    width: 28px;
    height: 90px;
    margin-top: -77px;
  }
}

.bxslider .direction a.slide-prev {
  background: url(../img_top/slider_prev.png) no-repeat center center #16998c;
}

@media print, screen and (min-width: 769px) {
  .bxslider .direction a.slide-prev {
    left: -2px;
    background-size: 5px auto;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .direction a.slide-prev {
    left: -4px;
  }
}

.bxslider .direction a.slide-next {
  background: url(../img_top/slider_next.png) no-repeat center center #16998c;
}

@media print, screen and (min-width: 769px) {
  .bxslider .direction a.slide-next {
    right: -2px;
    background-size: 5px auto;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .direction a.slide-next {
    right: -4px;
  }
}

.bxslider .bx-controls-auto a {
  display: block;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  .bxslider .bx-controls-auto a {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .bxslider .bx-controls-auto a {
    width: 45px;
    height: 45px;
  }
}

.bxslider .bx-controls-auto a.bx-stop {
  background: url(../img_top/slider_stop.png);
  background-size: 100% 100%;
}

.bxslider .bx-controls-auto a.bx-start {
  background: url(../img_top/slider_start.png);
  background-size: 100% 100%;
}

.eventNews .news,
.eventNews .event {
  background: rgba(255, 255, 255, 0.7);
}

.eventNews .news .news-box,
.eventNews .news .event-box,
.eventNews .event .news-box,
.eventNews .event .event-box {
  background: #fff;
  border: 1px solid #92c6c1;
}

.eventNews .news .news-box .list,
.eventNews .news .event-box .list,
.eventNews .event .news-box .list,
.eventNews .event .event-box .list {
  overflow: auto;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .eventNews .news .news-box .list,
  .eventNews .news .event-box .list,
  .eventNews .event .news-box .list,
  .eventNews .event .event-box .list {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .news .news-box .list,
  .eventNews .news .event-box .list,
  .eventNews .event .news-box .list,
  .eventNews .event .event-box .list {
    padding: 23px;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .news .news-box .list li,
  .eventNews .news .event-box .list li,
  .eventNews .event .news-box .list li,
  .eventNews .event .event-box .list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .news .news-box .list li,
  .eventNews .news .event-box .list li,
  .eventNews .event .news-box .list li,
  .eventNews .event .event-box .list li {
    margin-bottom: 15px;
  }
}

.eventNews .news .news-box .list li .date,
.eventNews .news .event-box .list li .date,
.eventNews .event .news-box .list li .date,
.eventNews .event .event-box .list li .date {
  display: block;
  color: #666;
}

@media print, screen and (min-width: 769px) {
  .eventNews .news .news-box .list li .date,
  .eventNews .news .event-box .list li .date,
  .eventNews .event .news-box .list li .date,
  .eventNews .event .event-box .list li .date {
    background: url(../img_common/arrow_green.png) no-repeat left 6px;
    background-size: 5px auto;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .news .news-box .list li .date,
  .eventNews .news .event-box .list li .date,
  .eventNews .event .news-box .list li .date,
  .eventNews .event .event-box .list li .date {
    background: url(../img_common/arrow_green.png) no-repeat left 12px;
    padding-left: 18px;
  }
}

.eventNews .news .news-box .list li a,
.eventNews .news .event-box .list li a,
.eventNews .event .news-box .list li a,
.eventNews .event .event-box .list li a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .eventNews .news .news-box .list li a,
  .eventNews .news .event-box .list li a,
  .eventNews .event .news-box .list li a,
  .eventNews .event .event-box .list li a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .news .news-box .list li a,
  .eventNews .news .event-box .list li a,
  .eventNews .event .news-box .list li a,
  .eventNews .event .event-box .list li a {
    margin-left: 18px;
  }
}

.eventNews {
  background-size: cover;
  background-position: center top;
}

@media print, screen and (min-width: 769px) {
  .eventNews {
    background-image: url(../img_top/bg_event_pc.jpg);
  }
}

@media screen and (max-width: 768px) {
  .eventNews {
    background-image: url(../img_top/bg_event_sp.jpg);
  }
}

@media screen and (min-width: 1040px) {
  .eventNews {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 70px 0 50px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eventNews {
    padding: 70px 0 50px;
    margin: 0 -20px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews {
    margin: 0 -20px;
    padding: 80px 45px;
  }
}

.eventNews .in {
  box-sizing: border-box;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in {
    width: 1000px;
    padding-right: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .title {
    float: left;
    width: 135px;
  }
  .eventNews .in .title img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .title {
    width: 294px;
    margin: 0 auto 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box {
    width: 740px;
    float: right;
    padding-top: 20px;
  }
  .eventNews .in .box .top-txt {
    font-size: 125%;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .btn-calendar {
    font-size: 167%;
    margin: 35px 0 22px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .btn-calendar {
    font-size: 132%;
    margin: 60px 0 40px;
  }
}

.eventNews .in .box .btn-calendar a {
  display: block;
  border: solid 1px #e9e9e9;
  background: #fff;
  text-decoration: none;
  color: #333;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .btn-calendar a {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .btn-calendar a {
    padding: 15px 0 15px 178px;
  }
}

.eventNews .in .box .btn-calendar a:before {
  content: "";
  background: url(../img_top/icon_calendar.png);
  display: inline-block;
  position: absolute;
  background-size: 100%;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .btn-calendar a:before {
    width: 98px;
    height: 90px;
    left: 100px;
    margin-top: -28px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .btn-calendar a:before {
    width: 143px;
    height: 130px;
    left: 10px;
    margin-top: -35px;
  }
}

.eventNews .in .box .btn-calendar a:after {
  content: "";
  background: url(../img_top/calendar_btn_arrow.png);
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 15px;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .btn-calendar a:after {
    width: 31px;
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .btn-calendar a:after {
    width: 47px;
    height: 23px;
  }
}

.eventNews .in .box .btn-calendar a .line {
  background: -webkit-linear-gradient(bottom, #FFF 10%, #f1ef58 11%, #FFF 20%);
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .event {
    padding: 15px 30px 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .event {
    padding: 25px 25px 40px;
    margin-bottom: 45px;
  }
}

.eventNews .in .box .event .event-slider .list li.nodata {
  text-align: center;
  margin: auto;
  padding: 0;
  background-color: #fff;
  font-size: 200%;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .event .event-slider .list li.nodata {
    height: 200px;
    line-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .event .event-slider .list li.nodata {
    height: 409px;
    line-height: 409px;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .event .event-slider {
    float: left;
    width: 300px;
  }
  .eventNews .in .box .event .event-slider .list img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .event .event-slider {
    width: 613px;
    margin: 0 auto 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .event .event-slider .bx-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 7px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .event .event-slider .bx-controls {
    text-align: center;
    margin-top: 20px;
  }
}

.eventNews .in .box .event .event-box {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .event .event-box {
    float: right;
    width: 360px;
  }
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .event .event-box .list {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .event .event-box .list {
    height: 366px;
  }
}

.eventNews .in .box .news {
  padding: 15px 30px 30px;
}

.eventNews .in .box .news .news-box {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .news .news-box .list {
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .news .news-box .list {
    height: 320px;
    margin-bottom: 100px;
  }
}

.eventNews .in .box .news .news-box .btn-list {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .news .news-box .btn-list {
    margin-bottom: 20px;
    right: 30px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .news .news-box .btn-list {
    margin-bottom: 25px;
    right: 25px;
    bottom: 0;
  }
}

.eventNews .in .box .news .news-box .btn-list a {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  background: #414141;
}

@media print, screen and (min-width: 769px) {
  .eventNews .in .box .news .news-box .btn-list a {
    width: 150px;
    font-size: 111%;
  }
}

@media screen and (max-width: 768px) {
  .eventNews .in .box .news .news-box .btn-list a {
    width: 238px;
    font-size: 95%;
  }
}

.pickup {
  background: url(../img_top/bg_gray.png);
}

@media print, screen and (min-width: 769px) {
  .pickup {
    vertical-align: middle;
    position: relative;
    margin-bottom: 20px;
  }
  .pickup:before {
    content: "";
    width: 500%;
    height: 100%;
    background: url(../img_top/bg_gray.png);
    display: block;
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pickup {
    padding: 80px 45px 180px;
    margin: 0 -20px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .in {
    position: relative;
    padding: 50px 0 50px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .in .title {
    float: right;
    width: 135px;
  }
  .pickup .in .title img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pickup .in .title {
    width: 294px;
    margin: 0 auto 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .in .box {
    float: left;
    width: 740px;
    padding-top: 20px;
  }
}

.pickup .in .box .top-txt {
  font-size: 125%;
}

.pickup .in .box .furusato-nouzei {
  background: #fff;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .pickup .in .box .furusato-nouzei {
    padding: 15px 30px 30px;
    margin: 20px 0;
  }
  .pickup .in .box .furusato-nouzei img {
    float: left;
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .in .box .furusato-nouzei {
    padding: 20px 19px;
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .pickup .in .box .furusato-nouzei .sub-title {
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .in .box .furusato-nouzei p {
    float: right;
    width: 360px;
    max-width: 360px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .in .box .furusato-nouzei p {
    margin: 30px 5px 0;
    height: auto !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .in .box .pickup-slider .list li {
    width: 232px;
  }
  .pickup .in .box .pickup-slider .list li img {
    width: 100%;
  }
}

.pickup .in .box .pickup-slider .bx-controls {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .pickup .in .box .pickup-slider .bx-controls {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .in .box .pickup-slider .bx-controls {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .in .box .pickup-slider .slide-prev,
  .pickup .in .box .pickup-slider .slide-next {
    margin-top: -33px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .in .box .pickup-slider .slide-prev,
  .pickup .in .box .pickup-slider .slide-next {
    margin-top: -77px;
  }
}

.about {
  background: url(../img_top/about_map.png) no-repeat center top, url(../img_top/bg_about.jpg);
}

@media screen and (min-width: 1040px) {
  .about {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-size: auto auto, cover;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .about {
    padding: 50px 0;
    margin: 0 -20px;
    background-size: auto auto, cover;
  }
}

@media screen and (max-width: 768px) {
  .about {
    background-size: 830px auto, 100% 100%;
    padding: 80px 30px 90px;
    margin: 0 -20px;
  }
}

.about .in {
  box-sizing: border-box;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .about .in {
    width: 1000px;
    padding-right: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .about .in .title {
    float: left;
    width: 135px;
  }
  .about .in .title img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about .in .title {
    width: 294px;
    margin: 0 auto 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .about .in .box {
    width: 764px;
    float: right;
  }
}

.about .in .box .top-txt {
  font-size: 125%;
}

.about .in .box .bnr {
  background: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 769px) {
  .about .in .box .bnr {
    padding: 20px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .bnr {
    margin: 50px 0 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .about .in .box .bnr .list {
    letter-spacing: -.5em;
  }
  .about .in .box .bnr .list > li {
    display: inline-block;
    margin-top: 12px;
    margin-left: 12px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 36px) / 4);
    width: calc((100% - 36px) / 4);
  }
  .about .in .box .bnr .list > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .about .in .box .bnr .list > li:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .bnr .list {
    letter-spacing: -.5em;
  }
  .about .in .box .bnr .list > li {
    display: inline-block;
    margin-top: 18px;
    margin-left: 18px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2);
  }
  .about .in .box .bnr .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .about .in .box .bnr .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.about .in .box .bnr .list li {
  background: #fff;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

@media print, screen and (min-width: 769px) {
  .about .in .box .bnr .list li {
    font-size: 111%;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .bnr .list li {
    font-size: 117%;
    height: 160px;
  }
}

.about .in .box .bnr .list li a {
  display: block;
  text-decoration: none;
  color: #333;
  height: inherit;
  position: relative;
  z-index: 9;
}

.about .in .box .bnr .list li p {
  position: absolute;
  padding-right: 60px;
  border-bottom: 1px solid #16998c;
  text-indent: 10px;
}

@media print, screen and (min-width: 769px) {
  .about .in .box .bnr .list li p {
    bottom: 25px;
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .bnr .list li p {
    bottom: 50px;
    width: 184px;
  }
}

.about .in .box .bnr .list li img {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .about .in .box .bnr .list li img {
    width: 60px;
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .bnr .list li img {
    width: 120px;
    top: 20px;
    right: 20px;
  }
}

.about .in .box .administration {
  background: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 769px) {
  .about .in .box .administration {
    padding: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .administration {
    padding: 30px;
    margin: 0 15px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .about .in .box .administration .list {
    background: #fff;
    padding: 20px;
    letter-spacing: -.5em;
  }
  .about .in .box .administration .list > li {
    display: inline-block;
    margin-top: 8px;
    margin-left: 8px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 16px) / 3);
    width: calc((100% - 16px) / 3);
  }
  .about .in .box .administration .list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about .in .box .administration .list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .administration .list {
    letter-spacing: -.5em;
  }
  .about .in .box .administration .list > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
  }
  .about .in .box .administration .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .about .in .box .administration .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.about .in .box .administration .list li {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .about .in .box .administration .list li {
    padding-left: 15px;
    background: url(../img_common/arrow_green.png) no-repeat left 6px;
    background-size: 5px auto;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .administration .list li {
    font-size: 88%;
    padding-left: 30px;
    background: url(../img_common/arrow_green.png) no-repeat left 12px;
  }
}

.about .in .box .administration .list li a {
  color: #333;
}

.about .in .box .population {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
}

@media print, screen and (min-width: 769px) {
  .about .in .box .population .list {
    margin-left: 122px;
    margin-right: 122px;
    letter-spacing: -.5em;
  }
  .about .in .box .population .list > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 0px) / 4);
    width: calc((100% - 0px) / 4);
  }
  .about .in .box .population .list > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .about .in .box .population .list > li:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .population .list {
    margin-left: 70px;
    margin-right: 70px;
    letter-spacing: -.5em;
  }
  .about .in .box .population .list > li {
    display: inline-block;
    margin-top: 30px;
    margin-left: 0px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 0px) / 2);
    width: calc((100% - 0px) / 2);
  }
  .about .in .box .population .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .about .in .box .population .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.about .in .box .population .list li {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about .in .box .population .list li {
    line-height: 1.4;
    font-size: 110%;
  }
}

@media print, screen and (min-width: 769px) {
  .about .in .box .population .list li img {
    width: 20px;
  }
}

.about .in .box .population .list li .num {
  font-weight: normal;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .about .in .box .population .list li .num {
    font-size: 89%;
  }
}

@media screen and (max-width: 768px) {
  .about .in .box .population .list li .num {
    margin-top: 10px;
    font-size: 93%;
    display: inline-block;
  }
}

.about .in .box .population .info {
  margin-top: 20px;
}

.about .in .box .population .info::after {
  clear: both;
  content: "";
  display: block;
}

.about .in .box .population .info-item {
  display: inline-block;
}

.about .in .box .population .info .date {
  float: left;
}

.about .in .box .population .info .link {
  float: right;
}

#footer {
  margin-top: 0;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  position: relative;
}

footer #pagetop .nav7 {
  display: none;
}

footer #pagetop a {
  display: block;
  padding: 18px 0 18px 60px;
  background: url(../img_common/footer_pagetop.png) no-repeat left center;
  color: #333;
  text-decoration: none;
  text-indent: -9999px;
}

footer .in .footer-nav .list {
  margin-top: -0px;
  margin-left: -0px;
  letter-spacing: -.5em;
}

footer .in .footer-nav .list > li {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
}

footer .in .footer-nav .list li:before {
  content: "|";
  vertical-align: middle;
  margin: 0 8px;
}

footer .in .footer-nav .list li:nth-child(1):before, footer .in .footer-nav .list li:nth-child(4):before {
  content: none;
}

footer .in .footer-nav .list li a {
  color: #333;
}

footer .copyright {
  background-color: #222;
  color: #fff;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 100px;
    background: #f6f6f6;
  }
  footer .in {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    display: table;
  }
  footer .in .footer-nav {
    display: table-cell;
    width: 400px;
    box-sizing: border-box;
    padding-right: 50px;
    vertical-align: middle;
    text-align: right;
  }
  footer .in .footer-nav .list li {
    line-height: 2;
  }
  footer .in .box {
    width: 600px;
    box-sizing: border-box;
    border-left: 1px solid #e1e1e1;
    display: table-cell;
    padding: 30px 0 30px 50px;
  }
  footer .in .box p {
    margin-top: 15px;
  }
  footer .in .box .footer-logo {
    margin-top: 0;
    width: 191px;
  }
  footer .in .box .footer-logo img {
    width: 100%;
    height: auto;
  }
  footer #pagetop {
    width: 155px;
    position: fixed;
    z-index: 99;
    top: auto;
    bottom: 30px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }
  footer #pagetop::before {
    content: url(../img_common/pagetop_logo.png);
    display: block;
    text-align: center;
    margin-top: -20px;
  }
  footer #pagetop li {
    font-weight: bold;
    border-top: 1px solid #fff;
    font-size: 125%;
  }
  footer #pagetop li.nav0 a {
    padding-left: 0;
  }
  footer #pagetop li.nav0 a::before {
    content: '↑';
    font-size: 120%;
    color: #10746a;
    vertical-align: bottom;
  }
  footer #pagetop a {
    text-decoration: none;
    height: auto;
    padding: 10px 10px 10px 15px;
    text-indent: 0;
    background-image: none;
  }
  footer #pagetop a:hover {
    background-color: #c7e5e2;
    transition: 0.3s;
  }
  .copyright {
    padding: 5px 0;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background: #fff;
    padding-top: 150px;
    text-align: center;
    width: 768px;
  }
  footer .box {
    padding: 60px 0 90px;
    margin: 60px 20px 0;
    border-top: solid 1px #e1e1e1;
  }
  footer .box p {
    margin-top: 20px;
  }
  footer #pagetop {
    width: 140px;
    position: absolute;
    top: -20px;
    right: 25px;
  }
  footer #pagetop li:nth-child(n+2) {
    display: none;
  }
  footer #pagetop a {
    height: 140px;
    background-size: 100% auto;
  }
  .copyright {
    padding: 10px 0;
  }
}
