.itemsoldout {
  display: inline-block;
  margin-top: 0.8em;
  padding: 0.2em 1em;
  background: #BA1A1A;
  color: #fff !important;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .itemsoldout {
    font-size: 1.2rem;
  }
}

/******************************************************/
/**product sigle/
/******************************************************/
.detail-box {
  width: 100%;
  float: none;
}

#itempage #img-box {
  width: 100%;
}

.page_product_single {
  width: 94%;
  margin: auto;
  max-width: 1100px;
  padding-top: 50px;
}

.product_single_box {
  display: flex;
}
@media (max-width: 768px) {
  .product_single_box {
    display: block;
  }
}
.product_single_box .left {
  width: 40%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .product_single_box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.product_single_box .right {
  width: 55%;
}
@media (max-width: 768px) {
  .product_single_box .right {
    width: 100%;
  }
}

.product_single_box .item-name {
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.product_single_box .item-description p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.product_single_box .item-description p:last-child {
  margin-bottom: 0;
}

.category_second_level {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0.6em 1em;
  background-color: #005AB4;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.single_recommend_box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.field.ver_flex {
  text-align: left;
}
.field.ver_flex .zaikostatus {
  margin-right: 10px;
  font-size: 1.2rem;
}

.item-info .skuname {
  min-height: auto;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.item-info .skuform {
  margin-bottom: 10px;
}

.item-info .skubutton {
  padding-top: 8px;
  padding-bottom: 8px;
}

.parts-title-fs30 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .parts-title-fs30 {
    font-size: 2rem;
  }
}

.item-info .tax_inc_block {
  margin-top: 0.55em;
}

.item-info .quantity {
  display: block;
}

/******************************************************/
/** welcart pagination /
/******************************************************/
.pagination_wrapper .page-numbers .prev:before,
.pagination_wrapper .page-numbers .next:before {
  background: none;
}

/******************************************************/
/** page_ttl /
/******************************************************/
.member_page_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
@media (max-width: 768px) {
  .member_page_title {
    font-size: 2rem;
  }
}

#loginform {
  margin-bottom: 40px;
}

#content {
  max-width: 1000px;
  margin: auto;
}

/******************************************************/
/** single_recommend_box /
/******************************************************/
.single_recommend_box .post_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single_recommend_box .post_item_list {
    gap: 40px 25px;
    margin-bottom: 30px;
  }
}
.single_recommend_box .post_item_list .contents {
  width: calc((100% - 150px) / 4);
}
@media (max-width: 1024px) {
  .single_recommend_box .post_item_list .contents {
    width: calc((100% - 100px) / 3);
  }
}
@media (max-width: 768px) {
  .single_recommend_box .post_item_list .contents {
    width: calc((100% - 25px) / 2);
  }
}
.single_recommend_box .post_item_list .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.single_recommend_box .post_item_list .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_recommend_box .post_item_list .text_area .post_title {
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
}
.single_recommend_box .post_item_list .text_area .price {
  line-height: 2;
  font-size: clamp(1.5rem, 1.9vw, 1.8rem);
  font-weight: 500;
}
.single_recommend_box .post_item_list .text_area .price .jpy {
  font-size: inherit;
}

/******************************************************/
/** the_content /
/******************************************************/
.the_content p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.the_content h2 {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.the_content ol {
  padding-left: 1.5em;
  margin-bottom: 40px;
}
.the_content ol li {
  margin-bottom: 0.5em;
  list-style: auto;
}

.the_content ul li {
  margin-bottom: 0.5em;
}

.the_content ul li a,
.the_content ol li a {
  text-decoration: underline;
  color: #005AB4;
}/*# sourceMappingURL=welcart_adjust.css.map */