@charset "UTF-8";
/* pattern-separate */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * トップページはPC・スマホでデザインが分かれる場合は、このtop.scssを使用する。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*+++++++++++++++++++++++++++++++++++++++++++
 * トップ下層共にレスポンシブか、下層のみレスポンシブか
+++++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
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: 0px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

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

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  padding: 10px 15px 13px;
  background: #f8b193;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
}

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

/* 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: 2px solid #F8B193;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  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 #bfbfbf;
  margin-top: 10px;
}

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

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

.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をいれなければリストにもスタイルが効かない*/
strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

.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: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

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: 1px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 0px) {
  .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: 1px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #F8B193;
  text-align: center;
}

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

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

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

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

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

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

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

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

.scheme10 {
  background-color: #87310B;
  text-align: center;
}

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

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

body * {
  box-sizing: border-box;
}

/*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 td.gsc-input {
  padding-right: 0 !important;
  width: 200px;
}

td.gsc-search-button {
  box-sizing: border-box;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  min-height: 34px;
  border-radius: 5px 0px 0px 5px !important;
  -moz-border-radius: 5px 0px 0px 5px !important;
  -webkit-border-radius: 5px 0px 0px 5px !important;
  padding-left: 10px;
  border: 1px solid #e1e1e1 !important;
  border-right: none;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  width: 151px !important;
  padding-top: 4px !important;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
  background-color: #9e9e9e !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9e9e9e',EndColorStr='#9e9e9e') !important;
  text-align: center;
  cursor: pointer;
}

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

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 6px 22px !important;
}

.keywords {
  margin: 20px auto;
  width: 640px;
}

.keywords .list {
  overflow: hidden;
}

.keywords .list li {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
  display: inline-block;
  background-color: #f3e396;
  border-radius: 10px;
}

.keywords .list li a {
  display: block;
  font-size: 84%;
  color: #333;
  text-decoration: none;
  padding: 5px 12px;
}

.keywords .list li a:hover {
  text-decoration: underline;
}

/*==================================
チャットボット
==================================*/
@media print, screen and (min-width: 1px) {
  #chatbot-area {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    width: 240px;
  }
  #chatbot-area a {
    display: block;
  }
  #chatbot-area a:hover {
    opacity: .8;
  }
  #chatbot-area img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 0px) {
  #chatbot-area {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 33.333%;
  }
  #chatbot-area a {
    display: block;
  }
  #chatbot-area a:hover {
    opacity: .8;
  }
  #chatbot-area img {
    width: 100%;
    height: auto;
  }
}

/* pattern-separate */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 *　トップページはPC・スマホでデザインが分かれる場合は、このtop.scssを使用する。
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
wrapper 
==================================*/
/*==================================
header（PC）
==================================*/
#smartphone img {
  width: 100%;
  height: auto;
}

body {
  min-width: 1240px;
  background-color: #F5F0EA;
}

#header-print {
  background-color: #fff;
}

@media print, screen and (min-width: 1px) {
  #wrapper-in2 {
    width: 1200px;
    margin: 0 auto;
  }
  #header-print {
    width: 160px;
    float: left;
    min-height: 100vh;
    height: 100%;
    border-right: 1px solid #dadada;
    position: fixed;
    z-index: 10;
  }
  #right-area {
    margin-left: 160px;
    background-color: #fff;
    min-height: 100vh;
  }
}

#header {
  /* #header-nav */
  /* end-#header-nav */
}

#header #header-logo {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
}

#header #header-nav .list > li {
  float: left;
  width: 159px;
}

#header #header-nav .list > li.nav2 a {
  background: url("../img_common/gnav_home_on.png") left -7px no-repeat;
}

#header #header-nav .list > li.nav3 a {
  background: url("../img_common/gnav_shimin_off.png") left -7px no-repeat;
}

#header #header-nav .list > li.nav3 a:hover {
  background-image: url("../img_common/gnav_shimin_on.png");
}

#header #header-nav .list > li.nav4 a {
  background: url("../img_common/gnav_jigyosha_off.png") left -7px no-repeat;
}

#header #header-nav .list > li.nav4 a:hover {
  background-image: url("../img_common/gnav_jigyosha_on.png");
}

#header #header-nav .list > li.nav5 a {
  background: url("../img_common/gnav_eventkanko_off.png") left -7px no-repeat;
}

#header #header-nav .list > li.nav5 a:hover {
  background-image: url("../img_common/gnav_eventkanko_on.png");
}

#header #header-nav .list > li.nav6 a {
  background: url("../img_common/gnav_shisei_off.png") left -7px no-repeat;
}

#header #header-nav .list > li.nav6 a:hover {
  background-image: url("../img_common/gnav_shisei_on.png");
}

#header #header-nav .list > li.nav7 a {
  background: url("../img_common/gnav_bosai_off.png") left -7px no-repeat;
}

#header #header-nav .list > li.nav7 a:hover {
  background-image: url("../img_common/gnav_bosai_on.png");
}

#header #header-nav .list > li a {
  display: block;
  padding: 45px 0 9px 0;
  font-weight: bold;
  text-decoration: none;
  width: 159px;
  height: 74px;
  text-align: center;
  color: #333;
  border-bottom: 1px #DADADA solid;
}

#header #header-nav .list > li:first-child.nav1 a {
  background: url("../img_common/gnav_top.png") left top no-repeat;
}

#header #header-nav .list > li:first-child a {
  height: 39px;
  padding-top: 8px;
}

#header #header-nav .clone {
  margin: 15px 0;
}

#header #header-nav .clone img {
  width: 158px;
}

#header #header-nav .ad_wanted img {
  width: 158px;
}

/*==================================
header（PC）
==================================*/
/* .header-subnav-area */
.header-subnav-area {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header-subnav-area #header-logo {
  position: absolute;
  top: 10px;
  left: 0px;
}

.header-subnav-area .box {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.header-subnav-area .box .search-detail {
  color: #2d5f92;
  text-decoration: underline;
}

.header-subnav-area .box .search-detail:hover {
  text-decoration: none;
}

.header-subnav-area .box .gcse-area {
  width: 443px;
}

.header-subnav-area .box .gcse-area .title {
  text-align: right;
}

.header-subnav-area .box #header-size, .header-subnav-area .box #header-color, .header-subnav-area .box .header-lang, .header-subnav-area .box .gcse-area {
  display: flex;
  flex-wrap: wrap;
  float: left;
}

.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, .header-subnav-area .box .header-lang li, .header-subnav-area .box .header-lang dt, .header-subnav-area .box .header-lang dd, .header-subnav-area .box .gcse-area li, .header-subnav-area .box .gcse-area dt, .header-subnav-area .box .gcse-area dd {
  font-size: 90%;
}

.header-subnav-area .box .search-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.header-subnav-area .box .gcse-area {
  justify-content: flex-end;
}

.header-subnav-area .box .gcse-area .search-detail {
  flex-basis: 100%;
  text-align: right;
}

.header-subnav-area .box .gcse-area .gsc-search-button-v2 {
  padding: 6px 27px !important;
}

.header-subnav-area .box .gcse-area .gsc-search-button-v2 svg {
  width: 13px;
  height: 13px;
}

.header-subnav-area .box .page-search {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 90%;
  width: 443px;
}

.header-subnav-area .box .page-search .search-title {
  padding-right: 7px;
}

.header-subnav-area .box .page-search #page-number-search {
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.header-subnav-area .box .page-search .input-wrap {
  width: 266px;
  display: flex;
}

.header-subnav-area .box .page-search .number-label, .header-subnav-area .box .page-search #number-search-input {
  width: 100%;
}

.header-subnav-area .box .page-search #number-search-input {
  font-size: 100%;
  min-height: 34px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 5px 0 0 5px;
}

.header-subnav-area .box .page-search button {
  background-color: #9e9e9e;
  width: 66px;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
}

.header-subnav-area .box .page-search svg {
  fill: #fff;
}

.header-subnav-area .box .page-search .search-detail {
  text-align: right;
  flex-basis: 100%;
}

.header-subnav-area .box #header-size .title, .header-subnav-area .box #header-color .title, .header-subnav-area .box .header-lang .title, .header-subnav-area .box .gcse-area .title {
  display: flex;
  align-items: center;
  padding: 0 7px 0 0;
}

.header-subnav-area .box #header-size .title span, .header-subnav-area .box #header-color .title span, .header-subnav-area .box .header-lang .title span, .header-subnav-area .box .gcse-area .title span {
  display: block;
}

.header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color dd img, .header-subnav-area .box .header-lang dd img, .header-subnav-area .box .gcse-area dd img {
  margin-right: 5px;
  cursor: pointer;
}

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

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

.header-subnav-area .keywords {
  margin: 0 0 10px;
}

.header-subnav-area .keywords .list {
  overflow: hidden;
}

.header-subnav-area .keywords .list li {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
  display: inline-block;
  background-color: #f3e396;
  border-radius: 10px;
}

.header-subnav-area .keywords .list li a {
  display: block;
  font-size: 84%;
  color: #333;
  text-decoration: none;
  padding: 5px 12px;
}

.header-subnav-area .keywords .list li a:hover {
  text-decoration: underline;
}

/* end-.header-subnav-area */
/*==================================
　お知らせエリア
==================================*/
.jalert-area,
.kinkyu-area,
.oshirase-area {
  display: table;
  border-collapse: separate;
  width: 1000px;
  border-radius: 5px;
  background-color: #fff;
}

.jalert-area .title,
.kinkyu-area .title,
.oshirase-area .title {
  display: table-cell;
  width: 180px;
  text-align: center;
  padding: 2px 0;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.jalert-area .in,
.kinkyu-area .in,
.oshirase-area .in {
  display: table-cell;
}

.jalert-area .in .list,
.kinkyu-area .in .list,
.oshirase-area .in .list {
  margin-left: 1em;
  padding-top: .3em;
  padding-bottom: .3em;
}

.jalert-area,
.kinkyu-area {
  border: 1px solid #C00000;
  margin: 0 auto 0.5em;
}

.jalert-area .title,
.kinkyu-area .title {
  color: #fff;
  background-color: #C00000;
}

.oshirase-area {
  border: 1px solid #F29324;
  margin: 0 auto 1em;
}

.oshirase-area .title {
  color: #000;
  background-color: #F29324;
}

/*==================================
コンテンツ共通
==================================*/
#top-area, #service-area, #category-search-area, #otherinfo-area, #kokoku-area {
  background-color: #F5F0EA;
}

.box h2.title, .box .disc {
  text-align: center;
}

.box .disc {
  margin-top: 18px;
  margin-bottom: 28px;
}

.box .in {
  padding-bottom: 66px;
  width: 844px;
  margin: 0 auto;
}

.cmsContentsWindow .box .in {
  width: 900px;
}

/*==================================
トップエリア
==================================*/
.cmsContentsWindow #top-area .inner {
  width: 900px;
}

#top-area {
  padding: 20px 0 30px;
}

#top-area .inner {
  width: 844px;
  margin: 0 auto;
}

#top-area .bnr-area .list li {
  margin-bottom: 20px;
}

#top-area .bnr-area .list li:last-child {
  margin-bottom: 0;
}

#main-slider .bx-wrapper {
  position: relative;
  width: 600px;
  height: 280px;
}

#main-slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

#main-slider .bx-pager {
  position: absolute;
  bottom: 10px;
  z-index: 600;
  width: calc(100% - 40px);
  text-align: center;
}

#main-slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
}

#main-slider .bx-pager .bx-pager-item:first-child {
  margin-left: 0;
}

#main-slider .bx-pager .bx-pager-item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../img_top/pc_main_slider_pager.png) no-repeat 0 0;
}

#main-slider .bx-pager .bx-pager-item a.active {
  background-image: url(../img_top/pc_main_slider_pager_active.png);
}

#main-slider .bx-controls-direction {
  position: absolute;
  width: 600px;
  top: 115px;
}

#main-slider .bx-controls-direction a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 50px;
  display: inline-block;
  position: absolute;
  z-index: 500;
}

#main-slider .bx-controls-direction a.bx-prev {
  left: 0;
  background: url(../img_top/pc_main_slider_prev.png) no-repeat 0 0;
}

#main-slider .bx-controls-direction a.bx-next {
  right: 0;
  background: url(../img_top/pc_main_slider_next.png) no-repeat 0 0;
}

#main-slider .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 600;
}

#main-slider .bx-controls-auto .bx-controls-auto-item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#main-slider .bx-controls-auto .bx-controls-auto-item a.bx-start {
  background: url("../img_top/pc_main_slider_play.png") left top no-repeat;
}

#main-slider .bx-controls-auto .bx-controls-auto-item a.bx-stop {
  background: url("../img_top/pc_main_slider_stop.png") left top no-repeat;
}

#main-slider .bx-controls-auto .bx-controls-auto-item a.active {
  display: none;
}

/*==================================
小牧市について
==================================*/
#about-area .about-top {
  margin-bottom: 20px;
}

#about-area a {
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 111%;
}

#about-area a:hover {
  text-decoration: underline;
}

#about-area .left-col .list li {
  float: left;
  margin-right: 10px;
  position: relative;
}

#about-area .left-col .list li > div {
  width: 140px;
  height: 180px;
}

#about-area .left-col .list li > div a {
  display: block;
}

#about-area .left-col .list li > div > p {
  position: absolute;
  top: 22px;
  width: 100%;
  text-align: center;
}

#about-area .right-col {
  width: 380px;
  margin-right: 14px;
}

#about-area .right-col .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#about-area .right-col .list li {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: transparent left top no-repeat;
}

#about-area .right-col .list li a {
  padding: 5px;
  width: 180px;
  min-height: 53px;
  display: flex;
  box-sizing: border-box;
}

#about-area .right-col .list li .bnr-in {
  border: 1px dashed #fff;
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 43px;
  justify-content: center;
  align-items: center;
}

#about-area .right-col .list li.right-bnr01 {
  background-color: #6cda76;
}

#about-area .right-col .list li.right-bnr02 {
  background-color: #77d2ca;
}

#about-area .right-col .list li.right-bnr03 {
  background-color: #eaa5a5;
}

#about-area .right-col .list li.right-bnr04 {
  background-color: #e9c75f;
}

#about-area .right-col .list li.right-bnr05 {
  background-color: #92a9e4;
}

#about-area .right-col .list li.right-bnr06 {
  background-color: #dc9cda;
}

#about-area .about-bottom .list li {
  display: table;
  float: left;
  margin-left: 20px;
  background: #F5F0EA left top no-repeat;
  border-radius: 10px;
}

#about-area .about-bottom .list li:first-of-type {
  margin-left: 0;
}

#about-area .about-bottom .list li a {
  display: table-cell;
  vertical-align: middle;
  width: 260px;
  height: 80px;
  text-align: left;
  padding-left: 85px;
}

#about-area .about-bottom .list li.btm-bnr01 a {
  background-image: url(../img_top/bnr_faq.png);
}

#about-area .about-bottom .list li.btm-bnr02 a {
  background-image: url(../img_top/bnr_shiminsoudan.png);
}

#about-area .about-bottom .list li.btm-bnr03 a {
  background-image: url(../img_top/bnr_holiday_guide.png);
}

/*==================================
便利なサービス
==================================*/
#service-area .in {
  width: 844px !important;
}

#service-area a {
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 111%;
}

#service-area a:hover {
  text-decoration: underline;
}

#service-area .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#service-area .list li {
  background: #fff left top no-repeat;
  border-radius: 10px;
  margin: 10px 30px;
}

#service-area .list li a {
  background-repeat: no-repeat;
  display: table;
  width: 156px;
  height: 150px;
  text-align: center;
}

#service-area .list li a .text {
  padding-top: 85px;
  width: 100%;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

#service-area .list li.sa-bnr01 a {
  background-image: url(../img_top/btn_service_gomi.png);
}

#service-area .list li.sa-bnr02 a {
  background-image: url(../img_top/btn_service_bus.png);
}

#service-area .list li.sa-bnr03 a {
  background-image: url(../img_top/btn_service_navi.png);
}

#service-area .list li.sa-bnr04 a {
  background-image: url(../img_top/btn_service_shisetsumap.png);
}

#service-area .list li.sa-bnr05 a {
  background-image: url(../img_top/btn_service_download.png);
}

#service-area .list li.sa-bnr06 a {
  background-image: url(../img_top/btn_service_parking.png);
}

#service-area .list li.sa-bnr07 a {
  background-image: url(../img_top/btn_service_mail.png);
}

#service-area .list li.sa-bnr08 a {
  background-image: url(../img_top/btn_service_reissue.png);
}

#service-area .list li.sa-bnr09 a {
  background-image: url(../img_top/btn_service_internet.png);
}

/*==================================
お知らせ
==================================*/
#news-area .list-wrapper {
  border: 2px #dadada solid;
  width: 400px;
  height: 320px;
  border-radius: 10px;
  float: left;
  margin-left: 20px;
  padding-top: 15px;
  position: relative;
}

#news-area .list-wrapper:first-of-type {
  margin-left: 0;
}

#news-area .list-wrapper h3 {
  border-left: 5px #f26122 solid;
  padding: 4px 0 5px 14px;
  font-size: 125%;
}

#news-area .list-wrapper .link-showlist {
  position: absolute;
  display: inline-block;
  background: #f5f0ea url("../img_top/list_arrow.png") right 8px center no-repeat;
  border-radius: 10px;
  padding: 2px 25px 3px 18px;
  top: 18px;
  right: 13px;
  color: #333;
  text-decoration: none;
  font-size: 90%;
}

#news-area .list-wrapper .link-showlist:hover {
  text-decoration: underline;
}

#news-area .list-wrapper .link-showlist.cal {
  right: 130px;
}

#news-area .list-wrapper .wysiwyg {
  margin: 17px 14px 0 20px;
}

#news-area .list-wrapper .wysiwyg p {
  margin-top: 0;
  padding: 0;
}

#news-area .list {
  margin: 17px 14px 0 20px;
  height: 230px;
  overflow-y: auto;
  padding-right: 10px;
}

#news-area .list li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2;
}

#news-area .list .date {
  display: table-cell;
  width: 125px;
}

#news-area .list a {
  display: table-cell;
}

/*==================================
カテゴリーから探す
==================================*/
#category-search-area a {
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 111%;
}

#category-search-area a:hover {
  text-decoration: underline;
}

#category-search-area .list {
  text-align: center;
  margin-bottom: 15px;
}

#category-search-area .list li {
  margin-right: 10px;
  display: inline-block;
  background: #fff left top no-repeat;
  border-radius: 10px;
}

#category-search-area .list li:last-of-type {
  margin-right: 0;
}

#category-search-area .list li a {
  display: table;
  width: 150px;
  height: 100px;
  text-align: center;
  padding-top: 70px;
}

#category-search-area .list li.csa-bnr01 a {
  background-image: url(../img_top/btn_search_ninshin.png);
}

#category-search-area .list li.csa-bnr02 a {
  background-image: url(../img_top/btn_search_kosodate.png);
}

#category-search-area .list li.csa-bnr03 a {
  background-image: url(../img_top/btn_search_nyugaku.png);
}

#category-search-area .list li.csa-bnr04 a {
  background-image: url(../img_top/btn_search_shushoku.png);
}

#category-search-area .list li.csa-bnr05 a {
  background-image: url(../img_top/btn_search_hikkoshi.png);
}

#category-search-area .list li.csa-bnr06 a {
  background-image: url(../img_top/btn_search_kekkon.png);
}

#category-search-area .list li.csa-bnr07 a {
  background-image: url(../img_top/btn_search_kaigo.png);
}

#category-search-area .list li.csa-bnr08 a {
  background-image: url(../img_top/btn_search_shogaishien.png);
}

#category-search-area .list li.csa-bnr09 a {
  background-image: url(../img_top/btn_search_shibou.png);
}

/*==================================
ピックアップ
==================================*/
.cmsContentsWindow #iw_flex_2 .variableItems {
  float: left;
  width: 170px;
  margin-left: 20px;
  min-height: 242px;
}

#pickup-area {
  margin-right: 20px;
}

#pickup-slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
}

#pickup-slider .bx-pager {
  position: absolute;
  bottom: -35px;
  width: 55%;
  text-align: right;
}

#pickup-slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
}

#pickup-slider .bx-pager .bx-pager-item:first-child {
  margin-left: 0;
}

#pickup-slider .bx-pager .bx-pager-item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #dedcd9;
  border-radius: 6px;
}

#pickup-slider .bx-pager .bx-pager-item a.active {
  background-color: #878787;
}

#pickup-slider .bx-controls-auto {
  position: absolute;
  bottom: -37px;
  left: 57%;
  display: inline-block;
  width: 45%;
}

#pickup-slider .bx-controls-auto .bx-controls-auto-item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#pickup-slider .bx-controls-auto .bx-controls-auto-item a.bx-start {
  background: url("../img_top/pc_pickup_slider_play.png") left top no-repeat;
}

#pickup-slider .bx-controls-auto .bx-controls-auto-item a.bx-stop {
  background: url("../img_top/pc_pickup_slider_stop.png") left top no-repeat;
}

#pickup-slider .bx-controls-auto .bx-controls-auto-item a.active {
  display: none;
}

#pickup-slider .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 80px;
}

#pickup-slider .bx-controls-direction a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 11px;
  height: 18px;
  display: inline-block;
  position: absolute;
}

#pickup-slider .bx-controls-direction a.bx-prev {
  left: -40px;
  background: url(../img_top/pc_pickup_slider_prev.png) no-repeat 0 0;
}

#pickup-slider .bx-controls-direction a.bx-next {
  right: -40px;
  background: url(../img_top/pc_pickup_slider_next.png) no-repeat 0 0;
}

/*==================================
その他の情報
==================================*/
#otherinfo-area .in {
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
}

#otherinfo-area .info-box {
  display: table-cell;
  width: 190px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 10px;
}

#otherinfo-area .info-box .title {
  background-color: #f5f0ea;
  padding: 1px 5px 1px 11px;
}

#otherinfo-area .info-box .list {
  margin: 10px 8px;
}

/*==================================
広告エリア
==================================*/
.cmsContentsWindow #iw_flex_7 .variableItems {
  float: left;
  width: 180px;
  margin-left: 20px;
  min-height: 280px;
}

#kokoku-area .in {
  width: 100% !important;
  padding: 2em 2.5em 5em;
}

#kokoku-area .list li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

#kokoku-area .list li:nth-of-type(5n-4) {
  margin-left: 0;
}

/*==================================
ソーシャルメディア
==================================*/
#sns-area .in:first-of-type {
  padding-bottom: 20px;
}

#sns-area .feed-in {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

#sns-area .sns-box {
  float: left;
  width: 263px;
  height: 252px;
  border: 1px solid #dadada;
  border-radius: 10px;
  margin-left: 20px;
}

#sns-area .sns-box:first-of-type {
  margin-left: 0;
}

#sns-area .sns-box .title {
  margin-bottom: 14px;
}

#sns-area .list {
  text-align: center;
}

#sns-area .list li {
  display: inline-block;
  width: 106px;
  border-radius: 10px;
  vertical-align: top;
  position: relative;
}

#sns-area .list li a {
  color: #333;
  display: block;
}

#sns-area .list li a:hover {
  opacity: 0.8;
}

#sns-area .list li img {
  width: 106px;
  height: auto;
  object-fit: contain;
}

/*==================================
フッター
==================================*/
footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 92%;
}

footer .box .in {
  border-top: 1px solid #ecebe9;
  padding: 28px 0 35px 38px;
}

footer .logo {
  padding-top: 14px;
}

footer .logo > * {
  display: inline-block;
  vertical-align: middle;
}

footer .logo strong {
  font-size: 145%;
  letter-spacing: .1em;
  margin-left: 3px;
}

footer .address {
  margin-left: 175px;
}

footer #pagetop-pc {
  position: absolute;
  top: -57px;
  right: 20px;
}

footer .copyright {
  padding: 14px 0;
  background-color: #f5f0ea;
  font-size: 80%;
  text-align: center;
}

@media print {
  body {
    zoom: 0.9;
  }
}

#news-area, #otherinfo-area {
  page-break-before: always;
}
