@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}

a {
  color: #222222;
}

input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
input[name=pwd_display] {
  margin-top: -5px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=text], input[type=tel], input[type=email], input[type=search], input[type=password], input[type=url], input[type=number] {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select, textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.page-estimate input[name=pwd_display] {
  margin-top: 0;
}

h1, .h1 {
  margin: 0 0 20px;
  padding: 16px 0;
  font-size: 28px;
  font-weight: 500;
  color: #111;
  border: 0;
}

h2, .h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #111;
  border-bottom: 1px solid #111;
}

h3, .h3 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #dedede;
}

h4, .h4 {
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border-bottom: 0;
}

h5, .h5 {
  font-size: 14px;
  font-weight: bold;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 500;
}

.block-goods-list--pager-top {
  display: none;
}

.price {
  color: #081f2c;
}
.price::after {
  content: "（税込）";
}
.price.is-engagement-item::after {
  content: "（税込）～";
}

.default-price::after {
  content: "（税込）";
}

.net::after, .net-price::after, .default-net::after {
  content: "（税抜）";
}

.pager {
  margin: 0;
  padding: 21px 0 56px;
  border-top: 0;
}

.block-goods-list--pager.pager {
  border-top: 1px solid #707070;
}

.pager[class*=-pager-top], [class*=-pager-top] > .pager {
  display: none;
}

.pager-total {
  margin-right: 30px;
}

.pager-current {
  color: #000;
}

.pagination > * {
  margin: 0 4px;
  border: 0;
}
.pagination li a {
  color: #bbb;
}
.pagination li.pager-first a, .pagination li.pager-previous a, .pagination li.pager-next a, .pagination li.pager-last a {
  position: relative;
  display: block;
  width: 18px;
  height: 21px;
  font-size: 0;
}
.pagination li.pager-first a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.pagination li.pager-first a::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.pagination li.pager-previous a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.pagination li.pager-next a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.pagination li.pager-last a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 4px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.pagination li.pager-last a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

/* ----ボタン---- */
.action .btn {
  border-bottom-width: 1px;
}

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}

.btn-default {
  color: #333;
  border: solid 1px #dcdcdc;
  background-color: #e5e5e5;
}

.btn-default {
  border: 1px solid #d53100;
  color: #d53100;
  background: #fff;
}

.btn-primary {
  border: 1px solid #d53100;
  color: #fff;
  background: #d53100;
}

.btn-secondary {
  border: 1px solid #9d9896;
  color: #fff;
  background: #9d9896;
}

.btn-danger {
  border: 1px solid #d53100;
  color: #d53100;
  background: #ffebe8;
}

.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;
}