@charset "UTF-8";

/* =========================================================
  promotion
========================================================= */

/* contentGpCategoryCategoryType
----------------------------------------------- */
.contentGpCategoryCategoryType {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contentGpCategoryCategoryType section {
  flex-basis: calc((100% - 48px) / 3);
}

.contentGpCategoryCategoryType section h2 a {
  display: block;
  padding: 15px 30px 15px 20px;
  border: 1px solid var(--ac-color-blue-3);
  border-radius: 6px;
  background: url(/_themes/site/images/arrow-blue.svg) right 15px center no-repeat var(--ac-color-blue-3);
  font-weight: 700;
  font-size: 1.125rem;
}

.contentGpCategoryCategoryType section h2 a:hover {
  opacity: 0.6;
}

.contentGpCategoryCategoryType section ul {
  padding: 20px 8px 0;
}

.contentGpCategoryCategoryType section ul ul {
  padding-top: 8px;
}

@media only screen and (max-width: 767px) {
  .contentGpCategoryCategoryType {
    display: block;
  }

  .contentGpCategoryCategoryType section:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* contentGpCategoryCategory, contentGpArticleDocs
----------------------------------------------- */
.contentGpCategoryCategory .promotion_docs_1 ul,
.contentGpArticleDocs .docs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 4%;
}

.contentGpCategoryCategory .promotion_docs_1 li,
.contentGpArticleDocs .docs li {
  flex-basis: calc(92% / 3);
  aspect-ratio: 1/1;
}

.contentGpCategoryCategory .promotion_docs_1 li a,
.contentGpArticleDocs .docs li a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  background: var(--mono-color-3);
  transition: opacity 0.25s ease-in-out;
}

.contentGpCategoryCategory .promotion_docs_1 li a:hover,
.contentGpArticleDocs .docs li a:hover {
  opacity: 0.7;
}

.contentGpCategoryCategory .promotion_docs_1 li a::before,
.contentGpArticleDocs .docs li a::before {
  content: "No Image";
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mono-color-9);
  font-size: 1.125rem;
}

.contentGpCategoryCategory .promotion_docs_1 li .image,
.contentGpArticleDocs .docs li .image {
  position: absolute;
  inset: 0;
}

.contentGpCategoryCategory .promotion_docs_1 li .image::before,
.contentGpArticleDocs .docs li .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

.contentGpCategoryCategory .promotion_docs_1 li .image img,
.contentGpArticleDocs .docs li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentGpCategoryCategory .promotion_docs_1 li .subtitle,
.contentGpArticleDocs .docs li .subtitle,
.contentGpCategoryCategory .promotion_docs_1 li .title,
.contentGpArticleDocs .docs li .title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 10px 15px;
  color: var(--mono-color-9);
  font-weight: 700;
  font-size: 1.25rem;
}

.contentGpCategoryCategory .promotion_docs_1 li .subtitle + .title,
.contentGpArticleDocs .docs li .subtitle + .title {
  display: none;
}

@media only screen and (max-width: 959px) {
  .contentGpCategoryCategory .promotion_docs_1 li .subtitle,
  .contentGpArticleDocs .docs li .subtitle,
  .contentGpCategoryCategory .promotion_docs_1 li .title,
  .contentGpArticleDocs .docs li .title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .contentGpCategoryCategory .promotion_docs_1 ul,
  .contentGpArticleDocs .docs ul {
    gap: 24px 4%;
  }

  .contentGpCategoryCategory .promotion_docs_1 li,
  .contentGpArticleDocs .docs li {
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 534px) {
  .contentGpCategoryCategory .promotion_docs_1 li .image::before,
  .contentGpArticleDocs .docs li .image::before {
    height: 70%;
  }

  .contentGpCategoryCategory .promotion_docs_1 li .subtitle,
  .contentGpArticleDocs .docs li .subtitle,
  .contentGpCategoryCategory .promotion_docs_1 li .title,
  .contentGpArticleDocs .docs li .title {
    padding: 10px;
    font-size: 0.875rem;
  }
}

/* contentGpCategoryCategory promotion-narutoyaken_docs_1 */
.contentGpCategoryCategory .promotion-narutoyaken_docs_1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 3.33%;
}

.contentGpCategoryCategory .promotion-narutoyaken_docs_1 li {
  flex-basis: 22.5%;
}

.contentGpCategoryCategory .promotion-narutoyaken_docs_1 li a {
  transition: opacity 0.25s ease-in-out;
}

.contentGpCategoryCategory .promotion-narutoyaken_docs_1 li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .contentGpCategoryCategory .promotion-narutoyaken_docs_1 ul {
    gap: 24px 4%;
  }

  .contentGpCategoryCategory .promotion-narutoyaken_docs_1 li {
    flex-basis: 48%;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-bottom: 35px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin-left: 1em;
}

.contentGpArticleDoc .body {
  max-width: 850px;
  margin: 0 auto;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2 {
  margin-bottom: 15px;
  padding: 9px 8px 9px 20px;
  border-bottom: 2px solid var(--ac-color-blue-1);
  background: var(--ac-color-blue-3);
  font-weight: 700;
  font-size: 1.75rem;
}

.contentGpArticleDoc .maps h3 {
  margin-bottom: 10px;
}

.contentGpArticleDoc .rels ul {
  list-style: none;
  padding: 0 15px;
}

.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: #a0a0a0;
}

.contentGpArticleDoc > div:not(.date):not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 534px) {
  .contentGpArticleDoc .date {
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 0.75rem;
  }

  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2 {
    font-size: 1.25rem;
  }

  .contentGpArticleDoc > div:not(.date):not(:last-child) {
    margin-bottom: 30px;
  }
}

/* inquiry
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry {
  margin-top: 40px;
  padding: 25px;
  border: 1px solid var(--mono-color-7);
  background: var(--mono-color-7);
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry h2 {
  margin: 0 0 15px !important;
  padding: 0 0 5px !important;
  background: none !important;
  border-bottom: 1px solid #b5b5b5 !important;
  font-weight: 700;
  font-size: 1.3125rem !important;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  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: 534px) {
  :is(.contentGpArticleDoc, .contentPage, .cke_editable) .inquiry {
    padding: 15px;
    font-size: 0.875rem;
  }
}

/* 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;
  font-weight: 700;
  font-size: 2.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
  margin-bottom: 1.5rem;
  color: var(--ac-color-blue-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, .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(--mono-color-6);
  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(--mono-color-6);
  vertical-align: middle;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th {
  background: #f3f6f8;
  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) {
  /* headline */
  :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 {
    font-size: 1.0625rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
    font-size: 1rem;
  }

  :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: 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) .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;
}

/* ボタン
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn a {
  display: inline-block;
  min-width: 280px;
  border: 1px solid #604c3f;
  border-radius: 8px;
  padding: 8px 35px;
  background: url(/_themes/site/images/arrow-white.svg) right 12px center no-repeat #604c3f !important;
  color: var(--mono-color-9);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn a:hover {
  background-image: url(/_themes/site/images/arrow-brown.svg) !important;
  background-color: var(--mono-color-9) !important;
  color: var(--font-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn a.blank {
  background: url(/_themes/site/images/link-blank.svg) right 12px center no-repeat #604c3f !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn a.blank:hover {
  background-color: var(--mono-color-9) !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn a.blank .external {
  display: none;
}

/* ボタンリスト
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-left: 0 !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li {
  flex-basis: calc((100% - 20px) / 2);
  list-style: none;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #604c3f;;
  border-radius: 8px;
  padding: 8px 35px 8px 10px;
  background-image: url(/_themes/site/images/arrow-white.svg) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  background-color: #604c3f;;
  color: var(--mono-color-9);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li a:hover {
  background-image: url(/_themes/site/images/arrow-brown.svg) !important;
  background-color: var(--mono-color-9);
  color: var(--font-color);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li a.blank {
  background-image: url(/_themes/site/images/promotion/ic-targetblank01.svg) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li a.blank:hover {
  background-image: url(/_themes/site/images/promotion/ic-targetblank02.svg) !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li a.blank .external {
  display: none;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .btn-list li {
    flex-basis: 100%;
  }
}

/* 画僧スライダ—
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .slide ul,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .slide ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .slide ul .slick-arrow.slick-prev {
  left: -10px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .slide ul .slick-arrow.slick-next {
  right: -10px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .slide .slick-btn-wrapper {
  margin-top: 10px;
}

/* コンテンツ幅を無視したワイド表示
----------------------------------------------- */
@media only screen and (min-width: 768px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .over {
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1230px;
    margin-left: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* 文化財
----------------------------------------------- */
/* トップ */
@media only screen and (max-width: 767px) {
  :is(.contentGpArticleDoc .body) .bunkazai-map-img {
    overflow-y: hidden;
  }

  :is(.contentGpArticleDoc .body) .bunkazai-map-img img {
    max-width: none !important;
    height: 480px !important;
  }
}

/* 各ページ */
:is(.contentGpArticleDoc .body, .cke_editable) .img-list a {
  display: block;
  aspect-ratio: 4/3;
}

:is(.contentGpArticleDoc .body, .cke_editable) .img-list a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

:is(.contentGpArticleDoc .body, .cke_editable) .img-list span {
  display: block;
  padding-top: 5px;
}

/* 各ページ（板東俘虜収容所跡） */
:is(.contentGpArticleDoc .body, .cke_editable) .img-list.comparison > *:nth-child(odd) {
  position: relative;
}

:is(.contentGpArticleDoc .body, .cke_editable) .img-list.comparison > *:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 40%;
  left: calc(100% + 3px);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 10px solid var(--ac-color-blue-1);
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body, .cke_editable) .img-list.comparison > *:nth-child(odd)::before {
    top: calc(100% - 4px);
    left: calc(50% - 8px);
    transform: rotate(90deg);
  }
}

/* ナルスタグラム
----------------------------------------------- */
/* ttl */
:is(.contentGpArticleDoc .body, .cke_editable) .narusta-ttl {
  width: fit-content;
  margin-inline: auto;
  padding: 6px 16px;
  border-radius: 3px;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-ttl.lt {
  margin-inline: 0 auto;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-ttl.blue {
  background: #0071bc;
  color: var(--mono-color-9);
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-ttl.red {
  background: #f43775;
  color: var(--mono-color-9);
}

/* award */
:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award {
  padding: 20px 30px;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award h3 {
  padding-bottom: 2px;
  border-bottom: 2px dotted;
  text-align: center;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.yellow {
  background: #ffffee;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.yellow h3 {
  border-bottom-color: 2px dotted #dfb700;
  color: #dfb700;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.red {
  background: #ffeeff;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.red h3 {
  border-bottom-color: 2px dotted #880000;
  color: #880000;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.blue {
  background: #eeffff;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.blue h3 {
  border-bottom-color: 2px dotted #000088;
  color: #000088;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.green {
  background: #e4fbda;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.green h3 {
  border-bottom-color: 2px dotted #000088;
  color: #000088;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc .body, .cke_editable) .narusta-award {
    padding: 20px 15px;
  }
}

/* award-list */
:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  list-style: none;
  margin-left: 0;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list li {
  flex-basis: calc((100% - 30px) / 2);
  text-align: center;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.yellow ul.award-list li {
  flex-grow: 1;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list li a img {
  transition: opacity 0.25s ease-in-out;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list li a:hover img {
  opacity: 0.6;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list li img:not(.external) {
  width: 100%;
  border: 10px solid var(--mono-color-9);
  border-radius: 5px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list li .external {
  display: none;
}

:is(.contentGpArticleDoc .body, .cke_editable) .narusta-award.yellow ul.award-list li a img {
  max-width: 500px;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc .body, .cke_editable) .narusta-award ul.award-list li {
    flex-basis: 100%;
  }
}