main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

#pc-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.pc-links {
  position: fixed;
  z-index: 5;
  bottom: 2.208333vw;
  left: 6.7708333333vw;
  display: flex;
  gap: 2.6041666667vw;
}
.pc-links .txt-l {
  width: 18.8885416667vw;
  height: 2.9130208333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .pc-links {
    flex-flow: column;
    gap: 2vw;
    bottom: 3vw;
  }
}
.pc-info {
  position: fixed;
  z-index: 1;
  width: 56.6302083333vw;
}

div#primary {
  width: 440px;
  margin-left: auto;
  margin-right: 17.1875vw;
  position: relative;
  z-index: 11;
}

.top-color {
  display: flex;
  align-items: center;
}
.top-color span {
  width: 33.333%;
  height: 20px;
  background: #C92500;
}
.top-color span:nth-child(2) {
  background: #FCC406;
}
.top-color span:nth-child(3) {
  background: #197929;
}

.bgcol {
  background: #FDFBF5;
}

.ttl-box {
  margin-bottom: 30px;
}
.ttl-box .txt-h2 {
  line-height: 1;
}
.ttl-box .txt-h2 span {
  line-height: 1;
  display: block;
  color: #197929;
}

@media screen and (max-width: 767px) {
  #pc-bg {
    display: none;
  }
  .pc-links {
    display: none;
  }
  .pc-info {
    display: none;
  }
  div#primary {
    width: 100%;
    margin: 0 auto;
  }
  main {
    padding-bottom: 55px;
  }
}
/*==========================================================================
section#single01
========================================================================== */
section#single01 {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
section#single01 .inner {
  padding-top: 75px;
  padding-bottom: 75px;
}
section#single01 .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #000000;
  gap: 5px;
}
section#single01 .breadcrumbs > span {
  font-size: 12px;
}
section#single01 .breadcrumbs > span > a {
  color: #197929;
  font-size: 12px;
}
section#single01 .breadcrumbs > span > span {
  color: #000000;
  font-size: 12px;
}
section#single01 .ttl-box {
  margin-left: auto;
  margin-right: auto;
}
section#single01 .ttl-box .txt-h2 {
  text-align: center;
}
section#single01 .box {
  margin-top: 30px;
}
section#single01 .textarea {
  margin-top: 30px;
}
section#single01 .textarea p {
  font-size: 16px;
}
section#single01 .textarea p img {
  width: initial;
  height: initial;
}
section#single01 .textarea div img {
  width: initial;
  height: initial;
}
section#single01 .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
section#single01 .pagination .txt-a {
  color: #000000;
}
section#single01 .pagination .page-link {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}
section#single01 .pagination .page-link svg {
  display: flex;
  width: 18px;
  height: 18px;
}
/*# sourceMappingURL=single.css.map */