@charset "UTF-8";

/* =========================================================
  page
========================================================= */

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-top: -10px;
  margin-bottom: 30px;
  color: var(--mono-color-3);
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin-left: 1em;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 15px;
  border: 1px solid var(--ac-color-green-4);
  border-radius: 6px;
  background: var(--ac-color-green-4);
  font-weight: 700;
  font-size: 1.25rem;
}

.contentGpArticleDoc .maps h2::before,
.contentGpArticleDoc .rels h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  background: var(--ac-color-green-1);
}

.contentGpArticleDoc .maps h3 {
  margin-bottom: 10px;
}

.contentGpArticleDoc .rels ul {
  list-style-type: disc;
  margin-left: 2em;
  padding: 0;
}

.contentGpArticleDoc .rels li {
  margin-bottom: 8px;
}

.contentGpArticleDoc > div:not(.date):not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 534px) {
  .contentGpArticleDoc .date {
    margin-top: -5px;
    font-size: 0.75rem;
  }

  .contentGpArticleDoc .date p {
    margin-left: 0;
  }

  .contentGpArticleDoc .date p.updatedAt::before {
    content: "/";
    margin: 0 0.5em;
  }

  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2 {
    padding: 8px 15px;
    font-size: 1.125rem;
  }
}

/* inquiry
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage) .inquiry {
  padding: 32px;
  border-radius: 5px;
  background: #f2f6f9;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.3125rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address {
  font-style: normal;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address ~ address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--mono-color-5);
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address .section {
  font-weight: 700;
  font-size: 1.3125rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc, .contentPage) .inquiry {
    padding: 18px 14px;
    font-size: 0.875rem;
  }

  :is(.contentGpArticleDoc, .contentPage) .inquiry h2 {
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc, .contentPage) .inquiry address .section {
    font-size: 1.125rem;
  }
}

/* body
----------------------------------------------- */
.cke_editable {
  font-size: 1rem;
}

.body::after, .text-beginning::after {
  content: "";
  display: table;
  clear: both;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* headline */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) * + h2,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) * + h3 {
  margin-top: 1.5rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) * + h4 {
  margin-top: 25px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h2 {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 12px 15px;
  border: 1px solid var(--ac-color-green-4);
  border-radius: 6px;
  background: var(--ac-color-green-4);
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  background: var(--ac-color-green-1);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 0 5px;
  border-bottom: 3px solid var(--ac-color-green-4);
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h3::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 88px;
  height: 3px;
  background: var(--ac-color-green-1);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 18px;
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h4::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #4bb546;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 18px;
  font-weight: 700;
  font-size: 1.0625rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h5::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4bb546;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
  margin-bottom: 1.5rem;
  color: var(--ac-color-green-1);
  font-weight: 700;
  font-size: 1.0625rem;
}

/* p */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) p {
  margin-bottom: 1.5rem;
}

/* img */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) img {
  max-width: 100%;
  height: auto !important;
}

/* table */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) table {
  min-width: 50%;
  margin-bottom: 1.5rem;
  border: 1px solid var(--mono-color-6);
  table-layout: auto;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) table caption {
  margin-bottom: 0.5rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) th,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) td {
  padding: 15px;
  border: 1px solid var(--mono-color-6);
  vertical-align: middle;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) th {
  background: #f3f6f8;
  font-weight: 700;
  text-align: center;
}

/* list */
:is(.contentGpArticleDoc .body .text-beginning, .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 .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ul ul {
  list-style-type: circle;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) li ul,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) li ol {
  margin-bottom: 0;
}

/* hr */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) hr {
  height: 1px;
  margin: 3rem 0;
  border: 0;
  border-bottom: 1px solid var(--mono-color-5);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) hr.no-margin {
  margin: 0;
}

@media only screen and (max-width: 534px) {
  /*
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body,
  .surveyForm .body {
    font-size: 0.875rem;
  }
  */

  /* headline */
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h2 {
    padding: 8px 15px;
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
    font-size: 1.0625rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
    font-size: 1rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h5::before {
    top: 9px;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
    font-size: 1rem;
  }

  /* table */
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) th,
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) td {
    padding: 6px 8px;
  }

  /* hr */
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) hr {
    margin: 1.5rem 0 !important;
  }
}

/* =========================================================
  本文装飾用クラス
========================================================= */

/* フレックス
----------------------------------------------- */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 1.5rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex > * {
  margin: 0 !important;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.no-gap {
  gap: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.nowrap {
  flex-wrap: nowrap;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.jus_center {
  justify-content: center;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.jus_between {
  justify-content: space-between;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.jus_end {
  justify-content: flex-end;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.ali_center {
  align-items: center;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.ali_start {
  align-items: flex-start;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.ali_end {
  align-items: flex-end;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex > *.not_grow {
  flex-grow: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex > *.not_shrink {
  flex-shrink: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.eq {
  flex-wrap: nowrap;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.eq > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.half > * {
  width: calc((100% - 15px) / 2);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.third > * {
  width: calc((100% - 30px) / 3);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.fourth > * {
  width: calc((100% - 45px) / 4);
}

/* ul */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ul.flex {
  gap: 0 2.5em;
}

/* ol */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.flex {
  gap: 0 2.5em;
}

@media only screen and (min-width: 960px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex.pc-nowrap {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex:not(.nowrap) {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .flex:not(.nowrap) > * {
    width: 100%;
  }
}

/* ul / 注意書きリスト
----------------------------------------------- */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ul.note {
  margin-left: 0.4em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.375em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li::before {
  content: "※";
  display: inline;
  margin-right: 0.375em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li * {
  text-indent: 0;
}

/* ol / 注意書きリスト, 丸数字リスト, 括弧リスト
----------------------------------------------- */
/* 注意書きリスト */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.note {
  list-style: none;
  counter-reset: number;
  padding-left: 2.25em;
  text-indent: -2.25em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.note > li::before {
  counter-increment: number;
  content: "※"counter(number)"";
  display: inline-block;
  width: 2em;
  margin-right: 0.25em;
  text-align: center;
  text-indent: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.note > li * {
  text-indent: 0;
}

/* 丸数字リスト */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle > li {
  padding-left: 1.65em;
  text-indent: -1.65em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle > li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  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 .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren > li {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren > li::before {
  counter-increment: number;
  content: "("counter(number)")";
  display: inline-block;
  width: 1.5em;
  margin-right: 0.25em;
  text-align: center;
  text-indent: 0;
}

/* 開始番号指定 */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start1, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start1, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start1 {
  text-indent: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start2, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start2, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start2 {
  counter-reset: number 1;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start3, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start3, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start3 {
  counter-reset: number 2;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start4, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start4, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start4 {
  counter-reset: number 3;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start5, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start5, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start5 {
  counter-reset: number 4;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start6, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start6, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start6 {
  counter-reset: number 5;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start7, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start7, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start7 {
  counter-reset: number 6;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start8, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start8, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start8 {
  counter-reset: number 7;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.note.start9, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start9, :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)  ol.circle.start9 {
  counter-reset: number 8;
}

/* スライドメニュー
----------------------------------------------- */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu > dt,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu > dd {
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu {
  margin-bottom: 1.5rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu dt {
  position: relative;
  padding: 6px 10px 6px 40px;
  border-bottom: 2px solid var(--ac-color-green-1);
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu dt::before,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: var(--ac-color-green-1);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu dt::after {
  transform: rotate(-90deg);
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu.current dt::after {
  opacity: 0;
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu dt .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none !important;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .slide-menu dd {
  padding-top: 1em;
}

/* アクセスマップ
----------------------------------------------- */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access span.nav::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 15px solid var(--mono-color-0);
}

/* access-map */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-map {
  max-width: 1000px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-map-img {
    overflow-y: hidden;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-map-img img {
    max-width: none !important;
    height: 274px !important;
  }
}

/* access-outside */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside {
  margin-bottom: 40px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style {
  margin-bottom: 20px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list li {
  flex: 1 1 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 2px solid var(--mono-color-6);
  border-radius: 9px 9px 0 0;
  background: var(--mono-color-6);
  color: var(--mono-color-0);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list li a:hover {
  opacity: 0.8;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list li.current a {
  position: relative;
  border-color: var(--ac-color-green-1);
  background: var(--mono-color-9);
  color: var(--ac-color-green-1);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list li.current a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 4px;
  background: var(--mono-color-9);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-detail {
  list-style: none;
  margin: 0;
  padding: 30px;
  border: 2px solid var(--ac-color-green-1);
  border-radius: 0 0 9px 9px;
  text-align: center;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-detail>li {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-detail>li.current {
  display: block;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .note {
  text-align: right;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  counter-reset: number;
  margin: 0 0 20px;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
  position: relative;
  margin: 0;
  padding: 15px 15px 20px 60px;
  background: var(--ac-color-green-4);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 15px;
  width: 2em;
  height: 2em;
  border: 1px solid var(--ac-color-green-1);
  border-radius: 50%;
  background: var(--mono-color-9);
  font-weight: 700;
  line-height: 1.75em;
  text-align: center;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li dt {
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li dd .item {
  margin-top: 10px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li dd .item .ttl {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-list li a {
    font-size: 0.875rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside .tab-style .tab-detail {
    padding: 15px;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside-img {
    overflow-y: hidden;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside-img img {
    max-width: none !important;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside-img img[src*="img_map_01"] {
    height: 366px !important;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside-img img[src*="img_map_02"] {
    height: 164px !important;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside-img img[src*="img_map_03"] {
    height: 253px !important;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol {
    flex-direction: column;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li {
    flex-basis: 0;
    width: 100%;
    padding: 15px 5px 20px 40px;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li::before {
    top: 17px;
    left: 10px;
    width: 1.5em;
    height: 1.5em;
    font-size: 0.875rem;
    line-height: 1.25em;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li dt {
    font-size: 1rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li dd .item {
    font-size: 0.875rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-outside ol li dd .item .ttl {
    font-size: 0.875rem;
  }
}

/* access-car */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-car {
  margin-bottom: 40px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-car dt {
  font-weight: 700;
  font-size: 1.125rem;
}

/* access-transportation */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation {
  display: flex;
  gap: 20px 40px;
  margin-bottom: 40px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation dl {
  display: flex;
  gap: 15px;
  flex-basis: calc((100% - 40px) / 2);
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation dt {
  flex-shrink: 0;
  flex-basis: 25%;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation dd {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation dd .ttl {
  font-weight: 700;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation {
    flex-direction: column;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation dl {
    flex-basis: 0;
    flex-direction: column;
    width: 100%;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .kamiyama-access .access-transportation dt {
    flex-basis: 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-green.svg) left center no-repeat;
}

ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 30px;
}