@charset "utf-8";

.feature-box {
	margin-top: 30px;
}

.feature {
	display: flex;
	flex-wrap: wrap;
}

.feature-img {
	width: 100%;
	max-width: 330px;
	height: auto;
}

.s-midasi {
  font-weight: bold;
  font-size: 1rem;
  margin: 2% 0;
}

.article-text {
	font-size: .8rem;
}

/*==========================================
	ピックアップ
==========================================*/
.pickup {
  width: calc(95% / 2);
  text-align: center;
	margin: 1% 1% 1% 0;
}

.pickup:nth-child(2n) {
	margin-right: 0;
}

/*==========================================
	特集一覧
==========================================*/
.feature-list {
	width: calc(98%/3);
  margin: 1% 1% 1% 0;
}

.feature-list:nth-child(3n) {
	margin-right: 0;
}

/*==========================================
	用途一覧
==========================================*/
.log {
  margin-top: 100px;
}

.log-title {
  background: none;
  margin: 5px 0px 10px 0;
}

/*ご用途の特集:イメージ画像調整*/
.youto-img {
  width: 300px;
}
