@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --clr-black: #000;
  --clr-white: #fff;
  --clr-bg-gray: #edeff0;
  --clr-blue: #004a9b;
  --clr-red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

html body .main .breadcrumbs {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  html body .main .breadcrumbs {
    margin-bottom: 20px;
  }
}
html body .main .content {
  padding-top: 0;
}
html body .main .content::after {
  display: none;
}
html body .main .content__wrapper {
  margin-top: 0 !important;
}
html body .main .content__wrapper.gray-pattern {
  background: none;
}
html body .main .content__wrapper__inner .main-content {
  padding-top: 0;
}
html body .main .content__wrapper__inner .main-content.gray-pattern {
	padding-bottom: 0;
}
html body .main .content__wrapper__inner .main-content.gray-pattern::after {
  background: none;
  top: 0;
  height: auto;
}

html body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
html body .radio-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html body .radio-box .radio-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
html body .radio-box .radio-wrap input {
  accent-color: #000;
}
html body .fle {
  display: flex;
  align-items: center;
}
html body .fle span {
  font-size: 18px !important;
  position: relative;
}
html body .fle span:first-child {
  margin-right: 30px;
}
html body .fle span:first-child::before {
  content: "";
  width: 90%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
html body .fle span:first-child::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -15px;
  translate: 50% -50%;
  font-size: 16px;
}
html body .comp {
  margin: 0 auto;
  width: fit-content;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html body .comp {
    font-size: 14px;
  }
}
@media screen and (max-width: 1480px) {
  html body .content-left-top {
    display: none;
  }
}
html body .main .section-title {
  margin-bottom: 50px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .main .section-title.lead-title {
  margin-bottom: 50px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title.lead-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .main .price-box {
  margin-top: 15px;
}
html body .main .price-box .price-text.val {
  letter-spacing: 0.06em;
}
html body .main .pro {
  margin-top: 15px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .pro {
    justify-content: center;
  }
}
html body .main .pro .pro-box {
  width: 300px !important;
}
@media screen and (max-width: 768px) {
  html body .main .pro .pro-box {
    width: 200px !important;
  }
}
html body .main .pro .apply {
  background: var(--clr-blue);
  color: #fff;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
  border-radius: 5px;
}
html body .main .impor {
  width: 370px;
  margin: 15px auto 0;
  color: var(--clr-blue);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .impor {
    width: 100%;
    font-size: 13px;
  }
}
html body .main .complete-msg-box.has-check::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 auto 90px;
  aspect-ratio: 1;
  width: 110px;
  height: auto;
  background-image: url(../media/images/sign-up/icon_complete.svg);
}
@media screen and (max-width: 768px) {
  html body .main .complete-msg-box.has-check::before {
    margin-bottom: 45px;
    width: 77px;
  }
}
html body .main .complete-msg-box .lead {
  margin: 0 auto;
  max-width: 600px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .main .complete-msg-box .lead {
    font-size: 14px;
    text-align: left;
  }
}
html body .main .complete-msg-box .lead.lead2 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html body .main .complete-msg-box .lead.lead2 {
    font-size: 14px;
  }
}
html body .main .complete-msg-box .lead.lead2 span {
  color: #fff;
  background: var(--clr-blue);
  font-weight: normal;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
html body .main .complete-msg-box .lead.lead2 .already {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  html body .main .complete-msg-box .lead.lead2 .already {
    margin-bottom: 30px;
  }
}
html body .main .complete-msg-box .lead.lead2 p {
  color: #000;
}
html body .main .complete-msg-box .lead.lead2 a {
  text-decoration: underline;
}
@media (hover) {
  html body .main .complete-msg-box .lead.lead2 a:hover {
    text-decoration: none;
  }
}
html body .main .complete-msg-box .lead span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .complete-msg-box .lead span {
    font-size: 15px;
  }
}
html body .main .complete-msg-box .lead p {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  html body .main .complete-msg-box .lead p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
html body .main .complete-msg-box .lead p.black {
  text-align: center;
}
html body .main .complete-msg-box .lead p.red {
  width: fit-content;
  color: var(--clr-blue);
}
html body .main .form {
  color: #000 !important;
  background: #fff;
  padding: 68px 50px 68px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  /* ラジオボタンを非表示 */
  /* 自作のボタンスタイル */
  /* ラジオボタンが選択された状態のスタイル */
}
@media screen and (max-width: 768px) {
  html body .main .form {
    padding: 34px 25px 34px;
  }
}
html body .main .form .radio-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 650px) {
  html body .main .form .radio-group {
    grid-template-columns: 1fr;
  }
}
html body .main .form .radio-group input[type=radio] {
  display: none;
}
html body .main .form .radio-group input[type=radio]:checked + .custom-radio {
  position: relative;
}
html body .main .form .radio-group input[type=radio]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  border: 2px solid var(--clr-blue);
  top: 0;
  left: 0;
}
html body .main .form .radio-group .radio-item .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  html body .main .form .radio-group .radio-item .text {
    margin-top: 10px;
    font-size: 13px;
  }
}
html body .main .form .radio-group .radio-item .text span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 500px) {
  html body .main .form .radio-group .radio-item .text span {
    font-size: 18px;
  }
}
html body .main .form .custom-radio {
  display: block;
  height: 100%;
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 500px) {
  html body .main .form .custom-radio {
    padding: 15px 20px;
  }
}
html body .main .form .form-table .data + .title {
  margin-top: 45px;
}
@media screen and (max-width: 500px) {
  html body .main .form .form-table .data + .title {
    margin-top: 23px;
  }
}
html body .main .form .step-list {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 72px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .form .step-list {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  html body .main .form .step-list {
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 40px;
  }
}
html body .main .form .step-list .step {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 10px;
  line-height: 1.35;
  color: #999898;
  text-align: center;
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  html body .main .form .step-list .step {
    gap: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  html body .main .form .step-list .step:nth-child(4)::before {
    display: none !important;
  }
}
html body .main .form .step-list .step:not(:first-child)::before {
  content: "";
  display: block;
  background: #b8b8b8;
  height: 1px;
  position: absolute;
  top: 22px;
  width: 18px;
  left: -6px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  html body .main .form .step-list .step:not(:first-child)::before {
    width: 16px;
    left: -11px;
    top: 25px;
  }
}
html body .main .form .step-list .step.current {
  color: #000;
  font-weight: 700;
}
html body .main .form .step-list .step.current .no {
  border: none;
  color: var(--clr-blue);
}
html body .main .form .step-list .step .no {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  aspect-ratio: 1;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .form .step-list .step .no {
    font-size: 18px;
  }
}
html body .main .form .step-list .step .no::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .main .form .step-list .step .no::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .main .form .step-list .step .no em {
  font-style: normal;
  position: relative;
  z-index: 1;
}
html body .main .form .content-title {
  margin: 0 0 74px;
  padding-bottom: 25px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .form .content-title {
    margin-bottom: 37px;
    padding-bottom: 20px;
    font-size: 21px;
  }
}
html body .main .form .content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  height: 4px;
  width: 50px;
  background: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  html body .main .form .content-title::after {
    width: 42px;
  }
}
html body .main .form .content-text {
  max-width: 650px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  html body .main .form .content-text {
    font-size: 14px;
  }
}
html body .main .form .content-text.top {
  margin-top: -50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .form .content-text.top {
    margin-top: -25px;
  }
}
html body .main .form .content-text a {
  text-decoration: underline;
}
html body .main .form .content-text a:hover {
  text-decoration: none;
}
html body .main .form .form-table {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin: 74px auto 0;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table {
    margin-top: 37px;
  }
}
html body .main .form .form-table.confirm {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 80px;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table.confirm {
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
html body .main .form .form-table.confirm .title {
  margin-top: 0;
  width: 46.66%;
  padding: 30px 0;
  border-bottom: solid 1px #b8b8b8;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table.confirm .title {
    width: 100%;
    padding: 15px 0 0 0;
    border-bottom: 0;
  }
}
html body .main .form .form-table.confirm .data {
  width: 53.34%;
  margin-top: 0;
  padding: 30px 0;
  border-bottom: solid 1px #b8b8b8;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table.confirm .data {
    width: 100%;
    padding: 0 0 15px;
  }
}
html body .main .form .form-table .age {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table .age {
    gap: 10px;
  }
}
html body .main .form .form-table .age .age-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table .age .age-box {
    gap: 5px;
  }
}
html body .main .form .form-table select {
  padding: 11px 10px 10px;
  background: #f7f7f7;
  border: solid 1px #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 3px;
  padding-right: 30px;
  background: url(../media/images/sign-up/icon_select_arrow.svg) no-repeat right 16px center/10px 7px;
  background-color: #f7f7f7;
  cursor: pointer;
  width: 100%;
}
html body .main .form .form-table .msg {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
html body .main .form .form-table .multiple-data {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table .multiple-data {
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 10px;
  }
}
html body .main .form .form-table input[type=text],
html body .main .form .form-table input[type=email],
html body .main .form .form-table input[type=password],
html body .main .form .form-table input[type=tel],
html body .main .form .form-table input[type=number],
html body .main .form .form-table textarea {
  padding: 11px 15px 10px;
  background: #f7f7f7;
  border: solid 1px #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 3px;
  width: 100%;
}
html body .main .form .form-table .title {
  width: 100%;
}
html body .main .form .form-table .title .req {
  gap: 3px;
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
}
html body .main .form .form-table .title .req::before {
  content: "＊";
  display: inline-block;
  color: #d82100;
  font-size: 10px;
  line-height: 2;
}
html body .main .form .form-table .data {
  margin-top: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body .main .form .form-table .data {
    margin-top: 14px;
  }
}
html body .main .form .form-table .data .data-unit {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  justify-content: left;
  gap: 18px;
  width: 100%;
}
html body .main .form .form-table .data .data-unit.row-wrap {
  justify-content: flex-start;
  flex-flow: row wrap;
}
html body .main .form .form-table .data .data-unit .agree-label {
  padding-top: 0;
  padding-bottom: 0;
}
html body .main .form .form-table .data .data-unit.radio-unit label {
  display: flex;
  align-items: center;
  gap: 15px;
}
html body .main .form .form-table .data .data-unit.radio-unit label input {
  accent-color: var(--clr-blue);
}
html body .main .content-small-title {
  margin: 88px auto 28px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .main .content-small-title {
    margin: 44px auto 14px;
    font-size: 14px;
  }
}
html body .main .content-small-title + .attention {
  display: block;
  margin: 28px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  html body .main .content-small-title + .attention {
    margin-top: 14px;
  }
}
html body .main .indent {
  display: inline-block;
  padding-left: 1em;
  width: -moz-fit-content;
  width: fit-content;
  text-indent: -1em;
  text-align: left;
}
html body .main .attention-block {
  display: block;
  text-align: center;
}

html body .main .attention {
  color: #d82100;
}
@media screen and (max-width: 768px) {
  html body .main .attention {
    font-size: 12px;
  }
}
html body .main .terms-box {
  margin: 16px auto 0;
  padding: 15px 10px 0 20px;
  aspect-ratio: 650/210;
  max-width: 650px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  html body .main .terms-box {
    margin-top: 13px;
    padding: 12px 8px 0px 16px;
    aspect-ratio: 3/2;
  }
}
html body .main .terms-box .terms-inner {
  padding: 5px 0 20px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  html body .main .terms-box .terms-inner {
    padding: 4px 0px 16px;
  }
}
html body .main .first {
  margin-top: 0 !important;
}
html body .main .agree-box {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box {
    margin-top: 32px;
  }
}
html body .main .agree-box2 {
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box2 {
    margin-top: 20px;
  }
}
html body .main .agree-box div {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .main .agree-box div label span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box div label span {
    font-size: 12px;
  }
}
html body .main .agree-box label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.47;
  padding-right: 0 !important;
}
html body .main .agree-box label a {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
  html body .main .agree-box label {
    font-size: 13px;
  }
}
html body .main input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
html body .main input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  padding: 11px 15px 10px 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main input[type=checkbox] + label {
    padding: 9px 12px 8px 25px;
  }
}
html body .main input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #d0d0d0;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  transform: translate(0, -50%);
}
html body .main input[type=checkbox]:checked + label::before {
  border-color: #000;
  background: #000;
}
html body .main input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #ffffff;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 2px;
  transform: translate(0, -75%) rotate(-45deg);
}
html body .main .notice {
  margin-top: 30px;
  color: #000;
}
@media screen and (max-width: 768px) {
  html body .main .notice {
    font-size: 12px;
  }
}
html body .main .buttons {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 15px;
  margin: 40px 0 0;
}
html body .main .buttons.mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .buttons.mb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
html body .main .buttons .button {
  display: block;
  margin: 0;
  padding: 21px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px var(--clr-blue);
  background: #ffffff;
  color: var(--clr-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  text-decoration: none !important;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .buttons .button {
    padding: 17px;
    font-size: 15px;
  }
}
html body .main .buttons .button.thin {
  opacity: 0.3;
  pointer-events: none;
}
html body .main .buttons .button.medium {
  min-width: 340px;
}
@media screen and (max-width: 768px) {
  html body .main .buttons .button.medium {
    width: 100%;
    min-width: auto;
  }
}
html body .main .buttons .button.positive {
  border-color: var(--clr-blue);
  background: var(--clr-blue);
  color: #ffffff;
}
html body .main .buttons .button.back {
  color: #000;
  border-color: #000;
}
html body .main .buttons .button.back::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background-image: url(../media/images/sign-up/icon_back.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
}
html body .main .buttons .button.next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background-image: url(../media/images/sign-up/icon_next.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  transform: translate(0, -50%) scale(-1, 1);
}

html body .header__inner--right .nav-wrapper .global-nav {
	display: none;
}

.error {
    color: #d82100;
}

/* FB対応 */
html body .main .theme-sample-jp b {
	margin-right: 0.3em;
	font-weight: 400;
}
html body .main .theme-sample-en b {
	display: inline-block;
	margin-top: 0.75em;
	font-weight: 700;
}
html body .main .theme-sample-en b:first-of-type {
	margin-top: 0.5em;
}

html body .main .agree-box .agree-notes {
	text-align: center;
}

/* radioボタンスタイル追加 */
html body .main input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
html body .main input[type=radio] + label {
  display: inline-block;
  margin: 0;
  padding: 11px 15px 10px 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main input[type=radio] + label {
    padding: 9px 12px 8px 25px;
  }
}
html body .main input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #d0d0d0;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
html body .main input[type=radio]:checked + label::before {
  border-color: #000;
}
html body .main input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  border-radius: 50%;
}

/* 箇条書き説明文スタイル追加 */
html body .main .form .form-table .data ul.dots-list {
	margin-top: 1.5em;
}
html body .main .form .form-table .data ul.dots-list li {
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
html body .main .form .form-table .data ul.dots-list li:before {
	content: '・';
}
html body .main .form .form-table .data ul.dots-list li a {
	text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
