@charset "UTF-8";

/* =========================================================
  page
========================================================= */

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-top: -20px;
  margin-bottom: 35px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin-left: 1em;
}

.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 (min-width: 960px), print {
  /* 2カラム */
  #wrapper {
    position: relative;
    padding-top: 60px;
  }

  #wrapper .contentGpArticleDoc .date {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}

@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;
  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;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
  margin-bottom: 1.5rem;
  padding: 6px 18px;
  border: 1px solid var(--ac-color-blue-1);
  border-left-width: 8px;
  font-weight: 700;
  font-size: 1.5625rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
  margin-bottom: 1.5rem;
  padding: 7px 18px;
  border-bottom: 1px solid var(--ac-color-blue-1);
  border-left: 6px solid var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 1.3125rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
  margin-bottom: 1.5rem;
  padding: 9px 22px;
  border: 1px solid #e4f9f0;
  background: #e4f9f0;
  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-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) .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 var(--ac-color-blue-1);
  border-radius: 8px;
  padding: 8px 35px;
  background: url(/_themes/site/images/arrow-white.svg) right 12px center no-repeat var(--ac-color-blue-1) !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-blue.svg) !important;
  background-color: var(--mono-color-9-1) !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 var(--ac-color-blue-1) !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;
}

/* サイトマップ
----------------------------------------------- */
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-blue.svg) left center no-repeat;
}

ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 30px;
}

/* 移住支援制度について（/docs/2025060900013/）
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow {
  list-style-type: none !important;
  margin: 0 0 2em !important;
  padding: 0 !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li {
  list-style-type: none !important;
  position: relative;
  margin-bottom: 45px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-top: 15px solid #ccc;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li:last-child:before {
  display: none;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow ol.flow {
  margin-bottom: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow ol.flow li:last-child {
  margin-bottom: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li>p {
  border: 1px solid #ccc;
  font-weight: bold;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl dt,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li>p {
  float: none;
  max-width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl dd {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl li {
  list-style: disc;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl dd {
    display: block;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl dd img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li dl dd img+p {
    display: block;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li .temp1,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flow>li .temp2 {
    text-align: center;
  }
}

/* 本文メニュー（まちなか絵本図書館、鳴門市立図書館、ふるさと納税）
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu {
  margin: 0 0 1.5rem;
  padding: 5px;
	border: 2px solid #ed9e9e;
  border-radius: 4px;
	background: #ed9e9e;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  list-style: none !important;
	margin: 0 !important;
  padding: 0 !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0;
	padding: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li a {
  display: block;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	text-decoration: none;
  text-align: center;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li a:hover {
	opacity: 0.7;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li.cur a {
  color: #c70000;
}

/* furusatonozei */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.furusatonozei {
	border-color: #e97e00;
	background: #e97e00;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.furusatonozei ul li.cur a {
  color: #ffcc00;
}

@media only screen and (min-width: 960px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li + li {
    border-left: 1px solid #fff;
  }

  /* toshokan */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.toshokan ul {
    flex-wrap: nowrap;
  }

  /* machitosho */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.machitosho ul li {
    flex-basis: 33.33%;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.machitosho ul li + li:nth-of-type(4) {
	  border-left: none
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.machitosho ul li:nth-of-type(n+4) {
	  border-top: 1px solid white;
  }

  /* furusatonozei */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.furusatonozei ul {
    flex-wrap: nowrap;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu.furusatonozei ul li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li {
    flex-basis: 50%;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li:nth-child(even) {
    border-left: 1px solid #fff;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li:nth-of-type(n+3) {
	  border-top: 1px solid white;
  }
}

@media only screen and (max-width: 767px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .body-menu ul li a {
    padding: 5px;
    font-size: 1rem;
  }
}

/* ふるさと納税
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei h2 {
  border-bottom-color: #e97e00;
  background: #f5dbac;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei h2:has(img.ic) {
  display: flex;
  align-items: center;
  gap: 5px 15px;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei h2 img.ic {
    width: 30px;
  }
}

/* furusatonozei-slide */
#furusatonozei-slide {
  padding: 10px 10px 5px;
  border-radius: 4px 4px 0 0;
  background: #e97e00;
}

#furusatonozei-slide .furusato-slide-upper {
  margin-bottom: 5px;
}

/* body-menu */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei .body-menu.furusatonozei {
  border-radius: 0 0 4px 4px;
}

/* furusatonozei-news */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei-news h2 {
  margin-bottom: 15px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei-news ul {
  list-style: none;
  margin-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #furusatonozei-news li {
  padding: 15px 10px;
  border-bottom: 1px dotted #e97e00;
}

/* 鳴門市浄水場Web見学
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .map {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .map .mapInner {
  position: relative;
  width: 860px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .map ol {
  margin: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .map ol li {
  list-style: none;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .map ol li a {
  position: absolute;
  overflow: hidden;
  background: none !important;
  text-indent: -9999px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .map ol li a:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .talk {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .talk>img {
  flex-grow: 0;
  flex-shrink: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .talk p {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  margin: 0 0 0 20px;
  padding: 10px;
  border: 1px solid #deebf6;
  border-radius: 10px;
  background: #deebf6;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .talk p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-top: 10px solid transparent;
  border-right: 20px solid #deebf6;
  border-bottom: 10px solid transparent;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .talk.right p {
  margin: 0 20px 0 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) #josuijo-web .talk.right p::before {
  right: -20px;
  left: auto;
  border-right: none;
  border-left: 20px solid #deebf6;
}

/* （指定）緊急避難場所・指定避難所・指定福祉避難所
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .fixed-table-row {
  position: relative;
  overflow: visible;
  border-top: 1px solid var(--mono-color-6);
  border-bottom: 1px solid var(--mono-color-6);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .fixed-table-row * {
  box-sizing: border-box;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .fixed-table-row .js-table-scroll {
  margin: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .fixed-table-row .scroll-hint {
  position: relative !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  max-height: 480px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .fixed-table-row table {
  width: 100%;
  border-spacing: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .fixed-table-row thead {
  position: sticky;
  top: 0;
}