.price__wrapper {
  margin-bottom: 10px;
}

.price-header-container {
  border-bottom: 3px solid rgb(59, 96, 169);
  padding-bottom: 5px;
}

.price-header-container .sub-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.price-header-container .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.price-header-container .date {
  font-size: 0.8rem;
  color: gray;
}

.price-header-container .writer {
  font-size: 0.8rem;
  color: gray;
}

.snsbtn {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.snsbtn li:last-child {
  margin-right: 0;
}

.snsbtn li img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.price-body-container {
  padding: 5px 0 15px 0;
}

.hastag {
  font-size: 0.8rem;
  padding: 0px 10px;
  border: 1px solid #b9b9b9;
  margin-right: 5px;
  line-height: 20px;
  color: #6d6d6d;
  background: #ffffff;
}

.articleArea {
  padding-top: 20px;
}

.kakakuSubTitle {
  background: #ffde42;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding: 8px 15px;
  margin-bottom: 10px;
}

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

.kakakuDtlItem {
  width: 25%;
  max-width: 250px;
  min-width: 175px;
  padding: 10px;
}
.kakakuDtlItem .DtlListImg {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.kakakuDtlItem .shopName {
  font-size: 1rem;
  text-align: center;
}

.DtlListImg {
  max-width: 100%;
}

.kakakuTitle {
  background: #f57119;
  height: 45px;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  line-height: 45px;
}

.innerBox {
  padding: 10px 20px 20px 20px;
}

.kakakuSubTitle {
  background: #f2f2f2;
  /* font-weight: bold; */
  font-size: 24px;
  color: #333;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.kakakuAcvLink li:not(:last-child) {
  margin-right: 10px;
}

.kakakuAcvLink li {
  float: left;
}

.kakakuAcvLink li a {
  color: #FFF;
  display: inline-block;
  padding: 0px 10px;
  font-size: 24px;
  /* font-weight: bold; */
}

.cpu a {
  background: #f56b0f;
}

.hdd a {
  background: #8cac65;
}

.memory a {
  background: #34a9d4;
}

.mem a {
  background: #34a9d4;
}

.os a {
  background: #717171;
}

.DtlListImg.shop-logo {
  width: 75px;
  height: 32px;
  margin-top: 8px; /* Some gap from the main image */
  display: block;
}

/* What's New on prices index (from posts/detail.scss) */
.what-new-form-container {
  background: rgb(239, 242, 255);
  padding: 15px 15px 0 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.what-new-form-container .title {
  padding: 5px 50px 5px 20px;
  background-color: #ffffff;
  width: fit-content;
  min-width: 50px;
  font-size: 1rem;
  line-height: 1;
  color: #828282;
  font-weight: 500;
}

.what-new-item-row {
  display: flex;
  margin-bottom: 10px;
}

.what-new-list-item {
  padding: 20px;
}

.what-new-text-style {
  font-size: 1rem;
  line-height: 16px;
  margin-right: 10px;
}

.what-new-form-container .footer-child-box {
  font-size: 0.7rem;
  padding: 0 7px;
  border: 1px solid #b9b9b9;
  margin-right: 5px;
  line-height: 16px;
  color: #6d6d6d;
  background: #ffffff;
}

.what-new-form-container .button-what-new {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 5px 7px;
  border: 1px solid #b9b9b9;
  margin-right: 5px;
  line-height: 16px;
  color: #696969;
  font-weight: 500;
  background: #ffffff;
  margin-top: 15px;
}

.what-new-form-container .button-what-new a {
  color: inherit;
  text-decoration: none;
}

.what-new-form-container .button-what-new a:hover {
  text-decoration: underline;
}