@charset "UTF-8";

/* =========================================================
  page
========================================================= */

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-top: -50px;
  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: 4px 20px;
  border: 1px solid var(--ac-color-blue-2);
  border-radius: 8px;
  background: var(--ac-color-blue-2);
  color: var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 2.125rem;
}

.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;
  font-size: 1.125rem;
}

.contentGpArticleDoc .rels li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ac-color-blue-1);
}

.contentGpArticleDoc > div:not(.date):not(:last-child) {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .contentGpArticleDoc .date {
    margin-top: -20px;
  }

  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2 {
    font-size: 1.5rem;
  }

  .contentGpArticleDoc > div:not(.date):not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 534px) {
  .contentGpArticleDoc .rels li {
    font-size: 1rem;
  }

  .contentGpArticleDoc .rels li::before {
    top: 0.5em;
  }
}

/* inquiry
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage) .inquiry {
  padding: 25px;
  background: var(--mono-color-8);
}

:is(.contentGpArticleDoc, .contentPage) .inquiry h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5b5b5;
  font-weight: 700;
  font-size: 1.3125rem;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-style: normal;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address ~ address {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #b5b5b5;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address .section {
  font-weight: 700;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc, .contentPage) .inquiry {
    padding: 15px;
    font-size: 0.875rem;
  }
}

/* body
----------------------------------------------- */
.cke_editable,
.contentGpArticleDoc .body .text-beginning,
.contentPage .body {
  font-size: 1.125rem;
}

.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: 15px;
}

/* headline */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h2,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h3,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h4 {
  margin-top: 40px;
  margin-bottom: 15px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h5,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h6 {
  margin-top: 25px;
  margin-bottom: 15px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h2 {
  margin-bottom: 15px;
  padding: 4px 20px;
  border: 1px solid var(--ac-color-blue-2);
  border-radius: 8px;
  background: var(--ac-color-blue-2);
  color: var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 2.125rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h3 {
  margin-bottom: 15px;
  position: relative;
  padding: 0 15px 5px;
  border-bottom: 2px solid var(--ac-color-blue-2);
  color: var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 1.875rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--ac-color-blue-1);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h4 {
  margin-bottom: 15px;
  padding: 6px 15px;
  border-left: 4px solid var(--ac-color-blue-1);
  background: var(--mono-color-8);
  color: var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 1.625rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h5 {
  margin-bottom: 15px;
  padding: 0 10px;
  border-left: 4px solid var(--ac-color-blue-1);
  color: var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h6 {
  margin-bottom: 15px;
  color: var(--ac-color-blue-1);
  font-weight: 700;
  font-size: 1.25rem;
}

/* p */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) p {
  margin-bottom: 25px;
}

/* img */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) img {
  max-width: 100%;
  height: auto !important;
}

/* table */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) table {
  border: 1px solid #d5dde3;
  table-layout: auto;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) table caption {
  margin-bottom: 10px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) th,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) td {
  padding: 20px;
  border: 1px solid #d5dde3;
  vertical-align: middle;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) th {
  background: #e9f5ff;
  font-weight: 700;
  text-align: center;
}

/* list */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.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, .piece .pieceBody.body, .cke_editable) ul ul {
  list-style-type: circle;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.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, .piece .pieceBody.body, .cke_editable) li ul,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) li ol {
  margin-bottom: 0;
}

/* hr */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) hr {
  height: 1px;
  margin: 3em 0 !important;
  border: 0;
  border-bottom: 1px solid var(--mono-color-5);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) hr.no-margin {
  margin: 0 !important;
}

@media only screen and (max-width: 534px) {
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body {
    font-size: 1rem;
  }

  /* headline */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h2,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h3,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h4 {
    margin-top: 30px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h5,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) * + h6 {
    margin-top: 15px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h2 {
    font-size: 1.5rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h3 {
    font-size: 1.375rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h4 {
    font-size: 1.25rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h5 {
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) h6 {
    font-size: 1rem;
  }

  /* table */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) table caption {
    margin-bottom: 5px;
  }

  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) th,
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) td {
    padding: 15px;
  }

  /* hr */
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) hr {
    margin: 2em 0 !important;
  }
}

/* =========================================================
  本文装飾用クラス
========================================================= */

/* フレックス
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex > * {
  margin: 0 !important;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.no-gap {
  gap: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.nowrap {
  flex-wrap: nowrap;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.jus_center {
  justify-content: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.jus_between {
  justify-content: space-between;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.jus_end {
  justify-content: flex-end;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.ali_center {
  align-items: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.ali_start {
  align-items: flex-start;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.ali_end {
  align-items: flex-end;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex > *.not_grow {
  flex-grow: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex > *.not_shrink {
  flex-shrink: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.eq {
  flex-wrap: nowrap;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.eq > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.half > * {
  width: calc((100% - 15px) / 2);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.third > * {
  width: calc((100% - 30px) / 3);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) .flex.fourth > * {
  width: calc((100% - 45px) / 4);
}

/* ul */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ul.flex {
  gap: 0 2.5em;
}

/* ol */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ol.flex {
  gap: 0 2.5em;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.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, .piece .pieceBody.body, .cke_editable) .flex:not(.nowrap) > * {
    width: 100%;
  }
}

/* ul / 注意書きリスト
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ul.note {
  margin-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ul.note > li {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.375em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ul.note > li::before {
  content: "※";
  display: inline;
  margin-right: 0.375em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ul.note > li * {
  text-indent: 0;
}

/* ol / 注意書きリスト, 丸数字リスト, 括弧リスト
----------------------------------------------- */
/* 注意書きリスト */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ol.note {
  list-style: none;
  counter-reset: number;
  padding-left: 2.25em;
  text-indent: -2.25em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.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, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ol.note > li * {
  text-indent: 0;
}

/* 丸数字リスト */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ol.circle {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ol.circle > li {
  padding-left: 1.65em;
  text-indent: -1.65em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.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 var(--mono-color-2);
  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, .piece .pieceBody.body, .cke_editable) ol.paren {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.body, .cke_editable) ol.paren > li {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .piece .pieceBody.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;
}

/* 個別スタイル / search.html
----------------------------------------------- */
#___gcse_0 {
  box-sizing: content-box;
  line-height: normal;
}
@media only screen and (max-width: 959px) {
  #___gcse_0 {
    margin: 0 -15px;
  }
}

/* 個別スタイル / sitemap.html
----------------------------------------------- */
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: 32px;
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) 5px center no-repeat;
}

ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 30px;
}

/* 個別スタイル / docs-2018090300052
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .cke_editable) .flow {
  list-style-type: none;
  padding: 0;
}

:is(.contentGpArticleDoc .body, .cke_editable) .flow li:after {
  content: "→";
  margin: 0 5px;
  color: #0079ce;
  font-weight: bold;
}

:is(.contentGpArticleDoc .body, .cke_editable) .flow li:last-child:after {
  display: none;
}

:is(.contentGpArticleDoc .body, .cke_editable) .flow li {
  display: inline-block;
}

/* 個別スタイル / johokokai-gaibu.html
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) dl.slide-menu {
  margin: 0 0 20px;
  border: 1px solid var(--ac-color-blue-1);
}

:is(.contentPage .body, .cke_editable) dl.slide-menu dt {
  padding: 8px;
}

:is(.contentPage .body, .cke_editable) dl.slide-menu dt:has(a) {
  padding: 0;
}

:is(.contentPage .body, .cke_editable) dl.slide-menu dt a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 60px;
  font-weight: bold;
  font-size: 1.125rem;
}

:is(.contentPage .body, .cke_editable) dl.slide-menu dt a::before {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  padding: 5px 8px;
  border: 1px solid var(--ac-color-blue-1);
  color: var(--ac-color-blue-1);
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) dl.slide-menu dt.current a::before {
  content: "ー";
}

:is(.contentPage .body, .cke_editable) dl.slide-menu dd {
  margin: 0;
  padding: 15px;
  border-top: 1px solid var(--ac-color-blue-1);
}

/* 個別スタイル / active.html
----------------------------------------------- */
.contentPage .body .active-detail {
    width: 100vw;
    transform: translateX(-50%);
    max-width: 1800px;
    margin-left: 50%;
    padding: 0 30px;
}

.contentPage .body .active-detail .item {
    margin-bottom: 20px;
    text-align: center;
}

.contentPage .body .active-detail img {
    width: 100%;
}

.contentPage .body .active-detail .btn {
    margin: 10px 0;
    font-weight: 700;
    font-size: 120%;
    text-align: right;
}

@media only screen and (min-width: 1081px) {
    .contentPage .body .active-detail .item-small {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .contentPage .body .active-detail .item-large {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .contentPage .body .active-detail {
        padding: 0 15px;
    }

    .contentPage .body .active-detail .btn {
        font-size: 100%;
    }
}