.news_area {
  /*padding-bottom: 3%;*/
}
.news_box {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}
.news_box a {
  width: 23%;
  text-decoration: none;
  margin: 0 1% 1%;
}
.news_box article {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  border: 1px solid #dfe1e2;
}
.aiticle_thumb_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 160px;
}
.aiticle_thumb_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.article_textbox {
  font-weight: bold;
  text-align: center;
  padding: 3%;
  padding-bottom: 2em;
  color: #0F0F0F;
  font-size: 13px;
  line-height: 1.5em;
}
.article_subtextbox {
  width: 100%;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.aiticle_modal, .history_modal {
  position: relative;
  display: none;
  /*position: relative;*/
  padding: 1%;
  line-height: 1.5em;
}
.aiticle_modal {
  padding: 5%;
}
.aiticle_date, .aiticle_category {
  text-align: center;
  width: 30%;
}
.aiticle_date {
  width: 100%;
  text-align: center;
  color: #676767;
  font-weight: bold;
}
.aiticle_category {
  font-weight: bold;
  color: rgba(255, 255, 255, 1.00);
}
.aiticle_category.other {
  background: rgba(102, 102, 102, 1.00);
}
.aiticle_category.anime {
  background: #D75674; /*bt*/
}
.aiticle_category.game {
  background: #007DAF; /*bt*/
}
.aiticle_category.goods {
  background: #F6744E; /*bt*/
}
.aiticle_category.manga {
  background: #F9BC2B;
}
.aiticle_category.info {
  background: #21B63F; /*bt*/
}
.aiticle_category.event {
  background: #546DBA;
}
.modal_textbox img {
  max-width: 100%;
}
.news_textbox {
  text-align: left;
  max-width: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news_title_area {
  /*background: #262626;*/
  /*background:rgba(36, 153, 255, 0.9);*/
  background: #5687b2;
  background: rgba(36, 153, 255, 0.7);
  color: #FFFFFF;
  text-align: center;
  padding: 1%;
}
.news_date {
  text-align: right;
  font-size: 10px;
  /*color: #676767;*/
}
.news_title {
  font-weight: bold;
  font-size: 16px;
  padding: 0 1% 0;
}
.news_text_area {
  font-size: 14px;
  padding: 3%;
}
.news_text_area img {
  max-width: 100%;
}
.modal_textbox {
  max-width: 700px;
  display: flex;
  justify-content: center;
}
.close {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  color: rgba(198, 0, 3, 1.00);
  border-radius: 50%;
  cursor: pointer;
}
/*0422*/
#news_area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.news_sidebar_area {
  justify-content: center;
  width: 20%;
}
.news_sidebar_area ul {
  height: auto;
}
.news_article_area {
  width: 80%;
}
.news_link_text_area {
  padding: 10px 1% 32px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #news_area {
    flex-direction: column-reverse;
    padding: 0 10%;
  }
  ul.twitter_tl {
    flex-direction: column;
    padding: 0 5%;
  }
  .news_sidebar_area {
    width: 100%;
  }
  .sidebar_area {
    text-align: center;
  }
  .news_article_area {
    width: 100%;
  }
  .dammy_box01 {
    display: none;
  }
  .aiticle_thumb_area {
    height: 180px;
  }
  .aiticle_thumb_area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .news_box {
    /*lex-wrap: wrap;*/
    display: block;
    padding: 0 1%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .news_box a {
    display: block;
    width: auto;
    max-width: 450px;
    margin: 10% auto 0;
  }
  .news_box a:first-child {
    margin: 0 auto 0;
  }
  select.sp {
    width: 100px;
    margin: 0 auto;
  }
  .news_link_text_area {
    margin-top: 3%;
    padding: 10px 10% 32px;
  }
}