@charset "UTF-8";

/* =========================================================
  page
========================================================= */

/* contentPage, contentGpArticleDoc
----------------------------------------------- */
.contentPage, .contentGpArticleDoc {
  padding: 20px 10px;
  border: 1px solid var(--mono-color-9);
  border-radius: 5px;
  box-shadow: 0 0 1px var(--mono-color-5);
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-bottom: 30px;
  font-size: 0.875rem;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin-left: 1em;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2 {
  margin-bottom: 15px;
  padding: 0 5px 5px;
  border-bottom: 1px solid var(--ac-color-red-1);
  font-weight: 700;
  font-size: 1.25rem;
}

.contentGpArticleDoc .maps h3 {
  margin-bottom: 10px;
}

.contentGpArticleDoc .rels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  list-style: none;
  padding: 0 10px;
}

.contentGpArticleDoc .rels li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.contentGpArticleDoc .rels li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ac-color-red-1);
}

.contentGpArticleDoc > div:not(.date):not(:last-child) {
  margin-bottom: 30px;
}

.contentGpArticleDoc .body .text-beginning > *:last-child {
  margin-bottom: 0 !important;
}

/* inquiry
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry {
  display: flex;
  margin-top: 30px;
  border: 1px solid var(--ac-color-red-2);
  background: var(--mono-color-9);
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry h2 {
  flex-shrink: 0;
  margin: 0 !important;
  padding: 10px !important;
  background: var(--ac-color-red-1) !important;
  color: var(--mono-color-9) !important;
  font-weight: 700;
  font-size: 1rem !important;
  text-align: center;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  font-style: normal;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry address ~ address {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #b5b5b5;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry address .section {
  font-weight: 700;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry {
    display: block;
  }
}

/* body
----------------------------------------------- */
.cke_editable {
  font-size: 1rem;
}

.body::after, .text-beginning::after {
  content: "";
  display: table;
  clear: both;
}

.cke_editable > *:not(:last-child),
.contentGpArticleDoc .body .text-beginning > *:not(:last-child),
.contentPage .body > *:not(:last-child),
.surveyForm .body > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* headline */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h2,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h3,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h4 {
  margin-top: 1.5rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h5,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h6 {
  margin-top: 25px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h2 {
  margin-bottom: 1.5rem;
  padding: 0 5px 5px;
  border-bottom: 1px solid var(--ac-color-red-1);
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
  margin-bottom: 1.5rem;
  padding: 0 0 0 8px;
  border-left: 6px solid var(--ac-color-red-1);
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 0 0 25px;
  font-weight: 700;
  font-size: 1.0625rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 4px;
  width: 11px;
  height: 11px;
  background: var(--ac-color-red-1);
}


:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 0 0 30px;
  font-weight: 700;
  font-size: 1rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ac-color-red-1);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
  margin-bottom: 1.5rem;
  padding: 0 0 0 24px;
  color: var(--ac-color-red-1);
  font-weight: 700;
  font-size: 1rem;
}

/* p */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) p {
  margin-bottom: 1.5rem;
}

/* img */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) img {
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

/* table */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table {
  min-width: 50%;
  margin-bottom: 1.5rem;
  border: 1px solid var(--ac-color-red-2);
  table-layout: auto;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .temp1 table,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .temp2 table {
  min-width: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table caption {
  margin-bottom: 0.5rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table caption p {
  margin-bottom: 0 !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) td {
  padding: 10px;
  border: 1px solid var(--ac-color-red-2);
  background-color: var(--mono-color-9);
  vertical-align: middle;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th {
  background: var(--ac-color-red-1);
  color: var(--mono-color-9);
  font-weight: 700;
  text-align: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th * ,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) td * {
  word-break: break-all;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th > *:first-child,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) td > *:first-child {
  margin-top: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th > *:last-child,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) td > *:last-child {
  margin-bottom: 0;
}

/* list */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 2em;
  padding: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul ul {
  list-style-type: circle;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-right: 0;
  padding-left: 2em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) li ul,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) li ol {
  margin-bottom: 0;
}

/* hr */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) hr {
  height: 1px;
  margin: 3rem 0 !important;
  border: 0;
  border-bottom: 1px solid var(--mono-color-5);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) hr.no-margin {
  margin: 0 !important;
}

@media only screen and (max-width: 534px) {
  /* table */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) td {
    padding: 6px 8px;
  }

  /* hr */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) hr {
    margin: 1.5rem 0 !important;
  }
}

/* =========================================================
  本文装飾用クラス
========================================================= */

/* ボックス
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .box {
  padding: 10px;
  border: 1px solid var(--ac-color-red-1);
  background: var(--mono-color-9);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .box > *:last-child {
  margin-bottom: 0;
}

/* フレックス
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 1.5rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex > * {
  margin: 0 !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.no-gap {
  gap: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.nowrap {
  flex-wrap: nowrap;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.jus_center {
  justify-content: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.jus_between {
  justify-content: space-between;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.jus_end {
  justify-content: flex-end;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.ali_center {
  align-items: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.ali_start {
  align-items: flex-start;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.ali_end {
  align-items: flex-end;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex > *.not_grow {
  flex-grow: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex > *.not_shrink {
  flex-shrink: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.eq {
  flex-wrap: nowrap;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.eq > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.half > * {
  width: calc((100% - 15px) / 2);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.third > * {
  width: calc((100% - 30px) / 3);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex.fourth > * {
  width: calc((100% - 45px) / 4);
}

/* table */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.center {
  margin-right: auto;
  margin-left: auto;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.nb-table {
  border: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.nb-table th,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.nb-table td {
  border: 0;
  padding: 5px;
  background: transparent;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.nb-table th,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.nb-table td {
    max-width: unset;
    min-width: unset;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table.nb-table td:has(img) {
    min-width: 35vw;
  }
}

/* ul */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.flex {
  gap: 0 2.5em;
}

/* ol */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flex {
  gap: 0 2.5em;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex:not(.nowrap) {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex:not(.nowrap) > * {
    width: 100%;
  }
}

/* ul / 注意書きリスト
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.note {
  margin-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li {
  display: flex;
  list-style: none;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li::before {
  content: "※";
  flex-shrink: 0;
  margin-right: 0.375em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li * {
  text-indent: 0;
}

/* ol / 注意書きリスト, 丸数字リスト, 括弧リスト
----------------------------------------------- */
/* 注意書きリスト */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.note {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.note > li {
  display: flex;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.note > li::before {
  counter-increment: number;
  content: "※"counter(number)"";
  flex-shrink: 0;
  width: 2em;
  margin-right: 0.25em;
  text-align: center;
  text-indent: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.note > li * {
  text-indent: 0;
}

/* 丸数字リスト */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle > li {
  display: flex;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle > li::before {
  counter-increment: number;
  content: counter(number);
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
  border: 1px solid #666;
  border-radius: 50%;
  font-size: 95%;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  line-height: 1.5;
  text-align: center;
  text-indent: 0;
}

/* 括弧リスト */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren > li {
  display: flex;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren > li::before {
  counter-increment: number;
  content: "("counter(number)")";
  flex-shrink: 0;
  text-indent: 0;
}

/* サイトマップ
----------------------------------------------- */
ul.sitemap.level1 {
  border-bottom: 1px dotted var(--mono-color-5);
}

ul.sitemap li.level1 {
  padding: 8px 0;
  border-top: 1px dotted var(--mono-color-5);
}

ul.sitemap li.level1 a {
  padding-left: 10px;
}

ul.sitemap ul.level2 {
  margin-top: 5px;
  padding: 10px 0px 10px 30px;
  border-top: 1px dotted var(--mono-color-5);
}

ul.sitemap li.level2 {
  padding: 8px 0;
  border-bottom: 1px dotted var(--mono-color-5);
}

ul.sitemap li.level2 a {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(/_themes/site/images/arrow-red.svg) left center no-repeat;
}

ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 30px;
}