@charset "UTF-8";
/* pattern-responsive */
/*
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-color: #d8efec;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding-left: 10px;
  border-left: 5px solid #009191;
}

h2.head-title a:link {
  color: #2d5f92;
}
h2.head-title a:visited {
  color: #2d5f92;
}
h2.head-title a:hover {
  color: #2d5f92;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #009191;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  font-size: 110%;
  padding: 10px 15px 13px;
  border-bottom: 1px dashed #009191;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding-left: 15px;
  line-height: 1.2;
  background: url("../img_sub/h5_title_icon.png") no-repeat 0 50%;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}

.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: #d8efec;
}

.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: #d8efec;
  text-align: center;
}

.scheme2 {
  border: 1px solid #849694;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #007070;
  text-align: center;
}

.scheme5 {
  border: 1px solid #007070;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #9ad4cc;
  text-align: center;
}

.scheme8 {
  background-color: #9ad4cc;
  text-align: center;
}

.scheme9 {
  background-color: #ebf4f5;
  text-align: center;
}

.scheme10 {
  background-color: #007070;
  text-align: center;
}

.scheme11 {
  background-color: #083ca8;
  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 {
  height: auto !important;
  border: 1px solid #fff !important;
}
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 3px 0 0 3px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 3px 0 0 3px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 61px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 40px;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 61px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #083ca8 !important;
}
@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 56px !important;
    border-radius: 0 3px 3px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 84px !important;
    border-radius: 0 3px 3px 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;
}

.font-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #google_translate_element .goog-te-gadget-simple {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }

  #wrapper {
    background: url("../../img_common/wrapper_bg01.png") repeat-y 50% -554px;
  }

  #header {
    padding-top: 80px;
  }
  #header #header-nav {
    width: 1200px;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    position: relative;
    float: left;
    width: 386px;
    margin-left: 21px;
    margin-top: 34px;
  }
  #header #header-nav .list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  #header #header-nav .list > li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  #header #header-nav .hover {
    width: 386px;
    height: 306px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(172, 217, 219, 0.85);
    border: 3px solid #ACD9DB;
    border-radius: 22px;
  }
  #header #header-nav .hover .in {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  #header #header-nav .hover dt {
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #46868A;
    line-height: 120%;
    padding: 0 12px 7px 12px;
  }
  #header #header-nav .hover .list2 {
    padding: 0 12px;
    margin-top: 20px;
  }
  #header #header-nav .hover .list2 > li {
    float: left;
    width: calc(50% - 3px);
    margin-left: 6px;
    margin-top: 5px;
  }
  #header #header-nav .hover .list2 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  #header #header-nav .hover .list2 > li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #header #header-nav .hover .list2 > li:hover .hover {
    display: block;
  }
  #header #header-nav .hover .list2 a {
    color: #333;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 2px);
    background-image: url("../img_top/header_nav_arrow.png");
    padding-left: 10px;
  }
  #header #header-nav .hover.head {
    background: rgba(244, 181, 171, 0.85);
    border: 3px solid #F4B5AB;
  }
  #header #header-nav .hover.head dt {
    border-bottom: 1px solid #b86a5b;
  }
  #header #header-nav .hover.head .list2 a {
    background-image: url("../img_top/header_nav_hover_arrow.png");
  }
}
@media screen and (max-width: 768px) {
  #sp-header .sp-header-in {
    position: relative;
    z-index: 10;
    height: 120px;
    background-color: #fff;
  }
  #sp-header .header-logo {
    position: absolute;
    top: 20px;
    left: 30px;
  }
  #sp-header #sp-header-nav {
    position: absolute;
    top: 30px;
    right: 43px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    box-sizing: border-box;
    padding: 50px 25px 70px;
    background-color: #ddf1ef;
  }
  #sp-header .modal-menu .modal-menu-close {
    position: absolute;
    top: -90px;
    right: 43px;
  }
  #sp-header .modal-menu .modal-menu-nav .list::after {
    clear: both;
    content: "";
    display: block;
  }
  #sp-header .modal-menu .modal-menu-nav .list > li {
    float: left;
    margin-top: 24px;
    margin-left: 24px;
    width: -webkit-calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
  }
  #sp-header .modal-menu .modal-menu-nav .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  #sp-header .modal-menu .modal-menu-nav .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  #sp-header .modal-menu .modal-menu-nav .list li a {
    display: block;
  }
  #sp-header .modal-menu .modal-menu-nav .list li img {
    width: 100%;
    height: auto;
  }
}
/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    width: 1200px;
    zoom: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  html {
    overflow: auto;
  }

  body {
    min-width: 1200px;
    background: #fff;
    overflow-x: hidden;
  }

  #wrapper-in {
    background: url("../img_top/wrapper_bg02_pc.png") no-repeat 50% 0;
    background-size: cover;
  }

  #container-in {
    width: 1200px;
    margin: 0 auto;
  }

  #main {
    padding-bottom: 70px;
  }

  #main-in {
    margin-top: 80px;
    padding-top: 70px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }

  #main-in-left {
    float: left;
    width: 570px;
  }
  #main-in-left > *:first-child {
    margin-top: 0;
  }

  #main-in-right {
    float: right;
    width: 570px;
  }
  #main-in-right > *:first-child {
    margin-top: 0;
  }

  .emergency-area {
    margin-top: 70px;
    padding-bottom: 50px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 100%;
  }
  .emergency-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/emergency_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .emergency-area .title .title-in {
    display: block;
    color: #333;
  }
  .emergency-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .emergency-area .in {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 5px 5px 10px 20px;
    border-radius: 5px;
    border: 2px solid #c32a2a;
    background-color: #fff;
    box-shadow: 3px 3px 0 1px rgba(225, 203, 203, 0.7);
  }
  .emergency-area .list {
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 190px;
    padding: 20px 15px 0 0;
  }
  .emergency-area .list li {
    margin-top: 10px;
    padding-left: 10px;
    background: url("../img_top/emergency_area_arrow_pc.png") no-repeat 0 0.4em;
  }
  .emergency-area .list li::after {
    clear: both;
    content: "";
    display: block;
  }
  .emergency-area .list li:first-child {
    margin-top: 0;
  }
  .emergency-area .list li .item-date {
    float: left;
  }
  .emergency-area .list li .item-title {
    display: block;
    padding-left: 10em;
  }
  .emergency-area .btn-list {
    margin: 15px 35px 0 0;
    text-align: right;
  }
  .emergency-area .btn-list li {
    display: inline-block;
  }
  .emergency-area .btn-list li a {
    display: block;
    padding: 3px 15px 2px 15px;
    border-radius: 3px;
    background-color: #fadcdc;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 85%;
    text-decoration: none;
  }
  .emergency-area .btn-list li a:hover {
    text-decoration: underline;
  }

  .service-area {
    margin-top: 30px;
    padding-bottom: 50px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 100%;
  }
  .service-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/service_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .service-area .title .title-in {
    display: block;
    color: #333;
  }
  .service-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .service-area .in {
    margin-top: 30px;
  }
  .service-area .list {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -12px;
  }
  .service-area .list > * {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    box-sizing: border-box;
  }
  .service-area .list > * {
    float: left;
    width: 50%;
  }
  .service-area .list > *:nth-child(2n + 1) {
    clear: left;
  }
}
@media print {
  .service-area .list > * {
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .service-area .list li a, .service-area .list li .item-wrap {
    display: block;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #35af87;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    background-color: #fff;
    color: #323333;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .service-area .list li a:hover, .service-area .list li .item-wrap:hover {
    opacity: 0.7;
  }
  .service-area .list li .item-thumbnail, .service-area .list li .item-text {
    display: block;
  }
  .service-area .list li .item-text {
    padding: 10px 5px 7px 5px;
    font-size: 90%;
    text-align: center;
  }
  .service-area .list li img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
  }

  .life-area {
    margin-top: 30px;
    padding-bottom: 50px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 100%;
  }
  .life-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/life_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .life-area .title .title-in {
    display: block;
    color: #333;
  }
  .life-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .life-area .in {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 15px 15px 25px 10px;
    border-radius: 8px;
    border: 1px solid #c3d3cf;
    background: url("../img_top/life_area_bg01_pc.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .life-area .list {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -12px;
  }
  .life-area .list > * {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    box-sizing: border-box;
  }
  .life-area .list > * {
    float: left;
    width: 25%;
  }
  .life-area .list > *:nth-child(4n + 1) {
    clear: left;
  }
}
@media print {
  .life-area .list > * {
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .life-area .list li a, .life-area .list li .item-wrap {
    display: block;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #9dc9be;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    color: #323333;
    text-decoration: none;
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.2;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .life-area .list li a:hover, .life-area .list li .item-wrap:hover {
    opacity: 0.7;
  }
  .life-area .list .item-thumbnail, .life-area .list .item-text {
    display: block;
  }
  .life-area .list .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .life-area .list .item-text {
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
  }

  .info-area {
    margin-top: 30px;
  }
  .info-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/info_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .info-area .title .title-in {
    display: block;
    color: #333;
  }
  .info-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .info-area .in {
    margin-top: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #c3d3cf;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .info-area .in2 {
    padding: 30px 15px 40px 10px;
    background-color: #f6f6f6;
  }
  .info-area .hide {
    display: none;
  }
  .info-area .list3 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -0px;
    text-align: right;
    margin-top: 50px;
  }
  .info-area .list3 > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .info-area .list3 > * {
    display: inline-block;
    padding-top: 0px;
  }
  .info-area .list3 a {
    display: inline-block;
    padding: 8px 15px;
    padding-left: 30px;
    border-radius: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #323333;
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .info-area .list3 a:hover {
    opacity: 0.7;
  }
  .info-area .nav a {
    background-image: url("../img_top/info_area_icon_arrow.png");
    background-size: 4px auto;
  }
  .info-area .rss a {
    background-image: url("../img_top/info_area_icon_rss.png");
    background-size: 11px auto;
    padding-left: 35px;
  }
  .info-area .list2 {
    max-height: 420px;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .info-area .list2 > li {
    padding: 15px 15px 15px 10px;
    border-bottom: 2px solid #fff;
  }
  .info-area .list2 > li .item-date {
    float: left;
  }
  .info-area .list2 > li .item-date {
    float: left;
  }
  .info-area .list2 > li .item-title {
    display: block;
    padding-left: 10em;
  }
  .info-area .list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
  .info-area .list .hover {
    background: #f6f6f6;
  }
  .info-area .list .hover a {
    border-bottom: 3px solid #009191;
  }
  .info-area .list > li {
    display: table-cell;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: 1px solid #f6f6f6;
  }
  .info-area .list > li::after {
    clear: both;
    content: "";
    display: block;
  }
  .info-area .list > li:first-child {
    border-radius: 6px 0 0;
  }
  .info-area .list > li:last-child {
    border-radius: 0 6px 0 0;
  }
  .info-area .list > li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    color: #323333;
    font-weight: bold;
    font-size: 110%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .news-area {
    margin-top: 90px;
    border-radius: 6px;
    border: 1px solid #e0d4bf;
    background: url("../img_top/news_area_bg02_pc.png") repeat 50% 0;
    box-shadow: 3px 3px 0 1px rgba(230, 226, 207, 0.7);
  }
  .news-area .news-area-in {
    background: url("../img_top/news_area_bg01_pc.png") no-repeat 50% 0;
    background-size: 100% auto;
  }
  .news-area .in {
    padding: 10px 20px 20px;
  }
  .news-area .list li a img {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .news-area .list li a:hover img {
    opacity: 0.7;
  }
  .news-area .item .item-thumbnail, .news-area .item .item-caption {
    display: block;
  }
  .news-area .item .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .news-area .item .item-caption {
    margin-top: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }
  .news-area .bx-viewport {
    height: auto !important;
  }
  .news-area .bxslider {
    position: relative;
  }
  .news-area .bx-controls {
    text-align: center;
    padding-top: 20px;
    font-size: 0;
  }
  .news-area .bx-pager, .news-area .bx-controls-auto, .news-area .bx-pager-item, .news-area .bx-pager-link, .news-area .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  .news-area .bx-pager-item {
    margin: 0 7px;
  }
  .news-area .bx-prev, .news-area .bx-next {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 90px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 95px;
  }
  .news-area .bx-prev {
    background-image: url("../img_top/news_slider_btn_prev_pc.png");
    left: 10px;
  }
  .news-area .bx-next {
    background-image: url("../img_top/news_slider_btn_next_pc.png");
    right: 10px;
  }
  .news-area .bx-start, .news-area .bx-stop {
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: 7px;
  }
  .news-area .bx-start {
    background-image: url("../img_top/news_slider_btn_play.png");
  }
  .news-area .bx-start.active {
    display: none;
  }
  .news-area .bx-stop {
    background-image: url("../img_top/news_slider_btn_pause.png");
  }
  .news-area .bx-stop.active {
    display: none;
  }
  .news-area .bx-pager-link, .news-area .bx-start, .news-area .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .news-area .bx-pager-link {
    background: #ffffff !important;
    border-radius: 50%;
    border: 1px solid #083ca8;
    width: 11px;
    height: 11px;
  }
  .news-area .bx-pager-link.active {
    background: #083ca8 !important;
  }
  .news-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding: 23px 0 22px;
    border-bottom: 1px dashed #fff;
  }
  .news-area .title .title-in {
    display: block;
    color: #333;
  }
  .news-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }

  .public-area {
    margin-top: 40px;
    padding-top: 50px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .public-area .cols > * {
    box-sizing: border-box;
  }
  .public-area .public {
    float: left;
    width: 280px;
    display: table;
  }
  .public-area .public > * {
    display: table-cell;
  }
  .public-area .thumbnail {
    width: 130px;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .public-area .thumbnail img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  }
  .public-area .book {
    background: url("../img_top/public_area_book_top.png") no-repeat left top, url("../img_top/public_area_book_bottom.png") no-repeat left bottom, url("../img_top/public_area_book_middle.png") repeat-y;
    background-size: 100% auto, 100% auto, 100% auto;
    padding: 20px 20px;
    vertical-align: middle;
  }
  .public-area .book dt {
    font-size: 120%;
    font-weight: bold;
  }
  .public-area .book dd {
    margin-top: 10px;
  }
  .public-area .book dd a {
    display: inline-block;
    background: url("../img_top/public_area_arrow.png") no-repeat left 3px;
    background-size: 6px auto;
    padding-left: 12px;
  }
  .public-area .live-camera {
    width: 270px;
    float: right;
  }
  .public-area .live-camera .list li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .public-area .live-camera .list li a:hover {
    opacity: 0.7;
  }
  .public-area .live-camera .list li img {
    max-width: 100%;
    height: auto;
  }

  .sns-area {
    margin-top: 40px;
  }
  .sns-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
  }
  .sns-area .title .title-in {
    display: block;
    color: #333;
  }
  .sns-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .sns-area .in {
    margin-top: 20px;
    padding: 35px;
    border-radius: 6px;
    border: 1px solid #c3d3cf;
    background-color: #fff;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .sns-area .list {
    text-align: center;
  }
  .sns-area .list li {
    display: inline-block;
    width: 160px;
    padding: 10px 0;
    background: url("../img_top/sns_area_list_item_bg01_pc.png") repeat-y 0 0;
  }
  .sns-area .list li:first-child {
    background: none;
  }
  .sns-area .list li a {
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    text-decoration: none;
  }
  .sns-area .list li a:hover {
    opacity: 0.7;
  }
  .sns-area .list li .item-img, .sns-area .list li .item-title {
    display: block;
  }
  .sns-area .list li .item-title {
    margin-top: 20px;
  }
  .sns-area .list li .item-title .icon {
    display: inline-block;
    padding-right: 12px;
    background: url("../img_top/sns_area_arrow.png") no-repeat 100% 50%;
    background-size: 7px auto;
  }
  .sns-area .list li img {
    width: 58px;
    height: auto;
  }

  .navs-area {
    margin-top: 45px;
    padding-top: 45px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .navs-area .list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -15px;
  }
  .navs-area .list > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .navs-area .list > * {
    float: left;
    width: 50%;
  }
  .navs-area .list > *:nth-child(2n + 1) {
    clear: left;
  }
  .navs-area .list li a, .navs-area .list li .item-in {
    display: block;
    background: url("../img_top/navs_area_bg.png");
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    color: #323333;
    font-size: 125%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .navs-area .list li a:hover, .navs-area .list li .item-in:hover {
    opacity: 0.7;
  }
  .navs-area .list li .item-wrap {
    display: table;
    width: 100%;
    min-height: 70px;
    border-radius: 6px;
    background: #ffffff;
  }
  .navs-area .list li .item-wrap .item-thumbnail, .navs-area .list li .item-wrap .item-text {
    display: table-cell;
    vertical-align: middle;
  }
  .navs-area .list li .item-wrap .item-thumbnail {
    width: 70px;
  }
  .navs-area .list li .item-wrap .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .navs-area .list li .item-wrap .item-text {
    padding: 0 20px;
    text-align: left;
    font-weight: bold;
  }
  .navs-area .list li .item-wrap .item-text .icon {
    display: inline-block;
    padding-right: 20px;
    background: url("../img_top/navs_area_icon_arrow.png") no-repeat 100% 50%;
    background-size: 6px auto;
  }

  .population-area {
    margin-top: 50px;
    padding-top: 50px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .population-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/population_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .population-area .title .title-in {
    display: block;
    color: #333;
  }
  .population-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .population-area .in {
    text-align: right;
  }
  .population-area .item-update {
    margin-top: 15px;
    font-size: 85%;
    text-align: center;
  }
  .population-area .list {
    margin-top: 35px;
    text-align: left;
    letter-spacing: -.5em;
  }
  .population-area .list > li {
    display: inline-block;
    margin-top: 25px;
    margin-left: 50px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
  }
  .population-area .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .population-area .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .population-area .list li {
    background-repeat: no-repeat;
    background-position: 0 100%;
  }
  .population-area .list li.item1 {
    background-image: url("../img_top/population_area_bg01_pc.png");
  }
  .population-area .list li.item1 .item-wrap .item-img img {
    width: 48px;
    height: auto;
  }
  .population-area .list li.item2 {
    background-image: url("../img_top/population_area_bg02_pc.png");
  }
  .population-area .list li.item2 .item-wrap .item-img img {
    width: 43px;
    height: auto;
  }
  .population-area .list li.item3 {
    background-image: url("../img_top/population_area_bg03_pc.png");
  }
  .population-area .list li.item3 .item-wrap .item-img img {
    width: 20px;
    height: auto;
  }
  .population-area .list li.item4 {
    background-image: url("../img_top/population_area_bg04_pc.png");
  }
  .population-area .list li.item4 .item-wrap .item-img img {
    width: 35px;
    height: auto;
  }
  .population-area .list li .item-wrap {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 0 50px 5px;
  }
  .population-area .list li .item-wrap .item-img, .population-area .list li .item-wrap .item-population {
    display: table-cell;
    vertical-align: middle;
  }
  .population-area .list li .item-wrap .item-img {
    width: 50px;
    text-align: center;
  }
  .population-area .list li .item-wrap .item-population {
    text-align: center;
  }
  .population-area .list li .item-wrap .item-population .caption, .population-area .list li .item-wrap .item-population .text {
    display: block;
  }
  .population-area .list li .item-wrap .item-population .caption {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 166%;
  }
  .population-area .list li .item-wrap .item-population .text {
    margin-top: 5px;
    font-size: 125%;
  }
  .population-area .detail {
    margin-top: 40px;
    display: inline-block;
  }
  .population-area .detail a {
    display: inline-block;
    padding: 8px 15px;
    padding-right: 25px;
    border-radius: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    color: #323333;
    background-color: #009191;
    background-image: url("../img_top/population_area_arrow.png");
    background-size: 4px auto;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .population-area .detail a:hover {
    opacity: 0.7;
  }

  .relation-area {
    margin-top: 30px;
    padding-top: 40px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .relation-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/relation_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .relation-area .title .title-in {
    display: block;
    color: #333;
  }
  .relation-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .relation-area .in {
    margin-top: 30px;
    padding: 15px 0 20px;
    border-radius: 8px;
    border: 1px solid #c3d3cf;
    background: #eaf6f2 url("../img_top/relation_area_bg01_pc.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .relation-area .bxslider {
    position: relative;
  }
  .relation-area .bx-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 60px;
  }
  .relation-area .bx-viewport {
    overflow: visible !important;
  }
  .relation-area .bx-controls {
    text-align: center;
    padding-top: 15px;
    font-size: 0;
  }
  .relation-area .bx-pager, .relation-area .bx-controls-auto, .relation-area .bx-pager-item, .relation-area .bx-pager-link, .relation-area .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  .relation-area .bx-pager-item {
    margin: 0 7px;
  }
  .relation-area .bx-prev, .relation-area .bx-next {
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 56px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 55px;
    z-index: 99;
  }
  .relation-area .bx-prev {
    background-image: url("../img_top/relation_slider_btn_prev_pc.png");
    left: 15px;
  }
  .relation-area .bx-next {
    background-image: url("../img_top/relation_slider_btn_next_pc.png");
    right: 15px;
  }
  .relation-area .bx-start, .relation-area .bx-stop {
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: 7px;
  }
  .relation-area .bx-start {
    background-image: url("../img_top/relation_slider_btn_play.png");
  }
  .relation-area .bx-start.active {
    display: none;
  }
  .relation-area .bx-stop {
    background-image: url("../img_top/relation_slider_btn_pause.png");
  }
  .relation-area .bx-stop.active {
    display: none;
  }
  .relation-area .bx-pager-link, .relation-area .bx-start, .relation-area .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .relation-area .bx-pager-link {
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid #009191;
    width: 11px;
    height: 11px;
  }
  .relation-area .bx-pager-link.active {
    background: #009191 !important;
  }
  .relation-area .list {
    left: 96px !important;
  }
  .relation-area .list li {
    width: 256px !important;
    margin: 0 7px;
  }
  .relation-area .list li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .relation-area .list li a:hover {
    opacity: 0.7;
  }
  .relation-area .list > * img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
  }

  .kokoku-area {
    margin-top: 50px;
  }
  .kokoku-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 166%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/kokoku_title_bg01_pc.png") no-repeat 50% 100%;
  }
  .kokoku-area .title .title-in {
    display: block;
    color: #333;
  }
  .kokoku-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 50%;
  }
  .kokoku-area .in {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 20px 99px;
    border-radius: 8px;
    border: 1px solid #c3d3cf;
    background-color: #fff;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .kokoku-area .list {
    letter-spacing: -.5em;
  }
  .kokoku-area .list > li {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 100px) / 6);
    width: calc((100% - 100px) / 6);
  }
  .kokoku-area .list > li:nth-child(-n+6) {
    margin-top: 0;
  }
  .kokoku-area .list > li:nth-child(6n+1) {
    margin-left: 0;
  }
  .kokoku-area .list li img {
    max-width: 100%;
    height: auto;
  }
  .kokoku-area .link-list {
    margin-top: 15px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  body {
    background: #ffffff;
    overflow-x: hidden;
  }

  #wrapper-in {
    background: url("../img_top/wrapper_bg02_sp.png") no-repeat 50% 0;
    background-size: cover;
  }

  #main-in-left, #main-in-right {
    margin: 0 20px;
  }

  .emergency-area {
    margin-top: 40px;
  }
  .emergency-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/emergency_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .emergency-area .title .title-in {
    display: block;
    color: #333;
  }
  .emergency-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .emergency-area .in {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 30px 0 40px;
    border-radius: 5px;
    border: 2px solid #c32a2a;
    background-color: #fff;
    box-shadow: 3px 3px 0 1px rgba(225, 203, 203, 0.7);
  }
  .emergency-area .list {
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 400px;
    padding-right: 25px;
    margin: 0 20px 0 40px;
  }
  .emergency-area .list li {
    margin-top: 30px;
    padding-left: 20px;
    background: url("../img_top/emergency_area_arrow_sp.png") no-repeat 0 0.4em;
  }
  .emergency-area .list li::after {
    clear: both;
    content: "";
    display: block;
  }
  .emergency-area .list li:first-child {
    margin-top: 0;
  }
  .emergency-area .list li .item-date, .emergency-area .list li .item-title {
    display: block;
  }
  .emergency-area .list li .item-title {
    margin-top: 10px;
  }
  .emergency-area .btn-list {
    margin: 80px 80px 0;
  }
  .emergency-area .btn-list li a {
    display: block;
    padding: 16px 15px 14px 15px;
    border-radius: 6px;
    background-color: #fadcdc;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .emergency-area .btn-list li a:hover {
    text-decoration: underline;
  }

  .service-area {
    margin-top: 40px;
    padding-top: 30px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .service-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/service_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .service-area .title .title-in {
    display: block;
    color: #333;
  }
  .service-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .service-area .in {
    margin-top: 30px;
  }
  .service-area .list {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: -25px;
  }
  .service-area .list > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .service-area .list > * {
    float: left;
    width: 50%;
  }
  .service-area .list > *:nth-child(2n + 1) {
    clear: left;
  }
  .service-area .list li a, .service-area .list li .item-wrap {
    display: block;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #35af87;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    background-color: #fff;
    color: #323333;
  }
  .service-area .list li .item-thumbnail, .service-area .list li .item-text {
    display: block;
  }
  .service-area .list li .item-text {
    padding: 10px 5px 7px 5px;
    font-size: 90%;
    text-align: center;
  }
  .service-area .list li img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
  }

  .life-area {
    margin-top: 50px;
    padding-top: 35px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .life-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/life_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .life-area .title .title-in {
    display: block;
    color: #333;
  }
  .life-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .life-area .in {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #c3d3cf;
    background: url("../img_top/life_area_bg01_pc.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .life-area .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }
  .life-area .list > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .life-area .list > * {
    float: left;
    width: 33.33333%;
  }
  .life-area .list > *:nth-child(3n + 1) {
    clear: left;
  }
  .life-area .list li {
    height: auto !important;
  }
  .life-area .list li a, .life-area .list li .item-wrap {
    display: block;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #9dc9be;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    color: #323333;
    text-decoration: none;
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.2;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .life-area .list li a:hover, .life-area .list li .item-wrap:hover {
    opacity: 0.7;
  }
  .life-area .list .item-thumbnail, .life-area .list .item-text {
    display: block;
  }
  .life-area .list .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .life-area .list .item-text {
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
  }

  .info-area {
    margin-top: 45px;
    padding-top: 45px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .info-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/info_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .info-area .title .title-in {
    display: block;
    color: #333;
  }
  .info-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .info-area .in {
    margin-top: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #c3d3cf;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .info-area .in2 {
    padding: 40px 20px;
    background-color: #f6f6f6;
  }
  .info-area .hide {
    display: none;
  }
  .info-area .list3 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -0px;
    text-align: center;
    margin-top: 65px;
  }
  .info-area .list3 > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .info-area .list3 > * {
    display: inline-block;
    padding-top: 0px;
  }
  .info-area .list3 a {
    display: inline-block;
    padding: 10px 20px;
    padding-left: 40px;
    border-radius: 5px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #323333;
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
  }
  .info-area .nav a {
    background-image: url("../img_top/info_area_icon_arrow.png");
  }
  .info-area .rss a {
    background-image: url("../img_top/info_area_icon_rss.png");
    padding-left: 50px;
  }
  .info-area .list2 {
    max-height: 640px;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .info-area .list2 > li {
    padding: 20px;
    border-bottom: 2px solid #fff;
  }
  .info-area .list2 > li .item-date, .info-area .list2 > li .item-title {
    display: block;
  }
  .info-area .list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 6px 6px 0 0;
  }
  .info-area .list .hover {
    background: #f6f6f6;
  }
  .info-area .list .hover a {
    border-bottom: 3px solid #009191;
  }
  .info-area .list > li {
    display: table-cell;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: 2px solid #c3d3cf;
  }
  .info-area .list > li::after {
    clear: both;
    content: "";
    display: block;
  }
  .info-area .list > li:first-child {
    border-radius: 6px 0 0;
  }
  .info-area .list > li:last-child {
    border-radius: 0 6px 0 0;
  }
  .info-area .list > li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    border-bottom: 4px solid #fff;
    color: #323333;
    font-weight: bold;
    font-size: 110%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .news-area {
    margin-top: 90px;
    border-radius: 6px;
    border: 1px solid #e0d4bf;
    background: url("../img_top/news_area_bg02_pc.png") repeat 50% 0;
    box-shadow: 3px 3px 0 1px rgba(230, 226, 207, 0.7);
  }
  .news-area .news-area-in {
    background: url("../img_top/news_area_bg01_pc.png") no-repeat 50% 0;
    background-size: 100% auto;
  }
  .news-area .in {
    padding: 10px 20px 20px;
  }
  .news-area .item .item-thumbnail, .news-area .item .item-caption {
    display: block;
  }
  .news-area .item .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .news-area .item .item-caption {
    margin-top: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }
  .news-area .bx-viewport {
    height: auto !important;
  }
  .news-area .bxslider {
    position: relative;
  }
  .news-area .bx-controls {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 0;
  }
  .news-area .bx-pager, .news-area .bx-controls-auto, .news-area .bx-pager-item, .news-area .bx-pager-link, .news-area .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  .news-area .bx-pager-item {
    margin: 0 7px;
  }
  .news-area .bx-prev, .news-area .bx-next {
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 120px;
  }
  .news-area .bx-prev {
    background-image: url("../img_top/news_slider_btn_prev_sp.png");
    left: 0;
  }
  .news-area .bx-next {
    background-image: url("../img_top/news_slider_btn_next_sp.png");
    right: 0;
  }
  .news-area .bx-start, .news-area .bx-stop {
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-left: 7px;
  }
  .news-area .bx-start {
    background-image: url(../img_top/news_slider_btn_play.png);
  }
  .news-area .bx-start.active {
    display: none;
  }
  .news-area .bx-stop {
    background-image: url(../img_top/news_slider_btn_pause.png);
  }
  .news-area .bx-stop.active {
    display: none;
  }
  .news-area .bx-pager-link, .news-area .bx-start, .news-area .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .news-area .bx-pager-link {
    background: #ffffff !important;
    border-radius: 50%;
    border: 1px solid #083ca8;
    width: 14px;
    height: 14px;
  }
  .news-area .bx-pager-link.active {
    background: #083ca8 !important;
  }
  .news-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding: 40px 0 22px;
    border-bottom: 1px dashed #fff;
  }
  .news-area .title .title-in {
    display: block;
    color: #333;
  }
  .news-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }

  .public-area {
    margin-top: 70px;
    padding-top: 60px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .public-area .cols > * {
    box-sizing: border-box;
  }
  .public-area .public {
    display: table;
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .public-area .public > * {
    display: table-cell;
  }
  .public-area .thumbnail {
    width: 46%;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .public-area .thumbnail img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  }
  .public-area .book {
    background: url("../img_top/public_area_book_top.png") no-repeat left top, url("../img_top/public_area_book_bottom.png") no-repeat left bottom, url("../img_top/public_area_book_middle.png") repeat-y;
    background-size: 100% auto, 100% auto, 100% auto;
    width: 54%;
    padding: 20px 15px;
    vertical-align: middle;
  }
  .public-area .book dt, .public-area .book dd {
    font-size: 90%;
    line-height: 120%;
  }
  .public-area .book dt {
    font-weight: bold;
  }
  .public-area .book dd {
    margin-top: 10px;
  }
  .public-area .book dd a {
    display: inline-block;
    background: url("../img_top/public_area_arrow.png") no-repeat left 0.4em;
    background-size: 7px auto;
    padding-left: 12px;
  }
  .public-area .live-camera {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .public-area .live-camera .list li img {
    width: 100%;
    height: auto;
  }

  .sns-area {
    margin-top: 40px;
  }
  .sns-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
  }
  .sns-area .title .title-in {
    display: block;
    color: #333;
  }
  .sns-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .sns-area .in {
    margin-top: 20px;
    padding: 35px;
    border-radius: 6px;
    border: 1px solid #c3d3cf;
    background-color: #fff;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .sns-area .list {
    text-align: center;
  }
  .sns-area .list li {
    display: inline-block;
    width: 190px;
    padding: 10px 0;
    background: url("../img_top/sns_area_list_item_bg01_pc.png") repeat-y 0 0;
  }
  .sns-area .list li:first-child {
    background: none;
  }
  .sns-area .list li a {
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    text-decoration: none;
  }
  .sns-area .list li a:hover {
    opacity: 0.7;
  }
  .sns-area .list li .item-img, .sns-area .list li .item-title {
    display: block;
  }
  .sns-area .list li .item-title {
    margin-top: 20px;
  }
  .sns-area .list li .item-title .icon {
    display: inline-block;
    padding-right: 15px;
    background: url("../img_top/sns_area_arrow.png") no-repeat 100% 50%;
    background-size: 7px auto;
  }

  .navs-area {
    margin-top: 45px;
    padding-top: 45px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .navs-area .list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -15px;
  }
  .navs-area .list > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .navs-area .list > * {
    float: left;
    width: 50%;
  }
  .navs-area .list > *:nth-child(2n + 1) {
    clear: left;
  }
  .navs-area .list li a, .navs-area .list li .item-in {
    display: block;
    background: url("../img_top/navs_area_bg.png");
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    color: #323333;
    font-size: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .navs-area .list li a:hover, .navs-area .list li .item-in:hover {
    opacity: 0.7;
  }
  .navs-area .list li .item-wrap {
    display: table;
    width: 100%;
    min-height: 88px;
    border-radius: 6px;
    background: #ffffff;
  }
  .navs-area .list li .item-wrap .item-thumbnail, .navs-area .list li .item-wrap .item-text {
    display: table-cell;
    vertical-align: middle;
  }
  .navs-area .list li .item-wrap .item-thumbnail {
    width: 88px;
  }
  .navs-area .list li .item-wrap .item-thumbnail img {
    width: 100%;
    height: auto;
  }
  .navs-area .list li .item-wrap .item-text {
    padding: 0 20px;
    text-align: left;
    font-weight: bold;
  }
  .navs-area .list li .item-wrap .item-text .icon {
    display: inline-block;
    padding-right: 20px;
    background: url("../img_top/navs_area_icon_arrow.png") no-repeat 100% 50%;
    background-size: 6px auto;
  }

  .population-area {
    margin-top: 50px;
    padding-top: 50px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .population-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/population_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .population-area .title .title-in {
    display: block;
    color: #333;
  }
  .population-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .population-area .in {
    text-align: right;
  }
  .population-area .item-update {
    margin-top: 15px;
    font-size: 85%;
    text-align: center;
  }
  .population-area .list {
    margin-top: 35px;
    text-align: left;
    letter-spacing: -.5em;
  }
  .population-area .list > li {
    display: inline-block;
    margin-top: 25px;
    margin-left: 50px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
  }
  .population-area .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .population-area .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .population-area .list li {
    background-repeat: no-repeat;
    background-position: 0 100%;
  }
  .population-area .list li.item1 {
    background-image: url("../img_top/population_area_bg01_sp.png");
  }
  .population-area .list li.item2 {
    background-image: url("../img_top/population_area_bg02_sp.png");
  }
  .population-area .list li.item3 {
    background-image: url("../img_top/population_area_bg03_sp.png");
  }
  .population-area .list li.item4 {
    background-image: url("../img_top/population_area_bg04_sp.png");
  }
  .population-area .list li .item-wrap {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 0 50px 5px;
  }
  .population-area .list li .item-wrap .item-img, .population-area .list li .item-wrap .item-population {
    display: table-cell;
    vertical-align: middle;
  }
  .population-area .list li .item-wrap .item-img {
    width: 50px;
    text-align: center;
  }
  .population-area .list li .item-wrap .item-population {
    text-align: center;
  }
  .population-area .list li .item-wrap .item-population .caption, .population-area .list li .item-wrap .item-population .text {
    display: block;
  }
  .population-area .list li .item-wrap .item-population .caption {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 166%;
  }
  .population-area .list li .item-wrap .item-population .text {
    margin-top: 5px;
    font-size: 125%;
  }
  .population-area .detail {
    margin-top: 40px;
    display: inline-block;
  }
  .population-area .detail a {
    display: inline-block;
    padding: 8px 15px;
    padding-right: 25px;
    border-radius: 3px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    color: #323333;
    background-color: #009191;
    background-image: url("../img_top/population_area_arrow.png");
    padding-right: 30px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
  .population-area .detail a:hover {
    opacity: 0.7;
  }

  .relation-area {
    margin-top: 80px;
    padding-top: 40px;
    background: url("../img_top/section_bg01_pc.png") repeat-x 50% 0;
  }
  .relation-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/relation_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .relation-area .title .title-in {
    display: block;
    color: #333;
  }
  .relation-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .relation-area .in {
    margin-top: 30px;
    padding: 15px 0 20px;
    border-radius: 8px;
    border: 1px solid #c3d3cf;
    background: #eaf6f2 url("../img_top/relation_area_bg01_pc.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .relation-area .bxslider {
    position: relative;
  }
  .relation-area .bx-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 75px;
  }
  .relation-area .bx-viewport {
    overflow: visible !important;
  }
  .relation-area .bx-controls {
    text-align: center;
    padding-top: 20px;
    font-size: 0;
  }
  .relation-area .bx-pager, .relation-area .bx-controls-auto, .relation-area .bx-pager-item, .relation-area .bx-pager-link, .relation-area .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  .relation-area .bx-pager-item {
    margin: 0 14px;
  }
  .relation-area .bx-prev, .relation-area .bx-next {
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 74px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 70px;
    z-index: 99;
  }
  .relation-area .bx-prev {
    background-image: url("../img_top/relation_slider_btn_prev_sp.png");
    left: 20px;
  }
  .relation-area .bx-next {
    background-image: url("../img_top/relation_slider_btn_next_sp.png");
    right: 20px;
  }
  .relation-area .bx-start, .relation-area .bx-stop {
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-left: 14px;
  }
  .relation-area .bx-start {
    background-image: url("../img_top/relation_slider_btn_play.png");
  }
  .relation-area .bx-start.active {
    display: none;
  }
  .relation-area .bx-stop {
    background-image: url("../img_top/relation_slider_btn_pause.png");
  }
  .relation-area .bx-stop.active {
    display: none;
  }
  .relation-area .bx-pager-link, .relation-area .bx-start, .relation-area .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .relation-area .bx-pager-link {
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid #009191;
    width: 13px;
    height: 13px;
  }
  .relation-area .bx-pager-link.active {
    background: #009191 !important;
  }
  .relation-area .list {
    left: 127px !important;
  }
  .relation-area .list li {
    width: 322px !important;
    margin: 0 9px;
  }
  .relation-area .list > * img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
  }

  .kokoku-area {
    margin: 50px 20px 0;
  }
  .kokoku-area .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 133%;
    line-height: 120%;
    text-align: center;
    padding-bottom: 5px;
    background: url("../img_top/kokoku_title_bg01_sp.png") no-repeat 50% 100%;
  }
  .kokoku-area .title .title-in {
    display: block;
    color: #333;
  }
  .kokoku-area .title .title-en {
    display: block;
    color: #7d7d7d;
    font-size: 56%;
  }
  .kokoku-area .in {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #c3d3cf;
    background-color: #fff;
    box-shadow: 3px 3px 0 1px rgba(195, 211, 207, 0.7);
  }
  .kokoku-area .list {
    letter-spacing: -.5em;
  }
  .kokoku-area .list > li {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
  .kokoku-area .list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .kokoku-area .list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .kokoku-area .list li img {
    width: 100%;
    height: auto;
  }
  .kokoku-area .link-list {
    margin-top: 20px;
    text-align: right;
  }
}
/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
 /*==================================
フッター
==================================*/
#footer {
  background-color: #9ad4cc;
}
@media print, screen and (min-width: 769px) {
  #footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 200px;
  }
}
#footer .footer-in {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-in {
    width: 1160px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
#footer #pagetop {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  #footer #pagetop {
    top: -80px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer #pagetop {
    top: -65px;
    right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-top {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-top {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .info-box, #footer .search-box {
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  #footer .info-box {
    margin: 0 25px 0 50px;
  }
}
#footer .info-box dl dd {
  position: relative;
  padding-left: 1em;
}
#footer .info-box dl dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .info-box {
    vertical-align: top;
  }
}
#footer .info-box .name {
  font-size: 140%;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #footer .info-box .address dt, #footer .info-box .tel dt, #footer .info-box .time dt {
    width: 4.1em;
  }
}
@media screen and (max-width: 768px) {
  #footer .info-box .address, #footer .info-box .tel, #footer .info-box .fax, #footer .info-box .time, #footer .info-box .day {
    display: table;
  }
  #footer .info-box .address dt, #footer .info-box .address dd, #footer .info-box .tel dt, #footer .info-box .tel dd, #footer .info-box .fax dt, #footer .info-box .fax dd, #footer .info-box .time dt, #footer .info-box .time dd, #footer .info-box .day dt, #footer .info-box .day dd {
    display: table-cell;
  }
  #footer .info-box .address dt, #footer .info-box .tel dt, #footer .info-box .fax dt, #footer .info-box .time dt, #footer .info-box .day dt {
    width: 5em;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .info-box .address {
    display: table;
    margin-top: 10px;
  }
  #footer .info-box .address dt, #footer .info-box .address dd {
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  #footer .info-box .address {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .info-box .item-wrap {
    margin-top: 5px;
  }
  #footer .info-box .item-wrap::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .info-box .tel, #footer .info-box .fax, #footer .info-box .time, #footer .info-box .day {
    display: table;
    float: left;
  }
  #footer .info-box .tel dt, #footer .info-box .tel dd, #footer .info-box .fax dt, #footer .info-box .fax dd, #footer .info-box .time dt, #footer .info-box .time dd, #footer .info-box .day dt, #footer .info-box .day dd {
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  #footer .info-box .tel, #footer .info-box .fax, #footer .info-box .time, #footer .info-box .day {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .info-box .fax, #footer .info-box .day {
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .search-box {
    width: 420px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  #footer .search-box {
    margin: 50px 70px 0;
  }
}
#footer .footer-bottom {
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom {
    margin-top: 25px;
    padding-top: 20px;
  }
  #footer .footer-bottom::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .left-box {
    display: table;
    float: left;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .right-box {
    float: right;
    width: 122px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .translate {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .link-list, #footer .footer-bottom .sns-list {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .link-list {
    padding-left: 30px;
  }
  #footer .footer-bottom .link-list::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .link-list {
    margin: 60px 145px 0;
  }
}
#footer .footer-bottom .link-list li {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .link-list li {
    float: left;
    width: 155px;
    margin-left: 10px;
    font-size: 90%;
  }
  #footer .footer-bottom .link-list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .link-list li {
    margin-top: 30px;
  }
  #footer .footer-bottom .link-list li:first-child {
    margin-top: 0;
  }
}
#footer .footer-bottom .link-list li a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .link-list li a {
    padding: 6px 15px 5px 5px;
    border-radius: 3px;
    background-image: url("../../img_common/footer_link_icon_arrow_pc.png");
    background-position: right 10px center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .link-list li a {
    padding: 28px 45px 27px 10px;
    border-radius: 5px;
    background-image: url("../../img_common/footer_link_icon_arrow_sp.png");
    background-position: right 30px center;
  }
}
#footer .footer-bottom .link-list li .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .link-list li .icon {
    padding-left: 20px;
    background-size: 15px auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .link-list li .icon {
    padding-left: 55px;
  }
}
#footer .footer-bottom .link-list li.link1 .icon {
  background-image: url("../../img_common/footer_link_icon_inquiry.png");
}
#footer .footer-bottom .link-list li.link2 .icon {
  background-image: url("../../img_common/footer_link_icon_organization.png");
}
#footer .footer-bottom .link-list li.link3 .icon {
  background-image: url("../../img_common/footer_link_icon_sitemap.png");
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .sns-list {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .sns-list {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-bottom .sns-list li {
    float: left;
    width: 36px;
    margin-left: 7px;
  }
  #footer .footer-bottom .sns-list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .sns-list li {
    display: inline-block;
    margin: 0 7px;
  }
}
#footer .footer-bottom .sns-list li img {
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #footer .copyright {
    padding: 15px 0 10px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 75px 0 30px;
    font-size: 80%;
    text-align: center;
  }
}
