.news_list {
  width: 89.335%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: left;
}

.news_list.is-small li {
  height: 180px;
}

.news_list.is-small li a {
  height: 180px;
}

.news_list li {
  display: inline-block;
  position: relative;
  width: 48.5%;
  height: 195px;
  margin-right: 3%;
  margin-bottom: 10px;
  background-color: #fff;
  vertical-align: top;
  font-size: 14px;
}

.news_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 195px;
}

.news_list li:nth-child(2n) {
  margin-right: 0;
}

.news_list li .news_thumb {
  width: 100%;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
}

.news_list li .news_txt_title {
  display: box;
  display: -webkit-box;
  position: relative;
  z-index: 1;
  padding: 9px 8% 0;
  overflow: hidden;
  color: #444;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news_list li .news_day {
  position: relative;
  z-index: 1;
  padding: 5px 8% 20px;
  color: #b29141;
  font-size: 11px;
}

.news_list li .news_cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/in_news/frame_list_head.png) no-repeat center top;
  background-size: 100% auto;

  -webkit-background-size: 100% auto;
}

.news_list li .news_cover:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/in_news/frame_list_repeat.png) repeat-y center center;
  background-size: 100% auto;

  -webkit-background-size: 100% auto;
}

.news_list li .news_cover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 18%;
  background: url(../img/in_news/frame_list_foot.png) no-repeat center bottom #fff;
  background-size: 100% auto;

  -webkit-background-size: 100% auto;
}

.pager {
  margin-top: 30px;
}

.pager p {
  display: inline-block;
  width: 31%;
  margin: 0 1%;
}

.news_detail {
  position: relative;
  width: 89.335%;
  margin: 0 auto;
  padding: 6% 5% 40px;
  background: url(../img/in_news/frame_detail_repeat.png) repeat-y center top;
  background-size: 100% auto;
  background-color: #fff;
  color: #444;
  text-align: left;
  word-wrap: break-word;

  -webkit-background-size: 100% auto;
}

.news_detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-bottom: 13%;
  background: url(../img/in_news/frame_detail_head.png) no-repeat center top #fff;
  background-size: 100% auto;

  -webkit-background-size: 100% auto;
}

.news_detail:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 13%;
  background: url(../img/in_news/frame_detail_foot.png) no-repeat center bottom #fff;
  background-size: 100% auto;

  -webkit-background-size: 100% auto;
}

.news_detail .news_title {
  color: #444;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 1.5;
}

.news_detail .news_day {
  margin-top: 10px;
  color: #b29141;
  font-weight: 500;
  font-size: 12px;
}

.news_detail .news_title_day {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  background: url(../img/in_news/line.png) no-repeat center bottom;
  background-size: 100% auto;

  -webkit-background-size: 100% auto;
}

.news_detail .news_txt {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}

.news_detail .news_txt a {
  color: #ff7398;
}

.news_detail .news_txt img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}

.news_detail .news_txt strong {
  font-weight: 600;
}

.news_detail .news_txt iframe {
  max-width: 100%;
}

.news_detail .sns_btn {
  margin-top: 20px;
}
