@charset "UTF-8";
/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
#news {
  padding: 140px 0 100px;
  text-align: left; }
  #news .box_in .ttl .item {
    top: -88px;
    left: -8px;
    width: 363px; }
  #news .box_in .ttl:after {
    background: #000; }
  #news .box_in ul {
    background: #fff;
    padding: 40px; }
    #news .box_in ul li {
      border-bottom: 1px dotted #999;
      padding: 20px;
      display: flex;
      text-align: left;
      align-items: flex-end;
      justify-content: space-between; }
      #news .box_in ul li:first-child {
        border-top: 1px dotted #999; }
      #news .box_in ul li .left {
        width: calc(100% - 100px); }
        #news .box_in ul li .left .data {
          background: #000;
          padding: 10px;
          color: #fff;
          line-height: 1;
          display: inline-block; }
        #news .box_in ul li .left .title {
          margin-top: 10px; }
      #news .box_in ul li .right {
        width: 100px;
        text-align: right; }
        #news .box_in ul li .right a {
          text-decoration: underline;
          font-size: 18px; }

@media screen and (max-width: 750px) {
  #news {
    padding: 18.6666666667vw 0 13.3333333333vw; }
    #news .box_in .ttl .item {
      left: -1.0666666667vw; }
    #news .box_in ul {
      padding: 5.3333333333vw; }
      #news .box_in ul li {
        padding: 5.3333333333vw 0vw 4vw;
        display: block; }
        #news .box_in ul li .left {
          width: 100%; }
          #news .box_in ul li .left .data {
            font-size: 14px; }
        #news .box_in ul li .right {
          width: 100%; } }
/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
  margin-top: 20px; }

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

/*現在のページのボタン*/
.pager 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; }

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

.overPagerPattern {
  padding: 0 2px; }

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

  .pager a {
    margin: 0 4px; }

  .pager a.current {
    margin: 0 4px; } }
/* /Pager style */
