/*event announcement_01*/
.news_group {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  color: #0089D2;
  border-top: 1px solid #0089D2;
  border-bottom: 1px solid #0089D2; }
  @media screen and (min-width: 750px) {
    .news_group {
      height: 50px;
      line-height: 1.2em;
      font-size: 1.7rem;
      margin-bottom: 40px;
      padding: 40px 0; } }
  @media screen and (max-width: 749px) {
    .news_group {
      line-height: 1.5em;
      font-size: 1.4rem;
      margin-bottom: 30px;
      padding: 7px 0; } }
  .news_group::before {
    content: "イベント";
    width: auto;
    height: 30px;
    padding: 0 10px;
    color: #fff;
    background-color: #0089D2;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    white-space: nowrap; }
    @media screen and (max-width: 749px) {
      .news_group::before {
        font-size: 1.2rem; } }

.news_play {
  background: #0089D2;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .news_play::before {
    content: "";
    background: #ffffff; }
  .news_play::after {
    background: url(../img/icon_play_indigo.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .news_play::after {
    content: "";
    background: url("../img/icon_arrow_0089D2.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    position: absolute;
    right: 20px; }
    @media screen and (max-width: 749px) {
      .news_play::after {
        width: 20px;
        height: 20px; } }

.news_group02 {
  width: 100%;
  height: 80px;
  line-height: 1.2em;
  font-size: 1.7rem;
  font-weight: 700;
  justify-content: flex-start;
  padding: 0 20px;
  line-height: 1.66; }
  .news_group02_textspace {
    width: 90%; }
  @media screen and (max-width: 749px) {
    .news_group02 {
      font-size: 1.3rem;
      height: auto;
      padding: 10px 30px 10px 10px; } }

.news_group03 {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  color: #962943;
  border-top: 1px solid #962943;
  border-bottom: 1px solid #962943; }
  .news_group03_textspace {
    width: 90%; }
@media screen and (min-width: 750px) {
  .news_group03 {
    height: 50px;
    line-height: 1.2em;
    font-size: 1.7rem;
    margin-bottom: 40px;
    padding: 40px 0; } }
@media screen and (max-width: 749px) {
  .news_group03 {
    line-height: 1.5em;
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding: 7px 0; } }
.news_group03::before {
  content: "イベント";
  width: auto;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: #962943;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap; }
@media screen and (max-width: 749px) {
  .news_group::before {
    font-size: 1.2rem; } }

.news_play03 {
  background: #962943;
  color: #ffffff;
  border: 1px solid #ffffff; }
.news_play03::before {
  content: "";
  background: #ffffff; }
.news_play03::after {
  background: url(../img/icon_play_indigo_03.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
.news_play03::after {
  content: "";
  background: url("../img/icon_arrow_0089D2_03.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  position: absolute;
  right: 20px; }
@media screen and (max-width: 749px) {
  .news_play03::after {
    width: 20px;
    height: 20px; } }

.news_group04 {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  color: #507B4B;
  border-top: 1px solid #507B4B;
  border-bottom: 1px solid #507B4B; }
  .news_group04_textspace {
    width: 90%; }
@media screen and (min-width: 750px) {
  .news_group04 {
    height: 50px;
    line-height: 1.2em;
    font-size: 1.7rem;
    margin-bottom: 40px;
    padding: 40px 0; } }
@media screen and (max-width: 749px) {
  .news_group04 {
    line-height: 1.5em;
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding: 7px 0; } }
.news_group04::before {
  content: "イベント";
  width: auto;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: #507B4B;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap; }
@media screen and (max-width: 749px) {
  .news_group04::before {
    font-size: 1.2rem; } }

.news_play04 {
  background: #507B4B;
  color: #ffffff;
  border: 1px solid #ffffff; }
.news_play04::before {
  content: "";
  background: #ffffff; }
.news_play04::after {
  background: url(../img/icon_play_indigo_04.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
.news_play04::after {
  content: "";
  background: url("../img/icon_arrow_0089D2_04.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  position: absolute;
  right: 20px; }
@media screen and (max-width: 749px) {
  .news_play04::after {
    width: 20px;
    height: 20px; } }

.news_group05{
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  color: #264668;
  border-top: 1px solid #264668;
  border-bottom: 1px solid #264668; }
  .news_group05_textspace {
    width: 90%; }
@media screen and (min-width: 750px) {
  .news_group05 {
    height: 50px;
    line-height: 1.2em;
    font-size: 1.7rem;
    margin-bottom: 40px;
    padding: 40px 0; } }
@media screen and (max-width: 749px) {
  .news_group05 {
    line-height: 1.5em;
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding: 7px 0; } }
.news_group05::before {
  content: "イベント";
  width: auto;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: #264668;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap; }
@media screen and (max-width: 749px) {
  .news_group05::before {
    font-size: 1.2rem; } }

.news_play05 {
  background: #264668;
  color: #ffffff;
  border: 1px solid #ffffff; }
.news_play05::before {
  content: "";
  background: #ffffff; }
.news_play05::after {
  background: url(../img/icon_play_indigo_05.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
.news_play05::after {
  content: "";
  background: url("../img/icon_arrow_0089D2_05.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  position: absolute;
  right: 20px; }
@media screen and (max-width: 749px) {
  .news_play05::after {
    width: 20px;
    height: 20px; } }