body {
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic',
    sans-serif;
  color: #222;
  background: #f7f7f7;
  word-break: break-all;
}

.main-container {
  padding: 1em;
  max-width: 1200px;
}

.content {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

.header-logo {
  position: fixed;
  top: 10px;
  left: 10px;
}


.red-text {
  color: #F9423A;
  font-weight: 700;
}





.global_footer {
  background-color: #323232;
  color: #fff;
  font-size: 12px;
  padding: 40px 5px;
  display: table;
  width: 100%;
  text-align: center;
}

.global_footer a {
  color: #fff;
  letter-spacing: 1px;
}

.sns-btns {
  margin: 0 0 10px;
  padding: 10px;
  /* background-color: #EEEEEE; */
}
.sns-btns-wrap {
  line-height: 1;
  font-size: 0;
  text-align: center;}

  .sns-btns-wrap .sns-btns-item {
    display: inline-block;
  }
  .sns-btns-wrap li:not(:last-child) {
    margin-right: 10px;
  }

.keiko-red {
    background: linear-gradient(transparent 50%, #ffa8a8 50%);
}

html{
  scroll-behavior: smooth;
}
