body {
  background: var(--color-vivid-azure2);
}
body.cancel {
  background: var(--color-pale-gray3);
}

@media screen and (min-width: 798px) {
  header .l-primary-nav .l-primary-nav__item:last-child a:before {
    height: 5px !important;
  }
}
.p-joiningGroup {
  display: none;
}

.clr01 {
  color: var(--color-brilliant-amaranth);
}

.clr02 {
  color: var(--color-vivid-azure2);
}

.p-registBlock {
  background-color: var(--color-whi);
  box-shadow: 0 0 50px rgba(165, 165, 165, 0.48);
  border-radius: 30px;
  margin: 120px auto 0;
  max-width: 1192px;
  padding: 80px 65px 120px;
}
@media screen and (max-width: 797px) {
  .p-registBlock {
    margin-top: 28px;
    padding: 40px 20px 100px;
  }
}
.p-registBlock .c-tertiaryHeading:before {
  background-color: var(--color-vivid-azure2);
}
.p-registBlock--input h1 {
  color: var(--color-vivid-azure2);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-registBlock--input h1 {
    font-size: 2.4rem;
  }
}
.p-registBlock--input h1 + p {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-registBlock--input h1 + p {
    margin-top: 30px;
    text-align: left;
  }
}
.p-registBlock__flow {
  background: var(--color-very-pale-cerulean2);
  border-radius: 15px;
  margin-top: 35px;
  padding: 40px 35px;
}
@media screen and (max-width: 797px) {
  .p-registBlock__flow {
    margin-top: 40px;
    padding: 40px 15px 50px;
  }
}
.p-registBlock__flow .c-tertiaryHeading:before {
  background: var(--color-pale-cornflower-blue);
}
@media screen and (min-width: 798px) {
  .p-registBlock__flow .list_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 798px) {
  .p-registBlock__flow .list_flow__item {
    width: 30.6%;
  }
}
@media screen and (max-width: 797px) {
  .p-registBlock__flow .list_flow__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 798px) {
  .p-registBlock__flow .list_flow__item .item_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 59px;
  }
}
.p-registBlock__flow .list_flow__item .item_head span {
  background-color: var(--color-whi);
  border: 1px solid var(--color-vivid-azure2);
  color: var(--color-vivid-azure2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  height: 59px;
  padding-left: 10px;
  position: relative;
  text-align: center;
  width: calc(100% - 32px);
}
.p-registBlock__flow .list_flow__item .item_head span:after {
  background-image: url(/assets/images/regist/regist_figure_01.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% auto;
  content: "";
  height: 59px;
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.p-registBlock__flow .list_flow__item:nth-of-type(2) .item_head span {
  background-color: var(--color-vivid-azure2);
  color: var(--color-whi);
  height: 40px;
}
.p-registBlock__flow .list_flow__item:nth-of-type(2) .item_head span:after {
  background-image: url(/assets/images/regist/regist_figure_02.png);
  height: 40px;
}
.p-registBlock__flow .list_flow__item .item_text {
  line-height: 1.6875;
  margin-top: 30px;
}
@media screen and (max-width: 797px) {
  .p-registBlock__flow .list_flow__item .item_text {
    margin-top: 20px;
  }
}
.p-registBlock__flow .list_flow__item .item_text p + p {
  margin-top: 20px;
}
.p-registBlock__prepare {
  background-color: var(--color-very-pale-yellow);
  border-radius: 15px;
  margin-top: 25px;
  padding: 40px 35px;
}
@media screen and (max-width: 797px) {
  .p-registBlock__prepare {
    padding: 40px 15px 50px;
  }
}
.p-registBlock__prepare .c-tertiaryHeading:before {
  background-color: var(--color-brilliant-gold2);
  opacity: 0.33;
}
@media screen and (min-width: 798px) {
  .p-registBlock__prepare .list_prepare dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-registBlock__prepare .list_prepare dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 797px) {
  .p-registBlock__prepare .list_prepare dl + dl {
    margin-top: 30px;
  }
}
.p-registBlock__prepare .list_prepare dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 798px) {
  .p-registBlock__prepare .list_prepare dl dt {
    width: 250px;
  }
}
@media screen and (max-width: 797px) {
  .p-registBlock__prepare .list_prepare dl dt {
    padding-left: 20px;
  }
}
.p-registBlock__prepare .list_prepare dl dt:before {
  background-color: var(--color-brilliant-gold2);
  border-radius: 50%;
  content: "";
  height: 12px;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
}
.p-registBlock__prepare .list_prepare dl dd {
  color: var(--color-deep-gray);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 798px) {
  .p-registBlock__prepare .list_prepare dl dd {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 797px) {
  .p-registBlock__prepare .list_prepare dl dd {
    padding-top: 5px;
    padding-left: 20px;
  }
}
.p-registBlock__form {
  margin-top: 80px;
}
@media screen and (max-width: 797px) {
  .p-registBlock__form {
    margin-top: 60px;
  }
}
.p-registBlock--confirm {
  padding: 60px 80px 120px;
}
@media screen and (max-width: 797px) {
  .p-registBlock--confirm {
    padding: 40px 20px 100px;
  }
}
.p-registBlock--confirm .p-customerInfo table {
  border-bottom: 1px solid var(--color-pale-gray2);
}
.p-registBlock--confirm .p-customerInfo table tr:nth-last-of-type(1) {
  display: none;
}
@media screen and (max-width: 797px) {
  .p-registBlock--confirm .p-customerInfo table td {
    padding-left: 15px;
  }
}
.p-registBlock--confirm .text__confirm {
  font-size: 1.5rem;
  margin-top: 70px;
  text-align: center;
}
.p-registBlock--confirm .btn_area {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p-registBlock--confirm .btn_area .button {
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
}
.p-registBlock--confirm .btn_area .button input[type=submit],
.p-registBlock--confirm .btn_area .button input[type=button] {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-weight: 700;
  width: 100%;
}
.p-registBlock--confirm .btn_area .button input[type=submit]:hover,
.p-registBlock--confirm .btn_area .button input[type=button]:hover {
  opacity: 0.8;
}
.p-registBlock--confirm .btn_area .button input[type=submit] {
  background-color: var(--color-brilliant-amaranth);
  color: var(--color-whi);
}
.p-registBlock--confirm .btn_area .button input[type=button] {
  background-color: var(--color-whi);
  border: 1px solid var(--color-gray);
  color: var(--color-gray);
}
@media screen and (max-width: 797px) {
  .p-registBlock--confirm .btn_area .button + .button {
    margin-top: 35px;
  }
}
.p-registBlock--complete {
  padding: 60px 90px;
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete {
    padding: 70px 15px 80px;
  }
}
.p-registBlock--complete .text_compelete_head {
  margin-inline: auto;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  max-width: 560px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .text_compelete_head {
    font-size: 1.8rem;
    line-height: 1.5;
    max-width: 315px;
  }
}
.p-registBlock--complete .text_compelete_head:before, .p-registBlock--complete .text_compelete_head:after {
  background: var(--color-vivid-azure);
  content: "";
  height: 97px;
  position: absolute;
  transform-origin: top;
  width: 2px;
}
@media screen and (min-width: 798px) {
  .p-registBlock--complete .text_compelete_head:before, .p-registBlock--complete .text_compelete_head:after {
    bottom: 0;
  }
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .text_compelete_head:before, .p-registBlock--complete .text_compelete_head:after {
    top: 50%;
    margin-top: 10px;
  }
}
.p-registBlock--complete .text_compelete_head:before {
  left: 0;
  transform: rotate(-25deg);
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .text_compelete_head:before {
    transform: translateY(-50%) rotate(-20deg);
  }
}
.p-registBlock--complete .text_compelete_head:after {
  right: 0;
  transform: rotate(25deg);
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .text_compelete_head:after {
    transform: translateY(-50%) rotate(20deg);
  }
}
.p-registBlock--complete .image_illust {
  margin: 40px auto 0;
  max-width: 320px;
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .image_illust {
    margin-top: 70px;
    max-width: 295px;
  }
}
.p-registBlock--complete .text_compelete {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .text_compelete {
    font-size: 1.6rem;
    line-height: 1.6875;
    margin-top: 60px;
  }
}
.p-registBlock--complete .text_compelete p + p {
  margin-top: 20px;
}
.p-registBlock--complete .link_backtop {
  font-size: 1.5rem;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-registBlock--complete .link_backtop {
    margin-top: 40px;
  }
}

.p-customerInfo table {
  width: 100%;
}
.p-customerInfo table th, .p-customerInfo table td {
  border-top: 1px solid var(--color-pale-gray2);
}
.p-customerInfo table tr:first-child th, .p-customerInfo table tr:first-child td {
  border-top: none;
}
@media screen and (min-width: 798px) {
  .p-customerInfo table th, .p-customerInfo table td {
    padding-bottom: 23px;
    padding-top: 23px;
  }
  .p-customerInfo table tr:first-child td .checkboxGroup p:nth-child(2) {
    margin-left: 30px;
  }
  .p-customerInfo table th {
    text-align: left;
    width: 32%;
  }
  .p-customerInfo table th span, .p-customerInfo table th i {
    font-weight: 400;
  }
  .p-customerInfo table td {
    padding-left: 43px;
    padding-right: 43px;
    width: 68%;
  }
  .p-customerInfo table td p span {
    text-align: right;
    width: 60px;
  }
  .p-customerInfo table td p span + input {
    margin-left: 10px;
  }
  .p-customerInfo table td p + p {
    margin-top: 25px;
  }
  .p-customerInfo table td .form-inner {
    display: flex;
    align-items: center;
  }
  .p-customerInfo table td .form-inner p {
    display: flex;
    align-items: center;
  }
  .p-customerInfo table td .form-inner p:nth-child(2) {
    margin-left: 30px;
  }
  .p-customerInfo table td .form-inner p + p {
    margin-top: 0;
  }
  .p-customerInfo table td .form-inner.indent {
    margin-left: -70px;
  }
  .p-customerInfo table td .form-inner.indent__ajust {
    margin-left: -64px;
  }
  .p-customerInfo table td input + span {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-gray);
    width: auto;
  }
  .p-customerInfo table td .checkboxGroup {
    display: flex;
  }
  .p-customerInfo table td .checkboxGroup .checkbox:nth-child(2) {
    margin-left: 69px;
  }
  .p-customerInfo table td .note {
    color: var(--color-gray);
    margin-top: 12px;
  }
  .p-customerInfo table td .input__name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .p-customerInfo table td .input__name p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 265px;
  }
  .p-customerInfo table td .input__name p .text_head {
    text-align: right;
    width: 35px;
  }
  .p-customerInfo table td .input__name p input {
    width: 220px;
  }
  .p-customerInfo table td .input__name p + p {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 798px) and (min-width: 798px) {
  .p-customerInfo table td .input__name {
    margin-left: -45px;
  }
}
@media screen and (max-width: 797px) {
  .p-customerInfo table th, .p-customerInfo table td {
    display: block;
    width: 100%;
  }
  .p-customerInfo table th {
    padding-bottom: 20px;
    padding-top: 35px;
    text-align: left;
  }
  .p-customerInfo table th span, .p-customerInfo table th i {
    font-weight: 400;
  }
  .p-customerInfo table td {
    border-top: none;
    padding-bottom: 40px;
  }
  .p-customerInfo table tr:first-child th {
    padding-top: 0;
  }
  .p-customerInfo table tr:first-child td .checkboxGroup {
    display: flex;
  }
  .p-customerInfo table tr:first-child td .checkboxGroup div:nth-child(2) {
    margin-left: 70px;
  }
  .p-customerInfo table td {
    font-size: 1.5rem;
  }
  .p-customerInfo table td p span + input {
    margin-left: 10px;
  }
  .p-customerInfo table td .input__tel {
    display: block;
  }
  .p-customerInfo table td .input__tel input.wm {
    width: 100%;
  }
  .p-customerInfo table td .input__tel span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .p-customerInfo table td .form-inner {
    display: flex;
    justify-content: space-between;
  }
  .p-customerInfo table td .form-inner.indent__ajust {
    display: block;
    margin-top: 40px;
  }
  .p-customerInfo table td .form-inner.indent__ajust input {
    margin-left: 0;
  }
  .p-customerInfo table td input + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: var(--color-gray);
  }
  .p-customerInfo table td * + p {
    margin-top: 15px;
  }
  .p-customerInfo table td .note {
    color: var(--color-gray);
    margin-top: 10px;
  }
  .p-customerInfo table td .input__name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-customerInfo table td .input__name p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    position: relative;
    width: 48.5%;
  }
  .p-customerInfo table td .input__name p .text_head {
    text-align: right;
    width: 30px;
  }
  .p-customerInfo table td .input__name p input {
    width: calc(100% - 40px);
  }
}
.p-customerInfo table tr.attention td {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 797px) {
  .p-customerInfo table tr.attention td {
    border-top: 1px solid var(--color-pale-gray2);
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 798px) {
  .p-customerInfo table tr.attention + tr th,
  .p-customerInfo table tr.attention + tr td {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 797px) {
  .p-customerInfo table tr.attention + tr th {
    border-top: none;
    padding-top: 0;
  }
}
.p-customerInfo table .text_attention {
  color: var(--color-brilliant-amaranth);
  margin-top: 10px;
}
.p-customerInfo table .block_attention {
  background: var(--color-very-pale-yellow);
  border-radius: 18px;
  padding: 20px 50px;
  position: relative;
}
@media screen and (max-width: 797px) {
  .p-customerInfo table .block_attention {
    padding: 25px;
  }
}
.p-customerInfo table .block_attention:after {
  border-style: solid;
  border-width: 23px 13px 0 13px;
  border-color: var(--color-very-pale-yellow) transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 45px;
  bottom: -22px;
  width: 0;
}
@media screen and (max-width: 797px) {
  .p-customerInfo table .block_attention:after {
    left: 25px;
  }
}

.agreeGroup {
  border-top: 1px solid var(--color-pale-gray2);
  padding-top: 35px;
  text-align: center;
}
.agreeGroup .agreeBox {
  margin-top: 50px;
}
@media screen and (max-width: 797px) {
  .agreeGroup .agreeBox {
    font-size: 1.7rem;
    margin-top: 50px;
    text-align: center;
  }
}
.agreeGroup__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
.agreeGroup__heading span {
  color: var(--color-brilliant-amaranth);
  font-weight: 400;
  margin-left: 10px;
}
.agreeGroup__detail {
  border: 1px solid var(--color-light-gray);
  height: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 848px;
  overflow-y: auto;
  padding: 25px;
  text-align: left;
}
@media screen and (max-width: 797px) {
  .agreeGroup__detail {
    padding: 15px;
  }
}
.agreeGroup__detail .text__head {
  margin-top: 1em;
}
.agreeGroup__detail .list__num {
  margin-top: 1em;
}
@media screen and (min-width: 798px) {
  .agreeGroup__detail .list__num {
    margin-left: 1em;
  }
}
.agreeGroup__detail .list__num > li {
  padding-left: 1em;
  text-indent: -1em;
}
.agreeGroup__detail .list__num > li:nth-of-type(n+2) {
  margin-top: 5px;
}
.agreeGroup__detail .list__num > li ul {
  text-indent: 0;
}
.agreeGroup__text {
  margin-top: 30px;
}

.p-formBottonGroup__items {
  display: flex;
  justify-content: center;
}
.p-formBottonGroup__item {
  width: 200px;
}
.p-formBottonGroup__item .c-button #submit:disabled {
  opacity: 0.5;
}
.p-formBottonGroup__item .c-button input, .p-formBottonGroup__item .c-button button {
  font-weight: 700;
}
@media screen and (min-width: 798px) {
  .p-formBottonGroup__items {
    margin-top: 66px;
  }
  .p-formBottonGroup__item {
    margin: 0 10px;
  }
  .p-formBottonGroup__item .c-button #submit:disabled:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 797px) {
  .p-formBottonGroup {
    margin-top: 30px;
    padding: 50px 20px;
  }
  .p-formBottonGroup__items {
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
  }
  .p-formBottonGroup__item:nth-child(2) {
    margin-top: 35px;
  }
}

.p-cancelBlock {
  background-color: var(--color-whi);
  box-shadow: 0 0 50px rgba(165, 165, 165, 0.48);
  border-radius: 30px;
  margin: 120px auto 0;
  max-width: 750px;
  padding: 70px 75px;
}
@media screen and (max-width: 797px) {
  .p-cancelBlock {
    max-width: inherit;
    margin-top: 28px;
    padding: 40px 20px 60px;
  }
}
.p-cancelBlock h1 {
  color: var(--color-deep-gray);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-cancelBlock h1 {
    font-size: 2.2rem;
  }
}
.p-cancelBlock h1 + p {
  font-size: 1.5rem;
  line-height: 1.66;
  margin-top: 20px;
  text-align: center;
}
.p-cancelBlock__form {
  background-color: var(--color-very-pale-gray);
  border-radius: 15px;
  margin-top: 20px;
  padding: 30px;
}
@media screen and (max-width: 797px) {
  .p-cancelBlock__form {
    margin-top: 28px;
    padding: 30px 15px;
  }
}
.p-cancelBlock__form .text_attention {
  font-size: 1.5rem;
}
.p-cancelBlock__form .text_attention dt {
  font-weight: 700;
}
.p-cancelBlock__form .text_attention dd {
  margin-top: 15px;
}
.p-cancelBlock__form .text_attention dd ul li {
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
}
.p-cancelBlock__form .text_attention dd ul li:before {
  background-color: var(--color-deep-gray);
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
}
.p-cancelBlock .agreeBox {
  margin-top: 40px;
  text-align: center;
}
.p-cancelBlock__submit {
  margin-top: 35px;
}
.p-cancelBlock__submit .c-button {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
}
.p-cancelBlock__submit .c-button button {
  background-color: var(--color-brilliant-amaranth);
}
.p-cancelBlock__submit .c-button #submit:disabled {
  opacity: 0.5;
}
.p-cancelBlock__otherLink {
  font-size: 1.5rem;
  margin-top: 35px;
  text-align: center;
}
.p-cancelBlock__otherLink *:nth-child(n+2) {
  margin-top: 15px;
}
.p-cancelBlock .text_compelete {
  font-size: 1.5rem;
  line-height: 1.66;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-cancelBlock .text_compelete {
    margin-top: 40px;
  }
}
.p-cancelBlock .text_compelete p + p {
  margin-top: 20px;
}
@media screen and (max-width: 797px) {
  .p-cancelBlock .text_compelete p + p {
    margin-top: 10px;
  }
}
.p-cancelBlock .link_backtop {
  font-size: 1.5rem;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .p-cancelBlock .link_backtop {
    margin-top: 40px;
  }
}

input[type=text] {
  border: 1px solid var(--color-light-gray);
  padding: 9px;
  width: 100%;
}

input[type=text].wm {
  width: 220px;
}
@media screen and (max-width: 797px) {
  input[type=text].wm {
    width: 150px;
  }
}

.required {
  color: var(--color-brilliant-amaranth);
  margin-left: 10px;
}

[id^=error_] {
  font-size: 1.3rem;
  margin-top: 5px;
}

.checkbox input[type=checkbox] {
  border: 1px solid var(--color-gray);
  height: 16px;
  position: relative;
  width: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 2px;
}
.checkbox input[type=checkbox]:checked:before {
  border-bottom: 3px solid var(--color-vivid-azure2);
  border-right: 3px solid var(--color-vivid-azure2);
  content: "";
  height: 10px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(50deg);
  width: 6px;
}
.checkbox label {
  color: var(--color-strong-azure);
  cursor: pointer;
  font-size: 1.7rem;
  text-decoration: underline;
}
@media screen and (max-width: 797px) {
  .checkbox label {
    font-size: 1.5rem;
  }
}