body {
  margin: 0;
  background-image: url("../images/bg/bg.jpg");
  background-size: 128px 128px;
  background-color: rgba(255, 255, 255, 0.75);
  background-blend-mode: lighten;
}

/* ボタン */
.main-button {
  color: #fff;
  background-color: #f56500;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 5px solid #b84c00;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 1rem 4rem;
  font-size: 18px;
}
.main-button:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

.main-column {
  width: 100%;
  max-width: 756px;
  /*pc版実質値*/
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* セクション */
section {
  width: 100%;
  text-align: center;
  padding: 15px 0px 48px 0px;
}

section h2 {
  color: #000000;
  /*文字色*/
  border-bottom: dashed 1.5px #000000;
  padding: 2px 10px;
}

section .section-title {
  display: flex;
  justify-content: center;
}

section .section-title .title-block {
  display: flex;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.content {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#main-visual {
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0px;
}

#main-visual img {
  width: 100%;
}

/* キャッチコピー */
#catchcopy {
  padding: 32px 0px;
  background: #ffffff;
  text-align: center;
}

#catchcopy img {
  padding-top: 48px;
  width: 100%;
}

#catchcopy p {
  width: 84%;
  margin: 0 auto;
  margin-top: 45px;
  font-weight: bold;
  color: #1d2087;
  text-align: center;
}
#catchcopy p strong {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  #catchcopy p {
    line-height: 1.8em;
    font-size: 12.5px;
  }
  #catchcopy p strong {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  #catchcopy p {
    line-height: 1.9em;
    font-size: 16px;
  }
  #catchcopy p strong {
    font-size: 22px;
  }
}

/* イントロ */
#introduction {
  background: #dddddd;
  color: black;
}

#intro-text {
  text-align: left;
  font-size: 14px;
  line-height: 1.6em;
  margin: 12px 0px 40px 0px;
}

#intro-text strong {
  font-size: 16px;
  line-height: 1.9em;
}

#intro-text strong ul {
  font-size: 14px;
  line-height: 1.6em;
  margin: 12px 0px 30px 0px;
}

#intro-text a {
  color: black;
}

/* バナー */
#banners-area {
  background: #ffffff;
  display: flex;
  text-align: center;
}

.banners {
  width: 72%;
  padding: 12px 10px 8px 10px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.banners a {
  padding: 1%;
}

.banners img {
  width: 95%;
  margin: 0 auto;
}

/* 入力フォーム */
#answer .form-area {
  display: flex;
  justify-content: center;
}

#answer form {
  display: flex;
  grid-column: 2;
  width: 30rem;
}

#answer input[type="text"] {
  margin: 0;
  height: 3rem;
  box-sizing: border-box;
  font-size: 1rem;
  flex-grow: 1;
  padding: 0.5em 0.75em;
}

#answer button {
  padding: 0.5em 0.75em;
}

/* メニュー */
#hint {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu {
  width: 80%;
}

.menu input {
  display: none;
}

.menu input:checked ~ ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu ul {
  display: none;
  background: rgb(255, 252, 225);
  list-style: none;
  margin: 0;
  padding: 1rem;
}

.menu label {
  display: block;
  margin-top: 8px;
  padding: 0.5rem;
  background: #e3988a;
  cursor: pointer;
  border: #ed8284 thin solid;
}

.sub-menu {
  width: 100%;
}

.sub-menu ul {
  padding: 16px;
  border: #ed8284 thin solid;
}

.read-more {
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: dashed thin #2b1213;
}

.read-more ul {
  padding: 0px;
  border: none;
}

.read-more input:checked + label {
  display: none;
}

#ending {
  padding: 32px 0px;
  background: rgba(255, 255, 255, 0.75);

  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin: 0 auto;
  margin-top: 45px;
  font-weight: bold;
  color: #303030;
  text-align: left;
}

#ending h2 {
  text-align: center;
}

#ending p {
  margin: 0px 32px;
}
