.product.fcu.top .ttl .category {
  order: 1;
}
.product.fcu.top .ttl .category .en {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.product.fcu.top .heading-cate-text {
  margin-bottom: 35px;
}
.product.fcu.top .fcu-em-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product.fcu.top .fcu-em-col {
    flex-direction: column;
    align-items: center;
  }
}
.product.fcu.top .fcu-em-col img {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product.fcu.top .fcu-em-col img {
    max-width: 110px;
    margin-bottom: 20px;
  }
}
.product.fcu.top .fcu-em-col p {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .product.fcu.top .fcu-em-col p {
    padding-left: 0;
  }
}
.product.fcu.top .link-list {
  margin-top: 20px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .product.fcu.top .link-list {
    padding-bottom: 10px;
  }
}
.product.fcu.top .link-list a {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  display: block;
}
.product.fcu.top .link-list a:last-of-type {
  margin-bottom: 0;
}
.product.fcu.top .link-list a::before {
  content: "";
  display: block;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/top/arrow.svg);
}
.product.fcu.top .link-list-nes {
  margin-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product.fcu.top .link-list-nes {
    padding-bottom: 10px;
  }
}
.product.fcu.top .link-list-nes p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 1px;
  margin-top: 10px;
}
.product.fcu.top .link-list-nes a {
  position: relative;
  padding-left: 17px;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 27px;
  display: block;
}
.product.fcu.top .link-list-nes a:last-of-type {
  margin-bottom: 0;
}
.product.fcu.top .link-list-nes a::before {
  content: "";
  display: block;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/top/arrow.svg);
}
.product.fcu.top .section-block-col2.motor-comp .item-list:first-of-type img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .product.fcu.top .section-block-col2.motor-comp .item-list:first-of-type img {
    width: 80%;
  }
}/*# sourceMappingURL=top.css.map */