@charset "UTF-8";

/* =========================================================
  page
========================================================= */

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc > div:not(:last-child):not(.date) {
  margin-bottom: 60px;
}

.contentGpArticleDoc .date {
  margin-bottom: 20px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin: 0 0 0 1em;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2 {
  margin-bottom: 20px;
  padding: 17px 0;
  border-top: 3px solid var(--ac-color-orange-1);
  border-bottom: 1px solid var(--ac-color-orange-1);
  color: var(--ac-color-orange-1);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
}

.contentGpArticleDoc .maps h3 {
  margin-bottom: 15px;
}

.contentGpArticleDoc .rels ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 20px;
  list-style-type: none;
  padding: 0;
  border: none;
}

.contentGpArticleDoc .rels li {
  display: block;
  position: relative;
  padding: 0 0 0 18px;
  border: none;
}

.contentGpArticleDoc .rels li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef8b1e;
}

@media only screen and (max-width: 959px) {
  .contentGpArticleDoc > div:not(:last-child):not(.date) {
    margin-bottom: 35px;
  }
}

/* inquiry
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage) .inquiry {
  padding: 20px 20px 15px;
  border-radius: 25px 25px 0 0;
  background: #EBEBEB;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry h2 {
  font-weight: 400;
  font-size: 1.5rem;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  padding: 15px 5px;
  border-top: 1px solid #C4C4C4;
  font-style: normal;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address .section ~ div {
  font-size: 1.0625rem;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address a {
  text-decoration: underline;
}

:is(.contentGpArticleDoc, .contentPage) .inquiry address a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc, .contentPage) .inquiry {
    padding: 20px 10px 5px;
  }

  :is(.contentGpArticleDoc, .contentPage) .inquiry address .section ~ div {
    font-size: 1rem;
  }
}

/* body
----------------------------------------------- */
.body::after, .text-beginning::after {
  content: "";
  display: table;
  clear: both;
}

.cke_editable > *,
.contentGpArticleDoc .body .text-beginning > *,
.contentPage .body > *,
.surveyForm .body > * {
  margin-bottom: 1em;
}

/* headline */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h2 {
  margin-top: 35px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h3,
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) * + h4 {
  margin-top: 25px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h2 {
  margin-bottom: 20px;
  padding: 17px 0;
  border-top: 3px solid var(--ac-color-orange-1);
  border-bottom: 1px solid var(--ac-color-orange-1);
  color: var(--ac-color-orange-1);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h3 {
  margin-bottom: 15px;
  padding: 10px 20px;
  border-left: 5px solid var(--ac-color-orange-2);
  background: #EBEBEB;
  font-weight: 400;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h4 {
  padding: 8px 28px;
  border: 1px solid #919191;
  font-weight: 400;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5 {
  position: relative;
  margin-bottom: 0.5em !important;
  padding: 0 30px;
  font-weight: 400;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h5::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: var(--ac-color-orange-2);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h6 {
  position: relative;
  margin-bottom: 0.5em !important;
  padding: 0 22px;
  font-weight: 400;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) h6::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ac-color-orange-2);
}

/* p */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) p {
  margin-bottom: 1em;
}

/* a */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) a:not(.iconFile) {
  color: var(--ac-color-orange-1);
  text-decoration: underline;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) a:hover:not(.iconFile) {
  text-decoration: none;
}

/* img */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) img {
  max-width: 100%;
  height: auto !important;
}

/* strong */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) strong {
  color: var(--ac-color-orange-1);
  font-weight: 700;
  font-size: 1.15625rem;
}

/* table */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) table {
  max-width: 100%;
  min-width: 50%;
  margin-bottom: 1.5em;
  border: 1px solid var(--mono-color-1);
  table-layout: auto;
}

: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: 15px;
  border: 1px solid var(--mono-color-1);
  vertical-align: middle;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) th {
  background: #EBEBEB;
  font-weight: 400;
  text-align: center;
}

/* list */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul:not(.note) {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 0;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul:not(.note) > li {
  position: relative;
  padding-left: 18px;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul:not(.note) > li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef8b1e;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

: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 !important;
}

/* 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-3);
}

: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%;
  height: auto;
}

@media only screen and (max-width: 959px) {
  /* table */
  .js-table-scroll {
    margin-bottom: 1.5em !important;
  }

  .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;
    */
    white-space: nowrap;
  }

  .scroll th.img-only, .scroll td.img-only {
    min-width: 30vw;
  }

  /*
  .scroll-hint-icon {
    top: 30%;
  }
  */
}

/* Icons.
----------------------------------------------- */
.iconFile,
.iconDefault {
  display: block;
  position: relative;
  min-height: 0;
  margin: 10px 0;
  padding: 20px 10px 20px 110px;
  border: 1px solid #919191;
  border-radius: 10px;
  background: none !important;
  color: var(--mono-color-1);
  text-decoration: none;
}

.iconFile:hover,
.iconDefault:hover {
  text-decoration: underline;
}

.iconFile::before,
.iconDefault::before {
  content: "File";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 74px;
  background: var(--mono-color-3);
  color: var(--mono-color-9);
}

.iconBmp::before {
  content: "BMP";
  background: #FFBF00;
}

.iconCsv::before,
.iconTxt::before {
  content: "CSV";
  background: #008A45;
}

.iconDoc::before,
.iconDocx::before {
  content: "Word";
  background: #2E318A;
}

.iconGif::before {
  content: "GIF";
  background: #FFFF00;
  color: var(--mono-color-1);
}

.iconJpg::before,
.iconJpe::before,
.iconJpeg::before {
  content: "JPG";
  background: #964B00;
}

.iconJtd::before {
  content: "JTD";
  background: #800080;
}

.iconLzh::before {
  content: "LZH";
  background: #90EE90;
  color: var(--mono-color-1);

}

.iconPdf::before {
  content: "PDF";
  background: #E51C24;
}

.iconPng::before {
  content: "PNG";
  background: #00FFFF;
  color: var(--mono-color-1);
}

.iconPpt::before,
.iconPptx::before {
  content: "PPT";
  background: #e95a24;
}

.iconXls::before,
.iconXlsx::before {
  content: "Excel";
  background: #008A45;
}

.iconZip::before {
  content: "ZIP";
  background-image: url("/_common/images/icons/zip.png");
}

/* =========================================================
  本文装飾用クラス
========================================================= */

/* フレックス
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

: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);
}

/* ul */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.flex {
  gap: 0 15px;
}

/* ol */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.flex {
  gap: 0 15px;
}

@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 > li {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.375em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ul.note > li::before {
  content: "※";
  display: inline;
  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: 2.25em;
  text-indent: -2.25em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.note > li::before {
  counter-increment: number;
  content: "※"counter(number)"";
  display: inline-block;
  width: 2em;
  margin-right: 0.25em;
  text-indent: 0;
  text-align: center;
}

: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 {
  padding-left: 1.65em;
  text-indent: -1.65em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.circle > li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
  border: 1px solid #666;
  border-radius: 50%;
  font-size: 95%;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  line-height: 1.5;
  text-indent: 0;
  text-align: center;
}

/* 括弧リスト */
: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 {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) ol.paren > li::before {
  counter-increment: number;
  content: "("counter(number)")";
  display: inline-block;
  width: 1.5em;
  margin-right: 0.25em;
  text-indent: 0;
  text-align: center;
}

/* ボタン
----------------------------------------------- */
:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) p:has(a.btn) {
  margin-top: 1.5em;
  text-align: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) a.btn {
  display: inline-block;
  position: relative;
  padding: 8px min(63px, 9.5vw);
  border: 1px solid transparent;
  border-radius: 24px;
  background: var(--mono-color-9);
  color: var(--mono-color-1);
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) a.btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff6700 0%,#ffc360 100%);
}

:is(.contentGpArticleDoc .body, .contentPage .body, .surveyForm .body, .cke_editable) a.btn:hover {
  text-decoration: underline;
}

/* サイトマップ
----------------------------------------------- */
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-orange.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;
  }
}