@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '游ゴシック Medium' ,'メイリオ', sans-serif;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}
img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
p {
  margin: 0 0 1em;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
/* 翻訳時 */
html.translated-ltr rp, html.translated-ltr rt {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #1d3994;
}
a:visited {
  background-color: transparent;
  color: #8232a0;
}
a:hover, a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #be1e32;
}
a[name] {
  color: #000;
  text-decoration: none;
}
a img:hover {
  opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  min-height: 16px;
  padding-left: 22px;
  background-image: url("../../../_common/images/icons/default.png");
  background-repeat: no-repeat;
}
.iconBmp {
  background-image: url("../../../_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("../../../_common/images/icons/default.png");
}
.iconDoc, .iconDocx {
  background-image: url("../../../_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("../../../_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
  background-image: url("../../../_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("../../../_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("../../../_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("../../../_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("../../../_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
  background-image: url("../../../_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
  background-image: url("../../../_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("../../../_common/images/icons/zip.png");
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp3,
.temp4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}
table.temp5,
table.temp6 {
  margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
  text-align: center;
}
.temp5 th,
.temp5 td,
.temp6 th,
.temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}

/* adobeReader download
----------------------------------------------- */
.adobeReader, .temp7 {
  clear: both;
  margin: 0 0 20px;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../images/adobe_bn.png") no-repeat 20px center;
}
.adobeReader p, .temp7 p {
  margin: 0 0 10px;
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* System
----------------------------------------------- */
/* more
---------------------- */
.more a {
  display: inline-block;
  float: right;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.more::after {
  content: "";
  display: table;
  clear: both;
}

/* pagination
---------------------- */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.upperPagination {
  margin-top: 0;
  margin-bottom: 20px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}
.pagination .current {
  font-size: 150%;
  font-weight: bold;
  padding: 0 3px;
}

/* =========================================================
   Layout
========================================================= */
#container {
  width: 100%;
  min-width: 320px;
}
#pageHeader {
  margin: 0 0 15px;
}
#pageNav {
  max-width: 1200px;
  margin: 0 auto 20px;
}
#main {
  max-width: 1200px;
  margin: 0 auto 40px;
}
#wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px;
}
#wrapper .piece {
  margin-bottom: 20px;
}
.top #content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.col1 #content {
  flex-grow: 1;
  width: 100%;
  margin: 0;
}
.col2 #content {
  flex-grow: 1;
  max-width: 860px;
  margin: 0 40px 0 0;
}
#links {
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
}
#pageFooter {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #pageHeader {
    margin: 0 0 10px;
  }
  #pageNav, #main {
    max-width: 100%;
  }
  #wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top #content, .col2 #content, .col1 #content, #links {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #linksBody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #linksBody > .piece:not(#calendar) {
    -webkit-flex-basis: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }
  #linksBody > .piece:not(#calendar):nth-child(odd) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #linksBody > .piece:not(#calendar) {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  #linksBody > .piece:not(#calendar):nth-child(odd) {
    margin-right: 0;
  }
}

/* top-page
----------------------------------------------- */
#topContent {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.containerBlock {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  min-width: 0;
}
.containerBlock:first-child {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 900px) {
  #topContent {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .containerBlock {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .containerBlock:first-child {
    margin: 0;
    -webkit-order: 2;
    order: 2;
  }
  .containerBlock:last-child {
    margin: 0;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 600px) {
  .containerBlock:last-child {
    display: block;
  }
}

/* =========================================================
   Piece
========================================================= */
/* page-title
----------------------------------------------- */
#pageTitle {
  margin: 0 0 20px;
}
#pageTitle h1 {
  position: relative;
  padding: 14px 15px 8px 22px;
  background: #a5e3c8;
  font-size: 160%;
}
#pageTitle h1::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 28px;
  border-left: 8px solid #00a161;
}

/* top-page wrapper pieceHeader h2 and menu pieceHeader h2
----------------------------------------------- */
#wrapper .pieceHeader h2 {
  position: relative;
  padding: 7px 15px 2px 22px;
  min-height: 40px;
  background-color: #a5e3c8;
  font-size: 120%;
}
#wrapper .pieceHeader h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 24px;
  border-left: 8px solid #00a161;
}

/* accessibility-tool
----------------------------------------------- */
#accessibilityTool {
  background-color: #eee;
  font-size: 90%;
}
#accessibilityTool .pieceBody {
  max-width: 1200px;
  min-height: 38px;
  margin: 0 auto;
  padding: 5px 10px 4px;
}
#accessibilityTool .tools {
  float: right;
}
#accessibilityTool ul {
  display: inline-block;
}
#accessibilityTool li {
  display: inline-block;
  position: relative;
  margin: 0 16px 0 0;
  vertical-align: middle;
}
#accessibilityTool .tools > ul > li::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -10px;
  width: 1px;
  height: 1rem;
  border-right: 1px solid #b3b3b3;
}
#accessibilityTool li li {
  margin: 0;
  padding: 0;
}
#accessibilityTool a {
  color: #333;
}
#accessibilityTool a:focus,
#accessibilityTool a:hover {
  text-decoration: none;
}
#accessibilityTool a#nocssread {
  display: inline-block;
  padding: 2px 0 0 14px;
  background: url("../images/ic-honbun.png") no-repeat 0 center;
}
#accessibilityTool li li a {
  background-color: #fdfdfd;
  border: 1px solid #c4c5c5;
  display: inline-block;
  line-height: 1;
  padding: 4px 2px 2px;
  text-decoration: none;
}
#accessibilityTool .fontSize a:focus,
#accessibilityTool .fontSize a:hover {
  background-color: #d4f2e8;
}
#accessibilityTool .themeColor #themeBlack {
  background-color: #000;
  color: #fff;
}
#accessibilityTool .themeColor #themeBlue {
  background-color: #1745cc;
  color: #fff;
}
#furiganaAttention {
  background-color: #ececec;
  font-size: 120%;
  padding-left: 15px;
  padding-top: 5px;
  text-align: center;
}
.rubyOn #furiganaAttention {
  display: block;
}
#navigationTalkPlayer {
  position: absolute;
  top: 30px;
}
#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
  position: relative;
  width: 450px;
  background-color: #fff;
}
#navigationNotice {
  padding: 6px 10px;
  background-color: #ddd;
  font-weight: bold;
}
.tools #google_translate_element {
  display: inline-block;
}
/* 翻訳時 */
html.translated-ltr #navigationNotice,
html.translated-ltr #accessibilityTool li.tool-ruby,
html.translated-ltr #accessibilityTool li.tool-talk {
  display: none;
}

@media only screen and (min-width: 901px) {
  #navigationTalkCreatingFileNotice br {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #accessibilityTool {
    display: none;
  }
  /* translate */
  html body {
    top: 0 !important;
  }
  body > .skiptranslate {
    width: 100%;
    max-width: 900px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  body > .skiptranslate iframe {
    position: relative;
    width: 150%;
    max-width: 768px;
  }
  #goog-gt-tt {
    max-width: 100% !important;
  }
}

/* common-header
----------------------------------------------- */
#commonHeader {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 0;
}
#commonHeader .pieceBody {
  display: -webkit-flex;
  display: flex;
}
#commonHeader h1 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 318px;
  flex-basis: 318px;
  margin-right: auto;
  padding: 12px 0 0;
}
#commonHeader h1 a {
  display: block;
}
#commonHeader h1 a img:hover {
  opacity: 1;
}
#commonHeader .menu {
  flex-grow: 0;
}
@media only screen and (min-width: 901px) {
  #commonHeader .google_translate {
    display: none;
  }
  #commonHeader .menu-btn {
    display: none;
  }
  #commonHeader .menu .menu1 {
    display: block !important;
  }
  #commonHeader .menu .menu2 {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  #commonHeader {
    max-width: 100%;
    padding: 10px 5px 0;
  }
  #commonHeader .pieceBody {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #commonHeader h1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 159px;
    flex-basis: 159px;
    padding: 0;
  }
  #commonHeader h1 a {
    max-width: 318px;
  }
  #commonHeader h1 img {
    display: block;
  }
  /*
  #commonHeader .google_translate {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 124px;
    flex-basis: 124px;
    display: block;
    margin-left: 10px;
  }
  */
  #commonHeader .menu-btn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    display: block;
  }
  #commonHeader .menu-btn ul {
    display: -webkit-flex;
    display: flex;
  }
  #commonHeader .menu-btn ul li:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
  }
  #commonHeader .menu-btn ul li {
    margin-left: 10px;
  }
  #commonHeader .menu-btn ul li.menu-btn1 a {
    display: block;
    /* width: 24px; */
    width: 32px;
    height: 0;
    /* padding-top: 24px; */
    padding-top: 32px;
    background: url(../images/ic-search.png) center center / 16px 16px no-repeat;
    overflow: hidden;
  }
  #commonHeader .menu-btn ul li.menu-btn1.current a {
    background: url(../images/ic-search_current.png) center center / 16px 16px no-repeat;
  }
  #commonHeader .menu-btn ul li.menu-btn2 a {
    display: block;
    /* width: 24px; */
    width: 32px;
    height: 0;
    /* padding-top: 24px; */
    padding-top: 32px;
    background: url(../images/ic-shien.png) center center / 16px 16px no-repeat;
    overflow: hidden;
  }
  #commonHeader .menu-btn ul li.menu-btn2.current a {
    background: url(../images/ic-shien_current.png) center center / 16px 16px no-repeat;
  }
  #commonHeader .menu-btn ul li a,
  #commonHeader .menu-btn ul li a:hover {
    color: #333;
    text-decoration: none;
  }
  #commonHeader .menu-btn ul li.current a {
    color: #e00;
  }
  #commonHeader .menu-btn ul li a rp, #commonHeader .menu-btn ul li a rt {
    display: none;
  }

  #commonHeader .menu {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  #commonHeader .menu > ul {
    position: relative;
  }
  #commonHeader .menu > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    margin: 0 -5px;
    padding: 20px 10px 10px;
    border-bottom: 2px solid #65bfa1;
    background-color: #fff;
  }
  #commonHeader .menu > ul > li.current {
    z-index: 9999;
  }
}
@media only screen and (max-width: 480px) {
  #commonHeader h1 {
    -webkit-flex-basis: 106px;
    flex-basis: 106px;
  }
}

/* google custom search
---------------------- */
.cse-search-box {
  display: -webkit-flex;
  display: flex;
  min-height: 45px;
  margin: 0 0 5px;
  padding: 8px;
  background-color: #ffe0ef;
}
#cse-search-box {
  display: -webkit-flex;
  display: flex;
}
#cse-search-box #search-box {
  width: 240px;
  margin-right: 5px;
  padding: 5px !important;
  border: 1px solid #ccc;
  background-position: 5px center !important;
  font-family: inherit;
}
#cse-search-box #search-button {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  padding: 4px 9px 3px;
  cursor: pointer;
  border: 1px solid #333;
  font-family: inherit;
}
.cse-search-box a {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 4px 0 0;
  font-size: 90%;
}
@media only screen and (max-width: 900px) {
  .cse-search-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cse-search-box form {
    -webkikt-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
  }
  .cse-search-box a {
    margin: 0 auto;
  }
  #cse-search-box {
    width: 100%;
  }
  #cse-search-box #search-box {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: auto;
    min-width: 0;
  }
  #cse-search-box #search-button {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
}

/* tools
---------------------- */
@media only screen and (max-width: 900px) {
  .accessibility_tool {
    position: relative;
    margin: 0 -10px;
  }
  .accessibility_tool .message {
    margin: 0 10px 10px;
    padding: 10px;
    font-size: 90%;
    border: 1px solid #c00;
  }
  ul#accessibility_tool > li {
    padding: 10px 5px;
    border-top: 1px solid #999;
    text-align: center;
  }
  ul#accessibility_tool li li {
    display: inline-block;
    margin: 0 10px;
  }
  ul#accessibility_tool li li a {
    display: block;
    min-width: 40px;
    padding: 2px 4px;
    border: 1px solid #c4c5c5;
    text-decoration: none;
  }
  ul#accessibility_tool li li a#themeBlack {
    background-color: #000;
    color: #fff;
  }
  ul#accessibility_tool li li a#themeBlue {
    background-color: #1745cc;
    color: #fff;
  }
  ul#accessibility_tool #navigationTalkPlayer {
    display: block;
    position: relative;
    top: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  ul#accessibility_tool #navigationTalkPlayer #navigationTalkCreatingFileNotice,
  ul#accessibility_tool #navigationTalkPlayer audio {
    display: block;
    width: auto;
    min-width: 450px;
    text-align: left;
  }
  ul#accessibility_tool #navigationTalkPlayer audio {
    display: block !important;
    margin-top: 5px;
    min-height: 32px;
  }
  ul#accessibility_tool li li rp, ul#accessibility_tool li li rt {
    display: none;
  }
}

/* translate
---------------------- */
@media only screen and (max-width: 900px) {
  #commonHeader .menu ul li.menu2 .google_translate {
    margin: 0 -10px;
    padding: 10px 5px;
    border-top: 1px solid #999;
    text-align: center;
  }
}

/* header-navi
---------------------- */
#commonHeader .menu .menu1 ul {
  text-align: right;
}
#commonHeader .menu .menu1 li {
  display: inline-block;
  margin: 0 0 0 16px;
  padding: 0 0 0 12px;
  background: url("../images/ic-list.png") no-repeat 0 center;
  font-size: 90%;
}
#commonHeader .menu .menu1 li:first-child {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  #commonHeader .menu .menu1 ul {
    text-align: center;
  }
}

/* global-navi
----------------------------------------------- */
#globalNavi {
  margin: 0 0 20px;
}
#globalNavi ul {
  display: -webkit-flex;
  display: flex;
  border: 1px solid #65bfa1;
}
#globalNavi li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  text-align: center;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
#globalNavi li:hover {
  background: #00a161;
}
#globalNavi li:not(:last-child) {
  border-right: 1px solid #65bfa1;
}
#globalNavi li a {
  display: block;
  padding: 12px 8px 10px;
  font-size: 110%;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#globalNavi li:hover a {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #globalNavi ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }
  #globalNavi li {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    border-bottom: 1px solid #65bfa1;
  }
  #globalNavi li:nth-child(even) {
    border-right: 0;
  }
  #globalNavi li a {
    padding: 6px 4px 5px;
    font-size: 100%;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs:after {
  content: "";
  clear: both;
  display: block;
}
#breadCrumbs {
  margin-bottom: 10px;
}
#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
}
#breadCrumbs li {
  display: inline-block;
}
#breadCrumbs li:not(:first-child):before {
  content: ">";
  margin: 0 5px;
}
@media only screen and (max-width: 900px) {
  #breadCrumbs {
    display: none;
    padding: 0 10px;
  }
}

/* more
---------------------- */
.bc-more a {
  display: inline-block;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.bc-more::after {
  content: "";
  display: table;
  clear: both;
}

/* page-footer
----------------------------------------------- */
#footerNavi {
  border-top: 1px solid #ccc;
}
#footerNavi .pieceBody {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 0 4px;
}
#footerNavi ul {
  text-align: center;
}
#footerNavi li {
  position: relative;
  display: inline-block;
}
#footerNavi li:not(:last-child) {
  margin: 0 20px 0 0;
}
#footerNavi li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -12px;
  width: 1px;
  height: 1rem;
  border-right: 1px solid #666;
}
#commonFooter {
  border-top: 1px solid #ccc;
  background-color: #f2f2f2;
}
#commonFooter .pieceBody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 15px;
}
#commonFooter .information {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
}
#commonFooter .information .logo {
  margin: 0 20px 0 0;
}
#commonFooter address {
  margin-right: 2em;
  font-style: normal;
}
#commonFooter li {
  display: inline-block;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  word-break: break-all;
}
#commonFooter li:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
#commonFooter li:not(:last-child) {
  margin: 0 5px 0 0;
}
#commonFooter li a {
  display: block;
  padding: 3px 10px 0;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  color: #333;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  #commonFooter .pieceBody {
    max-width: 100%;
    padding: 20px 15px 15px;
  }
  #commonFooter .pieceBody > div {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  #commonFooter .information {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #commonFooter .information .logo {
    margin: 0 20px 10px 0;
  }
  #commonFooter address {
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 85%;
  }
  #commonFooter address span {
    display: inline-block;
  }
  #commonFooter li,
  #commonFooter li:not(:last-child) {
    margin-bottom: 10px;
  }
  #commonFooter .map {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

/* copyright
---------------------- */
#copyright {
  background-color: #00a161;
  text-align: center;
  color: #fff;
}

/* page-top
---------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: rgba(102,102,102,0.9);
  z-index: 9999;
}
#pageTop a {
  display: block;
  padding: 46px 8px 8px;
  line-height: 1.4;
  background: url(../images/ic-pagetop.png) no-repeat center 18px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
#pageTop:hover {
  background-color: rgba(102,102,102,0.8);
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  margin: 0 auto;
}
#keyvisual #slide-controll {
  position: relative;
  top: -16px;
  text-align: right;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  height: 100%;
  min-width: 0;
  min-height: 1px;
  text-align: center;
}
.slick-slide:not(.slick-active) {
  visibility: hidden;
}
.slick-slide img {
  /*
  display: block;
  */
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.dot-class > li {
  display: inline-block;
  position: relative;
  z-index: 9999;
}
.dot-class > li > button {
  background-color: #b3b3b3;
  border: medium none;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  overflow: hidden;
  font-size: 100%;
  color: transparent;
  cursor: pointer;
}
.dot-class > li.slick-active > button {
  background-color: #65bfa1;
}

#slide-controll > button {
  min-width: 60px;
  min-height: 26px;
  cursor: pointer;
  border: 1px solid #65bfa1;
  border-radius: 3px;
}
#slide-controll > #startBtn {
  margin: 0 10px 0 0;
  padding: 3px 2px 2px 16px;
  background: url("../images/ic-play_off.png") no-repeat 8px center, linear-gradient(to bottom, #fff, #d3f5e4);
}
#slide-controll > #startBtn.current {
  background: url("../images/ic-play_on.png") no-repeat 8px center, linear-gradient(to bottom, #00a161, #00a161);
  color: #fff;
}
#slide-controll > #stopBtn {
  padding: 3px 2px 2px 20px;
  background: url("../images/ic-stop_off.png") no-repeat 8px center, linear-gradient(to bottom, #fff, #d3f5e4);
}
#slide-controll > #stopBtn.current {
  background: url("../images/ic-stop_on.png") no-repeat 8px center, linear-gradient(to bottom, #00a161, #00a161);
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .dot-class, #slide-controll {
    padding: 0 10px;
  }
  .slick-slide img {
    max-width: 100%;
    /*
    width: 100%;
    */
  }
}

/* disaster-info
----------------------------------------------- */
#disasterInfo ul {
  display: -webkit-flex;
  display: flex;
}
#disasterInfo li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
#disasterInfo li:nth-child(3n) {
  margin-right: 0;
}
#disasterInfo li a {
  display: block;
  padding: 12px 10px 11px;
  border-radius: 5px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#disasterInfo li.kisho a {
  border: 1px solid #0063b3;
  background: linear-gradient(to bottom, #268ad1, #0063b3);
}
#disasterInfo li.kisho a:hover {
  background: linear-gradient(to bottom, #0063b3, #268ad1);
}
#disasterInfo li.bosai a {
  border: 1px solid #d64700;
  background: linear-gradient(to bottom, #e97811, #d84b01);
}
#disasterInfo li.bosai a:hover {
  background: linear-gradient(to bottom, #d84b01, #e97811);
}
#disasterInfo li.kyukyu a {
  border: 1px solid #ce0080;
  background: linear-gradient(to bottom, #eb4e8b, #d00781);
}
#disasterInfo li.kyukyu a:hover {
  background: linear-gradient(to bottom, #d00781, #eb4e8b);
}
#disasterInfo li a img {
  display: none;
}
@media only screen and (max-width: 900px) {
  #disasterInfo li a {
    padding: 10px;
    font-size: 110%;
  }
}

/* important-docs
----------------------------------------------- */
#importantDocs .pieceHeader h2 {
  padding: 7px 15px 2px 22px;
  min-height: 120%;
  background-color: #cc0000;
  color: #fff;
  font-size: 120%;
}
#importantDocs .pieceBody {
  padding: 20px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #cc0000;
}
#importantDocs .pieceBody li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#importantDocs .pieceBody li:last-child {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  #importantDocs {
    margin: 0 10px;
  }
}

/* about
----------------------------------------------- */
#about .pieceBody {
  padding: 20px 10px 0;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#about ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#about li {
  position: relative;
  width: calc((100% - 40px) / 2);
  margin: 0 10px 20px;
}
#about li:first-child {
  width: 100%;
}
#about a {
  position: relative;
  display: block;
  padding: 16px 10px 16px 80px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#about a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  border-right: 1px solid #b3b3b3;
  background-position: center center;
  background-repeat: no-repeat;
}
#about a:hover {
  background: #00a161;
  color: #fff;
}
#about .city a::before {
  background-image: url(../images/about/ic-city.png);
}
#about .mayor a::before {
  background-image: url(../images/about/ic-mayor.png);
}
#about .gikai a::before {
  background-image: url(../images/about/ic-gikai.png);
}
#about .koho a::before {
  background-image: url(../images/about/ic-koho.png);
}
#about .furusato a::before {
  background-image: url(../images/about/ic-furusato.png);
}
#about .city a:hover::before {
  background-image: url(../images/about/ic-city_w.png);
}
#about .mayor a:hover::before {
  background-image: url(../images/about/ic-mayor_w.png);
}
#about .gikai a:hover::before {
  background-image: url(../images/about/ic-gikai_w.png);
}
#about .koho a:hover::before {
  background-image: url(../images/about/ic-koho_w.png);
}
#about .furusato a:hover::before {
  background-image: url(../images/about/ic-furusato_w.png);
}
#about a img {
  display: none;
}
@media only screen and (max-width: 600px) {
  #about li,
  #about li:nth-child(2n-1) {
    width: 100%;
    margin-right: 0;
  }
}

/* =========================================================
   useful-navi
========================================================= */
/* #content > usefulNavi
----------------------------------------------- */
#content #usefulNavi .pieceBody {
  padding: 20px 0 5px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#content #usefulNavi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #usefulNavi li {
  position: relative;
  width: 25%;
  margin: 0 0 15px;
  padding: 0 8px;
  border-radius: 5px;
}
#content #usefulNavi a {
  position: relative;
  display: block;
  margin : 0 auto;
  text-align: center;
}
#content #usefulNavi a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 105px;
  max-height: 105px;
  margin: 0 auto 5px;
  background-color: #f39800;
  border-radius: 5px;
}
#content #usefulNavi a:hover img {
  opacity: 0.8;
}
#content #usefulNavi a img.external {
  display: none;
}
@media only screen and (max-width: 600px) {
  #content #usefulNavi li {
    width: 50%;
  }
}

/* #links > usefulNavi
----------------------------------------------- */
#links #usefulNavi .pieceBody {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#links #usefulNavi li:nth-child(even) {
  background-color: #e3e3e3;
}
#links #usefulNavi li a {
  display: block;
  padding: 10px 5px 10px 30px;
  background: url(../images/ic-list.png) 15px 15px no-repeat;
}
#links #usefulNavi li a img {
  display: none;
}
#links #usefulNavi br {
  display: none;
}

/* =========================================================
   lifeeventList
========================================================= */
/* #content > lifeeventList
----------------------------------------------- */
#content #lifeeventList .pieceBody {
  padding: 20px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#content #lifeeventList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content #lifeeventList li {
  position: relative;
  width: 25%;
}
#content #lifeeventList li:nth-child(-n+4) {
  border-bottom: 1px solid #ccc;
}
#content #lifeeventList li:not(:nth-child(4n+4)) {
  border-right: 1px solid #ccc;
}
#content #lifeeventList li a {
  position: relative;
  display: block;
  max-width: 115px;
  margin : 10px auto;
  text-align: center;
}
#content #lifeeventList li a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 115px;
  max-height: 92px;
  margin: 0 auto;
}
#content #lifeeventList li a:hover img {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  #content #lifeeventList li {
    width: 50%;
  }
  #content #lifeeventList li:nth-child(-n+4),
  #content #lifeeventList li:not(:nth-child(5n+4)) {
    border: 0;
  }
  #content #lifeeventList li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #ccc;
  }
  #content #lifeeventList li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  #content #lifeeventList a {
    max-width: 100%;
  }
}

/* #links > lifeeventList
----------------------------------------------- */
#links #lifeeventList .pieceBody {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#links #lifeeventList li:nth-child(even) {
  background-color: #e3e3e3;
}
#links #lifeeventList li a {
  display: block;
  padding: 10px 5px 10px 30px;
  background: url(../images/ic-list.png) 15px 15px no-repeat;
}
#links #lifeeventList li a img {
  display: none;
}
#links #lifeeventList br {
  display: none;
}

/* #links > archive
----------------------------------------------- */
#links #archive .pieceBody {
  padding: 15px 15px 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#links #archive li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#links #archive li ul {
  margin: 5px 0 0;
}
#links #archive li li {
  padding: 0 0 0 16px;
}

/* =========================================================
   population
========================================================= */
#population .pieceBody {
  padding: 20px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}

/* =========================================================
   recent-docs-tab
========================================================= */
#recentDocsTab .tabs ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
#recentDocsTab .tabs li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  border-top: 1px solid #65bfa1;
  border-right: 1px solid #65bfa1;
  border-bottom: 1px solid #00a161;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
#recentDocsTab .tabs li:first-child {
  border-left: 1px solid #65bfa1;
}
#recentDocsTab .tabs li.current {
  border-top: none;
  border-bottom: none;
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
#recentDocsTab .tabs li:first-child.current {
  border-left: 1px solid #00a161;
}
#recentDocsTab .tabs li:last-child.current {
  border-right: 1px solid #00a161;
}
#recentDocsTab .tabs li a {
  display: block;
  padding: 8px 4px 7px;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#recentDocsTab .tabs li.current a {
  border-top: 2px solid #00a161;
  padding-top: 7px;
}
#recentDocsTab .wrapper {
  padding: 15px 0;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #00a161;
}
#recentDocsTab .content {
  margin: 0 0 15px;
}
#recentDocsTab .content li {
  padding: 10px 15px;
}
#recentDocsTab .content li:nth-child(even) {
  background-color: #e3e3e3;
}
#recentDocsTab .links {
  position: relative;
  padding: 0 15px;
}
#recentDocsTab .feed {
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
}
ul.feed {
  text-align: right;
}
.feed li {
  display: inline-block;
}
.feed li:first-child {
  margin-right: 6px;
  padding-left: 26px;
  background: url(../images/ic-rss.gif) left center no-repeat;
}
@media only screen and (max-width: 600px) {
  #recentDocsTab .tabs li a {
    font-size: 90%;
  }
}

/* =========================================================
   relationLink
========================================================= */
#relationLink {
  margin-bottom: 10px;
}
#relationLink h2 {
  margin-bottom: 10px;
  padding-left: 13px;
  border-left: 8px solid #00a161;
  font-size: 120%;
}
#relationLink ul {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#relationLink li {
  margin: 0 20px 15px 0;
}
@media only screen and (max-width: 900px) {
  #relationLink {
    margin: 0 10px;
  }
  #relationLink ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* =========================================================
   adBanner
========================================================= */
/* adBannerLower
----------------------------------------------- */
#adBannerLower {
  border: 5px solid #e6e6e6;
  padding: 10px 10px 0 30px;
}
#adBannerLower h2 {
  float: left;
  margin: 0 20px 10px 0;
  font-size: 1rem;
}
#adBannerLower .upper_text {
  float: left;
  margin: 0;
}
#adBannerLower ul {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#adBannerLower li {
  margin: 0 20px 15px 0;
}
@media only screen and (max-width: 900px) {
  #adBannerLower {
    margin: 0 10px;
  }
  #adBannerLower ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* =========================================================
   eventcalendar
========================================================= */
#calendar {
  margin: 0 auto;
  max-width: 300px;
}
#calendar .pieceContainer {
  padding: 10px;
  background-color: #00a161;
}
#calendar .pieceHeader h2 {
  min-height: 0;
  margin: 0 0 8px;
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
}
#calendar .pieceHeader h2::before {
  display: none;
}
#calendar .pieceBody {
  padding: 3px 10px 0;
  border-radius: 5px;
  background-color: #fff;
}
#calendar .pieceBody h3 {
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
}
#calendar .pieceBody table {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-color: transparent;
}
#calendar .pieceBody th,
#calendar .pieceBody td {
  height: 30px;
  border: none;
  text-align: center;
  vertical-align: bottom;
}
#calendar .pieceBody table a {
  display: block;
}
#calendar .pieceBody .sat {
  background-color: #dff6fe;
  color: #3366ff;
}
#calendar .pieceBody .sun,
#calendar .pieceBody .holiday {
  background-color: #ffe6f1;
  color: #e00;
}
#calendar .pieceBody table .prevMonth,
#calendar .pieceBody table .nextMonth {
  color: #ccc;
}
#calendar .pieceBody .pagination {
  margin: 0;
  padding: 10px 0;
  color: #333;
}
@media only screen and (max-width: 900px) {
  #calendar {
    max-width: 100%;
  }
}

/* =========================================================
   todaysEvent
========================================================= */
#simple_tabs {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
#simple_tabs li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  padding: 8px 4px 7px;
  border-top: 1px solid #65bfa1;
  border-right: 1px solid #65bfa1;
  border-bottom: 1px solid #00a161;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
  color: #333;
  font-weight: bold;
  text-align: center;
}
#simple_tabs li:first-child {
  border-left: 1px solid #65bfa1;
}
#simple_tabs li.current {
  padding-top: 7px;
  border-top: 2px solid #00a161;
  border-bottom: 0;
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
#simple_tabs li:not(.current) {
  cursor: pointer;
}
#simple_tabs li:first-child.current {
  border-left: 1px solid #00a161;
}
#simple_tabs li:last-child.current {
  border-right: 1px solid #00a161;
}
#simple_tab_panels > div {
  padding: 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #00a161;
}
#simple_tab_panels li {
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#simple_tab_panels li:not(:last-child) {
  margin: 0 0 8px;
}

/* =========================================================
   businessGuide
========================================================= */
#businessGuide .pieceBody ul {
  padding: 15px 15px 10px;
}
#businessGuide .pieceBody ul li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}

/* =========================================================
   soshiki kubun
========================================================= */
#kubunSeido .pieceBody ul, #kubunShinsei .pieceBody ul {
  padding: 15px 15px 10px;
}
#kubunSeido .pieceBody ul li, #kubunShinsei .pieceBody ul li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#kubunSeido .pieceBody ul li span.attributes, #kubunShinsei .pieceBody ul li span.attributes {
  display: none;
}
body[id^="page-soshiki-kyouiku"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-kyouiku"] #kubunShinsei .pieceBody ul li span.attributes,
body[id^="page-soshiki-tekisei"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-tekisei"] #kubunShinsei .pieceBody ul li span.attributes,
body[id^="page-soshiki-kaikei"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-kaikei"] #kubunShinsei .pieceBody ul li span.attributes,
body[id^="page-soshiki-suidouk"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-suidouk"] #kubunShinsei .pieceBody ul li span.attributes,
body[id^="page-soshiki-gikai"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-gikai"] #kubunShinsei .pieceBody ul li span.attributes,
body[id^="page-soshiki-gyousei"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-gyousei"] #kubunShinsei .pieceBody ul li span.attributes,
body[id^="page-soshiki-kousya"] #kubunSeido .pieceBody ul li span.attributes, body[id^="page-soshiki-kousya"] #kubunShinsei .pieceBody ul li span.attributes {
  display: none !important;
}

/* =========================================================
   sideMenu, mapList
========================================================= */
#links #sideMenu .pieceBody,
#links #mapList .pieceBody {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #a5e3c8;
}
#links #mapList li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}  
#links #sideMenu li:nth-child(even) {
  background-color: #e3e3e3;
}
#links #sideMenu li a,
#links #mapList li a {
  display: block;
  padding: 10px 5px 10px 30px;
  background: url(../images/ic-list.png) 15px 15px no-repeat;
}
#links #mapList li a {
  color: #000;
  text-decoration: none;
}
#links #mapList li a:hover {
  text-decoration: underline;
}
#links #mapList li.current a {
  background-color: #00a161;
  color: #fff;
  font-weight: bold;
}
#links #mapList li.current a:hover {
  text-decoration: none;
}

/* =========================================================
   back
========================================================= */
.back {
  display: block;
  width: 140px;
  margin: 0 auto 15px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
}
.back:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
.back a {
  display: block;
  padding: 6px 0 4px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  color: #333;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

/* =========================================================
   navi-content
========================================================= */
/* contentGnavMenuItems(index)
----------------------------------------------- */
.contentGnavMenuItems section {
  margin: 0 0 20px;
}
.contentGnavMenuItems h2 {
  border: 1px solid #65bfa1;
  border-radius: 5px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
.contentGnavMenuItems h2:hover {
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
.contentGnavMenuItems a {
  display: block;
  padding: 8px 15px 6px 32px;
  border-radius: 5px;
  background: url("../images/ic-list.png") no-repeat 16px center;
}

/* contentGnavMenuItem
----------------------------------------------- */
.contentGnavMenuItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentGnavMenuItem section {
  width: calc((100% - 40px) / 3);
  margin: 0 0 24px;
}
.contentGnavMenuItem section:not(:nth-child(3n+3)) {
  margin-right: 20px;
}
.contentGnavMenuItem h2 {
  margin: 0 0 12px;
  border: 1px solid #65bfa1;
  border-radius: 5px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
.contentGnavMenuItem h2:hover {
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
.contentGnavMenuItem h2 > a {
  display: block;
  padding: 8px 15px 6px 32px;
  border-radius: 5px;
  background: url("../images/ic-list.png") no-repeat 16px center;
}
.contentGnavMenuItem nav ul {
  padding: 0 18px;
}
.contentGnavMenuItem nav li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
@media only screen and (max-width: 900px) {
  .contentGnavMenuItem section,
  .contentGnavMenuItem section:not(:nth-child(3n+3)) {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
  .contentGnavMenuItem section:not(:nth-child(even)) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .contentGnavMenuItem section,
  .contentGnavMenuItem section:not(:nth-child(3n+3)) {
    width: 100%;
    margin-right: 0;
  }
}

/* =========================================================
   category-content
========================================================= */
/* contentGpCategoryCategoryTypes(index)
----------------------------------------------- */
.contentGpCategoryCategoryTypes section {
  margin: 0 0 20px;
}
.contentGpCategoryCategoryTypes h2 {
  border: 1px solid #65bfa1;
  border-radius: 5px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
.contentGpCategoryCategoryTypes h2:hover {
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
.contentGpCategoryCategoryTypes a {
  display: block;
  padding: 8px 15px 6px 32px;
  border-radius: 5px;
  background: url("../images/ic-list.png") no-repeat 16px center;
}

/* contentGpCategoryCategoryType
----------------------------------------------- */
.contentGpCategoryCategoryType {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentGpCategoryCategoryType section {
  width: calc((100% - 20px) / 2);
  margin: 0 0 24px;
}
.contentGpCategoryCategoryType section:not(:nth-child(2n+2)) {
  margin-right: 20px;
}
.contentGpCategoryCategoryType h2 {
  margin: 0 0 12px;
  border: 1px solid #65bfa1;
  border-radius: 5px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
.contentGpCategoryCategoryType h2:hover {
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
.contentGpCategoryCategoryType h2 > a {
  display: block;
  padding: 8px 15px 6px 32px;
  border-radius: 5px;
  background: url("../images/ic-list.png") no-repeat 16px center;
}
.contentGpCategoryCategoryType ul {
  padding: 0 18px;
}
.contentGpCategoryCategoryType li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
@media only screen and (max-width: 600px) {
  .contentGpCategoryCategoryType section,
  .contentGpCategoryCategoryType section:not(:nth-child(2n+2)) {
    width: 100%;
    margin-right: 0;
  }
}

/* contentGpCategoryCategory
---------------------- */
.contentGpCategoryCategory {
  margin: 0 0 24px;
}
.contentGpCategoryCategory ul:not(.feed) {
  padding: 0 18px;
}
.contentGpCategoryCategory ul:not(.feed) li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.contentGpCategoryCategory .docs,
.contentGpCategoryCategory .docs_1,
.contentGpCategoryCategory .docs_2 {
  position: relative;
  margin: 0 0 40px;
}
.contentGpCategoryCategory .docs ul:not(.feed),
.contentGpCategoryCategory .docs_1 ul,
.contentGpCategoryCategory .docs_2 ul {
  margin-top: 15px;
}
.contentGpCategoryCategory .docs .feed,
.contentGpCategoryCategory .docs_1 .feed {
  position: absolute;
  top: -6px;
  right: 10px;
}
.contentGpCategoryCategory .docs_4,
.contentGpCategoryCategory .docs_7 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentGpCategoryCategory .docs_4 section,
.contentGpCategoryCategory .docs_7 section {
  width: calc((100% - 20px) / 2);
  margin: 0 0 24px;
}
.contentGpCategoryCategory .docs_4 section:not(:nth-child(2n+2)),
.contentGpCategoryCategory .docs_7 section:not(:nth-child(2n+2)) {
  margin-right: 20px;
}
.contentGpCategoryCategory .docs_4 h2,
.contentGpCategoryCategory .docs_7 h2 {
  display: block;
  margin: 1.2em 0 12px;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #00a161;
  background-color: #d4f2e8;
  font-size: 110%;
  font-weight: bold;
}
.contentGpCategoryCategory .docs_1 ul + div,
.contentGpCategoryCategory .docs_4 ul + div,
.contentGpCategoryCategory .docs_7 ul + div {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .contentGpCategoryCategory .docs_4 section,
  .contentGpCategoryCategory .docs_4 section:not(:nth-child(2n+2)),
  .contentGpCategoryCategory .docs_7 section,
  .contentGpCategoryCategory .docs_7 section:not(:nth-child(2n+2)) {
    width: 100%;
    margin-right: 0;
  }
}

/* =========================================================
   soshiki-content
========================================================= */
/* contentOrganizationGroups(index)
----------------------------------------------- */
.contentOrganizationGroups {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentOrganizationGroups section {
  width: 100%;
  margin: 0 0 24px;
}
.contentOrganizationGroups h2 {
  margin: 0 0 12px;
  border: 1px solid #65bfa1;
  border-radius: 5px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
.contentOrganizationGroups h2 span {
  display: block;
  padding: 8px 15px 6px 32px;
  border-radius: 5px;
  background: url("../images/ic-list.png") no-repeat 16px center;
}
.contentOrganizationGroups ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 18px;
}
.contentOrganizationGroups li {
  width: calc((100% - 40px) / 3);
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
.contentOrganizationGroups li:not(:nth-child(3n+3)) {
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .contentOrganizationGroups li,
  .contentOrganizationGroups li:not(:nth-child(3n+3)) {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
  .contentOrganizationGroups li:nth-child(odd) {
    margin-right: 20px;
  }
}

/* contentOrganizationGroupDepartment, contentOrganizationGroupUnit
----------------------------------------------- */
.articleHeader h2 {
  position: relative;
  padding: 7px 15px 2px 22px;
  min-height: 40px;
  background-color: #fde7c5;
  font-size: 120%;
}
.articleHeader h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 24px;
  border-left: 8px solid #faa136;
}
.articleHeader.level2 h2 {
  background-color: #a5e3c8;
}
.articleHeader.level2 h2::before {
  border-left: 8px solid #00a161;
}
.contentOrganizationGroupDepartment,
.contentOrganizationGroupUnit {
  position: relative;
  margin: 0 0 40px;
}
.contentOrganizationGroupDepartment ul.feed,
.contentOrganizationGroupUnit ul.feed {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
}
.contentOrganizationGroupDepartment ul:not(.feed),
.contentOrganizationGroupUnit ul:not(.feed) {
  padding: 15px 15px 10px;
}
.contentOrganizationGroupDepartment ul:not(.feed) li,
.contentOrganizationGroupUnit ul:not(.feed) li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
/*
.contentOrganizationGroupDepartment ul li span.attributes,
.contentOrganizationGroupUnit ul li span.attributes {
  display: none;
}
*/
.contentOrganizationGroupDepartment .more a,
.contentOrganizationGroupUnit .more a {
  background: none;
}
#wrapper div[id^="soshiki"] .pieceHeader h2 {
  margin: 0 0 12px;
  padding: 0;
  min-height: 0;
  background-color: transparent;
  border-bottom: 2px solid #00a161;
  color: #00a161;
}
#wrapper div[id^="soshiki"] .pieceHeader h2::before {
  display: none;
}
#wrapper div[id^="soshiki"] .pieceBody ul,
#wrapper div[id^="soshiki"] .pieceBody ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
#wrapper div[id^="soshiki"] .pieceBody ul {
  list-style-type: disc;
}
#wrapper div[id^="soshiki"] .pieceBody ol {
  list-style-type: decimal;
}

/* =========================================================
   form
========================================================= */
/* surveyForms(index)
----------------------------------------------- */
.surveyForms h2 {
  margin: 0 0 12px;
  border: 1px solid #65bfa1;
  border-radius: 5px;
  font-size: 100%;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
}
.surveyForms h2:hover {
  background: linear-gradient(to bottom, #d3f5e4, #fff);
}
.surveyForms h2 a {
  display: block;
  padding: 8px 15px 6px 32px;
  border-radius: 5px;
  background: url("../images/ic-list.png") no-repeat 16px center;
}

/* surveyForm(form)
----------------------------------------------- */
.question {
  margin: 0 0 20px;
}
.questions > .question .question_content {
  margin: 0 0 12px;
  padding: 0;
  min-height: 0;
  background-color: transparent;
  border-bottom: 2px solid #00a161;
  font-size: 120%;
  font-weight: bold;
  color: #00a161;
}
.question_content .note {
  font-weight: bold;
  color: #e00;
}
input, textarea {
  max-width: 100%;
}
.answer_content label {
  margin-right: 10px;
}
.answer_content input[type="text"] {
  min-width: 300px;
  padding: 5px;
}
.answer_content textarea {
  padding: 5px;
}
@media only screen and (max-width: 900px) {
  .answer_content input {
    min-width: 0;
  }
}

/* captcha
---------------------- */
.new_survey_form_answer > .question .question_content {
  margin: 0 0 12px;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #00a161;
  background-color: #d4f2e8;
  font-size: 110%;
  font-weight: bold;
}
.captchaForm .image {
  margin: 0 0 15px;
}
.captchaForm img {
  padding: 5px;
  border: 1px solid #b3b3b3;
}
.captchaForm .reload,
.captchaForm .talk {
  display: inline-block;
  width: 140px;
  margin: 0 0 15px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
}
.captchaForm .reload:hover,
.captchaForm .talk:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
.captchaForm .reload {
  margin-right: 5px;
}
.captchaForm .reload a,
.captchaForm .talk a {
  display: block;
  padding: 6px 0 4px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  color: #333;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}
.captchaForm .field input {
  padding: 5px;
}

/* submit
---------------------- */
.surveyForm .submit {
  text-align: center;
}
.surveyForm .submit input {
  padding: 8px 30px 6px;
  border: 1px solid #65bfa1;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #d3f5e4);
  font-size: 110%;
  color: #333;
}
.surveyForm .submit input:last-child {
  margin-left: 10px;
}
.surveyForm .submit input:hover {
  background: linear-gradient(to bottom, #d3f5e4, #fff);
  cursor: pointer;
}

/* error
---------------------- */
#errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e00;
}
#new_survey_form_answer #errorExplanation h2 {
  padding: 0 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #e00;
}
#new_survey_form_answer #errorExplanation p {
  margin-left: 15px;
}
#new_survey_form_answer #errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}
#new_survey_form_answer #errorExplanation li {
  color: #e00;
}

/* =========================================================
   docs
========================================================= */
/* contentGpArticleDocs(index)
----------------------------------------------- */
.contentGpArticleDocs h2.date {
  margin: 0 0 12px;
  padding: 0;
  min-height: 0;
  background-color: transparent;
  border-bottom: 2px solid #00a161;
  color: #00a161;
}
.contentGpArticleDocs .docs ul {
  margin: 0 0 20px;
}
.contentGpArticleDocs li {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc {
  margin: 0 0 40px;
}
.contentGpArticleDoc .date {
  margin: 0  0 20px;
  text-align: right;
}
.contentGpArticleDoc .date p {
  margin: 0;
}
.contentGpArticleDoc .body {
  margin: 0 0 40px;
}
.contentGpArticleDoc h2 {
  margin: 1.5em 0 12px;
  padding: 5px 0 0 12px;
  min-height: 0;
  background: linear-gradient(to right,#d4f2e8,#effff9);
  border-bottom: 2px solid #00a161;
  border-left: 6px solid #00a161;
}
.contentGpArticleDoc h3 {
  margin: 1em 0 12px;
  padding: 5px 0 3px 2em;
  border-bottom: 1px dashed #00a161;
  border-left: 3px solid #00a161;
  font-size: 100%;
  font-weight: bold;
  background: linear-gradient(to right,#effff9,#ffffff);
}
.contentGpArticleDoc h4 {
  margin: 1em 0 12px;
  padding: 5px 0 3px 2em;
  border-bottom: 1px dashed #00a161;
  border-left: 3px solid #00a161;
  font-size: 100%;
  font-weight: bold;
  background: linear-gradient(to right,#effff9,#ffffff);
}
.contentGpArticleDoc h5 {
  margin: 1em 0 12px;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #00a161;
  font-size: 100%;
  font-weight: bold;
}
.contentGpArticleDoc h6 {
  margin: 1em 0 12px;
  font-size: 100%;
  font-weight: bold;
  color: #00a161;
}
.contentGpArticleDoc table {
  margin-bottom: 30px;
  border: 1px solid #b3b3b3;
  max-width: 100% !important;
}
.contentGpArticleDoc table caption {
  text-align: center;
}
.contentGpArticleDoc table th,
.contentGpArticleDoc table td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
}
.contentGpArticleDoc th {
  background-color: #d4f2e8;
  text-align: center;
}
.contentGpArticleDoc ul,
.contentGpArticleDoc ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.contentGpArticleDoc ul {
  list-style-type: disc;
}
.contentGpArticleDoc ol {
  list-style-type: decimal;
}
.contentGpArticleDoc .map,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 30px;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin: 0 0 10px;
  padding: 7px 0 4px 16px;
  border: none;
  background-color: #a5e3c8;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.contentGpArticleDoc .maps h3 {
  margin: 0 0 12px;
  padding: 0;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #ccc;
  background-color: transparent;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.contentGpArticleDoc .inquiry {
  margin: 0 0 30px;
}
.contentGpArticleDoc .inquiry h2 {
  margin: 0;
  padding: 7px 0 4px 16px;
  border: none;
  background-color: #ccc;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.contentGpArticleDoc address {
  padding: 16px;
  border-style: none solid solid;
  border-width: 0px 1px 1px;
  border-color: #ccc;
  font-style: normal;
}
.contentGpArticleDoc address .section {
  font-weight: bold;
}

/* searchInfo
----------------------------------------------- */
.searchInfo {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9999;
}
.searchInfo span.label::after {
  content: "：";
}

/* =========================================================
   map
========================================================= */
#map_canvas {
  width: 100% !important;
}
.contentMapMarkers table {
  width: 100%;
  margin: 20px 0;
  background-color: #fff;
}
.contentMapMarkers table, .contentMapMarkers th, .contentMapMarkers td {
  border: 1px solid #b3b3b3;
}
.contentMapMarkers th, .contentMapMarkers td {
  padding: 10px 15px;
  word-break: break-word;
}
.contentMapMarkers th {
  background-color: #d4f2e8;
  font-weight: 500;
  text-align: center;
}
.contentMapMarkers .markerImage {
  width: 20%;
  text-align: center;
}
.contentMapMarkers .markerImage img {
  width: 100%;
  height: auto;
}
.contentMapMarkers .marker {
  width: 6em;
  text-align: center;
}
.contentMapMarkers .marker a::before {
  content: "地図上に";
}
.contentMapMarkers tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
/* Googleマップ 情報ウィンドウ */
.gm-style-iw div {
  max-height: none !important;
  font-family: sans-serif !important;
  overflow: hidden !important;
}

/* contentPage(index)
----------------------------------------------- */
.contentPage {
  margin: 0 0 40px;
}
.contentPage .date {
  margin: 0  0 20px;
  text-align: right;
}
.contentPage .date p {
  margin: 0;
}
.contentPage .body {
  margin: 0 0 40px;
}
.contentPage h2 {
  margin: 1.5em 0 12px;
  padding: 0;
  min-height: 0;
  background-color: transparent;
  border-bottom: 2px solid #00a161;
  color: #00a161;
}
.contentPage h3 {
  margin: 1.2em 0 12px;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #00a161;
  background-color: #d4f2e8;
  font-size: 110%;
  font-weight: bold;
}
.contentPage h4 {
  margin: 1em 0 12px;
  padding: 5px 0 3px 12px;
  border-bottom: 1px solid #00a161;
  border-left: 5px solid #00a161;
  font-size: 100%;
  font-weight: bold;
}
.contentPage h5 {
  margin: 1em 0 12px;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #00a161;
  font-size: 100%;
  font-weight: bold;
}
.contentPage h6 {
  margin: 1em 0 12px;
  font-size: 100%;
  font-weight: bold;
  color: #00a161;
}
.contentPage table {
  margin-bottom: 30px;
  border: 1px solid #b3b3b3;
}
.contentPage table caption {
  text-align: center;
}
.contentPage table th,
.contentPage table td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}
.contentPage th {
  background-color: #d4f2e8;
}
.contentPage ul,
.contentPage ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.contentPage ul {
  list-style-type: disc;
}
.contentPage ol {
  list-style-type: decimal;
}
.contentPage .inquiry {
  margin: 0 0 30px;
}
.contentPage .inquiry h2 {
  margin: 0;
  padding: 7px 0 4px 16px;
  border: none;
  background-color: #ccc;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.contentPage address {
  padding: 16px;
  border-style: none solid solid;
  border-width: 0px 1px 1px;
  border-color: #ccc;
  font-style: normal;
}
.contentPage address .section {
  font-weight: bold;
}

/* =========================================================
   sitemap
========================================================= */
ul.sitemap.level1 {
  border-bottom: 1px dotted #888;
}
ul.sitemap li.level1 {
  padding: 8px 0;
  border-top: 1px dotted #aaa;
}
ul.sitemap li.level1 a {
  padding-left: 10px;
}
ul.sitemap ul.level2 {
  margin-top: 5px;
  padding: 10px 0px 10px 50px;
  border-top: 1px dotted #888;
}
ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 50px;
}
ul.sitemap li.level2 {
  padding: 8px 0;
  border-bottom: 1px dotted #888;
}
ul.sitemap li.level2 a {
  margin-bottom: 3px;
  padding-left: 12px;
  background: url("../images/ic-list.png") no-repeat left 0.4em;
}
ul.sitemap li.inquiry {
  margin: 0;
  border-bottom: 0;
}
ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 50px;
}

/* =========================================================
   search
========================================================= */
#___gcse_0 {
  box-sizing: content-box;
  line-height: normal;
}

/* =========================================================
   contentBody
========================================================= */
.contentPage .body ul.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.contentPage .body ul.flex li {
  margin: 0 5px 5px;
}

/* =========================================================
   promotion
========================================================= */
#mainVisual {
  margin-bottom: 40px;
}

/* promotionContent
----------------------------------------------- */
#promotionContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}
#promotionContent .piece {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;

  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: calc((100% - 40px) / 2);
  flex-basis: calc((100% - 40px) / 2);
  box-sizing: border-box;
  max-width: 48%;
  min-width: 0;
  margin: 0;
  padding: 25px;
  border-style: solid;
  border-width: 4px;
  border-radius: 10px;
}
#promotionContent #promotion1 {
  border-color: #a8c2e8;
}
#promotionContent #promotion2 {
  border-color: #e7add3;
}
#promotionContent #promotion3 {
  border-color: #ffd1ab;
}
#promotionContent #promotion4 {
  border-color: #94dfc7;
}
#promotionContent .piece:nth-child(odd) {
  margin-right: auto;
}
#promotionContent .piece:nth-of-type(n+3) {
  margin-top: 40px;
  margin-bottom: 20px;
}
#promotionContent .pieceContainer {
  width: 100%;
  min-width: 0;
  text-align: center;
}
#promotionContent .pieceHeader {
  display: inline-block;
  max-width: 450px;
  min-width: 0;
  min-height: 85px;
  margin: 0 auto 15px;
  padding-left: 90px;
  background-position: left 7px;
  background-repeat: no-repeat;
  text-align: left;
}
#promotionContent #promotion1 .pieceHeader {
  background-image: url(../images/promotion/ic-profile.png);
}
#promotionContent #promotion2 .pieceHeader {
  background-image: url(../images/promotion/ic-kurasu.png);
}
#promotionContent #promotion3 .pieceHeader {
  background-image: url(../images/promotion/ic-tanoshimu.png);
}
#promotionContent #promotion4 .pieceHeader {
  background-image: url(../images/promotion/ic-fukameru.png);
}
#promotionContent .pieceHeader h2 {
  margin-bottom: 8px;
  padding: 0;
  background: none;
}
#promotionContent .pieceHeader h2:before {
  display: none;
}
#promotionContent .pieceHeader h2 img {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}
#promotionContent #promotion1 .pieceHeader h2 img {
  border-bottom-color: #0071be;
}
#promotionContent #promotion2 .pieceHeader h2 img {
  border-bottom-color: #e4007f;
}
#promotionContent #promotion3 .pieceHeader h2 img {
  border-bottom-color: #f39800;
}
#promotionContent #promotion4 .pieceHeader h2 img {
  border-bottom-color: #00a469;
}
#promotionContent .pieceHeader h3 {
  margin-bottom: 10px;
  font-size: 105%;
}
#promotionContent #promotion1 .pieceHeader h3 {
  color: #0071be;
}
#promotionContent #promotion2 .pieceHeader h3 {
  color: #e4007f;
}
#promotionContent #promotion3 .pieceHeader h3 {
  color: #cf5710;
}
#promotionContent #promotion4 .pieceHeader h3 {
  color: #00875f;
}
#promotionContent .pieceHeader h3 span {
  margin: 0 -0.2em;
}
#promotionContent .pieceBody {
  text-align: left;
}
#promotionContent .pieceBody .img {
  margin-bottom: 15px;
  text-align: center;
}
#promotionContent .pieceBody p {
  margin-bottom: 0.5em;
}
#promotionContent .pieceBody p::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 2px;
  background-position: center center;
  background-repeat: no-repeat;
}
#promotionContent #promotion1 .pieceBody p::before {
  background-image: url(../images/promotion/list-ic_profile.png);
}
#promotionContent #promotion2 .pieceBody p::before {
  background-image: url(../images/promotion/list-ic_kurasu.png);
}
#promotionContent #promotion3 .pieceBody p::before {
  background-image: url(../images/promotion/list-ic_tanoshimu.png);
}
#promotionContent #promotion4 .pieceBody p::before {
  background-image: url(../images/promotion/list-ic_fukameru.png);
}
#promotionContent .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #999;
}
#promotionContent .pieceBody ul li {
  -webkit-flex-basis: calc((100% - 10px) / 2);
  flex-basis: calc((100% - 10px) / 2);
  max-width: 256px;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: url(../images/ic-list.png) left 0.5em no-repeat;
}
#promotionContent .pieceBody ul li:nth-child(odd) {
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  #promotionContent .piece {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  #promotionContent .piece:nth-of-type(n+3) {
    margin-top: 0;
  }
  #promotionContent .pieceBody ul li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #promotionContent .pieceHeader {
    min-height: 39px;
    padding-left: 47px;
    background-size: 42px auto;
  }
}

@media (min-width:751px){
  a[href*="tel:"]{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000;
  }
}