.display-pc {
  display: none;
}

.display-sp {
  display: block;
}

.cont-save {
  justify-content: center;
}

.cont-save-left {
  justify-content: left;
}

.img-mb {
  margin: 10px 10px 0px;
  padding: 10px 10px 0px;
}

.img_wrap:hover img {
  cursor: pointer;
  filter: brightness(110%);
  opacity: 0.6;
}

.g-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px;
}

.logo {
  width: 161px;
  height: 64px;
}

.font-footer {
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  font-size: small;
}

.support-contact {
  font-size: 15px;
  font-weight: bold;
}

.support-contact-time {
  font-size: 14px;
  color: #535353;
  margin-bottom: 0.5px;
}

.support-index {
  padding-left: 1em;
}

ul {
  list-style-type: none;
  color: #535353;
  font-size: x-small;
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

li li::before {
  content: "■";
}

li li li::before {
  content: "・";
}

.card {
  border: 1px solid #dcdadb;
  box-sizing: border-box;
  margin: 0 5px;
  padding-bottom: 10px;
  font-family: "NotoSansCJKjp", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.bg-gray {
  background-size: cover;
  background-color: #EEEEEE;
  padding: 10px 5px 10px;
}

.chat {
  text-align: center;
}

.chat img {
  width: 200px;
}

.table-style {
  font-size: x-small;
  margin-top: 20;
}

.td-weight {
  font-weight: normal;
}

.table-caution {
  margin-top: 10px;
}

.table-caution-margin {
  margin-bottom: 0.3px;
}

table {
  font-size: small;
}

table th {
  padding: 3px 10px 3px 3px;
  border: 2px solid#4169e1;
}

table td {
  padding-right: 50px;
  border: 2px solid#4169e1;
}

.back img {
  width: 45px;
}

/* スマートフォンサイズ */
svg {
  width: 48px;
  height: 48px;
}

/* タブレットサイズ以上 768 */
@media (min-width: 768px) {
  svg {
    width: 64px;
    height: 64px;
  }

  .display-pc {
    display: block;
  }

  .display-sp {
    display: none;
  }

  .font-footer {
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    font-size: medium;
  }

  .card {
    color: #535353;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 38px;
  }

  .support-contact {
    font-size: 30px;
  }

  ul {
    font-size: small;
  }

  .table-style {
    font-size: small;
    margin-top: 20;
  }

  .table-caution-margin {
    margin-bottom: 0.5px;
  }

  .bg-gray {
    background-size: cover;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .support-contact {
    font-size: x-large;
  }

  .support-contact-time {
    font-size: 16px;
    margin-bottom: 0.5px;
  }

  .back {
    margin: 0 auto;
    padding: 25px 10px;
  }

  .back img {
    width: 80px;
  }
}
