.contents-wrapper {
  margin: 0 auto 90px;
  max-width: 950px;
}

.hdg {
  font-size: 32px;
  font-weight: bold;
  margin: 90px 0 35px;
  text-align: center;
}

.bottomArea .hdg {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  margin: 60px 0 18px;
}

.hdg-recommend {
  font-size: 30px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .hdg {
    font-size: 24px;
    margin: 48px 0 5px;
    text-align: left;
  }

  .hdg-recommend {
    text-align: center;
    font-size: 24px;
  }
}

.recommend {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  background: url(/online-shop/set/data/static/online-shop/design/parts/top/shared/img/recommend-bg-pc.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800 / 432;
  margin: 0 auto;
  padding: 35px 60px;
  border-radius: 4px;
}

.recommend-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}

.recommend-img {
  width: 48%;
  max-width: 300px;
  text-align: center;
}

.recommend-img img {
  width: 100%;
}

.recommend-contents {
  width: 52%;
  text-align: center;
}

.recommend-contents h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.recommend-contents h3 span {
  font-size: 22px;
}

.recommend-contents p {
  margin-top: 0;
}

.recommend-contents p.price-01 {
  font-size: 18px;
  font-weight: 600;
  color: #0B5ECE;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.recommend-contents p.price-01 .border {
  display: inline-block;
  border: 2px solid #0B5ECE;
  padding: 5px 8px;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 5px;
  line-height: 1;
}

.recommend-contents p.price-01 .number {
  font-size: 54px;
  line-height: 1;
}

.recommend-contents p.price-02 {
  font-size: 16px;
  margin-bottom: 5px;
}

.recommend-contents p.price-02 .number {
  font-size: 20px;
  margin-left: 8px;
  margin-right: 3px;
}

.recommend-contents p.price-01 .yen,
.recommend-contents p.price-02 .yen {
  font-size: 14px;
}

.recommend-contents p.sub-price {
  font-size: 14px;
  color: #808080;
  margin-bottom: 20px;
}

.recommend-contents p.sub-price:nth-child(1 of .sub-price) {
  margin-bottom: 0;
}

.recommend-contents .btnArea .btn {
  width: 100%;
  max-width: 320px;
  margin: 0;
}

.recommend-link {
  text-align: center;
}

.recommend-link a {
  font-size: 18px;
  font-weight: 600;
  color: #0B5ECE !important;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .recommend-link a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.recommend-link a::before {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  border-right: 2px solid #0B5ECE;
  border-bottom: 2px solid #0B5ECE;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 600px) {
  .recommend {
    background: url(/online-shop/set/data/static/online-shop/design/parts/top/shared/img/recommend-bg-sp.png) center center no-repeat;
    padding: 40px 20px;
    background-size: cover;
    aspect-ratio: 350 / 600;
  }

  .recommend-contents h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .recommend-contents h3 span {
    font-size: 20px;
  }

  .recommend-contents p.price-01 {
    font-size: 16px;
  }

  .recommend-inner {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .recommend-img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 10px;
  }

  .recommend-contents {
    width: 100%;
  }

  .recommend-contents p.price-01 {
    margin-bottom: 10px;
  }

  .recommend-contents p.price-01 .number {
    font-size: 50px;
  }

  .recommend-contents p.price-02 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .recommend-contents p.price-02 .number {
    font-size: 18px;
  }

  .recommend-contents p.price-01 .yen,
  .recommend-contents p.price-02 .yen {
    font-size: 12px;
  }

  .recommend-contents p.sub-price {
    font-size: 12px;
  }

  .recommend-contents .btnArea .btn {
    width: 100%;
  }

  .recommend-link a {
    font-size: 15px;
    font-weight: 600;
    color: #0B5ECE !important;
    position: relative;
  }
}

.merit {
  background-color: #f0f4fa;
  margin-top: 50px;
  padding: 75px 30px 30px;
  position: relative;
  border-radius: 6px;
}

@media only screen and (max-width: 600px) {
  .merit {
    margin-top: 63px;
    padding: 73px 15px 15px;
    border-radius: 7px;
  }
}

.merit .merit-title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}

.merit .merit-title-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 30px;
  width: 25px;
  height: 25px;
  background-image: url(/online-shop/set/data/static/online-shop/design/parts/top/pc/main/article1/img/pc/merit-title-01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-23deg);
}

.merit .merit-title-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 45px;
  height: 2px;
  background-color: #4679e7;
  z-index: -1;
}

.merit .merit-title-inner {
  background-image: url(/online-shop/set/data/static/online-shop/design/parts/top/pc/main/article1/img/pc/merit-title-bg-pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 5px;
  width: 650px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.merit h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #ffea72;
}

.merit h2 span {
  display: inline;
  font-size: 16px;
  color: #fff;
  margin-right: 0.5em;
}

.merit h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .merit .merit-title-wrapper {
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
  }

  .merit .merit-title-wrapper::before {
    top: -10px;
    left: 2%;
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
  }

  .merit .merit-title-inner {
    background-image: url(/online-shop/set/data/static/online-shop/design/parts/top/sp/main/article1/img/merit-title-bg-sp.png);
    width: 100%;
    height: 92px;
  }

  .merit h2 {
    font-size: 25px;
  }

  .merit h2 span {
    display: block;
    font-size: 16px;
    margin-right: 0;
  }

  .merit h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.merit .merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.merit .merit-list-item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.merit .merit-list-item .merit-item-img-wrapper {
  width: 100%;
}

.merit .merit-list-item .merit-item-img-wrapper img {
  width: 100%;
}

.merit .merit-list-item *:nth-child(2) {
  margin-right: 10px;
}

.merit .list-caution-item {
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  .merit .merit-list {
    flex-direction: column;
  }

  .merit .merit-list-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .merit .list-caution-item {
    font-size: 12px;
    margin-top: 5px;
  }
}

.device-title-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.device-title-area h3 {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}

.device-title-area a {
  box-sizing: border-box;
  color: #4679e8;
  border: 1px solid #4679e8;
  border-radius: 43px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 20px 4px 10px;
  width: 140px;
}

@media only screen and (max-width: 600px) {
  .device-title-area {
    justify-content: space-between;
  }

  .device-title-area a {
    padding: 2px 20px 0 10px;
    border-radius: 13px;
    font-size: 12px;
    width: 110px;
  }

  .device-title-area h3 {
    font-size: 18px;
    margin-right: 0;
  }
}

.device-title-area .btn[class*="btnArrow"]:before {
  border-color: #4679e8;
  right: 12px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  .device-title-area .btn[class*="btnArrow"]:before {
    right: 15px;
    margin-top: 0;
  }
}

.item-wrapper {
  margin-bottom: 55px;
  display: flex;
}

.item-wrapper .item {
  box-sizing: border-box;
  scroll-snap-align: start;
  border: 1px solid #dedede;
  text-align: center;
  padding: 30px 8px 10px;
  width: calc(25% - 30px / 4);
  display: grid;
  justify-items: center;
  /* grid-template-rows: 180px 46px; */
}

.item-wrapper .item:not(:last-child) {
  margin-right: 10px;
}

.item-wrapper .item img {
  height: 180px;
  width: auto;
}

.item-wrapper .item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.item-wrapper .list-product__btn-wrapper {
  align-self: end;
}

.list-product__btn-wrapper .btn {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  width: 135px;
  display: inline-block;
  margin-top: 24px;
}

@media only screen and (max-width: 600px) {
  .item-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -20px;
    margin-bottom: 25px;
  }

  .item-wrapper .item {
    width: 100%;
    max-width: 128px;
    grid-template-columns: 110px;
    grid-template-rows: auto auto 1fr;
    /* grid-template-rows: 110px 28px; */
    padding: 15px 8px 10px;
  }

  .item-wrapper .item {
    margin-right: 5px;
  }

  .item-wrapper .item h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .item-wrapper .item img {
    height: 110px;
  }

  .list-product__btn-wrapper .btn {
    font-size: 14px;
    width: 110px;
  }
}

.link-list {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}

.link-list li {
  border: 1px solid #dedede;
  border-radius: 5px;
  width: calc(50% - 5px);
  margin-top: 0;
}

.link-list li a {
  display: block;
  padding: 20px 15px;
  color: #000;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.link-list li a span {
  font-size: 15px;
}

@media (any-hover: hover) {
  .link-list li a:hover {
    text-decoration: none;
  }
}

.link-list>li>a:before {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  border-right: 1px solid #5f6e7e;
  border-bottom: 1px solid #5f6e7e;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 600px) {
  .link-list {
    margin-top: 50px;
  }

  .link-list li {
    width: 100%;
    margin-top: 5px;
    padding-right: 10px;
    border-radius: 0;
  }

  .link-list li a {
    padding: 12px 20px;
    font-size: 16px;
  }

  .link-list li a:has(span) {
    padding: 7px 20px;
    line-height: 1.2;
  }

  .link-list li a span {
    display: block;
    font-size: 13px;
  }
}

/* ボタンエリア */
.btnArea p {
  margin: 0;
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  .btnArea p {
    margin-top: 8px;
  }
}

.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.btn {
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 15px 0;
  text-align: center;
  /* border: 1px solid #c1c1c2; */
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
  color: #333;
  line-height: 153%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  width: 360px;
}

@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

@media only screen and (max-width: 600px) {
  .btn {
    width: 100%;
    max-width: 360px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

.btn[class*="btnArrow"] {
  position: relative;
}

.btn[class*="btnArrow"]:before {
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 25px;
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 600px) {
  .btn[class*="btnArrow"]:before {
    width: 4px;
    height: 4px;
    border-width: 1px;
    right: 20px;
  }
}

.btn.btnArrowR:before {
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  .btn.btnArrowR:before {
    margin-top: -4px;
  }
}

@media only screen and (max-width: 600px) {
  .btn.btnArrowR:before {
    margin-top: -2px;
  }
}

.btn.btnArrowR:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btnColorWh {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn.btnColorWh[class*="btnArrow"]:before {
  border-color: #fff;
}

.bgGra {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce));
  background: -webkit-linear-gradient(bottom, #0f82b8 0%, #0b5bce 100%);
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%);
  color: #fff;
}

/* accessoryBannerArea */
.accessoryBannerArea {
  padding-top: 30px;
  padding-bottom: 30px;
}

.accessoryBannerArea .inner {
  width: 100%;
}

.accessoryBannerArea .inner a {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .accessoryBannerArea {
    padding: 0;
  }

  .accessoryBannerArea .inner {
    margin-top: 50px;
  }
}

/* おトク情報・サポート・メンテナンス情報 */
.bottomArea .list-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottomArea .list-banner li {
  margin-top: 0;
}

.bottomArea .list-banner.otoku-info li {
  width: calc(50% - 5px);
}

.bottomArea .list-banner.support li {
  width: calc(100% / 3 - 5px);
}

.bottomArea .list-banner li a {
  display: inline-block;
  width: 100%;
  height: auto;
}

.bottomArea .list-banner li a img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}

/* フローティングバナー */
.fixed-bnr-wrapper {
  position: fixed;
  bottom: 10px;
  left: 24px;
  width: 336px;
  z-index: 99999;
}

@media only screen and (max-width: 600px) {
  .fixed-bnr-wrapper {
    width: calc(100% - 34px);
  }
}

.fixed-bnr-wrapper .close-btn {
  width: 28px;
  height: auto;
  position: absolute;
  top: -14px;
  left: -14px;
  cursor: pointer;
  border-radius: 50%;
}

.fixed-bnr-wrapper .close-btn img {
  width: 100%;
  border-radius: 50%;
}

.fixed-bnr-wrapper .fixed-bnr-img {
  width: 100%;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* 訴求エリア　バナー */
.appeal-area {
  width: 100%;
  max-width: 800px;
  margin: 90px auto 0;
  position: relative;
}

.appeal-area .appeal-bnr {
  width: 100%;
}

.appeal-area .countdown-number {
  position: absolute;
  top: 46.3%;
  left: 7.7%;
  font-size: 27px;
  font-weight: bold;
  color: #FFF100;
  transform: rotate(-14deg);
}

.appeal-area_links .appeal-area_links-list li {
  position: absolute;
  border-radius: 24px;
  opacity: 0;
  width: 32.5%;
  height: 7.8%;
  bottom: 4.2%;
}

.appeal-area_links .appeal-area_links-list li:nth-child(1) {
  left: 16.9%;
}

.appeal-area_links .appeal-area_links-list li:nth-child(2) {
  right: 16.9%;
}

.appeal-area_links .appeal-area_links-list li .appeal-area_links-list_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .appeal-area {
    margin: 48px auto 0;
  }

  .appeal-area .countdown-number {
    top: 23.6%;
    left: 12.5%;
    font-size: 22px;
    line-height: 1.4;
  }

  .appeal-area_links .appeal-area_links-list li:nth-child(1) {
    width: 69.5%;
    height: 5.7%;
    bottom: 10.7%;
    left: 15%;
  }

  .appeal-area_links .appeal-area_links-list li:nth-child(2) {
    width: 69.5%;
    height: 5.7%;
    bottom: 3%;
    left: 15%;
  }
}

/* セール中ラベル */
.item-wrapper .item .on-sale {
  background-color: #F45358;
  width: calc(100% - 30px);
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  height: 26px;
}

.item-wrapper .item .on-sale img {
  height: 1.1em;
}

.item-wrapper .item .on-sale span {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding-top: 3px;
}

@media only screen and (max-width: 600px) {
  .item-wrapper .item .on-sale {
    width: 100%;
    margin-top: 8px;
    height: 20px;
  }

  .item-wrapper .item .on-sale span {
    font-size: 12px;
    padding-top: 1px;
  }
}






.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 214px auto 0;
  padding: 70px 20px 60px;
  text-align: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
  border: 1px solid #888;
  position: relative;
}

.modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #58646F;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  border-radius: 0 0 0 10px;
  cursor: pointer;
}

.modal .modal-content .close .close_line {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 12px auto;
}

.modal .modal-content .close .close_line::before,
.modal .modal-content .close .close_line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #ffffff;
  transform-origin: center;
}

.modal .modal-content .close .close_line::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .modal-content .close .close_line::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .modal-content p {
  font-size: 16px;
  font-weight: bold;
}

.modal .modal-content span.sb_point {
  position: relative;
  color: #4779E8;
  font-weight: bold;
  border: solid 1px #4779E8;
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px;
}

.modal .modal-content span.sb_point:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -9px;
  border: 6px solid transparent;
  border-top: 6px solid #FFF;
  z-index: 2;
}

.modal .modal-content span.sb_point:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
  border: 8px solid transparent;
  border-top: 8px solid #4779E8;
  z-index: 1;
}

.modal .modal-content span.or {
  margin: 30px 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.modal .modal-content span.or:before,
.modal .modal-content span.or:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #DEDEDE;
}

.modal .modal-content span.or:before {
  margin-right: 1rem;
}

.modal .modal-content span.or:after {
  margin-left: 1rem;
}

.modal .modal-content .btnArea {
  align-content: center;
}


.modal .modal-content .btnArea a.btn {
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 12px 0;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: 300;
  line-height: 153%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  width: 360px;
}

@media only screen and (min-width: 601px) {
  .modal-content {
    max-width: 900px;
    margin: 250px auto 0;
  }

}


.stock_info {
  max-width: 950px;
  margin: 25px 0 35px;
}

.stock_info a:hover {
  text-decoration: none;
}

.stock_info a div.stock_info_wrapper {
  border: solid 1px #DEDEDE;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.stock_info a div.stock_info_wrapper img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.stock_info a div.stock_info_wrapper span {
  font-size: 14px;
  font-weight: bold;

}

.stock_info a div.stock_info_wrapper span.stock_info_text {
  color: #000;

}

.stock_info a div.stock_info_wrapper span.stock_info_view {
  color: #4679e8;
  position: absolute;
  right: 45px;
}

.stock_info a div.stock_info_wrapper span.stock_info_view:before {
  border-color: #4679e8;
  right: -20px;
  margin-top: -4px;
  transform: rotate(45deg);
  content: "";
  display: block;
  border-top: solid 2px #4679e8;
  border-right: solid 2px #4679e8;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
}

@media only screen and (max-width: 600px) {
  .stock_info a div.stock_info_wrapper span.stock_info_view {
    left: 75px;
    bottom: 15px;
  }

  .stock_info a div.stock_info_wrapper img {
    margin-bottom: 30px;
  }

  .stock_info a div.stock_info_wrapper span.stock_info_text {
    padding-bottom: 30px;
  }


}

@media only screen and (max-width: 600px) {
  .image-list.col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}