@charset "euc-jp";

main.container {
  border-bottom: none;
}

#shopping-guide > *:first-child {
  margin-top: 0;
}

#shopping-guide h2 {
  position: relative;
  margin: 3.27em 0 0 36px;
  padding-bottom: 0.77em;
  font-size: 1.375rem;
  line-height: 1;
}

#shopping-guide h2::before {
  content: "";
  position: absolute;
  left: -36px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

#shopping-guide h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -36px;
  display: block;
  width: 640px;
  height: 2px;
  background-color: #707070;
}

#shopping-guide h2[data-icon=truck] {
  margin-left: 43px
}

#shopping-guide h2[data-icon=truck]::before {
  top: 3px;
  width: 29px;
  height: 22px;
  background-image: url('https://www.tsuku-shin.jp/colorme/icon/truck.svg');
}

#shopping-guide h2[data-icon=truck]::before,
#shopping-guide h2[data-icon=truck]::after {
  left: -43px;
}

#shopping-guide h2[data-icon=return]::before {
  top: 2px;
  width: 26px;
  height: 26px;
  background-image: url('https://www.tsuku-shin.jp/colorme/icon/return.svg');
}

#shopping-guide h2[data-icon=en]::before {
  top: 1px;
  width: 26px;
  height: 26px;
  background-image: url('https://www.tsuku-shin.jp/colorme/icon/en.svg');
}

#shopping-guide h2[data-icon=paper] {
  margin-left: 34px
}

#shopping-guide h2[data-icon=paper]::before {
  top: 2px;
  width: 21px;
  height: 27px;
  background-image: url('https://www.tsuku-shin.jp/colorme/icon/paper.svg');
}

#shopping-guide h2[data-icon=paper]::before,
#shopping-guide h2[data-icon=paper]::after {
  left: -34px;
}

#shopping-guide h2 + dl dt:first-child h3 {
  margin-top: 2em;
}

#shopping-guide h3 {
  margin: 3em 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

#shopping-guide h3::before {
  content: "¢£";
  color: #ee4b13;
}

#shopping-guide h4 {
  margin: 0.2em 0 0 -7px;
  font-family: inherit;
  line-height: 1.875;
  color: #ee4b13;
}

#shopping-guide h4::before {
  content: "¡Î";
}

#shopping-guide h4::after {
  content: "¡Ï";
}

#shopping-guide a[target=_blank] {
	font-weight: bold;
  color: #ee4b13;
}

#shopping-guide a[target=_blank]::before {
  content: "";
  position: relative;
  left: -3px;
  bottom: 2px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 3px;
  border-top: 1px solid rgb(238, 75, 19);
  border-right: 1px solid rgb(238, 75, 19);
  background: none;
  transform: rotate(45deg);
}

#shopping-guide dd,
#shopping-guide dd > p {
  margin: 0.25em 0 0.5em;
  line-height: 1.875;
}

#shopping-guide small {
  font-size: 0.8125rem;
  line-height: 1.69;
}

#shopping-guide img {
  display: block;
  margin: 1rem 0;
}

#shopping-guide table {
  width: 100%;
  margin: 0.75rem 0;
  border: 1px solid #B7B7B7;
}

#shopping-guide th {
  padding: 1rem;
  background-color: #edeae4;
  font-weight: normal;
}

#shopping-guide td {
  text-align: center;
}

#shopping-guide table[data-content=postage-list] tr,
#shopping-guide table[data-content=cash-on-delivery] tbody > tr {
  border-bottom: 1px solid #B7B7B7;
}

#shopping-guide table[data-content=postage-list] {
  margin-bottom: 5em;
}

#shopping-guide table[data-content=postage-list] th {
  width: 481px;
  text-align: left;
  line-height: 1.875;
}

#shopping-guide table[data-content=postage-list] td {
  text-align: center;
}

#shopping-guide section[data-content=specified-commercial-transactions] h3 {
  margin: 2em 0 0;
}


#shopping-guide table[data-content=cash-on-delivery] {
  margin-bottom: 3.125rem;
}

#shopping-guide table[data-content=cash-on-delivery] th {
  width: 50%;
}

#shopping-guide table[data-content=cash-on-delivery] tr > *:first-child {
  border-right: 1px solid #B7B7B7;
}

#shopping-guide table[data-content=cash-on-delivery] td {
  padding: 1em;
}

#shopping-guide img.mb_only {
  display: none;
}