/*=============================================*/
/* top */
/*=============================================*/
@media (max-width: 768px) {
  .top_wrapper .news_block .inner .box .list .item a .info {
    column-gap: 5px;
  }
  .top_wrapper .news_block .inner .box .list .item a .info .date {
    margin-right: 5px;
  }
}

.ac-common-btn.center .submit_btn {
  position: relative;
  display: block;
  width: 80%;
  max-width: 240px;
  margin: auto;
}
.ac-common-btn.center .submit_btn input {
  width: 100%;
  max-width: none;
}
.ac-common-btn.center .submit_btn:after {
  position: absolute;
  top: 1em;
  right: 15px;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../img/ico/ico-triangle-right.svg) no-repeat center/contain;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
.page_wrapper {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .page_wrapper {
    padding-top: 80px;
  }
}

.page_main_ttl {
  position: relative;
  background: #ffea00;
}
.page_main_ttl .main_ttl {
  position: relative;
  padding: 0.45em;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  z-index: 3;
}
.page_main_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 20%;
  max-width: 300px;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(254, 207, 57, 0) 50%, #fecf39 50.5%) no-repeat top left/100% 100%;
  z-index: 1;
}
.page_main_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20%;
  max-width: 300px;
  height: 100%;
  background: linear-gradient(to top right, rgba(255, 244, 127, 0) 50%, #fff47f 50.5%) no-repeat top left/100% 100%;
  z-index: 2;
}

/*=============================================*/
/*page_news_block*/
/*=============================================*/
.page_news_block .news_block {
  height: auto;
  padding: 80px 0;
  background: none;
}

.pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pager a {
  color: #323232;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager a:hover {
  opacity: 0.7;
}

.category_archive_select {
  padding: 10px 20px;
  background: #f0f0f0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category_archive_select .select_box:not(:last-of-type) {
  margin-right: 40px;
}
.category_archive_select select {
  cursor: pointer;
}

/*=============================================*/
/* single */
/*=============================================*/
.single_block {
  padding: 80px 0;
}

.ttl_box {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #c8c8c8;
}
.ttl_box .ttl {
  margin-bottom: 0.6em;
  font-size: 2.4rem;
  font-weight: 700;
}
.ttl_box .info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ttl_box .info .cat_box {
  line-height: 1.3;
}
.ttl_box .info .cat_box .cat {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
}
.ttl_box .info .cat_box .cat:not(:last-child) {
  margin-right: 5px;
}
.ttl_box .info .date {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 500;
}

.share_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.share_list li {
  width: 20px;
}
.share_list li:not(:last-child) {
  margin-right: 22px;
}
.share_list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.share_list li a:hover {
  opacity: 0.7;
}

.policy_txt_block {
  padding: 80px 0;
}
.policy_txt_block .base--txt p:not(:last-child) {
  margin-bottom: 2em;
}
.policy_txt_block .base--txt p a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy_txt_block .base--txt p a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=page.css.map */