﻿@charset "UTF-8";
.block-goods-list--pager-top {
  display: none;
}

.price {
  color: #222;
}
.price::after {
  content: "（税込）";
}

.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}

.pager {
  padding: 0;
  margin: 60px 0;
  text-align: center;
  border-top: 0;
}

.pager[class*=-pager-top],
[class*=-pager-top] > .pager {
  display: none;
}

.pager-total {
  margin-right: 30px;
}

.pager-current {
  color: #000;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > * {
  border: 0 none;
}
.pagination li {
  padding: 0;
  color: #00498f;
}
.pagination li a,
.pagination li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  font-size: 14px;
  color: #00498f;
}
.pagination li a {
  color: #222;
  background-color: #f0f0f0;
}
.pagination li.pager-current span {
  color: #fff;
  background-color: #00498f;
}
.pagination li.pager-previous a, .pagination li.pager-next a {
  font-size: 0;
}
.pagination li.pager-previous a {
  background: url("../../img/design/pager-prev.svg") no-repeat;
}
.pagination li.pager-next a {
  background: url("../../img/design/pager-next.svg") no-repeat;
}
/* ----ボタン---- */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: wrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #00498f;
  width: min(280px, 100%);
}
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.action .btn {
  width: auto;
  min-width: min(280px, 100%);
  max-width: 100%;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 14px;
  border-bottom-width: 1px;
}
.action .btn[disabled] {
  color: #d1d1d1;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  opacity: 1;
}

.btn-default {
  color: #00498f;
  background: #fff;
  border: 1px solid #00498f;
}

.btn-primary {
  color: #fff;
  background: #00498f;
  border: 1px solid #00498f;
}

.btn-secondary {
  color: #fff;
  background: #9d9896;
  border: 1px solid #9d9896;
}

.btn-danger {
  color: #d53100;
  background: #ffebe8;
  border: 1px solid #d53100;
}

.btn-back::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  margin-left: -18px;
  content: "";
  border-bottom: 2px solid #00498f;
  border-left: 2px solid #00498f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-more::after {
  display: block;
  content: "";
  background-image: url(../../img/design/icn-arrow-down_blue.svg#icn-arrow-down_blue-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 13px;
  height: 8px;
}
.btn-more::after {
  margin-right: -18px;
  margin-left: 5px;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}

/* ----モーダル---- */
.modal-header {
  padding: 14px 20px;
  font-size: 16px;
}

.modal-dialog .modal-header {
  background-color: #00498f;
}
.modal-dialog .modal-content {
  background-color: #fff;
}
.modal-dialog .modal-body a {
  color: #008bd5;
}
.modal-dialog .modal-body li {
  border-bottom: 1px solid #e8e8e8;
}

/* アイコン */
.block-icon span img {
  width: auto;
  height: 20px;
}

/* tooltip */
.balloontip {
  min-width: 100px;
}