@charset "UTF-8";
/* @content */
/* 一覧 */
#news {
  padding-bottom: 90px;
}
#news .news__list {
  margin-top: 50px;
}
#news .news__list a + a{
  margin-top: 30px;
  display: block;
}
#news .news__list a:hover{
  opacity: 1;
  color: #63f;
}
#news .news__list article {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#news .news__list article:after {
  border-top: 2px solid #63f;
  border-right: 2px solid #63f;
  content: "";
  display: block;
  height: 22px;
  margin: 0 20px 0 -20px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 22px;
}
#news .thumb,
#news_detail .news_detail__head .thumb {
  background-position: center;
  background-size: cover;
  height: 150px;
  width: 150px;
}
#news .no-image,
#news_detail .no-image {
  background-image: url(../images/news/no-image.jpg);
}
#news .news__text {
  max-width:  740px;
  width: calc(100% - 200px);
}
#news .news__text h2 {
  font-size: 18px;
  margin-top: 12px;
}
#news .news__text p {
  color: #545454;
  margin-top: 12px;
}
#news .news__list a:hover .news__text p {
  color: #63f;
}
#news .pagination {
  margin: 40px auto 0;
}
#news .pagination .inner span,
#news .pagination .inner a{
  font-size: 16px;
  line-height: 20px;
  width: 25px;
  height: 25px;
  border: 2px solid #63f;
  color: #63f;
  margin: 0 10px;
  text-align: center;
}
#news .pagination .inner .current{
  background-color: #63f;
  color: #ffffff;
}
#news .pagination .inner{
  display: flex;
  justify-content: center;
}
#news .pagination .inner .pn-prev,
#news .pagination .inner .pn-next{
  position: relative;
}
#news .pagination .inner .pn-next:after,
#news .pagination .inner .pn-prev:after {
  border-top: 2px solid #63f;
  border-right: 2px solid #63f;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: 6px;
  transition: all 0.2s;
  width: 10px;
}
#news .pagination .inner .pn-next:after{
  transform: rotate(45deg);
  right: 8px;
}
#news .pagination .inner .pn-prev:after{
  transform: rotate(225deg);
  left: 8px;
}

/* 詳細 */
#news_detail {
  padding-bottom: 90px;
}
#news_detail .news_detail__inner {
  margin-top: 50px;
}
#news_detail .news_detail__inner .wrapper {
  display: flex;
  justify-content: space-between;
}
#news_detail .news_detail__main {
  width: 65%;
}
#news_detail .news_detail__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#news_detail .news_detail__head .news__text {
  width: calc(100% - 190px);
}
#news_detail .news_detail__head h2 {
  font-size: 22px;
}
#news_detail .content_wrap {
  padding: 30px 0;
  border-bottom: 3px solid #63f
}
#news_detail .sin_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  font-size: 18px;
}
#news_detail .sin_btns .sin_back {
  width: 30%;
}
#news_detail .sin_btns .sin_back .button01 {
  padding: 15px 20px 15px 0;
}
#news_detail .sin_btns .sin_back .button01:after {
  top: 27px;
}
#news_detail .sin_btns .sin_nex,
#news_detail .sin_btns .sin_pre {
  color: #63f;
  border: 2px solid #63f;
  text-align: center;
  position: relative;
  width: 30%;
}
#news_detail .sin_btns .sin_nex {
  padding: 15px 20px 15px 0;
}
#news_detail .sin_btns .sin_pre {
  padding: 15px 0 15px 20px;
}

#news_detail .sin_btns .sin_nex:after,
#news_detail .sin_btns .sin_pre:after {
  border-top: 2px solid #63f;
  border-right: 2px solid #63f;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 27px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 9px;
}
#news_detail .sin_btns .sin_nex:hover,
#news_detail .sin_btns .sin_pre:hover {
  background-color: #63f;
  color: #fff;
  opacity: 1;
}
#news_detail .sin_btns .sin_nex:hover:after,
#news_detail .sin_btns .sin_pre:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#news_detail .sin_btns .sin_nex:after {
  right: 10px;
  top: 27px;
  transform: rotate(45deg);
}
#news_detail .sin_btns .sin_pre:after {
  left: 10px;
  top: 27px;
  transform: rotate(225deg);
}
#news_detail .sin_btns .sin_none {
  width: 30%;
}
#news_detail .news_detail__side {
  width: 30%;
}
#news_detail .news_detail__side h4{
  border-top: 3px solid #63f;
  border-bottom: 3px solid #63f;
  color: #63f;
  font-size: 18px;
  padding: 15px 20px;
}
#news_detail .news_detail__side .side__item {
  border-bottom: 1px dashed #63f;
  padding: 20px 0;
}
#news_detail .news_detail__side .side__item a:hover {
  color: #63f;
  opacity: 1;
}
#news_detail .news_detail__side article {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#news_detail .news_detail__side .thumb {
  background-size: cover;
  height: 75px;
  width: 75px;
}
#news_detail .news_detail__side .news__text {
  width: calc(100% - 85px);
}
#news_detail .news_detail__side time {
  font-size: 12px;
}
#news_detail .news_detail__side h5 {
  font-size: 14px;
}


/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 60px;
  }
  #news .news__list article:after {
    margin: 0;
  }

  #news_detail {
    padding-bottom: 60px;
  }
  #news_detail .news_detail__inner .wrapper {
    flex-direction: column;
  }
  #news_detail .news_detail__main,
  #news_detail .news_detail__side {
    width: 100%;
  }
  #news_detail .news_detail__side {
    margin-top: 60px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #news {
    padding-bottom: 30px;
  } 
  #news .news__list article {
    background-color: #fff;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    width: 90%;
  }
  #news .news__list article:after {
    display: none;
  }
  #news .thumb {
    height: 0;
    width: 0;
  }
  #news .thumb_sp {
    background-size: cover;
    height: 100px;
    width: 100px;
  }
  #news .news__text_sp_box{
    display: flex;
    align-items: flex-start;
  }
  #news .news__text_sp{
    width: calc(95% - 120px);
    margin: 10px 0 0 5%;
  }
  #news .news__text {
    width: 100%;
  }
  #news .news__text time {
    font-size: 12px;
  }
  #news .news__text h2 {
    font-size: 16px;
    margin-top: 5px;
    height: 60px;
  }
  #news .news__text p {
    font-size: 12px;
    margin-top: 5px;
    padding: 10px 20px 20px;
  }

  #news_detail {
    padding-bottom: 30px;
  } 
  #news_detail .news_detail__head,
  #news_detail .sin_btns {
    flex-direction: column;
  }
  #news_detail .news_detail__side article {
    margin: auto;
    width: 90%;
  }
  #news_detail .news_detail__head .thumb {
    height: auto;
    padding-top: 100%;
    width: 100%;
  }
  #news_detail .news_detail__head .news__text {
    padding: 10px 0 0;
    width: 100%;
  }
  #news_detail .sin_btns .sin_nex,
  #news_detail .sin_btns .sin_pre {
    margin: 10px 0;
    width: 100%;
  }
  #news_detail .sin_btns .sin_back {
    margin: 10px 0;
    width: 100%;
    order: 3;
  }

}