@charset "UTF-8";
/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.box_in {
  max-width: 960px; }

.mv {
  background: url(../images/news/mv_bg.jpg);
  background-size: cover; }

@media screen and (max-width: 750px) {
  .mv {
    background: url(../images/news/mv_bg.jpg);
    background-size: contain; } }
#news .box_in .news_wrap ul li {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #bdbdbd; }
  #news .box_in .news_wrap ul li .day {
    width: 200px;
    text-align: left;
    line-height: 2.2; }
  #news .box_in .news_wrap ul li .ttl_area {
    width: calc(100% - 200px);
    text-align: left;
    line-height: 2.2; }
    #news .box_in .news_wrap ul li .ttl_area .ttl {
      font-weight: bold; }
    #news .box_in .news_wrap ul li .ttl_area .con {
      margin-top: 10px; }
      #news .box_in .news_wrap ul li .ttl_area .con .images p {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #news .box_in .news_wrap ul li .ttl_area .con .images p a {
          display: inline-block;
          width: 48%;
          margin-top: 15px; }
          #news .box_in .news_wrap ul li .ttl_area .con .images p a img {
            width: 100%;
            height: auto; }

@media screen and (max-width: 750px) {
  #news {
    padding-top: 0; }
    #news .box_in .news_wrap ul li {
      display: block; }
      #news .box_in .news_wrap ul li .day {
        width: 100%;
        text-align: left;
        line-height: 2; }
      #news .box_in .news_wrap ul li .ttl_area {
        width: 100%;
        text-align: left;
        line-height: 2; }
        #news .box_in .news_wrap ul li .ttl_area .con .images p {
          display: block; }
          #news .box_in .news_wrap ul li .ttl_area .con .images p a {
            width: 100%;
            margin-top: 15px; } }
/* Pager style（外部化可） */
.pagination {
  text-align: center;
  padding: 10px;
  clear: both; }

/*ページャーボタン*/
.pagination a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 2px; }

/*現在のページのボタン*/
.pagination a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  padding: 3px 7px 2px;
  margin: 0 2px;
  text-decoration: none; }

.pagination a:hover {
  background: #999;
  color: #fff; }

.overPagerPattern {
  padding: 0 2px; }

.active {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  background: #333;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 2px; }

@media screen and (max-width: 750px) {
  .pagination {
    text-align: center;
    margin-top: 20px;
    padding: 0; }

  .pagination a {
    margin: 5px 4px;
    display: inline-block; }

  .pagination a.current {
    margin: 5px 4px;
    display: inline-block; }

  .active {
    margin: 5px 4px;
    display: inline-block; } }
/* /Pager style */
