#FS2_CategoryList .FS2_upper_comment {
  padding: 0 0;
}

div:after {
  display: none;
}

.huset {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 50px;
  display: grid;
  gap: 80px;
}
@media screen and (max-width: 750px) {
  .huset {
    gap: 40px;
  }
}
.huset picture {
  display: block;
}
.huset picture img {
  width: 100%;
}
.huset img {
  width: 100%;
  height: auto;
}
.huset .huset_item .text {
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  .huset .huset_item .text {
    font-size: 14px;
  }
}
.huset .huset_item .image {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .huset .huset_item .image {
    margin-bottom: 30px;
  }
}
.huset .huset_item .item_content {
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .huset .huset_item .item_content {
    padding: 0 20px;
  }
}
.huset .huset_item .ttl_img {
  text-align: center;
  margin-bottom: 20px;
}
.huset .huset_item .ttl_img img {
  width: inherit;
}
.huset .huset_item.card02 .image {
  width: 57.125%;
  margin-left: auto;
  margin-right: auto;
}
.huset .huset_item .itemlist {
  display: grid;
  grid-template-columns: 30% 34.375% 1fr;
}
@media screen and (max-width: 750px) {
  .huset .huset_item .itemlist {
    padding: 0;
  }
}
.huset .huset_item .itemlist .item a {
  display: block;
  text-decoration: none;
}
.huset .link {
  text-align: center;
}
.huset .link a {
  text-decoration: underline;
  font-size: 16px;
}
.huset .productNameImg {
  margin-bottom: 30px;
}
.huset .productInfo {
  display: grid;
}
.huset .productName {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 2em;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .huset .productName {
    margin-top: 1em;
    font-size: 14px;
  }
}
.huset .productPrice {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .huset .productPrice {
    font-size: 14px;
  }
}

.card04 .gridBox {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
}
.card04 .gridBox .image {
  margin-bottom: 0;
}
.card04 .gridBox .text {
  padding: 0 20px;
}
.card04 .gridBox:last-child .image {
  order: 2;
}

.card05 .gridBox {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
  margin: 50px 0;
}
.card05 .gridBox .image {
  margin-bottom: 0;
}
.card05 .gridBox .text {
  text-align: center;
}
.card05 .gridBox .text span {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}

.card06 .item {
  width: 60%;
  margin: 50px auto;
}

.close {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .close {
    margin-top: 50px;
  }
}
.close img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */