@charset "UTF-8";

/* =========================================================
  block-editor
========================================================= */
.block-line {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 .5rem
}

.block-line:not(:last-child) {
  margin-bottom: .5rem
}

.block-base {
  min-width: 1rem;
  min-height: 1rem
}

.bkeditor-block-table table,
.bkeditor-block-text table {
  margin: 0;
}

.block-base table th>div,
.block-base table td>div {
  min-width: 2rem;
  min-height: 1.5rem;
  max-height: 100%
}

.block-base--width-uniform {
  flex: 1 1 0%
}

.block-base--width-auto {
  flex: 0 1 auto
}

.block-base--align-full figure {
  width: 100%
}

.block-base--align-full figure img.block-image__thumb {
  width: 100%
}

.block-base--align-center figure {
  margin-right: auto;
  margin-left: auto
}

.block-base--align-right figure {
  margin-right: 0;
  margin-left: auto
}

.block-base--caption-side-top figcaption {
  caption-side: top
}

.block-base--caption-side-bottom figcaption {
  caption-side: bottom
}

.block-base--caption-align-left figcaption {
  text-align: left
}

.block-base--caption-align-right figcaption {
  text-align: right
}

.block-text code {
  position: relative
}

.block-text pre {
  overflow: auto
}

.block-text .block-text__copy {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  background-color: #fff
}

.block-image .block-image__thumb:has(+.block-image__modal) {
  cursor: pointer
}

.block-image .block-image__modal {
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .6);
  cursor: pointer
}

.block-image .block-image__modal img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain
}

.block-map .block-map__canvas {
  /*width: 400px !important;*/
  max-width: 100vw;
  max-height: 100vh
}
/*
.ol-viewport,
.ol-unselectable,
.ol-layer {
  width: auto !important;
}

.block-map .block-map__canvas canvas {
  width: 400px;
}
*/
@media screen and (width <=767px) {
  .block-line {
    flex-wrap: wrap
  }

  .block-width-uniform {
    flex-basis: auto
  }
}


/* =========================================================
  contentGpArticleDoc, contentPage, cke_editable, jodit-wysiwyg
========================================================= */
.contentGpArticleDoc .docNo {
  font-size: 0.875rem;
  text-align: right;
}

.contentGpArticleDoc .date {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin: 0 0 1em;
  font-size: 0.875rem;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
}

.contentGpArticleDoc .body,
.contentPage .body {
  margin: 0 0 35px;
}

.contentGpArticleDoc .body .text-beginning>*:first-child,
.contentGpArticleDoc .block-line .text-beginning>*:first-child,
.contentGpArticleDoc .block-base>*:first-child,
.contentPage .body>*:first-child,
.cke_editable>*:first-child {
  margin-top: 0;
}

.contentGpArticleDoc .body p,
.contentGpArticleDoc .block-line p,
.contentGpArticleDoc .block-base p,
.contentPage .body p,
.cke_editable p {
  margin: 0 0 1rem;
}

.contentGpArticleDoc .body a,
.contentGpArticleDoc .block-line a,
.contentGpArticleDoc .block-base a,
.contentPage .body a,
.cke_editable a {
  color: var(--a-color);
}

.contentGpArticleDoc .body a:hover,
.contentGpArticleDoc .block-line a:hover,
.contentGpArticleDoc .block-base a:hover,
.contentPage .body a:hover,
.cke_editable a:hover {
  color: var(--a-hover-color);
  text-decoration: none;
}

.contentGpArticleDoc .body a:visited,
.contentGpArticleDoc .block-line a:visited,
.contentGpArticleDoc .block-base a:visited,
.contentPage .body a:visited,
.cke_editable a:visited {
  color: var(--a-visited-color);
}

.contentGpArticleDoc .body a.iconFile,
.contentGpArticleDoc .block-line a.iconFile,
.contentGpArticleDoc .block-base a.iconFile,
.contentPage .body a.iconFile,
.cke_editable a.iconFile {
  color: var(--a-file-color);
  text-decoration: none;
}

.contentGpArticleDoc .body a.iconFile:hover,
.contentGpArticleDoc .block-line a.iconFile:hover,
.contentGpArticleDoc .block-base a.iconFile:hover,
.contentPage .body a.iconFile:hover,
.cke_editable a.iconFile:hover {
  text-decoration: underline;
}

.contentGpArticleDoc .body h2,
.contentGpArticleDoc .block-line h2,
.contentGpArticleDoc .block-base h2,
.contentPage .body h2,
.cke_editable h2 {
  display: block;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 14px 10px;
  background-color: var(--main-color-16);
  font-size: 1.75rem;
  font-weight: bold;
}

.contentGpArticleDoc .body h3,
.contentGpArticleDoc .block-line h3,
.contentGpArticleDoc .block-base h3,
.contentPage .body h3,
.cke_editable h3 {
  display: block;
  margin: 1.8rem 0 1rem;
  padding: 5px 12px;
  border-bottom: 1px solid var(--mono-color-20);
  border-left: 4px solid var(--main-color-13);
  font-size: 1.5rem;
  font-weight: bold;
}

.contentGpArticleDoc .body h4,
.contentGpArticleDoc .block-line h4,
.contentGpArticleDoc .block-base h4,
.contentPage .body h4,
.cke_editable h4 {
  margin: 1.5rem 0 12px;
  font-size: 1.375rem;
  font-weight: bold;
}

.contentGpArticleDoc .body h5,
.contentGpArticleDoc .block-line h5,
.contentGpArticleDoc .block-base h5,
.contentPage .body h5,
.cke_editable h5 {
  margin: 1.5rem 0 12px;
  font-size: 1.25rem;
  font-weight: bold;
}

.contentGpArticleDoc .body h6,
.contentGpArticleDoc .block-line h6,
.contentGpArticleDoc .block-base h6,
.contentPage .body h6,
.cke_editable h6 {
  margin: 1.5rem 0 12px;
  font-size: 1.125rem;
  font-weight: bold;
}

.contentGpArticleDoc .body img,
.contentGpArticleDoc .block-line img,
.contentGpArticleDoc .block-base img,
.contentPage .body img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
  border-color: var(--mono-color-3);
}

.contentGpArticleDoc .body table,
.contentGpArticleDoc .block-line table,
.contentGpArticleDoc .block-base table,
.contentPage .body table,
.cke_editable table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.contentGpArticleDoc .body table,
.contentGpArticleDoc .block-line table,
.contentGpArticleDoc .block-base table,
.contentPage .body table {
  border: 1px solid var(--mono-color-7);
}

.cke_editable table {
  border: 1px solid var(--mono-color-3) !important;
}

.contentGpArticleDoc .body table p,
.contentGpArticleDoc .block-line table p,
.contentGpArticleDoc .block-base table p,
.contentPage .body table p,
.cke_editable .body table p {
  margin-bottom: 0;
}

.contentGpArticleDoc .body table caption,
.contentGpArticleDoc .block-line table caption,
.contentGpArticleDoc .block-base table caption,
.contentPage .body table caption,
.cke_editable table caption {
  margin: 0 0 0.5rem;
  font-weight: bold;
  text-align: left;
}

.contentGpArticleDoc .body table th,
.contentGpArticleDoc .body table td,
.contentGpArticleDoc .block-line table th,
.contentGpArticleDoc .block-line table td,
.contentGpArticleDoc .block-base table th,
.contentGpArticleDoc .block-base table td,
.contentPage .body table th,
.contentPage .body table td,
.cke_editable table th,
.cke_editable table td {
  padding: 8px;
}

.contentGpArticleDoc .body table th,
.contentGpArticleDoc .body table td,
.contentGpArticleDoc .block-line table th,
.contentGpArticleDoc .block-line table td,
.contentGpArticleDoc .block-base table th,
.contentGpArticleDoc .block-base table td,
.contentPage .body table th,
.contentPage .body table td {
  border: 1px solid var(--mono-color-7);
}

.contentGpArticleDoc .body table[border="0"] th,
.contentGpArticleDoc .body table[border="0"] td,
.contentGpArticleDoc .block-line table[border="0"] th,
.contentGpArticleDoc .block-line table[border="0"] td,
.contentGpArticleDoc .block-base table[border="0"] th,
.contentGpArticleDoc .block-base table[border="0"] td,
.contentPage .body table[border="0"] th,
.contentPage .body table[border="0"] td,
.cke_editable table[border="0"] th,
.cke_editable table[border="0"] td {
  border: none;
}

.contentGpArticleDoc .body th,
.contentGpArticleDoc .block-line th,
.contentGpArticleDoc .block-base table th,
.contentPage .body th,
.cke_editable table th {
  background-color: var(--mono-color-19);
  text-align: center;
}

.contentGpArticleDoc .body ul,
.contentGpArticleDoc .body ol,
.contentGpArticleDoc .block-line ul,
.contentGpArticleDoc .block-line ol,
.contentGpArticleDoc .block-base ul,
.contentGpArticleDoc .block-base ol,
.contentPage .body ul,
.contentPage .body ol,
.cke_editable ul,
.cke_editable ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.contentGpArticleDoc .body ul,
.contentGpArticleDoc .block-line ul,
.contentGpArticleDoc .block-base ul,
.contentPage .body ul,
.cke_editable ul {
  list-style-type: disc;
}

.contentGpArticleDoc .body ol,
.contentGpArticleDoc .block-line ol,
.contentGpArticleDoc .block-base ol,
.contentPage .body ol,
.cke_editable ol {
  list-style-type: decimal;
}

.contentGpArticleDoc .body li,
.contentGpArticleDoc .block-line li,
.contentGpArticleDoc .block-base li,
.contentPage .body li,
.cke_editable li {
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc .body blockquote,
.contentGpArticleDoc .block-line blockquote,
.contentGpArticleDoc .block-base blockquote,
.contentPage .body blockquote,
.cke_editable blockquote {
  position: relative;
  border-top: 1px solid var(--main-color-4);
  border-bottom: 1px solid var(--main-color-4);
  border-left: none;
  padding: 10px;
}

.contentGpArticleDoc .body blockquote::before,
.contentGpArticleDoc .body blockquote::after,
.contentGpArticleDoc .block-line blockquote::before,
.contentGpArticleDoc .block-line blockquote::after,
.contentGpArticleDoc .block-base blockquote::before,
.contentGpArticleDoc .block-base blockquote::after,
.contentPage .body blockquote::before,
.contentPage .body blockquote::after,
.cke_editable blockquote::before,
.cke_editable blockquote::after {
  position: absolute;
  content: '"';
  background-color: var(--mono-color-9);
  color: var(--main-color-4);
  line-height: 1;
  text-align: center;
  font-size: 40px;
}

.contentGpArticleDoc .body blockquote::before,
.contentGpArticleDoc .block-line blockquote::before,
.contentGpArticleDoc .block-base blockquote::before,
.contentPage .body blockquote::before,
.cke_editable blockquote::before {
  top: -8px;
  left: -10px;
}

.contentGpArticleDoc .body blockquote::after,
.contentGpArticleDoc .block-line blockquote::after,
.contentGpArticleDoc .block-base blockquote::after,
.contentPage .body blockquote::after,
.cke_editable blockquote::after {
  right: -10px;
  bottom: -32px;
}

.contentGpArticleDoc .body blockquote cite,
.contentGpArticleDoc .block-line blockquote cite,
.contentGpArticleDoc .block-base blockquote cite,
.contentPage .body blockquote cite,
.cke_editable blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8125rem;
  text-align: right;
  color: var(--mono-color-3);
}

.contentGpArticleDoc .body blockquote p:last-child,
.contentGpArticleDoc .block-line blockquote p:last-child,
.contentGpArticleDoc .block-base blockquote p:last-child,
.contentPage .body blockquote cite p:last-child,
.cke_editable blockquote p:last-child {
  margin: 0;
}

.contentGpArticleDoc .body hr.block-rule__vertical,
.contentGpArticleDoc .block-line hr.block-rule__vertical,
.contentGpArticleDoc .block-base hr.block-rule__vertical,
.contentPage .body hr.block-rule__vertical,
.cke_editable hr.block-rule__vertical {
  width: auto;
  height: 100%;
  margin: 0 8px
}

.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags,
.contentGpArticleDoc .qrcode,
.contentGpArticleDoc .inquiry,
.contentGpArticleDoc .block-line .maps,
.contentGpArticleDoc .block-line .rels,
.contentGpArticleDoc .block-line .tags,
.contentGpArticleDoc .block-line .qrcode,
.contentGpArticleDoc .block-line .inquiry,
.contentGpArticleDoc .block-base .map,
.contentGpArticleDoc .block-base .rels,
.contentGpArticleDoc .block-base .tags,
.contentGpArticleDoc .block-base .qrcode,
.contentGpArticleDoc .block-base .inquiry,
.cke_editable .map,
.cke_editable .rels,
.cke_editable .tags,
.cke_editable .qrcode,
.cke_editable .inquiry {
  margin-bottom: 30px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2,
.contentGpArticleDoc .block-line .maps h2,
.contentGpArticleDoc .block-line .rels h2,
.contentGpArticleDoc .block-line .tags h2,
.contentGpArticleDoc .block-base .maps h2,
.contentGpArticleDoc .block-base .rels h2,
.contentGpArticleDoc .block-base .tags h2,
.cke_editable .maps h2,
.cke_editable .rels h2,
.cke_editable .tags h2 {
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 14px 10px;
  background-color: var(--main-color-16);
  font-size: 1.75rem;
  font-weight: bold;
}

.contentGpArticleDoc .maps h3,
.contentGpArticleDoc .block-line .maps h3,
.contentGpArticleDoc .block-base .maps h3,
.cke_editable .maps h3 {
  margin: 1.8rem 0 1rem;
  padding: 5px 12px;
  border-bottom: 1px solid var(--mono-color-20);
  border-left: 4px solid var(--main-color-13);
  font-size: 1.5rem;
  font-weight: bold;
}

.contentGpArticleDoc .rels ul,
.contentGpArticleDoc .tags ul,
.contentGpArticleDoc .block-line .rels ul,
.contentGpArticleDoc .block-line .tags ul,
.contentGpArticleDoc .block-base .rels ul,
.contentGpArticleDoc .block-base .tags ul,
.cke_editable .rels ul,
.cke_editable .tags ul {
  list-style: none;
  padding-left: 5px;
}

.contentGpArticleDoc .rels li a,
.contentGpArticleDoc .tags li a,
.contentGpArticleDoc .block-line .rels li a,
.contentGpArticleDoc .block-line .tags li a,
.contentGpArticleDoc .block-base .rels li a,
.contentGpArticleDoc .block-base .tags li a,
.cke_editable .rels li a,
.cke_editable .tags li a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding: 8px 0 8px 16px;
  color: var(--a-file-color);
  text-decoration: none;
}

.contentGpArticleDoc .rels li a::before,
.contentGpArticleDoc .tags li a::before,
.contentGpArticleDoc .block-line .rels li a::before,
.contentGpArticleDoc .block-line .tags li a::before,
.contentGpArticleDoc .block-base .rels li a::before,
.contentGpArticleDoc .block-base .tags li a::before,
.cke_editable .rels li a::before,
.cke_editable .tags li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main-color-2);
}

.contentGpArticleDoc .rels li a:hover,
.contentGpArticleDoc .tags li a:hover,
.contentGpArticleDoc .block-line .rels li a:hover,
.contentGpArticleDoc .block-line .tags li a:hover,
.contentGpArticleDoc .block-base .rels li a:hover,
.contentGpArticleDoc .block-base .tags li a:hover,
.cke_editable .rels li a:hover,
.cke_editable .tags li a:hover {
  text-decoration: underline;
}

.contentGpArticleDoc .body #placeList,
.contentGpArticleDoc .block-line #placeList {
  position: relative;
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc .body #placeList::before,
.contentGpArticleDoc .block-line #placeList::before {
  content: "ルート案内：";
  position: relative;
}

.contentGpArticleDoc .inquiry,
.contentGpArticleDoc .block-line .inquiry,
.contentPage .inquiry {
  padding: 24px;
  border: 1px solid var(--mono-color-7);
  border-radius: 8px;
}

.contentGpArticleDoc .inquiry h2,
.contentGpArticleDoc .block-line .inquiry h2,
.contentPage .inquiry h2 {
  margin: 0 0 1rem;
  padding: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: bold;
}

.contentGpArticleDoc address,
.contentGpArticleDoc .block-line address,
.contentPage .body address {
  font-style: normal;
}

.contentGpArticleDoc address .section,
.contentGpArticleDoc .block-line address .section,
.contentPage .body address .section {
  font-weight: bold;
}

.contentGpArticleDoc .inquiry a,
.contentGpArticleDoc .block-line .inquiry a,
.contentPage .body .inquiry a {
  color: var(--a-file-color);
  text-decoration: none;
}

.contentGpArticleDoc .inquiry a:hover,
.contentGpArticleDoc .inquiry a:focus,
.contentGpArticleDoc .block-line .inquiry a:hover,
.contentGpArticleDoc .block-line .inquiry a:focus,
.contentPage .body .inquiry a:hover,
.contentPage .body .inquiry a:focus {
  text-decoration: underline;
}

/* template contents  */
.contentGpArticleDoc .material,
.contentGpArticleDoc .block-line .material,
.contentGpArticleDoc .memo {
  display: flex;
}

.contentGpArticleDoc .material-name,
.contentGpArticleDoc .block-line .material-name,
.contentGpArticleDoc .memo-name {
  flex-basis: 6rem;
  margin-right: 1rem;
  padding: 4px 10px;
  background-color: var(--mono-color-8);
}

.contentGpArticleDoc .material-body,
.contentGpArticleDoc .boblock-linedy .material-body,
.contentGpArticleDoc .memo-body {
  padding: 4px 0;
}

/* =========================================================
  similarDocs (joruri-search)
========================================================= */
#similarDocs h2 {
  padding: 12px 12px 12px 46px;
  background: var(--main-color-16) url("../../images/ic-similar.svg") no-repeat 15px center;
  font-size: 1.25rem;
  font-weight: bold;
}

#similarDocs #reldoc>div {
  padding: 10px 0;
}

#similarDocs #reldoc li {
  padding: 10px 0;
}

@media screen and (max-width: 959px) {
  #similarDocs #reldoc li {
    padding: 10px;
  }
}

/* print btn
----------------------------------------------- */
#printBtn {
  display: block;
  text-align: right;
}

#printBtn svg {
  margin: 0 4px 2px 0;
}