@charset "utf-8";
/* CSS Document */
/*お知らせ＆プレスリリース
***************************************************************/
p.viewall {
  margin-bottom: 30px;
  font-size: 14px;
}
p.viewall a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 2px 8px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  vertical-align: middle;
  color: #c99f7d;
}
.flex.inner.top_news_press {
    align-items: baseline;
}
.flex.inner section.top_news {
  width: 90%;
}
section.top_news a {
  color: #101010;
  display: block;
}
section.top_news h2.top_title {
  margin: 0 0 30px;
  width: auto;
  font-size: 24px;
}
.top_news h3 {
  margin: 0 0 7px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
}
.news_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.top_news ul.fs-pt-list.fs-pt-list--noMarker {
  display: flex;
  flex-direction: column-reverse;
}
section.top_news ul.fs-pt-list a:hover {
  opacity: 1;
  background: #fbede2;
}
section.top_news li.fs-pt-list__item {
  display: none;
}
section.top_news li.fs-pt-list__item:nth-last-child(1), section.top_news li.fs-pt-list__item:nth-last-child(2), section.top_news li.fs-pt-list__item:nth-last-child(3) {
  display: block;
}
section.top_news li.fs-pt-list__item {
    border-bottom: 1px dashed #d3d3d3;
}
section.top_news li.fs-pt-list__item + li {
  border-bottom: 1px dashed #d3d3d3;
  margin: 0;
}
section.top_news li.fs-pt-list__item .flex {
  align-items: baseline;
  padding: 30px 45px 27px 24px;
  justify-content: flex-start;
}
section.top_news li.fs-pt-list__item .flex > p {
  width: 65px;
  margin-right: 30px;
  font-size: 13px;
}
section.top_news li.fs-pt-list__item .flex > div {
  width: 79%;
}
section.top_news li.fs-pt-list__item .flex > div p {
  letter-spacing: -1.2px;
  /*color: #888;*/
	color: #000;
}
/*お知らせ＆プレスリリース(一覧)
***************************************************************/
section.top_news.f_news {
  margin-bottom: 68px;
}
section.f_news h2.top_title.top_news {
  font-size: 36px;
  color: #101010;
  margin: 48px 0 31px;
}
section.f_news h2.top_title.top_news span {
  font-size: 12px;
  vertical-align: bottom;
  margin-left: 14px;
}
.f_news h3 {
  margin: 0 0 12px;
}
section.top_news.f_news li.fs-pt-list__item {
  display: block;
}
section.top_news.f_news li.fs-pt-list__item:nth-child(1) {
  border-bottom: 1px dashed #d3d3d3;
}
section.top_news.f_news li.fs-pt-list__item .flex {
  padding: 21px 24px 16px;
}
section.top_news.f_news li.fs-pt-list__item .flex > p {
  width: 75px;
  margin-right: 20px;
}
section.top_news.f_news li.fs-pt-list__item .flex > div {
  width: auto;
}
/*お知らせ＆プレスリリース(詳細)
***************************************************************/
h2.top_title.f_news_dtl {
  font-size: 36px;
  margin: 47px 0 5px;
  color: #101010;
}
section.f_news_dtl > p {
  font-family: Arial, Helvetica, "sans-serif";
  padding-left: 2px;
}
p.f_news_dtl_img {
  text-align: center;
  margin: 43px 0;
}
section.f_news_dtl_cnt h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.f_news_dtl_cnt p.f_news_text01, .f_news_dtl_cnt p.f_news_text02 {
  line-height: 2;
  margin-bottom: 33px;
}
section.f_news_dtl > p.btn_news_back {
  font-family: unset;
  max-width: 280px;
  border: 1px solid #d3d3d3;
  text-align: center;
  margin: 60px auto 70px;
}
section.f_news_dtl > p.btn_news_back a {
  color: #c99f7d;
  padding: 17.2px 20px;
  position: relative;
}
section.f_news_dtl > p.btn_news_back a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  left: 15px;
}