@charset "utf-8";

/* -------------------------------------
  news
----------------------------------------*/
#news.inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.newsDetail {
  width: 75%;
  float: right;
}
.archive {
  width: 20%;
  float: left;
}
.archiveList {
  padding-bottom: 40px;
}
.archiveList .archiveTitle h2 {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 10px 0;
  border-top: solid 2px #684459;
  border-bottom: solid 2px #684459;
}
.archiveList li {
  position: relative;
  padding: 15px 1.5em 15px 0;
  line-height: 1.4;
  border-bottom: dotted 1px #684459;
}
.archiveList li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #684459;
  border-right: solid 1px #684459;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.archiveInfo dl {
  padding: 20px 0 40px;
}
.archiveInfo dt {
  background-color: #ecc4ca;
  color: #684459;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 15px 0;
}
.archiveInfo dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.newsList li {
  padding: 30px 0;
  border-bottom: 1px solid #ecc4ca;
}
.newsList li:last-child {
  border-bottom: none;
}
.newsList .thumb {
  width: 34.6%;
  float: left;
  position: relative;
  padding: 11% 0;
  overflow: hidden;
}
.newsList .thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  right: -150%;
  margin: auto;
}
.newsList .thumb+div {
  width : 60%;
  float: right;
  box-sizing: border-box;
}
.newsList .newsInfo p {
  line-height: 1.4;
}
.newsList .newsInfo .title,
.news_title {
  display: inline-block;
  color: #684459;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 15px 0;
}
#news_content {
  line-height: 1.4;
  padding: 30px 0 60px;
}
#news_content img {
  float: left;
  padding-right: 15px;
}
#news_content span {
  line-height: 1.4;
}
.btn_wrap {
  text-align: center;
}
.btn_wrap .btn {
  width: 200px;
  background-color: #684459;
  color: #ecc4ca;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 auto 10px;
  padding: 0 50px;
}
.btn_wrap .btn a {
  display: block;
  padding: 20px 0;
}
.archiveTitle {
  position: relative;
}
.archiveTitle .arrow {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  z-index: 20;
}
.archiveTitle .arrow span {
  position: relative;
}
.archiveTitle .arrow span:after,
.archiveTitle .arrow span:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #684459
}
.archiveTitle .arrow span:before {
  width: 17px;
  height: 1px;
  top: 20px;
  left: 12px;
}
.archiveTitle .arrow span:after {
  width: 1px;
  height: 17px;
  top: 12px;
  left: 20px;
}
.archiveTitle .arrow span:after,
.archiveTitle .arrow span:before {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}
.archiveTitle .arrow.opennav span:before {
  -webkit-transform: scaleY(0) rotate(90deg);
  transform: scaleY(0) rotate(90deg)
}
.archiveTitle .arrow.opennav span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.archiveChild {
  display: none;
}
#pager {
  margin-top: 60px;
}
#pager ul {
  text-align: center;
}
#pager li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 1px;
}
#pager li a {
  display: block;
  padding: 0.5em 0.75em;
  color: #684459;
  text-decoration: none;
  border: 1px solid #684459;
}
#pager .current a {
  background-color: #684459;
  color: #ecc4ca;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .newsDetail,
  .archive {
    width: auto;
    float: none;
  }
  .btn_wrap .btn a {
    display: block;
    padding: 15px 0;
  }
  .archiveInfo {
    padding: 20px 0 0;
    text-align: center;
  }
  .archiveInfo img {
    width: 175px;
    margin: auto;
  }
  .archiveInfo dd {
    text-align: left;
  }
  .newsList .newsInfo .title,
  .news_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .newsList .newsInfo .title {
    padding: 10px 0;
  }
  .newsList .newsInfo p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #news_content {
    padding: 10px 0 30px;
  }
  #news_content img {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 350px) {

}