@charset "utf-8";
/*!
 * news CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
  content
=====================================*/
/*  main
---------------------------------*/

main {
  background: url(../images/base/bg_ptn1.jpg) repeat 0 0;
}

/*  ページタイトル
---------------------------------*/

.page__head {
  margin-bottom: 50px;
  background-image: url(../images/news/bg_title.jpg);
}

/*===================================
  コンテンツ
=====================================*/
/*  一覧 list__news
---------------------------------*/

.list__news{
  margin-right: -28px;
}
.list__news li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 312px;
  margin: 0 27px 30px 0;
  padding: 0 17px;
  background: #fff;
}
.list__news li a {
  display: block;
  transition: .7s;
}
.pc .list__news li a:hover img {
  opacity: .7;
}
.pc .list__news li a:hover p {
  text-decoration: underline;
}
.list__news figure {
  height: 172px;
  margin: 0 -17px 19px;
}
.list__news time {
  display: block;
  margin-bottom: 7px;
  color: #f8b616;
}
.list__news p {
  overflow: hidden;
  height: 4.8em;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/*  詳細ページ
---------------------------------*/

.detail__head {
  margin-bottom: 2em;
  padding-top: 15px;
}
.detail__head time,.detail__head .cat {
  display: inline-block;
  vertical-align: middle;
}
.detail__head time {
  margin-right: 0.5em;
  color: #f1b82a;
  font-size: 20px;
}
.detail__head .cat {
  padding: 4px 1em;
  background: #f1b82a;
  color: #fff;
  font-size: 16px;
}
.detail__head h2 {
  margin-top: 0.5em;
  font-size: 30px;
  line-height: 1.4;
}
.detail__cont {
  padding-bottom: 60px;
  border-bottom: solid 1px #d9cbb6;
  font-size: 18px;
  line-height: 2;
}
.detail__cont p {
  margin-bottom: 2em;
}
.detail__cont img {
  margin: 3em auto;
}
.detail__cont a {
  color: #1587dd;
  text-decoration: underline;
  word-break: break-all !important;
}
.pc .detail__cont a:hover {
  text-decoration: none;
}
.backBtn {
  margin: 60px 0;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {


  /*===================================
    コンテンツ
  =====================================*/
  /*  list__news
  ---------------------------------*/

  .list__news {
    margin-right: -30px;
  }
  .list__news li {
    width: 275px;
    height: 380px;
    margin: 0 30px 30px 0;
  }
  .list__news p {
    font-size: 22px;
  }

  /*  詳細ページ
  ---------------------------------*/

  .detail__head time {
    font-size: 26px;
  }
  .detail__head .cat {
    padding: 6px 1em;
    font-size: 22px;
  }
  .detail__head h2 {
    font-size: 32px;
  }
  .detail__cont {
    font-size: 24px;
  }

}
