@charset "UTF-8";

/* =========================================================
  contentGpArticleDoc, contentPage, cke_editable
========================================================= */
.contentGpArticleDoc .docNo {
  display: inline-block;
  margin-right: 1rem;
}

.contentGpArticleDoc > .date {
  margin: 0 0 20px;
}

.contentGpArticleDoc > .date p {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.contentGpArticleDoc .body,
.contentPage .body {
  margin: 0 0 40px;
}

.contentGpArticleDoc .body .text-beginning > *:first-child,
.contentPage .body > *:first-child,
.cke_editable > *:first-child {
  margin-top: 0;
}

.contentGpArticleDoc .body p,
.contentPage .body p,
.cke_editable p {
  margin: 0 0 1rem;
}

.contentGpArticleDoc a,
.contentPage a,
.cke_editable a {
  color: var(--a-color);
}

.contentGpArticleDoc a:hover,
.contentPage a:hover,
.cke_editable a:hover {
  color: var(--a-hover-color);
}

.contentGpArticleDoc a:visited,
.contentPage a:visited,
.cke_editable a:visited {
  color: var(--a-visited-color);
}

.contentGpArticleDoc h2,
.contentPage h2,
.cke_editable h2 {
  display: block;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 14px 12px;
  border-left: 8px solid var(--main-color-3);
  background-color: #E9EFFC;
  font-size: 1.25rem;
  font-weight: bold;
}

.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3 {
  display: block;
  margin: 1.8rem 0 1rem;
  padding: 5px 12px;
  border-bottom: 1px solid var(--main-color-3);
  border-left: 5px solid var(--main-color-3);
  font-size: 1.25rem;
  font-weight: bold;
}

.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4 {
  margin: 1.5rem 0 1rem;
  padding: 5px 0 3px 8px;
  border-bottom: 1px solid var(--main-color-3);
  font-size: 1rem;
  font-weight: bold;
}

.contentGpArticleDoc h5,
.contentPage h5,
.cke_editable h5 {
  margin: 1.5rem 0 12px;
  padding: 2px 0 0 10px;
  border-left: 4px solid var(--main-color-3);
  font-size: 1rem;
  font-weight: bold;
}

.contentGpArticleDoc h6,
.contentPage h6,
.cke_editable h6 {
  margin: 1.5rem 0 12px;
  padding: 3px 0 2px 4px;
  border-bottom: 1px dashed var(--main-color-4);
  font-size: 1rem;
  font-weight: bold;
}

.contentGpArticleDoc img,
.contentPage img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
  border-color: var(--mono-color-3);
}

.contentGpArticleDoc table,
.contentPage table,
.cke_editable table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.contentGpArticleDoc table,
.contentPage table {
  border: 2px solid var(--mono-color-6);
}

.cke_editable table {
  border: 2px solid var(--mono-color-3) !important;
}

.contentGpArticleDoc table p,
.contentPage table p,
.cke_editable table p {
  margin-bottom: 0;
}

.contentGpArticleDoc table caption,
.contentPage table caption,
.cke_editable table caption {
  margin: 8px;
  text-align: center;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td,
.cke_editable table th,
.cke_editable table td {
  padding: 6px 10px;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td {
  border: 1px solid var(--mono-color-6);
}

.contentGpArticleDoc table[border="0"] th,
.contentGpArticleDoc table[border="0"] td,
.contentPage table[border="0"] th,
.contentPage table[border="0"] td {
  border: none;
}

.cke_editable table th,
.cke_editable table td {
  border: 1px solid var(--mono-color-6) !important;
}

.cke_editable table[border="0"] th,
.cke_editable table[border="0"] td {
  border: none !important;
}

.contentGpArticleDoc th,
.contentPage th {
  background-color: var(--main-color-10);
  text-align: center;
}

.cke_editable th {
  background-color: var(--main-color-10) !important;
  text-align: center;
}

.contentGpArticleDoc table th img,
.contentGpArticleDoc table td img,
.contentPage table th img,
.contentPage table td img,
.cke_editable table th img,
.cke_editable table td img {
  padding: 6px 10px;
}

.contentGpArticleDoc ul,
.contentGpArticleDoc ol,
.contentPage ul,
.contentPage ol,
.cke_editable ul,
.cke_editable ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.contentGpArticleDoc ul,
.contentPage ul,
.cke_editable ul {
  list-style-type: disc;
}

.contentGpArticleDoc ol,
.contentPage ol,
.cke_editable ol {
  list-style-type: decimal;
}

.contentGpArticleDoc li,
.contentPage li,
.cke_editable li {
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc blockquote,
.contentPage 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 blockquote::before,
.contentGpArticleDoc blockquote::after,
.contentPage blockquote::before,
.contentPage 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 blockquote::before,
.contentPage blockquote::before,
.cke_editable blockquote::before {
  top: -8px;
  left: -10px;
}

.contentGpArticleDoc blockquote::after,
.contentPage blockquote::after,
.cke_editable blockquote::after {
  right: -10px;
  bottom: -32px;
}

.contentGpArticleDoc blockquote cite,
.contentPage blockquote cite,
.cke_editable blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8125rem;
  text-align: right;
  color: var(--mono-color-3);
}

.contentGpArticleDoc blockquote p:last-child,
.contentPage blockquote cite p:last-child,
.cke_editable blockquote p:last-child {
  margin: 0;
}

.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags,
.contentGpArticleDoc .qrcode,
.contentGpArticleDoc .inquiry,
.cke_editable .map,
.cke_editable .rels,
.cke_editable .tags {
  margin-bottom: 30px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2,
.cke_editable .maps h2,
.cke_editable .rels h2,
.cke_editable .tags h2 {
  margin: 0 0 10px;
  padding: 7px 0 7px 16px;
  border: none;
  background-color: var(--main-color-6);
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc .maps h3,
.cke_editable .maps h3 {
  margin: 0 0 12px;
  padding: 0;
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: var(--mono-color-6);
  background-color: transparent;
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc #placeList {
  position: relative;
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc #placeList::before {
  content: "ルート案内：";
  position: relative;
}

.contentGpArticleDoc .inquiry h2,
.contentPage .inquiry h2 {
  margin: 0;
  padding: 7px 0 7px 16px;
  border: none;
  background-color: var(--mono-color-6);
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc address,
.contentPage address {
  padding: 16px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-color: var(--mono-color-6);
  background: var(--mono-color-9);
  font-style: normal;
}

.contentGpArticleDoc address .section,
.contentPage address .section {
  font-weight: bold;
}

.contentGpArticleDoc address table caption,
.contentPage address table caption {
  text-align: left;
}

.contentGpArticleDoc address table,
.contentGpArticleDoc address table th,
.contentGpArticleDoc address table td,
.contentPage address table,
.contentPage address table th,
.contentPage address table td {
  border: 0;
}

.organization_contact_information table caption {
  margin: 8px 0;
}

.organization_contact_information table td {
  padding: 1px 0;
}

@media only screen and (max-width: 559px) {
  .contentGpArticleDoc address table th,
  .contentGpArticleDoc address table td,
  .contentPage address table th,
  .contentPage address table td {
    display: block;
  }
}

/* template contents  */
.contentGpArticleDoc .material,
.contentGpArticleDoc .memo {
  display: flex;
}

.contentGpArticleDoc .material-name,
.contentGpArticleDoc .memo-name {
  flex-basis: 6rem;
  margin-right: 1rem;
  padding: 4px 10px;
  background-color: var(--mono-color-8);
}

.contentGpArticleDoc .material-body,
.contentGpArticleDoc .memo-body {
  padding: 4px 0;
}

/* Icons.
----------------------------------------------- */
.iconFile,
.iconDefault,
.iconBmp,
.iconCsv,
.iconTxt,
.iconDoc,
.iconDocx,
.iconGif,
.iconJpg,
.iconJpe,
.iconJpeg,
.iconJtd,
.iconLzh,
.iconPdf,
.iconPng,
.iconPpt,
.iconPptx,
.iconXls,
.iconXlsx,
.iconZip {
  min-height: 16px;
  padding-left: 22px;
  /*
  background-image: url("/vpn/89/https/P75YPLUDNF4HTLUWPJRYG55FF3XGPLUKPA/_common/images/icons/default.png;vpn_img");
  */
  background-position: left center;
  background-repeat: no-repeat;
}

/* =========================================================
  本文装飾用クラス
========================================================= */

/* フレックス
----------------------------------------------- */
:is(.cke_editable, .body) .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

:is(.cke_editable, .body) .flex > * {
  margin: 0 !important;
}

:is(.cke_editable, .body) .flex.no-gap {
  gap: 0;
}

:is(.cke_editable, .body) .flex.nowrap {
  flex-wrap: nowrap;
}

:is(.cke_editable, .body) .flex.jus_center {
  justify-content: center;
}

:is(.cke_editable, .body) .flex.jus_between {
  justify-content: space-between;
}

:is(.cke_editable, .body) .flex.jus_end {
  justify-content: flex-end;
}

:is(.cke_editable, .body) .flex.ali_center {
  align-items: center;
}

:is(.cke_editable, .body) .flex.ali_start {
  align-items: flex-start;
}

:is(.cke_editable, .body) .flex.ali_end {
  align-items: flex-end;
}

:is(.cke_editable, .body) .flex > *.not_grow {
  flex-grow: 0;
}

:is(.cke_editable, .body) .flex > *.not_shrink {
  flex-shrink: 0;
}

:is(.cke_editable, .body) .flex.eq {
  flex-wrap: nowrap;
}

:is(.cke_editable, .body) .flex.eq > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}

:is(.cke_editable, .body) .flex.half > * {
  width: calc((100% - 20px) / 2);
}

:is(.cke_editable, .body) .flex.third > * {
  width: calc((100% - 40px) / 3);
}

:is(.cke_editable, .body) .flex.fourth > * {
  width: calc((100% - 60px) / 4);
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .flex:not(.nowrap) {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
  }

  :is(.cke_editable, .body) .flex:not(.nowrap) > * {
    width: 100%;
  }
}

/* =========================================================
  similarDocs (joruri-search)
========================================================= */
#similarDocs #reldoc {
  padding: 0 10px;
}

#similarDocs #reldoc li {
  padding: 12px 0;
}

#similarDocs #reldoc li:not(:last-child) {
  border-bottom: 1px solid var(--mono-color-6);
}

#similarDocs #reldoc .date {
  color: var(--mono-color-1);
  font-size: 0.875rem;
}

#similarDocs #reldoc .date::before {
  content: "（";
}

#similarDocs #reldoc .date::after {
  content: "）";
}

@media only screen and (max-width: 959px) {
  #similarDocs #reldoc {
    padding: 0;
  }

  #similarDocs #reldoc li {
    padding: 12px;
  }
}

/* print btn
----------------------------------------------- */
#printBtn {
  display: block;
  text-align: right;
}

#printBtn svg {
  margin: 0 4px 2px 0;
}
