* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: #fefefe;
  line-height: 1.8;
}

main {
  padding: 80px 20px 100px;
  max-width: 720px;
  margin: 0 auto;
}
main h1 {
  font-size: 28px;
  color: #0071bd;
  margin-bottom: 0.5em;
  font-weight: 600;
}
main .introduction {
  margin-bottom: 60px;
}
main .introduction .annotation {
  font-size: 0.9em;
  color: #333;
}
main .introduction .annotation a {
  color: #0071bd;
  text-decoration: underline;
}

.page_top {
  padding: 56px 20px 100px;
  max-width: 880px;
  margin: 0 auto;
  color: #333;
}
.page_top .inner {
  width: 100%;
}
.page_top_ttl {
  text-align: center;
  font-size: 28px;
  color: #0071bd;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page_top_lead {
  text-align: center;
  color: #555;
  line-height: 1.85;
  margin-bottom: 40px;
  font-size: 15px;
}
.page_top_choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 600px) {
  .page_top_choices {
    grid-template-columns: 1fr;
  }
}
.page_top_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 22px 24px;
  border: 1px solid #cfe4f5;
  border-radius: 12px;
  background: #f8fbfd;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.page_top_card:hover {
  border-color: #0071bd;
  box-shadow: 0 8px 24px rgba(0, 113, 189, 0.15);
  background: #fff;
}
.page_top_card:hover .page_home_card_action {
  opacity: 0.92;
}
.page_top_card_label {
  font-size: 18px;
  font-weight: 600;
  color: #22406b;
  margin-bottom: 0.5rem;
}
.page_top_card_desc {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  flex: 1;
}
.page_top_card_action {
  display: inline-block;
  padding: 0.55rem 1.35rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #0071bd;
  border-radius: 999px;
}
@media only screen and (max-width: 500px) {
  .page_top_ttl {
    font-size: 22px;
  }
}

.page_done {
  text-align: center;
  padding: 48px 20px;
  background: #f1f9ff;
  border: 1px solid #cfe4f5;
  border-radius: 8px;
  color: #22406b;
  line-height: 1.8;
  font-size: 16px;
}

.page_contact_errors {
  list-style: none;
  margin: 0 0 24px;
  padding: 16px 20px;
  background: #fff5f5;
  border: 1px solid #f0caca;
  border-radius: 8px;
  color: #a40000;
  font-size: 14px;
  line-height: 1.6;
}
.page_contact_errors li + li {
  margin-top: 0.35em;
}

form.contact_form .item {
  margin-bottom: 22px;
}
form.contact_form .item label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
form.contact_form .item input[type=text],
form.contact_form .item input[type=email],
form.contact_form .item input[type=tel],
form.contact_form .item input[type=number],
form.contact_form .item select,
form.contact_form .item textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-family: inherit;
}
form.contact_form .item textarea {
  resize: vertical;
  min-height: 160px;
}
form.contact_form .item input:focus,
form.contact_form .item select:focus,
form.contact_form .item textarea:focus {
  outline: none;
  border-color: #000;
}
form.contact_form .req,
form.contact_form .opt {
  margin-left: 0.2em;
  font-size: 0.8em;
  color: #a40000;
}
form.contact_form .opt {
  color: #666;
}

.contact_check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: normal;
  cursor: pointer;
}
.contact_check input {
  margin-top: 4px;
  flex-shrink: 0;
}
.contact_check span {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.contact_check span a {
  color: #0071bd;
  text-decoration: underline;
}
.contact_check span a:hover {
  opacity: 0.85;
}

.contact_actions {
  text-align: center;
  margin-top: 8px;
}
.contact_actions_row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_privacy_note {
  margin: 10px 0 28px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.contact_privacy_note a {
  color: #0071bd;
  text-decoration: underline;
}
.contact_privacy_note a:hover {
  opacity: 0.85;
}

.contact_submit {
  display: inline-block;
  min-width: 220px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
}
.contact_submit:hover {
  opacity: 0.9;
}
.contact_submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 500px) {
  .contact_submit {
    width: 100%;
  }
}
.contact_submit--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #666;
  text-decoration: none;
}

.contact_value_pre {
  white-space: pre-wrap;
}

.page_privacy {
  padding: 48px 20px 100px;
  max-width: 800px;
  margin: 0 auto;
  color: #333;
  font-size: 15px;
  line-height: 1.85;
}
.page_privacy_ttl {
  font-size: 26px;
  color: #0071bd;
  margin-bottom: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .page_privacy_ttl {
    font-size: 22px;
  }
}
.page_privacy h2 {
  font-size: 17px;
  font-weight: 600;
  color: #22406b;
  margin: 2rem 0 0.75rem;
}
.page_privacy h2:first-of-type {
  margin-top: 0;
}
.page_privacy p {
  margin-bottom: 1em;
}
.page_privacy ul {
  margin: 0.5em 0 1em 1.25em;
}
.page_privacy li {
  margin-bottom: 0.35em;
}
.page_privacy a {
  color: #0071bd;
  text-decoration: underline;
}
.page_privacy a:hover {
  opacity: 0.85;
}

footer {
  padding: 40px 20px 36px;
  border-top: 1px solid #ddd;
}
footer .place {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
footer .place img {
  display: block;
  width: 200px;
  height: auto;
}
footer .logo {
  text-align: center;
  margin-bottom: 20px;
}
footer .logo img {
  max-width: min(100%, 200px);
  width: auto;
  height: auto;
  vertical-align: bottom;
  filter: brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(1542%) hue-rotate(184deg) brightness(95%) contrast(102%);
}
footer .privacy {
  text-align: center;
  margin-bottom: 40px;
}
footer .privacy a {
  color: #000;
  text-decoration: underline;
}
footer .copy {
  margin: 0;
  color: #000;
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */