input[type=text], input[type=email], input[type=tel] {
  background-color: #ddd;
}
input[type=text].valid, input[type=email].valid, input[type=tel].valid {
  background-color: #fff;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  outline: none;
  background-color: #fff;
}

textarea {
  background-color: #ddd;
}
textarea:focus {
  outline: none;
  background-color: #fff;
}
textarea.valid{
  background-color: #fff;
}

.selectBox01 select {
  background-color: #ddd;
  outline: none;
}
.selectBox01 select.valid {
  background-color: #fff;
}
.selectBox01 select:focus {
  outline: none;
  background-color: #fff;
}

.mainContent {
  display: block;
}

.subpageTitle01 {
  background-image: url("../images/bg_index01.jpg");
}

.stepArea01 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .stepArea01 {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}
.stepArea01 li {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .stepArea01 li {
    width: 32%;
  }
}
.stepArea01 .stepImg01 {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .stepArea01 .stepImg01 {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}
.stepArea01 .current {
  color: #19adf9;
}
.stepArea01 .stepTxt02 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333 !important;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .stepArea01 .stepTxt02 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .stepArea01.flexWrap li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .stepArea01.flexWrap li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .stepArea01.flexWrap .stepImg01 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .stepArea01.flexWrap .stepItem01 {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .stepArea01.flexWrap .stepTxt01 {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .stepArea01.flexWrap .stepTxt02 {
    margin-top: 5px;
  }
}

.registerTitle01,
.registerTitle02 {
  font-weight: 700;
}

.registerTitle01 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .registerTitle01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.registerTitle01 span {
  font-size: 1.4rem;
}
.registerTitle01.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .registerTitle01.mb60 {
    margin-bottom: 30px;
  }
}

.registerTitle02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .registerTitle02 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.registerTitle03 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .registerTitle03 {
    font-size: 1.6rem;
  }
}

.blue {
  background: #19adf9;
}

.gray {
  background: #999;
}

button {
  color: #fff;
  width: 100%;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: 0.3s ease-in-out all;
}
button:hover {
  opacity: 0.8;
}
button:focus {
  outline: none;
}

.informationArea01 {
  padding: 25px 20px;
  border: 1px solid #888;
}
@media screen and (max-width: 767px) {
  .informationArea01 {
    padding: 20px 15px;
  }
}
.informationArea01:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .informationArea01:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.registerBtn01 {
  width: 146px;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .registerBtn01 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .registerBtn01 {
    width: 100px;
  }
}
.registerBtn01 button {
  height: 40px;
}

.flow01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.registerTable01,
.registerTable02 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .registerTable01,
.registerTable02 {
    table-layout: fixed;
  }
}

.registerTable01 {
  table-layout: fixed;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .registerTable01 {
    margin-top: 20px;
    border-bottom: 1px solid #888;
  }
}
@media screen and (max-width: 767px) {
  .registerTable01 tr:not(.block) {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .registerTable01 tr.block > th,
.registerTable01 tr.block > td {
    width: 100%;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    display: block;
  }
}
.registerTable01 th,
.registerTable01 td {
  text-align: left;
  padding: 9px;
  border: 1px solid #888;
}
@media screen and (max-width: 767px) {
  .registerTable01 th,
.registerTable01 td {
    padding: 5px;
    border-bottom: 0;
    display: block;
  }
}
.registerTable01 th:not(.verticalTop),
.registerTable01 td:not(.verticalTop) {
  vertical-align: middle;
}
.registerTable01 th {
  font-size: 1.1rem;
  width: 155px;
  background: #e1f4fa;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .registerTable01 th {
    width: 115px;
  }
}
@media screen and (max-width: 374px) {
  .registerTable01 th {
    width: 80px;
  }
}
.registerTable01 th .tableContent01 {
  padding-left: 35px;
}
.registerTable01 th .tableContent01.p-0 {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .registerTable01 th .tableContent01 {
    padding-left: 25px;
  }
  .registerTable01 th .tableContent01.p-0 {
    padding-left: 5px;
  }
}
.registerTable01 td {
  font-size: 1.3rem;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .registerTable01 td {
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 374px) {
  .registerTable01 td {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 768px) {
  .registerTable01 td:not(.license) {
    padding: 10px 15px;
  }
}
.registerTable01 .tableContent01 {
  font-size: 1.4rem;
  width: 100%;
  min-height: 30px;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .registerTable01 .tableContent01 {
    min-height: inherit;
    padding: 6px 0;
  }
}
.registerTable01 .tableContent01.bold {
  font-weight: 700;
}
.registerTable01 .tableContent01.verticalTop .required,
.registerTable01 .tableContent01.verticalTop .any {
  top: -5px;
}
@media screen and (max-width: 767px) {
  .registerTable01 .tableContent01.verticalSp .required,
.registerTable01 .tableContent01.verticalSp .any {
    top: -5px;
  }
}
.registerTable01 .breakAll {
  word-break: break-all;
}
.registerTable01 .required,
.registerTable01 .any {
  font-size: 1.6rem;
  color: #fff;
  width: 50px;
  height: 29px;
  margin: auto 0;
  border-radius: 2px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .registerTable01 .required,
.registerTable01 .any {
    width: 40px;
    left: -10px;
  }
}
.registerTable01 .required {
  background: #e02522;
}
.registerTable01 .any {
  background: #888;
}
.registerTable01 .gray {
  background: #bababa;
}
.registerTable01 .licenseList01 li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .registerTable01 .licenseList01 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.registerTable01 .registerImg01 {
  background: #e8e8e8;
  border: 1px dashed #888;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .registerTable01 .registerImg01 {
    width: 89.244%;
  }
}
.registerTable01 .registerImg01 img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .registerTable01 .licenseTxt01 {
    width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .registerTable01 .licenseTxt01 {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
}
.registerTable01 .licenseTxt01 .required,
.registerTable01 .licenseTxt01 .any {
  margin-left: -4px;
  position: static;
}
@media screen and (max-width: 767px) {
  .registerTable01 .licenseTxt01 .required,
.registerTable01 .licenseTxt01 .any {
    margin-left: -5px;
  }
}
.registerTable01 .licenseCircle01 {
  font-size: 1.3rem;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .registerTable01 .licenseCircle01 {
    width: 24px;
    height: 24px;
  }
}

.registerTable02 tr:first-child th .tableContent01,
.registerTable02 tr:first-child td .tableContent01 {
  margin-top: 0;
}
.registerTable02 th,
.registerTable02 td {
  background: none;
  border: 0;
}
@media screen and (max-width: 767px) {
  .registerTable02 th,
.registerTable02 td {
    display: table-cell;
  }
}
.registerTable02 th:not(.verticalTop),
.registerTable02 td:not(.verticalTop) {
  vertical-align: top;
}
.registerTable02 th:not(.license),
.registerTable02 td:not(.license) {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .registerTable02 th {
    width: 130px;
  }
}
.registerTable02 .tableContent01 {
  margin-top: 5px;
}

.registerBtnArea01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .registerBtnArea01 {
    margin-top: 10px;
  }
}
.registerBtnArea01 li {
  width: 320px;
  margin: 15px 10px 0;
}
@media screen and (max-width: 1000px) {
  .registerBtnArea01 li {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .registerBtnArea01 li {
    margin: 15px 10px 0;
  }
}
@media print, screen and (min-width: 651px) {
  .registerBtnArea01 li:first-child {
    order: 2;
  }
}
@media print, screen and (min-width: 651px) {
  .registerBtnArea01 li:last-child {
    order: 1;
  }
}
.registerBtnArea01 button {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0 12px;
  border-radius: 25px;
}
@media screen and (max-width: 1000px) {
  .registerBtnArea01 button {
    font-size: 1.6rem;
  }
}
.registerBtnArea01 .prev,
.registerBtnArea01 .next {
  position: relative;
}
.registerBtnArea01 .prev:after,
.registerBtnArea01 .next:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
}
.registerBtnArea01 .prev:after {
  border-right: 10px solid #fff;
  left: 5px;
}
.registerBtnArea01 .next:after {
  border-left: 10px solid #fff;
  right: 5px;
}
.registerBtnArea01.confilm button {
  font-size: 18px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .registerBtnArea01.confilm button {
    font-size: 16px;
  }
}
.registerBtnArea01.confilm button.prev {
  padding-left: 10px;
}

.subPageFirstContent01 .container {
  max-width: 740px;
}

.subPageFirstContent02 .container {
  max-width: 860px;
}
.subPageFirstContent02.last {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .subPageFirstContent02.last {
    padding-bottom: 35px;
  }
}

.alertTxt01 {
  color: #ff0000;
  display: block;
}

.registerSubTxt01 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .registerSubTxt01 {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.extraTitle01 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .extraTitle01 {
    font-size: 2.2rem;
    margin: 30px 0 20px;
  }
}

.requireBox01 {
  margin: 100px 0 80px;
  border: 3px solid #19adf9;
  border-radius: 10px;
  padding: 60px 40px 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .requireBox01 {
    margin: 60px 0 30px;
    padding: 40px 15px 20px;
  }
}

.requireBoxTitle01 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  width: 336px;
  margin: auto;
  padding: 5px 0;
  background: #19adf9;
  border-radius: 10px;
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .requireBoxTitle01 {
    font-size: 1.8rem;
    width: 80%;
  }
}

.requireList01 {
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .requireList01 {
    flex-wrap: wrap;
  }
}
.requireList01 li {
  width: 50%;
}
.requireList01 li:first-child {
  padding-right: 50px;
}
.requireList01 li:last-child {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .requireList01 li {
    width: 100%;
  }
  .requireList01 li:first-child {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .requireList01 li:last-child {
    padding-left: 0;
  }
}
.requireList01 .withLine01 {
  border-right: 1px solid #19adf9;
}
@media screen and (max-width: 767px) {
  .requireList01 .withLine01 {
    border-right: none;
    border-bottom: 1px solid #19adf9;
  }
}

.requireImg01 {
  text-align: center;
  height: 95px;
  margin-bottom: 30px;
}
.requireImg01 img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .requireImg01 {
    width: 80%;
    margin: 0 auto 10px;
    height: auto;
  }
}

.requireTitle01 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .requireTitle01 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.requireTxt01 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .requireTxt01 {
    font-size: 1.2rem;
  }
}

.requireInnerList01 {
  padding-left: 1em;
  display: block;
}
.requireInnerList01 li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
  padding: 0;
}
.requireInnerList01 li:first-child {
  padding-right: 0;
}
.requireInnerList01 li:last-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .requireInnerList01 li {
    font-size: 1.2rem;
  }
  .requireInnerList01 li:first-child {
    margin: 0;
    padding: 0;
  }
}

.noteList01 li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .noteList01 li {
    font-size: 1rem;
  }
}

.termBox01 {
  margin-bottom: 30px;
  padding: 35px 45px 30px 45px;
  border: 1px solid #888;
}
@media screen and (max-width: 767px) {
  .termBox01 {
    margin-bottom: 15px;
    padding: 20px 10px;
  }
}

.termBoxAlertTitle01 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e52d8a;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .termBoxAlertTitle01 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.termBoxAlertTitle01 img {
  width: 16px;
  height: 16px;
  vertical-align: -0.05em;
}
@media screen and (max-width: 767px) {
  .termBoxAlertTitle01 img {
    width: 14px;
    height: 14px;
  }
}

.termBoxTxt01 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.termBoxTitle01 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.termBoxScrollArea01 {
  height: 150px;
  padding: 50px 40px;
  background: #f7f7f7;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #888 #fff;
  scrollbar-width: thin;
  scrollbar-base-color: #fff;
  scrollbar-track-color: #888;
  scrollbar-arrow-color: #888;
  scrollbar-shadow-color: #fff;
}
.termBoxScrollArea01::-webkit-scrollbar {
  width: 10px;
}
.termBoxScrollArea01::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #f7f7f7;
}
.termBoxScrollArea01::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .termBoxScrollArea01 {
    padding: 20px 10px;
  }
}

.termTitle01 {
  font-size: 1.2rem;
}

.termTxt01 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.termList01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .termList01 {
    margin-bottom: 10px;
  }
}
.termList01 li {
  font-size: 1.2rem;
}

.termSubList01 li {
  font-size: 1.2rem;
}

.termSubList02 li {
  font-size: 1.2rem;
}

.comfirmBtn01 {
  max-width: 320px;
  margin: auto;
}
.comfirmBtn01 .confirmBtnInput01 {
  display: none;
}
.comfirmBtn01 .confirmBtnParts01 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 320px;
  height: 50px;
  margin: auto;
  background: #999;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .comfirmBtn01 .confirmBtnParts01 {
    font-size: 1.6rem;
    width: 100%;
    height: 45px;
  }
}
.comfirmBtn01 .confirmBtnParts01:hover {
  background: #19adf9;
}
.comfirmBtn01 .confirmBtnParts01::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.comfirmBtn01 .confirmBtnInput01:checked + .confirmBtnParts01 {
  background: #19adf9;
}
.comfirmBtn01 .confirmBtnInput01:checked + .confirmBtnParts01::after {
  content: "";
  width: 5px;
  height: 10px;
  margin: auto;
  border-bottom: 3px solid #1b1b1b;
  border-right: 3px solid #1b1b1b;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  transform: rotate(45deg);
}

.mailRegisterBox01 {
  margin-top: 80px;
  border: 3px solid #19adf9;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .mailRegisterBox01 {
    margin-top: 30px;
    padding: 20px 10px;
  }
}

.mailInputWrap01 {
  max-width: 480px;
  height: 50px;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mailInputWrap01 {
    font-size: 1.4rem;
    width: 100%;
    height: 40px;
    margin: 0 auto 10px;
  }
}
.mailInputWrap01::after {
  content: "";
  width: 18px;
  height: 14px;
  margin: auto;
  background: url("../images/ico_mail01.svg");
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.mailInputWrap01 .mailInput01 {
  width: 100%;
  height: 50px;
  border: 1px solid #888;
  border-radius: 8px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .mailInputWrap01 .mailInput01 {
    height: 40px;
  }
}

.errorTxt01 {
  max-width: 480px;
  margin: 0 auto 20px;
}

.submitBtn01 {
  width: 320px;
  margin: 30px auto 0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .submitBtn01 {
    width: 100%;
    margin: 15px auto 0;
  }
}
.submitBtn01:hover {
  opacity: 0.8;
}
.submitBtn01::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
}
.submitBtn01.disabled:hover {
  opacity: 1;
}
.submitBtn01 .submitInput01 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 50px;
  background: #19adf9;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submitBtn01 .submitInput01 {
    font-size: 1.6rem;
    height: 45px;
  }
}
.submitBtn01 .submitInput01:disabled {
  cursor: default;
  background: #888;
}
.submitBtn01 input[type=submit] {
  -webkit-appearance: none;
}

.registerTable01.form01 tr.borderTopLess th {
  border-top: 0;
}
.registerTable01.form01 tr.borderTopLess td {
  border-top: 0;
}
.registerTable01.form01 tr.borderBottomLess th {
  border-bottom: 0;
}
.registerTable01.form01 tr.borderBottomLess td {
  border-bottom: 0;
}
.registerTable01.form01 td {
  font-size: 1.1rem;
}
.registerTable01.form01 input {
  font-size: 1.6rem;
  border: 1px solid #888;
  border-radius: 6px;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 input {
    margin: 2px 0;
  }
}
.registerTable01.form01 .selectBox01 {
  border: 1px solid #888;
  border-radius: 6px;
  margin: 5px 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .selectBox01 {
    margin: 2px 5px 2px 0;
  }
}
.registerTable01.form01 .selectBox01 select {
  font-size: 1.6rem;
}
.registerTable01.form01 .selectBox01 .year {
  width: 105px !important;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .selectBox01 .year {
    width: 80px !important;
  }
}
.registerTable01.form01 .selectBox01 .month,
.registerTable01.form01 .selectBox01 .day,
.registerTable01.form01 .selectBox01 .time01,
.registerTable01.form01 .selectBox01 .time02 {
  width: 80px !important;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .selectBox01 .month,
.registerTable01.form01 .selectBox01 .day,
.registerTable01.form01 .selectBox01 .time01,
.registerTable01.form01 .selectBox01 .time02 {
    width: 60px !important;
  }
}
.registerTable01.form01 .selectBox01 .era {
  width: 80px !important;
}
.registerTable01.form01 .selectBox01 .pref {
  width: 90px;
}
.registerTable01.form01 .selectBox01:after {
  border: none;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(135deg);
  right: 8px;
}
.registerTable01.form01 #zip2 {
  width: 70px !important;
}
.registerTable01.form01 .w70 {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .w70 {
    width: 55px;
  }
}
.registerTable01.form01 .w48 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .w48 {
    width: 100%;
  }
}
.registerTable01.form01 .mt10 {
  margin-top: 10px;
}
.registerTable01.form01 .mr5 {
  margin-right: 5px;
}
.registerTable01.form01 .mb0 {
  margin-bottom: 0 !important;
}
.registerTable01.form01 .mb10 {
  margin-bottom: 10px !important;
}
.registerTable01.form01 .mb15 {
  margin-bottom: 15px;
}
.registerTable01.form01 .mb20 {
  margin-bottom: 20px;
}
.registerTable01.form01 .radio02-input {
  display: none;
}
.registerTable01.form01 .radio02-input + label {
  font-size: 1.4rem;
  margin: 5px 10px 5px 0;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.registerTable01.form01 .radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
}
.registerTable01.form01 .radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #19adf9;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .registerTable02.form02 th {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .registerTable02.form02 td {
    width: calc(100% - 80px);
  }
}

.note01 {
  font-size: 1.2rem;
  color: #888;
  padding: 4px 0 0 12px;
  background: url(../images/ico_smark02.svg) no-repeat left top 8px;
  background-size: 10px auto;
}

.note02 {
  font-size: 1.2rem;
  color: #888;
}

.tell01 span {
  font-size: 1.4rem;
  padding: 0 4px;
}
.tell01 .addtext01 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .tell01 .addtext01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .downloadBtn01 {
    max-width: 270px;
    width: 100%;
    margin-top: 5px;
  }
}
.downloadBtn01 a {
  font-size: 1.2rem;
  padding: 13px 5px;
  background: #dcdcdc;
  border-radius: 5px;
  display: block;
}
.downloadBtn01 span {
  padding-left: 20px;
  background: url(../images/ico_pdf01.svg) no-repeat left 3px center;
  background-size: 12px auto;
}

.inmail {
  color: #fff;
  font-weight: bold;
  padding: 15px;
  background: #888;
  border-radius: 5px;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .lockArea01 li {
    background: url(../images/ico_lock01.png) no-repeat right 15px center;
    background-size: 12px auto;
  }
}

.lock01 {
  background: url(../images/ico_lock01.svg) no-repeat right 15px center;
  background-size: 12px auto;
}

.licenseNumber {
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .licenseNumber {
    max-width: inherit;
  }
}

.qMark01 {
  margin: 0 0 0 auto;
}
.qMark01 img {
  width: 18px;
  height: 18px;
}

.licenseImgTxt01 {
  font-size: 1.2rem;
}

.licenseImgHead01 {
  flex-direction: column;
}

.licenseImgIco01 {
  font-size: 1.2rem;
  color: #fff;
  width: 30px;
  height: 30px;
}

.registerTable01 .checkbox {
  font-size: 1.4rem;
  line-height: inherit!important;
}
.registerTable01 .checkbox::before {
  width: 17px;
  height: 17px;
  top: 2px;
}
.registerTable01 .checkbox::after {
  top: 10px;
  left: 6px;
}

.checkbox01 {
  width: 195px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .checkbox01 {
    margin: 0 0 5px 0;
  }
}
.checkbox01 .checkboxInput01 {
  display: none;
}
.checkbox01 .checkboxParts01 {
  font-size: 1.3rem;
  width: 195px;
  height: 40px;
  background: #dcdcdc;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkbox01 .checkboxParts01 {
    width: 100%;
  }
}
.checkbox01 .checkboxParts01:hover {
  color: #fff;
  background: #19adf9;
}
.checkbox01 .checkboxParts01::before {
  content: "";
  width: 13px;
  height: 13px;
  margin: auto;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}
.checkbox01 .checkboxInput01:checked + .checkboxParts01 {
  color: #fff;
  background: #19adf9;
}
.checkbox01 .checkboxInput01:checked + .checkboxParts01::after {
  content: "";
  width: 3px;
  height: 6px;
  margin: auto;
  border-bottom: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  display: block;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 14px;
  transform: rotate(45deg);
}

.licenseImgTxt01 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.licenseImgArea01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .licenseImgArea01 {
    flex-wrap: wrap;
  }
}

.licenseImgHead01 {
  width: 30px;
  flex-direction: column;
}
.licenseImgHead01 .required,
.licenseImgHead01 .any {
  margin: 0;
  position: inherit;
}

.licenseImgIco01 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.licenseImg01 {
  width: 75%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .licenseImg01 {
    width: calc(100% - 40px);
    margin: 0 0 10px auto;
  }
}

.licenseImgParts01 {
  height: 75px;
  background-image: none;
  border: 1px dashed #888;
  border-radius: 6px;
  transition: 0.3s;
}
.licenseImgParts01:hover {
  cursor: pointer;
  opacity: 0.8;
}

.licenseImgParts02 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  width: 200px;
  height: 35px;
  background: #888;
  border-radius: 10px;
}

.preview {
  height: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
}
.preview .licenseImgParts02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .preview {
    height: 150px;
  }
}

.licenseImgInput01 {
  display: none;
}

.licenseImgDeleteBtn01 {
  width: 70px;
  height: 40px;
  background: #dcdcdc;
  border-radius: 6px;
  transition: 0.3s;
}
.licenseImgDeleteBtn01:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .licenseImgDeleteBtn01 {
    width: calc(100% - 40px);
    height: 30px;
    margin: 0 0 0 auto;
  }
}

.licenseImgNote01 {
  padding-left: 45px;
}

.licenseImgNote02 {
  font-size: 1.2rem;
  color: #888;
  margin-top: 20px;
}

.explanationArea01 {
  max-width: 100%;
  width: 500px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .explanationArea01 {
    margin: 30px auto;
  }
}

.creditRegister01 {
  font-size: 12px;
  padding: 40px 15px;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  align-items: center;
  justify-content: space-between;
}
.creditRegister01 p {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .creditRegister01 p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .creditRegister01 .img01 {
    margin-top: 5px;
  }
}
.creditRegister01 .red {
  color: #e02522;
}

.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 400px) {
  .infoContent01 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .infoContent01 h5 {
    margin-bottom: 15px;
  }
}

.thanksTitle01 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #e52d8a;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .thanksTitle01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.centerTxt01:not(:last-of-type) {
  margin-bottom: 20px;
}

.attentionTxt01 {
  font-size: 1.2rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .attentionTxt01 {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
  }
}

.mailRegisterBox01 .mailTxt01 {
  margin-bottom: 15px;
}
.mailRegisterBox01 .mailTable01 {
  max-width: 480px;
  margin: 0 auto 20px;
}

.checkboxWrap li {
  margin-right: 5px;
}
.checkboxWrap .checkbox {
  line-height: 2;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 20;
}

#loading .loadingImg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../images/indicator.gif") center center no-repeat;
}