@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.second.page-title-wrap {
  background: url(../images/products/bg_page_title.png) top 20% right -21rem no-repeat;
  background-color: #E8E8E8;
  height: 325px;
}
@media screen and (max-width: 767.98px) {
  .second.page-title-wrap {
    height: 200px !important;
  }
}
.second.page-title-wrap .page-title span {
  color: #222;
}

/*----------------------------------------------------
  一覧
----------------------------------------------------*/
ul.news-list {
  padding-left: 0;
  list-style: none;
}
ul.news-list li {
  border-bottom: 1px solid #ddd;
}
ul.news-list li a {
  display: flex;
  padding: 2rem 3rem;
  color: #222;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 767.98px) {
  ul.news-list li a {
    display: block;
    padding: 1.5rem 2rem;
  }
}
ul.news-list li a:hover {
  background-color: #e9e9e9;
}
ul.news-list li a time {
  width: 8em;
  color: #666;
  line-height: 1.8;
}
ul.news-list li a p {
  flex: 1;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  ul.news-list li a p {
    margin-top: 0.5rem;
  }
}
ul.news-list li a .new {
  display: inline-block;
  color: #e33737;
  margin-left: 0.5rem;
}
ul.news-list + .button-area {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  ul.news-list + .button-area {
    display: none;
  }
}

.archive-title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 0.6em;
  border-left: 0.5rem solid #FF7E2A;
  line-height: 1.4 !important;
  margin-bottom: 1em;
}

ul.archive-list {
  padding-left: 0;
  list-style: none;
}
ul.archive-list li a {
  display: block;
  padding: 1rem 2rem;
  color: #222;
  text-decoration: none;
  transition: all 0.2s;
}
ul.archive-list li a:hover {
  opacity: 0.6;
}

.tablenav {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .tablenav {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.tablenav > a, .tablenav > span {
  display: inline-block;
  font-size: 1.4rem;
  color: #FF7E2A !important;
  padding: 5px 0.8em;
  border: solid 1px #FF7E2A;
  text-decoration: none;
  background: #ffffff;
  margin: 0.5rem 0;
  transition: all 0.2s;
}
.tablenav > span.current {
  color: #fff !important;
  background-color: #FF7E2A;
  font-weight: 500;
}
.tablenav > a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
.info-detail .date {
  color: #666;
}
.info-detail .cms-area {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.info-detail .cms-area h2, .info-detail .cms-area h3, .info-detail .cms-area h4, .info-detail .cms-area h5, .info-detail .cms-area h6 {
  margin-bottom: 0.4em;
}
.info-detail .cms-area h2 {
  font-size: 2.4rem;
}
.info-detail .cms-area h3 {
  font-size: 2.2rem;
}
.info-detail .cms-area h4 {
  font-size: 2rem;
}
.info-detail .cms-area h5 {
  font-size: 1.8rem;
}
.info-detail .cms-area .wp-block-button a.wp-block-button__link {
  transition: 0.2s;
}
.info-detail .cms-area .wp-block-button a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.info-detail .cms-area .wp-block-button:not(.is-style-outline) a.wp-block-button__link:hover {
  color: #fff;
}
.info-detail .cms-area .wp-block-file a {
  font-size: 1.2em;
}/*# sourceMappingURL=info.css.map */