.information main .bottomline::after {
  background-color: #333;
}

.information main .page_navi_area .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 30px;
}

.information main .page_navi_area .wp-pagenavi a,
.information main .page_navi_area .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #413831;
  border-radius: 4px;
  color: #413831;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.information main .page_navi_area .wp-pagenavi a:hover,
.information main .page_navi_area .wp-pagenavi span:hover {
  background-color: #413831;
  color: #fff;
  opacity: 1;
}

.information main .page_navi_area .wp-pagenavi .current {
  background-color: #413831;
  color: #fff;
}

.information main section {
  position: relative;
  margin: 150px auto 100px;
}

.information main section h2 {
  font-size: 25px;
}

.information main section .news_list {
  margin-top: 30px;
}

.information main section .news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 54px;
  margin-top: 10px;
  border-bottom: 1px solid #D8D8D8;
}

.information main section .news_list li::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  pointer-events: none;
}

.information main section .news_list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.information main section .news_list li .date {
  width: 140px;
  height: 100%;
  border-right: 1px solid #D8D8D8;
}

.information main section .news_list li .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 20px;
  background-color: #2C4083;
  color: #fff;
  font-size: 14px;
}

.information main section .news_list li .ttl {
  width: calc(100% - 260px);
  padding-right: 20px;
}

.information main section .news_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}

.information_detail main .bottomline {
  margin-bottom: 20px;
}

.information_detail main .bottomline::after {
  background-color: #333;
}

.information_detail main .information_date_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}

.information_detail main .information_date_area .date {
  width: 100px;
  height: 100%;
}

.information_detail main .information_date_area .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 20px;
  background-color: #2C4083;
  color: #fff;
  font-size: 14px;
}

.information_detail main p {
  margin-bottom: 20px;
  line-height: 2;
}

.information_detail main section a {
  color: #2C4083;
  text-decoration: underline;
}

.information_detail main .back_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 298px;
  height: 37px;
  margin: 16px auto 0 0;
  margin: 120px auto 0;
  border: 1px solid #2C4083;
  border-radius: 4px;
  color: #2C4083;
  font-weight: normal;
  font-size: 16px;
}

.information_detail main .back_btn::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cg fill='none' stroke='%232C4083'%3E%3Ccircle cx='7' cy='7' r='7' stroke='none'/%3E%3Ccircle cx='7' cy='7' r='6.5'/%3E%3C/g%3E%3Cpath fill='%232C4083' d='m6.184 10.025-.622-.622 2.327-2.327-2.326-2.325.622-.622 2.948 2.948Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
}

.information_detail main strong {
  font-weight: bold;
}

.information_detail main sup {
  position: relative;
  top: -0.4em;
  font-size: 80%;
}

.information_detail main sub {
  position: relative;
  bottom: -0.2em;
  font-size: 80%;
}

.information_detail main .has-x-large-font-size {
  font-size: 42px;
}

.information_detail main .has-large-font-size {
  font-size: 36px;
}

.information_detail main .has-medium-font-size {
  font-size: 20px;
}

.information_detail main .has-small-font-size {
  font-size: 13px;
}

.information_detail main .has-black-color {
  color: #000;
}

.information_detail main .has-black-background-color {
  background-color: #000;
}

.information_detail main .has-cyan-bluish-gray-color {
  color: #ABB8C3;
}

.information_detail main .has-cyan-bluish-gray-background-color {
  background-color: #ABB8C3;
}

.information_detail main .has-white-color {
  color: #fff;
}

.information_detail main .has-white-background-color {
  background-color: #fff;
}

.information_detail main .has-pale-pink-color {
  color: #F78DA7;
}

.information_detail main .has-pale-pink-background-color {
  background-color: #F78DA7;
}

.information_detail main .has-vivid-red-color {
  color: #CF2E2E;
}

.information_detail main .has-vivid-red-background-color {
  background-color: #CF2E2E;
}

.information_detail main .has-luminous-vivid-orange-color {
  color: #FF6900;
}

.information_detail main .has-luminous-vivid-orange-background-color {
  background-color: #FF6900;
}

.information_detail main .has-luminous-vivid-amber-color {
  color: #FCB900;
}

.information_detail main .has-luminous-vivid-amber-background-color {
  background-color: #FCB900;
}

.information_detail main .has-light-green-cyan-color {
  color: #7BDCB5;
}

.information_detail main .has-light-green-cyan-background-color {
  background-color: #7BDCB5;
}

.information_detail main .has-vivid-green-cyan-color {
  color: #00D084;
}

.information_detail main .has-vivid-green-cyan-background-color {
  background-color: #00D084;
}

.information_detail main .has-pale-cyan-blue-color {
  color: #8ED1FC;
}

.information_detail main .has-pale-cyan-blue-background-color {
  background-color: #8ED1FC;
}

.information_detail main .has-vivid-cyan-blue-color {
  color: #0693E3;
}

.information_detail main .has-vivid-cyan-blue-background-color {
  background-color: #0693E3;
}

.information_detail main .has-vivid-purple-color {
  color: #9B51E0;
}

.information_detail main .has-vivid-purple-background-color {
  background-color: #9B51E0;
}

@media screen and (max-width: 768px) {
  .information main section .news_list li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    margin-top: 20px;
  }
  .information main section .news_list li .date {
    width: 100px;
    border-right: none;
  }
  .information main section .news_list li .ttl {
    width: calc(100%);
  }
  .information main section .news_list li a {
    padding: 10px 0 18px;
  }
}

/*# sourceMappingURL=maps/information.css.map */
