#news main {
  padding: 70px 25px 150px;
}
#news main .tub_wrapper {
  font-size: 0;
  letter-spacing: 0;
}
#news main .tub_wrapper .tub {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  width: 50%;
  vertical-align: bottom;
  position: relative;
  text-align: center;
  line-height: 50px;
  height: 60px;
  letter-spacing: 0.085em;
}
#news main .tub_wrapper .tub.active::after {
  content: '\025bc';
  display: block;
  width: 100%;
  position: absolute;
  height: 10px;
  bottom: 14px;
  color: #988b6e;
  font-size: 10px;
  line-height: 1em;
}
#news main .tub_wrapper .tub a {
  color: #988b6e;
  display: block;
  line-height: 50px;
}
#news main .tub_wrapper .tub1 {
  background: #fff;
  border-radius: 12px 12px 0 0;
  width: 100%;
}
#news main .tub_wrapper .tub2 {
  background: #d6d1c5;
}
#news main .tub_wrapper .tub3 {
  background: #ddf094;
}
#news main .tub_wrapper .tub4 {
  background: #a9e5dc;
}
#news main .list_wrap {
  background: #fff;
  padding: 40px 20px;
}
#news main .list_wrap dl {
  margin-top: 25px;
}
#news main .list_wrap dl:first-of-type {
  margin-top: 0;
}
#news main .list_wrap dl dt {
  margin-bottom: 15px;
}
#news main .list_wrap dl dd a {
  color: #4c4948;
  font-size: 16px;
  line-height: 1.438em;
}
#news main .list_wrap dl dd .text {
  margin-top: 10px;
}
#news main .cate {
  display: inline-block;
  margin-right: 13px;
  width: 129px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
}
#news main .cate.cate1 {
  background: #d6d1c5;
}
#news main .cate.cate2 {
  background: #ddf094;
}
#news main .cate.cate3 {
  background: #a9e5dc;
}
#news main .date {
  color: #838383;
  display: inline-block;
}
#news main .pagenation .pager {
  list-style: none;
  font-size: 0;
  letter-spacing: 0;
}
#news main .pagenation .pager li {
  display: inline-block;
  width: 25%;
  font-size: 20px;
  border-right: #fff 1px solid;
  box-sizing: border-box;
  letter-spacing: normal;
}
#news main .pagenation .pager li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 60px;
  text-align: center;
  background: #988b6e;
}
#news main .pagenation .pager li.before a {
  border-radius: 0 0 0 12px;
}
#news main .pagenation .pager li.after {
  border-right: none;
}
#news main .pagenation .pager li.after a {
  border-radius: 0 0 12px 0;
}
#news main .pagenation .pager li.active a {
  color: #706650;
  background: #d6d1c5;
}
#news main .pagenation .pager.pagelist_menu {
  border-radius: 12px;
  background: #988b6e;
  display: none;
}
#news main .pagenation .pager.pagelist_menu li {
  border-radius: 0;
  background: none;
  border-top: #fff 1px solid;
}
#news main .pagenation .pager.pagelist_menu li:first-child a {
  border-radius: 12px 0 0 0;
}
#news main .pagenation .pager.pagelist_menu li:nth-child(4) a {
  border-radius: 0 12px 0 0;
}
#news main .pagenation .pager.pagelist_menu li:last-child a {
  border-radius: 0 0 12px 0;
}
#news main .pagenation .pager.pagelist_menu li:nth-last-child(4) a {
  border-radius: 0 0 0 12px;
}
#news main .pagenation .pager.pagelist_menu li:nth-child(4n) {
  border-right: none;
}
#news main .pagenation.post .pager .link_list {
  width: 50%;
}
#news main .post_wrap {
  background: #fff;
  border-radius: 12px 12px 0 0;
  padding: 40px 20px;
}
#news main .post_wrap .post_info {
  margin-bottom: 45px;
}
#news main .post_wrap h3 {
  line-height: 1.681em;
  font-size: 22px;
  margin-bottom: 40px;
}
#news main .post_wrap p {
  font-size: 14px;
  line-height: 2em;
}
#news main .post_wrap .img_2col {
  margin-top: 60px;
}
#news main .post_wrap .img_2col div img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 15px;
}

/* tablet */

@media all and (min-width: 768px) {
  #news main {
    padding: 70px 50px 150px;
  }
  #news main .list_wrap {
    padding: 40px;
  }
  #news main .post_wrap {
    padding: 40px 50px;
  }
  #news main .post_wrap .img_2col {
    margin: 80px auto 90px;
    letter-spacing: 0;
    font-size: 0;
  }
  #news main .post_wrap .img_2col div {
    display: inline-block;
    width: calc((100% - 17px) / 2);
  }
  #news main .post_wrap .img_2col div:first-child {
    margin-right: 17px;
  }
  #news main .post_wrap .img_2col div img {
    margin-bottom: 0;
  }
  #news main .tub_wrapper {
    font-size: 0;
    letter-spacing: 0;
  }
  #news main .tub_wrapper .tub {
    width: 33.33%;
  }
  #news main .tub_wrapper .tub1 {
    border-radius: 12px 0 0 0;
  }
  #news main .tub_wrapper .tub3 {
    border-radius: 0 12px 0 0;
  }
}

/* pc */

@media all and (min-width: 1025px) {
  #news main h2,
  #news main .tub_wrapper,
  #news main .list_wrap,
  #news main .post_wrap,
  #news main .pagenation {
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
  }
  #news main h2 {
    margin-bottom: 50px;
  }
  #news main .tub_wrapper {
    font-size: 0;
    letter-spacing: 0;
  }
  #news main .tub_wrapper .tub {
    width: 33.33%;
  }
  #news main .pagenation.disppc {
    display: block;
  }
  #news main .pagenation.disppc .pager li {
    display: inline-block;
    width: 10%;
    font-size: 22px;
    border-left: #fff 1px solid;
    border-right: none;
    vertical-align: bottom;
  }
  #news main .pagenation.disppc .pager li.nopage {
    background: #988b6e;
    height: 60px;
  }
  #news main .pagenation.disppc .pager li.pagecount,
  #news main .pagenation.disppc .pager li.first,
  #news main .pagenation.disppc .pager li.last {
    font-size: 16px;
    letter-spacing: 0.085em;
  }
  #news main .pagenation.disppc .pager li.pagecount {
    border-left: none;
    border-right: #fff 1px solid;
  }
  #news main .pagenation.disppc .pager li.pagecount+.page {
    border-left: none;
    border-right: none;
  }
  #news main .pagenation.disppc .pager li.nopage {
    border-left: transparent 1px solid;
  }
  #news main .pagenation.disppc .pager li:first-child a {
    border-radius: 0 0 0 12px;
  }
  #news main .pagenation.disppc .pager li:last-child {
    border-right: none;
  }
  #news main .pagenation.disppc .pager li:last-child a {
    border-radius: 0 0 12px 0;
  }
}