body {
  min-width: 320px;
  overflow-x: hidden;
  margin: auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

main {
  border: 10px solid #7cba3d;
  padding: 50px 0;
  min-height: 100vh;
}

.content {
  margin: auto;
}
.content-head h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-head h1 img {
  margin: 0;
}
.content-head .border {
  max-width: 340px;
  margin: auto;
  padding: 0 15px;
}
.content-inner {
  margin: auto;
  max-width: 340px;
  padding: 0 15px;
}
.content .logo img {
  margin: auto;
}
.content .cta {
  padding: 25px 25px 50px;
  margin-bottom: 50px;
  border: 5px solid #06c755;
  border-radius: 20px;
  position: relative;
}
.content .cta p {
  color: #06c755;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.content .cta-btn {
  display: block;
  margin-bottom: 18px;
}
.content .cta-qr {
  margin: auto;
}
.content .cta .tap-image {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.content .company {
  padding: 0 20px;
}
.content .company dt,
.content .company dd {
  font-size: 14px;
  line-height: 1.75;
}
.content .company dt {
  border-bottom: 1px solid #707070;
}