@charset "UTF-8";
.myp-compo-button-1[data-astro-cid-khmrdwuq] {
  color: #fff;
  padding: 11px 0;
  max-width: 100%;
  width: 100%;
  display: table;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  margin: 20px auto 0;
}
@media (min-width: 750px) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq] {
    max-width: 300px;
  }
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].d-blue {
  background-color: #1b3759;
  border: 3px solid #1b3759;
}
@media (hover: hover) and (pointer: fine) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].d-blue:hover {
    background-color: #fff;
    color: #1b3759;
  }
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].orange {
  background-color: #e6654e;
  border: 3px solid #e6654e;
}
@media (hover: hover) and (pointer: fine) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].orange:hover {
    background-color: #fff;
    color: #e6654e;
  }
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].l-blue {
  background-color: #2e8ed5;
  border: 3px solid #2e8ed5;
}
@media (hover: hover) and (pointer: fine) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].l-blue:hover {
    background-color: #fff;
    color: #2e8ed5;
  }
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].style-021 {
  max-width: 240px;
  margin: 40px auto 60px;
  font-size: 14px;
  padding: 7px 0;
  font-weight: 500;
}
@media (min-width: 750px) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].style-021 {
    font-size: 16px;
  }
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].style-060 {
  max-width: 240px;
  margin: 30px auto;
  font-size: 14px;
  padding: 7px 0;
  font-weight: 500;
}
@media (min-width: 750px) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].style-060 {
    font-size: 16px;
    margin: 30px auto 80px;
  }
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].menu {
  position: absolute;
  bottom: 42px;
  transform: translateX(-50%);
  left: 50%;
  max-width: 325px;
}
.myp-compo-button-1[data-astro-cid-khmrdwuq].top-btn {
  padding: 7px 0;
  max-width: 250px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 750px) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].top-btn {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0 auto;
  }
}
@media (min-width: 750px) {
  .myp-compo-button-1[data-astro-cid-khmrdwuq].top-btn2 {
    margin: 0 0 0 auto;
  }
}
.menu[data-astro-cid-ctjcf2ba] {
  gap: 5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 5px;
  z-index: 99999;
  width: 96%;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .menu[data-astro-cid-ctjcf2ba] {
    width: 98%;
  }
}
.menu__left[data-astro-cid-ctjcf2ba] {
  align-items: center;
  gap: 17px;
  background-color: #fff;
  padding: 11px 5px 10px;
  border-radius: 5px;
  width: 84%;
}
@media (min-width: 600px) {
  .menu__left[data-astro-cid-ctjcf2ba] {
    width: 100%;
    justify-content: initial;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu__left[data-astro-cid-ctjcf2ba] .menu-logo[data-astro-cid-ctjcf2ba] {
  display: flex;
  gap: 15px;
  align-items: center;
}
.menu__left[data-astro-cid-ctjcf2ba] .logo[data-astro-cid-ctjcf2ba] {
  width: 210px;
}
.menu__left[data-astro-cid-ctjcf2ba] .mypage-btn[data-astro-cid-ctjcf2ba] {
  font-size: 10px;
  font-weight: 700;
  background-color: #2e8ed5;
  color: #fff;
  padding: 5px 4px 6px 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.menu__left[data-astro-cid-ctjcf2ba] .pc-menu[data-astro-cid-ctjcf2ba] {
  display: none;
  margin-left: auto;
}
@media (min-width: 1030px) {
  .menu__left[data-astro-cid-ctjcf2ba] .pc-menu[data-astro-cid-ctjcf2ba] {
    display: inline-block;
  }
}
.menu__left[data-astro-cid-ctjcf2ba] .pc-menu[data-astro-cid-ctjcf2ba] .pc-button-s[data-astro-cid-ctjcf2ba] {
  color: #1b3759;
  margin-left: 40px;
  transition: color 0.2s;
}
.menu__left[data-astro-cid-ctjcf2ba] .pc-menu[data-astro-cid-ctjcf2ba] .pc-button-s[data-astro-cid-ctjcf2ba]:hover {
  color: #2e8ed5;
}
.menu__left[data-astro-cid-ctjcf2ba] .pc-menu[data-astro-cid-ctjcf2ba] .logout[data-astro-cid-ctjcf2ba] {
  border: 2px solid #1b3759;
  border-radius: 50px;
  padding: 4px 12px 4px 14px;
  transition: all 0.2s;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .menu__left[data-astro-cid-ctjcf2ba] .pc-menu[data-astro-cid-ctjcf2ba] .logout[data-astro-cid-ctjcf2ba]:hover {
    color: #fff;
    background-color: #1b3759;
  }
}
.menu__right[data-astro-cid-ctjcf2ba] {
  height: auto;
  background-color: #1b3759;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50px;
  padding: 0 10px 9px 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.menu__right[data-astro-cid-ctjcf2ba] .hamburger[data-astro-cid-ctjcf2ba] {
  color: #fff;
  font-size: 10px;
  line-height: 9px;
}
.menu__right[data-astro-cid-ctjcf2ba] .hamburger[data-astro-cid-ctjcf2ba] .close[data-astro-cid-ctjcf2ba] {
  display: none;
}
.menu__right[data-astro-cid-ctjcf2ba].active .hamburger[data-astro-cid-ctjcf2ba] .open[data-astro-cid-ctjcf2ba] {
  display: none;
}
.menu__right[data-astro-cid-ctjcf2ba].active .hamburger[data-astro-cid-ctjcf2ba] .close[data-astro-cid-ctjcf2ba] {
  display: inline-block;
}
.menu__right[data-astro-cid-ctjcf2ba].active::before {
  transform: rotate(45deg) translate(4px, 4px);
}
.menu__right[data-astro-cid-ctjcf2ba].active::after {
  transform: rotate(-45deg) translate(3px, -3px);
}
.menu__right[data-astro-cid-ctjcf2ba]::before {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  transition: all 0.2s;
}
.menu__right[data-astro-cid-ctjcf2ba]::after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  transition: all 0.2s;
}
@media (min-width: 1030px) {
  .menu__right[data-astro-cid-ctjcf2ba] {
    display: none;
  }
}
.menu-bg[data-astro-cid-ctjcf2ba] {
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  padding-top: 60px;
  transition: 0.2s;
}
@media (min-width: 1030px) {
  .menu-bg[data-astro-cid-ctjcf2ba] {
    display: none;
  }
}
.menu-bg[data-astro-cid-ctjcf2ba].active {
  z-index: 99998;
  pointer-events: all;
  opacity: 1;
}
.menu-contents[data-astro-cid-ctjcf2ba] {
  width: 96%;
  margin: 0 auto;
  height: calc(100dvh - 70px);
  background-color: #e6eef4;
  border-radius: 5px;
  padding: 30px 20px 42px;
}
@media (min-width: 600px) {
  .menu-contents[data-astro-cid-ctjcf2ba] {
    max-width: 98%;
  }
}
.menu-contents[data-astro-cid-ctjcf2ba] .menu-item[data-astro-cid-ctjcf2ba] {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 16px 20px;
  position: relative;
  display: block;
}
.menu-contents[data-astro-cid-ctjcf2ba] .menu-item[data-astro-cid-ctjcf2ba] .arrow[data-astro-cid-ctjcf2ba] {
  position: absolute;
  width: 10px;
  transform: rotate(-90deg);
  right: 20px;
  top: calc(50% - 2.5px);
} /* A Ress CSS Reset */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"] {
  cursor: default;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  color: unset;
}

li {
  list-style: none;
}

html {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

@media (min-width: 1066px) {
  main {
    min-height: calc(100vh - 100px);
  }
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (min-width: 750px) {
  .roboto {
    font-weight: 700;
  }
}

.flexbox {
  display: flex;
}

.tb-br {
  display: none;
}
@media (min-width: 750px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 750px) {
  .sp-br {
    display: none;
  }
}

.d-none {
  display: none;
}

.mar-t80 {
  margin-top: 80px !important;
}

.mar-t70 {
  margin-top: 70px;
}

.mar-t60 {
  margin-top: 60px;
}

.mar-t50 {
  margin-top: 50px;
}

.mar-t48 {
  margin-top: 48px;
}

.mar-t40 {
  margin-top: 40px !important;
}

.mar-t40-sp-60 {
  margin-top: 60px !important;
}
@media (min-width: 750px) {
  .mar-t40-sp-60 {
    margin-top: 40px !important;
  }
}

.mar-t36 {
  margin-top: 36px;
}

.mar-t32 {
  margin-top: 32px !important;
}
@media (min-width: 750px) {
  .mar-t32.input-item {
    margin-top: 20px !important;
  }
}

.mar-t30 {
  margin-top: 30px;
}

.mar-t24 {
  margin-top: 24px;
}

.mar-t20 {
  margin-top: 20px !important;
}

.mar-t16 {
  margin-top: 16px;
}

.mar-t10 {
  margin-top: 10px;
}

.mar-t5 {
  margin-top: 5px !important;
}

.mar-b30 {
  margin-bottom: 30px;
}

[data-tab-content] {
  display: none;
}
[data-tab-content]._active {
  display: block;
}

[data-tab="bindHeight"] [data-tab-wrap] {
  position: relative;
}
[data-tab="bindHeight"] [data-tab-content] {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  display: block;
  height: auto;
  position: absolute;
}
[data-tab="bindHeight"] [data-tab-content]._active {
  visibility: visible;
  opacity: 1;
}

.select-color {
  background-color: #fff;
}
.select-color select {
  color: #181e22;
}

.highlighted-option select {
  color: #181e22;
}

.u-ib {
  display: inline-block;
}

.f-h-xl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .f-h-xl {
    font-size: 50px;
  }
}

.f-h-ll {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (min-width: 750px) {
  .f-h-ll {
    font-size: 24px;
    line-height: 1.5;
  }
}

.f-h-l {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (min-width: 750px) {
  .f-h-l {
    font-size: 20px;
    line-height: 1.5;
  }
}

.f-h-m {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (min-width: 750px) {
  .f-h-m {
    font-size: 18px;
    line-height: 1.5;
  }
}

.f-h-s {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (min-width: 750px) {
  .f-h-s {
    font-size: 16px;
    line-height: 1.5;
  }
}

.f-h-xs {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (min-width: 750px) {
  .f-h-xs {
    font-size: 14px;
    line-height: 1.5;
  }
}

.f-p-l {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .f-p-l {
    font-size: 16px;
  }
}

.f-p-m {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .f-p-m {
    font-size: 14px;
  }
}

.f-p-s {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .f-p-s {
    font-size: 12px;
  }
}

.f-label-l {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .f-label-l {
    font-size: 16px;
  }
}

.f-label-m {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (min-width: 750px) {
  .f-label-m {
    font-size: 14px;
  }
}

.f-note {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.f-button-l {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-button-l {
    font-size: 18px;
  }
}

.f-button-m {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-button-m {
    font-size: 16px;
  }
}

.f-button-s {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-button-s {
    font-size: 14px;
  }
}

.f-a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: underline;
}

.f-form-c {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.f-form {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.f-tag-ll {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-tag-ll {
    font-size: 16px;
  }
}

.f-tag-l {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-tag-l {
    font-size: 13px;
  }
}

.f-tag-m {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-tag-m {
    font-size: 12px;
  }
}

.f-tag-s {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .f-tag-s {
    font-size: 12px;
  }
}

.f-form-t {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.page-006[data-astro-cid-sckkx6r4],
.page-007[data-astro-cid-sckkx6r4],
.page-020[data-astro-cid-sckkx6r4],
.page-021[data-astro-cid-sckkx6r4],
.page-030[data-astro-cid-sckkx6r4],
.page-033[data-astro-cid-sckkx6r4],
.page-060-a[data-astro-cid-sckkx6r4],
.page-060[data-astro-cid-sckkx6r4],
.texttemplate[data-astro-cid-sckkx6r4],
.myp-top[data-astro-cid-sckkx6r4] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .page-006[data-astro-cid-sckkx6r4],
  .page-007[data-astro-cid-sckkx6r4],
  .page-020[data-astro-cid-sckkx6r4],
  .page-021[data-astro-cid-sckkx6r4],
  .page-030[data-astro-cid-sckkx6r4],
  .page-033[data-astro-cid-sckkx6r4],
  .page-060-a[data-astro-cid-sckkx6r4],
  .page-060[data-astro-cid-sckkx6r4],
  .texttemplate[data-astro-cid-sckkx6r4],
  .myp-top[data-astro-cid-sckkx6r4] {
    background-color: #c5dff2;
  }
}
.myp-title-5[data-astro-cid-xprtdxoo] {
  color: #181e22;
  position: relative;
}
.compo-C[data-astro-cid-csrdl5ct] {
  width: 100%;
  margin: 0 auto;
}
.compo-C[data-astro-cid-csrdl5ct] .contactbox[data-astro-cid-csrdl5ct] {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 6px;
  padding: 20px;
}
.compo-C[data-astro-cid-csrdl5ct] .contactbox[data-astro-cid-csrdl5ct] .number[data-astro-cid-csrdl5ct] {
  margin-top: 13px;
}
.compo-C[data-astro-cid-csrdl5ct] .contactbox[data-astro-cid-csrdl5ct] .text[data-astro-cid-csrdl5ct] {
  margin-top: 8px;
}
.footer[data-astro-cid-l3trhy4j] {
  flex-direction: column;
  padding: 30px 5% 20px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 1066px) {
  .footer[data-astro-cid-l3trhy4j] {
    flex-direction: row;
    align-items: center;
  }
}
.footer__btn[data-astro-cid-l3trhy4j] {
  gap: 5px;
  flex-wrap: wrap;
}
.footer__btn[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j] {
  display: inline-block;
  padding: 12px 0 13px;
  background-color: #e1f0f0;
  border-radius: 5px;
  width: calc(50% - 2.5px);
  text-align: center;
  color: #1b3759;
  position: relative;
}
@media (min-width: 1066px) {
  .footer__btn[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j]:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1066px) {
  .footer__btn[data-astro-cid-l3trhy4j] {
    order: 3;
    margin-left: auto;
  }
  .footer__btn[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j] {
    background-color: #fff;
    width: initial;
    padding: 0 16px;
    border-left: 1px solid #1b3759;
    border-radius: 0;
  }
  .footer__btn[data-astro-cid-l3trhy4j] a[data-astro-cid-l3trhy4j]:nth-of-type(1) {
    border-left: none;
  }
}
.footer__logo[data-astro-cid-l3trhy4j] {
  text-align: center;
  margin-top: 40px;
}
.footer__logo[data-astro-cid-l3trhy4j] img[data-astro-cid-l3trhy4j] {
  max-width: 107px;
  display: inline-block;
}
@media (min-width: 1066px) {
  .footer__logo[data-astro-cid-l3trhy4j] {
    margin-top: -7px;
  }
}
.footer__copy[data-astro-cid-l3trhy4j] {
  color: #1b3759;
  font-size: 10px;
  margin-top: 33px;
  text-align: center;
}
@media (min-width: 1066px) {
  .footer__copy[data-astro-cid-l3trhy4j] {
    margin-top: 0;
    margin-left: 32px;
  }
}
.footer[data-astro-cid-l3trhy4j] .totop[data-astro-cid-l3trhy4j] {
  color: #fff;
  font-size: 11px;
  background-color: #1b3759;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding-left: 2px;
  transition: all 0.2s;
  border: 1px solid #1b3759;
}
.footer[data-astro-cid-l3trhy4j] .totop[data-astro-cid-l3trhy4j] .arrow[data-astro-cid-l3trhy4j] {
  width: 10px;
  height: 8px;
  transform: translateX(-2px);
}
@media (min-width: 1066px) {
  .footer[data-astro-cid-l3trhy4j] .totop[data-astro-cid-l3trhy4j] {
    position: relative;
    order: 4;
    right: 0;
    bottom: 0;
    margin-left: 47px;
  }
}
@media (min-width: 1066px) {
  .footer[data-astro-cid-l3trhy4j] .totop[data-astro-cid-l3trhy4j]:hover {
    color: #1b3759;
    background-color: #fff;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-rorx6sai] {
    background-color: #fff;
    padding-bottom: 84px;
  }
}
.headwrap[data-astro-cid-rorx6sai] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-rorx6sai] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-rorx6sai] .crumb[data-astro-cid-rorx6sai] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-rorx6sai] .crumb[data-astro-cid-rorx6sai] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-rorx6sai] .crumb[data-astro-cid-rorx6sai] .top[data-astro-cid-rorx6sai] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-rorx6sai] .crumb[data-astro-cid-rorx6sai] .top[data-astro-cid-rorx6sai] span[data-astro-cid-rorx6sai] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.mypage-top[data-astro-cid-rorx6sai] {
  padding: 0 5%;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-rorx6sai] {
    max-width: 768px;
    margin: 0px auto;
    padding: 0;
    width: 90%;
  }
}
@media (min-width: 1030px) {
  .mypage-top[data-astro-cid-rorx6sai] {
    width: 100%;
  }
}
.mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] {
  background-color: #f2f2f2;
  display: block;
  border-radius: 5px;
  padding: 11px 20px 9px;
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] {
    gap: 28px;
    display: flex;
  }
}
.mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] .flex1[data-astro-cid-rorx6sai] {
  gap: 5px;
  align-items: center;
}
.mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] .flex1[data-astro-cid-rorx6sai] .icon[data-astro-cid-rorx6sai] {
  width: 14px;
}
.mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] .flex1[data-astro-cid-rorx6sai] .text[data-astro-cid-rorx6sai] {
  color: #1b3759;
  width: 100%;
}
.mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] .flex2[data-astro-cid-rorx6sai] {
  margin-top: 6px;
  gap: 10px;
  align-items: center;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-rorx6sai] .top-news[data-astro-cid-rorx6sai] .flex2[data-astro-cid-rorx6sai] {
    margin-top: 0;
  }
}
.section2[data-astro-cid-rorx6sai] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 40px 5% 50px;
  margin-top: 24px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-rorx6sai] {
    margin: -64px auto 60px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 5% 80px;
  }
}
@media (min-width: 790px) {
  .section2[data-astro-cid-rorx6sai] {
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-rorx6sai] {
    width: 100%;
  }
}
.section2[data-astro-cid-rorx6sai] .btn1[data-astro-cid-rorx6sai] {
  background-color: #fff;
  display: table;
  width: 100%;
  padding: 16px 0;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.myp-title-i[data-astro-cid-y7cvsczr] {
  gap: 10px;
  align-items: center;
  color: #181e22;
}
.myp-title-i[data-astro-cid-y7cvsczr] .icon[data-astro-cid-y7cvsczr] {
  width: 28px;
}
@media (min-width: 1030px) {
  .myp-title-i[data-astro-cid-y7cvsczr] .icon[data-astro-cid-y7cvsczr] {
    width: 36px;
  }
}
.myp-title-i[data-astro-cid-y7cvsczr].top-page-btn {
  justify-content: center;
}
.myp-title-i[data-astro-cid-y7cvsczr].top-page-btn .icon[data-astro-cid-y7cvsczr] {
  width: 20px;
}
.myp-title-i[data-astro-cid-y7cvsczr].top-midashi {
  margin-top: 24px;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-ifs2xy7i] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-ifs2xy7i] {
  background-color: #fff;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-ifs2xy7i] {
    padding-bottom: 52px;
    padding-top: 0;
  }
}
.header[data-astro-cid-ifs2xy7i] {
  padding: 16px 10px;
  width: 98%;
  margin: 0 auto;
}
.header[data-astro-cid-ifs2xy7i] img[data-astro-cid-ifs2xy7i] {
  width: 210px;
}
.wrap[data-astro-cid-ifs2xy7i] .midashi[data-astro-cid-ifs2xy7i] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-ifs2xy7i] .midashi[data-astro-cid-ifs2xy7i] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-ifs2xy7i] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-ifs2xy7i] .title2[data-astro-cid-ifs2xy7i] {
  color: #181e22;
  display: flex;
  gap: 10px;
  align-items: center;
}
.section2[data-astro-cid-ifs2xy7i] .title2[data-astro-cid-ifs2xy7i] .icon[data-astro-cid-ifs2xy7i] {
  width: 52px;
}
.section2[data-astro-cid-ifs2xy7i] .contents-text[data-astro-cid-ifs2xy7i] {
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  color: #1b3759;
}
.section2[data-astro-cid-ifs2xy7i] .login-btn[data-astro-cid-ifs2xy7i] {
  font-size: 13px;
  color: #fff;
  background-color: #1b3759;
  border-radius: 45px;
  padding: 7px 24px 8px;
  font-weight: bold;
  margin: 20px auto 0;
  display: table;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-ifs2xy7i] .login-btn[data-astro-cid-ifs2xy7i]:hover {
    background-color: #fff;
    color: #1b3759;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-ifs2xy7i] {
    margin: -84px auto 80px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-ifs2xy7i] {
    width: 100%;
  }
}
.flow-box[data-astro-cid-ifs2xy7i] {
  text-align: center;
  background-color: #fff;
  margin-top: 35px;
  border-radius: 5px;
  padding: 45px 0 40px;
}
.flow-box[data-astro-cid-ifs2xy7i] img[data-astro-cid-ifs2xy7i] {
  max-width: 303px;
  display: inline-block;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-s7pytkfi] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-s7pytkfi] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-s7pytkfi] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] .top[data-astro-cid-s7pytkfi] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] .top[data-astro-cid-s7pytkfi] span[data-astro-cid-s7pytkfi] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] .back[data-astro-cid-s7pytkfi] {
  position: relative;
}
.headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] .back[data-astro-cid-s7pytkfi] .arrow[data-astro-cid-s7pytkfi] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: -7px;
  top: 44%;
}
.headwrap[data-astro-cid-s7pytkfi] .crumb[data-astro-cid-s7pytkfi] .current[data-astro-cid-s7pytkfi] {
  padding-left: 10px;
}
.wrap[data-astro-cid-s7pytkfi] .midashi[data-astro-cid-s7pytkfi] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-s7pytkfi] .midashi[data-astro-cid-s7pytkfi] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-s7pytkfi] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-s7pytkfi] .faq-item-answer[data-astro-cid-s7pytkfi] {
  border-radius: 5px;
  max-width: 768px;
  position: relative;
  z-index: 10;
}
.section2[data-astro-cid-s7pytkfi] .faq-item-answer[data-astro-cid-s7pytkfi] .question[data-astro-cid-s7pytkfi] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
}
.section2[data-astro-cid-s7pytkfi] .faq-item-answer[data-astro-cid-s7pytkfi] .roboto[data-astro-cid-s7pytkfi] {
  color: #2e8ed5;
  font-size: 18px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-s7pytkfi] .faq-item-answer[data-astro-cid-s7pytkfi] .roboto[data-astro-cid-s7pytkfi] {
    font-size: 20px;
  }
}
.section2[data-astro-cid-s7pytkfi] .answer[data-astro-cid-s7pytkfi] {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-s7pytkfi] .answer[data-astro-cid-s7pytkfi] {
    padding: 40px;
  }
}
.section2[data-astro-cid-s7pytkfi] .answer[data-astro-cid-s7pytkfi] a[data-astro-cid-s7pytkfi] {
  color: #2e8ed5;
  text-decoration: underline;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-s7pytkfi] .answer[data-astro-cid-s7pytkfi] a[data-astro-cid-s7pytkfi]:hover {
    opacity: 0.6;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-s7pytkfi] {
    margin: -84px auto 0px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-s7pytkfi] {
    width: 100%;
  }
}
.input-split[data-astro-cid-o3csaeam] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-split[data-astro-cid-o3csaeam] {
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
  }
}
.input-split[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam] {
  background-color: #fff;
  padding: 8px 10px 9px;
  border-radius: 5px;
}
@media (min-width: 750px) {
  .input-split[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam] {
    max-width: 171px;
    padding: 8px 20px 9px;
  }
}
.input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] {
    max-width: 205px;
  }
}
.input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] label[data-astro-cid-o3csaeam] {
  position: relative;
}
.input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] .error-message[data-astro-cid-o3csaeam] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] .error-message[data-astro-cid-o3csaeam] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] .error-message[data-astro-cid-o3csaeam].show {
  display: block;
}
.input-split[data-astro-cid-o3csaeam] .label[data-astro-cid-o3csaeam] .req[data-astro-cid-o3csaeam] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam],
.input-split[data-astro-cid-o3csaeam] .first[data-astro-cid-o3csaeam] {
  margin-top: 8px;
  width: 49%;
}
.input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam],
.input-split[data-astro-cid-o3csaeam] .first[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam] {
  width: 100%;
}
.input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam]::placeholder,
.input-split[data-astro-cid-o3csaeam] .first[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam]::placeholder {
  color: #a7a7a7;
}
.input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam].error,
.input-split[data-astro-cid-o3csaeam] .first[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam].error {
  border: 1px solid #ff7979;
  background-color: #ffcece;
}
.input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam].error::placeholder,
.input-split[data-astro-cid-o3csaeam] .first[data-astro-cid-o3csaeam] input[data-astro-cid-o3csaeam].error::placeholder {
  color: #ff7979;
}
@media (min-width: 750px) {
  .input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam],
  .input-split[data-astro-cid-o3csaeam] .first[data-astro-cid-o3csaeam] {
    width: initial;
    margin-top: 0;
  }
}
@media (min-width: 750px) {
  .input-split[data-astro-cid-o3csaeam] .last[data-astro-cid-o3csaeam] {
    margin-left: auto;
  }
}
.input-common[data-astro-cid-ndnlnpk3] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-common[data-astro-cid-ndnlnpk3] {
    align-items: center;
  }
}
.input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] {
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 750px) {
  .input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] {
    max-width: 352px;
    margin-top: 0;
  }
}
.input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] input[data-astro-cid-ndnlnpk3] {
  background-color: #fff;
  width: 100%;
  padding: 8px 10px 9px;
  border-radius: 5px;
}
.input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] input[data-astro-cid-ndnlnpk3]::placeholder {
  color: #a7a7a7;
}
@media (min-width: 750px) {
  .input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] input[data-astro-cid-ndnlnpk3] {
    max-width: 100%;
    padding: 8px 20px 9px;
  }
}
.input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] input[data-astro-cid-ndnlnpk3].error {
  border: 1px solid #ff7979;
  background-color: #ffcece;
}
.input-common[data-astro-cid-ndnlnpk3] .input[data-astro-cid-ndnlnpk3] input[data-astro-cid-ndnlnpk3].error::placeholder {
  color: #ff7979;
}
.input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] {
    max-width: 206px;
  }
}
.input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] label[data-astro-cid-ndnlnpk3] {
  position: relative;
}
.input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] .error-message[data-astro-cid-ndnlnpk3] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] .error-message[data-astro-cid-ndnlnpk3] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] .error-message[data-astro-cid-ndnlnpk3].show {
  display: block;
}
.input-common[data-astro-cid-ndnlnpk3] .label[data-astro-cid-ndnlnpk3] .req[data-astro-cid-ndnlnpk3] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.input-common2[data-astro-cid-vtzix57i] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-common2[data-astro-cid-vtzix57i] {
    align-items: center;
  }
}
.input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 750px) {
  .input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] {
    max-width: 352px;
  }
}
.input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] input[data-astro-cid-vtzix57i] {
  background-color: #fff;
  width: 100%;
  padding: 8px 10px 9px;
  border-radius: 5px;
}
.input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] input[data-astro-cid-vtzix57i]::placeholder {
  color: #a7a7a7;
}
@media (min-width: 750px) {
  .input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] input[data-astro-cid-vtzix57i] {
    max-width: 100%;
    padding: 8px 20px 9px;
  }
}
.input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] input[data-astro-cid-vtzix57i].error {
  border: 1px solid #ff7979;
  background-color: #ffcece;
}
.input-common2[data-astro-cid-vtzix57i] .input[data-astro-cid-vtzix57i] input[data-astro-cid-vtzix57i].error::placeholder {
  color: #ff7979;
}
.input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] {
    max-width: 206px;
  }
}
.input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] label[data-astro-cid-vtzix57i] {
  position: relative;
}
.input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] .error-message[data-astro-cid-vtzix57i] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] .error-message[data-astro-cid-vtzix57i] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] .error-message[data-astro-cid-vtzix57i].show {
  display: block;
}
.input-common2[data-astro-cid-vtzix57i] .label[data-astro-cid-vtzix57i] .req[data-astro-cid-vtzix57i] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.radio[data-astro-cid-jn7e3nhr] {
  margin-top: 7px;
}
.radio[data-astro-cid-jn7e3nhr] input[data-astro-cid-jn7e3nhr] {
  transform: translateY(2px);
}
.radio[data-astro-cid-jn7e3nhr] label[data-astro-cid-jn7e3nhr] {
  cursor: pointer;
}
.radioReq[data-astro-cid-yijg2bti] {
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] {
    justify-content: space-between;
    align-items: center;
  }
}
.radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] {
  width: 100%;
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] {
    max-width: 160px;
  }
}
.radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] label[data-astro-cid-yijg2bti] {
  position: relative;
}
.radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] .req[data-astro-cid-yijg2bti] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] .error-message[data-astro-cid-yijg2bti] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] .error-message[data-astro-cid-yijg2bti] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.radioReq[data-astro-cid-yijg2bti] .left[data-astro-cid-yijg2bti] .error-message[data-astro-cid-yijg2bti].show {
  display: block;
}
.radioReq[data-astro-cid-yijg2bti] .radio-group[data-astro-cid-yijg2bti] {
  gap: 20px;
  display: flex;
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] .radio-group[data-astro-cid-yijg2bti] {
    width: 352px;
  }
}
.radioReq[data-astro-cid-yijg2bti] .radio-group[data-astro-cid-yijg2bti].error input[data-astro-cid-yijg2bti] {
  display: none;
}
.radioReq[data-astro-cid-yijg2bti] .flexbox[data-astro-cid-yijg2bti] {
  width: 100%;
  justify-content: space-between;
  margin-top: 8px;
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] .flexbox[data-astro-cid-yijg2bti] {
    max-width: 352px;
    margin-left: auto;
  }
}
.radioReq[data-astro-cid-yijg2bti] .flexbox[data-astro-cid-yijg2bti] .free-text[data-astro-cid-yijg2bti] {
  width: 74%;
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] .flexbox[data-astro-cid-yijg2bti] .free-text[data-astro-cid-yijg2bti] {
    margin-left: auto;
    max-width: 250px;
  }
}
.radioReq[data-astro-cid-yijg2bti] .flexbox[data-astro-cid-yijg2bti] .free-text[data-astro-cid-yijg2bti] input[data-astro-cid-yijg2bti] {
  background-color: #fff;
  width: 100%;
  padding: 8px 10px 9px;
  border-radius: 5px;
}
@media (min-width: 750px) {
  .radioReq[data-astro-cid-yijg2bti] .flexbox[data-astro-cid-yijg2bti] .free-text[data-astro-cid-yijg2bti] input[data-astro-cid-yijg2bti] {
    max-width: 100%;
    padding: 8px 20px 9px;
  }
}
.input-addressN[data-astro-cid-4aojjo7e] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-addressN[data-astro-cid-4aojjo7e] {
    align-items: center;
  }
}
.input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
@media (min-width: 750px) {
  .input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] {
    max-width: 352px;
  }
}
.input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] input[data-astro-cid-4aojjo7e] {
  background-color: #fff;
  max-width: 95px;
  width: 100%;
  padding: 8px 10px 9px;
  border-radius: 5px;
}
.input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] input[data-astro-cid-4aojjo7e]::placeholder {
  color: #a7a7a7;
}
.input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] input[data-astro-cid-4aojjo7e].error {
  border: 1px solid #ff7979;
  background-color: #ffcece;
}
.input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] input[data-astro-cid-4aojjo7e].error::placeholder {
  color: #ff7979;
}
.input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] .address__btn[data-astro-cid-4aojjo7e] {
  color: #fff;
  background-color: #1b3759;
  padding: 11px 15px 11px 17px;
  border-radius: 50px;
  position: absolute;
  left: 105px;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s;
  border: 3px solid #1b3759;
}
@media (hover: hover) and (pointer: fine) {
  .input-addressN[data-astro-cid-4aojjo7e] .address-N[data-astro-cid-4aojjo7e] .address__btn[data-astro-cid-4aojjo7e]:hover {
    color: #1b3759;
    background-color: #fff;
  }
}
.input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] {
    max-width: 206px;
  }
}
.input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] label[data-astro-cid-4aojjo7e] {
  position: relative;
}
.input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] .error-message[data-astro-cid-4aojjo7e] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] .error-message[data-astro-cid-4aojjo7e] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] .error-message[data-astro-cid-4aojjo7e].show {
  display: block;
}
.input-addressN[data-astro-cid-4aojjo7e] .label[data-astro-cid-4aojjo7e] .req[data-astro-cid-4aojjo7e] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.input-prefecture[data-astro-cid-nfdlykox] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-prefecture[data-astro-cid-nfdlykox] {
    align-items: center;
  }
}
.input-prefecture[data-astro-cid-nfdlykox] .pull[data-astro-cid-nfdlykox] {
  width: 100%;
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 750px) {
  .input-prefecture[data-astro-cid-nfdlykox] .pull[data-astro-cid-nfdlykox] {
    padding: 7px 20px;
    margin-top: 0;
  }
}
.input-prefecture[data-astro-cid-nfdlykox] .pull[data-astro-cid-nfdlykox].error {
  background-color: #ffcece;
  border: 1px solid #ff7979;
}
@media (min-width: 750px) {
  .input-prefecture[data-astro-cid-nfdlykox] .pull[data-astro-cid-nfdlykox] {
    max-width: 352px;
  }
}
.input-prefecture[data-astro-cid-nfdlykox] .pull[data-astro-cid-nfdlykox] select[data-astro-cid-nfdlykox] {
  width: 100%;
  cursor: pointer;
}
.input-prefecture[data-astro-cid-nfdlykox] .pull[data-astro-cid-nfdlykox] .arrow[data-astro-cid-nfdlykox] {
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.input-prefecture[data-astro-cid-nfdlykox] .select2[data-astro-cid-nfdlykox],
.input-prefecture[data-astro-cid-nfdlykox] .select3[data-astro-cid-nfdlykox] {
  pointer-events: none;
  cursor: initial;
  background-color: #e2e2e2;
}
.input-prefecture[data-astro-cid-nfdlykox] .select2[data-astro-cid-nfdlykox] select[data-astro-cid-nfdlykox],
.input-prefecture[data-astro-cid-nfdlykox] .select3[data-astro-cid-nfdlykox] select[data-astro-cid-nfdlykox] {
  color: #a7a7a7 !important;
}
.input-prefecture[data-astro-cid-nfdlykox] .select2[data-astro-cid-nfdlykox].active,
.input-prefecture[data-astro-cid-nfdlykox] .select3[data-astro-cid-nfdlykox].active {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
}
.input-prefecture[data-astro-cid-nfdlykox] .select2[data-astro-cid-nfdlykox].active select[data-astro-cid-nfdlykox],
.input-prefecture[data-astro-cid-nfdlykox] .select3[data-astro-cid-nfdlykox].active select[data-astro-cid-nfdlykox] {
  color: #181e22 !important;
}
.input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] {
    max-width: 206px;
  }
}
.input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] label[data-astro-cid-nfdlykox] {
  position: relative;
}
.input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] .error-message[data-astro-cid-nfdlykox] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] .error-message[data-astro-cid-nfdlykox] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] .error-message[data-astro-cid-nfdlykox].show {
  display: block;
}
.input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] .req[data-astro-cid-nfdlykox] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.input-prefecture[data-astro-cid-nfdlykox] .label[data-astro-cid-nfdlykox] .req[data-astro-cid-nfdlykox].noreq {
  display: none;
}
.input-city[data-astro-cid-4dvascwy] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-city[data-astro-cid-4dvascwy] {
    align-items: center;
  }
}
.input-city[data-astro-cid-4dvascwy] .pull[data-astro-cid-4dvascwy] {
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 750px) {
  .input-city[data-astro-cid-4dvascwy] .pull[data-astro-cid-4dvascwy] {
    padding: 7px 20px;
  }
}
.input-city[data-astro-cid-4dvascwy] .pull[data-astro-cid-4dvascwy].error {
  background-color: #ffcece;
  border: 1px solid #ff7979;
}
@media (min-width: 750px) {
  .input-city[data-astro-cid-4dvascwy] .pull[data-astro-cid-4dvascwy] {
    max-width: 352px;
  }
}
.input-city[data-astro-cid-4dvascwy] .pull[data-astro-cid-4dvascwy] select[data-astro-cid-4dvascwy] {
  width: 100%;
  cursor: pointer;
}
.input-city[data-astro-cid-4dvascwy] .pull[data-astro-cid-4dvascwy] .arrow[data-astro-cid-4dvascwy] {
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] {
    max-width: 206px;
  }
}
.input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] label[data-astro-cid-4dvascwy] {
  position: relative;
}
.input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] .error-message[data-astro-cid-4dvascwy] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] .error-message[data-astro-cid-4dvascwy] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] .error-message[data-astro-cid-4dvascwy].show {
  display: block;
}
.input-city[data-astro-cid-4dvascwy] .label[data-astro-cid-4dvascwy] .req[data-astro-cid-4dvascwy] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.birth[data-astro-cid-p7db4joy] {
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.birth__flex[data-astro-cid-p7db4joy] {
  width: 100%;
}
@media (min-width: 750px) {
  .birth__flex[data-astro-cid-p7db4joy] {
    max-width: 352px;
  }
}
.birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] {
    max-width: 206px;
    margin-bottom: 0;
  }
}
.birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] label[data-astro-cid-p7db4joy] {
  position: relative;
}
.birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] .error-message[data-astro-cid-p7db4joy] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] .error-message[data-astro-cid-p7db4joy] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] .error-message[data-astro-cid-p7db4joy].show {
  display: block;
}
.birth[data-astro-cid-p7db4joy] .label[data-astro-cid-p7db4joy] .req[data-astro-cid-p7db4joy] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.birth[data-astro-cid-p7db4joy] label[data-astro-cid-p7db4joy] {
  margin-left: 5px;
}
.birth[data-astro-cid-p7db4joy] select[data-astro-cid-p7db4joy] {
  background-color: #fff;
  padding: 7px 25px 7px 12px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.birth__flex[data-astro-cid-p7db4joy] {
  align-items: center;
}
.birth[data-astro-cid-p7db4joy] .b-year[data-astro-cid-p7db4joy],
.birth[data-astro-cid-p7db4joy] .b-month[data-astro-cid-p7db4joy],
.birth[data-astro-cid-p7db4joy] .b-day[data-astro-cid-p7db4joy] {
  position: relative;
}
.birth[data-astro-cid-p7db4joy] .b-year[data-astro-cid-p7db4joy]::after,
.birth[data-astro-cid-p7db4joy] .b-month[data-astro-cid-p7db4joy]::after,
.birth[data-astro-cid-p7db4joy] .b-day[data-astro-cid-p7db4joy]::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../assets/common/svg/arrow1.svg);
  width: 10px;
  height: 6px;
  right: 0;
  transform: translateY(-50%);
  top: 55%;
  right: 10px;
}
.birth[data-astro-cid-p7db4joy] .b-month[data-astro-cid-p7db4joy],
.birth[data-astro-cid-p7db4joy] .b-day[data-astro-cid-p7db4joy] {
  margin-left: 10px;
}
.compo-A[data-astro-cid-664zpldd] {
  width: 90%;
  margin: 0 auto;
}
.privacy-policy[data-astro-cid-whbvcscq] {
  display: none;
}
@media (min-width: 750px) {
  .privacy-policy[data-astro-cid-whbvcscq] {
    display: block;
  }
}
.privacy-policy[data-astro-cid-whbvcscq] .contents[data-astro-cid-whbvcscq] {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 11px;
  height: 155px;
  overflow-y: scroll;
}
.privacy-policy[data-astro-cid-whbvcscq] .contents[data-astro-cid-whbvcscq] a[data-astro-cid-whbvcscq] {
  text-decoration: underline;
}
.compo-cta-1[data-astro-cid-isp6g5wn].change .cta-text[data-astro-cid-isp6g5wn] {
  display: none;
}
.compo-cta-1[data-astro-cid-isp6g5wn].change .cta-1[data-astro-cid-isp6g5wn] {
  background-color: #2e8ed5;
  border: 3px solid #2e8ed5;
}
@media (hover: hover) and (pointer: fine) {
  .compo-cta-1[data-astro-cid-isp6g5wn].change .cta-1[data-astro-cid-isp6g5wn]:hover {
    color: #2e8ed5;
    background-color: #fff;
  }
}
.compo-cta-1[data-astro-cid-isp6g5wn] .cta-text[data-astro-cid-isp6g5wn] {
  letter-spacing: 1px;
  text-align: center;
}
.compo-cta-1[data-astro-cid-isp6g5wn] .cta-text[data-astro-cid-isp6g5wn] a[data-astro-cid-isp6g5wn] {
  color: #2e8ed5;
}
@media (min-width: 750px) {
  .compo-cta-1[data-astro-cid-isp6g5wn] .cta-text[data-astro-cid-isp6g5wn] a[data-astro-cid-isp6g5wn] {
    pointer-events: none;
    color: #181e22 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .compo-cta-1[data-astro-cid-isp6g5wn] .cta-text[data-astro-cid-isp6g5wn] a[data-astro-cid-isp6g5wn]:hover {
    text-decoration: underline;
  }
}
.compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn] {
  display: table;
  width: 100%;
  background-color: #e6654e;
  color: #fff;
  text-align: center;
  padding: 12px 0 13px;
  border-radius: 50px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border: 3px solid #e6654e;
  transition: all 0.2s;
}
@media (min-width: 750px) {
  .compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn] {
    margin: 0 auto;
  }
}
.compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn].cta-2 {
  padding: 15px 0;
}
@media (min-width: 1030px) {
  .compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn].cta-2 {
    padding: 20px 0;
  }
}
.compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn].cta-2 .f-p-s[data-astro-cid-isp6g5wn] {
  display: none;
}
@media (min-width: 750px) {
  .compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn] {
    max-width: 353px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .compo-cta-1[data-astro-cid-isp6g5wn] .cta-1[data-astro-cid-isp6g5wn]:hover {
    color: #e6654e;
    background-color: #fff;
  }
}
.faqbtn[data-astro-cid-4h3gn2xk] {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
  justify-content: center;
  cursor: pointer;
}
.faqbtn[data-astro-cid-4h3gn2xk] span[data-astro-cid-4h3gn2xk] {
  display: inline-block;
  height: 20px;
}
.faqbtn[data-astro-cid-4h3gn2xk] span[data-astro-cid-4h3gn2xk] svg[data-astro-cid-4h3gn2xk] {
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .faqbtn[data-astro-cid-4h3gn2xk]:hover {
    color: #2e8ed5;
  }
}
.faq-wrap[data-astro-cid-4h3gn2xk] {
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.5);
}
.faq-wrap[data-astro-cid-4h3gn2xk].active {
  opacity: 1;
  z-index: 99999;
}
.faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] {
  background-color: #e6eef4;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 40px;
}
@media (min-width: 750px) {
  .faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] {
    width: 90%;
    border-radius: 10px;
    max-width: 980px;
    max-height: 540px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
  }
}
.faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] .close[data-astro-cid-4h3gn2xk] {
  width: 20px;
  position: sticky;
  top: 16px;
  cursor: pointer;
  width: 100%;
  text-align: -webkit-right;
  padding-right: 16px;
  z-index: 8;
}
.faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] .close[data-astro-cid-4h3gn2xk] img[data-astro-cid-4h3gn2xk] {
  width: 20px;
}
.faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] .f-h-m[data-astro-cid-4h3gn2xk] {
  text-align: center;
  padding: 16px 0;
  margin-top: 14px;
}
.faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] .faq-item[data-astro-cid-4h3gn2xk] {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto 0;
  max-width: 768px;
  position: relative;
  z-index: 10;
}
.faq-wrap[data-astro-cid-4h3gn2xk] .faq-contents[data-astro-cid-4h3gn2xk] .faq-item[data-astro-cid-4h3gn2xk] .roboto[data-astro-cid-4h3gn2xk] {
  color: #2e8ed5;
  font-size: 18px;
}
.headwrap[data-astro-cid-axscjqxo] {
  background-color: #fff;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-axscjqxo] {
    padding-bottom: 84px;
    padding-top: 0;
  }
}
.header[data-astro-cid-axscjqxo] {
  padding: 16px;
}
.header[data-astro-cid-axscjqxo] img[data-astro-cid-axscjqxo] {
  width: 210px;
}
.midashi[data-astro-cid-axscjqxo] {
  width: 90%;
  margin: 16px auto 0;
}
@media (min-width: 750px) {
  .midashi[data-astro-cid-axscjqxo] {
    max-width: 768px;
  }
}
.form-wrap[data-astro-cid-axscjqxo] {
  background-color: #e6eef4;
  margin-top: 10px;
  padding: 36px 5% 60px;
  border-radius: 20px;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-axscjqxo] {
    max-width: 768px;
    margin: -75px auto 60px;
    padding: 60px 5% 80px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 790px) {
  .form-wrap[data-astro-cid-axscjqxo] {
    padding: 60px 100px 80px;
  }
}
.form-wrap[data-astro-cid-axscjqxo] .title[data-astro-cid-axscjqxo] {
  color: #1b3759;
}
.checkbox[data-astro-cid-h67hwxhc] {
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  .checkbox[data-astro-cid-h67hwxhc] {
    justify-content: space-between;
  }
}
.checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] {
    max-width: 206px;
  }
}
.checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] label[data-astro-cid-h67hwxhc] {
  position: relative;
}
@media (min-width: 750px) {
  .checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] label[data-astro-cid-h67hwxhc] {
    width: 100%;
  }
}
.checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] .error-message[data-astro-cid-h67hwxhc] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] .error-message[data-astro-cid-h67hwxhc] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] .error-message[data-astro-cid-h67hwxhc].show {
  display: block;
}
.checkbox[data-astro-cid-h67hwxhc] .label[data-astro-cid-h67hwxhc] .req[data-astro-cid-h67hwxhc] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.checkbox[data-astro-cid-h67hwxhc] .check-flex[data-astro-cid-h67hwxhc] {
  gap: 20px;
  width: 352px;
}
.checkbox[data-astro-cid-h67hwxhc] .check-flex[data-astro-cid-h67hwxhc] .check-item[data-astro-cid-h67hwxhc] label[data-astro-cid-h67hwxhc] {
  width: 100%;
}
.checkbox[data-astro-cid-h67hwxhc] label[data-astro-cid-h67hwxhc] {
  display: inline-block;
}
@media (min-width: 600px) {
  .checkbox[data-astro-cid-h67hwxhc] label[data-astro-cid-h67hwxhc] {
    width: 33.3333333333%;
  }
}
.checkbox[data-astro-cid-h67hwxhc] input[data-astro-cid-h67hwxhc][type="checkbox"] {
  display: none;
}
.checkbox[data-astro-cid-h67hwxhc] input[data-astro-cid-h67hwxhc][type="checkbox"] + label[data-astro-cid-h67hwxhc] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}
.checkbox[data-astro-cid-h67hwxhc] input[data-astro-cid-h67hwxhc][type="checkbox"] + label[data-astro-cid-h67hwxhc]::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.checkbox[data-astro-cid-h67hwxhc] input[data-astro-cid-h67hwxhc][type="checkbox"]:checked + label[data-astro-cid-h67hwxhc]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(../assets/common/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .acco[data-astro-cid-nh7bagim] {
    max-width: 780px;
  }
}
@media (min-width: 750px) {
  .acco[data-astro-cid-nh7bagim] {
    margin: 0 auto;
  }
}
.acco__category[data-astro-cid-nh7bagim] {
  cursor: pointer;
  padding: 16px 20px 18px 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s;
}
.acco__category[data-astro-cid-nh7bagim] .arrow[data-astro-cid-nh7bagim] {
  width: 8px;
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.acco__category[data-astro-cid-nh7bagim].open {
  border-radius: 5px 5px 0 0;
}
.acco__category[data-astro-cid-nh7bagim].open .arrow[data-astro-cid-nh7bagim] {
  transform: translateY(-50%) rotate(180deg);
}
.acco__category[data-astro-cid-nh7bagim] .f-button-m[data-astro-cid-nh7bagim] {
  position: relative;
}
@media (min-width: 600px) {
  .acco__category[data-astro-cid-nh7bagim] .f-button-m[data-astro-cid-nh7bagim] {
    max-width: 700px;
    margin: 0 auto;
  }
}
.acco__contents[data-astro-cid-nh7bagim] {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 20px;
}
.acco__contents[data-astro-cid-nh7bagim] .list[data-astro-cid-nh7bagim] {
  padding: 16px 0 20px;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 600px) {
  .acco__contents[data-astro-cid-nh7bagim] .list[data-astro-cid-nh7bagim] {
    display: flex;
    padding: 30px 0 40px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
}
.acco__contents[data-astro-cid-nh7bagim] label[data-astro-cid-nh7bagim] {
  margin-bottom: 16px;
  display: inline-block;
}
@media (min-width: 600px) {
  .acco__contents[data-astro-cid-nh7bagim] label[data-astro-cid-nh7bagim] {
    width: 33.3333333333%;
  }
}
@media (min-width: 750px) {
  .acco__contents[data-astro-cid-nh7bagim] label[data-astro-cid-nh7bagim] {
    display: flex;
    align-items: center;
  }
}
.acco__contents[data-astro-cid-nh7bagim] input[data-astro-cid-nh7bagim][type="checkbox"] {
  display: none;
}
.acco__contents[data-astro-cid-nh7bagim] input[data-astro-cid-nh7bagim][type="checkbox"] + label[data-astro-cid-nh7bagim] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}
.acco__contents[data-astro-cid-nh7bagim] input[data-astro-cid-nh7bagim][type="checkbox"] + label[data-astro-cid-nh7bagim]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.acco__contents[data-astro-cid-nh7bagim] input[data-astro-cid-nh7bagim][type="checkbox"]:checked + label[data-astro-cid-nh7bagim]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(../assets/common/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .acco[data-astro-cid-b7j2vyto] {
    max-width: 780px;
  }
}
@media (min-width: 750px) {
  .acco[data-astro-cid-b7j2vyto] {
    margin: 0 auto;
  }
}
.acco__category[data-astro-cid-b7j2vyto] {
  cursor: pointer;
  padding: 16px 20px 18px 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s;
}
.acco__category[data-astro-cid-b7j2vyto] .arrow[data-astro-cid-b7j2vyto] {
  width: 8px;
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.acco__category[data-astro-cid-b7j2vyto].open {
  border-radius: 5px 5px 0 0;
}
.acco__category[data-astro-cid-b7j2vyto].open .arrow[data-astro-cid-b7j2vyto] {
  transform: translateY(-50%) rotate(180deg);
}
.acco__category[data-astro-cid-b7j2vyto] .f-button-m[data-astro-cid-b7j2vyto] {
  position: relative;
}
@media (min-width: 600px) {
  .acco__category[data-astro-cid-b7j2vyto] .f-button-m[data-astro-cid-b7j2vyto] {
    max-width: 700px;
    margin: 0 auto;
  }
}
.acco__contents[data-astro-cid-b7j2vyto] {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 20px;
}
.acco__contents[data-astro-cid-b7j2vyto] .list[data-astro-cid-b7j2vyto] {
  padding: 16px 0 20px;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 600px) {
  .acco__contents[data-astro-cid-b7j2vyto] .list[data-astro-cid-b7j2vyto] {
    display: flex;
    padding: 30px 0 40px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
}
.acco__contents[data-astro-cid-b7j2vyto] label[data-astro-cid-b7j2vyto] {
  margin-bottom: 16px;
  display: inline-block;
}
@media (min-width: 600px) {
  .acco__contents[data-astro-cid-b7j2vyto] label[data-astro-cid-b7j2vyto] {
    width: 33.3333333333%;
  }
}
@media (min-width: 750px) {
  .acco__contents[data-astro-cid-b7j2vyto] label[data-astro-cid-b7j2vyto] {
    display: flex;
    align-items: center;
  }
}
.acco__contents[data-astro-cid-b7j2vyto] input[data-astro-cid-b7j2vyto][type="checkbox"] {
  display: none;
}
.acco__contents[data-astro-cid-b7j2vyto] input[data-astro-cid-b7j2vyto][type="checkbox"] + label[data-astro-cid-b7j2vyto] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}
.acco__contents[data-astro-cid-b7j2vyto] input[data-astro-cid-b7j2vyto][type="checkbox"] + label[data-astro-cid-b7j2vyto]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.acco__contents[data-astro-cid-b7j2vyto] input[data-astro-cid-b7j2vyto][type="checkbox"]:checked + label[data-astro-cid-b7j2vyto]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(../assets/common/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .acco[data-astro-cid-2lye34oc] {
    max-width: 780px;
  }
}
@media (min-width: 750px) {
  .acco[data-astro-cid-2lye34oc] {
    margin: 0 auto;
  }
}
.acco__category[data-astro-cid-2lye34oc] {
  cursor: pointer;
  padding: 16px 20px 18px 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s;
}
.acco__category[data-astro-cid-2lye34oc] .arrow[data-astro-cid-2lye34oc] {
  width: 8px;
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.acco__category[data-astro-cid-2lye34oc].open {
  border-radius: 5px 5px 0 0;
}
.acco__category[data-astro-cid-2lye34oc].open .arrow[data-astro-cid-2lye34oc] {
  transform: translateY(-50%) rotate(180deg);
}
.acco__category[data-astro-cid-2lye34oc] .f-button-m[data-astro-cid-2lye34oc] {
  position: relative;
}
@media (min-width: 600px) {
  .acco__category[data-astro-cid-2lye34oc] .f-button-m[data-astro-cid-2lye34oc] {
    max-width: 700px;
    margin: 0 auto;
  }
}
.acco__contents[data-astro-cid-2lye34oc] {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 20px;
}
.acco__contents[data-astro-cid-2lye34oc] .list[data-astro-cid-2lye34oc] {
  padding: 16px 0 20px;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 600px) {
  .acco__contents[data-astro-cid-2lye34oc] .list[data-astro-cid-2lye34oc] {
    display: flex;
    padding: 30px 0 40px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
}
.acco__contents[data-astro-cid-2lye34oc] label[data-astro-cid-2lye34oc] {
  margin-bottom: 16px;
  display: inline-block;
}
@media (min-width: 600px) {
  .acco__contents[data-astro-cid-2lye34oc] label[data-astro-cid-2lye34oc] {
    width: 33.3333333333%;
  }
}
@media (min-width: 750px) {
  .acco__contents[data-astro-cid-2lye34oc] label[data-astro-cid-2lye34oc] {
    display: flex;
    align-items: center;
  }
}
.acco__contents[data-astro-cid-2lye34oc] input[data-astro-cid-2lye34oc][type="checkbox"] {
  display: none;
}
.acco__contents[data-astro-cid-2lye34oc] input[data-astro-cid-2lye34oc][type="checkbox"] + label[data-astro-cid-2lye34oc] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}
.acco__contents[data-astro-cid-2lye34oc] input[data-astro-cid-2lye34oc][type="checkbox"] + label[data-astro-cid-2lye34oc]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.acco__contents[data-astro-cid-2lye34oc] input[data-astro-cid-2lye34oc][type="checkbox"]:checked + label[data-astro-cid-2lye34oc]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(../assets/common/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.fix-button-box[data-astro-cid-czcajmnw] {
  background-color: #2e8ed5;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 750px) {
  .fix-button-box[data-astro-cid-czcajmnw] {
    position: sticky;
    border-radius: 0 0 10px 10px;
    max-width: 980px;
    margin-top: 118px;
    cursor: pointer;
  }
}
.fix-button-box[data-astro-cid-czcajmnw] .fix-button[data-astro-cid-czcajmnw] {
  padding: 15px 0;
  color: #fff;
  background-color: #1b3759;
  display: table;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 750px) {
  .fix-button-box[data-astro-cid-czcajmnw] .fix-button[data-astro-cid-czcajmnw] {
    max-width: 300px;
  }
}
.modal-btnbox[data-astro-cid-ngoyf5ej] {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .modal-btn[data-astro-cid-ngoyf5ej].error {
  background-color: #ffcece;
  border: 1px solid #ff7979;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] {
    max-width: 206px;
    margin-bottom: 0;
  }
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] label[data-astro-cid-ngoyf5ej] {
  position: relative;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] .error-message[data-astro-cid-ngoyf5ej] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] .error-message[data-astro-cid-ngoyf5ej] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] .error-message[data-astro-cid-ngoyf5ej].show {
  display: block;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] .req[data-astro-cid-ngoyf5ej] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .label[data-astro-cid-ngoyf5ej] .req[data-astro-cid-ngoyf5ej].noreq {
  display: none;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .modal[data-astro-cid-ngoyf5ej] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #e6eef4;
  width: 100vw;
  height: 100dvh;
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: auto;
}
@media (min-width: 750px) {
  .modal-btnbox[data-astro-cid-ngoyf5ej] .modal[data-astro-cid-ngoyf5ej] {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .modal__wrap[data-astro-cid-ngoyf5ej] {
  padding: 0 5% 120px;
  position: relative;
}
@media (min-width: 750px) {
  .modal-btnbox[data-astro-cid-ngoyf5ej] .modal__wrap[data-astro-cid-ngoyf5ej] {
    max-width: 980px;
    width: 90%;
    background-color: #e6eef4;
    border-radius: 10px;
    padding: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: calc(100% - 20px);
    max-height: 660px;
    overflow-y: scroll;
  }
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .modal[data-astro-cid-ngoyf5ej] .title[data-astro-cid-ngoyf5ej] {
  text-align: center;
  padding: 16px 0;
  margin-top: 14px;
}
@media (min-width: 750px) {
  .modal-btnbox[data-astro-cid-ngoyf5ej] .modal[data-astro-cid-ngoyf5ej] .pc-padding[data-astro-cid-ngoyf5ej] {
    width: 100%;
    max-width: 840px;
    margin: 35px auto;
    padding: 0 30px;
  }
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .modal[data-astro-cid-ngoyf5ej] .textfield[data-astro-cid-ngoyf5ej] {
  background-color: #fff;
  padding: 9px 10px;
  border-radius: 5px;
  width: 100%;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] .modal[data-astro-cid-ngoyf5ej] .close[data-astro-cid-ngoyf5ej] {
  width: 20px;
  display: inline-block;
  position: sticky;
  float: inline-end;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] #modal[data-astro-cid-ngoyf5ej].active {
  display: block !important;
}
.modal-btnbox[data-astro-cid-ngoyf5ej] #modal[data-astro-cid-ngoyf5ej].open {
  opacity: 1;
}
.modal-btn[data-astro-cid-ngoyf5ej] {
  background-color: #fff;
  display: table;
  border-radius: 5px;
  padding: 8px 0 8px 10px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (min-width: 750px) {
  .modal-btn[data-astro-cid-ngoyf5ej] {
    max-width: 352px;
    padding: 8px 20px 8px;
  }
}
.modal-btn[data-astro-cid-ngoyf5ej]::after {
  content: "+";
  position: absolute;
  right: 10px;
}
.check-item[data-astro-cid-ngoyf5ej] input[data-astro-cid-ngoyf5ej][type="checkbox"] {
  display: none;
}
.check-item[data-astro-cid-ngoyf5ej] input[data-astro-cid-ngoyf5ej][type="checkbox"] + label[data-astro-cid-ngoyf5ej] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}
.check-item[data-astro-cid-ngoyf5ej] input[data-astro-cid-ngoyf5ej][type="checkbox"] + label[data-astro-cid-ngoyf5ej]::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.check-item[data-astro-cid-ngoyf5ej] input[data-astro-cid-ngoyf5ej][type="checkbox"]:checked + label[data-astro-cid-ngoyf5ej]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(../assets/common/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.input-pull[data-astro-cid-6pvs3oc5] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-pull[data-astro-cid-6pvs3oc5] {
    align-items: center;
  }
}
.input-pull[data-astro-cid-6pvs3oc5] .pull[data-astro-cid-6pvs3oc5] {
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 750px) {
  .input-pull[data-astro-cid-6pvs3oc5] .pull[data-astro-cid-6pvs3oc5] {
    padding: 7px 20px;
    margin-top: 0px;
  }
}
.input-pull[data-astro-cid-6pvs3oc5] .pull[data-astro-cid-6pvs3oc5].error {
  background-color: #ffcece;
  border: 1px solid #ff7979;
}
@media (min-width: 750px) {
  .input-pull[data-astro-cid-6pvs3oc5] .pull[data-astro-cid-6pvs3oc5] {
    max-width: 352px;
  }
}
.input-pull[data-astro-cid-6pvs3oc5] .pull[data-astro-cid-6pvs3oc5] select[data-astro-cid-6pvs3oc5] {
  width: 100%;
  cursor: pointer;
}
.input-pull[data-astro-cid-6pvs3oc5] .pull[data-astro-cid-6pvs3oc5] .arrow[data-astro-cid-6pvs3oc5] {
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] {
    max-width: 206px;
  }
}
.input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] label[data-astro-cid-6pvs3oc5] {
  position: relative;
}
.input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] .error-message[data-astro-cid-6pvs3oc5] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] .error-message[data-astro-cid-6pvs3oc5] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] .error-message[data-astro-cid-6pvs3oc5].show {
  display: block;
}
.input-pull[data-astro-cid-6pvs3oc5] .label[data-astro-cid-6pvs3oc5] .req[data-astro-cid-6pvs3oc5] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.input-pull2[data-astro-cid-c4irubvv] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-pull2[data-astro-cid-c4irubvv] {
    align-items: center;
  }
}
.input-pull2[data-astro-cid-c4irubvv] .pull[data-astro-cid-c4irubvv] {
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 750px) {
  .input-pull2[data-astro-cid-c4irubvv] .pull[data-astro-cid-c4irubvv] {
    padding: 7px 20px;
    margin-top: 0px;
  }
}
.input-pull2[data-astro-cid-c4irubvv] .pull[data-astro-cid-c4irubvv].error {
  background-color: #ffcece;
  border: 1px solid #ff7979;
}
@media (min-width: 750px) {
  .input-pull2[data-astro-cid-c4irubvv] .pull[data-astro-cid-c4irubvv] {
    max-width: 352px;
  }
}
.input-pull2[data-astro-cid-c4irubvv] .pull[data-astro-cid-c4irubvv] select[data-astro-cid-c4irubvv] {
  width: 100%;
  cursor: pointer;
}
.input-pull2[data-astro-cid-c4irubvv] .pull[data-astro-cid-c4irubvv] .arrow[data-astro-cid-c4irubvv] {
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] {
  width: 100%;
}
@media (min-width: 750px) {
  .input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] {
    max-width: 200px;
  }
}
.input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] label[data-astro-cid-c4irubvv] {
  position: relative;
}
.input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] .error-message[data-astro-cid-c4irubvv] {
  display: none;
  color: #ff0000;
  position: absolute;
  left: calc(100% + 10px);
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] .error-message[data-astro-cid-c4irubvv] {
    left: 0;
    transform: translateY(-50%);
    top: calc(100% + 8px);
  }
}
.input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] .error-message[data-astro-cid-c4irubvv].show {
  display: block;
}
.input-pull2[data-astro-cid-c4irubvv] .label[data-astro-cid-c4irubvv] .req[data-astro-cid-c4irubvv] {
  color: #c49803;
  background-color: #fff;
  padding: 1px 7px;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(-1.5px);
}
.input-textarea[data-astro-cid-mulj6xjj] {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .input-textarea[data-astro-cid-mulj6xjj] {
    flex-direction: column;
  }
}
.input-textarea[data-astro-cid-mulj6xjj] .input[data-astro-cid-mulj6xjj] {
  width: 100%;
  margin-top: 10px;
}
.input-textarea[data-astro-cid-mulj6xjj] .input[data-astro-cid-mulj6xjj] .placeholder[data-astro-cid-mulj6xjj] {
  color: #a7a7a7;
}
.input-textarea[data-astro-cid-mulj6xjj] .input[data-astro-cid-mulj6xjj] textarea[data-astro-cid-mulj6xjj] {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  height: 115px;
  resize: none;
}
.input-textarea[data-astro-cid-mulj6xjj] .input[data-astro-cid-mulj6xjj] textarea[data-astro-cid-mulj6xjj]::placeholder {
  color: #a7a7a7;
}
@media (min-width: 750px) {
  .input-textarea[data-astro-cid-mulj6xjj] .input[data-astro-cid-mulj6xjj] textarea[data-astro-cid-mulj6xjj] {
    max-width: 100%;
  }
}
.input-textarea[data-astro-cid-mulj6xjj] .label[data-astro-cid-mulj6xjj] {
  width: 100%;
}
.input-textarea[data-astro-cid-mulj6xjj] .label[data-astro-cid-mulj6xjj] label[data-astro-cid-mulj6xjj] {
  position: relative;
}
@media (min-width: 750px) {
  .input-textarea[data-astro-cid-mulj6xjj].style-021 .label[data-astro-cid-mulj6xjj] {
    max-width: 100%;
  }
}
.input-textarea[data-astro-cid-mulj6xjj].line-height {
  line-height: 1.6;
}
.compo-B[data-astro-cid-4l2q3g7o] {
  width: 90%;
  margin: 0 auto;
}
.compob-labelbox[data-astro-cid-4l2q3g7o] {
  max-width: 352px;
  margin-left: auto;
  background-color: initial;
  height: initial;
  padding: 0;
}
.compob-labelbox[data-astro-cid-4l2q3g7o] .remove-sub[data-astro-cid-4l2q3g7o] {
  width: initial;
  padding: 7px 30px 7px 10px;
  background-color: #c5dff2;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  display: none;
  cursor: pointer;
  margin: 10px 0 0;
}
.compob-labelbox[data-astro-cid-4l2q3g7o] .remove-sub[data-astro-cid-4l2q3g7o] .close[data-astro-cid-4l2q3g7o] {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: calc(50% + 1px);
  width: 9px;
}
.compob-labelbox[data-astro-cid-4l2q3g7o] .remove-sub[data-astro-cid-4l2q3g7o].open-sub {
  display: inline-block;
}
.headwrap[data-astro-cid-ezvmotf6] {
  background-color: #fff;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-ezvmotf6] {
    padding-bottom: 84px;
    padding-top: 0;
  }
}
.header[data-astro-cid-ezvmotf6] {
  padding: 16px;
}
.header[data-astro-cid-ezvmotf6] img[data-astro-cid-ezvmotf6] {
  width: 210px;
}
.midashi[data-astro-cid-ezvmotf6] {
  width: 90%;
  margin: 16px auto 0;
}
@media (min-width: 750px) {
  .midashi[data-astro-cid-ezvmotf6] {
    max-width: 768px;
  }
}
.form-wrap[data-astro-cid-ezvmotf6] {
  background-color: #e6eef4;
  margin-top: 20px;
  padding: 34px 5% 50px;
  border-radius: 20px;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-ezvmotf6] {
    max-width: 768px;
    margin: -60px auto 60px;
    padding: 60px 5% 80px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 790px) {
  .form-wrap[data-astro-cid-ezvmotf6] {
    padding: 60px 100px 80px;
  }
}
.form-wrap[data-astro-cid-ezvmotf6] .title[data-astro-cid-ezvmotf6] {
  color: #1b3759;
}
.form-wrap[data-astro-cid-ezvmotf6] .flexbox[data-astro-cid-ezvmotf6] {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-ezvmotf6] .flexbox[data-astro-cid-ezvmotf6] .invite-code[data-astro-cid-ezvmotf6] {
    width: 352px;
  }
}
.form-wrap[data-astro-cid-ezvmotf6] .flexbox[data-astro-cid-ezvmotf6] .invite-code[data-astro-cid-ezvmotf6] input[data-astro-cid-ezvmotf6] {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  max-width: 130px;
}
.form-wrap[data-astro-cid-ezvmotf6] .input-textarea[data-astro-cid-ezvmotf6] {
  align-items: baseline;
}
.form-wrap[data-astro-cid-ezvmotf6] .atten[data-astro-cid-ezvmotf6] {
  text-align: center;
}
.form-wrap[data-astro-cid-ezvmotf6] .mail-magazine[data-astro-cid-ezvmotf6] {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.form-wrap[data-astro-cid-ezvmotf6] .mail-magazine[data-astro-cid-ezvmotf6] .f-h-s[data-astro-cid-ezvmotf6] {
  color: #1b3759;
}
.form-wrap[data-astro-cid-ezvmotf6]
  .mail-magazine[data-astro-cid-ezvmotf6]
  .check-item[data-astro-cid-ezvmotf6]
  input[data-astro-cid-ezvmotf6][type="checkbox"] {
  display: none;
}
.form-wrap[data-astro-cid-ezvmotf6]
  .mail-magazine[data-astro-cid-ezvmotf6]
  .check-item[data-astro-cid-ezvmotf6]
  input[data-astro-cid-ezvmotf6][type="checkbox"]
  + label[data-astro-cid-ezvmotf6] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-wrap[data-astro-cid-ezvmotf6]
  .mail-magazine[data-astro-cid-ezvmotf6]
  .check-item[data-astro-cid-ezvmotf6]
  input[data-astro-cid-ezvmotf6][type="checkbox"]
  + label[data-astro-cid-ezvmotf6]::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.form-wrap[data-astro-cid-ezvmotf6]
  .mail-magazine[data-astro-cid-ezvmotf6]
  .check-item[data-astro-cid-ezvmotf6]
  input[data-astro-cid-ezvmotf6][type="checkbox"]:checked
  + label[data-astro-cid-ezvmotf6]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.875%203.5L4.875%206.5L10.375%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
}
.headwrap[data-astro-cid-ryzui73j] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 10px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-ryzui73j] {
    padding-bottom: 84px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-ryzui73j] .crumb[data-astro-cid-ryzui73j] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-ryzui73j] .crumb[data-astro-cid-ryzui73j] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-ryzui73j] .crumb[data-astro-cid-ryzui73j] .top[data-astro-cid-ryzui73j] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-ryzui73j] .crumb[data-astro-cid-ryzui73j] .top[data-astro-cid-ryzui73j] span[data-astro-cid-ryzui73j] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.header[data-astro-cid-ryzui73j] {
  padding: 16px;
}
.header[data-astro-cid-ryzui73j] img[data-astro-cid-ryzui73j] {
  width: 210px;
}
.midashi[data-astro-cid-ryzui73j] {
  width: 90%;
  margin: 16px auto 0;
}
@media (min-width: 750px) {
  .midashi[data-astro-cid-ryzui73j] {
    max-width: 768px;
  }
}
.form-wrap[data-astro-cid-ryzui73j] {
  background-color: #e6eef4;
  margin-top: 20px;
  padding: 34px 5% 50px;
  border-radius: 20px;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-ryzui73j] {
    max-width: 768px;
    margin: -60px auto 60px;
    padding: 60px 5% 80px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 790px) {
  .form-wrap[data-astro-cid-ryzui73j] {
    padding: 60px 100px 80px;
  }
}
.form-wrap[data-astro-cid-ryzui73j] .title[data-astro-cid-ryzui73j] {
  color: #1b3759;
}
.form-wrap[data-astro-cid-ryzui73j] .flexbox[data-astro-cid-ryzui73j] {
  justify-content: space-between;
  align-items: center;
}
.form-wrap[data-astro-cid-ryzui73j] .flexbox[data-astro-cid-ryzui73j] .invite-code[data-astro-cid-ryzui73j] input[data-astro-cid-ryzui73j] {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  max-width: 130px;
}
.form-wrap[data-astro-cid-ryzui73j]
  .flexbox[data-astro-cid-ryzui73j]
  .invite-code[data-astro-cid-ryzui73j]
  input[data-astro-cid-ryzui73j]::placeholder {
  color: #a7a7a7;
}
.form-wrap[data-astro-cid-ryzui73j] .check-flex[data-astro-cid-ryzui73j] {
  justify-content: flex-start;
}
.form-wrap[data-astro-cid-ryzui73j] .input-textarea[data-astro-cid-ryzui73j] {
  align-items: baseline;
}
.form-wrap[data-astro-cid-ryzui73j] .atten[data-astro-cid-ryzui73j] {
  text-align: center;
}
.form-wrap[data-astro-cid-ryzui73j] .mail-magazine[data-astro-cid-ryzui73j] {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.form-wrap[data-astro-cid-ryzui73j] .mail-magazine[data-astro-cid-ryzui73j] .f-h-s[data-astro-cid-ryzui73j] {
  color: #1b3759;
}
.form-wrap[data-astro-cid-ryzui73j]
  .mail-magazine[data-astro-cid-ryzui73j]
  .check-item[data-astro-cid-ryzui73j]
  input[data-astro-cid-ryzui73j][type="checkbox"] {
  display: none;
}
.form-wrap[data-astro-cid-ryzui73j]
  .mail-magazine[data-astro-cid-ryzui73j]
  .check-item[data-astro-cid-ryzui73j]
  input[data-astro-cid-ryzui73j][type="checkbox"]
  + label[data-astro-cid-ryzui73j] {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-wrap[data-astro-cid-ryzui73j]
  .mail-magazine[data-astro-cid-ryzui73j]
  .check-item[data-astro-cid-ryzui73j]
  input[data-astro-cid-ryzui73j][type="checkbox"]
  + label[data-astro-cid-ryzui73j]::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.form-wrap[data-astro-cid-ryzui73j]
  .mail-magazine[data-astro-cid-ryzui73j]
  .check-item[data-astro-cid-ryzui73j]
  input[data-astro-cid-ryzui73j][type="checkbox"]:checked
  + label[data-astro-cid-ryzui73j]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.875%203.5L4.875%206.5L10.375%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
}
.headwrap[data-astro-cid-y2dv6ins] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 10px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-y2dv6ins] {
    padding-bottom: 84px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-y2dv6ins] .crumb[data-astro-cid-y2dv6ins] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-y2dv6ins] .crumb[data-astro-cid-y2dv6ins] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-y2dv6ins] .crumb[data-astro-cid-y2dv6ins] .top[data-astro-cid-y2dv6ins] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-y2dv6ins] .crumb[data-astro-cid-y2dv6ins] .top[data-astro-cid-y2dv6ins] span[data-astro-cid-y2dv6ins] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.header[data-astro-cid-y2dv6ins] {
  padding: 16px;
}
.header[data-astro-cid-y2dv6ins] img[data-astro-cid-y2dv6ins] {
  width: 210px;
}
.midashi[data-astro-cid-y2dv6ins] {
  width: 90%;
  margin: 16px auto 0;
}
@media (min-width: 750px) {
  .midashi[data-astro-cid-y2dv6ins] {
    max-width: 768px;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] {
  background-color: #e6eef4;
  margin-top: 20px;
  padding: 34px 5% 50px;
  border-radius: 20px;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-y2dv6ins] {
    max-width: 768px;
    margin: -60px auto 60px;
    padding: 60px 5% 80px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 790px) {
  .form-wrap[data-astro-cid-y2dv6ins] {
    padding: 60px 100px 80px;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 430px) and (max-width: 750px) {
  .form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] {
    justify-content: flex-start;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .error-message[data-astro-cid-y2dv6ins] {
  display: none;
  color: #ff0000;
  white-space: nowrap;
  top: 50%;
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .error-message[data-astro-cid-y2dv6ins].show {
  display: inline-block;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] {
    margin-top: 20px;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .f-form-t[data-astro-cid-y2dv6ins] {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .f-form-t[data-astro-cid-y2dv6ins] {
    width: initial;
    margin: 0 !important;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .date-input[data-astro-cid-y2dv6ins] {
  position: relative;
  max-width: 140px;
}
@media (min-width: 750px) {
  .form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .date-input[data-astro-cid-y2dv6ins] {
    margin-left: auto;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .date-input[data-astro-cid-y2dv6ins] .arrow[data-astro-cid-y2dv6ins] {
  position: absolute;
  width: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .date-input[data-astro-cid-y2dv6ins] .date-label[data-astro-cid-y2dv6ins] {
  width: 140px;
  background-color: #fff;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  color: #181e22;
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .date-input[data-astro-cid-y2dv6ins] .date-label[data-astro-cid-y2dv6ins]:has(+input.error) {
  border: 1px solid #ff7979;
  background-color: #ffcece;
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins]
  input[data-astro-cid-y2dv6ins][type="date"] {
  position: absolute;
  left: 0;
  width: 140px;
  opacity: 0;
  background-color: #fff;
  padding: 7px 10px 7px 10px;
  border-radius: 5px;
  display: flex;
  top: 0;
  height: 40px;
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins]
  input[data-astro-cid-y2dv6ins][type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins]
  input[data-astro-cid-y2dv6ins][type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins]
  input[data-astro-cid-y2dv6ins][type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  min-height: 40px;
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins]
  input[data-astro-cid-y2dv6ins]::-webkit-date-and-time-value {
  text-align: start;
  transform: translateY(1px);
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins].active
  .date-label[data-astro-cid-y2dv6ins] {
  opacity: 0;
}
.form-wrap[data-astro-cid-y2dv6ins]
  .datebox[data-astro-cid-y2dv6ins]
  .date-input[data-astro-cid-y2dv6ins].active
  input[data-astro-cid-y2dv6ins][type="date"] {
  opacity: 1;
  -webkit-appearance: none;
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .timebox[data-astro-cid-y2dv6ins] {
  position: relative;
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .timebox[data-astro-cid-y2dv6ins].first {
  margin-left: 10px;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .timebox[data-astro-cid-y2dv6ins].first {
    margin-left: 15px;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .timebox[data-astro-cid-y2dv6ins] .timeselect[data-astro-cid-y2dv6ins] {
  background-color: #fff;
  border-radius: 5px;
  width: 186px;
  padding: 8px 10px;
  letter-spacing: 1px;
  cursor: pointer;
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .timebox[data-astro-cid-y2dv6ins] .timeselect[data-astro-cid-y2dv6ins].error {
  border: 1px solid #ff7979;
  background-color: #ffcece;
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .timebox[data-astro-cid-y2dv6ins] .arrow[data-astro-cid-y2dv6ins] {
  position: absolute;
  width: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .span-icon[data-astro-cid-y2dv6ins] {
  margin: 0px;
}
@media (min-width: 600px) {
  .form-wrap[data-astro-cid-y2dv6ins] .datebox[data-astro-cid-y2dv6ins] .span-icon[data-astro-cid-y2dv6ins] {
    margin: 0 8px;
  }
}
.form-wrap[data-astro-cid-y2dv6ins] .title[data-astro-cid-y2dv6ins] {
  color: #1b3759;
}
.confirm-info[data-astro-cid-u7ytflcc] {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 20px;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}
.confirm-info[data-astro-cid-u7ytflcc] .left[data-astro-cid-u7ytflcc] {
  color: #1b3759;
  min-width: 88px;
  max-width: 88px;
}
@media (min-width: 750px) {
  .confirm-info[data-astro-cid-u7ytflcc] .left[data-astro-cid-u7ytflcc] {
    min-width: 102px;
    max-width: 102px;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-idps3fou] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-idps3fou] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-idps3fou] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-idps3fou] .crumb[data-astro-cid-idps3fou] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-idps3fou] .crumb[data-astro-cid-idps3fou] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-idps3fou] .crumb[data-astro-cid-idps3fou] .top[data-astro-cid-idps3fou] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-idps3fou] .crumb[data-astro-cid-idps3fou] .top[data-astro-cid-idps3fou] span[data-astro-cid-idps3fou] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.wrap[data-astro-cid-idps3fou] .midashi[data-astro-cid-idps3fou] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-idps3fou] .midashi[data-astro-cid-idps3fou] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-idps3fou] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-idps3fou] .f-h-m[data-astro-cid-idps3fou] {
  color: #1b3759;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-idps3fou] {
    margin: -84px auto 0px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-idps3fou] {
    width: 100%;
  }
}
.faq-btn2[data-astro-cid-idps3fou] {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 5%;
  margin-bottom: 40px;
}
.faq-btn2[data-astro-cid-idps3fou] span[data-astro-cid-idps3fou] {
  display: inline-block;
  height: 20px;
  padding-top: 1px;
}
.faq-btn2[data-astro-cid-idps3fou] span[data-astro-cid-idps3fou] svg[data-astro-cid-idps3fou] {
  width: 20px;
  height: 20px;
  transform: scale(0.9);
}
@media (hover: hover) and (pointer: fine) {
  .faq-btn2[data-astro-cid-idps3fou]:hover {
    color: #2e8ed5;
  }
}
@media (min-width: 750px) {
  .faq-btn2[data-astro-cid-idps3fou] {
    margin: 13px auto 0px;
    max-width: 768px;
  }
}
@media (min-width: 750px) {
  body {
    background-color: #c5dff2;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-mtbs2mit] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-mtbs2mit] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-mtbs2mit] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-mtbs2mit] .crumb[data-astro-cid-mtbs2mit] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-mtbs2mit] .crumb[data-astro-cid-mtbs2mit] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-mtbs2mit] .crumb[data-astro-cid-mtbs2mit] .top[data-astro-cid-mtbs2mit] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-mtbs2mit] .crumb[data-astro-cid-mtbs2mit] .top[data-astro-cid-mtbs2mit] span[data-astro-cid-mtbs2mit] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.wrap[data-astro-cid-mtbs2mit] .midashi[data-astro-cid-mtbs2mit] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-mtbs2mit] .midashi[data-astro-cid-mtbs2mit] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-mtbs2mit] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-mtbs2mit] .f-h-m[data-astro-cid-mtbs2mit] {
  color: #1b3759;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-mtbs2mit] {
    margin: -84px auto 0px;
    max-width: 768px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 5% 80px;
  }
}
@media (min-width: 790px) {
  .section2[data-astro-cid-mtbs2mit] {
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-mtbs2mit] {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-idrvzx6z] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-idrvzx6z] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-idrvzx6z] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-idrvzx6z] .crumb[data-astro-cid-idrvzx6z] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-idrvzx6z] .crumb[data-astro-cid-idrvzx6z] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-idrvzx6z] .crumb[data-astro-cid-idrvzx6z] .top[data-astro-cid-idrvzx6z] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-idrvzx6z] .crumb[data-astro-cid-idrvzx6z] .top[data-astro-cid-idrvzx6z] span[data-astro-cid-idrvzx6z] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.wrap[data-astro-cid-idrvzx6z] .midashi[data-astro-cid-idrvzx6z] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-idrvzx6z] .midashi[data-astro-cid-idrvzx6z] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-idrvzx6z] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-idrvzx6z] .title2[data-astro-cid-idrvzx6z] {
  color: #181e22;
  display: flex;
  gap: 10px;
  align-items: center;
}
.section2[data-astro-cid-idrvzx6z] .title2[data-astro-cid-idrvzx6z] .icon[data-astro-cid-idrvzx6z] {
  width: 52px;
}
.section2[data-astro-cid-idrvzx6z] .suspension[data-astro-cid-idrvzx6z] {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 20px;
  color: #e6654e;
  font-weight: bold;
  margin-top: 32px;
}
.section2[data-astro-cid-idrvzx6z] .suspension[data-astro-cid-idrvzx6z] p[data-astro-cid-idrvzx6z]:nth-of-type(n + 2) {
  margin-top: 10px;
}
.section2[data-astro-cid-idrvzx6z] .faq-flex[data-astro-cid-idrvzx6z] {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.section2[data-astro-cid-idrvzx6z] .faq-btn2[data-astro-cid-idrvzx6z] {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
  cursor: pointer;
}
.section2[data-astro-cid-idrvzx6z] .faq-btn2[data-astro-cid-idrvzx6z]:nth-of-type(1) {
  margin-top: 30px;
}
.section2[data-astro-cid-idrvzx6z] .faq-btn2[data-astro-cid-idrvzx6z] span[data-astro-cid-idrvzx6z] {
  display: inline-block;
  height: 20px;
  padding-top: 1px;
}
.section2[data-astro-cid-idrvzx6z] .faq-btn2[data-astro-cid-idrvzx6z] span[data-astro-cid-idrvzx6z] svg[data-astro-cid-idrvzx6z] {
  width: 20px;
  height: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-idrvzx6z] .faq-btn2[data-astro-cid-idrvzx6z]:hover {
    color: #2e8ed5;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-idrvzx6z] .faq-btn2[data-astro-cid-idrvzx6z] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-idrvzx6z] .banner[data-astro-cid-idrvzx6z] {
  display: table;
  margin: 30px auto 0;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-idrvzx6z] .banner[data-astro-cid-idrvzx6z] {
    margin-top: 60px;
  }
}
.section2[data-astro-cid-idrvzx6z] .btn-caption[data-astro-cid-idrvzx6z] {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-idrvzx6z] {
    margin: -84px auto 0px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-idrvzx6z] {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-fe6a2vuk] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-fe6a2vuk] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-fe6a2vuk] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-fe6a2vuk] .crumb[data-astro-cid-fe6a2vuk] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-fe6a2vuk] .crumb[data-astro-cid-fe6a2vuk] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-fe6a2vuk] .crumb[data-astro-cid-fe6a2vuk] .top[data-astro-cid-fe6a2vuk] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-fe6a2vuk] .crumb[data-astro-cid-fe6a2vuk] .top[data-astro-cid-fe6a2vuk] span[data-astro-cid-fe6a2vuk] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.wrap[data-astro-cid-fe6a2vuk] .midashi[data-astro-cid-fe6a2vuk] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-fe6a2vuk] .midashi[data-astro-cid-fe6a2vuk] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-fe6a2vuk] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-fe6a2vuk] .title2[data-astro-cid-fe6a2vuk] {
  color: #181e22;
  display: flex;
  gap: 10px;
  align-items: center;
}
.section2[data-astro-cid-fe6a2vuk] .title2[data-astro-cid-fe6a2vuk] .icon[data-astro-cid-fe6a2vuk] {
  width: 52px;
}
.section2[data-astro-cid-fe6a2vuk] .contents-text[data-astro-cid-fe6a2vuk] {
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  color: #1b3759;
}
.section2[data-astro-cid-fe6a2vuk] .copy-box[data-astro-cid-fe6a2vuk] {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  color: #1b3759;
  font-weight: bold;
  margin-top: 14px;
}
.section2[data-astro-cid-fe6a2vuk] .copy-box[data-astro-cid-fe6a2vuk] a[data-astro-cid-fe6a2vuk] {
  color: #2e8ed5;
  font-size: 13px;
}
.section2[data-astro-cid-fe6a2vuk] .copy-box[data-astro-cid-fe6a2vuk] .code[data-astro-cid-fe6a2vuk] {
  color: #2e8ed5;
  margin-top: 14px;
}
.section2[data-astro-cid-fe6a2vuk] .copy-box[data-astro-cid-fe6a2vuk] .code[data-astro-cid-fe6a2vuk] span[data-astro-cid-fe6a2vuk] {
  font-size: 14px;
  color: #1b3759;
  margin-left: 10px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-fe6a2vuk] .copy-box[data-astro-cid-fe6a2vuk] .code[data-astro-cid-fe6a2vuk] span[data-astro-cid-fe6a2vuk] {
    font-size: 20px;
    margin-left: 32px;
  }
}
.section2[data-astro-cid-fe6a2vuk] .copy-box[data-astro-cid-fe6a2vuk] .text-14[data-astro-cid-fe6a2vuk] {
  font-size: 14px;
  margin-top: 14px;
}
.section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] {
    gap: 14px;
  }
}
.section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .mail-btn[data-astro-cid-fe6a2vuk],
.section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .line-btn[data-astro-cid-fe6a2vuk] {
  background-color: #2e8ed5;
  color: #fff;
  border-radius: 45px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  padding: 0px 17px;
  max-width: 207px;
  transition: all 0.2s;
  border: 2px solid #2e8ed5;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .mail-btn[data-astro-cid-fe6a2vuk] {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .mail-btn[data-astro-cid-fe6a2vuk]:hover,
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .line-btn[data-astro-cid-fe6a2vuk]:hover {
    color: #2e8ed5;
    background-color: #fff;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .mail-btn[data-astro-cid-fe6a2vuk] {
    display: flex;
  }
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .line-btn[data-astro-cid-fe6a2vuk] {
    display: none;
  }
}
.section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .share-btn[data-astro-cid-fe6a2vuk] {
  background-color: #2e8ed5;
  color: #fff;
  border-radius: 45px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 30px;
  max-width: 207px;
  transition: all 0.2s;
  border: 2px solid #2e8ed5;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.04em;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .share-btn[data-astro-cid-fe6a2vuk]:hover {
    color: #2e8ed5;
    background-color: #fff;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .share-btn[data-astro-cid-fe6a2vuk] {
    display: block;
  }
}
.section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .copy-btn[data-astro-cid-fe6a2vuk] {
  color: #2e8ed5;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 13px 10px 12px;
  border-radius: 45px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  border: 2px solid #fff;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 15px;
}
.section2[data-astro-cid-fe6a2vuk]
  .btn-flex[data-astro-cid-fe6a2vuk]
  .copy-btn[data-astro-cid-fe6a2vuk]
  span[data-astro-cid-fe6a2vuk]
  svg[data-astro-cid-fe6a2vuk] {
  width: 14px;
  height: 13px;
  transform: translateY(1.5px);
}
@media (min-width: 750px) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .copy-btn[data-astro-cid-fe6a2vuk] {
    max-width: 170px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-fe6a2vuk] .btn-flex[data-astro-cid-fe6a2vuk] .copy-btn[data-astro-cid-fe6a2vuk]:hover {
    background-color: #2e8ed5;
    color: #fff;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-fe6a2vuk] {
    margin: -84px auto 0px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-fe6a2vuk] {
    width: 100%;
  }
}
.flow-box[data-astro-cid-fe6a2vuk] {
  text-align: center;
  background-color: #fff;
  margin-top: 35px;
  border-radius: 5px;
  padding: 45px 0 40px;
}
.flow-box[data-astro-cid-fe6a2vuk] img[data-astro-cid-fe6a2vuk] {
  max-width: 303px;
  display: inline-block;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-xoyucq7o] {
    background-color: #fff;
    padding-bottom: 94px;
  }
}
.headwrap[data-astro-cid-xoyucq7o] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-xoyucq7o] {
    padding-bottom: 16px;
    padding-top: 80px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-xoyucq7o] .crumb[data-astro-cid-xoyucq7o] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-xoyucq7o] .crumb[data-astro-cid-xoyucq7o] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-xoyucq7o] .crumb[data-astro-cid-xoyucq7o] .top[data-astro-cid-xoyucq7o] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-xoyucq7o] .crumb[data-astro-cid-xoyucq7o] .top[data-astro-cid-xoyucq7o] span[data-astro-cid-xoyucq7o] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.wrap[data-astro-cid-xoyucq7o] .midashi[data-astro-cid-xoyucq7o] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-xoyucq7o] .midashi[data-astro-cid-xoyucq7o] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-xoyucq7o] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 36px 5% 50px;
  margin-top: 10px;
}
.section2[data-astro-cid-xoyucq7o] .faq-item[data-astro-cid-xoyucq7o] {
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 5px;
  margin: 10px auto 0;
  max-width: 768px;
  position: relative;
  z-index: 10;
  display: block;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .section2[data-astro-cid-xoyucq7o] .faq-item[data-astro-cid-xoyucq7o]:hover {
    opacity: 0.6;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-xoyucq7o] .faq-item[data-astro-cid-xoyucq7o] {
    padding: 15px 20px;
  }
}
.section2[data-astro-cid-xoyucq7o] .faq-item[data-astro-cid-xoyucq7o] .question[data-astro-cid-xoyucq7o] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
}
.section2[data-astro-cid-xoyucq7o] .faq-item[data-astro-cid-xoyucq7o] .roboto[data-astro-cid-xoyucq7o] {
  color: #2e8ed5;
  font-size: 18px;
}
.section2[data-astro-cid-xoyucq7o] .faq-item[data-astro-cid-xoyucq7o] .arrow[data-astro-cid-xoyucq7o] {
  transform: rotate(-90deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-xoyucq7o] {
    margin: -84px auto 0px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-xoyucq7o] {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-msyixnln] {
    background-color: #fff;
    padding-bottom: 90px;
  }
}
.headwrap[data-astro-cid-msyixnln] {
  background-color: #fff;
  width: 100%;
  margin: 60px auto 16px;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-msyixnln] {
    padding-bottom: 16px;
    padding-top: 120px;
    margin: 0 auto;
  }
}
.headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] {
    max-width: 768px;
  }
}
.headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] .top[data-astro-cid-msyixnln] {
  padding-right: 10px;
  position: relative;
  text-decoration: underline;
}
.headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] .top[data-astro-cid-msyixnln] span[data-astro-cid-msyixnln] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 44%;
}
.headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] .back[data-astro-cid-msyixnln] {
  position: relative;
}
.headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] .back[data-astro-cid-msyixnln] .arrow[data-astro-cid-msyixnln] {
  width: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  right: -7px;
  top: 44%;
}
.headwrap[data-astro-cid-msyixnln] .crumb[data-astro-cid-msyixnln] .current[data-astro-cid-msyixnln] {
  padding-left: 10px;
}
.wrap[data-astro-cid-msyixnln] .midashi[data-astro-cid-msyixnln] {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-msyixnln] .midashi[data-astro-cid-msyixnln] {
    max-width: 768px;
  }
}
.section2[data-astro-cid-msyixnln] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 70px 5% 60px;
  margin-top: 10px;
}
.section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] {
  text-align: center;
}
.section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] .roboto[data-astro-cid-msyixnln] {
  color: #1b3759;
}
.section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] p[data-astro-cid-msyixnln]:nth-of-type(1) {
  font-size: 78px;
  line-height: 70px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] p[data-astro-cid-msyixnln]:nth-of-type(1) {
    font-size: 120px;
    line-height: 120px;
  }
}
.section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] p[data-astro-cid-msyixnln]:nth-of-type(2) {
  font-size: 18px;
  letter-spacing: 2px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] p[data-astro-cid-msyixnln]:nth-of-type(2) {
    font-size: 24px;
  }
}
.section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] p[data-astro-cid-msyixnln]:nth-of-type(3) {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-msyixnln] .not-found[data-astro-cid-msyixnln] p[data-astro-cid-msyixnln]:nth-of-type(3) {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  .section2[data-astro-cid-msyixnln] {
    margin: -84px auto 0px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 90px 100px 80px;
  }
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-msyixnln] {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .wrap[data-astro-cid-kukh5nxl] {
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 124px;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] {
  margin-top: 75px;
  padding: 0 5%;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] {
    max-width: 768px;
    margin: 0px auto;
    padding: 0;
    width: 90%;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] {
  background-color: #f2f2f2;
  display: block;
  border-radius: 5px;
  padding: 11px 20px 9px;
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] {
    display: flex;
    gap: 28px;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] .flex1[data-astro-cid-kukh5nxl] {
  gap: 5px;
  align-items: center;
}
.mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] .flex1[data-astro-cid-kukh5nxl] .icon[data-astro-cid-kukh5nxl] {
  width: 14px;
}
.mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] .flex1[data-astro-cid-kukh5nxl] .text[data-astro-cid-kukh5nxl] {
  color: #1b3759;
  width: 100%;
}
.mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] .flex2[data-astro-cid-kukh5nxl] {
  margin-top: 6px;
  gap: 10px;
  align-items: center;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] .top-news[data-astro-cid-kukh5nxl] .flex2[data-astro-cid-kukh5nxl] {
    margin-top: 0;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] {
  background-color: #f6fafc;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] {
    padding: 30px 40px;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl] {
  gap: 20px;
  align-items: center;
}
.mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl] .left[data-astro-cid-kukh5nxl] {
  border-radius: 5px;
  overflow: hidden;
  min-width: 80px;
}
.mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl].pd-20 {
  padding: 20px;
}
@media (min-width: 1030px) {
  .mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl].pd-20 {
    padding: 20px 40px 20px 20px;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .flexbox2[data-astro-cid-kukh5nxl] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .flexbox2[data-astro-cid-kukh5nxl] {
    flex-direction: row;
  }
  .mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .flexbox2[data-astro-cid-kukh5nxl] .right[data-astro-cid-kukh5nxl] {
    min-width: 240px;
    margin-left: auto;
  }
}
.mypage-top[data-astro-cid-kukh5nxl]
  .item[data-astro-cid-kukh5nxl]
  .checklist[data-astro-cid-kukh5nxl]
  input[data-astro-cid-kukh5nxl][type="checkbox"] {
  display: none;
}
.mypage-top[data-astro-cid-kukh5nxl]
  .item[data-astro-cid-kukh5nxl]
  .checklist[data-astro-cid-kukh5nxl]
  input[data-astro-cid-kukh5nxl][type="checkbox"]
  + label[data-astro-cid-kukh5nxl] {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
.mypage-top[data-astro-cid-kukh5nxl]
  .item[data-astro-cid-kukh5nxl]
  .checklist[data-astro-cid-kukh5nxl]
  input[data-astro-cid-kukh5nxl][type="checkbox"]
  + label[data-astro-cid-kukh5nxl]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.mypage-top[data-astro-cid-kukh5nxl]
  .item[data-astro-cid-kukh5nxl]
  .checklist[data-astro-cid-kukh5nxl]
  input[data-astro-cid-kukh5nxl][type="checkbox"]:checked
  + label[data-astro-cid-kukh5nxl]::before {
  background-color: #2e8ed5;
  border-color: #2e8ed5;
  background-image: url(../assets/common/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .illust[data-astro-cid-kukh5nxl] {
  max-width: 132px;
  margin: 0px auto 0;
  transform: translateY(20px);
}
@media (min-width: 1030px) {
  .mypage-top[data-astro-cid-kukh5nxl] .item[data-astro-cid-kukh5nxl] .illust[data-astro-cid-kukh5nxl] {
    max-width: 180px;
  }
}
.mypage-top[data-astro-cid-kukh5nxl] .item3[data-astro-cid-kukh5nxl] {
  padding-top: 40px;
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] .item3[data-astro-cid-kukh5nxl] {
    padding: 30px 40px;
  }
}
@media (min-width: 750px) {
  .mypage-top[data-astro-cid-kukh5nxl] .flexbox3[data-astro-cid-kukh5nxl] {
    display: flex;
    align-items: center;
  }
}
.section2[data-astro-cid-kukh5nxl] {
  border-radius: 20px;
  background-color: #e6eef4;
  padding: 40px 5% 50px;
  margin-top: 40px;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-kukh5nxl] {
    margin: -84px auto 60px;
    max-width: 768px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 5% 50px;
  }
}
@media (min-width: 790px) {
  .section2[data-astro-cid-kukh5nxl] {
    padding: 60px 100px 80px;
  }
}
.section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] {
  background-color: #fff;
  display: table;
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl]:hover {
    background-color: #2e8ed5;
    color: #fff;
  }
  .section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl]:hover .icon[data-astro-cid-kukh5nxl] {
    color: #fff;
  }
}
.section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] .title-5[data-astro-cid-kukh5nxl] {
  justify-content: center;
  gap: 15px;
  align-items: center;
}
@media (min-width: 750px) {
  .section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] .title-5[data-astro-cid-kukh5nxl] .f-button-l[data-astro-cid-kukh5nxl] {
    font-weight: 500;
  }
}
.section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] .icon[data-astro-cid-kukh5nxl] {
  display: flex;
  align-items: center;
  color: #1b3759;
  transition: all 0.2s;
}
.section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] .icon1[data-astro-cid-kukh5nxl],
.section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] .icon2[data-astro-cid-kukh5nxl],
.section2[data-astro-cid-kukh5nxl] .btn1[data-astro-cid-kukh5nxl] .icon3[data-astro-cid-kukh5nxl] {
  width: 30px;
  height: 30px;
}
.section2[data-astro-cid-kukh5nxl] .news-box[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl] {
  gap: 9px;
  padding: 16px 24px 16px 0;
  position: relative;
}
.section2[data-astro-cid-kukh5nxl] .news-box[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl] .date[data-astro-cid-kukh5nxl] {
  color: #818181;
}
@media (min-width: 1030px) {
  .section2[data-astro-cid-kukh5nxl] .news-box[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl] .title[data-astro-cid-kukh5nxl]:hover {
    color: #2e8ed5;
    text-decoration: underline;
  }
}
.section2[data-astro-cid-kukh5nxl] .news-box[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl] .arrow[data-astro-cid-kukh5nxl] {
  position: absolute;
  transform: rotate(-90deg) translateY(-50%);
  width: 10px;
  right: 0;
  top: 50%;
}
.section2[data-astro-cid-kukh5nxl] .news-box[data-astro-cid-kukh5nxl] .flexbox[data-astro-cid-kukh5nxl]:nth-of-type(2n) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
