@charset "utf-8";

/* -------------------------------------------------- */
body {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", sans-serif;
  color: #231815;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  max-width: 768px;
  margin: 0 auto;
  background-image: url(../img/bg_main.png);
  background-size: 50px;
  background-position: top 0 left 50%;
  background-color: #fff;
  min-height: 100vh;
}

.inner {
  padding: 0 32px 120px;
}

.title {
  background-image: url(../img/bg_title.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px 0 32px;
}

.title-img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.answer-list {
  margin-top: 48px;
}

.answer-item:not(:first-child) {
  margin-top: 16px;
}

dt {
  text-align: center;
}

dt img {
  width: 100px;
}

.img-large {
  width: 150px;
}

dd {
  background-color: rgba(230, 230, 230, 0.8);
  padding: 8px 12px;
}

.answer-text-wrap {
  margin-top: 48px;
}

.answer-text-margin {
  margin: 24px 0 24px 24px;
}

.answer-text-primary {
  color: #415191;
}

.answer-share-wrap {
  text-align: center;
  margin-top: 48px;
}
