* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
	margin: 0;
  padding: 48px;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto Condensed', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 62.5%;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.15em;
  background-color: #fff;
  overflow-x: hidden;
}

.en, .de, .es, .fr, .it, .nl, .pt, .ru, es-mx, fr-ca, pt-br{
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 759px) {
  body {
    letter-spacing: 0;
    padding: 32px;
  }
}

h1, h2, h3, h4, p, div, ul, li, dl, dt, dd, span, header, footer {
	margin: 0;
	padding: 0;
}

a {
  text-decoration: underline;
}

h2 {
  font-size: 2.2em;
  padding-top: 48px;
  margin-top: 48px;
  line-height: 2.2;
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 759px) {
  h2 {
    font-size: 1.8em;
    padding-top: 36px;
    margin-top: 36px;
    line-height: 2;
  }
}

h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

h3 {
  font-size: 1.5em;
  padding-left: 15px;
  margin-top: 48px;
  line-height: 1.8;
  border-left: 5px solid #e8e8e8;
}

h4 {
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.8;
  font-size: 1.4em;
}

h4 + p {
  margin-top: 10px;
}

p {
  font-size: 1.3em;
  color: #333;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 759px) {
  p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-top: 20px;
  }
}

em {
  font-weight: 700;
  font-style: normal;
}

a {
  color: #525252;
}

a:hover {
  color: #969696;
}

.trackingFrom {
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
  margin: 24px auto;
  padding: 24px;
  font-size: 1.3em;
  line-height: 2;
}

@media screen and (max-width: 759px) {
  .trackingFrom {
    font-size: 1.1em;
    line-height: 1.8;
  }
}

.trackingFrom p {
  font-size: 1em;
  margin-top: 8px;
}

.trackingFrom p:last-child {
  background: #d4d4d4 url('../img/arrowBlack.svg') no-repeat 12px 50% / auto 24%;
  margin-top: 18px;
  padding: 12px 24px;
  letter-spacing: .1em;
  width: 180px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 759px) {
  .trackingFrom p:last-child {
    margin: 18px auto 0;
  }
}

.trackingFrom p:last-child:hover {
  background-color: #ccc;
}

.trackingFrom p span {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: .85em;
}

.trackingFrom p:first-child {
  margin-top: 18px;
}

.trackingFrom p:nth-child(2){
  margin-top: 5px;
}

input {
	vertical-align:middle;
}

@media screen and (min-width: 759px) {
  .btnClose,
  .btnClose.show{
    display: none;
  }
}

@media screen and (max-width: 759px) {
  .btnClose {
    display: block;
  }
}

.btnClose.show {
  background: #e60012;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 199;
}

.btnClose.show:hover {
  background: #e60012;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 199;
}


.btnClose.show::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: url('../img/close-stroke-white.svg') no-repeat 50% 50% / 80% 80%;
}

em{
	padding-right: 0.5em;
	font-weight: bold;
}
.local-aboutSection__list {
  padding-bottom: 12px;
  margin-top: 10px;
}

.local-aboutSection__list li {
  line-height: 2em;
  padding-left: calc(1em + 5px);
  position: relative;
  list-style: none;
  font-size: 1.3em;
}

.local-aboutSection__list li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #999998;
  position: absolute;
  top: calc(0.5em + 1px);
  left: 0;
}