body {
  margin: 0;
}

.gold-header {
  border-bottom: solid 1px #ccc;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 5%);
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.gold-header .gold-title {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
}
.gold-header .gold-title > picture {
  transform: translate(1px,-2px);
}
.gold-header .gold-title > span {
  text-align: left;
  font-size: 1.125rem;
  line-height: 27px;
  font-weight: bold;
}
.gold-header .links {
  padding-top: 8px;
  text-align: right;
  width:38%;
}
.gold-header .links a {
  font-size: small;
  color: #444;
  text-decoration: none;
}
.gold-body {
  padding-top: 12px;
  background-color: #eeeeee;
}
.gold-body .content {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.gold-body .content .gold-title {
  padding: 8px;
  font-size: large;
  font-weight: bold;
  text-align: center;
}
.gold-body .content .gold-title img {
  width: 80px;
}
.gold-body .content a {
  color: #008472;
  text-decoration: none;
  margin-left: 1em;
}
.gold-body .content button {
  padding: 12px;
  border: solid 1px #9e9e9e;
  border-radius: 5px;
  background-color: white;
}
.footer {
  margin-top: 12px;
  border-top: solid 1px #e0e0e0;
  font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer .site {
  padding: 20px;
  font-size: 0.875rem !important;
}
.footer .site p {
  margin: 0;
  font-size: 0.875rem !important;
}
.footer .base {
  padding: 32px 20px;
  font-size: 0.75rem;
  color:white;
  background-color: black;
}
.footer .base img {
  margin-bottom: 4px;
}

#gold-body .gold-sp {
  display: none;
}
@media (max-width: 768px) {
  .gold-header {
    height: 60px;
    padding: 0 16px;
    position: relative;
  }
  .gold-header .gold-title > picture {
    margin-left: 4px;
  }
  .gold-header .gold-title > span {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% - 7px));
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .gold-body {
    padding-top: 0;
  }
  .gold-body .content .gold-title img {
    width: 60px;
  }
  #gold-body .gold-title .gold-title-long {
    font-size: smaller;
  }
  #gold-body .gold-title img {
    display: inline-block;
    height: 40px;
  }
  #gold-body .footer .base img {
    width: 180px;
  }
  #gold-body .gold-header .links a {
    font-size: smaller;
    width: 100px;
    padding-top: 4px
  }
  .gold-body .content button {
    width: 80%;
  }
  #gold-body.v-container {
    padding: 0;
  }
  .footer {
    margin-top: 0;
  }
  .footer .base {
    font-size: 0.625rem;
  }
}
