/* commonParts
---------------------------------------------------- */
.paging-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > span {
  width: 3.5em;
  height: 3.5em;
  background-color: rgba(187, 187, 187, 0.2);
  border: solid 2px rgba(187, 187, 187, 0.4);
  margin: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .paging > span {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
  }
}
.paging > span.paging-text a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.paging > span.paging-text a:hover {
  background-color: #fff;
}
.paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #04754c;
  border-color: #04754c;
}
.paging > span.paging-prev {
  width: auto;
  background-color: initial;
  border: none;
  margin-right: 1.4em;
}
.paging > span.paging-prev a {
  font-size: 0.9em;
  opacity: 1;
}
.paging > span.paging-prev a img {
  width: 0.8em;
  margin-right: 0.6em;
  transform: scaleX(-1);
}
.paging > span.paging-prev a:hover {
  background-color: initial;
  opacity: 0.6;
}
.paging > span.paging-next {
  width: auto;
  background-color: initial;
  border: none;
  margin-left: 1.4em;
}
.paging > span.paging-next a {
  font-size: 0.9em;
  opacity: 1;
}
.paging > span.paging-next a img {
  width: 0.8em;
  margin-left: 0.6em;
}
.paging > span.paging-next a:hover {
  background-color: initial;
  opacity: 0.6;
}

/* information-detail
---------------------------------------------------- */
.sec-information-detail .item-info .category {
  font-size: 0.85em;
  margin-right: 1em;
}
.sec-information-detail .item-info .date {
  display: inline-block;
  color: #666;
  font-size: 0.9em;
}
.sec-information-detail .item-ttl {
  border-bottom: solid 1px #bbb;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.sec-information-detail .sec-content {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .sec-information-detail .sec-content {
    margin-top: 0;
  }
}
.sec-information-detail .sec-content .item-content {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-information-detail .sec-content .item-content {
    margin-top: 2em;
  }
}
.sec-information-detail .sec-content .item-content .txt-wrap a {
  display: inline;
}
.sec-information-detail .sec-content .item-content.__type01 .txt-wrap {
  margin-top: 2em;
}
.sec-information-detail .sec-content .item-content.__type02 {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-information-detail .sec-content .item-content.__type02 {
    display: block;
  }
}
.sec-information-detail .sec-content .item-content.__type02 .txt-wrap {
  width: 100%;
}
.sec-information-detail .sec-content .item-content.__type02 .img-wrap {
  flex-shrink: 0;
  width: calc(50% - max(5rem, 1em) * 1 / 2);
  margin-right: max(5rem, 1em);
}
@media screen and (max-width: 991px) {
  .sec-information-detail .sec-content .item-content.__type02 .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.sec-information-detail .sec-content .item-content.__type03 {
  display: flex;
}
.sec-information-detail .sec-content .item-content.__type03 .img-wrap {
  width: calc(50% - max(5rem, 1em) * 1 / 2);
}
.sec-information-detail .sec-content .item-content.__type03 .img-wrap:nth-of-type(2) {
  margin-left: max(5rem, 1em);
}/*# sourceMappingURL=information.css.map */