.headerBtnGroup {
  font-size: 1.1rem;
}
.headerBtnGroup .loginBtn {
  margin-left: 5px;
}

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

.registerTitle01,
.registerTitle02,
.registerTitle04 {
  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;
  }
}
.registerTitle01.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .registerTitle01.mb40 {
    margin-bottom: 20px;
  }
}

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

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

.registerTitle04 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .registerTitle04 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .registerTitle04 {
    font-size: 1.8rem;
  }
}

.blue {
  background: #19adf9;
}

.gray {
  background: #999;
}

.yellow {
  background: #ffd200;
}

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;
  }
}
.informationArea01.license01 .registerTable01 {
  table-layout: fixed;
}
.informationArea01.license01 .registerTable01 .registerImg01 {
  display: block;
}
.informationArea01.license01 .registerTable01 .registerImg01 img {
  width: 100%;
}

.mypageTopBtnArea {
  margin: -20px 0 50px;
}
@media screen and (max-width: 767px) {
  .mypageTopBtnArea {
    margin: -20px 0 30px;
    justify-content: center;
  }
}

.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:last-child {
  margin-right: 0;
}
.registerBtn01 button,
.registerBtn01 a {
  height: 40px;
}
.registerBtn01 a {
  color: #fff;
  border-radius: 5px;
}

.requestBtn01 {
  width: 160px;
  background: #8fd152;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .requestBtn01 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .requestBtn01 {
    width: 140px;
    margin-right: 10px;
  }
}
.requestBtn01 button,
.requestBtn01 a {
  height: 40px;
}
.requestBtn01 a {
  color: #fff;
  border-radius: 5px;
}

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

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

.registerTable01 {
  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;
}
@media screen and (max-width: 767px) {
  .registerTable01 th .tableContent01 {
    padding-left: 25px;
  }
}
.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 {
  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;
}
@media print, screen and (min-width: 768px) {
  .registerTable01 .registerImg01 {
    width: 89.244%;
  }
}
@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;
  }
}
.registerTable01.mt0 {
  margin-top: 0;
}
.registerTable01.mypage .tableContent01 {
  padding-left: 0;
}

.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;
}

.mypageBtnArea01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mypageBtnArea01 {
    margin-top: 10px;
  }
}
.mypageBtnArea01 li {
  width: 320px;
  margin: 15px 10px 0;
}
@media screen and (max-width: 1000px) {
  .mypageBtnArea01 li {
    width: 280px;
  }
}
@media print, screen and (min-width: 651px) {
  .mypageBtnArea01 li:first-child {
    order: 2;
  }
}
@media print, screen and (min-width: 651px) {
  .mypageBtnArea01 li:last-child {
    order: 1;
  }
}
.mypageBtnArea01 button,
.mypageBtnArea01 a {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  height: 50px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .mypageBtnArea01 button,
.mypageBtnArea01 a {
    font-size: 1.6rem;
    height: 45px;
  }
}
.mypageBtnArea01 .prev,
.mypageBtnArea01 .next {
  position: relative;
}
.mypageBtnArea01 .prev:after,
.mypageBtnArea01 .next:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mypageBtnArea01 .prev:after {
  border-right: 10px solid #fff;
  left: 5%;
}
.mypageBtnArea01 .prev.arrowBlack:after {
  border-right-color: #333;
}
.mypageBtnArea01 .next:after {
  border-left: 10px solid #fff;
  right: 5%;
}
.mypageBtnArea01 .next.arrowBlack:after {
  border-left-color: #333;
}
.mypageBtnArea01.btnArea01 li {
  width: 24.5%;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .mypageBtnArea01.btnArea01 li {
    width: 49%;
  }
}
@media screen and (max-width: 400px) {
  .mypageBtnArea01.btnArea01 li {
    width: 100%;
  }
}
.mypageBtnArea01.btnArea01 button {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .mypageBtnArea01.btnArea02 li {
    width: 300px;
  }
}
.mypageBtnArea01.btnArea02 li:last-child {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .mypageBtnArea01.btnArea02 li:last-child {
    width: 300px;
  }
}

.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;
  }
}

.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;
}

.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;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .selectBox01 select {
    font-size: 1.6rem;
  }
}
.registerTable01.form01 .selectBox01:after {
  border: none;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(135deg);
  right: 8px;
}
.registerTable01.form01 .selectBox01 .era {
  width: 80px !important;
}
.registerTable01.form01 .selectBox01 .year {
  width: 105px !important;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .selectBox01 .year {
    width: 80px !important;
  }
}
.registerTable01.form01 .selectBox01 .pref {
  width: 90px;
}
.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 #zip2 {
  width: 70px !important;
}
.registerTable01.form01 .w70 {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .registerTable01.form01 .w70 {
    width: 50px;
  }
}
.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 {
  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: 90px;
  }
}
@media screen and (max-width: 767px) {
  .registerTable02.form02 td {
    width: calc(100% - 90px);
  }
}

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

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

.notelist01 {
  color: #fff;
}
.notelist01 li {
  padding: 0 10px;
  background: #888;
  border-radius: 3px;
  margin: 2px 5px 0 0;
}

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

.mail01 {
  background: url(../images/ico_mail01.svg) no-repeat right 14px center;
  background-size: 12px auto;
}

.licenseNumber {
  max-width: 330px;
}

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

.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 {
  color: #888;
  margin-top: 20px;
}

.checkbox01 {
  width: 195px;
  margin: 0 0 10px 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);
}
.checkbox01.mypage {
  margin-bottom: 0;
}
.checkbox01.mypage .checkboxParts01 {
  height: 30px;
}

.checkbox02 {
  padding-left: 25px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.checkbox02:before, .checkbox02:after {
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.checkbox02:before {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #f7f7f7;
  z-index: 3;
  left: 0;
}
.checkbox02:after {
  width: 15px;
  height: 14px;
  background: url("../images/ico_check01.png") no-repeat 0 0/15px 14px;
  z-index: 1;
  display: block;
  top: -2px;
  left: 3px;
}
.checkbox02 input[type=checkbox] {
  width: 20px;
  height: 23px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #f7f7f7;
  -webkit-appearance: none;
          appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  top: 2px;
  left: -40px;
  background-color: #f7f7f7;
}
.checkbox02 input[type=checkbox]:checked {
  box-shadow: none;
}
.checkbox02.checked:after {
  z-index: 3;
}
.checkbox02.checked input[type=checkbox] {
  opacity: 0;
}

.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;
}

.font12 {
  font-size: 1.2rem;
}

.textLink {
  text-decoration: underline;
  color: #00f;
}

input[type=password] {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #888;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  display: block;
  position: relative;
}

.loginArea01 {
  max-width: 540px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .loginArea01 {
    padding-bottom: 40px;
  }
}
.loginArea01 .wrap {
  max-width: 438px;
  margin: 0 auto;
}
.loginArea01 .registerTitle02 {
  font-size: 1.6rem;
  margin: 0 auto 5px;
}
.loginArea01 .mailInputWrap01,
.loginArea01 .lockInputWrap01 {
  max-width: 438px;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 8px;
  display: block;
  position: relative;
}
.loginArea01 .lockInputWrap01 {
  margin: 0 auto 5px;
}
.loginArea01 .lock01 {
  background: url("../images/ico_lock02.svg") no-repeat right 15px center/18px 16px;
}
.loginArea01 .requireBox01 {
  padding: 40px 15px;
}
@media screen and (max-width: 767px) {
  .loginArea01 .requireBox01 {
    padding: 20px 15px;
  }
}
.loginArea01 .requireBox01 {
  margin: 65px 0 0;
}
@media screen and (max-width: 767px) {
  .loginArea01 .requireBox01 {
    margin-top: 30px;
  }
}

.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;
}

@media screen and (max-width: 767px) {
  .passwordArea01 {
    display: block;
  }
}

.explanationArea01 {
  max-width: 100%;
  width: 500px;
  margin: 60px auto;
}

.situationArea01 .blueline01 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 12px;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #19ADF9;
  position: relative;
}
.situationArea01 .blueline01:before {
  content: "";
  width: 10px;
  height: 18px;
  background: #19ADF9;
  position: absolute;
  left: 0;
  top: 5px;
}
.situationArea01 .planArea01 {
  margin: 20px 0 45px;
}
@media screen and (max-width: 814px) {
  .situationArea01 .planArea01 .scrollArea01 {
    padding-bottom: 20px;
  }
}
.situationArea01 .planArea01 table {
  width: 720px;
}
.situationArea01 .planArea01 thead:not(:first-child) {
  border-top: 1px solid #888;
}
.situationArea01 .planArea01 tr:not(:last-child) {
  border-bottom: 1px solid #888;
}
.situationArea01 .planArea01 th {
  font-size: 12px;
  vertical-align: middle;
  width: 100px;
  height: 52px;
  background-color: #e1f4fA;
  border: 1px solid #888;
}
.situationArea01 .planArea01 th span {
  font-size: 10px;
  display: block;
}
.situationArea01 .planArea01 th.issueHead01 {
  font-weight: bold;
  color: #fff;
  background: #19ADF9;
}
.situationArea01 .planArea01 td {
  font-size: 12px;
  vertical-align: middle;
  height: 52px;
  border: 1px solid #888;
}
.situationArea01 .planArea01 .mypageBtnArea01 {
  margin-top: 0;
}
.situationArea01 .attentionTxt01 {
  color: #333;
  text-align: left;
}
.situationArea01 .issueBtn01 {
  font-size: 12px;
  font-weight: bold;
  color: #19ADF9;
  width: 60px;
  height: 30px;
  margin: auto;
  padding: 0;
  background: #fff;
  border: 1px solid #19ADF9;
  border-radius: 5px;
  line-height: 1;
}

.cancelArea01 .mt15 {
  margin-top: 15px;
}
.cancelArea01 .mb20 {
  margin-bottom: 20px;
}
.cancelArea01 .mb40 {
  margin-bottom: 40px;
}
.cancelArea01 .cencelCheckArea01 {
  padding: 15px 20px;
  background: #f7f7f7;
}
.cancelArea01 .backBtn01 {
  color: #fff;
  font-size: 13px;
  width: 65px;
  height: 40px;
  margin: 0 0 20px 30px;
  padding-left: 15px;
  border-radius: 6px;
  background-color: #999;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cancelArea01 .backBtn01 {
    margin-left: 3%;
  }
}
.cancelArea01 .backBtn01:before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}
.cancelArea01 .cancelTxt01 {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cancelArea01 .cancelTxt01 {
    text-align: left;
  }
}
.cancelArea01 .questTable01 {
  font-size: 12px;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #888;
}
.cancelArea01 .questTable01 tr:not(:last-child) {
  border-bottom: 1px solid #888;
}
.cancelArea01 .questTable01 th, .cancelArea01 .questTable01 td {
  width: 100%;
  padding: 17px 20px 16px 45px;
  text-align: left;
  display: block;
}
.cancelArea01 .questTable01 th {
  background-color: #f1f1f1;
  position: relative;
}
.cancelArea01 .questTable01 th .required {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 25px;
  padding: 1px 0;
  background-color: #e02522;
  border-radius: 1.5px;
  text-align: center;
  position: absolute;
  top: 17px;
  left: 10px;
}
.cancelArea01 .questTable01 th .required.any {
  background-color: #888;
}
.cancelArea01 .questTable01 th .bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cancelArea01 .questTable01 td .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cancelArea01 .questTable01 textarea {
  color: #333;
  font-size: 12px;
  height: 70px;
  margin: 5px 0;
  padding: 5px;
  border: 1px solid #888;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .downloadBtn01 {
    max-width: 270px;
    width: 100%;
    margin-top: 5px;
  }
}
.downloadBtn01 a {
  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;
}

.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%;
  }
}

.w32 {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.w52 {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.w56 {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.textArea01 textarea {
  font-size: 12px;
  border: 1px solid #888;
  border-radius: 6px;
  margin: 5px 5px 5px 0;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .textArea01 textarea {
    font-size: 16px;
  }
}

.receptionArea01 .mt15 {
  margin-top: 15px;
}

.note03 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 30px;
}