@charset "UTF-8";
h1 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D6D6D6;
}

#anspress #ap-ask-page {
  width: 600px;
  margin: 0 auto;
}
#anspress #ap-ask-page .caution {
  background-color: white;
  border: 1px solid #F6F6F6;
  border-radius: 6px;
  padding: 1em 1.6em;
  margin-bottom: 40px;
}
#anspress #ap-ask-page .caution h3 {
  font-size: 115%;
  font-weight: 700;
  padding-bottom: 16px;
}
#anspress #ap-ask-page .caution h3 span:last-child {
  color: red;
}
#anspress #ap-ask-page .caution ul li {
  padding-left: 1.2em;
  position: relative;
}
#anspress #ap-ask-page .caution ul li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#anspress #ap-ask-page .caution ul:first-of-type {
  margin-bottom: 1em;
}
#anspress #ap-ask-page .caution ul:nth-of-type(2) {
  padding-left: 1.2em;
}
#anspress #ap-ask-page .caution ul:nth-of-type(2) li {
  padding-left: 0;
  list-style-type: disc;
}
#anspress #ap-ask-page .caution ul:nth-of-type(2) li::before {
  content: none;
}
#anspress #ap-ask-page form .ap-form-group {
  margin-bottom: 30px;
}
#anspress #ap-ask-page form .ap-form-group label {
  display: block;
  font-size: 105%;
  font-weight: 700;
  padding-bottom: 0.5em;
}
#anspress #ap-ask-page form .ap-form-group.ap-field-form_question-post_title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 0.8em 1em;
}
#anspress #ap-ask-page form .ap-form-group.ap-field-form_question-category select {
  font-size: 100%;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 0.8em 1em;
}
#anspress #ap-ask-page form .ap-form-group.ap-field-form_question-post_content textarea {
  font-size: 100%;
  width: 100%;
  height: 10em;
  border: none;
  border-radius: 6px;
  padding: 0.8em 1em;
  line-height: 1.6;
}
#anspress #ap-ask-page form .ap-form-errors,
#anspress #ap-ask-page form .ap-field-errors {
  color: red;
}
#anspress #ap-ask-page form .ap-form-errors {
  font-weight: 700;
}
#anspress #ap-ask-page form .buttons {
  display: flex;
  justify-content: center;
}
#anspress #ap-ask-page form .buttons button.ap-btn-submit {
  width: 240px;
  cursor: pointer;
  margin: 0 20px 0 0;
}
#anspress #ap-ask-page form .buttons button.ap-btn-submit:disabled {
  color: #888;
  background-color: #D9D9D9;
}
#anspress #ap-ask-page form .buttons button.femcare-btn-clear {
  font-size: 100%;
  width: 150px;
  color: #888;
  background-color: #D9D9D9;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  transition: color 300ms ease, background-color 300ms ease;
}
#anspress #ap-ask-page form .buttons button.femcare-btn-clear:hover {
  color: white;
  background-color: #609cdc;
  transition: color 300ms ease, background-color 300ms ease;
}
#anspress #ap-ask-page .point-shortage p:first-child {
  margin-bottom: 20px;
}
#anspress #ap-ask-page .point-shortage p:last-child {
  text-align: center;
}
#anspress #ap-ask-page .point-shortage a.btn01 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 20px auto;
}
#anspress #ap-ask-page p.required-points {
  width: 90%;
  margin: 0 auto 30px auto;
  border: 2px solid #609cdc;
  padding: 1em 1.4em;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}
#anspress #ap-ask-page p.required-points > span {
  display: block;
}
#anspress #ap-ask-page p.required-points > span:first-child {
  font-size: 115%;
}
#anspress #ap-ask-page p.required-points > span:first-child > span {
  font-size: 120%;
  font-weight: 700;
  padding: 0 0.2em;
}
#anspress #ap-ask-page p.required-points > span:last-child > span {
  font-size: 120%;
  font-weight: 700;
  padding: 0 0.3em;
}
#anspress #ap-ask-page p.required-smooth {
  font-size: 85%;
  padding-left: 1.2em;
  padding-bottom: 12px;
  position: relative;
}
#anspress #ap-ask-page p.required-smooth::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#anspress #ap-ask-page ul.notice-point {
  font-size: 85%;
  padding-top: 30px;
}
#anspress #ap-ask-page ul.notice-point li {
  padding-left: 1.2em;
  position: relative;
}
#anspress #ap-ask-page ul.notice-point li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #anspress #ap-ask-page {
    max-width: 600px;
    width: 100%;
  }
}