section.member {
  position: relative;
}

section.member select {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  section.member select {
    font-size: 14px;
  }
}
section.member.confirm dl {
  margin-top: 45px !important;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}
@media screen and (max-width: 768px) {
  section.member.confirm dl {
    margin-top: 30px !important;
  }
}
section.member.confirm dl dt {
  margin-top: 0 !important;
}
section.member.confirm dl dd p {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  section.member.confirm .check-service {
    margin-top: 30px !important;
  }
}
section.member.confirm .check-service .confirm-method {
  margin-top: 3px !important;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  section.member.confirm .check-service .confirm-method {
    font-size: 16px !important;

    margin-top: 5px !important;
  }
}
section.member.confirm .check-service .result {
  margin-top: 5px;
}
section.member.confirm .check-service .result dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 0 !important;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  section.member.confirm .check-service .result dl {
    display: block;

    margin-top: 10px !important;
  }
}
section.member.confirm .check-service .result dl dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;

  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  section.member.confirm .check-service .result dl dt {
    font-size: 14px;

    margin-bottom: 0;
    padding-right: 0;
  }
}
section.member.confirm .check-service .result dl dd {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.member.confirm .check-service .result dl dd {
    font-size: 14px;
  }
}
section.member.confirm ul.btn-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 50px;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.member.confirm ul.btn-confirm {
    margin-top: 30px;
  }
}
section.member.confirm ul.btn-confirm li:first-child {
  margin-right: 20px;
}
section.member.confirm ul.btn-confirm li a.back {
  font-size: 18px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 110px;
  height: 45px;

  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;

  transition: opacity 0.3s, -webkit-box-shadow 0.3s;

  transition: opacity 0.3s, box-shadow 0.3s;

  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;

  color: #fff;
  border-radius: 6px;
  background: url(../../common/img/icn_arw_l_white.png) no-repeat left 8px
    center #8e8e8e;
  background-size: 11px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (hover) {
  section.member.confirm ul.btn-confirm li a.back:hover {
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  section.member.confirm ul.btn-confirm li a.back {
    font-size: 16px;

    width: 90px;
  }
}
section.member.confirm ul.btn-confirm li .regist {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  section.member.confirm ul.btn-confirm li .regist {
    min-width: 140px !important;
  }
}
section.member .gray-area {
  padding: 40px 40px 60px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area {
    padding: 20px 5% 40px;
  }
}
section.member .gray-area .inner {
  max-width: 920px;
}
section.member .gray-area .inner form dl {
  display: flex;
  margin-top: 30px;
  gap: 1em;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form dl {
    display: block;
  }
}
section.member .gray-area .inner form dl dt {
  display: block;
  font-size: 16px;
  line-height: 1.5;

  width: 180px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form dl dt {
    font-size: 15px;

    width: 100%;
    margin-top: 0;
    margin-bottom: 7px;
  }
}
section.member .gray-area .inner form dl dt.row2 {
  margin-top: 1px;
}
section.member .gray-area .inner form dl dd {
  width: calc(100% - 180px);
}
section.member .gray-area .inner form dl dd input[type="text"],
section.member .gray-area .inner form dl dd input[type="tel"],
section.member .gray-area .inner form dl dd input[type="email"],
section.member .gray-area .inner form dl dd input[type="password"] {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form dl dd {
    width: 100%;
  }
}
section.member .gray-area .inner form dl dd p.error {
  font-size: 14px;

  margin-top: 8px;
  margin-left: 8px;
  padding-left: 20px;

  color: #f80;
  background: url(../../common/img/icn_caution.svg) no-repeat left top 5px;
  background-size: 15px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form dl dd p.error {
    font-size: 12px;
  }
}
section.member .gray-area .inner form .check-service {
  margin-top: 50px;
}
section.member .gray-area .inner form .check-service h3 {
  font-size: 18px;
  font-weight: bold;
}
section.member .gray-area .inner form .check-service p {
  margin-top: 10px;
}
section.member .gray-area .inner form .check-service p span {
  color: #f80;
}
section.member .gray-area .inner form .choice label.choice {
  position: relative;

  display: block;

  width: 390px;
  margin-top: 15px;
  padding: 11px 17px 11px 45px;

  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;

  border: 1px solid #ddd;
  border-radius: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgb(255, 255, 255)),
    color-stop(110%, rgba(100, 100, 100, 0.15))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(255, 255, 255) 50%,
    rgba(100, 100, 100, 0.15) 110%
  );
  background-image: linear-gradient(
    180deg,
    rgb(255, 255, 255) 50%,
    rgba(100, 100, 100, 0.15) 110%
  );
}
@media (hover) {
  section.member .gray-area .inner form .choice label.choice:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form .choice label.choice {
    font-size: 14px;

    width: 100%;
    padding: 7px 17px 7px 45px;
  }
}
section.member .gray-area .inner form .choice label.choice:before,
section.member .gray-area .inner form .choice label.choice:after {
  position: absolute;
  top: 50%;

  display: block;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 50%;
}
section.member .gray-area .inner form .choice label.choice:before {
  left: 15px;

  width: 20px;
  height: 20px;

  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}
section.member .gray-area .inner form .choice label.choice:after {
  top: 25px;
  left: 14px;

  width: 22px;
  height: 22px;

  opacity: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: url(../../common/img/icn_radio.png) no-repeat center;
  background-size: 22px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form .choice label.choice:after {
    top: 20px;
  }
}
section.member
  .gray-area
  .inner
  form
  .choice
  input.visually:checked
  + label::after {
  opacity: 1;
}
section.member .gray-area .inner form .choice p.error {
  font-size: 14px;

  margin-top: 0;
  margin-left: 8px;
  padding-left: 20px;

  color: #f80;
  background: url(../../common/img/icn_caution.svg) no-repeat left top 5px;
  background-size: 15px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form .choice p.error {
    font-size: 12px;
  }
}
section.member .gray-area .inner form .visually {
  position: absolute;

  overflow: hidden;
  clip: rect(0 0 0 0);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  white-space: nowrap;

  border: 0;

  -webkit-clip-path: inset(50%);

  clip-path: inset(50%);
}
section.member .gray-area .inner form .device,
section.member .gray-area .inner form .images {
  display: none;

  margin-left: 10px;
  padding-left: 20px;

  border-left: 1px solid #ccc;
}
section.member .gray-area .inner form .device select,
section.member .gray-area .inner form .images select {
  margin-top: 5px;
}
section.member .gray-area .inner form .device p span,
section.member .gray-area .inner form .images p span {
  font-size: 14px;

  padding-left: 10px;
}
section.member .gray-area .inner form .device p a,
section.member .gray-area .inner form .images p a {
  text-decoration: underline;

  color: var(--c_green);
}
@media (hover) {
  section.member .gray-area .inner form .device p a:hover,
  section.member .gray-area .inner form .images p a:hover {
    text-decoration: none;
  }
}
section.member .gray-area .inner form .device {
  max-width: 480px;
  margin-bottom: 50px;
}

section.member .gray-area .inner form .images label.upload {
  font-size: 18px;

  position: relative;
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 170px;
  margin-top: 15px;

  color: var(--c_green);
  border: 1px dashed var(--c_green);
  border-radius: 10px;
  background: url(../../common/img/icn_upload.svg) no-repeat center top 50px
    #fff;
  background-size: 35px;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.member .gray-area .inner form .images input[type="file"] {
  width: 100%;
  height: 100%;

  cursor: pointer;

  opacity: 0;
}
section.member .gray-area .inner form .images p.filename {
  position: absolute;
  bottom: 50px;
  left: 0;

  width: 100%;

  text-align: center;
  pointer-events: none;
}
section.member .gray-area .inner form .check {
  font-size: 14px;

  margin-top: 35px;
}
section.member .gray-area .inner form ul.note {
  margin-top: 5px;
}
section.member .gray-area .inner form ul.note li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form ul.note li {
    font-size: 12px;
  }
}
section.member .gray-area .inner form ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-left: 30px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form ul.link {
    display: block;
  }
}
section.member .gray-area .inner form ul.link li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area .inner form ul.link li {
    margin-top: 5px;
  }
}
section.member .gray-area .inner form ul.link li:last-child {
  margin-right: 0;
}
section.member .gray-area .inner form ul.link li a {
  font-size: 14px;

  text-decoration: underline;

  color: var(--c_green);
}
@media (hover) {
  section.member .gray-area .inner form ul.link li a:hover {
    text-decoration: none;
  }
}
section.member .gray-area .inner form input[type="submit"] {
  margin-top: 40px;
}
section.member .gray-area p.complete {
  font-size: 18px;

  margin: 0 !important;

  text-align: center;
}
@media screen and (max-width: 768px) {
  section.member .gray-area p.complete {
    font-size: 14px;

    text-align: left;
  }
}
section.member .gray-area p.complete span {
  font-size: 16px;

  display: block;

  margin-top: 7px;
}
section.member .gray-area .btn a {
  width: 260px;
  margin: 30px auto 0;
}

section.member .wpmem_msg {
}
section.member .wpmem_msg + #wpmem_login {
  display: none;
}

/* 追加css202512-06-03 */
section.member .kome {
  display: block;
  font-size: 78%;
  margin-top: 1em;
}
/*# sourceMappingURL=style.css.map */
