@charset "utf-8";

/*お問い合わせフォーム*/

/*ご年齢*/
.sender_age {
  text-align: left;
}

input[name="sender_age"] {
  padding: 0.25em;
  border: 2px solid #f5b2b2;
  border-radius: 4px;
  font-size: 20px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 30%;
  margin-right: 5px;
}

/*性別*/
.sender_gender {
  text-align: left;
}

.sender-gender_span {
  margin-right: 40px;
}
.archive-title {
  background-color: #ef858c;
  padding: 12px;
  margin: 0 auto;
  margin-top: 20px;
  width: 50%;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.archive-open {
  cursor: pointer;
  position: relative;
}
.archive-open p {
  margin: 0 auto;
}
.archive-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 30%;
}
.archive-open.active::before {
  /* 開いている時 */
  content: "－";
}
.archive {
  display: none;
}
.guide_archive {
  color: red;
  text-align: right;
  margin-top: 30px;
}
.secret_form {
  display: none;
}
::placeholder {
  color: #999999;
}
