.req {
  position: relative;
  color: #e60012;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: super;
}
@media print, (min-width: 768px) {
  .req {
    top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .req {
    top: 0.02rem;
    left: -0.02rem;
  }
}

.form-block textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  background: #f7f8f8;
}
.form-block textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.form-block textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.form-block textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.form-block textarea:-moz-placeholder {
  color: #a4a4a4;
}
.form-block textarea::placeholder {
  color: #a4a4a4;
}

.form-title {
  color: #e60012;
  border-bottom: 1px solid #bdbdbd;
}
.block-inquiry .form-title {
  border: 0;
}

.form-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-row:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}

.form-head {
  font-weight: bold;
}

.form-privacy {
  text-align: center;
}

@media print, (min-width: 768px) {
  .form-block {
    margin-bottom: 58px;
  }
  .form-block textarea {
    height: 175px;
    padding: 15px 26px;
    border-radius: 10px;
    letter-spacing: -0.04em;
  }
  .form-title {
    padding-bottom: 8px;
    margin-bottom: 17px;
    font-size: 0.22rem;
    letter-spacing: -0.07em;
  }
  .form-row {
    padding: 0 11px;
  }
  .form-row:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .form-head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .block-apply .form-head {
    min-width: 192px;
  }
  .form-privacy {
    margin-bottom: 35px;
  }
  .form-privacy a {
    text-underline-offset: 2px;
  }
  .form-button-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-button-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  .block-apply .form-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-block {
    margin-bottom: 0.6rem;
  }
  .form-block textarea {
    height: 4.52rem;
    padding: 0.12rem 0.3rem;
    border-radius: 0.1rem;
    line-height: 1.7333333333;
    letter-spacing: -0.01em;
  }
  .form-title {
    margin-bottom: 0.25rem;
    padding-bottom: 0.05rem;
    font-size: 0.35rem;
    letter-spacing: -0.05em;
  }
  .form-row {
    padding: 0 0.1rem;
  }
  .form-row:not(:last-child) {
    padding-bottom: 0.52rem;
    margin-bottom: 0.28rem;
  }
  .form-head {
    margin-bottom: 0.12rem;
  }
  .form-privacy {
    margin-bottom: 0.82rem;
  }
  .form-privacy a {
    text-decoration-thickness: 0.02rem;
    text-underline-offset: 0.03rem;
  }
  .form-button-row {
    padding: 0 0.22rem;
  }
  .form-button-row + .form-button-row {
    margin-top: 0.5rem;
  }
  .form-button-row.is-half {
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .form-button-row.is-half .button-confirm {
    width: calc(50% - 0.15rem);
    margin: 0 0.15rem;
  }
}
.mwform-checkbox-field,
.mwform-radio-field {
  display: block;
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  cursor: pointer;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.mwform-checkbox-field-text {
  display: block;
  position: relative;
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
}
.mwform-checkbox-field-text::before {
  left: 0;
}
.mwform-checkbox-field input:checked ~ .mwform-checkbox-field-text::before {
  background: #8e8e8f;
}
.mwform-checkbox-field-text::after {
  border: solid #fff;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  display: none;
}
.mwform-checkbox-field input:checked ~ .mwform-checkbox-field-text::after {
  display: block;
}

.mwform-radio-field-text {
  display: block;
  position: relative;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.mwform-radio-field input:checked ~ .mwform-radio-field-text::before {
  background: #8e8e8f;
}

@media print, (min-width: 768px) {
  .mwform-checkbox-field,
.mwform-radio-field {
    margin: 0 8px 15px 0;
    line-height: 1.25;
  }
  .form-content .mwform-checkbox-field,
.form-content .mwform-radio-field {
    margin-bottom: 5px;
  }
  .block-profession .mwform-checkbox-field,
.block-profession .mwform-radio-field {
    width: calc(20% - 8px);
  }
  .block-apply .form-content .mwform-checkbox-field,
.block-apply .form-content .mwform-radio-field {
    width: calc(33.333% - 8px);
  }
  .block-area .mwform-checkbox-field,
.block-area .mwform-radio-field {
    width: calc(14.2857142857% - 8px);
  }
  .block-apply .form-content .mwform-checkbox-field.double-width-pc,
.block-apply .form-content .mwform-radio-field.double-width-pc {
    width: calc(66.666% - 8px);
  }
  .mwform-checkbox-field.custom-spacing,
.mwform-radio-field.custom-spacing {
    letter-spacing: -0.07em;
  }
  .mwform-checkbox-field-text,
.mwform-radio-field-text {
    padding: 3px 0 3px 17px;
  }
  .form-content .mwform-checkbox-field-text,
.form-content .mwform-radio-field-text {
    padding-left: 20px;
  }
  .mwform-checkbox-field-text::before {
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid;
  }
  .is-firefox .mwform-checkbox-field-text::before {
    top: 7px;
  }
  .mwform-checkbox-field-text::after {
    top: 6px;
    left: 4px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
  }
  .is-firefox .mwform-checkbox-field-text::after {
    top: 7px;
  }
  .mwform-radio-field-text::before {
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid;
  }
  .mwform-radio-field input:checked ~ .mwform-radio-field-text::before {
    box-shadow: inset 0 0 0 2px #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .mwform-checkbox-field,
.mwform-radio-field {
    margin: 0 0.12rem 0.1rem 0;
    width: calc(50% - 0.12rem);
  }
  .mwform-checkbox-field.double-width-sp,
.mwform-radio-field.double-width-sp {
    width: calc(100% - 0.12rem);
  }
  .form-content .mwform-checkbox-field,
.form-content .mwform-radio-field {
    margin-bottom: 0.01rem;
    letter-spacing: -0.05em;
  }
  .form-head .mwform-checkbox-field,
.form-head .mwform-radio-field {
    width: auto;
    margin-right: 0;
  }
  .block-area .mwform-checkbox-field,
.block-area .mwform-radio-field {
    width: calc(33.333% - 0.12rem);
  }
  .mwform-checkbox-field-text,
.mwform-radio-field-text {
    padding: 0.03rem 0 0.03rem 0.34rem;
  }
  .form-content .mwform-checkbox-field-text,
.form-content .mwform-radio-field-text {
    padding-left: 0.4rem;
  }
  .custom-margin-sp .mwform-checkbox-field-text,
.custom-margin-sp .mwform-radio-field-text {
    margin-right: -30px;
  }
  .mwform-checkbox-field-text::before {
    top: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid;
  }
  .is-iphone .mwform-checkbox-field-text::before {
    top: 0.17rem;
  }
  .mwform-checkbox-field-text::after {
    top: 0.22rem;
    left: 0.08rem;
    width: 0.09rem;
    height: 0.16rem;
    border-width: 0 0.02rem 0.02rem 0;
  }
  .is-iphone .mwform-checkbox-field-text::after {
    top: 0.19rem;
    left: 0.09rem;
    width: 0.08rem;
  }
  .mwform-radio-field-text::before {
    top: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid;
  }
  .mwform-radio-field input:checked ~ .mwform-radio-field-text::before {
    box-shadow: inset 0 0 0 0.04rem #fff;
  }
}
@media (max-width: 340px) {
  .is-iphone .mwform-checkbox-field-text::before {
    top: 0.18rem;
  }
}
.section-mypage .wp-block-post-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-mypage .wp-block-post-content a {
  color: transparent;
  transition: color 0.26s, background 0.26s;
}
.wf-active .section-mypage .wp-block-post-content ul li a {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  color: #fff;
  border: 1px solid #8e8e8f;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  transition: background 0.26s;
  cursor: pointer;
  min-width: 300px;
  min-height: 60px;
  border-radius: 10px;
  font-size: 0.2rem;
}
.wf-active .section-mypage .wp-block-post-content ul li a:hover {
  background-color: #e60012;
}
@media only screen and (max-width: 767.98px) {
  .wf-active .section-mypage .wp-block-post-content ul li a {
    align-items: center;
    font-size: 0.35rem;
  }
}

.wf-active .section-mypage .wp-block-post-content a.withdrawal {
  width: 40%;
  min-width: 300px;
  min-height: 60px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #a2a2a2;
  border: 1px solid #8e8e8f;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  transition: background 0.26s;
  cursor: pointer;
}
.wf-active .section-mypage .wp-block-post-content a.withdrawal:hover {
  background: #727272;
}
@media only screen and (max-width: 767.98px) {
  .wf-active .section-mypage .wp-block-post-content a.withdrawal {
    align-items: center;
    width: 4.35rem;
    font-size: 0.35rem;
  }
}

@media print, (min-width: 768px) {
  .section-mypage {
    padding: 82px 0;
    min-height: 498px;
  }
  .section-mypage .title-quaternary {
    margin-bottom: 112px;
  }
  .section-mypage .wrapper {
    width: 850px;
  }
  .section-mypage a {
    padding-top: 12px;
    padding-bottom: 9px;
  }
  .section-mypage .wp-block-post-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    flex-wrap: wrap;
  }
  .section-mypage .wp-block-post-content li {
    width: 40%;
    margin: 0 5% 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-mypage {
    padding: 0.76rem 0;
    min-height: 11.02rem;
  }
  .section-mypage .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .section-mypage .title-quaternary {
    margin-bottom: 1.02rem;
  }
  .section-mypage .wp-block-post-content li {
    margin-bottom: 0.3rem;
  }
}
#wpmem_login legend {
  display: none;
}
#wpmem_login label {
  letter-spacing: -0.07em;
}
#wpmem_login .password,
#wpmem_login .username {
  display: block;
  width: 100%;
  border: 1px solid #8e8e8f;
}
#wpmem_login .button_div {
  letter-spacing: -0.05em;
}
#wpmem_login .button_div label {
  text-align: center;
}
#wpmem_login .link-text {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}
#wpmem_login .link-text a { color: #000; }


@media print, (min-width: 768px) {
  .section-mypage-password {
    padding: 82px 0;
    min-height: 842px;
  }
  .section-mypage-password .wrapper {
    max-width: 850px;
  }
  .section-mypage-password .title-quaternary {
    margin-bottom: 86px;
  }
  #wpmem_login {
    max-width: 625px;
    margin: 0 auto;
  }
  #wpmem_login label {
    display: inline-block;
    width: 240px;
    padding-right: 15px;
    margin-top: -5px;
  }
  #wpmem_login .div_text {
    display: inline-block;
    margin-bottom: 24px;
    width: calc(98% - 240px);
  }
  #wpmem_login .password,
  #wpmem_login .username {
    height: 58px;
    padding: 10px 18px;
    border-radius: 10px;
  }
  #wpmem_login .button_div {
    margin-top: 124px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-mypage-password {
    padding: 0.76rem 0 2.3rem;
  }
  .section-mypage-password .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .section-mypage-password .title-quaternary {
    margin-bottom: 0.44rem;
  }
  #wpmem_login {
    padding: 0 0.3rem;
  }
  #wpmem_login label {
    margin: 0 0 0.09rem 0.05rem;
  }
  #wpmem_login .div_text {
    margin-bottom: 0.2rem;
  }
  #wpmem_login .password,
  #wpmem_login .username {
    height: 1.15rem;
    padding: 0.1rem 0.25rem;
    border-radius: 0.1rem;
  }
  #wpmem_login .button_div {
    margin-top: 1.06rem;
  }
}
.section-mypage-change .title-quaternary {
  letter-spacing: 0;
}

#wpmem_reg {
  position: relative;
}
#wpmem_reg legend {
  display: none;
}
#wpmem_reg .req {
  font-size: 1.1em;
}
#wpmem_reg .div_text {
  position: relative;
}
#wpmem_reg .div_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, #8e8e8f 50%, #fff 0) repeat-x bottom left;
}
#wpmem_reg .div_text.no-border::before {
  content: none;
}
#wpmem_reg .textbox {
  display: block;
  width: 100%;
  border: 1px solid #8e8e8f;
}
#wpmem_reg .req-text {
  position: absolute;
  top: 0;
}

@media print, (min-width: 768px) {
  .section-mypage-change {
    padding: 82px 0 140px;
  }
  .section-mypage-change .wrapper {
    max-width: 852px;
  }
  .section-mypage-change .title-quaternary {
    margin-bottom: 38px;
  }
  #wpmem_reg {
    max-width: 700px;
    margin: 0 auto;
    padding: 52px 0 0 10px;
  }
  #wpmem_reg .text {
    display: inline-block;
    width: 255px;
    padding-right: 15px;
    margin-top: -5px;
  }
  #wpmem_reg .req {
    top: 6px;
    margin: 0 3px;
  }
  #wpmem_reg .div_text {
    display: inline-block;
    padding-bottom: 18px;
    margin-bottom: 16px;
    width: calc(98% - 255px);
  }
  #wpmem_reg .div_text::before {
    right: -40px;
    width: 755px;
    background-size: 4px 1px;
    transition: width 0.26s;
  }
  #wpmem_reg .div_text.no-border {
    padding-bottom: 9px;
  }
  #wpmem_reg .div_text.custom-width .textbox {
    width: 51%;
  }
  #wpmem_reg .textbox {
    height: 48px;
    padding: 10px 18px;
    border-radius: 10px;
  }
  #wpmem_reg .button_div {
    margin-top: 70px;
  }
}
@media (min-width: 767.98px) and (max-width: 880px) {
  #wpmem_reg .div_text::before {
    right: 0;
    width: calc(100% + 255px);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-mypage-change {
    padding: 0.76rem 0 2.3rem;
  }
  .section-mypage-change .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .section-mypage-change .title-quaternary {
    margin-bottom: 0.07rem;
  }
  #wpmem_reg {
    padding: 1.48rem 0.3rem 0;
  }
  #wpmem_reg .req {
    top: 0.12rem;
    margin: 0 0.06rem 0 0.08rem;
  }
  #wpmem_reg .text {
    margin-bottom: 0.09rem;
  }
  #wpmem_reg .div_text {
    margin-bottom: 0.17rem;
    padding-bottom: 0.3rem;
  }
  #wpmem_reg .div_text::before {
    right: 0;
    width: calc(100vw - 1.2rem);
    background-size: 0.04rem 1px;
  }
  #wpmem_reg .div_text.no-border {
    padding-bottom: 0.08rem;
  }
  #wpmem_reg .div_text.custom-width .textbox {
    width: 82%;
  }
  #wpmem_reg .textbox {
    height: 0.96rem;
    padding: 0.1rem 0.25rem;
    border-radius: 0.1rem;
  }
  #wpmem_reg .button_div {
    margin-top: 0.7rem;
  }
  #wpmem_reg .req-text {
    left: 0.35rem;
  }
}
/*# sourceMappingURL=mypage.css.map */