@import url('https://fonts.googleapis.com/css2?family=Joti+One&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Wendy+One&display=swap');

body {
  font-feature-settings: "palt";
}

#form-container {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.button {
  background: #1465F9;
  border-radius: 5rem;
}

textarea {
  height: 20rem;
}

/* 確認画面 */
.content-confirmation {
  padding: 1.5em;
  background: #F0F0F0;
}

.preview-block {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f6f6f6;
}

.button-back,
.button-back:hover {
  background: #111;
}

/* 送信完了画面 */
.message-block-complete {
  padding: 1.5em;
  background: #EAF2FF;
  border: none;
  border-radius: 30px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .message-block-complete {
    font-size: 14px;
  }
}