@charset "UTF-8";
/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/* 編集禁止エリアより上書きコピー */
/*+++++++++++++++++++++++++++++++++++++++++++
 * トップ下層共にレスポンシブか、下層のみレスポンシブか
+++++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
PCスマホを分ける場合は、下記のコメントアウトを外す。
==================================*/
/*
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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}
/*==================================
見出し
==================================*/
/* h2 */
.wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 10px;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 2px solid #1556a0;
}
.wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 0 0 0 12px;
  border-left: 6px solid #f5a031;
}

h2.head-title {
  margin-top: 20px;
  padding: 0px;
  background: #ededed;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
}
h2.head-title .bg {
  display: block;
  padding: 8px 15px 6px 22px;
  background: url(../img_sub/bg_head_title.png) no-repeat center left;
}

h2.head-title a:link {
  color: #2c5897;
}
h2.head-title a:visited {
  color: #2c5897;
}
h2.head-title a:hover {
  color: #2c5897;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 3px solid #1556a0;
  border-bottom: 3px solid #1556a0;
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg {
  display: block;
  padding: 8px 12px 7px 12px;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #e8f2f5;
  font-size: 110%;
  padding: 10px 12px 13px;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 12px;
  line-height: 1.2;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 12px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * wysiwyg contents
 */
.wysiwyg ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
  overflow: hidden;
  margin-left: 30px;
}

* 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 {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #e8f2f5;
}

.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;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.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;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*++++++++++++++++++++++++++++++++++
 * common.css
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
body {
  font: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, 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: #2c5897;
  text-decoration: underline;
}

a:visited {
  color: #2c5897;
  text-decoration: underline;
}

a:hover {
  color: #2c5897;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
}

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: #00bb58;
  text-align: center;
}

.scheme2 {
  border: 1px solid #dedede;
  text-align: center;
}

.scheme3 {
  background-color: #0b0b0b;
  text-align: center;
}

.scheme4 {
  background-color: #1556a0;
  text-align: center;
}

.scheme5 {
  border: 1px solid #dedede;
  text-align: center;
}

.scheme6 {
  background-color: #ffffff;
  text-align: center;
}

.scheme7 {
  background-color: #00bb58;
  text-align: center;
}

.scheme8 {
  background-color: #f5a031;
  text-align: center;
}

.scheme9 {
  background-color: #f6f6f6;
  text-align: center;
}

.scheme10 {
  background-color: #1556a0;
  text-align: center;
}

.scheme11 {
  background-color: #553d0c;
  text-align: center;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  height: 40px !important;
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
  padding-left: 10px;
  padding-top: 0px;
  border-right: none;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  line-height: 24px;
}

.gsib_a {
  height: 40px !important;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0 !important;
  background-color: #f5a031 !important;
  text-align: center;
  border: none !important;
}

.gsc-search-button input[type=image] {
  /*検索ボタン　画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding-top: 8px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 65px !important;
    border: 1px solid #dddddd !important;
  }

  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    line-height: 65px;
    font-size: 28px;
  }

  .gsc-search-button {
    padding: 0 50px !important;
  }

  .gsc-search-button input[type=image] {
    width: 20px !important;
    height: auto !important;
  }
}
/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
 /*==================================
wrapper
==================================*/
#wrapper {
  border-top: 0px solid #333;
}

 /*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }

  #smartphone a {
    display: block;
    text-align: center;
    padding: 40px;
    font-size: 300%;
    border: 6px solid #1556a0;
    border-radius: 30px;
  }

  #wrapper {
    background: url(../img_common/bg_contents.png) repeat-y top center;
  }

  #header {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* .header-subcontents */
    /* end- .header-subcontents */
  }
  #header #header-nav {
    padding: 0;
    background: #ccc;
    width: 671px;
    position: absolute;
    top: 78px;
    right: 0px;
  }
  #header #header-nav .in {
    width: auto;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    float: left;
    width: auto;
    margin-left: 0;
    background: #333;
    text-align: center;
  }
  #header #header-nav .list > li.nav1 > a {
    text-indent: -9999px;
    width: 142px;
    height: 60px;
    background: url(../img_sub/pc_header_nav1.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav1 > a:hover {
    background: url(../img_sub/pc_header_nav1_on.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav2 > a {
    text-indent: -9999px;
    width: 166px;
    height: 60px;
    background: url(../img_sub/pc_header_nav2.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav2 > a:hover {
    background: url(../img_sub/pc_header_nav2_on.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav3 > a {
    text-indent: -9999px;
    width: 146px;
    height: 60px;
    background: url(../img_sub/pc_header_nav3.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav3 > a:hover {
    background: url(../img_sub/pc_header_nav3_on.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav4 > a {
    text-indent: -9999px;
    width: 135px;
    height: 60px;
    background: url(../img_sub/pc_header_nav4.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav4 > a:hover {
    background: url(../img_sub/pc_header_nav4_on.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav5 > a {
    text-indent: -9999px;
    width: 82px;
    height: 60px;
    background: url(../img_sub/pc_header_nav5.png) no-repeat 0 0;
  }
  #header #header-nav .list > li.nav5 > a:hover {
    background: url(../img_sub/pc_header_nav5_on.png) no-repeat 0 0;
  }
  #header #header-nav .list > li:first-child {
    width: auto;
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  #header #header-nav .list > li a:focus {
    color: #2c5897;
    background-color: #cce2fc;
  }
  #header #header-nav.p-top {
    position: static;
    width: auto;
    background: #fff;
  }
  #header #header-nav.p-top .list > li {
    float: left;
    width: auto;
    margin-left: 7px;
    background: #333;
    text-align: center;
  }
  #header #header-nav.p-top .list > li:nth-child(1) {
    margin-left: 0px;
  }
  #header #header-nav.p-top .list > li:nth-child(2) {
    margin-left: 8px;
  }
  #header #header-nav.p-top .list > li:nth-child(5) {
    margin-left: 8px;
  }
  #header #header-nav.p-top .list > li.nav1 {
    position: relative;
  }
  #header #header-nav.p-top .list > li.nav1 > a {
    text-indent: -9999px;
    width: 194px;
    height: 220px;
    background: url(../img_top/pc_header_top_nav1.png) no-repeat 0 0;
  }
  #header #header-nav.p-top .list > li.nav2 {
    position: relative;
  }
  #header #header-nav.p-top .list > li.nav2 > a {
    text-indent: -9999px;
    width: 194px;
    height: 220px;
    background: url(../img_top/pc_header_top_nav2.png) no-repeat 0 0;
  }
  #header #header-nav.p-top .list > li.nav3 {
    position: relative;
  }
  #header #header-nav.p-top .list > li.nav3 > a {
    text-indent: -9999px;
    width: 194px;
    height: 220px;
    background: url(../img_top/pc_header_top_nav3.png) no-repeat 0 0;
  }
  #header #header-nav.p-top .list > li.nav4 {
    position: relative;
  }
  #header #header-nav.p-top .list > li.nav4 > a {
    text-indent: -9999px;
    width: 194px;
    height: 220px;
    background: url(../img_top/pc_header_top_nav4.png) no-repeat 0 0;
  }
  #header #header-nav.p-top .list > li.nav5 {
    position: relative;
  }
  #header #header-nav.p-top .list > li.nav5 > a {
    text-indent: -9999px;
    width: 194px;
    height: 220px;
    background: url(../img_top/pc_header_top_nav5.png) no-repeat 0 0;
  }
  #header #header-nav.p-top .list > li .dropmenu {
    width: 194px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #175aa8;
    opacity: 0.9;
  }
  #header #header-nav.p-top .list > li .dropmenu .dropmenu-title {
    padding: 0 10px;
    font-size: 110%;
    color: #fff;
  }
  #header #header-nav.p-top .list > li .dropmenu .dropmenu-title span {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #f7a031;
  }
  #header #header-nav.p-top .list > li .dropmenu .dropmenu-list {
    position: relative;
    overflow: auto;
    height: 174px;
  }
  #header #header-nav.p-top .list > li .dropmenu ul li {
    padding: 0 10px;
  }
  #header #header-nav.p-top .list > li .dropmenu ul li a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #4585be;
    text-align: left;
    background: url(../img_top/headermenu_arw.png) no-repeat 0 11px;
  }
  #header #header-nav.p-top .list > li .dropmenu ul li a:focus {
    color: #2c5897;
    background-color: #cce2fc;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 160px;
  }
  #header .header-subnav-area.p-top {
    height: 130px;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: 46px;
    left: 0px;
  }
  #header .header-subnav-area #header-logo.p-top {
    top: 28px;
  }
  #header .header-subnav-area .box {
    padding: 34px 0 0 403px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box.p-top {
    padding: 54px 0 0 403px;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box #header-size li, #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 15px;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box #header-size li img, #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .unit .list a {
    font-size: 14px;
  }
  #header .header-subnav-area .box .unit2 .list a {
    font-size: 14px;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding: 0 7px 0 0;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    padding: 0 0 0 15px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding: 0 0 0 18px;
    text-align: center;
  }
  #header .header-subnav-area .box .readspeaker {
    position: absolute;
    top: 3px;
    right: 0;
  }
  #header .header-subcontents {
    position: relative;
    height: 95px;
    background: #f6f6f6;
    border-radius: 10px;
  }
  #header .header-subcontents.p-top {
    background: #fff;
    height: 108px;
    padding: 44px 0 0;
    box-sizing: border-box;
  }
  #header .header-subcontents.p-top .header-submenu {
    top: 41px;
    right: 0px;
  }
  #header .header-subcontents.p-top .header-search {
    padding: 15px 0 0 0;
  }
  #header .header-subcontents .header-search {
    width: 320px;
    padding: 29px 0 0 23px;
  }
  #header .header-subcontents .header-search .gsc-input-box {
    height: 40px !important;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
  }
  #header .header-subcontents .header-search .gstl_50 {
    height: 40px !important;
  }
  #header .header-subcontents .header-search .gsc-search-button {
    background-color: #f5a031 !important;
    border-radius: 0 !important;
  }
  #header .header-subcontents .header-submenu {
    position: absolute;
    top: 10px;
    right: 24px;
  }
  #header .header-subcontents .header-submenu ul {
    letter-spacing: -0.5em;
  }
  #header .header-subcontents .header-submenu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 0 17px;
  }
  #header .header-subcontents .header-submenu ul li a {
    display: block;
    width: 193px;
    height: 66px;
  }
  #header .header-subcontents .header-submenu ul li.subnav1 a {
    text-indent: -9999px;
    background: url(../img_common/pc_header_sub_nav1.png) no-repeat 0 0;
  }
  #header .header-subcontents .header-submenu ul li.subnav1 a:hover {
    background: url(../img_common/pc_header_sub_nav1_on.png) no-repeat 0 0;
  }
  #header .header-subcontents .header-submenu ul li.subnav2 a {
    text-indent: -9999px;
    background: url(../img_common/pc_header_sub_nav2.png) no-repeat 0 0;
  }
  #header .header-subcontents .header-submenu ul li.subnav2 a:hover {
    background: url(../img_common/pc_header_sub_nav2_on.png) no-repeat 0 0;
  }
  #header .header-subcontents .header-submenu ul li.subnav3 a {
    text-indent: -9999px;
    background: url(../img_common/pc_header_sub_nav3.png) no-repeat 0 0;
  }
  #header .header-subcontents .header-submenu ul li.subnav3 a:hover {
    background: url(../img_common/pc_header_sub_nav3_on.png) no-repeat 0 0;
  }
  #header .header-top-link {
    margin: 6px 0 0;
  }
  #header .header-top-link ul {
    letter-spacing: -0.5em;
  }
  #header .header-top-link ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 0 8px;
  }
  #header .header-top-link ul li:first-child {
    margin: 0;
  }
  #header .header-top-link ul li a {
    display: block;
  }
  #header .header-top-link ul li a:hover {
    opacity: 0.7;
  }

  .sns-box {
    display: table;
    width: 100%;
    margin: 20px 0;
  }
  .sns-box > div {
    display: table-cell;
  }
  .sns-box > div:nth-child(2) {
    width: 50%;
    text-align: right;
  }
}
 /*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header .h-box {
    background: url(../img_common/sp_bg_header.png) no-repeat 0 0;
    padding-top: 14px;
    display: table;
    width: 100%;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .h-box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .h-box > div {
    display: table-cell;
  }
  #sp-header .h-box .select-language {
    vertical-align: middle;
  }
  #sp-header .box {
    display: block;
    width: 100%;
    height: 130px;
    margin: 0;
    position: relative;
    background: #1556a0;
    /* #sp-header-nav */
    /* end-#sp-header-nav */
  }
  #sp-header .box .sp-searchbox {
    padding: 32px 120px 0 68px;
  }
  #sp-header .box .sp-searchbox .gsc-search-box .gsc-input-box {
    border: none !important;
  }
  #sp-header .box .sp-searchbox .gsc-search-button {
    background-color: #f5a031 !important;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    margin-left: 0;
  }
  #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: 0px;
    left: 0;
    opacity: 0.7;
    /*background:#000000;*/
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 296px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 0;
    padding: 0 20px 0;
    background-color: #1556a0;
    box-sizing: border-box;
    border-radius: 0;
  }
  #sp-header .modal-search .in .h-menu,
  #sp-header .modal-menu .in .h-menu {
    background: #1556a0;
  }
  #sp-header .modal-search .in .h-menu ul,
  #sp-header .modal-menu .in .h-menu ul {
    padding: 10px 0;
  }
  #sp-header .modal-search .in .h-menu ul li,
  #sp-header .modal-menu .in .h-menu ul li {
    border-top: 1px solid #4681b5;
  }
  #sp-header .modal-search .in .h-menu ul li:first-child,
  #sp-header .modal-menu .in .h-menu ul li:first-child {
    border-top: none;
  }
  #sp-header .modal-search .in .h-menu ul li a,
  #sp-header .modal-menu .in .h-menu ul li a {
    display: block;
    padding: 16px 0;
  }
  #sp-header .modal-search .h-link,
  #sp-header .modal-menu .h-link {
    background: #fff;
    padding: 10px 0 0px;
  }
  #sp-header .modal-search .h-link ul,
  #sp-header .modal-menu .h-link ul {
    letter-spacing: -0.5em;
  }
  #sp-header .modal-search .h-link ul li,
  #sp-header .modal-menu .h-link ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 33.3%;
    text-align: center;
    margin: 0;
  }
  #sp-header .modal-search .h-btn,
  #sp-header .modal-menu .h-btn {
    background: #fff;
    padding: 0 0 14px;
  }
  #sp-header .modal-search .h-btn ul,
  #sp-header .modal-menu .h-btn ul {
    letter-spacing: -0.5em;
  }
  #sp-header .modal-search .h-btn ul li,
  #sp-header .modal-menu .h-btn ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 33.3%;
    padding: 14px 0 0;
    text-align: center;
    margin: 0;
  }
  #sp-header .modal-search .box,
  #sp-header .modal-menu .box {
    border-bottom: 2px dashed #00838f;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 22px 20px 20px 80px;
    background: url(../img_sp_common/smodal_mod_arrow_link.png) no-repeat right center;
    color: #234378;
    font-size: 130%;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat 32px center;
    padding: 20px 25px 18px 80px;
    font-weight: normal;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #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%;
  }
}

@media screen and (max-width: 768px) {
  .sns-box {
    width: 100%;
    margin: 40px 0 20px;
  }
  .sns-box > div {
    display: block;
  }
  .sns-box > div:nth-child(2) {
    text-align: right;
  }
}
/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px !important;
  }
}
/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
 /*==================================
TOP（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  #main {
    width: 1000px;
    margin: 0 auto;
  }

  .topics-area {
    margin: 27px 0 0;
    padding: 0 0 28px;
    background: #f6f6f6;
    border-radius: 10px;
  }
  .topics-area .topics-title {
    text-align: center;
    padding: 10px 0 15px;
  }
  .topics-area .in {
    display: table;
    width: 937px;
    margin: 0 auto;
  }
  .topics-area .in .box {
    display: table-cell;
    vertical-align: top;
  }
  .topics-area .in .box:nth-child(1) {
    width: 570px;
  }
  .topics-area .in .box .top-slider {
    position: relative;
    overflow: hidden;
    border: 1px solid #c8c8c8;
  }
  .topics-area .in .box .top-slider li a img {
    width: 100%;
  }
  .topics-area .in .box .top-slider li img {
    width: 100%;
  }
  .topics-area .in .box .top-slider .bx-prev {
    position: absolute;
    left: 11px;
    top: 302px;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: url(../img_common/slider_prev.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-next {
    position: absolute;
    right: 11px;
    top: 302px;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: url(../img_common/slider_next.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-stop {
    position: absolute;
    right: 10px;
    top: 260px;
    display: block;
    width: 27px;
    height: 22px;
    text-indent: -9999px;
    background: url(../img_common/slider_stop.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-start {
    position: absolute;
    right: 10px;
    top: 260px;
    display: block;
    width: 27px;
    height: 22px;
    text-indent: -9999px;
    background: url(../img_common/slider_start.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-caption {
    display: table-cell;
    width: 570px;
    background: #fff;
    text-align: left;
    padding: 13px 50px;
    box-sizing: border-box;
  }
  .topics-area .in .box .top-slider .bxslider-side a {
    display: block;
    overflow: hidden;
  }
  .topics-area .in .box .top-slider .bx-controls:before {
    content: "　";
    position: absolute;
    right: 0px;
    top: 290px;
    display: block;
    width: 570px;
    height: 500px;
    text-indent: -9999px;
    background: url(../img_common/bg_top_controls.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-pickup {
    width: 331px;
    margin-left: 36px;
    background: url(../img_top/pickup_bar.png) repeat-y 0 0;
  }
  .topics-area .in .box .top-pickup .pickup-title {
    font-size: 140%;
    background: url(../img_top/pickup_title.png) no-repeat 0 0;
    padding: 12px 0 16px 80px;
  }
  .topics-area .in .box .top-pickup .pickup-box p {
    padding: 1em;
  }
  .topics-area .in .box .top-pickup .pickup-img {
    text-align: center;
    padding: 0 20px 0 10px;
  }
  .topics-area .in .box .top-pickup .pickup-img img {
    max-width: 100%;
  }
  .topics-area .in .box .top-pickup .pickup-text {
    text-align: center;
    padding: 10px 20px 12px 10px;
  }
  .topics-area .in .box .top-pickup .pickup-btn {
    background: url(../img_top/pickup_bottom.png) no-repeat left bottom;
    padding: 0 0 29px;
    box-sizing: border-box;
  }
  .topics-area .in .box .top-pickup .pickup-btn a {
    display: block;
    width: 214px;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    color: #333;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    background: url(../img_top/pickup_btn.png) no-repeat right center #00bb58;
    box-sizing: border-box;
    border: 1px solid #00bb58;
  }
  .topics-area .in .box .top-pickup .pickup-btn a:hover {
    border: 1px solid #007638;
    box-sizing: border-box;
  }

  .top-sub-area {
    margin: 35px 0 0;
  }
  .top-sub-area .top-sub-title {
    font-size: 150%;
    padding: 12px 0;
    border-top: 1px solid #145298;
    text-align: center;
  }
  .top-sub-area .top-sub-title span {
    display: inline-block;
    border-left: 6px solid #f5a031;
    line-height: 1.1;
    padding: 0 0 0 10px;
    color: #145298;
    font-weight: bold;
  }
  .top-sub-area .top-emergency .list {
    letter-spacing: -0.5em;
    padding: 4px 0;
  }
  .top-sub-area .top-emergency .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 0 24px;
  }
  .top-sub-area .top-emergency .list li:first-child {
    margin: 0;
  }
  .top-sub-area .top-emergency .list li.te01 > a {
    display: block;
    text-indent: -9999px;
    width: 232px;
    height: 66px;
    background: url(../img_top/pc_top_te01.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te01 > a:hover {
    background: url(../img_top/pc_top_te01_on.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te02 > a {
    display: block;
    text-indent: -9999px;
    width: 232px;
    height: 66px;
    background: url(../img_top/pc_top_te02.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te02 > a:hover {
    background: url(../img_top/pc_top_te02_on.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te03 > a {
    display: block;
    text-indent: -9999px;
    width: 232px;
    height: 66px;
    background: url(../img_top/pc_top_te03.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te03 > a:hover {
    background: url(../img_top/pc_top_te03_on.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te04 > a {
    display: block;
    text-indent: -9999px;
    width: 232px;
    height: 66px;
    background: url(../img_top/pc_top_te04.png) no-repeat 0 0;
  }
  .top-sub-area .top-emergency .list li.te04 > a:hover {
    background: url(../img_top/pc_top_te04_on.png) no-repeat 0 0;
  }

  .top-sub-box {
    display: table;
    width: 100%;
  }
  .top-sub-box .top-sub-box-in {
    display: table-cell;
    width: 50%;
  }
  .top-sub-box .top-sub-box-in .area-sub {
    width: 490px;
  }
  .top-sub-box .top-sub-box-in .top-sub-title {
    font-size: 140%;
  }
  .top-sub-box .top-sub-box-in:nth-child(2) .area-sub {
    width: 490px;
    margin: 0 0 0 10px;
  }

  .top-purpose .list {
    letter-spacing: -0.5em;
    padding: 4px 0;
  }
  .top-purpose .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 25%;
    margin: 14px 0 0;
  }
  .top-purpose .list li.tp01 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp01.png) no-repeat top center;
  }
  .top-purpose .list li.tp01 > a:hover {
    background: url(../img_top/pc_top_tp01_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp02 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp02.png) no-repeat top center;
  }
  .top-purpose .list li.tp02 > a:hover {
    background: url(../img_top/pc_top_tp02_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp03 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp03.png) no-repeat top center;
  }
  .top-purpose .list li.tp03 > a:hover {
    background: url(../img_top/pc_top_tp03_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp04 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp04.png) no-repeat top center;
  }
  .top-purpose .list li.tp04 > a:hover {
    background: url(../img_top/pc_top_tp04_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp05 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp05.png) no-repeat top center;
  }
  .top-purpose .list li.tp05 > a:hover {
    background: url(../img_top/pc_top_tp05_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp06 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp06.png) no-repeat top center;
  }
  .top-purpose .list li.tp06 > a:hover {
    background: url(../img_top/pc_top_tp06_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp07 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp07.png) no-repeat top center;
  }
  .top-purpose .list li.tp07 > a:hover {
    background: url(../img_top/pc_top_tp07_on.png) no-repeat top center;
  }
  .top-purpose .list li.tp08 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 90px 0 0;
    background: url(../img_top/pc_top_tp08.png) no-repeat top center;
  }
  .top-purpose .list li.tp08 > a:hover {
    background: url(../img_top/pc_top_tp08_on.png) no-repeat top center;
  }

  .top-sub-menu {
    margin: 20px 0 0;
  }
  .top-sub-menu .list {
    letter-spacing: -0.5em;
    padding: 4px 0;
  }
  .top-sub-menu .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 50%;
    margin: 26px 0 0;
    box-sizing: border-box;
  }
  .top-sub-menu .list li:nth-child(2) {
    padding-left: 13px;
  }
  .top-sub-menu .list li:nth-child(4) {
    padding-left: 13px;
  }
  .top-sub-menu .list li.tsm01 > a {
    display: block;
    text-indent: -9999px;
    width: 230px;
    height: 120px;
    background: url(../img_top/pc_top_tsm01.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm01 > a:hover {
    background: url(../img_top/pc_top_tsm01_on.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm02 > a {
    display: block;
    text-indent: -9999px;
    width: 230px;
    height: 120px;
    background: url(../img_top/pc_top_tsm02.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm02 > a:hover {
    background: url(../img_top/pc_top_tsm02_on.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm03 > a {
    display: block;
    text-indent: -9999px;
    width: 230px;
    height: 120px;
    background: url(../img_top/pc_top_tsm03.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm03 > a:hover {
    background: url(../img_top/pc_top_tsm03_on.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm04 > a {
    display: block;
    text-indent: -9999px;
    width: 230px;
    height: 120px;
    background: url(../img_top/pc_top_tsm04.png) no-repeat top center;
  }
  .top-sub-menu .list li.tsm04 > a:hover {
    background: url(../img_top/pc_top_tsm04_on.png) no-repeat top center;
  }

  #top-tab .tab-area .tab-nav {
    border-bottom: 3px solid #1556a0;
  }
  #top-tab .tab-area .tab-nav .list {
    display: table;
    width: 100%;
  }
  #top-tab .tab-area .tab-nav .list li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
  }
  #top-tab .tab-area .tab-nav .list li:nth-child(2) {
    padding-left: 5px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-news a span {
    display: inline-block;
    padding: 0 20px;
    background: url(../img_top/pc_top_tab_news.png) no-repeat 0 2px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-news.active a span {
    background: url(../img_top/pc_top_tab_news_on.png) no-repeat 0 2px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-event a span {
    display: inline-block;
    padding: 0 20px;
    background: url(../img_top/pc_top_tab_event.png) no-repeat 0 0;
  }
  #top-tab .tab-area .tab-nav .list li.tab-event.active a span {
    background: url(../img_top/pc_top_tab_event_on.png) no-repeat 0 0;
  }
  #top-tab .tab-area .tab-nav .list li a {
    border-radius: 8px 8px 0 0;
    display: block;
    width: 240px;
    font-size: 120%;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    background: #e3e0e0;
    color: #333;
  }
  #top-tab .tab-area .tab-nav .list li.active a {
    background: #1556a0;
    color: #fff;
  }
  #top-tab .tab-area .in {
    margin: 20px 0 0;
  }
  #top-tab .tab-area .in .box.hide {
    display: none;
  }
  #top-tab .tab-area .in .box .list2 a {
    display: block;
  }
  #top-tab .tab-area .in .box .list2 li {
    border-bottom: 1px solid #c5c5c5;
    padding: 6px 0;
  }
  #top-tab .tab-area .in .box .list2 .date {
    display: block;
    line-height: 1.8;
    color: #333;
    text-decoration: none;
  }
  #top-tab .tab-area .in .box .list2 .text {
    display: block;
    line-height: 1.8;
  }
  #top-tab .tab-area .in .box #tab-news-in {
    position: relative;
    max-height: 480px;
    overflow: auto;
  }
  #top-tab .tab-area .in .box #tab-news-in .ps__thumb-y {
    background: #175aa8;
  }
  #top-tab .tab-area .in .box #tab-event-in {
    position: relative;
    height: 480px;
    overflow: auto;
  }
  #top-tab .tab-area .in .box #tab-event-in .ps__thumb-y {
    background: #175aa8;
  }
  #top-tab .tab-area .in .box .list3 {
    margin: 20px 0;
    letter-spacing: -0.5em;
    text-align: center;
  }
  #top-tab .tab-area .in .box .list3 li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  #top-tab .tab-area .in .box .list3 li.btn a {
    display: block;
    width: 218px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    border: 2px solid #175aa8;
    text-decoration: none;
    border-radius: 6px;
  }
  #top-tab .tab-area .in .box .list3 li.btn a:hover {
    text-decoration: underline;
  }
  #top-tab .tab-area .in .box .list3 li.rss {
    margin-left: 9px;
  }
  #top-tab .tab-area .in .box .list3 li.rss a {
    display: block;
    width: 68px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    border: 2px solid #175aa8;
    background: #175aa8;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
  }
  #top-tab .tab-area .in .box .list3 li.rss a:hover {
    text-decoration: underline;
  }

  .population-area {
    margin: 30px 0;
  }
  .population-area .top-population-list {
    text-align: center;
    letter-spacing: -0.5em;
  }
  .population-area .top-population-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 10px;
  }
  .population-area .top-population-list li > div {
    display: table;
    width: 100%;
  }
  .population-area .top-population-list li > div > span {
    display: table-cell;
  }
  .population-area .top-population-list li > div > span:nth-child(1) {
    background: #e5eff7;
    padding: 3px 6px;
    border-radius: 20px;
  }
  .population-area .top-population-list li > div > span:nth-child(2) {
    padding-left: 6px;
  }
  .population-area .top-population-text {
    text-align: right;
    font-size: 90%;
    margin: 10px 0;
  }
  .population-area .top-population-btn {
    text-align: center;
  }
  .population-area .top-population-btn a {
    display: inline-block;
    width: 218px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    border: 2px solid #175aa8;
    text-decoration: none;
    border-radius: 6px;
  }
  .population-area .top-population-btn a:hover {
    text-decoration: underline;
  }

  .about-area {
    padding: 12px 20px 30px;
    background: #f6f6f6;
    border-radius: 10px;
  }
  .about-area .about-title {
    text-align: center;
  }
  .about-area .about-title span {
    display: inline-block;
    padding: 0 30px;
    line-height: 34px;
    font-size: 140%;
    font-weight: bold;
    color: #145298;
    background: url(../img_top/pc_top_about.png) no-repeat 0 2px;
  }
  .about-area .list {
    letter-spacing: -0.5em;
    padding: 4px 0;
  }
  .about-area .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 25%;
    text-align: center;
    margin: 29px 0 0;
    box-sizing: border-box;
  }
  .about-area .list li a {
    display: block;
    width: 220px;
  }
  .about-area .list li a img {
    width: 100%;
  }
  .about-area .list li a:hover {
    opacity: 0.7;
  }
  .about-area .list li img {
    width: 100%;
  }
  .about-area .list li.ta01 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta01.png) no-repeat top center;
  }
  .about-area .list li.ta01 > a:hover {
    background: url(../img_top/pc_top_ta01_on.png) no-repeat top center;
  }
  .about-area .list li.ta02 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta02.png) no-repeat top center;
  }
  .about-area .list li.ta02 > a:hover {
    background: url(../img_top/pc_top_ta02_on.png) no-repeat top center;
  }
  .about-area .list li.ta03 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta03.png) no-repeat top center;
  }
  .about-area .list li.ta03 > a:hover {
    background: url(../img_top/pc_top_ta03_on.png) no-repeat top center;
  }
  .about-area .list li.ta04 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta04.png) no-repeat top center;
  }
  .about-area .list li.ta04 > a:hover {
    background: url(../img_top/pc_top_ta04_on.png) no-repeat top center;
  }
  .about-area .list li.ta05 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta05.png) no-repeat top center;
  }
  .about-area .list li.ta05 > a:hover {
    background: url(../img_top/pc_top_ta05_on.png) no-repeat top center;
  }
  .about-area .list li.ta06 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta06.png) no-repeat top center;
  }
  .about-area .list li.ta06 > a:hover {
    background: url(../img_top/pc_top_ta06_on.png) no-repeat top center;
  }
  .about-area .list li.ta07 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta07.png) no-repeat top center;
  }
  .about-area .list li.ta07 > a:hover {
    background: url(../img_top/pc_top_ta07_on.png) no-repeat top center;
  }
  .about-area .list li.ta08 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 220px;
    height: 98px;
    background: url(../img_top/pc_top_ta08.png) no-repeat top center;
  }
  .about-area .list li.ta08 > a:hover {
    background: url(../img_top/pc_top_ta08_on.png) no-repeat top center;
  }

  .related-links-area {
    margin: 30px 0 0;
  }
  .related-links-area .related-links-title {
    font-weight: bold;
    text-align: center;
    font-size: 130%;
  }
  .related-links-area .related-links {
    letter-spacing: -0.5em;
  }
  .related-links-area .related-links li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 25%;
    text-align: center;
    margin: 20px 0 0;
    box-sizing: border-box;
  }
  .related-links-area .related-links li a {
    display: inline-block;
    width: 220px;
  }
  .related-links-area .related-links li a img {
    width: 100%;
  }
  .related-links-area .related-links li a:hover {
    opacity: 0.7;
  }

  .kinkyu-box {
    width: 1000px;
    border: 5px solid #f5a031;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 40px auto;
    padding: 1px 30px 30px;
  }
  .kinkyu-box .title {
    text-align: center;
    margin: 20px 0 0;
    font-size: 130%;
    line-height: 18px;
  }
  .kinkyu-box .title:before {
    display: inline-block;
    content: "　";
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
    background: url(../img_top/kinkyu_title.png) no-repeat left center;
  }
  .kinkyu-box .list li {
    padding: 10px 0;
    border-top: 1px solid #f5a031;
  }
  .kinkyu-box .list li a {
    display: block;
  }
  .kinkyu-box .list li .text {
    display: block;
  }
  .kinkyu-box .list li .date {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 90%;
    margin: 2px 0 0;
  }
  .kinkyu-box .list li:first-child {
    border-top: none;
  }
  .kinkyu-box .more {
    letter-spacing: -0.5em;
    text-align: right;
  }
  .kinkyu-box .more li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  .kinkyu-box .more li a {
    display: block;
    padding: 6px 18px;
    margin: 0 0 0 10px;
    background: #f5a031;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
  }
  .kinkyu-box .more li a:hover {
    opacity: 0.7;
  }
  .kinkyu-box .more li.rss a {
    color: #fff;
    background: #1556a0;
  }
}
 /*==================================
TOP（SP）
==================================*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 !important;
  }

  #main {
    margin: 0 auto;
  }

  .topics-area {
    margin: 0 0 0;
    padding: 0 0 40px;
    background: #f6f6f6;
  }
  .topics-area .topics-title {
    text-align: center;
    padding: 10px 137px 15px;
  }
  .topics-area .topics-title img {
    width: 100%;
  }
  .topics-area .in {
    margin: 0 auto;
  }
  .topics-area .in .box {
    vertical-align: top;
  }
  .topics-area .in .box:nth-child(1) {
    width: 100%;
  }
  .topics-area .in .box .top-slider {
    position: relative;
    overflow: hidden;
    border: 1px solid #c8c8c8;
  }
  .topics-area .in .box .top-slider .bx-wrapper img {
    width: 100%;
  }
  .topics-area .in .box .top-slider .bx-prev {
    position: absolute;
    left: 11px;
    top: 385px;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: url(../img_common/slider_prev.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-next {
    position: absolute;
    right: 11px;
    top: 385px;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: url(../img_common/slider_next.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-stop {
    position: absolute;
    right: 10px;
    top: 328px;
    display: block;
    width: 27px;
    height: 22px;
    text-indent: -9999px;
    background: url(../img_common/slider_stop.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-start {
    position: absolute;
    right: 10px;
    top: 328px;
    display: block;
    width: 27px;
    height: 22px;
    text-indent: -9999px;
    background: url(../img_common/slider_start.png) no-repeat 0 0;
  }
  .topics-area .in .box .top-slider .bx-caption {
    display: block;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 13px 50px;
    box-sizing: border-box;
  }
  .topics-area .in .box .top-slider .bxslider-side a {
    display: block;
    overflow: hidden;
  }
  .topics-area .in .box .top-slider .bx-controls:before {
    content: "　";
    position: absolute;
    right: -1px;
    top: 290px;
    display: block;
    width: 100%;
    height: 500px;
    text-indent: -9999px;
  }
  .topics-area .in .box .top-pickup {
    width: 662px;
    margin: 40px 0 0 36px;
    background: url(../img_top/pickup_bar.png) repeat-y 0 0;
    background-size: 100%;
  }
  .topics-area .in .box .top-pickup .pickup-title {
    font-size: 140%;
    background: url(../img_top/pickup_title.png) no-repeat 0 0;
    padding: 24px 0 38px 160px;
    background-size: 100%;
  }
  .topics-area .in .box .top-pickup .pickup-box p {
    padding: 1em;
  }
  .topics-area .in .box .top-pickup .pickup-img {
    text-align: center;
    padding: 0 50px 0 20px;
  }
  .topics-area .in .box .top-pickup .pickup-img img {
    width: 100%;
  }
  .topics-area .in .box .top-pickup .pickup-text {
    text-align: center;
    padding: 20px 20px 20px 10px;
  }
  .topics-area .in .box .top-pickup .pickup-btn {
    background: url(../img_top/pickup_bottom.png) no-repeat left bottom;
    padding: 0 0 50px;
    box-sizing: border-box;
    background-size: 100%;
  }
  .topics-area .in .box .top-pickup .pickup-btn a {
    display: block;
    width: 410px;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    color: #333;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    background: url(../img_top/pickup_btn.png) no-repeat right center #00bb58;
    box-sizing: border-box;
    border: 1px solid #00bb58;
  }
  .topics-area .in .box .top-pickup .pickup-btn a:hover {
    border: 1px solid #007638;
    box-sizing: border-box;
  }

  .top-sub-area {
    margin: 0 0 0;
  }
  .top-sub-area .top-sub-title {
    font-size: 33px;
    padding: 12px 0;
    border-top: 1px solid #145298;
    text-align: center;
  }
  .top-sub-area .top-sub-title span {
    display: inline-block;
    border-left: 6px solid #f5a031;
    line-height: 1.1;
    padding: 0 0 0 10px;
    color: #145298;
    font-weight: bold;
  }
  .top-sub-area .top-emergency .list {
    letter-spacing: -0.5em;
    padding: 0 0 50px;
  }
  .top-sub-area .top-emergency .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
    list-style: none;
    margin: 26px 0 0;
    width: 50%;
  }
  .top-sub-area .top-emergency .list li.te01 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 336px;
    height: 94px;
    background: url(../img_top/pc_top_te01.png) no-repeat 0 0;
    background-size: 100%;
  }
  .top-sub-area .top-emergency .list li.te02 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 336px;
    height: 94px;
    background: url(../img_top/pc_top_te02.png) no-repeat 0 0;
    background-size: 100%;
  }
  .top-sub-area .top-emergency .list li.te03 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 336px;
    height: 94px;
    background: url(../img_top/pc_top_te03.png) no-repeat 0 0;
    background-size: 100%;
  }
  .top-sub-area .top-emergency .list li.te04 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 336px;
    height: 94px;
    background: url(../img_top/pc_top_te04.png) no-repeat 0 0;
    background-size: 100%;
  }

  .top-sub-box .top-sub-box-in .top-sub-title {
    font-size: 140%;
  }

  .top-purpose .list {
    letter-spacing: -0.5em;
    padding: 4px 0;
  }
  .top-purpose .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 25%;
    margin: 14px 0 0;
  }
  .top-purpose .list li a {
    font-size: 24px;
  }
  .top-purpose .list li.tp01 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp01.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp02 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp02.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp03 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp03.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp04 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp04.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp05 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp05.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp06 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp06.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp07 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp07.png) no-repeat top center;
    background-size: 118px;
  }
  .top-purpose .list li.tp08 > a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #333;
    padding: 120px 0 0;
    background: url(../img_top/pc_top_tp08.png) no-repeat top center;
    background-size: 118px;
  }

  .top-sub-menu {
    margin: 20px 0 0;
  }
  .top-sub-menu .list {
    letter-spacing: -0.5em;
    padding: 4px 0 50px;
  }
  .top-sub-menu .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 50%;
    margin: 26px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .top-sub-menu .list li.tsm01 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 166px;
    background: url(../img_top/pc_top_tsm01.png) no-repeat top center;
    background-size: 100%;
  }
  .top-sub-menu .list li.tsm02 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 166px;
    background: url(../img_top/pc_top_tsm02.png) no-repeat top center;
    background-size: 100%;
  }
  .top-sub-menu .list li.tsm03 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 166px;
    background: url(../img_top/pc_top_tsm03.png) no-repeat top center;
    background-size: 100%;
  }
  .top-sub-menu .list li.tsm04 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 166px;
    background: url(../img_top/pc_top_tsm04.png) no-repeat top center;
    background-size: 100%;
  }

  #top-tab .tab-area {
    margin: 0 30px;
  }
  #top-tab .tab-area .tab-nav {
    margin: 20px 0 0;
    border-bottom: 3px solid #1556a0;
  }
  #top-tab .tab-area .tab-nav .list {
    display: table;
    width: 100%;
  }
  #top-tab .tab-area .tab-nav .list li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
  }
  #top-tab .tab-area .tab-nav .list li:nth-child(2) {
    padding-left: 10px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-news a span {
    display: inline-block;
    padding: 0 20px;
    background: url(../img_top/pc_top_tab_news.png) no-repeat 0 10px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-news.active a span {
    background: url(../img_top/pc_top_tab_news_on.png) no-repeat 0 10px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-event a span {
    display: inline-block;
    padding: 0 20px;
    background: url(../img_top/pc_top_tab_event.png) no-repeat 0 8px;
  }
  #top-tab .tab-area .tab-nav .list li.tab-event.active a span {
    background: url(../img_top/pc_top_tab_event_on.png) no-repeat 0 8px;
  }
  #top-tab .tab-area .tab-nav .list li a {
    border-radius: 8px 8px 0 0;
    display: block;
    width: 320px;
    font-size: 120%;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    background: #e3e0e0;
    color: #333;
  }
  #top-tab .tab-area .tab-nav .list li.active a {
    background: #1556a0;
    color: #fff;
  }
  #top-tab .tab-area .in {
    margin: 20px 0 0;
  }
  #top-tab .tab-area .in .box.hide {
    display: none;
  }
  #top-tab .tab-area .in .box .list2 a {
    display: block;
  }
  #top-tab .tab-area .in .box .list2 li {
    border-bottom: 1px solid #c5c5c5;
    padding: 6px 0;
  }
  #top-tab .tab-area .in .box .list2 .date {
    display: block;
    line-height: 1.8;
    color: #333;
    text-decoration: none;
  }
  #top-tab .tab-area .in .box .list2 .text {
    display: block;
    line-height: 1.8;
  }
  #top-tab .tab-area .in .box #tab-news-in {
    position: relative;
    max-height: 690px;
    overflow: auto;
  }
  #top-tab .tab-area .in .box #tab-news-in .ps__thumb-y {
    background: #175aa8;
  }
  #top-tab .tab-area .in .box #tab-event-in {
    position: relative;
    height: 690px;
    overflow: auto;
  }
  #top-tab .tab-area .in .box #tab-event-in .ps__thumb-y {
    background: #175aa8;
  }
  #top-tab .tab-area .in .box .list3 {
    margin: 20px 0;
    letter-spacing: -0.5em;
    text-align: center;
  }
  #top-tab .tab-area .in .box .list3 li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  #top-tab .tab-area .in .box .list3 li.btn a {
    display: block;
    width: 384px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    border: 2px solid #175aa8;
    text-decoration: none;
    border-radius: 6px;
  }
  #top-tab .tab-area .in .box .list3 li.rss {
    margin-left: 9px;
  }
  #top-tab .tab-area .in .box .list3 li.rss a {
    display: block;
    width: 80px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    border: 2px solid #175aa8;
    background: #175aa8;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
  }

  .population-area {
    margin: 30px 0 50px;
  }
  .population-area .top-population-list {
    text-align: center;
    margin: 0 40px;
    letter-spacing: -0.5em;
  }
  .population-area .top-population-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 50%;
    margin: 20px 0;
  }
  .population-area .top-population-list li > div {
    display: table;
    width: 100%;
  }
  .population-area .top-population-list li > div > span {
    display: table-cell;
  }
  .population-area .top-population-list li > div > span:nth-child(1) {
    background: #e5eff7;
    padding: 3px 6px;
    border-radius: 20px;
  }
  .population-area .top-population-list li > div > span:nth-child(2) {
    padding-left: 6px;
  }
  .population-area .top-population-text {
    text-align: right;
    font-size: 90%;
    margin: 10px 15px;
  }
  .population-area .top-population-btn {
    text-align: center;
  }
  .population-area .top-population-btn a {
    display: inline-block;
    width: 384px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    border: 2px solid #175aa8;
    text-decoration: none;
    border-radius: 6px;
  }

  .about-area {
    padding: 30px 20px 30px;
    background: #f6f6f6;
  }
  .about-area .about-title {
    text-align: center;
  }
  .about-area .about-title span {
    display: inline-block;
    padding: 0 30px;
    line-height: 34px;
    font-size: 140%;
    font-weight: bold;
    color: #145298;
    background: url(../img_top/pc_top_about.png) no-repeat 0 2px;
  }
  .about-area .list {
    letter-spacing: -0.5em;
    padding: 4px 0;
  }
  .about-area .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 50%;
    text-align: center;
    margin: 29px 0 0;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .about-area .list li a img {
    width: 100%;
  }
  .about-area .list li img {
    width: 100%;
  }
  .about-area .list li.ta01 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta01.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta02 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta02.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta03 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta03.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta04 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta04.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta05 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta05.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta06 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta06.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta07 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta07.png) no-repeat top center;
    background-size: 100%;
  }
  .about-area .list li.ta08 > a {
    display: inline-block;
    text-indent: -9999px;
    width: 320px;
    height: 140px;
    background: url(../img_top/pc_top_ta08.png) no-repeat top center;
    background-size: 100%;
  }

  .related-links-area {
    margin: 30px 0 0;
  }
  .related-links-area .related-links-title {
    font-weight: bold;
    text-align: center;
    font-size: 130%;
  }
  .related-links-area .related-links {
    letter-spacing: -0.5em;
  }
  .related-links-area .related-links li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 50%;
    text-align: center;
    margin: 20px 0 0;
    box-sizing: border-box;
  }
  .related-links-area .related-links li a img {
    width: 338px;
  }

  .kinkyu-box {
    border: 5px solid #f5a031;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 40px 10px;
    padding: 1px 30px 30px;
  }
  .kinkyu-box .title {
    text-align: center;
    margin: 20px 0 0;
    font-size: 130%;
    line-height: 18px;
  }
  .kinkyu-box .title:before {
    display: inline-block;
    content: "　";
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
    background: url(../img_top/kinkyu_title.png) no-repeat left center;
  }
  .kinkyu-box .list li {
    padding: 10px 0;
    border-top: 1px solid #f5a031;
  }
  .kinkyu-box .list li a {
    display: block;
  }
  .kinkyu-box .list li .text {
    display: block;
  }
  .kinkyu-box .list li .date {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 90%;
    margin: 2px 0 0;
  }
  .kinkyu-box .list li:first-child {
    border-top: none;
  }
  .kinkyu-box .more {
    letter-spacing: -0.5em;
    text-align: right;
  }
  .kinkyu-box .more li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  .kinkyu-box .more li a {
    display: block;
    padding: 6px 18px;
    margin: 0 0 0 10px;
    background: #f5a031;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
  }
  .kinkyu-box .more li a:hover {
    opacity: 0.7;
  }
  .kinkyu-box .more li.rss a {
    color: #fff;
    background: #1556a0;
  }
}
@media print {
  .topics-area .in .box .top-slider .bx-controls::before {
    background: none;
  }
}
/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
 /*==================================
フッター
==================================*/
footer {
  margin-top: 50px;
}
footer .in {
  position: relative;
}
footer .box {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 100%;
}
footer .copyright {
  padding: 15px 0;
  background-color: #0057a4;
  color: #fff;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    width: 1100px;
    margin: 0 auto;
  }
  footer .box {
    width: 1000px;
    padding: 0 0 27px 0;
  }
  footer .box .footer-contents {
    display: table;
    width: 100%;
  }
  footer .box .footer-contents .footer-logo {
    display: table-cell;
    vertical-align: top;
    width: 276px;
  }
  footer .box .footer-contents .footer-address {
    padding-top: 12px;
    display: table-cell;
    vertical-align: top;
    width: 360px;
    box-sizing: border-box;
  }
  footer .box .footer-contents .footer-menu {
    padding-top: 12px;
    display: table-cell;
    vertical-align: top;
  }
  footer .box .footer-contents .footer-menu ul {
    letter-spacing: -0.5em;
  }
  footer .box .footer-contents .footer-menu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  footer .box .footer-contents .footer-menu ul li:after {
    content: "｜";
  }
  footer .box .footer-contents p {
    line-height: 200%;
  }
  footer .box .footer-contents li {
    line-height: 200%;
  }
  footer #pagetop-pc {
    width: 40px;
    position: absolute;
    top: -36px;
    right: 50%;
    margin-right: -20px;
  }
  footer #pagetop-pc.p-top {
    top: -20px;
  }
  footer #pagetop-pc a {
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img_common/footer_pagetop.png) no-repeat left center;
    color: #333;
    text-decoration: none;
  }
  footer .copyright {
    width: 1100px;
    margin: 0 auto;
  }
  footer .footer-banner {
    background: #f5f5f5;
    margin: 0 0 30px;
    padding: 40px 0 10px;
  }
  footer .footer-banner .fb-title {
    font-size: 110%;
    font-weight: bold;
    padding: 0 50px;
  }
  footer .footer-banner ul {
    letter-spacing: -0.5em;
    width: 1032px;
    margin: 0 auto;
  }
  footer .footer-banner ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 12px 15px;
  }
  footer .footer-banner ul li a {
    display: inline-block;
    border: 1px solid #175aa8;
  }
  footer .footer-banner ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 20px;
  }
  footer .box .footer-logo {
    text-align: center;
  }
  footer .box .footer-address {
    padding: 20px 0;
  }
  footer .box .footer-menu {
    padding-top: 6px;
    display: table-cell;
    vertical-align: top;
  }
  footer .box .footer-menu ul {
    letter-spacing: -0.5em;
    text-align: center;
  }
  footer .box .footer-menu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  footer .box .footer-menu ul li:before {
    content: "｜";
  }
  footer .box .footer-menu ul li:first-child:before {
    content: "";
  }
  footer #pagetop-sp {
    position: absolute;
    top: -20px;
    right: 50%;
    margin-right: -26px;
  }
  footer #pagetop-sp a {
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 52px;
    padding: 0;
    background: url(../img_common/sp_footer_pagetop.png) no-repeat left center;
    color: #333;
    text-decoration: none;
  }
  footer .footer-banner {
    background: #f5f5f5;
    margin: 0 0 30px;
    padding: 40px 0 40px;
  }
  footer .footer-banner .fb-title {
    font-size: 110%;
    font-weight: bold;
    padding: 0 50px;
  }
  footer .footer-banner ul {
    letter-spacing: -0.5em;
    margin: 0 auto;
  }
  footer .footer-banner ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    width: 25%;
    margin: 12px 0;
    text-align: center;
  }
  footer .footer-banner ul li a {
    display: inline-block;
    border: 1px solid #175aa8;
  }
  footer .footer-banner ul li a:hover {
    opacity: 0.7;
  }
}
