@charset "UTF-8";
/* ------------------------------------------------------------------------
  NEWS 共通　CSS
------------------------------------------------------------------------ */
.section-bg {
  background: url(../../img/section_bg.png) repeat-y center center/cover;
}
@media screen and (max-width: 767px) {
  .section-bg {
    background: url(../img/section_bg_sp.png) repeat-y center center/cover;
  }
}

.section-bg2 {
  background: url(../../img/section_bg2.png) repeat-y center center/cover;
}
@media screen and (max-width: 767px) {
  .section-bg2 {
    background: url(../../img/section_bg_sp.png) repeat-y center center/cover;
  }
}

/* ------------------------------------------------------------------------
  NEWS Page
------------------------------------------------------------------------ */
/*main section.sec-headline.sec-corporate .headline_wrap:before {
  background-image: url(../../img/news/head_news.png);
}
@media screen and (max-width: 767px) {
  main section.sec-headline.sec-corporate .headline_wrap:before {
    background-image: url(../../img/news/head_news_sp@2x.png);
  }
}
*/

main section.sec-headline.sec-corporate .news-toggle {
  position: relative;
  width: 136px;
  margin-top: 1.9rem;
}
main section.sec-headline.sec-corporate .news-toggle .btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 40px;
  color: #1D2087;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 1rem;
}
main section.sec-headline.sec-corporate .news-toggle .btn::after {
  background: url(../img/news/icon_arrow_down.svg) no-repeat;
  content: "";
  width: 14px;
  height: 8px;
  top: 0;
  right: 0;
}
main section.sec-headline.sec-corporate .news-toggle .toggle-content {
  display: none;
  min-width: 136px;
  padding: 10px 15px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  z-index: 10;
}
main section.sec-headline.sec-corporate .news-toggle .toggle-content.open {
  display: block;
}
main section.sec-headline.sec-corporate .news-toggle .toggle-content ul li {
  font-size: 1.5rem;
  color: #1D2087;
}
main section.sec-headline.sec-corporate .news-toggle .toggle-content ul li:not(:last-child) {
  border-bottom: solid 1px #DDDDEC;
  padding-bottom: 6px;
  margin-bottom: 9px;
}
main section.sec-headline.sec-corporate .news-toggle .toggle-content ul li a {
  display: block;
}
main .sec-newsOverview {
  padding-top: 11.6rem;
  padding-bottom: 9.7rem;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
main .sec-newsOverview .news-content {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content {
    padding-top: 70px;
    margin-top: -70px;
  }
}
main .sec-newsOverview .news-content:not(:last-child) {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content:not(:last-child) {
    margin-bottom: 5rem;
  }
}
main .sec-newsOverview .news-content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1D2087;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
main .sec-newsOverview .news-content .newsOverview-content {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content .newsOverview-content {
    padding: 2.5rem 2rem 3rem;
  }
}
main .sec-newsOverview .news-content .newsOverview-content ul li {
  display: flex;
  padding-bottom: 1.4rem;
  background-image: linear-gradient(to right, #1D2087, #1D2087 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
main .sec-newsOverview .news-content .newsOverview-content ul li:not(:last-child) {
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content .newsOverview-content ul li {
    display: block;
  }
}
main .sec-newsOverview .news-content .newsOverview-content ul time {
  color: #1D2087;
  display: inline-block;
  width: 112px;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content .newsOverview-content ul time {
    font-size: 1.5rem;
    width: 100%;
  }
}
main .sec-newsOverview .news-content .newsOverview-content ul a {
  font-size: 1.5rem;
  display: inline-block;
  width: calc(100% - 112px);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  main .sec-newsOverview .news-content .newsOverview-content ul a {
    width: 100%;
    font-size: 1.4rem;
  }
}
main .sec-newsOverview .news-content .newsOverview-content ul a.disable {
  text-decoration: none;
}
/*# sourceMappingURL=sourcemaps/news.css.map */