#sidebar .menu .menu-news a:before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #000000;
  margin: 0 8px 0 0;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

.maincontents {
  width: 63.235%;
  margin: 70px auto 0;
  overflow: hidden;
}
h2{
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 2.4px;
  line-height: 36px;
  text-align: center;
}
h2+p{
  font-size: 1.0rem;
  color: #9B9B9B;
  letter-spacing: 1.36px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 74px;
}
.news_wrapper >div:last-child{
  border: none;
}
.news_inner {
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.news_inner .news_right{
  float: right;
  width: 55.8139%;
  margin-right: 4.65116%;
}
.news_inner .news_right h3{
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 1.33px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: -2px;
}
.news_inner .news_right .date{
  font-size: 1.1rem;
  color: #9B9B9B;
  letter-spacing: 1.25px;
  line-height: 14px;
  margin-bottom: 17px;
}
.news_inner .news_right .news_text{
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: 1.1px;
  line-height: 22px;
}
.news_inner .news_right .news_text strong{
  font-weight: bold;
}
.news_inner .news_left{
  float: left;
  width: 34.8837%;
}
.news_inner .news_left img{
  width: 100%;
}
.pagenation{
  font-size: 1.3rem;
  color: #000000;
  letter-spacing: 2.05px;
  text-align: center;
  margin-top: 33px;
  padding-bottom: 9px;
  margin-top: 60px;
}
.pagenation a {
  color: #000000;
  margin-right: 19px;
  position: relative;
  padding-bottom: 8px;
}
.pagenation a:last-child {
  margin-right: 0;
}
.pagenation a.this_page:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  height: 1px;
  background-color: #000;
  width: 14px;
  margin-left: -7px;
}
.pagenation .ellipsis {
  margin-left: -13px;
  margin-right: 8px;
}
#footer {
  margin: 119px 0 0;
}


@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .maincontents.new {
    margin: 53px auto 0;
  }
  h2{
    font-size: 1.3rem;
    color: #000000;
    letter-spacing: 1.75px;
  }
  h2+p{
    font-size: 1.0rem;
    color: #9B9B9B;
    letter-spacing: 1.25px;
    margin-top: -8px;
    margin-bottom: 12px;
  }
  .news_wrapper >div:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news_inner {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  .news_inner .news_left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .news_inner .news_right {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .news_inner .news_right h3 {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -2px;
  }
  .news_inner .news_right .date {
    font-size: 1.1rem;
    letter-spacing: 0.98px;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .news_inner .news_right .news_text {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .pagenation {
    margin-top: 73px;
  }
  .pagenation a {
    margin-right: 25px;
  }
  .pagenation a:last-child{
	margin-right: 0px;
  }
  .pagenation .ellipsis {
    margin-left: -18px;
  }
  #footer {
    margin: 0 0 0;
  }

}
@media only screen and (max-width: 320px){

}
