@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
.news_menu01 {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .news_menu01 {
    margin-bottom: 6.5rem;
  }
}
.news_pager01 {
  margin: 3rem -1.5rem 0 -1.5rem;
}
@media print, screen and (min-width: 768px) {
  .news_pager01 {
    margin: 6rem 0 0 0;
  }
}
.news_pager02 {
  margin-top: 5rem;
  padding: 3rem 0;
  border-top: 1px solid #0099BF;
  border-bottom: 1px solid #0099BF;
}
@media print, screen and (min-width: 768px) {
  .news_pager02 {
    margin-top: 7rem;
    padding: 5.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .news_pager02 .m-listPager02_prev a,
  .news_pager02 .m-listPager02_next a {
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    width: 3rem;
    height: 3rem;
  }
}

/**************************************************
		index
**************************************************/
.index_ttl01 .m-ttl01_en::before {
  background-image: url(../img/common/icon_news_circle.svg);
}
.index_txt01 {
  margin: 5rem 0;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .index_txt01 {
    margin: 15rem 0;
    font-size: 3rem;
  }
}

/*=========================================
		detail
=========================================*/
.detail_img01 {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .detail_img01 {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .detail_img01 a:hover {
    opacity: 0.7;
  }
}
.detail_list01 {
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list01 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.detail_ttl01 {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl01 {
    margin-bottom: 1.5rem;
  }
}
.detail_list02 {
  display: flex;
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .detail_list02 {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
}
.detail_list02_date {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6C6C6C;
}
.detail_comment {
  word-break: break-all;
  word-wrap: break-word;
}