@charset "UTF-8";
/*--------------------------------------------------------------------------
top
---------------------------------------------------------------------------*/
/* line 7, ../sass/top.scss */
.splash-white {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/* line 19, ../sass/top.scss */
#contents #news_picks {
  padding-top: 60px;
  /*ul*/
}
/* line 21, ../sass/top.scss */
#contents #news_picks h2, #contents #news_picks h3 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
}
/* line 26, ../sass/top.scss */
#contents #news_picks h2 {
  display: inline-block;
  line-height: 1.8;
  margin-bottom: 16px;
  background: url("../images/shared/ttl_border.png") repeat-x;
  background-position: bottom;
  padding-bottom: 3px;
}
/* line 34, ../sass/top.scss */
#contents #news_picks h3 {
  padding: 24px 0;
}
/* line 38, ../sass/top.scss */
#contents #news_picks ul li {
  width: 200px;
  margin-right: 70px;
  margin-bottom: 30px;
  float: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* line 45, ../sass/top.scss */
#contents #news_picks ul li:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.6;
}
/* line 50, ../sass/top.scss */
#contents #news_picks ul li:nth-of-type(4n) {
  margin-right: 0;
}
/* line 59, ../sass/top.scss */
#contents #news_picks ul li .news_caption {
  margin-top: 20px;
}
/* line 61, ../sass/top.scss */
#contents #news_picks ul li .news_caption p {
  text-align: left;
  line-height: 1.8;
}
/* line 64, ../sass/top.scss */
#contents #news_picks ul li .news_caption p.ttl {
  font-size: 13px;
}
/* line 67, ../sass/top.scss */
#contents #news_picks ul li .news_caption p.date {
  font-size: 10px;
}

/* line 79, ../sass/top.scss */
#contents #news_picks {
  padding-top: 60px;
}
/* line 81, ../sass/top.scss */
#contents #news_picks .section-box {
  text-align: center;
}
/* line 83, ../sass/top.scss */
#contents #news_picks .section-box h2, #contents #news_picks .section-box h3 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* サムネ表示設定 */
/* line 96, ../sass/top.scss */
#contents #news_picks .news_picks_post .pic {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
/* line 101, ../sass/top.scss */
#contents #news_picks .news_picks_post .pic span.cover {
  width: 200px;
  height: 200px;
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
