@charset "UTF-8";

/* =========================================================
  page
========================================================= */

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-bottom: 15px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin: 0 0 0 1em;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2 {
  margin-bottom: 0.75em;
  padding: 7px 15px;
  border: 1px solid var(--ac-color-green-2);
  background-color: var(--ac-color-green-2);
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
}

.contentGpArticleDoc .maps h3 {
  margin-bottom: 15px;
}

.contentGpArticleDoc .rels ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  margin-left: 2em;
  padding: 0;
}

.contentGpArticleDoc > div:not(:last-child):not(.date) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 959px) {
  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2 {
    font-size: 1.25rem;
  }

  .contentGpArticleDoc > div:not(:last-child):not(.date) {
    margin-bottom: 30px;
  }
}

/* inquiry
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage) .inquiry h2 {
  margin-bottom: 20px;
  padding: 8px 14px;
  background: #e6e6e6;
  font-weight: 400;
  font-size: 1rem;
  color: var(--font-color);
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: normal;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address ~ address {
  margin-top: 0.75em;
}

/* body
----------------------------------------------- */
.cke_editable {
  font-size: 1rem;
}

.body::after, .text-beginning::after {
  content: "";
  display: table;
  clear: both;
}

.cke_editable > *,
.contentGpArticleDoc .body .text-beginning > *,
.contentPage .body > *,
.surveyForm .body > * {
  margin-bottom: 0.75em;
}

/* headline */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h2,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h3 {
  margin-top: 50px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h4 {
  margin-top: 30px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h2 {
  margin-bottom: 0.75em;
  padding: 7px 15px;
  border: 1px solid var(--ac-color-green-2);
  background-color: var(--ac-color-green-2);
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
  margin-bottom: 0.75em;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-left: 2px solid var(--ac-color-green-2);
  background: var(--ac-color-green-4);
  font-weight: 700;
  font-size: 1.5rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
  position: relative;
  margin-bottom: 0.75em;
  padding: 0 30px 6px;
  border-bottom: 2px solid var(--ac-color-green-2);
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: var(--ac-color-green-2);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
  position: relative;
  margin-bottom: 0.75em;
  padding: 0 22px;
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  margin-bottom: 0.75em;
  border-radius: 50%;
  background: var(--ac-color-green-2);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
  margin-bottom: 0.75em;
  color: var(--ac-color-green-1);
  font-weight: 700;
  font-size: 1.125rem;
}

/* p */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) p {
  margin-bottom: 1.5em;
}

/* img */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) img {
  max-width: 100%;
  height: auto !important;
}

/* table */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table {
  min-width: 50%;
  margin-bottom: 0.75em;
  border: 1px solid var(--mono-color-3);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table caption {
  margin-bottom: 10px;
}

: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(--mono-color-3);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th {
  background: var(--ac-color-green-4);
  font-weight: 700;
  text-align: center;
}

/* list */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.5em;
  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: 0.75em;
  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: 2.5em 0 3em !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;
}

/* iframe */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) iframe {
  max-width: 100%;
}

@media only screen and (max-width: 959px) {
  /* headline */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h2,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h3 {
    margin-top: 40px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h2 {
    font-size: 1.25rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
    padding: 0 20px 2px;
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4::before {
    width: 12px;
    height: 12px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
    padding: 0 18px;
    font-size: 1rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
    font-size: 1rem;
  }

  /* table */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) td {
    padding: 5px 10px;
  }

  .js-table-scroll .caption {
    text-align: center;
  }

  .js-table-scroll .scroll {
    width: auto;
    overflow-y: hidden !important;
    white-space: normal;
  }

  .js-table-scroll table caption {
    display: none;
  }

  .scroll th, .scroll td {
    min-width: 30vw;
  }

  .scroll-hint-icon {
    top: 50px;
  }

  /* hr */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) hr {
    margin: 1em 0 !important;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) hr.no-margin {
    margin: 0 !important;
  }
}

/* =========================================================
  本文装飾用クラス
========================================================= */

/* フレックス
----------------------------------------------- */
: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%;
  }
}

/* ul */
:is(.cke_editable, .body) ul.flex {
  list-style-position: inside;
  margin-left: 0 !important;
}

/* スマホで要素を縮ませない
----------------------------------------------- */
@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .no_shrink_wrapper {
    display: flex;
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
  }

  :is(.cke_editable, .body) .no_shrink {
    flex-shrink: 0;
  }
}

/* 左テキスト＋右画像
----------------------------------------------- */
:is(.cke_editable, .body) .side-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

:is(.cke_editable, .body) .side-image .col-lt {
  flex-basis: 46.25%;
  padding-top: 25px;
}

:is(.cke_editable, .body) .side-image .col-lt strong {
  display: block;
  font-weight: 700;
  font-size: 2rem;
}

:is(.cke_editable, .body) .side-image .col-rt {
  text-align: center;
}

:is(.cke_editable, .body) .side-image .col-lt p {
  margin-bottom: 25px;
}

:is(.cke_editable, .body) .side-image .col-rt {
  flex-basis: 48.75%;
}

:is(.cke_editable, .body) .side-image .col-rt img {
  border-radius: 18px;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .side-image {
    display: block;
    margin-bottom: 30px;
  }

  :is(.cke_editable, .body) .side-image .col-lt {
    padding-top: 0;
  }

  :is(.cke_editable, .body) .side-image .col-lt strong {
    font-size: 1.25rem;
  }
}

/* ul / 注意書きリスト
----------------------------------------------- */
:is(.cke_editable, .body) ul.note-list,
:is(.cke_editable, .body) ul li.note {
  list-style: none;
  text-indent: -1.375em;
}

:is(.cke_editable, .body) ul.note-list > li::before,
:is(.cke_editable, .body) ul li.note::before {
  display: inline;
  content: "※";
  margin-right: 0.375em;
}

:is(.cke_editable, .body) ul.note-list > li *,
:is(.cke_editable, .body) ul li.note > li * {
  text-indent: 0;
}

/* ol / 注意書きリスト, 丸数字リスト
----------------------------------------------- */
/* 注意書きリスト */
:is(.cke_editable, .body) ol.note-list {
  list-style: none;
  counter-reset: number;
  margin-bottom: 30px;
  padding-left: 2.5em;
  text-indent: -2.75em;
}

:is(.cke_editable, .body) ol.note-list > li::before {
  counter-increment: number;
  content: "※"counter(number)"";
  display: inline-block;
  width: 2.5em;
  margin-right: 0.25em;
  text-indent: 0;
  text-align: right;
}

:is(.cke_editable, .body) ol.note-list > li * {
  text-indent: 0;
}

/* 丸数字リスト */
:is(.cke_editable, .body) ol.circle {
  list-style: none;
  counter-reset: number;
  margin-left: 0.5em;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

:is(.cke_editable, .body) 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%;
  line-height: 1.5;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  font-size: 95%;
  text-indent: 0;
  text-align: center;
}

/* 開始番号指定 */
:is(.cke_editable, .body) ol.note-list.start1, :is(.cke_editable, .body) ol.circle.start1 {
  text-indent: 0;
}

:is(.cke_editable, .body) ol.note-list.start2, :is(.cke_editable, .body) ol.circle.start2 {
  counter-reset: number 1;
}

:is(.cke_editable, .body) ol.note-list.start3, :is(.cke_editable, .body) ol.circle.start3 {
  counter-reset: number 2;
}

:is(.cke_editable, .body) ol.note-list.start4, :is(.cke_editable, .body) ol.circle.start4 {
  counter-reset: number 3;
}

:is(.cke_editable, .body) ol.note-list.start5, :is(.cke_editable, .body) ol.circle.start5 {
  counter-reset: number 4;
}

:is(.cke_editable, .body) ol.note-list.start6, :is(.cke_editable, .body) ol.circle.start6 {
  counter-reset: number 5;
}

:is(.cke_editable, .body) ol.note-list.start7, :is(.cke_editable, .body) ol.circle.start7 {
  counter-reset: number 6;
}

:is(.cke_editable, .body) ol.note-list.start8, :is(.cke_editable, .body) ol.circle.start8 {
  counter-reset: number 7;
}

:is(.cke_editable, .body) ol.note-list.start9, :is(.cke_editable, .body) ol.circle.start9 {
  counter-reset: number 8;
}

/* 図表の凡例
----------------------------------------------- */
:is(.cke_editable, .body) .figure-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

:is(.cke_editable, .body) .figure-legend dl {
  display: inline-block;
  min-width: 30%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

:is(.cke_editable, .body) .figure-legend dt,
:is(.cke_editable, .body) .figure-legend dd {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

:is(.cke_editable, .body) .figure-legend dt::after {
  content: "…";
  display: inline-block;
  vertical-align: middle;
}

/* ol注意書きリストと組み合わせ */
:is(.cke_editable, .body) ol.note-list:has(.figure-legend) {
  padding-left: 0;
  text-indent: 0;
}

:is(.cke_editable, .body) ol.note-list:has(.figure-legend) > li {
  display: flex;
}

:is(.cke_editable, .body) ol.note-list:has(.figure-legend) > li:not(:last-child) {
  margin-bottom: 0.75em;
}

:is(.cke_editable, .body) ol.note-list:has(.figure-legend) > li::before {
  flex-shrink: 0;
}

/* ボックス
----------------------------------------------- */
/* normal-box */
:is(.cke_editable, .body) .normal-box {
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding: 20px;
  border: 1px solid var(--mono-color-5);
  box-shadow: 0 5px 5px #f2f2f2;
  background-color: var(--mono-color-9);
}

:is(.cke_editable, .body) .normal-box > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .normal-box {
    padding: 10px;
  }
}

/* qa-box */
:is(.cke_editable, .body) .qa-box {
  margin: 2em 0;
  padding: 15px 15px 10px;
  border: 1px solid var(--mono-color-5);
  box-shadow: 0 5px 5px #f2f2f2;
  background-color: var(--mono-color-9);
}

:is(.cke_editable, .body) .qa-box > dt {
  display: inline-block;
  position: relative;
  top: -30px;
  margin: 0;
  padding: 0 10px;
  background-color: var(--mono-color-9);
  font-weight: bold;
  font-size: 1.25rem;
}

:is(.cke_editable, .body) .qa-box > dd {
  position: relative;
  top: -15px;
  margin: 0;
}

:is(.cke_editable, .body) .qa-box dd > *:first-child {
  margin-top: 0 !important;
}

:is(.cke_editable, .body) .qa-box dd > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .qa-box {
    padding: 15px 10px 10px;
  }

  :is(.cke_editable, .body) .qa-box > dt {
    top: -28px;
    font-size: 1.125rem;
  }
}

/* フロー図
----------------------------------------------- */
:is(.cke_editable, .body) ol.flow {
  list-style: none !important;
  margin-bottom: 2em;
  padding: 0;
}

:is(.cke_editable, .body) ol.flow > li {
  position: relative;
  margin-bottom: 45px;
}

:is(.cke_editable, .body) ol.flow > li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-top: 15px solid var(--mono-color-5);
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
}

:is(.cke_editable, .body) ol.flow > li:last-child:before {
  display: none;
}

:is(.cke_editable, .body) ol.flow ol.flow {
  margin-bottom: 0;
}

:is(.cke_editable, .body) ol.flow ol.flow li:last-child {
  margin-bottom: 0;
}

:is(.cke_editable, .body) ol.flow .normal-box {
  margin-top: 0;
  margin-bottom: 0;
}

:is(.cke_editable, .body) ol.flow > li dl {
  margin: 0;
  padding: 0;
  border: 1px solid var(--mono-color-5);
  box-shadow: 0 5px 5px #f2f2f2;
}

:is(.cke_editable, .body) ol.flow > li > p {
  border: 1px solid #ccc;
  font-weight: bold;
}

:is(.cke_editable, .body) ol.flow > li > p,
:is(.cke_editable, .body) ol.flow > li dl dt {
  max-width: 100%;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid var(--mono-color-5);
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  font-size: 1.125rem;
}

:is(.cke_editable, .body) ol.flow > li dl dd {
  width: 100%;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) ol.flow > li dl dd {
    display: block;
  }

  :is(.cke_editable, .body) ol.flow > li dl dd img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }

  :is(.cke_editable, .body) ol.flow > li dl dd img + p {
    display: block;
  }

  :is(.cke_editable, .body) ol.flow > li .temp1,
  :is(.cke_editable, .body) ol.flow > li .temp2 {
    text-align: center;
  }
}

/* ボタン
----------------------------------------------- */
:is(.cke_editable, .body) .btn a {
  display: inline-block;
  min-width: 260px;
  border: 1px solid var(--ac-color-green-1);
  border-radius: 8px;
  padding: 6px 35px;
  background: url(/_themes/site/images/arrow-white.svg) right 12px center no-repeat var(--ac-color-green-1) !important;
  color: var(--mono-color-9);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .btn a:hover {
  background-image: url(/_themes/site/images/arrow-green.svg) !important;
  background-color: var(--mono-color-9-1) !important;
  color: var(--font-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .btn a.blank {
  background: url(/_themes/site/images/ic-target_blank_on.svg) right 12px center no-repeat var(--ac-color-green-1) !important;
}

:is(.cke_editable, .body) .btn a.blank:hover {
  background-image: url(/_themes/site/images/ic-target_blank.svg) !important;
  background-color: var(--mono-color-9) !important;
}

:is(.cke_editable, .body) .btn a.blank .external {
  display: none;
}

/* large */
:is(.cke_editable, .body) .btn.large a {
  min-width: 400px;
  padding: 15px 35px;
  font-size: 1.25rem;
}

:is(.cke_editable, .body) .btn.large a.blank {
  background-size: 15px auto !important;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .btn a {
    min-width: 80% !important;
  }
}

/* wht */
:is(.cke_editable, .body) .btn.wht a {
  background: url(/_themes/site/images/arrow-green.svg) right 12px center no-repeat var(--mono-color-9) !important;
  color: var(--font-color);
}

:is(.cke_editable, .body) .btn.wht a:hover {
  background: url(/_themes/site/images/arrow-white.svg) right 12px center no-repeat var(--ac-color-green-1) !important;
  color: var(--mono-color-9);
}

:is(.cke_editable, .body) .btn.wht a.blank {
  background-image: url(/_themes/site/images/ic-target_blank.svg) !important;
}

:is(.cke_editable, .body) .btn a.blank:hover {
  background-image: url(/_themes/site/images/ic-target_blank_on.svg) !important;
}

/* ボタンリスト（緑）
----------------------------------------------- */
:is(.cke_editable, .body) .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-left: 0 !important;
}

:is(.cke_editable, .body) .btn-list li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.cke_editable, .body) .btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 66px;
  border: 1px solid var(--ac-color-green-1);
  border-radius: 8px;
  padding: 6px 35px 6px 10px;
  background-image: url(/_themes/site/images/arrow-white.svg) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  background-color: var(--ac-color-green-1);
  color: var(--mono-color-9);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .btn-list li a:hover {
  background-image: url(/_themes/site/images/arrow-green.svg) !important;
  background-color: var(--mono-color-9);
  color: var(--font-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .btn-list li a.blank {
  background-image: url(/_themes/site/images/ic-target_blank_on.svg) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
}

:is(.cke_editable, .body) .btn-list li a.blank:hover {
  background-image: url(/_themes/site/images/ic-target_blank.svg) !important;
}

:is(.cke_editable, .body) .btn-list li a.blank .external {
  display: none;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .btn-list li {
    flex-basis: 100%;
  }
}

/* ボタンリスト（白）
----------------------------------------------- */
:is(.cke_editable, .body) .btn-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-left: 0 !important;
}

:is(.cke_editable, .body) .btn-list2 li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.cke_editable, .body) .btn-list2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 66px;
  padding: 6px 35px 6px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(39,154,73,0.2);
  background-image: url(/_themes/site/images/arrow-green.svg) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  background-color: var(--mono-color-9);
  color: var(--font-color);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .btn-list2 li a:hover {
  background-image: url(/_themes/site/images/arrow-white.svg) !important;
  background-color: var(--ac-color-green-1);
  color: var(--mono-color-9);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .btn-list2 li a.blank {
  background-image: url(/_themes/site/images/ic-target_blank.svg) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
}

:is(.cke_editable, .body) .btn-list2 li a.blank:hover {
  background-image: url(/_themes/site/images/ic-target_blank_on.svg) !important;
}

:is(.cke_editable, .body) .btn-list2 li a.blank .external {
  display: none;
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .btn-list2 li {
    flex-basis: 100%;
  }
}

/* アンカーリスト
----------------------------------------------- */
:is(.cke_editable, .body) .anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-left: 0 !important;
  padding: 20px 10px !important;
  border-top: 2px solid var(--ac-color-green-1);
  border-bottom: 2px solid var(--ac-color-green-1);
}

:is(.cke_editable, .body) .anchor-list li {
  flex-basis: calc((100% - 60px) / 4);
  list-style: none;
}

:is(.cke_editable, .body) .anchor-list.half li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.cke_editable, .body) .anchor-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 15px 35px 15px 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(39,154,73,0.2);
  color: var(--font-color);
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .anchor-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(90deg) translateX(-7px);
  width: 8px;
  height: 14px;
  background: url(/_themes/site/images/arrow-green.svg) center center / cover no-repeat;
}

:is(.cke_editable, .body) .anchor-list li a:hover {
  background-color: var(--ac-color-green-1);
  color: var(--mono-color-9);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .anchor-list li a:hover::before {
  background-image: url(/_themes/site/images/arrow-white.svg);
}

@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) .anchor-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  :is(.cke_editable, .body) .anchor-list li {
    white-space: nowrap;
  }
}

/* スライドメニュー
----------------------------------------------- */
:is(.cke_editable, .body) .slide-menu,
:is(.cke_editable, .body) .slide-menu > dt,
:is(.cke_editable, .body) .slide-menu > dd {
  margin: 0 !important;
  padding: 0 !important;
}

:is(.cke_editable, .body) .slide-menu {
  margin-bottom: 1.5em !important;
}

:is(.cke_editable, .body) .slide-menu dt {
  position: relative;
  padding: 6px 10px 6px 40px !important;
  border-bottom: 2px solid var(--ac-color-green-2);
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.cke_editable, .body) .slide-menu dt::before,
:is(.cke_editable, .body) .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(.cke_editable, .body) .slide-menu dt::after {
  transform: rotate(-90deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .slide-menu.current dt::after {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.cke_editable, .body) .slide-menu dt .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none !important;
}

:is(.cke_editable, .body) .slide-menu dd {
  padding-top: 1em !important;
}

/* スマホで横スクロールさせない表
----------------------------------------------- */
@media only screen and (max-width: 959px) {
  :is(.cke_editable, .body) table.sp-no-scroll th,
  :is(.cke_editable, .body) table.sp-no-scroll td {
    padding: 3px;
    font-size: 0.75rem;
  }
}

/* サイトマップ
----------------------------------------------- */
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 50px;
  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 50px;
}

@media only screen and (max-width: 959px) {
  ul.sitemap {
    padding: 0 10px;
  }
}