@charset "UTF-8";
.contents-board {
  position: relative;
  padding-bottom: 140px;
}
.contents-board__imgBottom {
  position: absolute;
  bottom: -76px;
  right: 60px;
}
@media only screen and (max-width:768px) {
  .contents-board {
    padding-bottom: 86px;
  }
  .contents-board__imgBottom {
    width: 156px;
    right: 20px;
  }
}

.article-header {
  margin-top: -40px;
}
.article-header__inner {
  margin: 0 10px;
  margin-inline: auto;
  position: relative;
  background-color: #B0DCC3;
  z-index: 1;
  padding-bottom: 20px;
  min-height: 127px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-header__title {
  text-align: center;
  position: relative;
  z-index: 99;
  font-size: 2.25rem;
}
.article-header-title__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 10;
  padding: 0 10px;
}
.article-header__bg {
  margin-inline: auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width:768px) {
  .article-header {
    margin-top: 0;
  }
  .article-header__inner {
    min-height: 60px;
    padding-bottom: 10px;
  }
  .article-header__title {
    font-size: 1.375rem;
  }
}

.page-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0 20px;
  margin-bottom: 50px;
}
.page-list__item {
  list-style: none;
  min-height: 54px;
}
.page-list__item a {
  background-color: #D4D4D4;
  border-radius: 100vh;
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.375rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding: 0.2em 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page-list__item a:hover, .page-list__item a.active {
  background-color: #165E41;
  color: #ffffff;
}
.page-list__item a.active {
  pointer-events: none;
}
@media only screen and (max-width:768px) {
  .page-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5px;
    gap: 12px 5px;
    margin-bottom: 1.875rem;
  }
  .page-list__item a {
    font-size: 0.8125rem;
  }
}

.heading-h2 {
  text-align: center;
  padding: 0.25em 1rem;
  margin: 3.125rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(245, 208, 47, 0.5)));
  background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(245, 208, 47, 0.5) 100%);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(245, 208, 47, 0.5) 100%);
  font-size: 2.125rem;
  color: #165E41;
}

.heading-h3 {
  color: #279275;
  font-size: 1.875rem;
  border-bottom: 2.5px dashed #7CB552;
  padding-bottom: 0.2em;
  margin: 2.5rem 0;
}
.heading-h3 + .heading-h4 {
  margin-top: 0;
}

.heading-h4 {
  color: #A26553;
  font-size: 1.5625rem;
  position: relative;
  padding-left: 1.1em;
  margin-top: 3.75rem;
  margin-bottom: 0.75rem;
}
.heading-h4::before {
  position: absolute;
  content: "■";
  color: #F5D02F;
  left: 0;
  top: 0.2em;
  font-size: 0.8em;
}

.heading-h5 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.contents__inner p {
  font-size: 1.25rem;
  line-height: 2;
}

@media only screen and (max-width:768px) {
  .heading-h2 {
    font-size: 1.25rem;
    margin: 1.875rem 0 2.5rem;
  }
  .heading-h3 {
    font-size: 1.1875rem;
    margin: 1.875rem 0;
  }
  .heading-h4 {
    font-size: 1.0625rem;
    margin-bottom: 1rem;
  }
  .heading-h5 {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
  .contents__inner p {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
.figure {
  margin: 1.875rem 0;
}
.figure__caption {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.figure__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.annotation-order-list {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
  text-align: right;
  font-size: 0.75rem;
  margin: 0.625rem 0;
}
@media only screen and (max-width:768px) {
  .annotation-order-list {
    text-align: left;
    font-size: 0.625rem;
  }
}
.annotation-order-list__item {
  position: relative;
}
.annotation-order-list__item::before {
  counter-increment: number;
  content: "" counter(number) "）";
}

.sp-scroll-nav {
  display: none;
}

.sp-scroll-container__inner > figure {
  margin-top: 0;
}

@media only screen and (max-width:768px) {
  .sp-scroll-container {
    margin: 1.875rem 0;
    position: relative;
  }
  .sp-scroll-container__inner {
    position: relative;
    overflow-x: scroll;
  }
  .sp-scroll-container__inner > figure, .sp-scroll-container__inner > div, .sp-scroll-container__inner > table {
    max-width: 100%;
    min-width: 200vw;
    margin: 0;
  }
  .sp-scroll-container__inner.show::before {
    content: "横にスライドするとご覧いただけます";
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8125rem;
    padding: 90px 1em 1em;
    background: rgba(37, 37, 37, 0.6);
    width: 90%;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
  }
  .sp-scroll-container__inner.show::after {
    content: url("/boukougan/assets/images/common/icon_scroll.svg");
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
  .sp-scroll-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-size: 0.75rem;
    color: #279275;
    font-weight: 700;
    list-style: none;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.75rem;
  }
  .sp-scroll-nav__item {
    opacity: 0.4;
  }
  .sp-scroll-nav__item:first-child::before {
    content: "";
  }
  .sp-scroll-nav__item.active {
    opacity: 1;
  }
}
.scroll-hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: none; /* デフォルトでは非表示 */
  z-index: 1000;
}

.layout {
  display: grid;
  margin-top: 60px;
}
.layout__item > .heading-h4 {
  margin-top: 0;
}
.layout-col2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width:768px) {
  .layout-col2 {
    grid-template-columns: 1fr;
  }
}
.layout--gap16 {
  gap: 16px;
}
.layout--gap32 {
  gap: 32px;
}

.item-list__title {
  background-color: #7CB552;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3125rem;
  padding: 0.2em 1em;
}
.item-list__item {
  background-color: #E6F4DC;
  padding: 20px 40px;
}
.item-list__item ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0;
}
.item-list__item ul li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-size: 1.1875rem;
}
.item-list__item ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #EEA01F;
  border-radius: 50%;
}
@media only screen and (max-width:768px) {
  .item-list__item {
    padding: 20px;
    font-size: 1rem;
  }
  .item-list__item ul {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .item-list__item ul li::before {
    top: 0.45em;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.term {
  font-size: 1rem;
  background-color: #FFFCED;
  border: 1.5px solid #F5D02F;
  border-radius: 10px;
  padding: 16px 40px;
  margin: 20px 0;
}
.term__name {
  font-weight: 700;
}
@media only screen and (max-width:768px) {
  .term {
    font-size: 0.875rem;
    padding: 14px 10px;
  }
}

.term-list {
  position: relative;
  padding-left: 1.5em;
}
.term-list .term-list__name:first-child {
  margin-top: 0;
}
.term-list__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A26553;
  margin-top: 0.75rem;
  position: relative;
}
.term-list__name::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #A26553;
  border-radius: 50%;
}
.term-list__text {
  font-size: 1.125rem;
}
@media only screen and (max-width:768px) {
  .term-list {
    padding-left: 1.2em;
  }
  .term-list__name {
    font-size: 1.125rem;
  }
  .term-list__text {
    font-size: 0.9375rem;
  }
}

.tooltip {
  color: #2B6FE5;
  text-decoration: underline;
}
.tooltip:hover {
  cursor: pointer;
  text-decoration: none;
}

.tooltipster-sidetip .tooltipster-box {
  background-color: #FFFFFF;
  border: 2px solid #2B6FE5;
  border-radius: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #2B6FE5;
  font-size: 1.25rem;
  line-height: 2;
  padding: 1em;
}
@media only screen and (max-width:768px) {
  .tooltipster-sidetip .tooltipster-content {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2B6FE5;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2B6FE5;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
}

.horizontal-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 1.25rem;
  margin: 1.25rem 0;
}
.horizontal-table__header {
  width: 5rem;
  background-color: #efefef;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: 400;
  border-top: 1px solid #FFFFFF;
}
.horizontal-table__text {
  padding: 0.5em 0.8em;
}
.horizontal-table--brown {
  border: 2px solid #C98514;
}
.horizontal-table--brown .horizontal-table__body > .horizontal-table__row:first-child > .horizontal-table__header {
  border-top: 2px solid #C98514;
}
.horizontal-table--brown th {
  background-color: #C98514;
}
.horizontal-table--brown td {
  border: 2px solid #C98514;
}
.horizontal-table--green {
  border: 2px solid #72D1A2;
}
.horizontal-table--green .horizontal-table__body > .horizontal-table__row:first-child > .horizontal-table__header {
  border-top: 2px solid #72D1A2;
}
.horizontal-table--green th {
  background-color: #72D1A2;
}
.horizontal-table--green td {
  border: 2px solid #72D1A2;
}

.table-stage {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #000000;
  font-size: 1.25rem;
  margin: 1.25rem 0;
}
@media only screen and (max-width:768px) {
  .table-stage {
    font-size: 0.9375rem;
  }
}
.table-stage th, .table-stage td {
  padding: 0.5em;
  border: 1px solid #000000;
}
.table-stage__th1 {
  background-color: #EEEEEE;
}
.table-stage__th1:first-child {
  width: 6em;
}
.table-stage th.table-stage__th2 {
  background-color: #00603F;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.qa-accordion {
  margin-top: 30px;
}

.qa-accordion__body + .qa-accordion__title {
  margin-top: 20px;
}

.qa-accordion__title {
  position: relative;
}
.qa-accordion__title::before {
  content: "Q";
  background-image: url(/boukougan/assets/images/faq/q-bg.svg);
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  left: 15px;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 700;
}
.qa-accordion__title::after {
  content: "開く";
  position: absolute;
  top: 38px;
  right: 14px;
  width: 3em;
  text-align: center;
  font-size: 0.75rem;
  color: #165E41;
  pointer-events: none;
}
.qa-accordion__title.active::after {
  content: "閉じる";
}

.qa-accordion__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em 2.5em 0.8em 70px;
  background-color: #FFFAED;
  border: 1px solid #083221;
  color: #165E41;
  font-size: 1.25rem;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.qa-accordion__btn::before, .qa-accordion__btn::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 22px;
  height: 4px;
  margin: auto;
  background: #279275;
  border-radius: 100vh;
}
.qa-accordion__btn::before {
  content: "";
}
.qa-accordion__btn::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa-accordion__btn.active {
  border-radius: 8px 8px 0 0;
}

.qa-accordion__btn.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa-accordion__body {
  display: none;
  padding: 1em 2em 1em 70px;
  border: 1px solid #083221;
  border-top: none;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.qa-accordion__body::before {
  content: "A";
  width: 2em;
  height: 2em;
  position: absolute;
  left: 15px;
  background-color: #FFA08B;
  border-radius: 100vh;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qa-accordion__body p {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media only screen and (max-width:768px) {
  .qa-accordion__title::before {
    width: 32px;
    height: 32px;
    background-size: contain;
    font-size: 1rem;
    left: 8px;
  }
  .qa-accordion__btn {
    padding: 0.5em 3em 0.2em 50px;
    font-size: 1rem;
  }
  .qa-accordion__body {
    padding: 1em 1em 1em 50px;
  }
  .qa-accordion__body::before {
    font-size: 1rem;
    left: 8px;
  }
  .qa-accordion__body p {
    font-size: 0.9375rem;
  }
}/*# sourceMappingURL=article.css.map */