#main section {
  padding-left: 20px;
  padding-right: 20px;
}
#main section h3 {
  font-size: 1.5rem;
  background: #EDE9DB;
  color: #514430;
  padding: 10px 20px;
  margin-top: 5rem;
  margin-left: -20px;
  margin-right: -20px;
  border: 1px solid #DFDDD4;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#main section h4 {
  font-size: 1.8em;
  margin: 40px auto 10px;
  color: hsl(var(--foreground));
}
#main section h4 span {
  font-size: 0.813em;
  background: #C02C20;
  color: #FFF;
  padding: 3px 5px 2px;
  margin-left: 10px;
}
#main section p {
  font-size: 1.6em;
  margin-bottom: 15px;
}
#main section p.caption, #main section p.note {
  font-size: 13px;
}
#main section p.link {
  background: url(/common/img/arrow-red_l.gif) no-repeat 0 50%;
  padding-left: 23px;
}
#main section ul {
  font-size: 1.4em;
  margin: 20px 35px;
}
#main section ul li {
  padding: 0 20px;
  background: url(/common/img/square-brown.gif) no-repeat 5px 7px;
}
#main section table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid hsl(var(--muted));
  border-left: 1px solid hsl(var(--muted));
}
#main section table tr {
  border-bottom: 1px solid hsl(var(--muted));
}
#main section table tbody th,
#main section table tbody td {
  padding: 10px 15px;
  border-bottom: 3px solid hsl(var(--muted));
  border-right: none;
}
#main section table tbody th {
  background: #EDE9DB;
  vertical-align: middle;
  width: 220px;
}
#main section table tbody td {
  line-height: 1.8;
  background: #FFF;
}
#main section table tbody td .note {
  font-size: 12px;
}
#main section img {
  max-width: 100%;
}
#main section .fig {
  text-align: center;
  margin: 30px 0;
}
#main section .fig-box {
  float: right;
  padding-right: 60px;
}
#main section #index ul li:hover {
  background: url(/common/img/arrow-red_l.gif) no-repeat 1px 50%;
}
#main section #index .chart {
  padding: 1rem 2rem;
  border-radius: 1rem;
  max-width: 100%;
  margin: 0 auto;
}
#main section #index .chart img {
  width: 550px;
  margin-bottom: 1rem;
}
#main section #index .chart figcaption {
  font-size: 0.83rem;
}
#main section #index .columns {
  display: flex;
}
#main section #index .columns .column {
  width: 50%;
}
#main section .fee-table {
  box-sizing: border-box;
  background-color: white;
  margin: 30px auto;
  padding: 2rem;
}
#main section .fee-table * {
  box-sizing: border-box;
}
#main section .fee-table > div {
  float: left;
}
#main section .fee-table > h4,
#main section .fee-table > div > h4 {
  background-color: #3b2d1d;
  margin: 0;
  color: white;
  float: left;
  width: 280px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding: 0.5rem;
  font-family: "Noto Sans", sans-serif;
}
#main section .fee-table > h4 span,
#main section .fee-table > div > h4 span {
  font-size: 1rem;
  letter-spacing: 0;
  background-color: transparent;
  margin-left: 0;
  padding: 0;
}
#main section .fee-table > h4 small,
#main section .fee-table > div > h4 small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
}
#main section .fee-table dl {
  font-family: "Noto Sans", sans-serif;
}
#main section .fee-table .title {
  width: 200px;
}
#main section .fee-table.is-funabin > dl {
  float: right;
  width: 540px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}
#main section .fee-table.is-funabin > dl dt {
  width: 50%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
#main section .fee-table.is-funabin > dl dt:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  border-bottom: 4px dotted #6b6458;
  margin: 0 1rem;
}
#main section .fee-table.is-funabin > dl dd {
  position: relative;
  width: 50%;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #a21409;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#main section .fee-table.is-funabin > dl dd small {
  font-size: 1.2rem;
  font-weight: normal;
}
#main section .fee-table.is-ems > div > h4 {
  letter-spacing: 0.02em;
  float: none;
}
#main section .fee-table.is-ems .campaign {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  background-color: #a21409;
  color: white;
  padding: 0.4rem 0.8rem 0.2rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
}
#main section .fee-table.is-ems .campaign strong {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
#main section .fee-table.is-ems > dl, #main section .fee-table.is-shougyou > dl, #main section .fee-table.is-kohai > dl, #main section .fee-table.is-ePacket > dl {
  float: right;
  width: 540px;
}
#main section .fee-table.is-ems > dl > dt, #main section .fee-table.is-shougyou > dl > dt, #main section .fee-table.is-kohai > dl > dt, #main section .fee-table.is-ePacket > dl > dt {
  position: relative;
  background-color: #f6f4ed;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#main section .fee-table.is-ems > dl > dt:after, #main section .fee-table.is-shougyou > dl > dt:after, #main section .fee-table.is-kohai > dl > dt:after, #main section .fee-table.is-ePacket > dl > dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: calc(540px - 4rem);
  font-size: 0;
  background-color: #e4e2dc;
}
#main section .fee-table.is-ems > dl > dd, #main section .fee-table.is-shougyou > dl > dd, #main section .fee-table.is-kohai > dl > dd, #main section .fee-table.is-ePacket > dl > dd {
  background-color: #f6f4ed;
  margin-bottom: 10px;
  padding: 0.5rem 2rem;
}
#main section .fee-table.is-ems > dl > dd:last-child, #main section .fee-table.is-shougyou > dl > dd:last-child, #main section .fee-table.is-kohai > dl > dd:last-child, #main section .fee-table.is-ePacket > dl > dd:last-child {
  margin-bottom: 0;
}
#main section .fee-table.is-ems > dl > dd.is-charge, #main section .fee-table.is-shougyou > dl > dd.is-charge, #main section .fee-table.is-kohai > dl > dd.is-charge, #main section .fee-table.is-ePacket > dl > dd.is-charge {
  margin-top: 4rem;
  position: relative;
}
#main section .fee-table.is-ems > dl > dd.is-charge:before, #main section .fee-table.is-ems > dl > dd.is-charge:after, #main section .fee-table.is-shougyou > dl > dd.is-charge:before, #main section .fee-table.is-shougyou > dl > dd.is-charge:after, #main section .fee-table.is-kohai > dl > dd.is-charge:before, #main section .fee-table.is-kohai > dl > dd.is-charge:after, #main section .fee-table.is-ePacket > dl > dd.is-charge:before, #main section .fee-table.is-ePacket > dl > dd.is-charge:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #3b2d1d;
  width: 1.6rem;
  height: 0.35rem;
  top: -2.2rem;
  left: calc(50% - 0.8rem);
}
#main section .fee-table.is-ems > dl > dd.is-charge:before, #main section .fee-table.is-shougyou > dl > dd.is-charge:before, #main section .fee-table.is-kohai > dl > dd.is-charge:before, #main section .fee-table.is-ePacket > dl > dd.is-charge:before {
  transform: rotate(90deg);
}
#main section .fee-table.is-ems > dl > dd.is-charge.is-ConsolidatedShipment dt, #main section .fee-table.is-shougyou > dl > dd.is-charge.is-ConsolidatedShipment dt, #main section .fee-table.is-kohai > dl > dd.is-charge.is-ConsolidatedShipment dt, #main section .fee-table.is-ePacket > dl > dd.is-charge.is-ConsolidatedShipment dt {
  width: 100%;
}
#main section .fee-table.is-ems > dl > dd.is-charge.is-ConsolidatedShipment dt:after, #main section .fee-table.is-shougyou > dl > dd.is-charge.is-ConsolidatedShipment dt:after, #main section .fee-table.is-kohai > dl > dd.is-charge.is-ConsolidatedShipment dt:after, #main section .fee-table.is-ePacket > dl > dd.is-charge.is-ConsolidatedShipment dt:after {
  display: none;
}
#main section .fee-table.is-ems > dl > dd > dl, #main section .fee-table.is-shougyou > dl > dd > dl, #main section .fee-table.is-kohai > dl > dd > dl, #main section .fee-table.is-ePacket > dl > dd > dl {
  display: flex;
  flex-wrap: wrap;
}
#main section .fee-table.is-ems > dl > dd > dl dt, #main section .fee-table.is-shougyou > dl > dd > dl dt, #main section .fee-table.is-kohai > dl > dd > dl dt, #main section .fee-table.is-ePacket > dl > dd > dl dt {
  width: 50%;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#main section .fee-table.is-ems > dl > dd > dl dt:after, #main section .fee-table.is-shougyou > dl > dd > dl dt:after, #main section .fee-table.is-kohai > dl > dd > dl dt:after, #main section .fee-table.is-ePacket > dl > dd > dl dt:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  border-bottom: 2px dotted #949089;
  margin: 0 1rem;
}
#main section .fee-table.is-ems > dl > dd > dl dd, #main section .fee-table.is-shougyou > dl > dd > dl dd, #main section .fee-table.is-kohai > dl > dd > dl dd, #main section .fee-table.is-ePacket > dl > dd > dl dd {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #a21409;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#main section .fee-table.is-ems > dl > dd > dl dd small, #main section .fee-table.is-shougyou > dl > dd > dl dd small, #main section .fee-table.is-kohai > dl > dd > dl dd small, #main section .fee-table.is-ePacket > dl > dd > dl dd small {
  font-size: 1.2rem;
  font-weight: normal;
}
#main section .fee-table.is-ems > dl > dd > dl dd small del, #main section .fee-table.is-shougyou > dl > dd > dl dd small del, #main section .fee-table.is-kohai > dl > dd > dl dd small del, #main section .fee-table.is-ePacket > dl > dd > dl dd small del {
  color: #3b2d1d;
  opacity: 0.6;
  font-size: 1rem;
}
@media only screen and (min-width: 481px) {
  #main section .fee-table.is-kohai > h4 {
    letter-spacing: 0;
  }
}
#main section .bnr-ems {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
#main section .bnr-ems span {
  position: absolute;
  transform: translateX(-50%);
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
}
#main section .bnr-ems span.price_normal {
  top: 12%;
  left: 87%;
  z-index: 2;
  font-size: 12px;
}
#main section .bnr-ems span.price_discount {
  top: 23%;
  left: 84.8%;
  font-size: 47px;
  letter-spacing: -0.01em;
  z-index: 1;
}
#main section .invoice {
  box-sizing: border-box;
  background-color: white;
  margin: 30px auto;
  padding: 2rem;
}
#main section .invoice .lead {
  font-size: 1.2rem;
  text-align: center;
  color: #a21409;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 2rem;
}
#main section .invoice ol {
  position: relative;
  margin-bottom: 0;
}
#main section .invoice ol:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: 1px;
  height: 100%;
  background-color: #d3cfc1;
}
#main section .invoice ol li {
  position: relative;
  margin: 0 0 2rem 2.5rem;
  padding-left: 1.2rem;
}
#main section .invoice ol li:last-child {
  margin-bottom: 0;
}
#main section .invoice ol li::marker {
  font-size: 1rem;
  font-weight: normal;
}
#main section .invoice ol li h4 {
  color: inherit;
  font-family: "Noto Sans", sans-serif;
  margin-top: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
#main section .invoice ol li p {
  font-size: 1rem;
}
#main section .invoice ol li p.note {
  font-size: 0.85rem;
  opacity: 0.7;
}

#main .section .notice h4 {
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d3cfc1;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
#main .section .notice ul li {
  margin-bottom: 1rem;
  opacity: 0.7;
  font-size: 0.83rem;
}
.fee-table .notice {
  margin-top: 2rem;
}

@media only screen and (max-width: 480px) {
  #main section #index .columns {
    flex-wrap: wrap;
  }
  #main section #index .columns .column {
    width: 100%;
  }
  #main section #index ul {
    margin: 20px 1rem;
  }
  #main section .fig-box {
    max-width: 50%;
    padding: 0 0 1rem 1rem;
  }
  #main section .fee-table {
    padding: 3%;
    max-width: 90%;
  }
  #main section .fee-table > h4,
  #main section .fee-table > div > h4 {
    float: none;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  #main section .fee-table > h4 span,
  #main section .fee-table > div > h4 span {
    margin-right: 0.5rem;
  }
  #main section .fee-table > h4 small,
  #main section .fee-table > div > h4 small {
    display: inline-block;
  }
  #main section .fee-table.is-funabin > dl {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #main section .fee-table.is-funabin > dl dt {
    width: 55%;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
  }
  #main section .fee-table.is-funabin > dl dt:after {
    min-width: 10px;
    border-bottom: 2px dotted #6b6458;
  }
  #main section .fee-table.is-funabin > dl dd {
    width: 45%;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  #main section .fee-table.is-ems > div {
    width: 100%;
    float: none;
  }
  #main section .fee-table.is-ems > div > h4 {
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  #main section .fee-table.is-ems .campaign {
    float: none;
    padding: 0.4rem 0.8rem;
    margin-top: 2px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
  }
  #main section .fee-table.is-ems .campaign strong {
    display: inline-block;
    margin-left: 0.2rem;
  }
  #main section .fee-table.is-ems > dl, #main section .fee-table.is-shougyou > dl, #main section .fee-table.is-kohai > dl, #main section .fee-table.is-ePacket > dl {
    float: none;
    width: 100%;
  }
  #main section .fee-table.is-ems > dl > dt, #main section .fee-table.is-shougyou > dl > dt, #main section .fee-table.is-kohai > dl > dt, #main section .fee-table.is-ePacket > dl > dt {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
  }
  #main section .fee-table.is-ems > dl > dt:after, #main section .fee-table.is-shougyou > dl > dt:after, #main section .fee-table.is-kohai > dl > dt:after, #main section .fee-table.is-ePacket > dl > dt:after {
    width: calc(100% - 1.6rem);
  }
  #main section .fee-table.is-ems > dl > dd, #main section .fee-table.is-shougyou > dl > dd, #main section .fee-table.is-kohai > dl > dd, #main section .fee-table.is-ePacket > dl > dd {
    margin-bottom: 10px;
    padding: 0.4rem 0.8rem;
  }
  #main section .fee-table.is-ems > dl > dd > dl, #main section .fee-table.is-shougyou > dl > dd > dl, #main section .fee-table.is-kohai > dl > dd > dl, #main section .fee-table.is-ePacket > dl > dd > dl {
    display: flex;
    flex-wrap: wrap;
  }
  #main section .fee-table.is-ems > dl > dd > dl dt, #main section .fee-table.is-shougyou > dl > dd > dl dt, #main section .fee-table.is-kohai > dl > dd > dl dt, #main section .fee-table.is-ePacket > dl > dd > dl dt {
    width: 60%;
    font-size: 0.95rem;
    letter-spacing: 0;
    text-align: left;
  }
  #main section .fee-table.is-ems > dl > dd > dl dt:after, #main section .fee-table.is-shougyou > dl > dd > dl dt:after, #main section .fee-table.is-kohai > dl > dd > dl dt:after, #main section .fee-table.is-ePacket > dl > dd > dl dt:after {
    min-width: 10px;
  }
  #main section .fee-table.is-ems > dl > dd > dl dd, #main section .fee-table.is-shougyou > dl > dd > dl dd, #main section .fee-table.is-kohai > dl > dd > dl dd, #main section .fee-table.is-ePacket > dl > dd > dl dd {
    width: 40%;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  #main section .fee-table.is-ems > dl > dd > dl dd small, #main section .fee-table.is-shougyou > dl > dd > dl dd small, #main section .fee-table.is-kohai > dl > dd > dl dd small, #main section .fee-table.is-ePacket > dl > dd > dl dd small {
    font-size: 1rem;
  }
  #main section .fee-table.is-ems > dl > dd > dl dd small del, #main section .fee-table.is-shougyou > dl > dd > dl dd small del, #main section .fee-table.is-kohai > dl > dd > dl dd small del, #main section .fee-table.is-ePacket > dl > dd > dl dd small del {
    display: block;
    font-size: 13px;
    line-height: 1;
  }
  #main section .bnr-ems span.price_normal {
    top: 56%;
    left: 60%;
    font-size: 3.3vw;
  }
  #main section .bnr-ems span.price_discount {
    top: 60%;
    left: 60%;
    font-size: 15.8vw;
  }
  #main section .invoice {
    padding: 1rem;
  }
  #main section .notice ul {
    margin-left: 0;
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */