@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 12px 12px 12px 20px;
  background-color: #f4f3eb;
  font-size: 167%;
  line-height: 1.3;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  vertical-align: middle;
}

h2.head-title:before, .wysiwyg h2:before, .free-layout-area h2:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 26px;
  background-color: #1d7c2c;
  margin-right: 20px;
  vertical-align: middle;
}

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, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 125%;
  box-sizing: border-box;
  border-bottom: 3px solid #b2d513;
  line-height: 1.3;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 4px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 115%;
  padding: 10px 11px 10px;
  line-height: 1.3;
}

h4:before, .wysiwyg h4:before, .free-layout-area h4:before {
  content: '';
  width: 4px;
  height: 22px;
  background-color: #1d7c2c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  vertical-align: middle;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 115%;
  margin-top: 20px;
  display: block;
  padding: 8px 10px 8px 20px;
  line-height: 1.2;
  border: 5px solid #f4f3eb;
  line-height: 1.3;
}

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

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

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

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

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

@media screen and (max-width: 768px) {
  button, input, select, textarea, label {
    font-size: 100% !important;
    font-family: inherit;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2669ae;
  text-decoration: underline;
}

a:visited {
  color: #2669ae;
  text-decoration: underline;
}

a:hover {
  color: #2669ae;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2669ae;
}

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: #1d7c2c;
  text-align: center;
}

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

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

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

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

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

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

.scheme8 {
  background-color: #1d7c2c;
  color: #fff;
  text-align: center;
}

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

.scheme10 {
  background-color: #1d7c2c;
  text-align: center;
}

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

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

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

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #ffffff;
  border: 6px solid #f4f3eb;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #1d7c2c;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    position: relative;
    z-index: 15;
    background-color: #fff;
    top: 0;
  }
  #header.is-fixed {
    padding-top: 30px;
    position: fixed;
    top: -30px;
    left: 0;
    z-index: 15;
    width: 100%;
    transition: top .3s;
  }
  #header .header-subnav-area {
    width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    top: -2px;
    left: 30px;
    z-index: 1;
  }
  #header .header-subnav-area #header-logo img {
    width: 130px;
    height: auto;
  }
  #header .header-subnav-area .subnav-box {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 158px;
    box-sizing: border-box;
  }
  #header .header-subnav-area .subnav-box a {
    color: #333;
  }
  #header .header-subnav-area .subnav-box dl {
    display: table;
  }
  #header .header-subnav-area .subnav-box dt, #header .header-subnav-area .subnav-box dd {
    display: table-cell;
    vertical-align: middle;
  }
  #header .header-subnav-area .subnav-item {
    margin-left: 15px;
    padding-bottom: 15px;
  }
  #header .header-subnav-area .subnav-item .title {
    padding-right: 8px;
  }
  #header .header-subnav-area #header-size, #header .header-subnav-area #header-color {
    padding-top: 6px;
  }
  #header .header-subnav-area #header-language {
    padding-top: 3px;
  }
  #header .header-subnav-area #header-language a {
    padding-left: 24px;
    background: url(../img_common/header_icon_globe.png) no-repeat 0 center;
  }
  #header .header-subnav-area #header-search {
    padding-top: 3px;
  }
  #header .header-subnav-area #header-search form {
    display: flex;
  }
  #header .header-subnav-area #header-search .gcs-textbox {
    -webkit-appearance: none;
    border: 1px solid #e4e4e4;
    border-right: none;
    padding: 7px 2px;
    width: 144px;
    box-sizing: border-box;
  }
  #header .header-subnav-area #header-search .gcs-submit {
    -webkit-appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    display: inline-block;
    background-color: #1d7c2c;
    color: #fff;
    font-weight: bold;
    padding: 5px 14px;
  }
  #header .header-subnav-area #header-search .gcs-submit:hover, #header .header-subnav-area #header-search .gcs-submit:active, #header .header-subnav-area #header-search .gcs-submit:focus {
    background-color: #b2d513;
    color: #333;
  }
  #header .header-subnav-area #header-search .gcs-textbox {
    border-color: #b9b592;
  }
  #header .header-subnav-area #btn-sub-search {
    padding-bottom: 0;
  }
  #header .header-subnav-area #btn-sub-search a {
    display: block;
    margin-top: -2px;
  }
  #header #header-nav {
    margin-top: -12px;
    padding: 5px 0;
    background: #e2eeab;
  }
  #header #header-nav .in {
    width: 1130px;
    margin: 0 auto;
    position: relative;
  }
  #header #header-nav .list {
    box-sizing: border-box;
    padding-left: 180px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #header #header-nav .list > li {
    width: -webkit-calc((100% - 0px) / 6);
    width: calc((100% - 0px) / 6);
    margin-top: 0px;
  }
  #header #header-nav .list > li:nth-child(-n+6) {
    margin-top: 0;
  }
  #header #header-nav .list > li {
    text-align: center;
    font-weight: bold;
    font-size: 135%;
    letter-spacing: -0.05em;
  }
  #header #header-nav .list > li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 22px 0 19px;
  }
  #header #header-nav .list > li a:hover, #header #header-nav .list > li a:focus {
    text-decoration: underline;
    background: #b2d513;
  }
  #header #header-nav .dropmenu {
    display: none;
    width: 1100px;
    position: absolute;
    top: 100%;
    left: 7px;
  }
  #header #header-nav .dropmenu-in {
    width: 1100px;
    height: 220px;
    border: 5px solid #b2d513;
    background-color: #fff;
    padding: 35px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
  }
  #header #header-nav .dropmenu-in:before {
    content: '';
    position: absolute;
    top: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #b1d513 transparent;
  }
  #header #header-nav .list2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 140px;
    overflow-y: auto;
  }
  #header #header-nav .list2 > li {
    width: -webkit-calc((100% - 15px) / 4);
    width: calc((100% - 15px) / 4);
    margin-top: 5px;
  }
  #header #header-nav .list2 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  #header #header-nav .list2 li {
    text-align: left;
    font-size: 90%;
    font-weight: normal;
    margin-left: 5px;
  }
  #header #header-nav .list2 li:nth-child(4n+1) {
    margin-left: 0;
  }
  #header #header-nav .list2 li a {
    padding: 0;
    text-decoration: underline;
  }
  #header #header-nav .nav1 .dropmenu-in:before {
    left: 240px;
  }
  #header #header-nav .nav2 .dropmenu-in:before {
    left: 400px;
  }
  #header #header-nav .nav3 .dropmenu-in:before {
    left: 560px;
  }
  #header #header-nav .nav4 .dropmenu-in:before {
    left: 720px;
  }
  #header #header-nav .nav5 .dropmenu-in:before {
    left: 870px;
  }
  #header #header-nav .nav6 .dropmenu-in:before {
    left: 1030px;
  }
  .drawer-menu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #e2eeab;
    padding: 90px 0 134px;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .drawer-menu * {
    box-sizing: border-box;
  }
  .drawer-menu .close-top {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .drawer-menu .drawer-menu-in {
    width: 1000px;
    margin: 0 auto;
  }
  .drawer-menu .title {
    text-align: center;
    font-size: 210%;
    margin-bottom: 60px;
  }
  .drawer-menu .title .bg:before, .drawer-menu .title .bg:after {
    content: '';
    top: 30px;
    display: inline-block;
    position: relative;
  }
  .drawer-menu .title .bg:before {
    background: url(../img_common/title_icon_drawer_left.png);
    left: -35px;
    width: 75px;
    height: 79px;
  }
  .drawer-menu .title .bg:after {
    background: url(../img_common/title_icon_drawer_right.png);
    right: -35px;
    width: 79px;
    height: 75px;
  }
  .drawer-menu .list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
  }
  .drawer-menu .list > li {
    width: -webkit-calc((100% - 126px) / 8);
    width: calc((100% - 126px) / 8);
    margin-top: 0px;
  }
  .drawer-menu .list > li:nth-child(-n+8) {
    margin-top: 0;
  }
  .drawer-menu .list .purpose-image {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 12px 0;
    border: 5px solid transparent;
    background-repeat: no-repeat;
    background-image: url(../img_top/arrow_green.png);
    background-position: right 8px bottom 8px;
    background-size: 25px 8px;
  }
  .drawer-menu .list .purpose-image img {
    width: 75px;
  }
  .drawer-menu .list .text {
    display: inline-block;
    margin-top: 14px;
    text-decoration: underline;
  }
  .drawer-menu .list a {
    color: #333;
  }
  .drawer-menu .list a:hover .purpose-image, .drawer-menu .list a:focus .purpose-image, .drawer-menu .list a:active .purpose-image {
    border-color: #b2d513;
    background-position: right 6px bottom 8px;
  }
  .drawer-menu .list2 {
    margin-top: 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .drawer-menu .list2 > li {
    width: -webkit-calc((100% - 72px) / 5);
    width: calc((100% - 72px) / 5);
    margin-top: 18px;
  }
  .drawer-menu .list2 > li:nth-child(-n+5) {
    margin-top: 0;
  }
  .drawer-menu .list2 li {
    background: #fff;
    padding: 10px;
    border: 5px solid transparent;
  }
  .drawer-menu .list2 li a {
    color: #333;
    display: block;
    border-left: 2px solid #1d7c2c;
    padding: 14px 10px;
  }
  .drawer-menu .list2 li:hover, .drawer-menu .list2 li:active, .drawer-menu .list2 li:focus {
    border-color: #b2d513;
  }
  .drawer-menu .close-bottom {
    text-align: center;
    margin-top: 50px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    z-index: 15;
    /* モーダル */
  }
  #sp-header.is-fixed {
    position: fixed;
    width: 100%;
    top: -118px;
    left: 0;
  }
  #sp-header.is-fixed.active {
    top: 0;
    transition: top .3s;
    height: 115px;
  }
  #sp-header.is-fixed.active.is_open {
    height: 100vh;
    overflow-y: auto;
  }
  #sp-header .sp-header-box {
    position: relative;
    width: 100%;
    height: 100px;
    background-image: url(../img_common/sp_header_bg.jpg);
  }
  #sp-header .sp-header-box #sp-header-logo {
    position: absolute;
    top: 25px;
    left: 25px;
  }
  #sp-header .sp-header-box .menu-btn-menu {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    opacity: 0.7;
    z-index: 9;
    background-color: rgba(153, 153, 153, 0.7);
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
  }
  #sp-header .modal-menu a {
    color: #333;
  }
  #sp-header .modal-menu .modal-close-top {
    position: absolute;
    top: -90px;
    right: 20px;
  }
  #sp-header .modal-menu .box {
    margin: 0 20px;
    border-top: 2px solid #f4f3eb;
  }
  #sp-header .modal-menu .box .title {
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-image: url(../img_common/modal_menu_btn_plus.png) !important;
    padding: 20px 45px 20px 35px;
    font-size: 111%;
  }
  #sp-header .modal-menu .box .on {
    background-image: url(../img_common/modal_menu_btn_minus.png) !important;
  }
  #sp-header .modal-menu .box .title-lite {
    padding: 20px 45px 20px 35px;
    font-size: 111%;
  }
  #sp-header .modal-menu .box .title-lite a {
    text-decoration: none;
    display: block;
  }
  #sp-header .modal-menu .box .list {
    background-color: #fbfaf6;
  }
  #sp-header .modal-menu .box .list li {
    border-top: 2px solid #f4f3eb;
    font-size: 103%;
    letter-spacing: -0.05em;
  }
  #sp-header .modal-menu .box .list li a {
    display: block;
    padding: 18px 18px 18px 45px;
    text-decoration: none;
  }
  #sp-header .modal-search-box {
    margin: 60px 50px 50px;
  }
  #sp-header .modal-search-box .search-title {
    font-size: 132%;
  }
  #sp-header .modal-search-box .search-title:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 32px;
    background-color: #2f893d;
    margin-right: 20px;
  }
  #sp-header .modal-search-box #sp-header-search {
    margin-top: 25px;
  }
  #sp-header .modal-search-box #sp-header-search form {
    display: flex;
  }
  #sp-header .modal-search-box #sp-header-search .gcs-textbox {
    -webkit-appearance: none;
    border: 1px solid #e4e4e4;
    border-right: none;
    padding: 7px 5px;
    width: 540px;
    box-sizing: border-box;
  }
  #sp-header .modal-search-box #sp-header-search .gcs-submit {
    -webkit-appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    display: inline-block;
    background-color: #1d7c2c;
    color: #fff;
    font-weight: bold;
    padding: 5px 14px;
  }
  #sp-header .modal-search-box #sp-header-search .gcs-submit:hover, #sp-header .modal-search-box #sp-header-search .gcs-submit:active, #sp-header .modal-search-box #sp-header-search .gcs-submit:focus {
    background-color: #b2d513;
    color: #333;
  }
  #sp-header .modal-search-box #sp-header-search .gcs-textbox {
    border: 2px solid #e0dfd4;
    padding: 12px 12px 11px;
  }
  #sp-header .modal-search-box #sp-header-search .gcs-submit {
    padding: 12px 26px 11px;
  }
  #sp-header .modal-submenu {
    background-color: #e2eeab;
    padding: 50px 20px;
  }
  #sp-header .modal-submenu .list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #sp-header .modal-submenu .list > li {
    width: -webkit-calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2);
    margin-top: 20px;
  }
  #sp-header .modal-submenu .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  #sp-header .modal-submenu .list li {
    box-sizing: border-box;
    background-color: #fff;
    padding: 12px;
    position: relative;
  }
  #sp-header .modal-submenu .list li:before {
    content: '';
    display: block;
    width: 2px;
    height: 80px;
    background-color: #1d7c2c;
    position: absolute;
    left: 12px;
    top: 15%;
  }
  #sp-header .modal-submenu .list li a {
    text-align: center;
    display: block;
    padding: 24px 0;
  }
  #sp-header .modal-tool {
    padding: 30px 20px;
    background-color: #f4f3eb;
    text-align: center;
  }
  #sp-header .modal-tool .modal-language {
    background-color: #fff;
    padding: 45px 20px;
  }
  #sp-header .modal-tool .language-title {
    margin-bottom: 15px;
    padding: 5px 10px 5px 50px;
    width: 270px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 103%;
    padding-left: 50px;
    background: url(../img_common/modal_icon_globe.png) no-repeat 0 center;
  }
  #sp-header .modal-tool .language-select {
    margin-top: 18px;
  }
  #sp-header .modal-tool .language-select select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e4e4e4;
    background-color: #fff;
  }
  #sp-header .modal-tool .language-help {
    margin-top: 20px;
  }
  #sp-header .modal-tool .language-help a {
    display: block;
    background-color: #ebebeb;
    border: 2px solid #e4e4e4;
    padding: 15px 0;
  }
  #sp-header .modal-browse-support {
    padding: 28px 0 8px;
    text-align: left;
  }
  #sp-header .modal-browse-support .modal-browse-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #sp-header .modal-browse-support .modal-browse-item .title {
    box-sizing: border-box;
    display: inline-block;
    width: 266px;
    text-align: right;
    padding-right: 25px;
  }
  #sp-header .modal-browse-support #sp-header-color .item, #sp-header .modal-browse-support #sp-header-color .item2 {
    margin-right: 10px;
  }
  #sp-header .modal-linktext {
    margin: 30px 20px;
    text-align: center;
    border: 2px solid #1d7c2c;
  }
  #sp-header .modal-linktext a {
    display: block;
    background: url(../img_common/arrow_green.png) no-repeat right 20px bottom 20px;
  }
  #sp-header .modal-linktext a:hover, #sp-header .modal-linktext a:focus {
    background-position: right 22px bottom 20px;
  }
  #sp-header .modal-linktext .modal-linktext-in {
    display: inline-block;
    padding: 28px 0 28px 63px;
    background: url(../img_common/modal_icon_desktop.png) no-repeat 0 center;
  }
  #sp-header .modal-bottom-close a {
    display: block;
    padding: 28px;
    background-color: #1d7c2c;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  #sp-header .modal-bottom-close .btn-text {
    padding-left: 53px;
    background: url(../img_common/modal_icon_close.png) no-repeat 0 center;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
基本構造
==================================*/
#container {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  #container {
    width: 1000px;
    margin-top: 20px;
  }
  #contents {
    float: left;
    width: 700px;
  }
  #contents-in {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
    width: 100%;
  }
  #container {
    box-sizing: border-box;
  }
  #contents {
    width: 100%;
  }
}

/*==================================
サイドナビが無い場合。
  *** カレンダー、notfoundページで使用。
  ***.no-sideを使用すると、700pxセンタリング。
==================================*/
@media print, screen and (min-width: 769px) {
  #container-in-wide {
    width: 1000px;
  }
  #container-in-wide #pankuzu {
    width: 1000px;
  }
  #container-in-wide #pankuzu .in {
    width: 885px;
  }
  #container-in-wide #contents {
    float: none;
    width: 100%;
  }
  #container-in-wide #contents-in {
    width: 100%;
  }
  #container-in-wide h1 {
    width: 1000px;
    margin: 0 auto;
  }
  #container-in-wide h1 img {
    width: 100%;
    height: auto;
  }
  #container-in-wide .no-side {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide h1 {
    width: 100%;
  }
  #container-in-wide h1 img {
    max-width: 100%;
  }
  #container-in-wide .no-side {
    width: 100%;
  }
}

/*==================================
パンクズ
==================================*/
@media print, screen and (min-width: 769px) {
  #pankuzu {
    width: 1000px;
    margin: 20px auto 0;
  }
  #pankuzu .title {
    float: left;
    width: 120px;
    padding: 2px 0 1px 0;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-left: 2px solid #f4f3eb;
    border-right: 2px solid #f4f3eb;
  }
  #pankuzu .in {
    float: right;
    width: 865px;
    padding-top: 2px;
  }
  #pankuzu li {
    display: inline;
  }
  #pankuzu li a {
    color: #333;
  }
  #pankuzu .icon a, #pankuzu .icon span {
    background-image: url(../img_sub/pankuzu_arrow.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    display: inline-block;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #pankuzu {
    font-size: 90%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #pankuzu .title {
    display: inline-block;
    width: 180px;
    padding: 15px 0;
    text-align: center;
    float: left;
    border-left: 2px solid #f4f3eb;
    border-right: 2px solid #f4f3eb;
  }
  #pankuzu .in {
    margin-left: 210px;
    padding: 15px 0;
  }
  #pankuzu .list {
    overflow-x: scroll;
    display: flex;
    width: 530px;
    white-space: nowrap;
  }
  #pankuzu .list li + li {
    padding-left: 50px;
    background: url(../img_sub/sp_pankuzu_arrow.png) left 20px center no-repeat;
  }
  #pankuzu .list a {
    color: #333;
  }
}

/*==================================
見出し
==================================*/
/* h1（通常） */
h1.title {
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 15px 15px 20px;
  background-color: #1d7c2c;
  color: #fff;
  font-size: 175%;
  line-height: 1.4;
}

h1.title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #fff;
  margin-right: 18px;
  vertical-align: middle;
}

h1.title .bg {
  vertical-align: middle;
}

h1:not([class]):not([id]) {
  text-align: center;
}

h1 img {
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  h1, h1.title {
    width: 700px;
    margin: 0 auto;
  }
}

.calendar-title {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 4px 3px;
  border-radius: 2px;
  background: #73b2a1 url(../img_sub/h2_bg.png) repeat left top;
  color: #002b33;
  font-size: 150%;
}

.calendar-title .bg {
  display: block;
  padding: 6px 0;
  background: url(../img_sub/h2_bg02.png) repeat-y left top, url(../img_sub/h2_bg02.png) repeat-y right top;
  background-color: #eaf6f3;
}

.calendar-title .bg2 {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  background-color: #eaf6f3;
}

.calendar-title .right-col {
  float: right;
  margin-top: 4px;
  text-align: center;
}

.calendar-title .right-col a {
  display: block;
  padding: 2px 20px 2px 30px;
  border-radius: 2px;
  background: #1d7c2c url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #fff;
  font-size: 60%;
  text-decoration: none;
}

/*==================================
 スケジュールカレンダー用
 とりあえず全部同じ値で
==================================*/
@media print, screen and (min-width: 769px) {
  .calendar-list-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
  .calendar-box-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .calendar-list-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
  .calendar-box-area img.schedule_field_icon_image {
    max-width: 48px;
    height: auto;
  }
}

/*==================================
 新着一覧
==================================*/
.news-area {
  margin-top: 20px;
}

.news-area .title {
  overflow: hidden;
  box-sizing: border-box;
  padding: 12px 12px 12px 20px;
  background-color: #f4f3eb;
  color: #333;
  font-size: 167%;
  line-height: 1.3;
}

.news-area .title .bg {
  vertical-align: middle;
}

.news-area .title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 26px;
  background-color: #1d7c2c;
  margin-right: 20px;
  vertical-align: middle;
}

.news-area .in {
  padding: 10px;
  border: 5px solid #f4f3eb;
  border-top: none;
}

.news-area .list {
  overflow-y: auto;
}

@media print, screen and (min-width: 769px) {
  .news-area .list {
    max-height: 167px;
  }
}

.news-area .list li {
  padding: 8px 0 8px 5px;
}

.news-area .list li a {
  color: #333;
}

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

.news-area .list li .date {
  font-size: 0.88em;
}

.news-area .list li .text {
  display: block;
}

/*==================================
 見出し目次
==================================*/
.anchor {
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  border: 1px solid #eef0f3;
  font-size: 80%;
}

.anchor ul {
  letter-spacing: -.5em;
  padding: 10px;
}

.anchor ul > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 0px) / 2);
  width: calc((100% - 0px) / 2);
}

.anchor ul > li:nth-child(-n+2) {
  margin-top: 0;
}

.anchor ul > li:nth-child(2n+1) {
  margin-left: 0;
}

.anchor ul li a {
  display: inline-block;
  background-image: url(../img_sub/anchor_arrow.png);
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  .anchor ul li a {
    padding-left: 10px;
    background-position: 0 0.4em;
  }
}

@media screen and (max-width: 768px) {
  .anchor ul li a {
    padding-left: 15px;
    background-position: 0 0.5em;
  }
}

/*==================================
 ファイルリンク
==================================*/
.file-link-item {
  margin: 10px 10px 0 10px;
}

.file-link-item .pdf {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .word {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_word.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .excel {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_excel.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .power {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_power.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .audio {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_audio.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .txt {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_txt.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .zip {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_zip.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .lzh {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_lzh.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .jpg {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_jpg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .pic {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_pic.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .movie {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_movie.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .csv {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_csv.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.file-link-item .edit {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background-image: url(../img_sub/file_link_item_edit.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*==================================
 リンク
==================================*/
.link-item {
  margin: 10px 10px 0 10px;
  /* 内部リンク */
  /* 外部リンク */
  /* メールリンク */
}

.link-item .icon {
  padding: 5px 0 5px 30px;
  background-image: url(../img_sub/link_item_naibu.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.link-item .icon2 {
  padding: 5px 0px 5px 30px;
  background-image: url(../img_sub/link_item_gaibu.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.link-item .icon3 a {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(../img_sub/link_item_mail.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/*==================================
 画像
==================================*/
.img-item {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .img-item {
    width: 100%;
  }
  .img-item img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================
 google map
==================================*/
.gmap {
  height: auto !important;
  margin-top: 10px;
}

.gmap .map-link {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gmap {
    width: 100% !important;
  }
  .gmap > div:first-of-type {
    width: 100% !important;
  }
}

.map-link {
  margin-top: 10px;
  text-align: center;
}

.map-link a {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat 0 5px;
}

/*==================================
 目次ページ
==================================*/
/* 共通 */
.level1col1 .page, .level1col2 .page, .level2col1 .list .page, .level2col1 .list2 .page, .level2col1-mixed .list .page, .level2col1-mixed .list2 .page, .level2col2 .page, .level2col2-mixed .page, .level2col2-mixed-js .page {
  background: url(../img_sub/list_icon_page.png) no-repeat 10px 0.5em;
}

.level1col1 .dir, .level1col2 .dir, .level2col1 .list .dir, .level2col1 .list2 .dir, .level2col1-mixed .list .dir, .level2col1-mixed .list2 .dir, .level2col2 .dir, .level2col2-mixed .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/list_icon_dir.png) no-repeat 10px 0.5em;
}

/* 1階層1列表示 */
.level1col1 li {
  margin-top: 10px;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

/* 1階層2列表示 */
.level1col2 li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

@media print, screen and (min-width: 769px) {
  .level1col2 {
    width: 700px;
  }
  .level1col2 li {
    display: inline;
    margin-top: 10px;
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level1col2 li {
    width: 48%;
    margin: 10px 0 0 4%;
  }
}

/* 2階層1列 */
.level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
  float: left;
  box-sizing: border-box;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

.level2col1 .item, .level2col1-mixed .item {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .level2col1 .list, .level2col1-mixed .list {
    width: 700px;
  }
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    display: inline;
    margin-top: 10px;
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    width: 48%;
    margin: 10px 0 0 4%;
  }
}

/* 2階層2列 */
.level2col2 .col, .level2col2-mixed .col {
  overflow: hidden;
}

.level2col2 .list li, .level2col2-mixed .list li {
  margin-top: 10px;
  padding: 5px 0 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
  box-sizing: border-box;
}

.level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
  display: inline;
  float: right;
  margin-top: 10px;
  border-bottom: 1px dotted #bfbfbf;
}

.level2col2 .box2 .list li.first-left, .level2col2-mixed .box2 .list li.first-left {
  float: left;
}

@media print, screen and (min-width: 769px) {
  .level2col2, .level2col2-mixed {
    width: 700px;
  }
  .level2col2 .left-col, .level2col2-mixed .left-col {
    width: 340px;
  }
  .level2col2 .right-col, .level2col2-mixed .right-col {
    width: 340px;
  }
  .level2col2 .col, .level2col2-mixed .col {
    width: 700px;
  }
  .level2col2 .list li, .level2col2-mixed .list li {
    width: 340px;
  }
  .level2col2 .box2 .list, .level2col2-mixed .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .level2col2 .left-col, .level2col2 .right-col, .level2col2-mixed .left-col, .level2col2-mixed .right-col {
    box-sizing: border-box;
    width: 48%;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 42%;
  }
}

.border-top {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.border-bottom {
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

/* 大カテゴリ1階層2列表示 */
.level1-gaiyo .title {
  box-sizing: border-box;
  background-color: #cbe9eb;
  color: #333;
  font-size: 150%;
}

.level1-gaiyo .title .bg {
  display: block;
  padding: 10px 15px;
  background: url(../img_sub/h2_bg_top.png) repeat-x left top, url(../img_sub/h2_bg_btm.png) repeat-x left bottom;
}

.level1-gaiyo .box {
  float: left;
}

.level1-gaiyo .description {
  margin-top: 10px;
}

.level1-gaiyo .detail {
  margin-top: 10px;
  text-align: right;
}

.level1-gaiyo .detail a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background: #1d7c2c url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .level1-gaiyo, .level1col2-gaiyo {
    width: 700px;
  }
  .level1-gaiyo .box, .level1col2-gaiyo .box {
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level1-gaiyo .box, .level1col2-gaiyo .box {
    box-sizing: border-box;
    width: 48%;
    margin-left: 4%;
  }
}

/* 大カテゴリ2階層2列表示 */
/* 1階層2列概要表示 */
.level1col2-gaiyo .col, .level2col2js .col, .level2col2-mixed-js .col {
  overflow: hidden;
}

.level1col2-gaiyo .box, .level2col2js .box, .level2col2-mixed-js .box {
  margin-top: 20px;
}

.level1col2-gaiyo .list li, .level2col2js .list li, .level2col2-mixed-js .list li {
  margin-top: 10px;
  padding: 5px 0px 13px 40px;
  border-bottom: 1px dashed #bfbfbf;
}

.level1col2-gaiyo .page, .level2col2js .page, .level2col2-mixed-js .page {
  background: url(../img_sub/list_icon_page.png) no-repeat 10px 8px;
}

.level1col2-gaiyo .dir, .level2col2js .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/list_icon_dir.png) no-repeat 10px 8px;
}

.level1col2-gaiyo .detail, .level2col2js .detail, .level2col2-mixed-js .detail {
  margin-top: 15px;
  text-align: right;
}

.level1col2-gaiyo .detail a, .level2col2js .detail a, .level2col2-mixed-js .detail a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background: #1d7c2c url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .level2col2js .col, .level2col2-mixed-js .col {
    width: 700px;
  }
  .level2col2js .left-col, .level2col2-mixed-js .left-col {
    width: 340px;
  }
  .level2col2js .right-col, .level2col2-mixed-js .right-col {
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .level2col2js .left-col, .level2col2js .right-col {
    box-sizing: border-box;
    width: 48%;
  }
}

/* 2階層1列（混在） */
/* 2階層2列（混在） */
@media print, screen and (min-width: 769px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    float: left;
    width: 340px;
    margin-left: 20px;
  }
  .level2col2-mixed-js .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2-mixed-js .box2 .list li {
    float: right;
    width: 290px;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    float: right;
    width: 48%;
  }
  .level2col2-mixed .col .box.first-left, .level2col2-mixed-js .col .box.first-left {
    float: left;
  }
  .level2col2-mixed-js .box2 .list li {
    float: right;
    width: 42%;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}

/*==================================
 カラム
==================================*/
.col-area {
  overflow: hidden;
  width: 700px;
  margin-top: 20px;
}

.col-area .left-col {
  float: left;
}

.col-area .right-col {
  float: left;
  margin-left: 10px;
}

.col-area .wysiwyg p {
  margin-top: 0;
}

.col-area .wysiwyg p:first-child {
  margin-top: 10px;
}

.col-area p:last-child {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .col-area {
    width: 100%;
  }
  .col-area .left-col {
    width: 49%;
  }
  .col-area .left-col img {
    max-width: 100%;
  }
  .col-area .right-col {
    width: 49%;
    margin-left: 2%;
  }
  .col-area .right-col img {
    max-width: 100%;
  }
}

/*==================================
 右画像+左テキスト 左画像+右テキスト
==================================*/
.img-text {
  overflow: hidden;
  margin-top: 20px;
}

.img-text .left-col, .img-text .left-wrap img {
  float: left;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 45%;
  padding: 0 10px 10px 0;
}

.img-text .right-col, .img-text .right-wrap img {
  float: right;
  position: relative;
  top: auto;
  bottom: auto;
  max-width: 45%;
  padding: 0 0 10px 10px;
}

@media print, screen and (min-width: 769px) {
  .img-text {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .img-text {
    width: 100%;
  }
}

/*==================================
 テーブル
==================================*/
.table-fix {
  table-layout: fixed;
}

.table {
  margin: 10px 0 0;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}

.table caption {
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

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

.table th {
  background-color: #f4f3eb;
  color: #333;
}

.table th:first-child {
  width: 33%;
}

.table .wysiwyg p {
  padding: 0;
}

.table .file-link-item {
  margin: 10px 10px 0px 0;
}

.table .file-link-item .pdf, .table .file-link-item .word, .table .file-link-item .excel, .table .file-link-item .power, .table .file-link-item .audio, .table .file-link-item .txt, .table .file-link-item .zip, .table .file-link-item .csv, .table .file-link-item .edit {
  padding: 5px 0 5px 40px;
}

.table .link-item {
  margin: 10px 10px 0 0;
}

/*==================================
 お問い合わせ
==================================*/
.toiawase {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  border: 5px solid #e2eeab;
}

@media screen and (max-width: 768px) {
  .toiawase {
    margin-top: 50px;
  }
}

.toiawase .title {
  overflow: hidden;
  box-sizing: border-box;
  color: #333;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.08em;
  text-align: center;
}

.toiawase .title .bg {
  position: relative;
  display: inline-block;
  padding: 28px 50px 22px;
}

.toiawase .title .bg:before, .toiawase .title .bg:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 30%;
}

.toiawase .title .bg:before {
  left: 0;
  background: url(../img_sub/toiawase_icon_tel_left.png) no-repeat 0 0;
}

.toiawase .title .bg:after {
  right: 0;
  background: url(../img_sub/toiawase_icon_tel_right.png) no-repeat 0 0;
}

.toiawase .in {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .toiawase .in {
    width: 400px;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .toiawase .in {
    padding: 10px 50px 30px;
  }
}

.toiawase .mail {
  background: url(../img_sub/toiawase_icon_mail.png) no-repeat 0 center;
  padding-left: 26px;
}

.toiawase .mail a {
  color: #333;
}

/*==================================
PDFダウンロード
==================================*/
#pdf-download {
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
}

#pdf-download a {
  float: left;
  display: block;
  margin-right: 10px;
}

/*==================================
 1005:イベント検索ページ用
==================================*/
/* 注目のイベント･今日のイベントのスライダー */
#event-list-slider {
  margin-top: 20px;
}

#event-list-slider .title {
  padding: 0.5em 0 0.4em 1em;
  font-size: 130%;
}

#event-list-slider .bxslider {
  position: relative;
  /*-- コントロール位置 --*/
  /*-- start stop --*/
  /*--  next prev --*/
}

#event-list-slider .bxslider .list li {
  overflow: hidden;
  width: 265px;
}

#event-list-slider .bxslider .list li dl dt, #event-list-slider .bxslider .list li dl dd {
  float: left;
}

#event-list-slider .bxslider .bx-controls {
  width: 100%;
  line-height: 1;
}

#event-list-slider .bxslider .bx-controls-auto {
  position: absolute;
  right: 0;
  z-index: 3;
}

#event-list-slider .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#event-list-slider .bxslider .bx-controls-auto a {
  display: block;
  background: transparent no-repeat left 0;
  background-size: cover;
  font-size: 0;
  line-height: 100%;
}

#event-list-slider .bxslider .bx-controls-auto .bx-start:focus, #event-list-slider .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#event-list-slider .bxslider .bx-controls-auto .active {
  display: none;
}

#event-list-slider .bxslider .bx-controls-direction {
  width: 100%;
}

#event-list-slider .bxslider .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#event-list-slider .bxslider .bx-controls-direction .bx-prev {
  left: 0;
}

#event-list-slider .bxslider .bx-controls-direction .bx-next {
  right: 0;
}

#event-list-slider .bxslider .bx-controls-direction .bx-prev:focus, #event-list-slider .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

#event-list-slider .event-pickup-area {
  border-bottom: 2px solid #1d7c2c;
}

#event-list-slider .event-pickup-area .title {
  border-top: 2px solid #1d7c2c;
  border-bottom: 1px solid #1d7c2c;
  color: #000;
}

#event-list-slider .event-pickup-area .bxslider .bx-prev {
  background-image: url(../img_sub/event_pickup_slider_back.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-next {
  background-image: url(../img_sub/event_pickup_slider_next.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-stop {
  background-image: url(../img_sub/event_pickup_slider_stop.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-start {
  background-image: url(../img_sub/event_pickup_slider_start.png);
}

#event-list-slider .event-today-area {
  border-bottom: 2px solid #b2d513;
}

#event-list-slider .event-today-area .title {
  border-top: 2px solid #b2d513;
  border-bottom: 1px solid #b2d513;
  color: #000;
}

#event-list-slider .event-today-area .bxslider .bx-prev {
  background-image: url(../img_sub/event_today_slider_back.png);
}

#event-list-slider .event-today-area .bxslider .bx-next {
  background-image: url(../img_sub/event_today_slider_next.png);
}

#event-list-slider .event-today-area .bxslider .bx-stop {
  background-image: url(../img_sub/event_today_slider_stop.png);
}

#event-list-slider .event-today-area .bxslider .bx-start {
  background-image: url(../img_sub/event_today_slider_start.png);
}

@media print, screen and (min-width: 769px) {
  #event-list-slider .bxslider {
    padding: 10px 25px 10px 12px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dl dt {
    width: 110px;
    margin-right: 10px;
  }
  #event-list-slider .bxslider .list li dl dt img {
    max-width: 100%;
  }
  #event-list-slider .bxslider .list li dl dd {
    width: 183px;
  }
  #event-list-slider .bxslider .bx-controls-auto {
    bottom: 10px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-list-slider .event-pickup-area, #event-list-slider .event-today-area {
    float: left;
    width: 340px;
  }
  #event-list-slider .event-today-area {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #event-list-slider .bxslider {
    padding: 20px 50px 20px 25px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dl dt {
    width: 35%;
    margin-right: 3%;
  }
  #event-list-slider .bxslider .list li dl dt img {
    width: 100%;
  }
  #event-list-slider .bxslider .list li dl dd {
    width: 62%;
  }
  #event-list-slider .bxslider .bx-controls-auto {
    bottom: 20px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #event-list-slider .event-pickup-area, #event-list-slider .event-today-area {
    width: 100%;
  }
  #event-list-slider .event-pickup-area .title {
    border-top: 2px solid #1d7c2c;
    border-bottom: 1px solid #1d7c2c;
    color: #000;
  }
  #event-list-slider .event-today-area {
    margin-top: 20px;
  }
  #event-list-slider .event-today-area .title {
    color: #000;
    border-top: 2px solid #b2d513;
    border-bottom: 1px solid #b2d513;
  }
}

/* イベント検索エリア */
.event-search-area, .recruit-event-search-area {
  background: #f4f3eb;
  margin-top: 10px;
}

.event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
  display: block;
  text-align: center;
}

.event-search-area .event-search-month label, .event-search-area .event-search-place label, .event-search-area .event-search-category label, .recruit-event-search-area .event-search-month label, .recruit-event-search-area .event-search-place label, .recruit-event-search-area .event-search-category label {
  font-weight: bold;
}

.event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
  border: 2px solid #1d7c2c;
  padding: 15px;
}

.event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option, .recruit-event-search-area .event-search-month option, .recruit-event-search-area .event-search-place option, .recruit-event-search-area .event-search-category option {
  background-color: #fff;
}

.event-search-area button, .event-search-area input, .event-search-area select, .event-search-area textarea, .event-search-area label, .recruit-event-search-area button, .recruit-event-search-area input, .recruit-event-search-area select, .recruit-event-search-area textarea, .recruit-event-search-area label {
  font-family: inherit;
  font-size: 100%;
}

@media print, screen and (min-width: 769px) {
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
    width: 33.3%;
    float: left;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
    width: 200px;
  }
  .event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option, .recruit-event-search-area .event-search-month option, .recruit-event-search-area .event-search-place option, .recruit-event-search-area .event-search-category option {
    padding: 10px 0 10px 0;
    height: 50px;
    margin-top: 50px;
  }
  .event-search-area .event-search-category.type2, .recruit-event-search-area .event-search-category.type2 {
    width: 250px;
    margin-top: 15px;
  }
  .event-search-area .event-search-category.type2 select, .recruit-event-search-area .event-search-category.type2 select {
    width: 100% !important;
  }
  .event-search-area .box, .recruit-event-search-area .box {
    border-bottom: 1px solid #fff;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .event-search-area button, .event-search-area input, .event-search-area select, .event-search-area textarea, .event-search-area label, .recruit-event-search-area button, .recruit-event-search-area input, .recruit-event-search-area select, .recruit-event-search-area textarea, .recruit-event-search-area label {
    font-size: 100%;
  }
  .event-search-area input[type="checkbox"],
  .event-search-area input[type="radio"], .recruit-event-search-area input[type="checkbox"],
  .recruit-event-search-area input[type="radio"] {
    height: 1.2em;
    width: 1.2em;
  }
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category, .recruit-event-search-area .event-search-month, .recruit-event-search-area .event-search-place, .recruit-event-search-area .event-search-category {
    width: 100%;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select, .recruit-event-search-area .event-search-month select, .recruit-event-search-area .event-search-place select, .recruit-event-search-area .event-search-category select {
    margin-top: 18px;
    width: 60%;
  }
  .event-search-area .event-search-month select, .recruit-event-search-area .event-search-month select {
    margin-top: 0;
  }
  .event-search-area .box, .recruit-event-search-area .box {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
}

.event-search-area .box2, .event-search-area .event-search-term, .recruit-event-search-area .box2, .recruit-event-search-area .event-search-term {
  padding: 10px;
}

.event-search-area .box2 dt, .event-search-area .event-search-term dt, .recruit-event-search-area .box2 dt, .recruit-event-search-area .event-search-term dt {
  font-weight: bold;
  border-left: 6px solid #b2d513;
  padding-left: 10px;
}

.event-search-area .box2 dd, .event-search-area .event-search-term dd, .recruit-event-search-area .box2 dd, .recruit-event-search-area .event-search-term dd {
  margin-top: 10px;
  padding: 0 10px;
}

.event-search-area .box2 .space input, .event-search-area .event-search-term .space input, .recruit-event-search-area .box2 .space input, .recruit-event-search-area .event-search-term .space input {
  height: 1.2em;
  width: 1.2em;
}

.event-search-area .box2 .space, .event-search-area .event-search-term .space, .recruit-event-search-area .box2 .space, .recruit-event-search-area .event-search-term .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .event-search-area .event-search-term input[type=text], .recruit-event-search-area .event-search-term input[type=text] {
    padding: 5px;
  }
  .event-search-area .event-search-term .ui-datepicker-trigger, .recruit-event-search-area .event-search-term .ui-datepicker-trigger {
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .event-search-area .event-search-term input[type=text], .recruit-event-search-area .event-search-term input[type=text] {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 120%;
  }
  .event-search-area .event-search-term input[type=text]:first-child, .recruit-event-search-area .event-search-term input[type=text]:first-child {
    margin-top: 0;
  }
  .event-search-area .event-search-term .ui-datepicker-trigger, .recruit-event-search-area .event-search-term .ui-datepicker-trigger {
    margin-top: 10px;
    margin-left: 20px;
    width: 50px;
    height: auto;
  }
  .event-search-area .event-search-term label[for="syncro-calendar"], .recruit-event-search-area .event-search-term label[for="syncro-calendar"] {
    display: block;
    margin-top: 10px;
  }
}

.input-button {
  margin-top: 1px;
  padding: 17px 0;
  text-align: center;
  background: #f4f3eb;
}

@media print, screen and (min-width: 769px) {
  .input-button input {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .input-button input {
    width: 55%;
  }
}

/* イベント検索結果 */
.event-result-area {
  margin-top: 20px;
}

.event-result-area .title {
  padding-bottom: 2px;
  border-bottom: 2px solid #b2d513;
  background: url(../img_common/arrow01.png) no-repeat 0.5em center;
}

.event-result-area .title .bg {
  display: block;
  padding: 10px 10px 10px 1.5em;
  border-bottom: 1px dashed #b2d513;
}

.event-result-area .in {
  margin-top: 15px;
  border: 2px solid #b2d513;
}

.event-result-area .in .left-col:first-child {
  text-align: center;
}

.event-result-area .in .left-col .summary {
  padding: 10px;
  background: #f4f3eb;
}

@media print, screen and (min-width: 769px) {
  .event-result-area .in {
    padding: 10px;
  }
  .event-result-area .in .left-col:first-child {
    width: 200px;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 455px;
    margin-left: 15px;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 0 0 10px 0;
  }
  .event-result-area .in2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .event-result-area .in {
    padding: 15px;
  }
  .event-result-area .in .left-col {
    float: none;
  }
  .event-result-area .in .left-col:first-child {
    width: 100%;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 100%;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 10px 0;
  }
  .event-result-area .in2 {
    padding: 20px 15px 5px 15px;
  }
}

/*==================================
写真ギャラリー
==================================*/
.gallery-area {
  width: 100%;
}

.gallery-area .subtxt {
  margin: 10px 10px 0 10px;
}

.gallery-area .list {
  width: 32%;
  float: left;
  margin: 20px 0 0 2%;
}

.gallery-area .list .thumb a img {
  border: 1px solid #BBB;
  padding: 2px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.gallery-area .first-left {
  margin-left: 0;
}

/*==================================
 0005:イベントページ用
==================================*/
.event-summary .left-col:last-child dl {
  overflow: hidden;
  border-bottom: 1px solid #b2d513;
}

.event-summary .left-col:last-child dl dt {
  float: left;
  width: 40%;
  padding: 0.4em 0;
  font-weight: bold;
}

.event-summary .left-col:last-child dl dt span {
  padding: 0 0 0 10px;
  border-left: 8px solid #b2d513;
}

.event-summary .left-col:last-child dl dd {
  float: right;
  width: 60%;
  padding: 0.4em 0;
}

.event-summary .left-col:last-child dl dd .txt {
  display: block;
  font-weight: bold;
}

.event-summary dl .inquiry-btn .list li a {
  display: block;
  padding: 5px 30px;
  border-radius: 2px;
  background: #1d7c2c url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #fff;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .event-summary {
    margin-top: 10px;
  }
  .event-summary .left-col:first-child {
    width: 260px;
    margin-right: 15px;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:last-child {
    width: 425px;
  }
  .event-summary .left-col:last-child dl .inquiry-btn {
    float: none;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li img {
    width: 100%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .event-summary {
    margin-top: 20px;
  }
  .event-summary .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:first-child:not(p) {
    text-align: left;
  }
  .event-summary .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .event-summary dl .inquiry-btn .list {
    text-align: right;
  }
  .event-summary dl .inquiry-btn .list li {
    margin-top: 14px;
  }
  .event-summary dl .inquiry-btn .list li img {
    max-width: 100%;
  }
  .event-summary dl .inquiry-btn .list li:first-child {
    margin-top: 0px;
  }
}

.event-table {
  /*width: $contents-inner-width;*/
  width: 100%;
}

.event-table th {
  width: 150px;
}

.event-table img {
  max-width: 100%;
  height: auto;
}

/* イベント詳細 */
.img-col {
  margin-top: 10px;
}

.img-col .left-col {
  float: left;
}

.img-col .left-col:first-child {
  margin-left: 0px;
}

@media print, screen and (min-width: 769px) {
  .img-col {
    width: 700px;
  }
  .img-col .left-col {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .img-col {
    width: 100%;
  }
  .img-col .left-col {
    width: 49%;
    margin-left: 2%;
  }
  .img-col .left-col img {
    max-width: 100%;
  }
}

/* 関連イベント */
#event-page-slider {
  margin-top: 30px;
}

#event-page-slider .title {
  background: #1d7c2c;
  color: #ffffff;
  font-size: 115%;
}

#event-page-slider .title .bg {
  overflow: hidden;
  display: block;
  padding: 13px 15px;
  line-height: 1;
}

#event-page-slider .bxslider {
  position: relative;
  border: 1px solid #1d7c2c;
  border-top: none;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#event-page-slider .bxslider .list li {
  overflow: hidden;
  width: 265px;
}

#event-page-slider .bxslider .list li dl {
  overflow: hidden;
}

#event-page-slider .bxslider .list li dl dt, #event-page-slider .bxslider .list li dl dd {
  float: left;
}

#event-page-slider .bxslider .bx-controls {
  width: 100%;
  line-height: 1;
}

#event-page-slider .bxslider .bx-controls-auto {
  position: absolute;
  z-index: 3;
}

#event-page-slider .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#event-page-slider .bxslider .bx-controls-auto a {
  display: block;
  background: transparent no-repeat left 0;
  background-size: cover;
  font-size: 0;
  line-height: 100%;
}

#event-page-slider .bxslider .bx-controls-auto .bx-start:focus, #event-page-slider .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#event-page-slider .bxslider .bx-controls-auto .active {
  display: none;
}

#event-page-slider .bxslider .bx-controls-direction {
  width: 100%;
}

#event-page-slider .bxslider .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#event-page-slider .bxslider .bx-controls-direction .bx-prev:focus, #event-page-slider .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #event-page-slider .bxslider {
    padding: 10px 30px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dl dt {
    width: 110px;
    margin-right: 10px;
  }
  #event-page-slider .bxslider .list li dl dt img {
    max-width: 100%;
  }
  #event-page-slider .bxslider .list li dl dd {
    width: 190px;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    right: 5px;
    bottom: 10px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    left: 2px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    right: 2px;
    background-image: url(../img_sub/event_slider_next.png);
  }
}

@media screen and (max-width: 768px) {
  #event-page-slider .bxslider {
    padding: 20px 55px 20px 25px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dl dt {
    width: 35%;
    margin-right: 3%;
  }
  #event-page-slider .bxslider .list li dl dt img {
    width: 100%;
  }
  #event-page-slider .bxslider .list li dl dd {
    width: 62%;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    right: 10px;
    bottom: 20px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    left: 2px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    right: 2px;
    background-image: url(../img_sub/event_slider_next.png);
  }
}

/*==================================
gogleマップ
==================================*/
.gmap-area #iw_googlemap_1 {
  margin: 0 auto;
}

/*==================================
更新日掲載
==================================*/
.wysiwyg .btn {
  text-align: right;
}

.wysiwyg .btn a {
  padding-left: 18px;
  background: url(../img_sub/level1row1_mod_dir.png) left 5px no-repeat;
}

/*==================================
カレンダー
==================================*/
#container-in-wide #calendar .list {
  width: 100%;
}

#container-in-wide #calendar .col-area .left-col .list li:first-child {
  float: left;
}

#container-in-wide #calendar .col-area .left-col .list li:last-child {
  float: right;
}

#container-in-wide #calendar .col2-area {
  margin-top: 30px;
}

#container-in-wide #calendar .col2-area .list li select {
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #1d7c2c;
  border-radius: 2px;
}

#container-in-wide #calendar .col2-area .right-col .list li a {
  display: block;
  padding: 7px 10px 7px 45px;
  border-radius: 2px;
  background: #f7f5f1 url(../img_sub/calendar_change_icon.png) no-repeat 20px 9px;
  color: #333;
  text-decoration: none;
}

#container-in-wide #calendar .col3-area {
  margin-top: 30px;
}

#container-in-wide #calendar .col3-area .left-col {
  width: 20%;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .left-col a {
  padding: 0 0 0 15px;
  background: url(../img_sub/eventcalendar_icon_back.png) no-repeat left center;
}

#container-in-wide #calendar .col3-area .right-col .list .back {
  float: left;
  text-align: right;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .right-col .list .back a {
  padding: 0 0 0 15px;
  background: url(../img_sub/eventcalendar_icon_back.png) no-repeat left center;
}

#container-in-wide #calendar .col3-area .right-col .list .next {
  float: right;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .right-col .list .next a {
  padding: 0 15px 0 0;
  background: url(../img_sub/eventcalendar_icon_next.png) no-repeat right center;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide #calendar .view-sp {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 60%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    padding-right: 0px;
    float: right;
    width: 210px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 160px;
    padding-right: 0px;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide #calendar .view-pc {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 100%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 60%;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 48%;
  }
  #container-in-wide #calendar .col3-area .right-col .list .next {
    text-align: right;
  }
}

#container-in-wide .calendar-search-area {
  margin-top: 20px;
  background: #f4f3eb;
}

#container-in-wide .calendar-search-area button, #container-in-wide .calendar-search-area input, #container-in-wide .calendar-search-area select, #container-in-wide .calendar-search-area textarea, #container-in-wide .calendar-search-area label {
  font-family: inherit;
  font-size: 100%;
}

#container-in-wide .calendar-search-area .calendar-search-category {
  display: block;
}

#container-in-wide .calendar-search-area select {
  padding: 8px 15px;
  border-radius: 2px;
  border: 1px solid #1d7c2c;
  background: #fff;
}

#container-in-wide .calendar-search-area option {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 230px;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area button, #container-in-wide .calendar-search-area input, #container-in-wide .calendar-search-area select, #container-in-wide .calendar-search-area textarea, #container-in-wide .calendar-search-area label {
    font-size: 100%;
  }
  #container-in-wide .calendar-search-area input[type="checkbox"],
  #container-in-wide .calendar-search-area input[type="radio"] {
    height: 1.2em;
    width: 1.2em;
  }
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: 60%;
    min-width: 230px;
    margin: 0 auto;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
}

#container-in-wide .calendar-search-area .box dt,
#container-in-wide .calendar-search-area .box2 dt {
  font-weight: bold;
  border-left: 6px solid #b2d513;
  padding-left: 10px;
}

#container-in-wide .calendar-search-area .box dd,
#container-in-wide .calendar-search-area .box2 dd {
  margin-top: 10px;
  padding: 0 10px;
}

#container-in-wide .calendar-search-area .box .space input,
#container-in-wide .calendar-search-area .box2 .space input {
  height: 1.2em;
  width: 1.2em;
}

#container-in-wide .calendar-search-area .box .space,
#container-in-wide .calendar-search-area .box2 .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px 0 0;
}

#container-in-wide .calendar-search-area .input-button input {
  margin: 0px auto;
  padding: 15px 0;
  background-color: #1d7c2c;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  -webkit-appearance: none;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .input-button input {
    min-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area .input-button input {
    width: 55%;
    min-width: 200px;
    margin-bottom: 18px;
  }
}

#container-in-wide .calendar-list-area table,
#container-in-wide .calendar-box-area table {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}

#container-in-wide .calendar-list-area table {
  margin: 10px 0 0 1px;
  width: 100%;
}

#container-in-wide .calendar-list-area table caption {
  text-align: left;
  font-weight: bold;
}

#container-in-wide .calendar-list-area table td, #container-in-wide .calendar-list-area table th {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  padding: 5px;
  background: none;
}

#container-in-wide .calendar-list-area table .date,
#container-in-wide .calendar-list-area table .day {
  font-weight: bold;
  text-align: center;
  width: 40px;
}

#container-in-wide .calendar-list-area table .sun,
#container-in-wide .calendar-list-area table .sun th {
  background-color: #ffe6e8;
  color: #E02729;
}

#container-in-wide .calendar-list-area table .sat,
#container-in-wide .calendar-list-area table .sat th {
  background-color: #cfe8f7;
  color: #008CD2;
}

#container-in-wide .calendar-list-area table em {
  font-style: normal;
  font-weight: bold;
  padding-right: 15px;
}

#container-in-wide .calendar-list-area table a {
  margin-left: 5px;
}

#container-in-wide .calendar-list-area table .calPageLink {
  margin-top: 5px;
}

#container-in-wide .calendar-list-area table .calPageLink:first-child {
  margin-top: 0;
}

#container-in-wide .calendar-list-area table .calPageLink .event_icon {
  font-size: 82%;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 10px;
  margin-left: 3px;
  color: #333;
}

#container-in-wide .calendar-list-area table .calPageLink .event_icon:first-child {
  margin-left: 0;
}

#container-in-wide .calendar-list-area table .calPageLink span[class*='event_field'] {
  color: #333;
  border-color: #b7c07b;
  background-color: #f3ffa4;
}

#container-in-wide .calendar-list-area table .calPageLink span[class*='event_area'] {
  color: #333;
  border-color: #d8c78e;
  background-color: #fee9a6;
}

#container-in-wide .calendar-box-area table {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  color: #333;
  box-sizing: border-box;
  border-spacing: 0;
  border-left: none;
  background: url(../img_sub/calendar_tbl_bg.png) repeat-y 0 0;
  background: url(../img_sub/calendar_tbl_bg4.png) repeat-y 822px 0, url(../img_sub/calendar_tbl_bg3.png) repeat-y 685px 0, url(../img_sub/calendar_tbl_bg3.png) repeat-y 548px 0, url(../img_sub/calendar_tbl_bg3.png) repeat-y 411px 0, url(../img_sub/calendar_tbl_bg3.png) repeat-y 274px 0, url(../img_sub/calendar_tbl_bg3.png) repeat-y 137px 0, url(../img_sub/calendar_tbl_bg2.png) repeat-y 0 0;
}

#container-in-wide .calendar-box-area table .week-row th {
  background: url(../img_sub/calendar_week_bg.png) repeat-y 1px 0;
  color: inherit;
  padding: 8px 0;
  border-bottom: 1px solid #bbb;
  font-size: 110%;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  #container-in-wide .calendar-box-area table .week-row th {
    width: 137px;
  }
  #container-in-wide .calendar-box-area table .week-row th.sat {
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-box-area table .week-row th {
    width: 14%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
  }
  #container-in-wide .calendar-box-area table .week-row th:first-child, #container-in-wide .calendar-box-area table .week-row th:last-child {
    width: 15%;
    width: -webkit-calc(100% / 7);
    width: calc(100% / 7);
  }
}

#container-in-wide .calendar-box-area table .week-row .sun {
  background: none;
  color: #E02729;
}

#container-in-wide .calendar-box-area table .week-row .sat {
  background: none;
  color: #008CD2;
}

#container-in-wide .calendar-box-area table td {
  vertical-align: top;
}

#container-in-wide .calendar-box-area table .col td {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#container-in-wide .calendar-box-area table .col .day-sun,
#container-in-wide .calendar-box-area table .col-day .day-sun {
  background: url(../img_sub/calendar_holiday_bg.png) repeat-y 1px 0;
}

#container-in-wide .calendar-box-area table .col-day {
  border-top: 1px solid #bbb;
}

#container-in-wide .calendar-box-area table .col-day td {
  padding-bottom: 0;
  border-bottom: none;
  text-align: right;
}

#container-in-wide .calendar-box-area table .col-day td p {
  padding: 5px 10px 10px 5px;
}

#container-in-wide .calendar-box-area table .col-day .day-sat p {
  color: #0a6b70;
}

#container-in-wide .calendar-box-area table .col-day .day-sun p {
  color: #b91212;
}

#container-in-wide .calendar-box-area table p {
  padding: 0px 7px 10px 7px;
  margin: 0;
}

#container-in-wide .calendar-box-area table p a {
  display: block;
  padding: 7px 10px;
  background: #f6f7bf;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}

#container-in-wide .calendar-box-area table .step_over_next {
  padding-right: 0;
}

#container-in-wide .calendar-box-area table .step_over_next a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

#container-in-wide .calendar-box-area table .step_over_end {
  padding-left: 0;
}

#container-in-wide .calendar-box-area table .step_over_end a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*==================================
notfoundページ
==================================*/
.attention-area .in {
  background-color: #f4f3eb;
  margin-top: 20px;
  padding: 20px;
}

/*==================================
自由レイアウト
==================================*/
.free-layout-area .img-text .left-col img,
.free-layout-area .img-text .right-col img {
  max-width: 100%;
}

.free-layout-area .layout4 {
  margin-top: 20px;
}

.free-layout-area .layout4 .left-col {
  width: 32% !important;
  margin-left: 2%;
}

.free-layout-area .layout4 .left-col:first-child {
  margin-left: 0;
}

.free-layout-area .layout4 .right-col {
  width: 32%;
}

.free-layout-area .layout4 .left-col img,
.free-layout-area .layout4 .right-col img {
  max-width: 100%;
}

.free-layout-area .layout3 .left-col {
  width: 49% !important;
}

.free-layout-area .layout3 .right-col {
  width: 49% !important;
  margin-left: 2%;
}

.free-layout-area .layout3 .left-col img,
.free-layout-area .layout3 .right-col img {
  max-width: 100%;
}

/* パブリックコメント検索ページ */
.pubcom-list-area .in {
  margin-top: 10px;
}

.pubcom-list-area .title {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat left center;
  font-weight: bold;
}

.pubcom-list-area .txt {
  margin-top: 10px;
}

.pubcom-list-area .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #f4f3eb;
}

.pubcom-list-area .summary span {
  display: block;
}

/* パブリックコメント詳細ページ */
.pubcom-boshuchu-area .status,
.pubcom-kekka-area .status {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #eed7e9;
}

.pubcom-table {
  width: 100%;
}

.pubcom-table th {
  width: 150px;
}

.pubcom-table img {
  max-width: 100%;
  height: auto;
}

/* よくあるご質問トップページ */
.faq-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.faq-list-area .faq-recent-area .list,
.faq-list-area .faq-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}

.faq-list-area .faq-recent-area .list li,
.faq-list-area .faq-view-area .list li {
  margin: 10px 0 0;
}

@media print, screen and (min-width: 769px) {
  .faq-list-area {
    /* 1階層2列表示 */
    /* 2階層1列 */
    /* 2階層2列 */
  }
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    width: 340px;
  }
  .faq-list-area .level1col2 {
    width: 340px;
  }
  .faq-list-area .level1col2 li {
    width: 160px;
  }
  .faq-list-area .level2col1 .list,
  .faq-list-area .level2col1 .list2 {
    width: 340px;
  }
  .faq-list-area .level2col1 .list li,
  .faq-list-area .level2col1 .list2 li {
    width: 160px;
  }
  .faq-list-area .level2col2 {
    width: 340px;
  }
  .faq-list-area .level2col2 .left-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .right-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .col {
    width: 340px;
  }
  .faq-list-area .level2col2 .list li {
    width: 120px;
  }
  .faq-list-area .level2col2 .box2 .list {
    width: 325px;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    float: none;
    width: 100%;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 40%;
  }
}

/* よくあるご質問詳細ページ */
.faq-answer-area {
  margin-top: 20px;
  padding: 0 0 5px 50px;
  background: url(../img_sub/h2_faq_title_icon.png) no-repeat 10px top;
}

/* よくあるご質問詳細ページ 0009_2 */
.faq-block {
  margin-top: 20px;
}

.faq-block .faq-q-title {
  color: #333;
  font-size: 150%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px 15px 6px 59px;
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 0.5em, url(../img_sub/faq_icon_plus.png) no-repeat right 10px top 0.5em;
  background-color: #f4f3eb;
  cursor: pointer;
}

.faq-block .faq-q-title.on {
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 0.5em, url(../img_sub/faq_icon_minus.png) no-repeat right 10px top 0.5em;
  background-color: #f4f3eb;
}

/* 大カテゴリトップページ 1008-2 1008-3 */
#contents-large-category h1 img {
  max-width: 100%;
}

#contents-large-category .news-area .more {
  margin-top: 15px;
  text-align: center;
}

#contents-large-category .news-area .more a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  background: #1d7c2c url(../img_sub/news_more_arrow.png) no-repeat 15px center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#contents-large-category .side-search-area {
  margin-bottom: 20px;
}

#contents-large-category .side-search-area dt {
  font-weight: bold;
}

#contents-large-category .side-search-area dd {
  margin-top: 5px;
}

#contents-large-category .side-search-area dd img {
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
}

#contents-large-category .side-nav-list {
  margin-bottom: 20px;
}

#contents-large-category .side-nav-list dl {
  margin: 20px 0 0;
}

#contents-large-category .side-nav-list dl:first-child {
  margin-top: 0;
}

#contents-large-category .side-nav-list .title {
  padding: 10px 15px;
  border-bottom: 2px solid #b2d513;
  background: #f4f3eb;
  font-size: 100%;
}

#contents-large-category .side-nav-list .title a {
  color: #333;
}

#contents-large-category .side-nav-list .list {
  padding: 10px 15px;
}

#contents-large-category .side-nav-list .list li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat 0 0.5em;
}

#contents-large-category .side-nav-list .list li:first-child {
  margin-top: 0;
}

#contents-large-category .side-nav-list .list li span {
  background: #f4f3eb;
}

#contents-large-category .side-bnr-area {
  margin-bottom: 20px;
}

#contents-large-category .side-bnr-area .list li {
  margin-top: 10px;
}

#contents-large-category .side-bnr-area .list li:first-child {
  margin-top: 0;
}

#contents-large-category .side-bnr-area .list li img {
  width: 100%;
}

#contents-large-category .side-view-area {
  margin-bottom: 20px;
}

#contents-large-category .side-view-area .title {
  padding: 10px 15px;
  border-bottom: 2px solid #b2d513;
  background: #f4f3eb;
  font-size: 100%;
}

#contents-large-category .side-view-area .list {
  padding-left: 2.5em;
  list-style-type: decimal;
}

#contents-large-category .side-view-area .list li {
  margin-top: 10px;
}

#contents-large-category .side-view-area .list li span {
  background: #f4f3eb;
}

@media print, screen and (min-width: 769px) {
  #contents-large-category > .left-col {
    width: 700px;
  }
  #contents-large-category > .right-col {
    width: 270px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #contents-large-category > .left-col {
    float: none;
    width: 100%;
  }
  #contents-large-category > .right-col {
    display: none;
    float: none;
    width: 100%;
  }
}

#large-category-slider {
  margin-top: 20px;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#large-category-slider .bxslider {
  position: relative;
}

#large-category-slider .bxslider .bx-wrapper {
  position: relative;
}

#large-category-slider .bxslider .list li {
  overflow: hidden;
  width: 700px;
}

#large-category-slider .bxslider .list li img {
  max-width: 100%;
}

#large-category-slider .bx-controls {
  width: 100%;
  line-height: 1;
}

#large-category-slider .bx-controls-auto {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

#large-category-slider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#large-category-slider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}

#large-category-slider .bx-controls-auto .bx-stop {
  background-image: url(../img_sub/event_slider_stop.png);
}

#large-category-slider .bx-controls-auto .bx-start {
  background-image: url(../img_sub/event_slider_start.png);
}

#large-category-slider .bx-controls-auto .bx-start:focus,
#large-category-slider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#large-category-slider .bx-controls-auto .active {
  display: none;
}

#large-category-slider .bx-controls-direction {
  width: 100%;
}

#large-category-slider .bx-controls-direction a {
  display: block;
  position: absolute;
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#large-category-slider .bx-controls-direction .bx-prev {
  bottom: 50%;
  left: 10px;
  background-image: url(../img_sub/event_slider_back.png);
}

#large-category-slider .bx-controls-direction .bx-next {
  bottom: 50%;
  right: 10px;
  background-image: url(../img_sub/event_slider_next.png);
}

#large-category-slider .bx-controls-direction .bx-prev:focus,
#large-category-slider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
}

/* サムネイル型目次ページ */
.thumbnail-list-area .list {
  width: 100%;
}

.thumbnail-list-area .list li {
  float: left;
  width: 32%;
  margin: 20px 0 0 2%;
}

.thumbnail-list-area .list li:first-child {
  margin-left: 0;
}

.thumbnail-list-area .list li a {
  color: #000;
  text-decoration: none;
}

.thumbnail-list-area .list li .thumb img {
  max-width: 100%;
  height: auto;
}

.thumbnail-list-area .list li .title {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.thumbnail-list-area .list li a .title {
  text-decoration: underline;
}

.thumbnail-list-area .list li a:hover .title {
  text-decoration: none;
}

.thumbnail-list-area .list li .txt {
  display: block;
}

/* ごみ分別検索ページ */
.garbage-search-area .unit {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .garbage-search-area .unit .left-col {
    width: 370px;
  }
  .garbage-search-area .unit .right-col {
    width: 610px;
  }
}

@media screen and (max-width: 768px) {
  .garbage-search-area .unit .left-col, .garbage-search-area .unit .right-col {
    float: none;
    width: 100%;
  }
}

.garbage-search-area .unit .in {
  margin: 10px auto 0;
  padding: 4px 14px 14px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.garbage-search-area .unit .box {
  margin-top: 10px;
}

.garbage-search-area .input {
  box-sizing: border-box;
  width: 100%;
  font-size: 140%;
}

.garbage-search-area .input2 {
  width: 100%;
  font-size: 140%;
}

.garbage-search-area .input-box {
  display: block;
  margin-top: 5px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .garbage-search-area .input-box input {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .garbage-search-area .input-box input {
    width: 50%;
  }
}

.garbage-search-area .wa50 {
  overflow: hidden;
}

.garbage-search-area .wa50 li {
  float: left;
  width: 35px;
  margin: 5px 2px 0;
  text-align: center;
}

.garbage-search-area .wa50 li a {
  display: block;
  background-color: #eee;
}

.garbage-search-area .wa50 li a:hover {
  background-color: #fff9b1;
}

.garbage-search-area .wa50 li a.on {
  display: block;
  background-color: #fff9b1;
}

.garbage-search-area .yayuyo {
  width: 61px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.garbage-search-area .desc {
  margin-top: 10px;
}

.garbage-search-area .list {
  overflow: hidden;
  width: 100%;
}

.garbage-search-area .list li {
  float: left;
  width: 12.5%;
  margin-top: 10px;
}

.garbage-search-area .list li a {
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #ddd;
  text-align: center;
}

.garbage-search-area .list li a.on {
  background-color: #333;
  color: #fff;
}

.garbage-search-area .list2 {
  margin-top: 10px;
  text-align: center;
}

.garbage-search-area .list2 li {
  display: inline;
  margin: 0 2px;
}

.garbage-search-area .list2 li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ddd;
}

.garbage-search-area .garbage-table {
  width: 100%;
}

.garbage-search-area .garbage-table th:nth-child(1) {
  width: 20%;
}

.garbage-search-area .garbage-table th:nth-child(2) {
  width: 20%;
}

.garbage-search-area .garbage-table th:nth-child(3) {
  width: 30%;
}

.garbage-result-area {
  margin-top: 10px;
}

.garbage-result-area .count {
  color: #c00;
}

#garbage-result-table {
  width: 100%;
}

/* 通常 */
.level2col2js h3 {
  background: url(../img_sub/h3_headcom2_bg_mid.png) repeat-y left top;
  font-size: 120%;
  margin-top: 20px;
  color: #333;
}

.level2col2js h3 .bg {
  display: block;
  padding-top: 8px;
  background: url(../img_sub/h3_headcom2_bg_top.png) no-repeat left top;
}

.level2col2js h3 .bg2 {
  display: block;
  padding: 0 0 8px 10px;
  background: url(../img_sub/h3_headcom2_bg_btm.png) no-repeat left bottom;
}

.level2col2js h3 .bg3 {
  display: block;
  border-left: solid 2px #4359a3;
  padding-left: 10px;
  line-height: 1.2;
}

.level2col2js .description,
.level1col2-gaiyo .description {
  margin-top: 10px;
}

/* 各課 */
.kakuka-area {
  margin-top: 20px;
  overflow: hidden;
  width: 700px;
}

.kakuka-area .left-col {
  float: left;
  width: 300px;
}

.kakuka-area .right-col {
  float: right;
  width: 380px;
}

.kakuka-area .right-col .title {
  margin-top: 20px;
  padding: 4px 3px;
  overflow: hidden;
  border-radius: 2px;
  background: #73b2a1 url(../img_sub/h2_bg.png) repeat left top;
  color: #002b33;
  font-size: 150%;
  box-sizing: border-box;
}

.kakuka-area .right-col .title .bg {
  display: block;
  padding: 6px 0;
  background: url(../img_sub/h2_bg02.png) repeat-y left top, url(../img_sub/h2_bg02.png) repeat-y right top;
  background-color: #eaf6f3;
}

.kakuka-area .right-col .title .bg2 {
  display: block;
  padding: 0 20px;
  background-color: #eaf6f3;
}

@media screen and (max-width: 768px) {
  .kakuka-area {
    width: 100%;
  }
  .kakuka-area .left-col {
    float: left;
    width: 47%;
  }
  .kakuka-area .left-col img {
    width: 100%;
    height: auto;
  }
  .kakuka-area .right-col {
    float: right;
    width: 50%;
  }
  #keyword-area {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px 20px !important;
  }
}

/*==================================
申請書検索ページ（目次）
==================================*/
.shinseisyo-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.shinseisyo-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}

.shinseisyo-view-area .list li {
  margin: 10px 0 0 4%;
  width: 48%;
  float: left;
}

/*==================================
 概要パーツ（1013・1015-2で使用中）
==================================*/
.summary-parts .link-detaile dd {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  .summary-parts {
    margin-top: 10px;
  }
  .summary-parts .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .summary-parts {
    margin-top: 20px;
  }
  .summary-parts .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

/*==================================
 スライダーパーツ 2カラム（1013で使用中）
==================================*/
#slider-parts .bxslider {
  position: relative;
  padding: 10px 30px;
  border: 1px solid #1d7c2c;
  border-top: none;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#slider-parts .bxslider .list li {
  overflow: hidden;
  width: 265px;
}

#slider-parts .bxslider .list li dl {
  overflow: hidden;
}

#slider-parts .bxslider .list li dl dt, #slider-parts .bxslider .list li dl dd {
  float: left;
}

#slider-parts .bxslider .list li dl dd a {
  display: block;
}

#slider-parts .bxslider .bx-controls {
  width: 100%;
  line-height: 1;
}

#slider-parts .bxslider .bx-controls-auto {
  position: absolute;
  right: 10px;
  z-index: 3;
}

#slider-parts .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#slider-parts .bxslider .bx-controls-auto a {
  display: block;
  background: transparent no-repeat left 0;
  background-size: cover;
  font-size: 0;
  line-height: 100%;
}

#slider-parts .bxslider .bx-controls-auto .bx-start:focus,
#slider-parts .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#slider-parts .bxslider .bx-controls-auto .active {
  display: none;
}

#slider-parts .bxslider .bx-controls-direction {
  width: 100%;
}

#slider-parts .bxslider .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#slider-parts .bxslider .bx-controls-direction .bx-prev {
  left: 5px;
}

#slider-parts .bxslider .bx-controls-direction .bx-next {
  right: 5px;
}

#slider-parts .bxslider .bx-controls-direction .bx-prev:focus,
#slider-parts .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 110px;
    margin-right: 10px;
  }
  #slider-parts .bxslider .list li dt img {
    max-width: 100%;
  }
  #slider-parts .bxslider .list li dd {
    width: 183px;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 10px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    background-image: url(../img_sub/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    background-image: url(../img_sub/event_slider_next.png);
  }
}

@media screen and (max-width: 768px) {
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 35%;
    margin-right: 3%;
  }
  #slider-parts .bxslider .list li dt img {
    width: 100%;
  }
  #slider-parts .bxslider .list li dd {
    width: 62%;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 20px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    background-image: url(../img_sub/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    background-image: url(../img_sub/event_slider_next.png);
  }
}

/*==================================
 タイトル+リストパーツ （1013で使用中）
==================================*/
.title-list-parts {
  margin-top: 20px;
  padding-bottom: 15px;
  background-color: #fff;
}

.title-list-parts .title {
  box-sizing: border-box;
  padding: 8px 15px 6px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #42927c;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
}

.title-list-parts .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.title-list-parts .in {
  padding: 15px;
  border: 1px solid #42927c;
  border-top: none;
}

.title-list-parts .list {
  letter-spacing: -.5em;
}

.title-list-parts .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.title-list-parts .list > li:nth-child(-n+2) {
  margin-top: 0;
}

.title-list-parts .list > li:nth-child(2n+1) {
  margin-left: 0;
}

.title-list-parts .list li a {
  padding-left: 13px;
  background: url(../img_common/common_arrow.png) no-repeat 0 5px;
}

.title-list-parts .list li span {
  background: #f4f3eb;
}

/*==================================
 広報誌詳細専用 （0013で使用中）
==================================*/
#koho-block {
  margin-top: 20px;
}

#koho-block > .right-col .gaiyo {
  padding: 0 10px;
}

#koho-block > .right-col #kobetsu-downlod-area .box {
  margin: 20px 0 0 0;
}

#koho-block > .right-col #kobetsu-downlod-area .box > .left-col.title span {
  display: block;
  padding: 10px;
  font-weight: bold;
}

#koho-block > .right-col #kobetsu-downlod-area .box > .right-col {
  box-sizing: border-box;
  padding-bottom: 10px;
  border-left: 2px solid #ccc;
}

@media print, screen and (min-width: 769px) {
  #koho-block > .left-col {
    width: 150px;
  }
  #koho-block > .left-col .thumb .list .img-item:first-child {
    margin-top: 0;
  }
  #koho-block > .right-col {
    width: 530px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 20%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #koho-block > .left-col, #koho-block > .right-col {
    float: none;
  }
  #koho-block > .left-col .thumb li {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #koho-block > .left-col .thumb li:nth-child(2n+1) {
    margin-left: 0;
  }
  #koho-block > .right-col .gaiyo {
    margin-top: 20px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 25%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 75%;
  }
}

/* =========================================================
 SNSシェアボタン・更新日
========================================================= */
#social-update-area {
  margin-top: 20px;
}

#social-update-area #social {
  font-size: small;
}

#social-update-area #social #sns-list {
  overflow: hidden;
}

#social-update-area #social #sns-list li {
  float: left;
  margin-left: 10px;
}

#social-update-area #social #sns-list li:first-child {
  margin-left: 0;
}

@media print, screen and (min-width: 769px) {
  #social-update-area::after {
    clear: both;
    content: "";
    display: block;
  }
  #social-update-area #social, #social-update-area .update {
    width: 50%;
  }
  #social-update-area #social {
    float: left;
  }
  #social-update-area .update {
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #social-update-area {
    text-align: right;
  }
  #social-update-area #social {
    display: inline-block;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    vertical-align: top;
  }
  #social-update-area .update {
    margin-top: 15px;
  }
}

/*==================================
 募集ページ用 （0016で使用中）
==================================*/
#boshu-area .boshu-table {
  width: 100%;
}

#boshu-area .status {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
}

#boshu-area .status.boshuchu {
  background: #952411;
}

#boshu-area .status.boshumae {
  background: #d93600;
}

#boshu-area .status.boshushuryo {
  background: #555;
}

/*==================================
 募集一覧ページ用 （1016で使用中）
==================================*/
#boshu-list-area .anchor {
  padding: 10px;
  letter-spacing: -.5em;
}

#boshu-list-area .anchor > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 0px) / 2);
  width: calc((100% - 0px) / 2);
}

#boshu-list-area .anchor > li:nth-child(-n+2) {
  margin-top: 0;
}

#boshu-list-area .anchor > li:nth-child(2n+1) {
  margin-left: 0;
}

#boshu-list-area .anchor li a {
  display: inline-block;
  background-image: url(../img_sub/anchor_arrow.png);
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  #boshu-list-area .anchor li a {
    padding-left: 10px;
    background-position: 0 0.4em;
  }
}

@media screen and (max-width: 768px) {
  #boshu-list-area .anchor li a {
    padding-left: 15px;
    background-position: 0 0.5em;
  }
}

#boshu-list-area .boshu-list .in, #boshu-list-area .boshu-list-other .in {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #b2d513;
}

#boshu-list-area .boshu-list .in .title, #boshu-list-area .boshu-list-other .in .title {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat left 0.5em;
  font-weight: bold;
}

#boshu-list-area .boshu-list .in .summary, #boshu-list-area .boshu-list-other .in .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #f4f3eb;
}

#boshu-list-area .boshu-list .status, #boshu-list-area .boshu-list-other .status {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
}

#boshu-list-area .boshu-list .status.boshuchu, #boshu-list-area .boshu-list-other .status.boshuchu {
  background: #952411;
}

#boshu-list-area .boshu-list .status.boshumae, #boshu-list-area .boshu-list-other .status.boshumae {
  background: #d93600;
}

#boshu-list-area .boshu-list .status.boshushuryo, #boshu-list-area .boshu-list-other .status.boshushuryo {
  background: #555;
}

/*==================================
 夜間休日当番医ページ用（O/D連携）
==================================*/
.yakankyujitsutobani-table {
  width: 100%;
}

.yakankyujitsutobani-table th {
  width: 15%;
}

.yakankyujitsutobani-table th:first-child {
  width: 15%;
}

.yakankyujitsutobani-table th:last-child {
  width: 55%;
}

.yakankyujitsutobani-table dl {
  overflow: hidden;
  margin: 5px 0 0;
}

.yakankyujitsutobani-table dl dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  border-radius: 3px;
  background: #f4f3eb;
  font-weight: bold;
  text-align: center;
}

.yakankyujitsutobani-table dl dd {
  padding: 2px 0 2px 6em;
}

.yakankyujitsutobani-table dl:first-child {
  margin-top: 0;
}

/*==================================
 入札ページ用 （0017で使用中）
==================================*/
.nyusatsu-table {
  width: 100%;
}

.nyusatsu-result-table {
  width: 100%;
}

.hatchu-area .status {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #952411;
  color: #fff;
}

.past-dir-list .level1col2 li {
  background: url(../img_sub/list_icon_page.png) no-repeat 10px 0.5em;
}

/*==================================
ローディング
==================================*/
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#loading:before {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-top: -15px;
  margin-left: -15px;
  background: white;
}

#loading:after {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 4px solid #555555;
  border-right: 4px solid white;
  animation: rotate 1s infinite linear;
}

@media screen and (max-width: 768px) {
  #loading {
    z-index: 21;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*==================================
 広報誌トップページ用 （1015-2で使用中）
==================================*/
.backnumber-area .this-year-block {
  margin-top: 10px;
}

.backnumber-area .this-year-block .list li dl dd {
  margin-top: 5px;
}

@media print, screen and (min-width: 769px) {
  .backnumber-area .this-year-block .list {
    letter-spacing: -.5em;
  }
  .backnumber-area .this-year-block .list > li {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .backnumber-area .this-year-block .list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .backnumber-area .this-year-block .list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col {
    width: 150px;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col img {
    max-width: 100%;
    height: auto;
  }
  .backnumber-area .this-year-block .list li dl dd .right-col {
    width: -webkit-calc(100% - 165px);
    width: calc(100% - 165px);
  }
}

@media screen and (max-width: 768px) {
  .backnumber-area .this-year-block .list li {
    margin-top: 10px;
  }
  .backnumber-area .this-year-block .list li:first-child {
    margin-top: 0;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col {
    width: 35%;
  }
  .backnumber-area .this-year-block .list li dl dd .left-col img {
    max-width: 100%;
    height: auto;
  }
  .backnumber-area .this-year-block .list li dl dd .right-col {
    width: 61%;
  }
}

.backnumber-area .last-year-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #42927c;
}

.backnumber-area .last-year-block .list {
  letter-spacing: -.5em;
}

.backnumber-area .last-year-block .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  letter-spacing: normal;
  vertical-align: top;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.backnumber-area .last-year-block .list > li:nth-child(-n+2) {
  margin-top: 0;
}

.backnumber-area .last-year-block .list > li:nth-child(2n+1) {
  margin-left: 0;
}

.backnumber-area .last-year-block .list li a {
  padding-left: 13px;
  background: url(../img_common/common_arrow.png) no-repeat 0 5px;
}

.backnumber-area .last-year-block .list li span {
  background: #f4f3eb;
}

/*==================================
 入札目次ページ用 （1017で使用中）
==================================*/
.past-list-area {
  margin-top: 20px;
  padding: 0 9px 9px;
  border: 1px solid #eef0f3;
}

@media print, screen and (min-width: 769px) {
  .past-list-area .level1col2 {
    width: 680px;
  }
  .past-list-area .level1col2 li {
    width: 330px;
  }
}

/*==================================
 施設詳細ページ用（0052で使用中）
==================================*/
.facility-info-area {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .facility-info-area .facility-image-box {
    width: 40%;
    margin-right: 15px;
    float: left;
  }
  .facility-info-area .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
  .facility-info-area .facility-info-box {
    width: 100%;
    float: left;
  }
  .facility-info-area .facility-image-box + .facility-info-box {
    width: 57%;
  }
}

@media screen and (max-width: 768px) {
  .facility-info-area .facility-image-box {
    text-align: center;
  }
  .facility-info-area .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
}

.facility-info-area .facility-action .link-btn {
  display: inline-block;
  background-color: #bb6699;
  border: 1px solid #cc99bd;
  border-radius: 2px;
}

.facility-info-area .facility-action a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
}

.facility-info-area .facility-action a:before,
.facility-info-area .facility-action a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url(../img_common/arrow_white.png) no-repeat left top;
  vertical-align: middle;
  margin-right: 5px;
}

.facility-info-area .facility-action .link-btn:hover {
  background-color: #dd99bd;
  border: 1px solid #dd99bd;
}

@media screen and (max-width: 768px) {
  .facility-info-area .facility-action {
    text-align: center;
    margin: 20px auto;
  }
}

.facility-info-area .facility-info {
  display: table;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.facility-info-area .facility-info dl {
  display: table-row;
}

.facility-info-area .facility-info dl dt {
  display: table-cell;
}

.facility-info-area .facility-info dl dt .bg {
  display: block;
  background-color: #f4f3eb;
  color: #333;
  white-space: nowrap;
  padding: 5px;
}

.facility-info-area .facility-info dl dd {
  display: table-cell;
  padding: 5px;
}

.facility-guide-area .introduction {
  margin: 10px auto;
}

@media print, screen and (min-width: 769px) {
  .facility-guide-area .introduction .facility-image-box {
    width: 40%;
    margin-right: 15px;
    float: left;
  }
  .facility-guide-area .introduction .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
  .facility-guide-area .introduction .facility-info-box {
    width: 100%;
    float: left;
  }
  .facility-guide-area .introduction .facility-image-box + .facility-info-box {
    width: 57%;
  }
}

@media screen and (max-width: 768px) {
  .facility-guide-area .introduction .facility-image-box {
    text-align: center;
  }
  .facility-guide-area .introduction .facility-image-box img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================
 簡易オープンデータ検索用 （1020で使用中）
==================================*/
.simple-od-counter-area {
  margin-top: 1em;
}

.simple-od-counter-area dl {
  border-bottom: 1px solid #b2d513;
  display: table;
}

.simple-od-counter-area dl .title {
  display: table-cell;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
}

.simple-od-counter-area dl .title span {
  padding-left: 10px;
  border-left: 6px solid #b2d513;
}

.simple-od-counter-area dl .count {
  display: table-cell;
  font-size: 250%;
  padding: .1em .5em;
  color: #64770b;
  background-color: #fff;
  font-weight: bold;
}

.simple-od-search-box {
  background: #f4f3eb;
  padding: 10px;
  margin-top: 1em;
}

.simple-od-search-box dt {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #b2d513;
  margin: 1em 0 .8em;
}

.simple-od-search-box dd label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .5em;
}

.simple-od-search-box dd .input-container {
  padding: 0 1em 1em;
}

.simple-od-search-box dd .input-button {
  border-top: 1px solid #fff;
}

.simple-od-search-result {
  margin: 1em 0 2em;
}

.simple-od-search-result caption {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #b2d513;
  margin: 1em 0 .8em;
}

.simple-od-search-result .simple-od-search-no-result {
  padding: 2em 1em 2em 1.2em;
  border: 1px solid #b2d513;
  background: #f4f3eb;
}

/*==================================
 簡易オープンデータ詳細用 （0020で使用中）
==================================*/
.simple-od-addinfo-area {
  margin: 1em 0 2em;
}

.simple-od-addinfo-area caption {
  font-weight: bold;
  padding-left: 10px;
  border-left: 6px solid #b2d513;
  margin: 1em 0 .8em;
}

/*==================================
 簡易アンケートフォーム用　（詳細ページ）
==================================*/
.simple-enquete {
  padding-top: 2em;
}

.simple-enquete .col-area {
  width: 100%;
}

.simple-enquete .title {
  font-size: 125%;
  font-weight: bold;
  color: #333;
  padding: 17px 20px 17px 17px;
  background: #ccc;
}

.simple-enquete form {
  padding: 1em;
}

.simple-enquete form .box {
  margin-bottom: 1.8em;
}

.simple-enquete form .box .question {
  font-weight: bold;
  margin-bottom: .3em;
}

.simple-enquete form input[type="radio"] {
  vertical-align: middle;
}

.simple-enquete form label {
  margin-right: 1em;
}

.simple-enquete form textarea {
  width: 100%;
  min-height: 100px;
}

.simple-enquete form input[type="submit"] {
  display: block;
  padding: .8em .5em;
  width: 130px;
  margin: 3em auto 0;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}

.simple-enquete form input[type="submit"]:hover, .simple-enquete form input[type="submit"]:active, .simple-enquete form input[type="submit"]:focus {
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .simple-enquete form input[type="submit"] {
    width: 100%;
    padding: .6em 0;
    margin: 4em 0 0;
    font-size: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  #side-nav {
    float: right;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  #side-nav {
    display: none;
  }
}

#side-nav .side-nav-list {
  background-color: #f4f3eb;
}

#side-nav .side-nav-list .title {
  background: #f4f3eb;
  font-size: 125%;
  font-weight: bold;
  padding: 15px 10px 12px 23px;
  line-height: 1.3;
  position: relative;
}

#side-nav .side-nav-list .title .bg {
  vertical-align: middle;
}

#side-nav .side-nav-list .title:before {
  position: absolute;
  content: '';
  display: block;
  width: 3px;
  height: 26px;
  background-color: #1d7c2c;
  left: 10px;
}

#side-nav .side-nav-list .title a {
  display: block;
  color: #333;
}

#side-nav .side-nav-list .list {
  padding: 2px 2px;
}

#side-nav .side-nav-list li {
  background: #fff;
  margin-top: 2px;
}

#side-nav .side-nav-list li:first-child {
  margin-top: 0;
}

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

#side-nav .side-nav-list li a, #side-nav .side-nav-list li span {
  display: block;
  padding: 14px 20px;
}

#side-nav .purpose-search {
  margin-top: 20px;
}

#side-nav .purpose-search .title {
  font-weight: bold;
  padding: 15px 10px 12px 23px;
  line-height: 1.3;
  position: relative;
  background-color: #f4f3eb;
  font-size: 125%;
}

#side-nav .purpose-search .title .bg {
  vertical-align: middle;
}

#side-nav .purpose-search .title:before {
  position: absolute;
  content: '';
  display: block;
  width: 3px;
  height: 26px;
  background-color: #1d7c2c;
  left: 10px;
  top: 13px;
}

#side-nav .purpose-search .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#side-nav .purpose-search .list > li {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  margin-top: 25px;
}

#side-nav .purpose-search .list > li:nth-child(-n+2) {
  margin-top: 0;
}

#side-nav .purpose-search .list li {
  text-align: center;
}

#side-nav .purpose-search .list li a {
  color: #333;
}

#side-nav .purpose-search .list li a:hover .purpose-image {
  background-position: 85px bottom;
}

#side-nav .purpose-search .list li .purpose-image {
  display: block;
  padding: 10px 0 5px;
  background-image: url(../img_common/arrow_green.png);
  background-repeat: no-repeat;
  background-position: 82px bottom;
  background-size: 25px 8px;
}

#side-nav .purpose-search .list li .purpose-image img {
  width: 70px;
}

#side-nav .purpose-search .list li .text {
  display: block;
  padding-top: 8px;
}

#side-nav .bnr-area {
  margin-top: 40px;
}

#side-nav .bnr-area li {
  text-align: center;
  margin-top: 10px;
}

#side-nav .bnr-area li:first-child {
  margin-top: 0;
}

#side-nav .bnr-area li img {
  display: inline-block;
  box-sizing: content-box;
  border: 3px solid #cdcab2;
}

#side-nav .bnr-area li a {
  display: block;
}

#side-nav .bnr-area li a:hover img, #side-nav .bnr-area li a:focus img, #side-nav .bnr-area li a:active img {
  border-color: #b2d513;
}

#side-nav .link-area {
  margin-top: 10px;
}

#side-nav .link-area .list li {
  border: 3px solid #b2d513;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#side-nav .link-area .list a {
  color: #333;
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  background: transparent url(../img_sub/side_link_arrow_yellowgreen.png) no-repeat right 10px bottom 10px;
}

#side-nav .link-area .list a:hover, #side-nav .link-area .list a:focus {
  text-decoration: underline;
  background-position: right 8px bottom 10px;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  background-color: #e2eeab;
  position: relative;
}

footer #pagetop {
  position: absolute;
  right: 0;
  top: -50px;
  padding-right: 38px;
}

footer #pagetop a {
  display: block;
}

footer #sp-pagetop {
  opacity: 0;
  transition: opacity 0.7s;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 200px;
}

footer #sp-pagetop a {
  display: block;
}

footer #sp-pagetop.active {
  opacity: 1;
}

footer .in {
  padding-top: 70px;
}

footer .in a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    width: 1000px;
    margin: 0 auto;
  }
}

footer .address-box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

footer .address-box .address-title [class^="city-"] {
  display: block;
}

footer .address-box .address-title .city-name {
  padding-top: 12px;
  padding-bottom: 2px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  footer .address-box .address-title .city-name {
    font-size: 167%;
  }
}

@media screen and (max-width: 768px) {
  footer .address-box .address-title .city-name {
    font-size: 140%;
  }
}

footer .address-box .address-title .city-en-name {
  font-size: 111%;
}

footer .address-info {
  margin-top: 30px;
}

footer .address-info [class^="city-"] {
  display: block;
  font-size: 111%;
  line-height: 1.6em;
}

@media print, screen and (min-width: 769px) {
  footer .address-info .city-phone, footer .address-info .city-fax {
    display: inline-block;
  }
}

footer .link-contact {
  margin-top: 28px;
  text-align: center;
}

footer .link-contact a {
  letter-spacing: -0.02em;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  padding: 17px 76px 16px;
  background-image: url(../img_common/footer_icon_mail.png), url(../img_common/footer_contact_arrowl.png);
  background-repeat: no-repeat;
  background-position: 24px center,right 15px bottom 15px;
}

@media print, screen and (min-width: 769px) {
  footer .link-contact a {
    background-size: 26px 21px,auto;
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  footer .link-contact a {
    font-size: 89%;
  }
}

footer .link-contact a:hover, footer .link-contact a:focus {
  background-position: 24px center,right 13px bottom 15px;
}

footer .footer-link-list {
  padding: 50px 0 20px;
  text-align: center;
  font-size: 84%;
}

footer .footer-link-list li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #666;
}

footer .footer-link-list li:last-child {
  border-right: none;
}

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

[class|="alert-history"] .history-button {
  margin-top: 50px;
}

[class|="alert-history"] .history-button > * {
  display: inline-block;
}

[class|="alert-history"] .history-button > * a {
  padding: 5px 1em;
  display: inline-block;
  background-color: #f8fbeb;
  border: solid 1px #dbea96;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
}

[class|="alert-history"] .history-button > * a:hover {
  background-color: white;
  color: #333;
  text-decoration: underline;
}

.history-pagenate {
  box-sizing: border-box;
  margin: 1em 0 3em;
}

.history-pagenate .pager {
  letter-spacing: -1em;
  text-align: center;
  padding-left: 1px;
}

.history-pagenate .pager li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: -1px;
  margin-top: 16px;
}

.history-pagenate .pager li.pager-item a {
  display: inline-block;
  min-width: 30px;
  padding: 0.3em 0.5em 0.2em;
  background-color: white;
  border: 1px solid #f1f7d5;
  color: #333;
  text-decoration: none;
}

.history-pagenate .pager li.pager-item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .history-pagenate .pager li.pager-item a {
    min-width: 50px;
  }
}

.history-pagenate .pager li.current span {
  display: inline-block;
  min-width: 30px;
  padding: 0.3em 0.5em 0.2em;
  background-color: #E2EEAB;
  border: 1px solid #f1f7d5;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .history-pagenate .pager li.current span {
    min-width: 50px;
  }
}

.history-pagenate .pager li.pager-item-first a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.history-pagenate .pager li.pager-item-end a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.alert-history-detail .detail-main {
  padding: 20px 15px;
  word-break: break-all;
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 0.97;
  }
  #wrapper, #wrapper-in, #wrapper-in2 {
    border: none;
    background: none;
  }
  #header-print, #pankuzu, #side-nav, #pagetop, #footer-print {
    display: none;
  }
  #contents {
    float: none;
    width: 100%;
  }
  h1.title {
    width: 100%;
  }
  #contents-in {
    width: 100%;
  }
}
