@charset "UTF-8";
.content {
  position: relative;
  padding-top: 80px;
  margin-top: 120px;
}

.news_head {
  text-align: center;
}

.news_head .news_category {
  margin-top: 65px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
}

.news_head .news_category ul li {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}

.news_head .news_category ul li:after {
  content: '';
  position: absolute;
  right: 3px;
  top: -1px;
  width: 20px;
  height: 100%;
  background: url(../img/in/item_sakura.png) no-repeat center center;
}

.news_head .news_category ul li a {
  display: block;
  color: #000;
  -webkit-transition: color .5s ease;
          transition: color .5s ease;
}

.news_head .news_category ul li a:hover {
  color: #fa70b5;
}

.news_head .news_category ul li.active a {
  color: #fa70b5;
}

.news_head .news_category ul li:last-child {
  padding-right: 0;
}

.news_head .news_category ul li:last-child:after {
  display: none;
}

.news_list {
  max-width: 980px;
  margin: 80px auto 0;
  text-align: left;
}

.news_list ul {
  letter-spacing: -.4em;
  font-size: 0;
}

.news_list ul li {
  display: inline-block;
  width: 460px;
  margin-bottom: 60px;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 15px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.news_list ul li:nth-child(2n) {
  margin-left: 60px;
}

.news_list ul li a {
  position: relative;
  display: block;
  padding: 30px 0;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}

.news_list ul li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.news_list ul li .news_in {
  height: 128px;
  overflow: hidden;
}

.news_list ul li .news_cate {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 5px 4px;
  display: inline-block;
  background-color: #98d3f5;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  letter-spacing: .03em;
}

.news_list ul li .news_date {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
}

.news_list ul li .news_title {
  max-height: 55px;
  margin-top: 12px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
}

.news_list ul li .news_txt {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
}

.news_all {
  margin-top: 15px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}

.news_all .news_prev {
  display: inline-block;
  margin-right: 25px;
}

.news_all .news_prev a {
  position: relative;
  display: block;
  width: 120px;
  height: 40px;
  padding: 12px 0 0 10px;
  background: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fa70b5;
  font-size: 15px;
  border: 1px solid #fccfe6;
  border-radius: 3px;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}

.news_all .news_prev a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.news_all .news_prev a:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 112px;
  height: 32px;
  border: 1px solid #fde7f2;
  border-radius: 3px;
}

.news_all .news_prev a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fa70b5;
  border-left: 2px solid #fa70b5;
}

.news_all .news_page {
  display: inline-block;
  font-size: 17px;
}

.news_all .news_page li {
  display: inline-block;
  margin: 0 3px;
}

.news_all .news_page li a {
  display: block;
  padding: 5px;
  color: #000;
  -webkit-transition: color .5s ease;
          transition: color .5s ease;
}

.news_all .news_page li a:hover {
  color: #fa70b5;
}

.news_all .news_page li.news_now_page a {
  color: #fa70b5;
  border-bottom: 1px solid #fa70b5;
}

.news_all .news_next {
  display: inline-block;
  margin-left: 25px;
}

.news_all .news_next a {
  position: relative;
  display: block;
  width: 120px;
  height: 40px;
  padding: 12px 10px 0 0;
  background: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fa70b5;
  font-size: 15px;
  border: 1px solid #fccfe6;
  border-radius: 3px;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}

.news_all .news_next a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.news_all .news_next a:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 112px;
  height: 32px;
  border: 1px solid #fde7f2;
  border-radius: 3px;
}

.news_all .news_next a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fa70b5;
  border-left: 2px solid #fa70b5;
}

.news_all .news_list_btn {
  display: inline-block;
  margin-top: 40px;
}

.news_all .news_list_btn a {
  position: relative;
  display: block;
  width: 140px;
  height: 40px;
  padding: 12px 0 0 0;
  background: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fa70b5;
  font-size: 15px;
  border: 1px solid #fccfe6;
  border-radius: 3px;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}

.news_all .news_list_btn a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.news_all .news_list_btn a:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 132px;
  height: 32px;
  border: 1px solid #fde7f2;
  border-radius: 3px;
}

.news_detail {
  position: relative;
  width: 980px;
  margin: 60px auto 0;
  padding: 50px 0 30px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.news_detail .news_cate {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 5px 4px;
  display: inline-block;
  background-color: #98d3f5;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  letter-spacing: .03em;
}

.news_detail .news_date {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  color: #fa70b5;
}

.news_detail .news_title {
  margin-top: 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 22px;
  color: #000;
  line-height: 1.2;
  word-wrap: break-word;
}

.news_detail .news_txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
  text-align: justify;
  word-wrap: break-word;
}

.news_detail .news_txt a {
  text-decoration: underline;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}

.news_detail .news_txt a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.news_detail .news_txt img {
  height: auto !important;
}

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