@charset "UTF-8";
/* CSS Document */
/*----------------------------------
    index用のCSSです
----------------------------------*/
/*----------------------------------メインコンテンツ----------------------------------*/
img {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pickup {
	margin-bottom: 64px;
 }
.pickup_title {
  border-bottom: 2px solid #003894;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  margin: 40px 68px 70px 68px;
  padding: 16px 0;
}
.recommend {
  width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommend li {
	border: 1px solid;
  margin-bottom: 70px;
	transition: all 0.5s ease 0s;
}
.recommend li:hover {
  opacity: 0.8;
}

/*----------------------------------180327追加分----------------------------------*/

.containner {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.contents {
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 auto;
}