@charset "UTF-8";

/* ====================================
	製品トップ共通スタイル - pk-18s01 製品トップ用の追加
 ==================================== */
/* pk-18s01 色玉のカラー*/
#lineup .prod-colors .pcolor.black-pk-18s01 {
  background: #434343;
}

#lineup .prod-colors .pcolor.grey-pk-18s01 {
  background: #d9d9d9;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
  ul.img-icons .icon-nature_wing {
    width: 100px;
    margin-right: 14px;
  }

  ul.img-icons .icon-dc-motor {
    width: 100px;
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  ul.img-icons .icon-motor {
    width: 120px;
  }
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (min-width: 768px) {
  ul.img-icons .icon-nature_wing {
    width: 120px;
    margin-right: 14px;
  }

  ul.img-icons .icon-dc-motor {
    width: 120px;
    margin-right: 14px;
  }
}

.flex-container.half .sub-title {
  margin-top: 4rem;
}

.flex-container.half .sub-title_last {
  margin-top: 12rem;
}

.mini {
  font-size: 10px;
  margin-top: 10px;
}

ul.img-icons .icon-motor {
  width: 120px;
}
