@charset "utf-8";
/* layout */
body {
  color: #202527;
  background: linear-gradient(20deg, rgba(226, 242, 249, 1) 0%, rgba(193, 243, 252, 1) 100%);
  background-repeat: no-repeat;
}
@media only screen and (min-width:751px) { /* for PC */
  body {
    width: 100%;
    min-width: 1280px;
    overflow-x: auto;
    background-size: 100% 200px;
    background-position: left top 254px;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  body {
    min-width: 320px;
    background-size: 100% 23vw;
    background-position: left top 43vw;
  }
}
/* pageTitle */
h1.pageTitle {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  line-height: 150%;
  padding-bottom: 15px;
  margin-top: 65px;
  margin-bottom: 90px;
  letter-spacing: 0.08em;
  position: relative;
}
h1.pageTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 161, 233, 1) 0%, rgba(76, 218, 182, 1) 100%);
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and (min-width:751px) { /* for PC */
}
@media only screen and (max-width:750px) { /* for SP */
  h1.pageTitle {
    font-size: 1.625rem;
    letter-spacing: 0.05em;
    padding-bottom: 3vw;
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
}
/* whiteBg */
.whiteBg {
  display: block;
  width: 100%;
  max-width: 1140px;
  background: #FFF;
  padding: 55px 30px;
  font-size: 0.9375rem;
  margin: 0 auto;
  border: none;
}
@media only screen and (min-width:751px) { /* for PC */
  .whiteBg {
    min-height: calc(100vh - 448px);
  }
  .whiteBg br.sp {
    display: none;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  .whiteBg {
    max-width: 94vw;
    margin-left: auto;
    margin-right: auto;
    padding: 8vw 5vw;
    min-height: calc(100svh - 85vw);
  }
}
/* form parts */
.whiteBg input[type="text"], .whiteBg input[type="email"], .whiteBg input[type="password"], .whiteBg input[type="tel"] {
  display: block;
  font-size: inherit;
  background: #eef6fd;
  border: #e5edf5 solid 1px;
  padding: 15px;
  width: 100%;
  max-width: 420px;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.whiteBg input::placeholder {
  color: #75848a;
}
.whiteBg .errMsg {
  display: block;
  max-width: 420px;
  margin: 10px 0 20px 0;
  font-size: 0.8125rem;
  background: #ffebed;
  padding: 5px 10px;
  color: #a81021;
  margin-top: 5px;
}
.whiteBg .required {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #a81021;
  background: #ffebed;
  border-radius: 3px;
  padding: 3px .5em;
  line-height: 100%;
  margin-left: .5em;
}
.whiteBg .attention {
  margin-top: 0.75rem;
  font-size: .875rem;
}
.whiteBg .btnaAttention {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1.5rem;
}
.whiteBg .nomalBtn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 1rem;
  padding: 13px 2em;
  border-radius: 4px;
  color: #FFF;
  border: none;
  background: var(--mainColor);
  width: 100%;
  max-width: 300px;
  margin: 2em auto 1em auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (min-width:751px) { /* for PC */
  .whiteBg .nomalBtn {
    transition: all 0.3s ease;
  }
  .whiteBg .nomalBtn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  .whiteBg .nomalBtn {
    max-width: 300px;
    margin: 10px auto 8vw auto;
  }
}
/* #member_confirmBody */
#member_confirmBody fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#member_confirmBody fieldset .read {
  line-height: 180%;
  margin-bottom: 55px;
  text-align: center;
}
#member_confirmBody fieldset .read span {
  display: block;
  font-size: 0.8125rem;
  color: #899397;
  margin-top: 5px;
}
#member_confirmBody fieldset .formLine {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 0 auto;
}
#member_confirmBody fieldset .formLine + .formLine {
  margin-top: 1.5rem;
}
#member_confirmBody fieldset .formLine .labelArea {
  font-weight: 600;
}
#member_confirmBody fieldset input[type="text"], #member_confirmBody fieldset input[type="email"], #member_confirmBody fieldset input[type="password"] {
  font-size: 1rem;
  padding: 12px 20px;
}
@media only screen and (min-width:751px) { /* for PC */
  #member_confirmBody fieldset .formLine {
    width: 50%;
  }
  #member_confirmBody fieldset .formLine .labelArea {
    width: 10em;
    padding-top: 0.75rem;
  }
  #member_confirmBody fieldset .formLine .inputArea {
    width: calc(100% - 12em);
  }
}
@media only screen and (max-width:750px) { /* for SP */
  #member_confirmBody fieldset .read {
    font-size: 0.9375rem;
    margin-bottom: 7vw;
  }
  #member_confirmBody fieldset .formLine {
    gap: 1em;
  }
  #member_confirmBody fieldset .formLine + .formLine {
    margin-top: 2em;
  }
  #member_confirmBody fieldset .formLine .labelArea {
    width: 100%;
  }
  #member_confirmBody fieldset .formLine .inputArea {
    width: 100%;
  }
  #member_confirmBody fieldset input[type="text"], #member_confirmBody fieldset input[type="email"], #member_confirmBody fieldset input[type="password"] {
    font-size: 16px;
    max-width: 100%;
    padding: 2.5vw 4vw;
    margin-bottom: 3vw;
  }
}
/* #resultBody */
#resultBody fieldset {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}
#resultBody fieldset .read {
  line-height: 180%;
  margin-bottom: 55px;
  text-align: center;
}
#resultBody .resultText {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
#resultBody .resultText img {
  width: 1em;
}
#resultBody .resultSet .read {
  margin-bottom: 2em;
}
#resultBody .radioList {
  margin: 0 auto ;
}
#resultBody .radioList li input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 0.5em;
}
#resultBody .radioList li + li {
  margin-top: 0.5em;
}
#resultBody .radioList li label {
  display: inline-block;
  border: #b9ccdd solid 1px;
  padding: 0.8125rem;
  border-radius: 3px;
  min-width: 100%;
}
#resultBody .errWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#resultBody .errWrap .errMsg {
  margin: 0.5em 0 0 0;
  max-width: 540px;
  width: 100%;
}
#resultBody .btn {
  text-align: center;
  margin-top: 2em;
}
#resultBody .btn a {
  font-size: .875rem;
  display: inline-block;
  padding: 12px 15px 12px 10px;
  min-width: 240px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--mainColor);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
  text-decoration: none;
  position: relative;
}
#resultBody .btn a::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/arrow_w.svg) no-repeat center center / auto 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  transition: all 0.3s ease;
}
#resultBody .btn a.backtoBtn {
  background: #fff;
  border: var(--ColorBorder) solid 1px;
  color: #202527;
}
#resultBody .btn a.backtoBtn::after {
  background: url(../images/arrow_lg.svg) no-repeat center center / auto 12px;
}

@media only screen and (min-width:751px) { /* for PC */
  #resultBody .radioList {
    width: 50%;
  }
  #resultBody .radioList label {
    transition: all 0.3s ease;
  }
  #resultBody .radioList label:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #resultBody .btn a:hover::after {
    right: 12px;
  }
  #resultBody .btn a.backtoBtn:hover {
    background-color: #f3f7f9;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  #resultBody .nomalBtn {
    margin: 1.2em auto 1.5em auto;
   }
}
/* #applicableBody */
#applicableBody .applicableGuide .resultText {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#applicableBody .applicableGuide .lead {
  text-align: center;
}
#applicableBody .applicableGuide .btn {
  text-align: center;
  margin-top: 1.5rem;
}
#applicableBody .applicableGuide .btn a {
  text-decoration: none;
  position: relative;
  text-align: center;
  font-weight: 700;
}
#applicableBody .applicableGuide .btn a::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../images/arrow_w.svg") no-repeat center center / auto 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  transition: all 0.3s ease;
}
#applicableBody .applicableGuide .CreateID {
  border-bottom: #e1e9ed solid 1px;
  padding: 2em 0 3em 0;
}
#applicableBody .applicableGuide .CreateID .btn a {
  display: inline-block;
  padding: 0.9375rem 2rem 0.9375rem 1.5rem;
  border-radius: 4px;
  color: #ffffff;
  background: var(--ColorOrange);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
  font-size: 1.15rem;
  position: relative;
}
#applicableBody .applicableGuide .alreadyMember {
  padding: 3em 0 2em 0;
}
#applicableBody .applicableGuide .alreadyMember .btn a {
  font-size: .875rem;
  display: inline-block;
  padding: 12px 15px;
  min-width: 220px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--mainColor);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
}
@media only screen and (min-width:751px) { /* for PC */
  #applicableBody .applicableGuide .btn a:hover {
    opacity: .9;
  }
  #applicableBody .applicableGuide .btn a:hover::after {
    right: 12px;
  }
  #applicableBody .applicableGuide .CreateID .btn a {
    min-width: 400px;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  #applicableBody .applicableGuide .CreateID .btn a {
    width: 100%;
  }
}
/* #not_applicableBody */
#not_applicableBody .applicableGuide .resultText {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#not_applicableBody .applicableGuide .lead {
  text-align: center;
}
#not_applicableBody .applicableGuide .btn {
  text-align: center;
}
#not_applicableBody .applicableGuide .GuideMember .btn {
  margin-top: 1.5rem;
}
#not_applicableBody .applicableGuide .btn a {
  text-decoration: none;
  position: relative;
  text-align: center;
  font-weight: 700;
}
#not_applicableBody .applicableGuide .btn a::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../images/arrow_w.svg") no-repeat center center / auto 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  transition: all 0.3s ease;
}
#not_applicableBody .applicableGuide .GuideMember {
  padding: 2em 0 3em 0;
  border-bottom: #e1e9ed solid 1px;
}
#not_applicableBody .applicableGuide .GuideMember .btn a {
  display: inline-block;
  padding: 0.9375rem 2rem 0.9375rem 1.5rem;
  border-radius: 4px;
  color: #ffffff;
  background: var(--ColorOrange);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
  font-size: 1.15rem;
  position: relative;
}
#not_applicableBody .applicableGuide .backBtn {
  padding: 3em 0 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
#not_applicableBody .applicableGuide .backBtn .btn a {
  font-size: .875rem;
  display: inline-block;
  padding: 12px 15px 12px 10px;
  min-width: 240px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--mainColor);
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
}
#not_applicableBody .applicableGuide .backBtn .btn a.backtoBtn {
  background: #fff;
  border: var(--ColorBorder) solid 1px;
  color: #202527;
}
#not_applicableBody .applicableGuide .backBtn .btn a.backtoBtn::after {
  background: url(../images/arrow_lg.svg) no-repeat center center / auto 12px;
}
@media only screen and (min-width:751px) { /* for PC */
  #not_applicableBody .applicableGuide .btn a:hover {
    opacity: .9;
  }
  #not_applicableBody .applicableGuide .btn a:hover::after {
    right: 12px;
  }
  #not_applicableBody .applicableGuide .GuideMember .btn a {
    min-width: 320px;
  }
  #not_applicableBody .applicableGuide .backBtn .btn a.backtoBtn:hover {
    background-color: #f3f7f9;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  #not_applicableBody .applicableGuide .GuideMember {
    padding-bottom: 2em;
  }
  #not_applicableBody .applicableGuide .GuideMember .btn a {
    width: 100%;
  }
  #not_applicableBody .applicableGuide .backBtn {
    padding-top: 2em;
  }
}
/* #registerBody */
#registerBody fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#registerBody fieldset + fieldset {
  margin-top: 4em;
}
#registerBody h2 {
  padding: 0 0 0 25px;
  border-left: 3px solid #d2dfe6;
  border-image: linear-gradient(0deg, rgba(0, 161, 233, 1) 0%, rgba(76, 218, 182, 1) 100%) 1;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  flex: 1;
}
#registerBody .lead {
  margin-bottom: 2em;
}
#registerBody fieldset .formLine {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 0 auto;
}
#registerBody fieldset .formLine + .formLine {
  margin-top: 1.5rem;
}
#registerBody fieldset .formTitle {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  padding: 14px 18px;
  background: #ecf2f5;
  margin: 2em 0 1.5em 0;
}
#registerBody fieldset .formLine .labelArea {
  font-weight: 600;
}
#registerBody fieldset .formLine .checkList{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1px 1em;
}
#registerBody fieldset .formLine .checkList li{
	display: inline-block;
	font-size: 0.875rem;
}
#registerBody fieldset .formLine .checkList li label.checkAppearance {
  display: inline-block;
  min-height: 1em;
  cursor: pointer;
  position: relative;
  padding: 13px 13px 13px 45px;
  transition: all 0.3s ease;
  z-index: 2;
}
#registerBody fieldset .formLine .checkList li label.checkAppearance input {
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#registerBody fieldset .formLine .checkList li label.checkAppearance::before{
	content: "";
  display: inline-block;
	width: 16px;
	height: 16px;
	background: #eef6fd;
	border: #ccd5de solid 1px;
	box-shadow: 2px 0 3px rgba(38, 49, 49, 0.08);
	border-radius: 4px;
	position: absolute;
	top: calc(50% - 7px);
	box-sizing: border-box;
}
#registerBody fieldset .formLine .checkList li label.checkAppearance.crr::before{
	border-color: #46b9ed;
	background: url("../images/check.png") no-repeat #46b9ed center top 4px;
}
#registerBody fieldset .formLine .checkList li label.radioAppearance {
  padding: 13px;
}
#registerBody fieldset .formLine .checkList li label.radioAppearance input[type="radio"]{
  margin: 0 0.5em 0 0;
  position: relative;
  top: 1px;
}
#registerBody fieldset .formLine .checkList li label.checkAppearance,
#registerBody fieldset .formLine .checkList li label.radioAppearance{
  display: inline-block;
	border: #b9ccdd solid 1px;
	min-width: 260px;
	border-radius: 3px;
  position: relative;
  cursor: pointer;
}
#registerBody fieldset .formLine .checkList li label.checkAppearance::before,
#registerBody fieldset .formLine .checkList li label.radioAppearance::before{
	left: 15px;
}
#registerBody fieldset .address label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 1em;
}
#registerBody fieldset .address .flexBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px 1em;
  margin-top: 15px;
}
#registerBody fieldset .address .attention{
  margin-top: 0;
}
#registerBody fieldset .ex {
  margin-top: 0.75rem;
  font-size: .875rem;
}
#registerBody #usersMailKeyWrap {
  margin-top: 1.5em;
}
#registerBody .bottomBtnLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 4em 0;
  gap: 1em;
}
#registerBody .bottomBtnLine a,
#registerBody .bottomBtnLine button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: 100%;
  padding: 1em 2em;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  background: var(--mainColor);
  border: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#registerBody .bottomBtnLine .softBtn {
  background: #d7e2eb;
  color: #000;
}
@media only screen and (min-width:751px) { /* for PC */
  #registerBody .formArea {
    max-width: 90%;
    margin: 0 auto;
  }
  #registerBody fieldset .formLine {
    width: 100%;
  }
  #registerBody fieldset .formLine .labelArea {
    width: 18em;
    padding-top: 0.75rem;
  }
  #registerBody fieldset .formLine .inputArea {
    width: calc(100% - 20em);
  }
  #registerBody fieldset .address .flexBox label span{
    min-width: 4em;
  }
  #registerBody fieldset .address .flexBox input{
    max-width: 200px;
  }
  #registerBody .bottomBtnLine a,
  #registerBody .bottomBtnLine button {
    max-width: 300px;
    transition: all 0.3s ease;
  }
  #registerBody .bottomBtnLine a:hover,
  #registerBody .bottomBtnLine button:hover {
    opacity: 0.7;
  }
  #registerBody .bottomBtnLine .softBtn {
    max-width: 240px;
  }
}
@media only screen and (max-width:750px) { /* for SP */
  #registerBody fieldset .read {
    font-size: 0.9375rem;
    margin-bottom: 7vw;
  }
  #registerBody fieldset .formLine {
    gap: 1em;
  }
  #registerBody fieldset .formLine + .formLine {
    margin-top: 2.5em;
  }
  #registerBody fieldset .formLine .labelArea {
    width: 100%;
  }
  #registerBody fieldset .formLine .inputArea {
    width: 100%;
  }
  #registerBody fieldset input[type="text"], #registerBody fieldset input[type="email"], #registerBody fieldset input[type="password"] {
    font-size: 16px;
    max-width: 100%;
    padding: 2.5vw 4vw;
  }
  #registerBody fieldset .formLine .checkList li {
    width: 100%;
  }
  #registerBody fieldset .formLine .checkList li label {
    width: 100%;
  }
  #registerBody fieldset .formLine .checkList li + li {
    margin-top: 0.8em;
  }
  #registerBody fieldset .address .flexBox {
    gap: 2.5em;
    margin-top: 2.5em;
  }
  #registerBody fieldset .address label {
    width: 100%;
  }
  #registerBody .bottomBtnLine {
    margin: 2em 0 3em 0;
  }
  #registerBody .bottomBtnLine #nextBtn{
    order: 1;
    padding: 1.5em 2em;
  }
  #registerBody .bottomBtnLine #editBtn{
    order: 2;
  }
}

/* #confirmBody */
#confirmBody h2 {
  padding: 0 0 0 25px;
  border-left: 3px solid #d2dfe6;
  border-image: linear-gradient(0deg, rgba(0, 161, 233, 1) 0%, rgba(76, 218, 182, 1) 100%) 1;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  flex: 1;
}
#confirmBody .lead {
  margin-bottom: 2em;
}
#confirmBody .formTitle {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  padding: 14px 18px;
  background: #ecf2f5;
  margin: 2em 0 1.5em 0;
}
#confirmBody .confirmList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 2em auto 4em 0;
}
#confirmBody .confirmList dt {
  font-weight: 600;
  margin: 0;
}
#confirmBody .confirmList dd {
  margin: 0;
}
#confirmBody .bottomBtnLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 4em 0;
  gap: 1em;
}
#confirmBody .bottomBtnLine a,
#confirmBody .bottomBtnLine button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: 100%;
  padding: 1em 2em;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  background: var(--mainColor);
  border: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#confirmBody .bottomBtnLine .softBtn {
  background: #d7e2eb;
  color: #000;
}
#confirmBody .bottomBtnLine .btnLead {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width:751px) { /* for PC */
  #confirmBody .formArea {
    max-width: 90%;
    margin: 0 auto;
  }
  #confirmBody .confirmList dt {
    width: 18em;
  }
  #confirmBody .confirmList dd {
    width: calc(100% - 20em);
  }
  #confirmBody .bottomBtnLine a,
  #confirmBody .bottomBtnLine button {
    max-width: 300px;
    transition: all 0.3s ease;
  }
  #registerBody .bottomBtnLine a:hover,
  #registerBody .bottomBtnLine button:hover {
    opacity: 0.7;
  }
  #confirmBody .bottomBtnLine .softBtn {
    max-width: 200px;
  }
  #confirmBody .confirmList {
    padding: 0 18px; 
  }
}
@media only screen and (max-width:750px) { /* for SP */
  #confirmBody .confirmList {
    gap: 0;
    margin-bottom: 0;
  }
  #confirmBody .confirmList dt {
    width: 100%;
    padding: 0 18px;
    margin-bottom: 0.8em;
  }
  #confirmBody .confirmList dd {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0 18px 1.5em 18px;
    border-bottom: #e5edf5 solid 1px;
  }
  #confirmBody .bottomBtnLine {
    margin: 0 0 3em 0;
  }
  #confirmBody .bottomBtnLine #nextBtn{
    order: 1;
    padding: 1.5em 2em;
  }
  #confirmBody .bottomBtnLine #editBtn{
    order: 2;
  }
  #confirmBody .bottomBtnLine .btnLead{
    order: 3;
  }
}
/* #completeBody */
#completeBody h2{
  padding: 0 0 0 25px;
  border-left: 3px solid #d2dfe6;
  border-image: linear-gradient(0deg, rgba(0, 161, 233, 1) 0%, rgba(76, 218, 182, 1) 100%) 1;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  flex: 1;
}
#completeBody .lead + .lead {
  margin-top: 1em;
}
#completeBody .bottomBtnLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3em 0;
  gap: 1em;
}
#completeBody .bottomBtnLine a,
#completeBody .bottomBtnLine button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: 100%;
  padding: 1em 2em;
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  background: var(--mainColor);
  border: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (min-width:751px) { /* for PC */
  #completeBody .formArea {
    max-width: 90%;
    margin: 0 auto;
  }
  #completeBody .bottomBtnLine a,
  #completeBody .bottomBtnLine button {
    max-width: 300px;
     transition: all 0.3s ease;
  }
  #registerBody .bottomBtnLine a:hover,
  #registerBody .bottomBtnLine button:hover {
    opacity: 0.7;
  }
}