main {
  letter-spacing: 0.1em;
  background-color: #FCF9F4;
}

/* スマートフォン対応 */
@media (max-width: 767px) {
  .registration {
    padding: 20px 20px 20px;
  }

  .registration-title {
    text-align: center;
    color: #19191B;
    font-weight: 600;
    font-size: 14px;
  }

  .registration-title span {
    font-size: 10px;
    color: #9E9170;
    /* font-family: Didot; */
  }

  .registration-form {
    margin: 40px 20px 20px;
  }

  .label {
    display: flex;
    font-size: 14px;
    align-items: baseline;
  }

  .label span {
    color: #9E9170;
    font-size: 12px;
    /* font-family: Didot; */
    margin-left: 8px;
  }

  .registration-form input {
    margin: 10px auto 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, .5);
  }

  .registration-btn {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    line-height: 13px;
  }

  .registration-btn-button {
    color: #FDF9F5;
    background-color: #9E9170;
    border: none;
    width: 200px;
    padding: 7px;
    font-size: 14px;
    display: block;
    border-radius: 3px;
    margin: 30px auto 0;
    text-align: center;
  }

  .registration-btn span {
    font-size: 10px;
    display: block;
  }

  .success-msg {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }

  .success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 90%;
    border-radius: 5px;
    background-color: #4caf50;
  }

  .error-msg {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }

  .error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 90%;
    border-radius: 5px;
    background-color: #F44336;
  }

  .regist-msg-p {
    font-size: 14px;
    color: #FFF;
  }

  .regist-msg-span {
    font-size: 12px;
    color: #FFF;
  }

}

/* パソコン向け */
@media (min-width: 768px) {
  .registration {
    padding: 20px 20px 20px;
  }

  .registration-title {
    text-align: center;
    color: #19191B;
    font-weight: 600;
    font-size: 16px;
  }

  .registration-title span {
    font-size: 12px;
    color: #9E9170;
    /* font-family: Didot; */
  }

  .registration-form {
    margin: 40px 20px 20px;
  }

  .form {
    width: 500px;
    margin: auto;
  }

  .label {
    display: flex;
    font-size: 16px;
    align-items: baseline;
  }

  .label span {
    color: #9E9170;
    font-size: 14px;
    /* font-family: Didot; */
    margin-left: 8px;
  }

  .registration-form input {
    margin: 10px auto 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, .5);
  }

  .registration-btn {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    line-height: 13px;
  }

  .registration-btn-button {
    color: #FDF9F5;
    background-color: #9E9170;
    border: none;
    width: 200px;
    padding: 9px;
    font-size: 16px;
    display: block;
    border-radius: 3px;
    margin: 30px auto 0;
    text-align: center;
  }

  .registration-btn span {
    font-size: 12px;
    display: block;
  }

  .success-msg {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }

  .success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 30%;
    border-radius: 5px;
    background-color: #4caf50;
  }

  .error-msg {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }

  .error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 30%;
    border-radius: 5px;
    background-color: #F44336;
  }

  .regist-msg-p {
    font-size: 14px;
    color: #FFF;
  }

  .regist-msg-span {
    font-size: 12px;
    color: #FFF;
  }
}
