.withdraw_con {
  padding: 185px 0;
}
@media (max-width: 480px) {
  .withdraw_con {
    padding: 120px 0;
  }
}
.withdraw_con .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .withdraw_con .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner {
    width: calc(100% - 60px);
  }
}
.withdraw_con .inner .withdraw_ttl {
  font-size: 30px;
  color: #1b357d;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.withdraw_con .inner .withdraw_txt1 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw_txt1 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.withdraw_con .inner .how_to_withdraw {
  border: 2px solid #1b357d;
  padding: 12px 16px;
}
@media (max-width: 480px) {
  .withdraw_con .inner .how_to_withdraw {
    padding: 10px;
  }
}
.withdraw_con .inner .how_to_withdraw .w_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 850px) {
  .withdraw_con .inner .how_to_withdraw .w_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.withdraw_con .inner .how_to_withdraw .w_wrap .left_b {
  width: 100px;
  flex: 0 0 100px;
  height: 100px;
  border-radius: 12px;
  background: #1b357d;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 850px) {
  .withdraw_con .inner .how_to_withdraw .w_wrap .left_b {
    width: 100%;
    height: auto;
    padding: 15px 0;
    flex: none;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner .how_to_withdraw .w_wrap .left_b {
    padding: 10px 0;
  }
}
.withdraw_con .inner .how_to_withdraw .w_wrap .left_b .left_txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .withdraw_con .inner .how_to_withdraw .w_wrap .left_b .left_txt {
    font-size: 16px;
  }
}
.withdraw_con .inner .how_to_withdraw .w_wrap .right_b ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.withdraw_con .inner .how_to_withdraw .w_wrap .right_b ul li {
  font-size: 22px;
  color: #1b357d;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 480px) {
  .withdraw_con .inner .how_to_withdraw .w_wrap .right_b ul li {
    font-size: 18px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.withdraw_con .inner .how_to_withdraw .w_wrap .right_b ul li a {
  color: #1b357d;
  border-bottom: 2px solid #1b357d;
}
.withdraw_con .inner .notice_txt {
  color: #ec1e79;
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 480px) {
  .withdraw_con .inner .notice_txt {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.withdraw_con .inner .withdraw-form {
  max-width: 850px;
  margin: 0 auto;
}
.withdraw_con .inner .withdraw-form .form-group {
  margin-top: 40px;
  gap: 20px;
  display: flex;
}
@media (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-group {
    display: block;
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .form-group {
    margin-top: 30px;
  }
}
.withdraw_con .inner .withdraw-form .form-group:first-child {
  margin-top: 0;
}
.withdraw_con .inner .withdraw-form .form-group2 {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-group2 {
    display: block;
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .form-group2 {
    margin-top: 30px;
  }
}
.withdraw_con .inner .withdraw-form .form-group2:first-child {
  margin-top: 0;
}
.withdraw_con .inner .withdraw-form .form-row {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.withdraw_con .inner .withdraw-form .form-row.align-start {
  align-items: flex-start;
}
.withdraw_con .inner .withdraw-form .form-label {
  width: 180px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label {
    width: 100%;
    font-size: 20px;
    justify-content: flex-start;
  }
}
.withdraw_con .inner .withdraw-form .form-label p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label p {
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .form-label p {
    font-size: 16px;
  }
}
.withdraw_con .inner .withdraw-form .form-label.mail-label {
  width: 180px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label.mail-label {
    width: 100%;
    font-size: 20px;
    justify-content: flex-start;
  }
}
.withdraw_con .inner .withdraw-form .form-label.mail-label p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label.mail-label p {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .form-label.mail-label p {
    font-size: 16px;
  }
}
.withdraw_con .inner .withdraw-form .form-label2 {
  width: 180px;
  flex-shrink: 0;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label2 {
    width: 100%;
    font-size: 20px;
    justify-content: flex-start;
  }
}
.withdraw_con .inner .withdraw-form .form-label2 p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label2 p {
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .form-label2 p {
    font-size: 16px;
  }
}
.withdraw_con .inner .withdraw-form .form-label2 .required {
  position: relative;
  top: 5px;
}
@media (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .form-label2 .required {
    top: 0;
  }
}
.withdraw_con .inner .withdraw-form .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 24px;
  background: #ec1e79;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-weight: normal;
}
.withdraw_con .inner .withdraw-form .form-content {
  width: 100%;
}
.withdraw_con .inner .withdraw-form .name-flex {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .withdraw_con .inner .withdraw-form .name-flex {
    flex-direction: column;
    gap: 16px;
  }
}
.withdraw_con .inner .withdraw-form .name-col {
  width: 100%;
}
.withdraw_con .inner .withdraw-form .name-col p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.withdraw_con .inner .withdraw-form .mini-label {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .mini-label {
    font-size: 16px;
  }
}
@media (max-width: 970px) {
  .withdraw_con .inner .withdraw-form .zip-con {
    width: 100%;
  }
}
.withdraw_con .inner .withdraw-form .zip-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.withdraw_con .inner .withdraw-form .zip-wrap p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.withdraw_con .inner .withdraw-form .zip-mark {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .zip-mark {
    font-size: 16px;
  }
}
.withdraw_con .inner .withdraw-form .form-input,
.withdraw_con .inner .withdraw-form .form-textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
}
.withdraw_con .inner .withdraw-form .form-input2 {
  width: 670px;
  max-width: 650px;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 970px) {
  .withdraw_con .inner .withdraw-form .form-input2 {
    width: 100%;
    max-width: 100%;
  }
}
.withdraw_con .inner .withdraw-form .form-input {
  height: 40px;
  padding: 0 5px;
}
.withdraw_con .inner .withdraw-form .form-input2 {
  height: 40px;
  padding: 0 5px;
}
.withdraw_con .inner .withdraw-form .form-textarea {
  width: 650px;
  height: 180px;
  padding: 16px;
  resize: vertical;
}
@media (max-width: 970px) {
  .withdraw_con .inner .withdraw-form .form-textarea {
    width: 100%;
    max-width: 100%;
  }
}
.withdraw_con .inner .withdraw-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.withdraw_con .inner .withdraw-form .check-text,
.withdraw_con .inner .withdraw-form .reason-text {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.withdraw_con .inner .withdraw-form .checkbox-wrap {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .checkbox-wrap {
    font-size: 16px;
  }
}
.withdraw_con .inner .withdraw-form .checkbox-wrap .wpcf7-list-item {
  margin: 0;
}
.withdraw_con .inner .withdraw-form .checkbox-wrap p {
  font-size: 20px;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .checkbox-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 970px) {
  .withdraw_con .inner .withdraw-form .radio-con {
    width: 100%;
  }
}
.withdraw_con .inner .withdraw-form .radio-con p {
  font-size: 20px;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .radio-con p {
    font-size: 16px;
  }
}
.withdraw_con .inner .withdraw-form .radio-wrap {
  margin-bottom: 24px;
}
.withdraw_con .inner .withdraw-form .radio-wrap .wpcf7-list-item {
  display: block;
  margin: 0 0 16px;
}
.withdraw_con .inner .withdraw-form .radio-wrap label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  line-height: 1.7;
  cursor: pointer;
}
.withdraw_con .inner .withdraw-form .submit-wrap {
  margin-top: 64px;
  text-align: center;
}
.withdraw_con .inner .withdraw-form .submit-btn {
  width: 100%;
  max-width: 460px;
  height: 65px;
  border: none;
  border-radius: 8px;
  background: #ec1e79;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.withdraw_con .inner .withdraw-form .submit-btn:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .withdraw_con .inner .withdraw-form .submit-btn {
    font-size: 16px;
    height: 50px;
  }
}

.wpcf7-list-item-label {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}

input[type=text i] {
  width: 100%;
}

.bottom_margin {
  margin-bottom: 17px;
}

input[type=checkbox i] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
@media (max-width: 480px) {
  input[type=checkbox i] {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
}

input[type=radio i] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
@media (max-width: 480px) {
  input[type=radio i] {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
}

.sp__only {
  display: none;
}
@media (max-width: 600px) {
  .sp__only {
    display: block;
  }
}/*# sourceMappingURL=withdraw.css.map */