@charset "UTF-8";
/* =====================
	ご利用ガイド / 送料改定のお知らせ
 ======================= */
.guide_anchor {
  display: grid;
  row-gap: 40px;
}

.guide_anchor_ttl {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.guide_anchor_ttl a {
  color: #1B120F !important;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide_anchor_ttl a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #E7190A;
  border-bottom: 2px solid #E7190A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.5em;
}

.guide_anchor_list li + li {
  margin-top: 12px;
}

.guide_anchor_list li a {
  color: #76716F !important;
}

.guide_anchor_list li a[target=_blank]:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_blank02.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 6px;
}

.guide_block + .guide_block {
  margin-top: 60px;
}

.guide_shipping_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.guide_shipping_icon dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.guide_shipping_icon dd {
  margin: 0;
}

.shipping_cost_table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #EBEBEB;
  border-collapse: collapse;
  border-spacing: 0;
}

.shipping_cost_table caption {
  text-align: center;
  background: #1B120F;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px;
  margin-bottom: 20px;
}

.shipping_cost_table thead th {
  background: #F8F8F5;
  font-weight: 700;
  line-height: 1.71429;
  text-align: center;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  padding: 16px 4px;
}

.shipping_cost_table thead th:first-child {
  border-left: 1px solid #EBEBEB;
  width: 13.91304%;
}

.shipping_cost_table thead th:nth-child(2) {
  width: 34.78261%;
}

.shipping_cost_table tbody th {
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  font-weight: 700;
  padding: 16px;
}

.shipping_cost_table tbody th:first-child {
  border-left: 1px solid #EBEBEB;
}

.shipping_cost_table tbody th.normal {
  background: #E88D12;
  color: #FFFFFF;
}

.shipping_cost_table tbody th.frozen {
  background: #004CD8;
  color: #FFFFFF;
}

.shipping_cost_table tbody th.frozen:before, .shipping_cost_table tbody th.frozen:after {
  content: "";
  width: 1em;
  height: 3em;
  display: block;
}

.shipping_cost_table tbody td {
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  text-align: center;
  line-height: 1.71429;
  padding: 12px 10px;
}

.shipping_cost_table_before {
  position: relative;
  margin-bottom: 160px;
}

.shipping_cost_table_before:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #DDDDDD transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -94px;
  margin: auto;
}

.shipping_cost_table_before caption {
  background: #E7190A;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .shipping_cost_table caption span {
    font-size: 1.4rem;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .guide_anchor {
    gap: 60px 8%;
    grid-template-columns: repeat(2, 38%);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
  }
  .shipping_cost_table caption {
    font-size: 1.8rem;
  }
}

/* PC
  ------------------------ */

/*# sourceMappingURL=map/guide.css.map */
