@charset "UTF-8";

/* ▼▼▼ エキマルニュース詳細
=====================================*/
.news_title_wrap{
  padding-top: 20px;
  margin-bottom: 30px;
}
.news_title_wrap .news_date_wrap{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  text-align: center;
}
.news_title_wrap .news_days{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
h1.news_title,
h2.news_title{
  margin-bottom: 25px;
  color: #932F27;
  font-size: 24px;
  text-align: center;
}
h3.balloon_title{
  max-width: 500px;
  margin: 0 auto 50px;
  padding: 10px 50px;
  background: #932F27;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  position: relative;
}
h3.balloon_title::after{
  content: '';
  width: 0;
  height: 0;
  border-width: 12px 12px 0;
  border-style: solid;
  border-color: #932F27 transparent transparent;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
}
.news_block_wrap{
  max-width: 800px;
  margin: 0 auto 50px;
}
.news_block_wrap .img_block{
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.news_block_wrap .img_block img{
  width: 100%;
}
.news_block_wrap .txt_block:not(:last-child){
  margin-bottom: 50px;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {


  .news_title_wrap{
    margin-bottom: 20px;
  }
  .news_title_wrap .news_days{
    font-size: 14px;
    text-align: center;
  }
  h1.news_title,
  h2.news_title{
    margin-bottom: 15px;
    font-size: 16px;
  }
  h3.balloon_title{
    padding: 10px 30px;
    font-size: 14px;
  }
  .news_block_wrap{
    margin: 0 auto 30px;
  }
  .news_block_wrap .img_block{
    margin: 0 auto 30px;
  }
  .news_block_wrap .txt_block:not(:last-child){
    margin-bottom: 40px;
  }
}
