@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
/* =========================================================
   Base
========================================================= */
/* elements
----------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  margin: 0;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
_:lang(x)::-ms-backdrop, img {
  -ms-interpolation-mode: bicubic;
}
a img,
.body p img {
  vertical-align: middle;
}
.body th img {
  vertical-align: middle;
}
img.external {
  margin: 0 0.25em;
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
#map_canvas {
  width: 100% !important;
}
input, textarea {
  max-width: 100%;
}
input[type="text"], textarea {
  padding: 10px 5px;
  border: 1px solid #b3b3b3;
}
input[type="text"] {
  width: 100%;
  height: 2.5em;
}
textarea {
  width: 100%;
}
p {
  margin: 0;
}
em {
  font-style: oblique;
}
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Code JP", Osaka-mono, "Noto Sans JP", monospace;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
rp, rt {
  font-size: 80%;
  text-decoration: 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[href] {
  color: #069;
  word-break: break-word;
  text-decoration: underline;
}
a[href]:visited {
  color: #8232a0;
}
.body a:empty {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 112.5%;
  font-weight: 500;
}
address {
  font-style: normal;
}
iframe {
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 960px), print {
  a[href]:hover, a[href]:focus {
    color: #be1e32;
    text-decoration: none;
  }
  a[href] img:hover {
    opacity: 0.9;
  }
  .pieceHeader a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 960px) {
  input[type="text"], textarea {
    width: 100%;
  }
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  min-height: 16px;
  padding-left: 22px;
  background: url("/_common/images/icons/default.png") no-repeat left center;
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx, .iconRtf {
  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");
}
.iconOdt {
  background-image: url("/_common/images/icons/odt.png");
}
.iconOds {
  background-image: url("/_common/images/icons/ods.png");
}
.iconOdp {
  background-image: url("/_common/images/icons/odp.png");
}

/* System
----------------------------------------------- */
/* pagination
---------------------- */
.pagination {
  padding: 10px 0;
  text-align: center;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 0 6px;
  font-style: normal;
  vertical-align: middle;
}
.pagination .current {
  padding: 0 3px;
  font-size: 130%;
  font-weight: 500;
}

/* =========================================================
   Piece
========================================================= */
/* accessibility-tool
----------------------------------------------- */
#pageHeader {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#pageHeader > div:not(#commonHeader):not(#commonSearch):not(#joruri-search-box) {
  flex-basis: 100%;
}
#accessibilityTool ul,
#accessibilityTool li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#accessibilityTool ul ul {
  flex-wrap: wrap;
}
#accessibilityTool .pieceBody a,
#accessibilityTool span {
  display: inline-block;
  line-height: 1;
  color: #333;
  font-weight: 500;
}
#accessibilityTool .fontSize a,
#accessibilityTool #themeWhite {
  padding: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  text-decoration: none;
}
#accessibilityTool .pieceBody a#navigationRuby:not(.rubyOn) {
  border-color: transparent;
  background-color: transparent;
}
#accessibilityTool li.nocssread {
  margin-right: 1em;
}
#accessibilityTool #themeBlue,
#accessibilityTool #themeBlack {
  padding: 3px;
  color: #fff;
  text-decoration: none;
}
#accessibilityTool #themeBlue {
  background-color: #00f;
}
#accessibilityTool #themeBlack {
  background-color: #000;
}
#navigationNotice,
#navigationTalkCreatingFileNotice {
  padding: 0 10px;
}
#navigationTalkCreatingFileNotice {
  line-height: normal;
}
@media only screen and (min-width: 960px), print {
  #accessibilityTool {
    position: relative;
    z-index: 100;
    margin-bottom: -25px;
  }
  #accessibilityTool .pieceContainer {
    padding: 8px 0;
    font-size: 87.5%;
  }
  #accessibilityTool .pieceHeader {
    display: none;
  }
  #accessibilityTool .pieceBody > ul {
    min-height: 28px;
    justify-content: flex-end;
  }
  #accessibilityTool .pieceBody > ul > li:not(:first-child):not(:nth-child(2)) {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #999;
  }
  #accessibilityTool .pieceBody a:hover,
  #accessibilityTool .pieceBody a:focus {
    text-decoration: none;
  }
  #accessibilityTool .pieceBody a#nocssread:hover {
    text-decoration: none;
  }
  #accessibilityTool li li:not(:first-child) {
    margin-left: 4px;
  }
  #accessibilityTool span {
    margin-right: 0.25em;
  }
}
@media only screen and (max-width: 960px) {
  #pageHeader > div {
    flex-basis: 100%;
  }
  #accessibilityTool {
    order: 2;
  }
  #accessibilityTool .pieceHeader {
    position: absolute;
    right: 100px;
    top: 20px;
  }
  #accessibilityTool .pieceHeader a {
    display: block;
    position: relative;
    width: 39px;
    height: 40px;
    background: url("../images/ic-accessibility.png") no-repeat left top;
    background-size: auto 100%;
    cursor: pointer;
  }
  #accessibilityTool .pieceHeader a span {
    display: block;
    position: absolute;
    left: calc(50% - 3.5em);
    bottom: -1.1em;
    margin: 0;
    font-size: 60%;
    font-weight: bold;
    white-space: nowrap;
  }
  #accessibilityTool .pieceHeader a.active {
    background-image: url("../images/ic-accessibility_active.png")
  }
  #accessibilityTool .pieceBody {
    display: none;
    background-color: #f2f2f2;
  }
  #accessibilityTool ul,
  #accessibilityTool li {
    justify-content: center;
  }
  #accessibilityTool .pieceBody > ul {
    border-bottom: 1px solid #ccc;
  }
  #accessibilityTool .pieceBody > ul > li {
    flex-basis: 100%;
    padding: 10px;
    border-top: 1px solid #ccc;
  }
  #accessibilityTool li.nocssread {
    display: none;
  }
  #accessibilityTool li li {
    margin: 0 2px;
  }
  #accessibilityTool span {
    margin-right: 0.25em;
  }
}

/* common-header
----------------------------------------------- */
#headerGroup {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#commonHeader .pieceBody {
  display: flex;
  align-items: flex-end;
}
#commonHeader h1 a {
  display: block;
}
@media only screen and (min-width: 960px), print {
  #commonHeader, #commonSearch {
    flex-basis: 50%;
    max-width: 600px;
  }
  #commonHeader .pieceBody {
    justify-content: space-between;
    max-width: 1200px;
  }
  #commonHeader h1 img {
    height: 72px;
  }
}
@media only screen and (max-width: 960px) {
  #headerGroup {
    flex-direction: column;
    align-items: flex-start;
  }
  #commonHeader {
    width: 100%;
    border-bottom: 2px solid #0172c0;
  }
  #commonHeader .pieceBody {
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px 10px 0;
  }
  #commonHeader h1 {
    max-width: calc(100vw - 170px);
    margin-bottom: 15px;
  }
}

/* common-search
----------------------------------------------- */
#commonSearch ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#commonSearch a {
  display: inline-block;
  color: #333;
}
#commonSearch li:not(.search) a {
  margin-right: 12px;
  padding-left: 14px;
  background: url("../images/ic-list-gray.png") no-repeat left center;
  background-size: 12px auto;
  white-space: nowrap;
}
@media only screen and (min-width: 960px), print {
  #commonSearch .pieceHeader {
    display: none;
  }
  #commonSearch .pieceBody {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 960px) {
  #commonSearch {
    flex-basis: 100vw;
    order: 4;
  }
  #commonSearch .pieceHeader {
    position: absolute;
    right: 115px;
    top: 14px;
  }
  #commonSearch .pieceHeader a {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/ic-search.png") no-repeat left top;
    background-size: auto 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  #commonSearch .pieceHeader a.active {
    background-image: url("../images/ic-search_active.png")
  }
  #commonSearch .pieceBody {
    padding: 10px 10px 0;
  }
  #commonSearch ul {
    justify-content: flex-start;
  }
  #commonSearch li a {
    white-space: nowrap;
  }
  #commonSearch li.search {
    flex-basis: calc(100% - 4em - 28px);
  }
}

/* ___gcse_0
----------------------------------------------- */
#commonSearch .search {
  min-height: 35px;
}
form.gsc-search-box,
table.gsc-search-box {
  margin: 0 !important;
}
table.gsc-search-box td,
.gsc-input-box {
  height: 35px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  width: 66px !important;
  height: 100%;
  margin: 0 !important;
  padding: 6px 22px !important;
  border-radius: 0 !important;
  border-color: #0172c0 !important;
  background: #0172c0 url("../images/ic-search.svg") no-repeat center center !important;
  background-size: auto 60% !important;
  cursor: pointer;
}
.gsc-search-button-v2 svg {
  display: none;
}
@media only screen and (min-width: 960px), print {
  form.gsc-search-box,
  table.gsc-search-box {
    min-width: 275px;
  }
}
@media only screen and (max-width: 960px) {
  #commonSearch .search {
    margin: 0;
  }
  .cse .gsc-search-button-v2,
  .gsc-search-button-v2,
  .gsc-input-box,
  table.gsc-search-box td {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  #commonSearch .search {
    width: 100%;
    margin: 0;
  }
}

/* ___gcse_1
----------------------------------------------- */
#___gcse_1 table,
#___gcse_1 th,
#___gcse_1 td {
  padding: 0;
  border: 0;
}
.gsc-results .gsc-cursor-box {
  text-align: center !important;
}
.gsc-selected-option {
  white-space: nowrap;
}

/* global-navi
----------------------------------------------- */
#globalNavi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#globalNavi li {
  flex-grow: 1;
}
#globalNavi li a {
  display: block;
  position: relative;
  color: #333;
  font-size: 106.25%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#globalNavi li a.cur {
  background-color: #0172c0;
  color: #fff;
}
@media only screen and (min-width: 960px), print {
  .top #globalNavi {
    margin-bottom: 50px;
  }
  #globalNavi .pieceContainer {
    border-top: 1px solid #0172c0;
    border-bottom: 2px solid #0172c0;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f2f2f2 100%);
  }
  #globalNavi li a {
    padding: 15px 0;
  }
  #globalNavi li:first-child a::before,
  #globalNavi li a::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: #b3b3b3;
  }
  #globalNavi li:first-child a::before {
    right: auto;
    left: 0;
  }
  #globalNavi li a:hover,
  #globalNavi li a:focus {
    background-color: #0172c0;
    color: #fff;
  }
}
@media only screen and (max-width: 960px) {
  #globalNavi {
    order: 3;
  }
  .top #globalNavi {
    margin-bottom: 10px;
  }
  #globalNavi .pieceBody {
    display: none;
  }
  #globalNavi ul {
    flex-wrap: wrap;
    border-top: 1px solid #0172c0;
  }
  #globalNavi li {
    flex-shrink: 0;
    flex-basis: 50%;
  }
  #globalNavi li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #0172c0;
    text-align: center;
  }
  #globalNavi li:nth-child(odd) a {
    border-right: 1px solid #0172c0;
  }
}

/* menu-trigger
----------------------------------------------- */
#container {
  position: relative;
}
.menu-trigger {
  display: none;
  position: absolute;
  cursor: pointer;
}
.menu-trigger {
  top: 20px;
  right: 25px;
}
@media only screen and (max-width: 960px) {
  .menu-trigger,
  .menu-trigger span:not(:last-child) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    width: 42px;
    height: 40px;
  }
  .menu-trigger span:not(:last-child) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 6px;
    background-color: #0172c0;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(16px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-16px) rotate(45deg);
  }
  .menu-trigger span:last-child {
    position: absolute;
    left: calc(50% - 2em);
    bottom: -1.5em;
    font-size: 60%;
    font-weight: bold;
    white-space: nowrap;
  }
}

/* top keyvisual
----------------------------------------------- */
.top #keyvisual .pieceBody {
  position: relative;
  width: 100%;
  height: 500px;
  max-width: 100%;
  margin: 0;
  visibility: hidden;
}
.top #keyvisual .pieceBody > ul {
  position: absolute;
  left: 0;
  top: 0;
}
.top #keyvisual .pieceBody div:not(.slick-control),
.top #keyvisual .slideshow,
.top #keyvisual .slide {
  width: 100%;
  height: 100%;
}
.top #keyvisual .slide {
  background-position: center 75%;
  background-repeat: no-repeat;

}
.top #keyvisual img {
  display: none;
}
@media only screen and (max-width: 960px) {
  .top #keyvisual {
    max-width: calc(100vw);
  }
  .top #keyvisual .pieceBody {
    height: 230px;
  }
  .top #keyvisual .slide {
    background-size: cover;
  }
  .top #keyvisual .slick-dots {
    right: 80px;
  }
  .top #keyvisual .slick-control {
    right: 15px;
  }
}

/* aside List
----------------------------------------------- */
aside .piece[id$="List"],
#topics,
#similarDocs {
  margin-bottom: 10px;
}
aside .piece[id$="List"] .pieceHeader,
#topics .pieceHeader,
#similarDocs .pieceHeader {
  padding: 0;
  background: linear-gradient(135deg, #a7d9ef 0%, #a7d9ef 20px, #91d0eb 20px, #91d0eb 100%);
}
aside .piece[id$="List"] .pieceHeader a,
#topics .pieceHeader,
#similarDocs .pieceHeader a {
  display: block;
  padding: 9px 16px;
}
aside .piece[id$="List"] .pieceBody,
#topics .pieceBody {
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-top: 0;
}

#similarDocs .pieceBody {
  padding: 0 10px 10px;
  border: 1px solid #b3b3b3;
  border-top: 0;
}

aside .piece[id$="List"] li,
#categoryList h3 {
  padding-left: 16px;
  background: url("../images/ic-list-gray.png") no-repeat left 0.43em;
}

#similarDocs li {
  padding: 8px 0 8px 16px;
  background: url("../images/ic-list-gray.png") no-repeat left 0.9em;
}
#similarDocs li:last-child {
  padding-bottom: 0;
}

aside #mapAttentionList h2 {
  font-size: 100%;
}
aside #mapAttentionList ol li {
  padding-left: 16px;
  text-indent: -16px;
  background: none;
  list-style-type: decimal;
  list-style-position: inside;
}
#categoryList h3 {
  font-size: 100%;
  font-weight: normal;
}
aside .piece[id$="List"] .pieceBody .pieceBody {
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 960px) {
  aside .piece[id$="List"] .pieceHeader a,
  aside #similarDocs .pieceHeader a {
    background: url("../images/ic-open.svg") no-repeat right 10px center;
    background-size: auto 42.5%;
    cursor: pointer;
  }
  aside .piece[id$="List"] .pieceHeader a.active,
  aside #similarDocs .pieceHeader a.active {
    background-image: url("../images/ic-close.svg");
  }
  aside .piece[id$="List"] .pieceBody {
    display: none;
    padding: 0;
  }
  aside #similarDocs .pieceBody {
    display: none;
  }
  aside .piece[id$="List"] .pieceBody .pieceBody {
    display: block;
  }
  aside .piece[id$="List"] li {
    padding-left: 0;
    background-position: 10px center;
  }
  aside .piece[id$="List"] li a {
    display: block;
    min-height: 44px;
    line-height: 44px;
    padding-left: 26px;
    border-bottom: 1px solid #b3b3b3;
  }
  aside .piece[id$="List"] li:last-child a {
    border: 0;
  }
  aside #mapAttentionList ol {
    padding: 10px;
  }
}

/* preventionList
----------------------------------------------- */
#preventionList .pieceHeader {
  background: linear-gradient(135deg, #cd5257 0%, #cd5257 20px, #c1272d 20px, #c1272d 100%);
  color: #fff;
}
#preventionList .pieceBody {
  border-color: #c1272d;
}
#preventionList li {
  background-image: url("../images/ic-list-red.png");
}
@media only screen and (max-width: 960px) {
  #preventionList .pieceHeader a {
    background-image: url("../images/ic-open_white.svg");
  }
  #preventionList .pieceHeader a.active {
    background-image: url("../images/ic-close_white.svg");
  }
}

/* searchList
----------------------------------------------- */
#searchList .pieceBody {
  background: url("../images/loupe.png") no-repeat right -2px bottom -2px;
}

/* ranking List
----------------------------------------------- */
aside .piece[id^="ranking"][id$="List"] li {
  display: flex;
  margin-bottom: 10px;
  padding: 0;
  background: none;
}
[id^="ranking"] li span,
[id^="ranking"] li a,
[class^="contentRank"] li span.rank,
[class^="contentRank"] li a {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
[id^="ranking"] li a {
  flex: 1;
}
[id^="ranking"] li span.rank,
[class^="contentRank"] li span.rank {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #bfe4f3;
  font-size: 87.5%;
  text-align: center;
}
[id^="ranking"] li.ranking1 span.rank,
[class^="contentRank"] li.ranking1 span.rank {
  background-color: #fbc93b;
}
[id^="ranking"] li.ranking2 span.rank,
[class^="contentRank"] li.ranking2 span.rank {
  background-color: #cccccc;
}
[id^="ranking"] li.ranking3 span.rank,
[class^="contentRank"] li.ranking3 span.rank {
  background-color: #c7b299;
}
@media only screen and (max-width: 960px) {
  aside .piece[id^="ranking"][id$="List"]  li {
    padding: 8px;
    margin-bottom: 0;
  }
  aside .piece[id^="ranking"] li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  aside .piece[id$="ranking"] li a {
    border: none;
    line-height: inherit;
    min-height: inherit;
    padding-left: 0;
  }
}



/* aside Link
----------------------------------------------- */
aside .piece[id$="Link"] li {
  margin-bottom: 10px;
}
aside .piece[id$="Link"] li a {
  display: block;
  padding: 10px 10px 10px 35px;
  border: 1px solid #d1bf9e;
  border-radius: 6px;
  background: #ede6de url("../images/ic-list-brown.png") no-repeat 12px center;
  color: #333;
  font-size: 112.5%;
  font-weight: 500;
  text-decoration: none;
}

aside .piece[id$="Link"] li:first-child a,
aside .piece[id$="Link"] li:nth-child(2) a {
  border: 1px solid #c00;
  background-color: #c00;
  background-image: none;
  color: #fff;
}


@media only screen and (min-width: 960px), print {
  aside .piece[id$="Link"] li a:hover,
  aside .piece[id$="Link"] li a:focus {
    background-color: #fff;
  }
  aside .piece[id$="Link"] li:first-child a:hover,
  aside .piece[id$="Link"] li:nth-child(2) a:hover {
    border: 1px solid #c00;
    background-color: #c00;
    color: #fff;
  }

}

/* mayorLink, gikaiLink
----------------------------------------------- */
#mayorLink a,
#gikaiLink a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 50px;
  border: 1px solid #68a8d1;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ffffff 0%, #ddf0fb 100%);
  color: #333;
  font-size: 112.5%;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}
#mayorLink a .image,
#gikaiLink a .image {
  flex-basis: 50px;
  background: linear-gradient(to bottom, #eaf0fe 0%, #9bdaff 100%);
  text-align: center;
}
#mayorLink a span,
#gikaiLink a span {
  padding: 8px 0;
}
#mayorLink a .image + span,
#gikaiLink a .image + span {
  flex-basis: calc(100% - 50px);
  padding-left: 12px;
}
@media only screen and (min-width: 960px), print {
  #mayorLink a:hover,
  #mayorLink a:focus,
  #gikaiLink a:hover,
  #gikaiLink a:focus {
    background: linear-gradient(to bottom, #ddf0fb 0%, #ffffff 100%);
  }
  #mayorLink a:hover .image,
  #mayorLink a:focus .image,
  #gikaiLink a:hover .image,
  #gikaiLink a:focus .image {
    background: linear-gradient(to bottom, #9bdaff 0%, #eaf0fe 100%);
  }
}

/* about
----------------------------------------------- */
#about {
  margin-bottom: 15px;
  border-bottom: 1px dashed #b3b3b3;
}
#about .pieceBody {
  padding-bottom: 20px;
  background: url("../images/map.png") no-repeat right center;
}
@media only screen and (max-width: 960px) {
  #about .pieceBody {
    padding-bottom: 0;
  }
}

/* population
----------------------------------------------- */
#population h2 {
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #e6e6e6;
  font-size: 100%;
}
#population p {
  padding: 0 8px;
}
@media only screen and (max-width: 960px) {
  #population .pieceBody {
    padding: 0 10px 10px;
  }
}

/* recentDocsTabs
----------------------------------------------- */
#recentDocsTabs {
  margin-bottom: 25px;
}
.tabs ul {
  display: flex;
  margin-bottom: 14px;
}
.tabs li {
  flex-grow: 1;
}
.tabs li:not(:last-child) {
  margin-right: 4px;
}
.tabs a {
  display: block;
  padding: 10px 0;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  color: #333;
  font-size: 106.25%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.tabs .current a {
  border-color: #0172c0;
  background: #0172c0;
  color: #fff;
}
.tabs li:last-child {
  margin-right: 0;
}
.content li:first-child {
  border-top: 1px solid #ccc;
}
.links > div::after {
  content: "";
  clear: both;
  display: block;
}
.links > div {
  padding: 10px 0;
}
.links .feed {
  float: left;
}
.links .more {
  float: right;
}
.links > div .more {
  padding: 0;
}
#back a, .back a, .more a, a.more, #advertisement .upper_text a {
  display: inline-block;
  padding-left: 14px;
  background: url("../images/ic-list.svg") no-repeat left center;
  background-size: 12px auto;
}
.feed {
  display: flex;
  align-items: center;
}
.feed li {
  margin-right: 1.5em;
  padding-left: 22px;
  border: 0;
  background: url("../images/ic-rss.svg") no-repeat left center;
  font-size: 87.5%;
}
.feed a {
  color: #333;
}
li span[class$="date"],
li span[class^="title"] {
  display: inline-block;
  vertical-align: top;
}
li span[class$="date"]:first-child {
  width: 9em;
}
li span[class^="title"]:nth-child(2) {
  width: calc(100% - 9em);
}
#topics li span[class$="date"]:first-child,
#topics li span[class^="title"]:nth-child(2) {
  width: auto;
}
.top #topics .slick-slide img {
  height: auto;
}
@media only screen and (min-width: 960px), print {
  .tabs a:hover,
  .tabs a:focus {
    border-color: #0172c0;
    background: #0172c0;
    color: #fff;
  }
}
@media only screen and (max-width: 960px) {
  .docs li,
  .content li {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .tabs ul {
    flex-wrap: wrap;
  }
  li span[class$="date"]:first-child,
  li span[class^="title"]:nth-child(2) {
    width: 100%;
  }
}

/* usefulList, lifeeventList
----------------------------------------------- */
.top #usefulList {
  margin-bottom: 20px;
}
.top #usefulList .pieceHeader,
.top #lifeeventList .pieceHeader {
  padding: 8px 20px;
}
.top #usefulList .pieceHeader {
  background-color: #33b3b3;
}
.top #lifeeventList .pieceHeader {
  background-color: #29abe2;
}
.top #usefulList .pieceBody,
.top #lifeeventList .pieceBody {
  padding: 20px 20px 10px;
  background-color: #f8f8f1;
}
.top #usefulList ul,
.top #lifeeventList ul {
  display: flex;
  flex-wrap: wrap;
}
.top #usefulList li,
.top #lifeeventList li {
  margin: 0 10px 10px 0;
}
.top #usefulList li a,
.top #lifeeventList li a {
  display: block;
  padding: 15px 10px 7px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.top #usefulList li a {
  border-color: #33b3b3;
}
.top #lifeeventList li a {
  border-color: #29abe2;
}
.top #usefulList li img,
.top #lifeeventList li img {
  display: block;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 960px), print {
  .top #usefulList li,
  .top #lifeeventList li {
    flex-basis: calc(25% - 7.5px);
  }
  .top #usefulList li:nth-child(4n),
  .top #lifeeventList li:nth-child(4n) {
    margin-right: 0;
  }
  .top #usefulList li a:hover,
  .top #usefulList li a:focus,
  .top #lifeeventList li a:hover,
  .top #lifeeventList li a:focus {
    color: #fff;
  }
  .top #usefulList li a:hover,
  .top #usefulList li a:focus {
    background-color: #33b3b3;
  }
  .top #lifeeventList li a:hover,
  .top #lifeeventList li a:focus {
    background-color: #29abe2;
  }
}
@media only screen and (max-width: 960px) {
  .top #usefulList .pieceHeader,
  .top #lifeeventList .pieceHeader {
    background-color: #f8f8f1;
    text-align: center;
  }
  .top #usefulList .pieceBody,
  .top #lifeeventList .pieceBody {
    padding-top: 0;
  }
  .top #usefulList li,
  .top #lifeeventList li {
    flex-basis: calc(50% - 10px);
  }
  .top #usefulList li:nth-child(even),
  .top #lifeeventList li:nth-child(even) {
    margin-right: 0;
  }
}

/* topics
----------------------------------------------- */
#topics .pieceContainer {
  position: relative;
}
#topics .pieceBody {
  padding-bottom: 42px;
  visibility: hidden;
}
#topics li a {
  display: block;
}
#topics li a .image {
  display: block;
  max-height: 145px;
  margin-bottom: 5px;
  overflow-y: hidden;
}
#topics .slick-slider {
  position: static;
}
#topics .slick-dots {
  right: 0;
  bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 20px 0;
  background-color: #666;
}
#topics .slick-dots li {
  margin-bottom: 8px;
}
#topics .slick-prev,
#topics .slick-next {
  top: auto;
  bottom: 0;
}
#topics .slick-prev {
  left: 0;
}
#topics .slick-next {
  right: 0;
}
@media only screen and (max-width: 960px) {
  #topics {
    max-width: calc(100vw - 20px);
  }
  #topics .pieceBody {
    padding-left: 20px;
    padding-right: 20px;
  }
  #topics .slick-prev, #topics .slick-next {
    background-size: 10px auto;
  }
  #topics .slick-prev {
    left: 10px;
  }
  #topics .slick-next {
    right: 10px;
  }
}

/* calendar
----------------------------------------------- */
#calendar {
  margin-bottom: 10px;
  text-align: center;
}
#calendar .pieceContainer {
  padding: 15px 20px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
}
#calendar h3 {
  margin: 5px 0;
  font-size: 100%;
}
#calendar h3 a {
  display: block;
  border-radius: 2px;
  background-color: #e6e6e6;
  color: #333;
  text-decoration: none;
}
#calendar table {
  width: 100%;
  margin-bottom: 5px;
}
#calendar th {
  font-weight: 500;
}
th.sun {
  color: #db2700;
}
th.sat {
  color: #0071bc;
}
.prevMonth, .nextMonth {
  visibility: hidden;
}
#calendar .pagination,
#calendar .pagination a,
#calendar .pagination em {
  padding: 0;
}
#calendar .pagination span {
  padding: 0 3px;
}
@media only screen and (min-width: 960px), print {
  #calendar h3 a:hover,
  #calendar h3 a:focus {
    opacity: 0.9;
  }
}

/* advertisement
----------------------------------------------- */
#advertisement .pieceHeader {
  float: left;
}
#advertisement h2 {
  margin-right: 1em;
  font-size: 100%;
}
#advertisement .upper_text a {
  color: #333;
}
#advertisement ul {
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 2px solid #808080;
}
#advertisement img {
  height: auto;
}
@media only screen and (min-width: 960px), print {
  #advertisement {
    margin-top: 100px;
  }
  #advertisement li {
    flex-basis: calc(14.28% - 20.72px);
    margin: 0 24px 24px 0;
  }
  #advertisement li:nth-child(7n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  #advertisement ul {
    align-items: flex-start;
  }
  #advertisement li {
    flex-basis: calc(50% - 10px);
    margin: 0 20px 20px 0;
    text-align: center;
  }
  #advertisement li:nth-child(even) {
    margin-right: 0;
  }
}

/* pageTop
----------------------------------------------- */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

/* 20230301 comment out
body[class^="dir-docs-"] #pageTop {
  bottom: 250px;
}
*/

#pageTop a {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding: 40px 0 15px;
  border-radius: 6px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 87.5%;
  text-align: center;
  text-decoration: none;
}
#pageTop a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #fff transparent;
}
@media only screen and (min-width: 960px), print {
  #pageTop a:hover,
  #pageTop a:focus {
    background-color: rgba(0,0,0,0.5);
  }
}
@media only screen and (max-width: 960px) {
  #pageTop {
    display: none;
  }
}

/* commonFooter
----------------------------------------------- */
#pageFooter {
  margin-top: 35px;
  background-color: #0172c0;
  color: #fff;
  font-size: 87.5%;
}
#pageFooterContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
#pageFooter a {
  color: #fff;
}
#commonFooter h2 {
  margin-right: 0.5em;
  font-size: 150%;
}
#commonFooter ul {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
#commonFooter li {
  margin-right: 5px;
}
#commonFooter a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  color: #333;
  text-decoration: none;
}
#commonFooter p span {
  display: inline-block;
}
#commonFooter p span:not(:last-child) {
  margin-right: 1em;
}
@media only screen and (min-width: 960px), print {
  #commonFooter .pieceBody {
    max-width: 1200px;
    margin: 0 auto;
  }
  #commonFooter a:hover,
  #commonFooter a:focus {
    background: linear-gradient(to bottom, #f2f2f2, #fff);
  }
}
@media only screen and (max-width: 960px) {
  #commonFooter .pieceBody {
    padding: 0 10px;
  }
  #commonFooter ul {
    flex-wrap: wrap;
  }
  #commonFooter a {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #commonFooter li:first-child {
    flex-basis: 100%;
  }
  #commonFooter li:not(:first-child) {
    flex-basis: calc(33.33% - 3.33px);
  }
  #commonFooter li:last-child {
    margin-right: 0;
  }
  #commonFooter a {
    padding: 0 5px;
    white-space: nowrap;
  }
}

/* footerNavi
----------------------------------------------- */
#footerNavi ul {
  display: flex;
  flex-wrap: wrap;
}
#footerNavi li a {
  display: inline-block;
  padding-left: 14px;
  background: url("../images/ic-list_white.svg") no-repeat left center;
  background-size: 12px auto;
}
@media only screen and (min-width: 960px), print {
  #footerNavi {
    flex-basis: 19em;
  }
  #footerNavi li {
    flex-basis: 11em;
  }
}
@media only screen and (max-width: 960px) {
  #pageFooterContainer {
    max-width: 100%;
    padding: 10px 0;
  }
  #footerNavi ul {
    padding: 10px;
  }
  #footerNavi li {
    flex-basis: 50%;
  }
}

/* copyright
----------------------------------------------- */
#copyright {
  flex-basis: 100%;
  margin-top: 1em;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #copyright {
    margin-top: 0;
    padding: 0 10px;
  }
  #copyright small {
    font-size: 100%;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  margin: 7px 0 20px;
}
#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: 960px) {
  #breadCrumbs {
    display: none;
  }
}

/* content
----------------------------------------------- */
.contentGpCategoryCategoryTypes,
.contentGpCategoryCategoryTypes > section > ul,
.contentGpCategoryCategoryType .category-docs,
.contentGpCategoryCategory .category-docs,
.contentGnavMenuItems,
.contentGnavMenuItem,
.contentGnavMenuItem ul,
.contentOrganization section ul ul {
  display: flex;
  flex-wrap: wrap;
}
.contentGpCategoryCategoryTypes > section {
  flex-basis: 100%;
}
.contentGpCategoryCategoryTypes > section > ul > li,
.contentGnavMenuItems > section,
.contentGnavMenuItem > section,
.contentGpCategoryCategoryType .category-docs > section,
.contentGpCategoryCategory .category-docs > section {
  flex-basis: calc(50% - 10px);
  margin: 0 20px 20px 0;
}
.contentGpCategoryCategoryTypes > section > ul > li:nth-child(even),
.contentGnavMenuItems > section:nth-child(even),
.contentGnavMenuItem > section:nth-child(even),
.contentGpCategoryCategoryType .category-docs > section:nth-of-type(even),
.contentGpCategoryCategory .category-docs > section:nth-of-type(even) {
  margin-right: 0;
}
.contentGnavMenuItem ul {
  padding: 10px 25px 0 10px;
}
.contentOrganization h2 .name a,
.contentOrganization section > ul > li {
  margin-bottom: 10px;
}
.contentOrganization section ul ul {
  padding: 10px 16px;
}
.contentGpCategoryCategoryTypes > section > ul ul,
.contentGpCategoryCategoryType .category-docs ul,
.contentGpCategoryCategory .category-docs ul {
  padding: 10px 10px 0 0;
}
.contentGpCategoryCategoryTypes > section > ul ul ul {
  display: none;
}
.contentGpCategoryCategoryTypes > section > ul > li > ul > li,
.contentGpCategoryCategoryType .category-docs li a,
.contentGpCategoryCategory .category-docs li a {
  display: inline-block;
  padding-left: 14px;
  background: url("../images/ic-list.svg") no-repeat left 0.43em;
  background-size: 12px auto;
}
.contentGpCategoryCategoryTypes > section > ul > li > ul > li {
  display: block;
}
ul.sitemap ul.level4 li a,
.contentGnavMenuItem li a,
.contentOrganization section li li:not(:last-child) a {
  display: inline-block;
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}
ul.sitemap ul.level4 li:not(:last-child) a,
.contentGnavMenuItem li:not(:last-child) a,
.contentOrganization section li li:not(:last-child) a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.contentGpCategoryCategoryTypes > section > a {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  ul.sitemap ul.level4,
  .contentGnavMenuItem ul {
    padding-left: 0;
    padding-right: 0;
  }
  ul.sitemap ul.level4 li,
  .contentGnavMenuItem li {
    flex-basis: 100%;
    line-height: normal;
    padding-left: 14px;
    background: url("../images/ic-list.svg") no-repeat left 0.43em;
    background-size: 12px auto;
  }
  ul.sitemap ul.level4 li a,
  .contentGnavMenuItem li a {
    line-height: normal;
  }
  ul.sitemap ul.level4 li:not(:last-child) a,
  .contentGnavMenuItem li:not(:last-child) a {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

/* contentGpCategory docs
----------------------------------------------- */
.contentGpCategory .docs::after {
  content: "";
  clear: both;
  display: block;
}
.contentGpCategory section.docs,
#recentDocs .pieceBody {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 45px;
  border: 1px solid #f0e6ad;
  background-color: #faf3d5;
}
#recentDocs .pieceHeader {
  padding: 20px 20px 5px;
  border: 1px solid #f0e6ad;
  border-bottom: 0;
  background-color: #faf3d5;
}
#recentDocs .pieceBody {
  padding-top: 0;
  padding-bottom: 5px;
  border-top: 0;
}
.articleHeader {
  margin-bottom: 5px;
}
.docs-all .articleHeader,
.category-docs .articleHeader,
.contentOrganization .articleHeader {
  display: none;
}
.articleHeader h2,
#recentDocs h2 {
  font-size: 150%;
}
.contentGpCategory section.docs ul:not(.feed),
#recentDocs .docs {
  padding: 20px;
  background-color: #fff;
}
.docs-all {
  margin-bottom: 40px;
}
.docs-all li,
.docs ul:not(.feed) li,
.docs li[class^="docs"],
.content li,
.contentOrganizationGroupDepartment ul:not(.feed) li,
.contentOrganizationGroupUnit ul:not(.feed) li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.contentGpCategory section.docs ul:not(.feed) li,
#recentDocs .docs li {
  padding: 8px 0;
  border: 0;
}
.contentGpArticleDocs .feed,
.contentOrganization .feed,
.docs .feed {
  position: absolute;
}
section.docs .feed {
  left: 20px;
  bottom: 10px;
}
.contentGpArticleDocs,
.contentOrganization,
section.category {
  position: relative;
}
.contentGpArticleDocs .feed,
.contentOrganization .feed,
section.category .feed {
  right: 0;
  top: -10px;
}
.contentGpArticleDocs .feed li:last-child,
.contentOrganization .feed li:last-child,
section.category .feed li:last-child {
  margin-right: 0;
}
section.category.docs .feed {
  display: none;
}
.contentGpCategoryCategoryType .feed {
  display: none;
}
div.more,
.contentGpCategory ul + div {
  padding: 10px 0 0;
  text-align: right;
}
.contentGpCategory ul + div {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
div.more {
  padding-bottom: 10px;
}

/* doc
----------------------------------------------- */
.contentGpArticleDoc > div,
.contentPage .body,
.surveyForm .body {
  margin-bottom: 20px;
}
.contentGpArticleDoc > div:last-child {
  margin-bottom: 40px;
}
.contentGpArticleDoc > .date {
  margin-top: -15px;
  text-align: right;
}
.body::after,
.detail_free::after {
  content: "";
  clear: both;
  display: block;
}
#pageTitle {
  margin-bottom: 20px;
}
#pageTitle h1 {
  padding: 6px 10px;
  background: linear-gradient(135deg, #4688b8 0%, #4688b8 30px, #0172c0 30px, #0172c0 100%);
  color: #fff;
  font-size: 187.5%;
  font-weight: bold;
}
.body h1:empty {
  display: none;
}
.contentGnavMenuItems h2 a,
.contentGnavMenuItem h2 a,
.contentGpCategoryCategoryTypes h2 a,
.contentGpCategoryCategoryTypes a h2,
.contentOrganization h2 .name a,
.contentTagTag h2,
.contentGpArticleDocs h2,
.calendarEvents h2,
.surveyForms h2 a,
ul.sitemap a.level1,
.questions .question_content,
#new_survey_form_answer > .question .question_content {
  display: block;
  padding: 5px 10px;
  background-color: #daf2f2;
  font-size: 100%;
}
.contentGnavMenuItems h2,
.contentGnavMenuItem h2,
.contentOrganizationGroups h2 {
  font-size: 100%;
  font-weight: normal;
}
.surveyForms h2,
.questions .question_content,
#new_survey_form_answer > .question .question_content {
  margin-bottom: 10px;
  font-weight: 500;
}
ul.sitemap ul {
  display: flex;
  flex-wrap: wrap;
}
ul.sitemap li.level1,
ul.sitemap li.level2,
ul.sitemap li.level3 {
  flex-basis: 100%;
}
ul.sitemap a.level1,
ul.sitemap a.level2,
ul.sitemap a.level3 {
  margin-bottom: 10px;
}
#unitAddress,
#unitWork {
  margin-top: 20px;
}
#unitWork .pieceBody {
  padding: 10px 16px;
}
.contentGpCategoryCategoryTypes > section > ul > li > a,
.contentGpCategoryCategoryType .category-docs h2,
.contentGpCategoryCategory .category-docs h2,
.contentOrganization section > ul > li > .name a,
#unitWork h2,
ul.sitemap a.level2,
ul.sitemap a.level3,
.body h3,
.maps h3 {
  display: block;
  padding: 2px 10px;
  border-bottom: 1px solid #0172c0;
  border-left: 6px solid #0172c0;
  font-size: 100%;
  font-weight: 500;
}
.contentOrganization section > ul > li > .name a {
  font-weight: normal;
}
.contentGpCategoryCategoryType h2 a,
.contentGpCategoryCategory h2 a {
  display: block;
}
.body h2,
.tags h2,
.rels h2,
.maps h2 {
  margin-bottom: 15px;
  padding: 6px 10px;
  background: linear-gradient(135deg, #b9eae6 0%, #b9eae6 20px, #a7e3e4 20px, #a7e3e4 100%);
  font-size: 150%;
  font-weight: bold;
}
.body h3,
.maps h3 {
  margin-bottom: 10px;
  font-size: 137.5%;
  font-weight: bold;
}
.maps h3 {
  margin-top: -0.5rem;
}
.body h4,
.body h5,
.body h6 {
  margin-bottom: 15px;
  font-weight: bold;
}
.body h4 {
  padding: 5px 10px;
  background-color: #d2e9ff;
  font-size: 115%;
}
.body h5 {
  padding: 2px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
}
.body h6 {
  padding-left: 10px;
  border-left: 3px solid #378734;
  font-size: 100%;
}
#unitAddress .pieceContainer,
.inquiry {
  border: 1px solid #ccc;
}
#unitAddress h2,
.inquiry h2 {
  padding: 6px 16px;
  background-color: #f2f2f2;
  font-size: 100%;
}
#unitAddress .pieceBody,
.inquiry address {
  padding: 6px 16px;
}
.body p,
.summary p {
  margin: 0 0 1em;
}
.surveyForm .question .body {
  margin-bottom: 0.5em;
}
.surveyForm .question .body p {
  margin: 0;
}
.body .space05,
.body .space1,
.body .space2,
.body .space3,
.body .space4,
.body .space5 {
  white-space: nowrap;
}
.body .space05 {
  margin-right: -0.5em;
  letter-spacing: 0.5em;
}
.body .space1 {
  margin-right: -1em;
  letter-spacing: 1em;
}
.body .space2 {
  margin-right: -2em;
  letter-spacing: 2em;
}
.body .space3 {
  margin-right: -3em;
  letter-spacing: 3em;
}
.body .space4 {
  margin-right: -4em;
  letter-spacing: 4em;
}
.body .space5 {
  margin-right: -5em;
  letter-spacing: 5em;
}
.body p.indent {
  text-indent: 1em;
}
.body *[style*="font-family"],
.body font[face] {
  font-family: inherit !important;
}
.body p + h2,
.body p + h3,
.body p + h4,
.body p + h5,
.body p + h6,
.body ul + h2,
.body ol + h2,
.body ul + h3,
.body ol + h3,
.body ul + h4,
.body ol + h4,
.body ul + h5,
.body ol + h5,
.body ul + h6,
.body ol + h6,
.body p + ul,
.body .scroll + h2,
.body .scroll + h3,
.body .scroll + h4,
.body .scroll + h5,
.body .scroll + h6 {
  margin-top: 1.5rem;
}
.body p + h2 {
  clear: both;
}
.body table {
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}
.body table[style] {
  table-layout: fixed;
}
.body caption {
  font-size: 105%;
  font-weight: 500;
  text-align: center;
}
.body th, .body td,
.calendarEvents th, .calendarEvents td,
.contentMapMarkers th, .contentMapMarkers td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.body th,
.calendarEvents th,
.contentMapMarkers th {
  background-color: #efedde;
  font-weight: 500;
}
.body thead th {
  text-align: center;
}
.contentMapMarkers .category {
  width: 6em;
}
.contentMapMarkers .image {
  width: 250px;
  text-align: center;
}
.contentMapMarkers .marker_link {
  width: 4em;
  text-align: center;
}
.body #___gcse_0 table,
.body #___gcse_0 th,
.body #___gcse_0 td {
  margin: 0;
  padding: 0;
  border: 0;
}
.contentMapMarkers #map_canvas {
  margin-bottom: 1em;
}
.calendarEvents table,
.contentMapMarkers table {
  width: 100%;
}
.calendarCalendarEvents table {
  table-layout: fixed;
}
.calendarMonthlyEvents th:first-child,
.calendarMonthlyEvents th:last-child {
  width: 9.5em;
}
.calendarMonthlyEvents td.date .from,
.calendarMonthlyEvents td.date .closeDate {
  display: block;
}
.calendarMonthlyEvents td.date .from {
  text-align: center;
}
.calendarMonthlyEvents th/*,
.calendarMonthlyEvents td.title_link*/ {
  white-space: nowrap;
}
.calendarCalendarEvents td {
  vertical-align: top;
}
.calendarMonthlyEvents td.date > span {
  display: inline-block;
}
.body ol,
.summary ol {
  list-style-type: decimal;
  margin: 0 0 1em 1.4em;
}
.body ul,
.summary ul,
.rels ul {
  margin: 0 0 1em;
}
.summary li,
.rels li {
  list-style: none;
  padding-left: 15px;
}
.body ul:not(.anchor).asterisk,
.body ul:not(.anchor).diamond,
.body ul:not(.anchor).square {
  list-style: none;
  margin-left: 0;
}
.body p.asterisk::before,
.body ul.asterisk li::before {
  content: "※";
}
.body p.diamond::before,
.body ul.diamond li::before {
  content: "◆";
}
.body p.square::before,
.body ul.square li::before {
  content: "■";
}
/*.body p.asterisk,
.body p.diamond,
.body p.square {
  margin-left: 1em;
}*/
.body p.asterisk,
.body ul.asterisk li,
.body p.diamond,
.body ul.diamond li,
.body p.square,
.body ul.square li {
  padding-left: 1em;
  text-indent: -1em;
}
.body ul:not([type]):not(.asterisk):not(.diamond):not(.square) li::before {
  content: "・";
}
.body ul:not([type]):not(.asterisk):not(.diamond):not(.square) ol li::before {
  content: "";
}
.body ul > li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.body ul > li > p {
  text-indent: 0;
}
.body ul > li > div {
  display: inline;
}
.body ol > li {
  padding: 0;
  background: none;
}
.body ol > li {
  text-indent: 0;
}
ul.sitemap ul {
  margin: 0 0 1rem;
}
.body ul:not(.anchor) ul {
  margin: 0;
}
ul.sitemap ul.level5 {
  margin-left: 1rem;
}
.body table p:last-child,
.body table ul:last-child,
.body table ol:last-child {
  margin-bottom: 0;
}
.body li,
.rels li {
  margin-bottom: 3px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
}
.tags li:not(:last-child) {
  margin-right: 1em;
}
.body .center:not(table) {
  text-align: center;
}
.body .center table,
.body table.center {
  margin-left: auto;
  margin-right: auto;
}
.body .row-list {
  display: inline-block;
}
.body ul.anchor,
#anchorLink ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.body ul.anchor.left,
#anchorLink ul.left {
  justify-content: flex-start;
}
.body ul.anchor.right,
#anchorLink ul.right {
  justify-content: flex-end;
}
.body ul.anchor li a,
#anchorLink li a {
  display: inline-block;
  padding-left: 14px;
  background: url("../images/ic-list.svg") no-repeat left 0.43em;
  background-size: 12px auto;
}
/*.contentOrganizationGroups .tel,
.contentOrganizationGroups .tel_attend,
.contentOrganizationGroups .email a {
  display: inline-block;
}
.contentOrganizationGroups .tel::before {
  content: "TEL：";
}
.contentOrganizationGroups .fax::before {
  content: "FAX：";
}
.contentOrganizationGroups .email::before {
  content: "E-mail：";
}*/
@media only screen and (min-width: 960px), print {
  .body ul.anchor,
  #anchorLink ul {
    margin: 0 -15px;
  }
  .body ul.anchor li,
  #anchorLink li {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
  .body ul.anchor li a,
  #anchorLink li a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 960px) {
  .calendarCalendarEvents table {
    table-layout: auto;
  }
  .body ul.anchor,
  #anchorLink ul {
    justify-content: space-around;
    align-items: center;
  }
  .body ul.anchor li,
  #anchorLink li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .body ul.anchor li a,
  #anchorLink li a {
    padding: 10px 0;
    background-position: right 5px center;
    font-size: 90%;
  }
}

/* surveyForms
----------------------------------------------- */
.question {
  margin: 0 0 1.5rem;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: baseline;
}
.message {
  margin: 0 0 20px;
}
#new_survey_form_answer label + input[type="radio"] {
  margin-left: 1em;
}
.surveyForm .note {
  color: #ee0000;
}
.surveyForm .submit {
  display: flex;
  justify-content: space-around;
}
#backLink {
  display: none;
  margin-bottom: 110px;
}
.contentGpArticleDoc + #backLink {
  display: block;
}
#backLink a,
.back a,
.surveyForm .submit input,
#captchaForm a,
.surveyForm .toggle a {
  display: block;
  padding: 8px;
  border: 1px solid #b3b3b3;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  border-radius: 6px;
  color: #333;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.surveyForm .submit input {
  flex-basis: 100%;
  margin: 0 10px 10px;
}
.surveyForm .submit input:only-child {
  margin: 0;
}
.surveyForm .toggle {
  text-align: center;
}
.surveyForm .toggle a {
  display: block;
  width: 100%;
}
.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 {
  width: 20em;
  padding: 5px;
}
/* error */
#errorExplanation {
  margin: 1em 0;
  padding: 10px;
  border: 1px solid #ee0000;
}
#errorExplanation h2,
#errorExplanation li {
  color: #ee0000;
}
#errorExplanation ul {
  list-style-type: disc;
  margin: 0 0 0 1.4rem;
}
/* feedback */
#feedback {
  margin: 2rem 0;
}
.contentGpCategory + #feedback,
.contentGpArticleDocs + #feedback {
  display: none;
}
#feedback .pieceContainer {
  padding: 10px 20px 20px;
  border: 1px solid #ccc;
}
#feedback .pieceHeader {
  margin-bottom: 1em;
  border-bottom: 1px dotted #b3b3b3;
}
@media only screen and (min-width: 960px), print {
  #backLink a:hover,
  .back a:hover,
  .surveyForm .submit input:hover,
  #captchaForm a:hover,
  .surveyForm .toggle a:hover,
  #backLink a:focus,
  .back a:focus,
  .surveyForm .submit input:focus,
  #captchaForm a:focus,
  .surveyForm .toggle a:focus {
    background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
  }
  .surveyForm .toggle {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .message p {
    text-align: center;
  }
  .surveyForm > .body {
    display: none;
  }
  .surveyForm .toggle {
    display: block;
    margin-bottom: 1em;
  }
}

/* responsive table
----------------------------------------------- */
@media only screen and (max-width: 960px) {
  .scroll {
    width: calc(100vw - 17px);
    margin-bottom: 1rem;
    overflow: auto;
  }
  .calendarEvents .scroll {
    width: calc(100vw - 37px);
  }
  .scroll::-webkit-scrollbar {
    height: 15px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #91d0eb;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #0172c0;
  }
  .scroll table {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 1em !important;
  }
  .scroll th {

  }
  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .body img:not(.external) {
    float: none !important;
    width: auto !important;
    height: auto !important;
  }
}

/* CKEditor templates
----------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.temp1,
.temp2,
.temp3,
.temp4 {
  margin-bottom: 1rem;
}
.body table p {
  text-indent: 0;
  word-break: break-all;
}
.temp1 .thumb {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.temp3,
.temp4 {
  display: flex;
  align-items: flex-end;
  margin: 0 0 1em;
  text-align: center;
}
.temp3 dl,
.temp4 dl {
  margin: 0 1em 0 0;
  padding: 0;
}
.temp3 dl {
  flex-basis: calc(50% - 0.5em);
}
.temp4 dl {
  flex-basis: calc((100% - 2em) / 3);
}
.temp3 dl:nth-child(even),
.temp4 dl:nth-child(3n) {
  margin-right: 0;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 1rem;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
}
/* IE11 */
_:lang(x)::-ms-backdrop, .temp3 img:not(.external):not([src$="-182135.gif"]) {
  width: 100%;
}
_:lang(x)::-ms-backdrop, .temp4 img:not(.external):not([src$="-182135.gif"]) {
  width: 100%;
}
.temp5 th,
.temp6 th,
.temp5 td,
.temp6 td {
  text-align: center;
}
.adobeReader, .temp7 {
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../images/adobe_bn.png") no-repeat 20px center;
}
.temp7 {
  margin: 0 0 1rem;
}
.adobeReader p, .temp7 p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .temp1 .thumb,
  .temp2 .thumb {
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }
  .temp3, .temp4 {
    flex-wrap: wrap;
  }
  .temp3 dl, .temp4 dl {
    max-width: 100%;
  }
  .adobeReader, .temp7 {
    padding: 55px 20px 10px;
    background-position: center 10px;
  }
}

/* kamachoco
----------------------------------------------- */
.kamachoco .contentGpArticleDocs .body,
.kamachoco .text-beginning {
  display: flex;
}
.kamachoco .contentGpArticleDocs .image,
.kamachoco .text-beginning .body {
  margin-bottom: 1em;
}
.kamachoco .contentGpArticleDocs li {
  display: flex;
  flex-wrap: wrap;
}
.kamachoco .contentGpArticleDocs .body {
  flex-basis: 100%;
  margin-bottom: 1em;
}
.kamachoco .contentGpArticleDocs .title {
  color: #083e67;
  font-size: 125%;
  font-weight: bold;
}
.kamachoco li span[class$="date"]:first-child {
  width: auto;
}
@media only screen and (min-width: 960px), print {
  .kamachoco .contentGpArticleDocs .image,
  .kamachoco .text-beginning .image {
    flex-basis: 25%;
    margin-right: 20px;
  }
  .kamachoco .contentGpArticleDocs .image:empty,
  .kamachoco .text-beginning .image:empty {
    background: url("../images/index_no_image.png") no-repeat left top;
    background-size: 100% auto;
  }
  .kamachoco .contentGpArticleDocs .text,
  .kamachoco .text-beginning .text {
    flex-basis: calc(75% - 20px);
  }
  .kamachoco .contentGpArticleDocs .title {
    flex-basis: calc(75% - 20px);
    margin: 0 0 1em auto;
  }
}
@media only screen and (max-width: 960px) {
  .kamachoco .contentGpArticleDocs .body,
  .kamachoco .text-beginning {
    flex-wrap: wrap;
  }
  .kamachoco .contentGpArticleDocs .body > div,
  .kamachoco .text-beginning > div {
    flex-basis: 100%;
  }
  .kamachoco .contentGpArticleDocs .image,
  .kamachoco .text-beginning .image {
    margin-bottom: 1em;
    text-align: center;
  }
  .kamachoco .contentGpArticleDocs .image:empty,
  .kamachoco .text-beginning .image:empty {
    display: none;
  }
  .kamachoco .docs ul:not(.feed) li:first-child {
    padding-top: 0;
  }
  .kamachoco .contentGpArticleDocs h2 {
    margin-bottom: 0.5em;
  }
  .kamachoco .contentGpArticleDocs li [class$="date"] {
    margin: 0;
  }
  .kamachoco .contentGpArticleDocs .title {
    flex-basis: 100%;
    margin: 0 0 1em;
    padding-right: 0;
  }
}

/* Convert tags
----------------------------------------------- */
.contentFooter,
.contentFooterLink,
.contentBodyEndClear {
  display: none;
}
.body a img[src$="pdf.gif"],
.body a img[src$="doc.gif"],
.body a img[src$="docx.gif"],
.body a img[src$="xls.gif"],
.body a img[src$="xlsx.gif"],
.body a img[src$="jpg.gif"],
.body a img[src$="odt.gif"],
.body a img[src$="ods.gif"],
.body a img[src$="odp.gif"],
.body a img[src$="_common_images_icons_file.gif"] {
  display: none;
}

/* emergencyDocs
----------------------------------------------- */
#emergencyDocs .pieceContainer {
  border: 2px solid #cc0000;
}
#emergencyDocs .pieceHeader {
  background-color: #cc0000;
}
#emergencyDocs h2 {
  padding: 5px 20px;
  color: #fff;
  font-size: 130%;
  font-weight: 500;
}
#emergencyDocs .pieceBody {
  line-height: 1.4;
  padding: 0 20px;
  background-color: #fff;
}
#emergencyDocs a:empty {
  display: none;
}
#emergencyDocs a span[class$="date"] {
  color: #333;
}
#emergencyDocs .body p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px), print {
  #emergencyDocs {
    max-width: 900px;
    margin: 0 auto 20px;
  }
  #emergencyDocs a:hover,
  #emergencyDocs a:focus {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 960px) {
  #emergencyDocs {
    margin: 0 0 20px;
  }
}
#categoryAll .level1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#categoryAll section {
  flex-basis: 48%;
  margin-bottom: 20px;
}
#categoryAll section > h3 > a {
  display: block;
  margin-bottom: 8px;
  padding: 2px 10px;
  background-color: #daf2f2;
}
#categoryAll section ul {
  padding-left: 2em;
}
#categoryAll section li {
  list-style-type: disc;
}
#categoryAll section li a {
  margin-left: -6px;
}

/* joruri-search-box
---------------------- */
.criteriaBox .criteriaBasic {
  width: 340px;
}

.criteriaBox .criteriaBasic,
.criteriaBox .criteriaKeyword {
  background: none;
}

.criteriaBox .criteriaKeyword {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.criteriaBox .criteriaKeyword > * + * {
  margin-left: 12px;
}

.criteriaBox .criteriaKeyword .keyword {
  width: 100%;
  height: auto;
  border: none;
}

.criteriaBox .criteriaKeyword .keyword:focus {
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="commit"] {
  margin-left: 0;
  background-image: url("/_themes/images/ic-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.criteriaBox .criteriaKeyword input[type="submit"] {
  flex-basis: 48px;
  height: 40px;
  padding: 0;
  background-color: #0172C0;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.criteriaBox .criteriaKeyword input[name="clear"] {
  flex-basis: 32px;
  height: 38px;
  font-weight: bold;
  background-color: #fff;
  border-style: none;
  color: #90caf9;
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="clear"]:hover {
  color: #0172C0;
}

.criteriaBox .criteriaKeyword .keywordDescription {
  display: none;
}

.criteriaBox .criteriaKeyword .keywordField {
  flex-basis: calc(100% - 48px);
  height: 40px;
  display: inherit;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 0;
}

.criteriaBox #criteria_keyword {
  border-style: none;
  border-radius: 0;
}

.criteriaBox #criteria_keyword:focus {
  outline: none;
}

@media only screen and (max-width: 959px) {
  #joruri-search-box {
    width: 100%;
  }
  .criteriaBox {
    padding: 10px;
  }
  .criteriaBox .criteriaBasic {
    width: 100%;
  }
}


/* =========================================================
  similarDocs (joruri-search)
========================================================= */
#similarDocs {
  display: none;
}

body[id^="page-docs-"] #similarDocs,
body[id^="page-faq-"] #similarDocs,
body[id^="page-shigikai-docs-"] #similarDocs,
body[id^="page-gyoseiJimukumiai-docs-"] #similarDocs,
body[id^="page-kouikiKankyoukumiai-docs-"] #similarDocs {
  display: block;
}

#similarDocs #reldoc li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#similarDocs #reldoc .date {
  color: #333;
  font-size: 0.875rem;
}

#similarDocs #reldoc .date::before {
  content: "（";
}

#similarDocs #reldoc .date::after {
  content: "）";
}
