@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓ ここからは編集禁止。 ↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑ ここまでは編集禁止。 ↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 0px;
  background: #dfefff;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 12px 8px 10px 30px;
  background: url(../img_sub/bg_head_title.png) no-repeat left center;
}

h2.head-title a {
  text-decoration: none;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 2px solid #1a77de;
  padding-bottom: 1px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg {
  display: block;
  padding: 8px 9px 7px 26px;
  background: url(../img_sub/bg_sub_title.png) no-repeat 8px center;
  border-bottom: 2px solid #03afa1;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #d4f3ed;
  font-size: 110%;
  padding: 7px 15px 10px;
  border-radius: 10px;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 1px solid #03afa1;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding: 0 0 5px 15px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  border-bottom: 1px dashed #a6a6a6;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * 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 #03afa1;
  margin-top: 10px;
}

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

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

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

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
.wysiwyg td {
  background-color: #fff;
}

/*++++++++++++++++++++++++++++++++++
 * 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: #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;
}

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: 960px;
  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: #d2f3ed;
  text-align: center;
}

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

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

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

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

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

.scheme7 {
  background-color: #00b1a1;
  text-align: center;
}

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

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

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*google検索v1のカスタマイズ*/
form.gsc-search-box {
  max-width: 100% !important;
  margin: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  padding-top: 0px;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  height: 40px !important;
  box-sizing: border-box;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 10px 10px 0px !important;
  -moz-border-radius: 0px 10px 10px 0px !important;
  -webkit-border-radius: 0px 10px 10px 0px !important;
  background-color: #00b1a1 !important;
  text-align: center;
}

.gsc-search-button input[type=image],
.gsc-search-button button {
  /*検索ボタン　画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding: 6px 18px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 80px !important;
  }
  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    height: auto !important;
    line-height: 64px;
    margin: 8px 0 !important;
    font-size: 28px;
  }
  .gsc-search-button {
    padding: 0 50px !important;
  }
  .gsc-search-button input[type=image],
  .gsc-search-button button {
    height: auto !important;
    padding: 6px 46px !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 緊急トップページ専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
input.gsc-input {
  font-size: 140%;
}

body {
  background-color: #e0f7ff;
  font-size: 90%;
}

/* jsが効いていない時に表示 */
.noscriptCom {
  display: block;
  padding: 5px 0;
  text-align: center;
  line-height: 150%;
}

#smartphone {
  margin-left: 300px;
  min-width: 960px;
}

#smartphone a {
  display: block;
  text-align: center;
  margin: 10px;
  padding: 60px;
  font-size: 500%;
  background: #e3efeb;
  color: #333;
}

#wrapper {
  position: relative;
}

/* みたまま編集入力補助系 */
.attention {
  background-color: #FFCC00;
  font-size: 13px;
}

.attentionL {
  background-color: #00CCFF;
  font-size: 13px;
}

.attentionR {
  margin: 0 20px 0 300px;
  background-color: #00CCFF;
  font-size: 13px;
  text-align: right;
}

.attentionR2 {
  margin: 0 0 0 20px;
  background-color: #00CCFF;
  font-size: 13px;
  text-align: right;
}

.attention2 {
  background-color: #5ED5F2;
  font-size: 13px;
}

.attention3 {
  background-color: #5BF48D;
  font-size: 13px;
}

/* .header-subnav-area */
.header-subnav-area {
  position: relative;
}

.header-subnav-area .box {
  box-sizing: border-box;
}

.header-subnav-area .box .unit, .header-subnav-area .box .unit2, .header-subnav-area .box #header-size, .header-subnav-area .box #header-color {
  float: left;
}

.header-subnav-area .box .unit li, .header-subnav-area .box .unit dt, .header-subnav-area .box .unit dd, .header-subnav-area .box .unit2 li, .header-subnav-area .box .unit2 dt, .header-subnav-area .box .unit2 dd, .header-subnav-area .box #header-size li, .header-subnav-area .box #header-size dt, .header-subnav-area .box #header-size dd, .header-subnav-area .box #header-color li, .header-subnav-area .box #header-color dt, .header-subnav-area .box #header-color dd {
  display: inline-block;
  vertical-align: middle;
}

.header-subnav-area .box .unit li img, .header-subnav-area .box .unit dt img, .header-subnav-area .box .unit dd img, .header-subnav-area .box .unit2 li img, .header-subnav-area .box .unit2 dt img, .header-subnav-area .box .unit2 dd img, .header-subnav-area .box #header-size li img, .header-subnav-area .box #header-size dt img, .header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color li img, .header-subnav-area .box #header-color dt img, .header-subnav-area .box #header-color dd img {
  vertical-align: middle;
}

.header-subnav-area .box .unit .list li a, .header-subnav-area .box .unit2 .list li a {
  color: #333;
}

.header-subnav-area .box #header-size .title, .header-subnav-area .box #header-color .title {
  padding: 0 7px 0 0;
  vertical-align: middle;
}

.header-subnav-area .box #header-size .title span, .header-subnav-area .box #header-color .title span {
  display: block;
  padding-top: 2px;
}

.header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color dd img {
  cursor: pointer;
}

.header-subnav-area .box #header-size, .header-subnav-area .box #header-color {
  padding: 0 0 0 10px;
}

.header-subnav-area .box .unit2 li a {
  padding: 0 3px 0 3px;
}

/* end-.header-subnav-area */
.header-in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
  #honbun-area {
    position: absolute;
    top: 20px;
    z-index: 1;
    font-size: 14px;
  }
  #honbun-area a {
    padding: 0 0 0 20px;
    background: url(../img_common/common_arrow.png) no-repeat 4px center;
    color: #333;
    font-weight: bold;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #E2F2FB;
    min-height: 100%;
    width: 300px;
    /* #header-nav */
    /* end-#header-nav */
  }
  #header #header-logo {
    padding-top: 5px;
    text-align: center;
  }
  #header .search-area {
    padding-top: 18px;
    width: auto;
    margin: 0;
  }
  #header .search-area > div {
    width: 230px;
    margin: 0 auto;
  }
  #header #header-nav .in {
    padding-top: 20px;
  }
  #header #header-nav .list > li > a {
    display: block;
    color: #000;
    text-decoration: none;
    letter-spacing: -0.08em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ddf0f9, -1px 1px 1px #ddf0f9, 1px -1px 1px #ddf0f9, -1px -1px 1px #ddf0f9;
    font-size: 125%;
  }
  #header #header-nav .list > li > a:hover {
    background: #fff !important;
  }
  #header #header-nav .list > li > a > span {
    display: block;
    margin: 0 auto;
    padding: 18px 0 18px 77px;
    box-sizing: border-box;
  }
  #header #header-nav .list > li.nav1 > a > span {
    background: url(../img_sub/header_nav1.png) no-repeat 25px center;
    background-size: 40px 40px;
  }
  #header #header-nav .list > li.nav2 > a > span {
    background: url(../img_sub/header_nav2.png) no-repeat 25px center;
    background-size: 40px 40px;
  }
  #header #header-nav .list > li.nav3 > a > span {
    background: url(../img_sub/header_nav3.png) no-repeat 25px center;
    background-size: 40px 40px;
  }
  #header #header-nav .list > li.nav4 > a > span {
    background: url(../img_sub/header_nav4.png) no-repeat 25px center;
    background-size: 40px 40px;
  }
  #header #header-nav .list > li.nav5 > a > span {
    background: url(../img_sub/header_nav5.png) no-repeat 25px center;
    background-size: 40px 40px;
  }
  #header #header-nav .list > li.nav6 > a > span {
    background: url(../img_sub/header_nav6.png) no-repeat 25px center;
    background-size: 40px 40px;
  }
  #header #header-nav .list > li .dropmenu {
    width: 300px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 100% !important;
    background: #fff;
  }
  #header #header-nav .list > li .dropmenu .in {
    padding: 30px 20px;
  }
  #header #header-nav .list > li .dropmenu .in .dropmenu-title a {
    font-size: 140%;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }
  #header #header-nav .list > li .dropmenu .in .dropmenu-list .list2 li {
    margin: 30px 0 0 0;
  }
  #header #header-nav .list > li .dropmenu .in .dropmenu-list .list2 li a {
    padding: 0 0 0 20px;
    color: #333;
    background: url(../img_common/common_arrow.png) no-repeat left center;
  }
  #header .sns-link {
    width: 250px;
    margin: 10px auto 0;
    text-align: center;
  }
  #header .sns-link a:hover {
    opacity: 0.7;
  }
  #header .sns-link a img {
    width: 50px;
  }
  #right-col-wrap {
    z-index: 1;
    background-color: #e0f7ff;
    padding-bottom: 109px;
    padding-left: 300px;
    min-width: 960px;
  }
  /* .header-subnav-area */
  .header-subnav-area {
    width: 960px;
    margin: 0 auto;
    text-align: right;
  }
  .header-subnav-area .box {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0 0 0 119px;
    display: inline-block;
  }
  .header-subnav-area .box .unit, .header-subnav-area .box .unit2, .header-subnav-area .box #header-size, .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 40px;
  }
  .header-subnav-area .box .unit li, .header-subnav-area .box .unit dt, .header-subnav-area .box .unit dd, .header-subnav-area .box .unit2 li, .header-subnav-area .box .unit2 dt, .header-subnav-area .box .unit2 dd, .header-subnav-area .box #header-size li, .header-subnav-area .box #header-size dt, .header-subnav-area .box #header-size dd, .header-subnav-area .box #header-color li, .header-subnav-area .box #header-color dt, .header-subnav-area .box #header-color dd {
    display: table-cell;
  }
  .header-subnav-area .box .unit li img, .header-subnav-area .box .unit dt img, .header-subnav-area .box .unit dd img, .header-subnav-area .box .unit2 li img, .header-subnav-area .box .unit2 dt img, .header-subnav-area .box .unit2 dd img, .header-subnav-area .box #header-size li img, .header-subnav-area .box #header-size dt img, .header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color li img, .header-subnav-area .box #header-color dt img, .header-subnav-area .box #header-color dd img {
    margin-top: 0 !important;
    vertical-align: middle;
  }
  .header-subnav-area .box #header-size, .header-subnav-area .box #header-color {
    padding-left: 0;
    font-size: 14px;
  }
  .header-subnav-area .box #header-size .title, .header-subnav-area .box #header-color .title {
    padding: 0 7px 0 0;
    font-weight: bold;
    vertical-align: middle;
  }
  .header-subnav-area .box #header-size .title span, .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  .header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color dd img {
    margin-top: 4px;
    margin-right: 4px;
    cursor: pointer;
  }
  .header-subnav-area .box .unit2 li {
    padding: 0 0 0 3px;
    font-size: 13px;
  }
  .header-subnav-area .box .unit2 li a {
    text-align: center;
    min-width: 120px;
    border-radius: 10px;
    box-sizing: border-box;
    background: url(../img_common/common_arrow02.png) no-repeat 5px center #fff;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 5px 9px 20px;
    font-weight: bold;
  }
  .header-subnav-area .box .unit2 li a:hover {
    opacity: 0.7;
  }
  /* end-.header-subnav-area */
}

@media screen and (max-width: 768px) {
  #sp-header {
    background: #afd1ea;
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-nav */
    /* end-#sp-header-nav */
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header.top-sp {
    background: url(http://cms.dev.smartcms.smart-lgov.jp/material/local/1077/images/group/1/bg_header.png) no-repeat center top;
    background-size: 100% 100%;
  }
  #sp-header.top-sp .box #sp-header-logo {
    padding: 263px 0 0;
    text-align: center;
  }
  #sp-header.top-sp .box .search-area {
    width: 600px;
    margin: 6px auto 0;
  }
  #sp-header.top-sp .box .sns-link {
    padding: 190px 21px 41px;
    text-align: right;
  }
  #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-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in .h-menu ul {
    letter-spacing: -0.5em;
  }
  #sp-header .modal-menu .in .h-menu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 20px 0 0 20px;
  }
  #sp-header .modal-menu .in .h-menu ul li a {
    display: block;
    padding: 0 0 0 90px;
    width: 330px;
    line-height: 120px;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    letter-spacing: -0.15em;
  }
  #sp-header .modal-menu .in .h-menu ul li.nav1 > a {
    background: url(../img_sub/header_nav1.png) no-repeat 7px center #fff;
  }
  #sp-header .modal-menu .in .h-menu ul li.nav2 > a {
    background: url(../img_sub/header_nav2.png) no-repeat 7px center #fff;
  }
  #sp-header .modal-menu .in .h-menu ul li.nav3 > a {
    background: url(../img_sub/header_nav3.png) no-repeat 7px center #fff;
  }
  #sp-header .modal-menu .in .h-menu ul li.nav4 > a {
    background: url(../img_sub/header_nav4.png) no-repeat 7px center #fff;
  }
  #sp-header .modal-menu .in .h-menu ul li.nav5 > a {
    background: url(../img_sub/header_nav5.png) no-repeat 7px center #fff;
  }
  #sp-header .modal-menu .in .h-menu ul li.nav6 > a {
    background: url(../img_sub/header_nav6.png) no-repeat 7px center #fff;
  }
  #sp-header .modal-menu .in .h-btn {
    margin-top: 40px;
  }
  #sp-header .modal-menu .in .h-btn ul {
    letter-spacing: -0.5em;
  }
  #sp-header .modal-menu .in .h-btn ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 20px 0 0 20px;
  }
  #sp-header .modal-menu .in .h-btn ul li a {
    display: block;
    padding: 0 0 0 40px;
    width: 330px;
    line-height: 100px;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: url(../img_common/common_arrow02.png) no-repeat 10px center #fff;
    background-size: 28px;
  }
  #sp-header .modal-menu .in .h-link {
    margin-top: 40px;
  }
  #sp-header .modal-menu .in .h-link ul {
    letter-spacing: -0.5em;
  }
  #sp-header .modal-menu .in .h-link ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 20px 0 0 20px;
    width: 330px;
  }
  #sp-header .modal-menu .in .h-link ul li a {
    padding: 0 0 0 55px;
    color: #fff;
    background: url(../img_common/common_arrow.png) no-repeat 10px center;
    background-size: 28px;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 20px 0 0;
    text-align: right;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #right-col-wrap {
    background-color: #e0f7ff;
    padding-bottom: 70px;
  }
}

.kirikae-area .kirikae-area-in {
  padding: 10px;
  border: 1px solid #b5b5b5;
  background-color: #f4f4f4;
}

.kirikae-area .kirikae-link {
  text-align: center;
}

.kirikae-area .caution {
  color: #9d0d05;
  font-weight: bold;
}

.search-area {
  text-align: center;
}

.search-area img {
  max-width: 100%;
  height: auto;
  border: 1px solid #efefef;
}

.info-area .info-area-in {
  padding: 10px;
  border: 1px solid #b5b5b5;
  background-color: #f4f4f4;
}

.info-area h2 {
  margin-top: 20px;
  padding: 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #9c0c03;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  font-size: 120%;
  font-weight: bold;
}

.info-area h3 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #aaa;
  background: none;
  font-size: 120%;
  font-weight: bold;
}

.info-area h4 {
  margin-top: 20px;
  padding: 0 5px;
  background: none;
  font-size: 100%;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .kirikae-area,
  .search-area,
  .info-area {
    width: 960px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .kirikae-area,
  .search-area,
  .info-area {
    margin: 20px 10px 0;
  }
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 960px;
    margin: 0 auto;
  }
  #main {
    float: left;
    width: 600px;
  }
  #side-nav {
    float: right;
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
    box-sizing: border-box;
  }
  #main {
    width: 100%;
  }
  #side-nav {
    width: 100%;
  }
}

.jalert-area,
.news-area {
  background: #fff;
}

.jalert-area .title,
.news-area .title {
  margin-top: 20px;
  padding: 5px 5px 5px 15px;
  background-color: #9d0d05;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

.jalert-area .in,
.news-area .in {
  padding: 15px;
  border: 1px solid #9b0a07;
}

.jalert-area .list li,
.news-area .list li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(../img_common/common_arrow_kinkyu.png) no-repeat left center;
}

.jalert-area .list li:first-child,
.news-area .list li:first-child {
  margin-top: 0;
}

.jalert-area .more,
.news-area .more {
  margin-top: 10px;
  text-align: right;
}

.jalert-area .more li,
.news-area .more li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#side-nav .link-area,
#side-nav .free-text-area {
  margin-top: 20px;
  border: 2px solid #dadada;
  background: #fff;
}

#side-nav .link-area .title,
#side-nav .free-text-area .title {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #9c0c03;
  font-size: 120%;
}

#side-nav .link-area .in,
#side-nav .free-text-area .in {
  padding: 15px;
}

#side-nav .link-area .list li,
#side-nav .free-text-area .list li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(../img_common/common_arrow_kinkyu.png) no-repeat left center;
}

#side-nav .link-area .list li:first-child,
#side-nav .free-text-area .list li:first-child {
  margin-top: 0;
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer #pagetop-pc a, footer #pagetop-sp a {
  display: block;
  background: url(../img_common/footer_pagetop.png) no-repeat center center;
  color: #333;
  text-decoration: none;
  text-indent: -9999px;
  width: 132px;
  height: 114px;
}

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

@media print, screen and (min-width: 769px) {
  footer {
    z-index: 1;
    margin-left: 300px;
    min-width: 960px;
  }
  footer .box {
    width: 960px;
    padding: 30px 0 100px;
  }
  footer .box .footer-contents .footer-logo {
    padding-left: 8px;
    float: left;
    width: 240px;
  }
  footer .box .footer-contents .footer-address {
    padding-top: 20px;
    padding-left: 22px;
    float: left;
  }
  footer .box .footer-contents .footer-text {
    padding: 0 0 0 22px;
    float: left;
    width: 380px;
  }
  footer .box .footer-contents .footer-menu {
    padding-top: 12px;
    padding-right: 10px;
    float: right;
  }
  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 0 0 5px;
  }
  footer .box .footer-contents .footer-menu ul li a {
    text-align: center;
    min-width: 140px;
    border-radius: 10px;
    line-height: 40px;
    box-sizing: border-box;
    background: url(../img_common/common_arrow.png) no-repeat 7px center #fff;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 6px 0 21px;
  }
  footer .box .footer-contents .footer-menu ul li a:hover {
    opacity: 0.7;
  }
  footer .box .footer-contents p {
    line-height: 200%;
  }
  footer .box .footer-contents li {
    line-height: 200%;
  }
  footer #pagetop-pc {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 8;
  }
  footer .copyright {
    padding: 0 0 28px 0;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background-color: #E2F2FB;
  }
  footer .box {
    padding: 89px 26px 100px;
  }
  footer .box .footer-address {
    padding: 20px 0;
  }
  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 10px;
  }
  footer .box .footer-menu ul li a {
    text-align: center;
    min-width: 270px;
    border-radius: 10px;
    line-height: 80px;
    box-sizing: border-box;
    background: url(../img_common/common_arrow.png) no-repeat 7px center #fff;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 26px 0 40px;
  }
  footer #pagetop-sp {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 8;
  }
  footer .copyright {
    padding: 0 0 24px 0;
  }
}

.wysiwyg h2 {
  margin-top: 20px;
  padding: 5px 10px;
  border-bottom: 1px dotted #666;
  border-left: 5px solid #9c0c03;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h3 {
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #aaa;
  background: none;
  font-size: 120%;
  font-weight: bold;
}

.wysiwyg h4 {
  margin-top: 20px;
  padding: 0 5px;
  background: none;
  font-size: 100%;
  font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++
 * トップページ専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  #header {
    width: 960px;
    margin: 0 auto;
  }
  #header .header-in {
    padding: 10px 0 10px 50%;
  }
  #header #header-subnav {
    text-align: right;
  }
  .kirikae-area,
  .search-area,
  .info-area {
    width: 960px;
    margin: 20px auto 0;
  }
  #container {
    width: 960px;
    margin: 0 auto;
  }
  #contents {
    float: left;
    width: 740px;
  }
  #side-nav {
    float: right;
    width: 235px;
  }
  #footer {
    width: 960px;
    margin: 20px auto 0;
  }
  body {
    zoom: 0.8;
  }
  #honbun-area {
    left: 300px !important;
  }
  #header {
    zoom: 0.8;
    position: absolute !important;
    width: 300px !important;
  }
  #right-col-wrap {
    margin-left: 300px !important;
  }
  footer {
    margin-left: 300px !important;
  }
  .kinkyu-box {
    margin: 0 !important;
  }
  #container {
    margin: 0 !important;
  }
}
