@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:300,400&display=swap");
/**
 * Usage:
 * フォントのスタイルを定義するプロパティセット
 */
/**
 * Usage:
 * 一部のみ角丸にする場合に用いるプロパティセット
 */
.u-display-inline--pc {
  display: inline !important;
}

.u-display-block--pc {
  display: block !important;
}

.u-display-inline--tablet {
  display: none !important;
}

.u-display-block--tablet {
  display: none !important;
}

.u-display-inline--sp {
  display: none !important;
}

.u-display-block--sp {
  display: inline !important;
}

.u-display-inline--sp320 {
  display: none !important;
}

.u-display-block--sp320 {
  display: inline !important;
}

@media only screen and (max-width: 1079px) {
  .u-display-inline--pc {
    display: none !important;
  }

  .u-display-block--pc {
    display: none !important;
  }

  .u-display-inline--tablet {
    display: inline !important;
  }

  .u-display-block--tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-inline--sp {
    display: inline !important;
  }

  .u-display-block--sp {
    display: block !important;
  }

  .u-display-none--sp {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-inline--sp320 {
    display: inline !important;
  }

  .u-display-block--sp320 {
    display: block !important;
  }

  .u-display-none--sp320 {
    display: none !important;
  }
}
.u-arrow-link--right {
  position: relative;
  padding-right: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  color: #333333;
  text-decoration: none;
}
.u-arrow-link--right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin-top: -6px;
  background: url(/assets/img/arrow_button_gray_right.svg) no-repeat center center;
}
.u-arrow-link--right:hover {
  opacity: .7;
}

.p-form-header__inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
}
.p-form-header__site-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.p-form-header__logo {
  width: 115px;
  height: 22px;
  margin-right: 16px;
  vertical-align: bottom;
}
.p-form-header__site-department {
  font-size: 1.4rem;
  line-height: 1;
  color: #005EB8;
}

@media only screen and (max-width: 1079px) {
  .p-form-header__inner {
    padding: 0 20px;
    height: 48px;
  }
  .p-form-header__logo {
    width: 83px;
    height: 16px;
    margin-right: 8px;
  }
}
.p-form-page-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 106px;
  color: #333333;
  background-color: #F0F0F0;
}
.p-form-page-head__title {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.33;
}
.p-form-page-head__title-small {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-form-page-head__title-big {
  display: block;
}

@media only screen and (max-width: 1079px) {
  .p-form-page-head__title {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-form-page-head {
    height: 96px;
  }
}
.p-form-index {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 72px;
}
.p-form-index__list {
  display: -webkit-flex;
  display: flex;
}
.p-form-index__item-text-color {
  color: #999;
}
.is-current .p-form-index__item-text-color {
  color: #fff;
}
.p-form-index__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 176px;
  height: 80px;
  margin-right: 4px;
  box-sizing: border-box;
  background-color: #F0F0F0;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #999999;
}
.p-form-index__item--mini {
  display: block;
  width: calc(760px / 5);
  padding: 17px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.p-form-index__item--mini-row {
  display: block;
  width: calc(760px / 5);
  padding: 6px 0;
  text-align: center;
}
.p-form-index__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-style: solid;
  border-width: 40px 0 40px 12px;
  border-color: transparent #FFFFFF;
}
.p-form-index__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  border-style: solid;
  border-width: 40px 0 40px 12px;
  border-color: transparent #F0F0F0;
}
.p-form-index__item:nth-child(1) {
  z-index: 5;
}
.p-form-index__item:nth-child(1):before {
  display: none;
}
.p-form-index__item:nth-child(2) {
  z-index: 4;
}
.p-form-index__item:nth-child(3) {
  z-index: 3;
}
.p-form-index__item:nth-child(4) {
  z-index: 2;
}
.p-form-index__item:nth-child(5) {
  z-index: 1;
}
.p-form-index__item:last-child {
  margin-right: 0;
}
.p-form-index__item:last-child:after {
  display: none;
}
.p-form-index__item.is-current {
  background-color: #005EB8;
  color: #FFFFFF;
}
.p-form-index__item.is-current:after {
  border-color: transparent #005EB8;
}
.p-form-index__item-num {
  margin-right: 4px;
}
.p-form-index__item-num--row {
  margin-right: 4px;
  margin-bottom: 22px;
}
.p-form-index__item-num--mini {
  margin-right: 4px;
}

/* Notice: IE11調整 */
_:-ms-lang(x)::-ms-backdrop, .p-form-index__item-num {
  position: relative;
  top: -1px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .p-form-index__item-num--mini {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .p-form-index {
    margin-bottom: 32px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-form-index__list {
    max-width: 680px;
    width: 100%;
  }
  .p-form-index__item {
    width: calc((100% - 8px) / 3);
    height: 100px;
  }
  .p-form-index__item--mini {
    width: calc((100% - 16) / 5);
    padding: 8px 0 8px 5px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.45;
  }
  .p-form-index__item--mini-row {
    width: calc((100% - 16) / 5);
    padding: 8px 0 8px 5px;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .p-form-index__item:before {
    border-width: 50px 0 50px 6px;
  }
  .p-form-index__item:after {
    border-width: 50px 0 50px 6px;
  }
  .p-form-index__item-num--mini {
    margin-right: 0;
  }
}
.p-form-desc {
  max-width: 760px;
  width: 100%;
  padding: 0 20px 72px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-form-desc-top {
  max-width: 760px;
  width: 100%;
  padding: 8px 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.p-form-desc-top--mb {
  margin-bottom: 80px;
}
.p-form-desc-top__text {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.p-form-desc__text {
  font-size: 14px;
  line-height: 24px;
}
.p-form-desc__text--red {
  color: #E50000;
}
.p-form-desc__link {
  position: relative;
  display: inline-block;
  padding-right: 14px;
  font-size: 14px;
  line-height: 24px;
  color: #005EB8;
  text-decoration: none;
}
.p-form-desc__link--external:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 12px 12px;
}
.p-form-desc__link.is-hover {
  transition: opacity .3s;
}
.p-form-desc__link.is-hover:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .p-form-desc-top__text {
    text-align: left;
  }
  .p-form-desc-top {
    padding: 32px 20px 0;
  }
  .p-form-desc-top--mb {
    margin-bottom: 40px;
  }
}
.p-form-usage {
  max-width: 720px;
  width: 100%;
  padding: 32px 32px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 48px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  color: #333333;
}
.p-form-usage--edit {
  margin-bottom: 0;
}
.p-form-usage__title {
  font-size: 1.8rem;
  line-height: 1.33;
  margin-bottom: 32px;
}
.p-form-usage__small-title {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: bold;
}
.p-form-usage__small-title--mt {
  margin-top: 32px;
}
.p-form-usage__txt {
  font-size: 14px;
  line-height: 24px;
}
.p-form-usage__txt--mb {
  margin-bottom: 24px;
}
.p-form-usage__link-box {
  margin-bottom: 32px;
}
a.p-form-usage__link:link {
  position: relative;
  padding-right: 14px;
  font-size: 14px;
  line-height: 24px;
  color: #005EB8;
  text-decoration: underline;
}
a.p-form-usage__link {
  color: #005EB8;
}
a.p-form-usage__link:link:hover {
  text-decoration: underline;
}
a.p-form-usage__link:hover {
  color: #005EB8;
}
.p-form-usage__link:after {
  content: "";
  position: relative;
  top: 2px;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 12px 12px;
}
.p-form-usage__link--internal:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-image: url(/assets/img/arrow_button_blue_right.svg);
  background-size: 10px 10px;
}
.p-form-usage__inner-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #005EB8;
  text-decoration: none;
}
.p-form-usage__inner-link:hover {
  opacity: .7;
}
.p-form-usage__item {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
.p-form-usage__item::before {
  content: '・';
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
}
.p-form-usage__tag {
  display: inline-block;
  width: 40px;
  height: 18px;
  padding-top: 1px;
  margin-right: 4px;
  box-sizing: border-box;
  background-color: #E50000;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #FFFFFF;
  text-align: center;
}

@media only screen and (max-width: 1079px) {
  .p-form-usage {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .p-form-usage {
    padding: 16px;
    width: calc(100% - 40px);
    margin-bottom: 32px;
  }
  .p-form-usage--edit {
    width: 100%;
    margin-bottom: 0;
  }
  .p-form-usage__title {
    font-size: 1.6rem;
    line-height: 1.375;

    margin-bottom: 16px;
  }
  .p-form-usage__link-box {
    margin-bottom: 16px;
  }
  .p-form-usage__tag {
    width: 32px;
  }
}
.p-form-agreement {
  overflow-y: scroll;
  height: 240px;
  margin-bottom: 40px;
  padding: 24px 16px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  color: #333333;
}
.p-form-agreement__text {
  font-size: 1.4rem;
  line-height: 1.57;
  word-break: break-all;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  .p-form-agreement {
    margin-bottom: 40px;
  }
}
.p-form-agreement-button {
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-form-agreement-button__box {
  position: relative;
}

.p-form-privacy {
  max-width: 760px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 64px;
  color: #333333;
}
.p-form-privacy__txt {
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-form-privacy__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding-right: 18px;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #005EB8;
  text-decoration: none;
}
.p-form-privacy__link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/assets/img/link_ico_open-in-new.svg);
  background-size: 14px 14px;
}
.p-form-privacy__link:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .p-form-privacy {
    margin-bottom: 32px;
  }
}
.p-form-block {
  max-width: 760px;
  width: 100%;
  padding: 0 20px 72px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-form-block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 48px;
  border-bottom: none;
}
.p-form-block--no-border {
  margin-bottom: 0;
  border-bottom: none;
}
.p-form-block--iframe {
  padding-left: 0;
  padding-right: 0;
}
.p-form-block--iframe:first-of-type {
  padding-top: 65px;
}
.p-form-block__title {
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 18px !important;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .p-form-block {
    padding-bottom: 56px;
  }
  .p-form-block:last-of-type {
    padding-bottom: 48px;
  }
  .p-form-block--iframe:first-of-type {
    padding-top: 0;
  }
}
.p-form-edit-info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 64px;
  color: #333333;
}
.p-form-edit-info__txt {
  margin-right: 32px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-form-edit-info__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #005EB8;
  text-decoration: none;
}
.p-form-edit-info__link:hover {
  opacity: .7;
}
.p-form-edit-info__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-form-edit-info__item {
  margin-right: 16px;
}
.p-form-edit-info__item:last-child {
  margin-right: 0;
}
.p-form-edit-info__button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  padding: 0 16px;
  border: #E6E6E6 solid 1px;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #333333;
  text-decoration: none;
}
.p-form-edit-info__button:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 767px) {
  .p-form-edit-info {
    display: block;
    margin-bottom: 32px;
  }
  .p-form-edit-info__txt {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .p-form-edit-info__list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-form-edit-info__item {
    width: calc((100% - 16px) / 2);
    margin-right: 0;
  }
  .p-form-edit-info__button {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.p-form-attention {
  max-width: 760px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #E50000;
}

@media only screen and (max-width: 1079px) {
  .p-form-attention {
    margin-bottom: 24px;
  }
}
.p-form__box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.p-form__box-mb14 {
  margin-bottom: 14px;
}
.mt-section-72 {
  margin-top: 72px;
}
.mb-section-72 {
  margin-bottom: 72px;
}
.p-form__box--center {
  justify-content: center;
}
.p-form__box:last-of-type {
  margin-bottom: 0;
}
.p-form__box--hidden {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.p-form__box--hidden.is-open {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  height: auto;
  width: auto;
  padding: 0;
}
.p-form__box--hidden-outer {
  width: 100%;
  margin-top: 8px;
}
.p-form__box--vertical {
  display: block;
}
.p-form__box--entered {
  margin-bottom: 32px;
}
.p-form__box--mb0 {
  margin-bottom: 0;
}
.p-form__box-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  max-width: 160px;
  width: calc(100% / 3 - 32px);
  min-height: 48px;
  padding-top: 14px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.25;
}
.p-form__box-title--entered {
  min-height: auto;
  padding-top: 0;
}
.p-form__box-title--vertical {
  width: 100%;
  min-height: auto;
  margin-bottom: 16px;
}
.p-form__box-title--entered-vertical {
  width: 100%;
  margin-bottom: 8px;
}
.p-form__box-title--members-vertical {
  justify-content: unset;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-bottom: 16px;
  padding-top: 0;
}
.p-form__box-title-txt {
  display: block;
  width: calc(100% - 48px);
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.p-form__box-title-txt--vertical {
  width: auto;
  margin-right: 16px;
}
.p-form__box-tag {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2px 8px;
  width: auto;
  height: 18px;
  margin-top: 3px;
  white-space:nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.p-form__box-tag2 {
  /* -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  height: 18px;
  margin-top: 3px;
  white-space:nowrap;
  font-size: 20px;
  line-height: 16px; */
  position: absolute;
  color:red;
}
.p-form__box-tag--required {
  background-color: #E50000;
}
.p-form__box-tag--free {
  background-color: #E6E6E6;
  color: #333333;
}
.p-form__box-tag--i-member {
  margin-top: -1px;
  background-color: #005EB8;
  color: #fff;
}
.p-form__box-tag--child {
  position: absolute;
  right: calc(100% + 32px);
}
.p-form__box-tag--child-box {
  position: absolute;
  right: calc(100% + 32px);
  top: 16px;
  margin-top: 0;
}
.p-form__box-parts {
  /* width: calc(100% / 3 * 2); */
  width: calc(100% - 190px);
}
.p-form__box-parts--button {
  position: relative;
  padding-top: 12px;
}
.p-form__box-parts--column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-form__box-parts--entered {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 240px);
  min-height: auto;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
}
.p-form__box-parts--vertical {
  width: 100%;
}
.p-form__box-parts--entered-vertical {
  width: 100%;
}
.p-form__box-parts-txt--entered {
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}
.p-form__box-parts-box {
  margin-bottom: 8px;
}
.p-form__box-parts-box--column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.p-form__box-parts-box:last-of-type {
  margin-bottom: 0;
}
.p-form__parts-outer {
  display: inline-block;
  position: relative;
  width: 100%;
}
.p-form__parts-outer--full {
  display: block;
}
.p-form__parts-outer--full-center {
  display: flex;
  justify-content: center;
}
.p-form__parts-outer--cad {
  display: block;
  width: calc(100% - 55px);
  margin-left: auto;
}
.p-form__parts-outer--cad-soft {
  display: inline-block;
  width: calc(100% - 160px);
  margin-left: auto;
}
.p-form__parts-outer--grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.p-form__parts-outer--half {
  width: calc(50% + 30px);
}
.p-form__parts-outer--others {
  width: calc(100% - 80px);
}
.p-form__parts-outer--beside-button {
  top: -12px;
}
.p-form__parts-outer--mbs {
  margin-bottom: 16px;
}
.p-form__parts-outer--mb {
  margin-bottom: 40px;
}
.p-form__parts-outer.is-error:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 13px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/img/alert_ico.svg) no-repeat center center;
  background-size: 24px 24px;
}
.p-form__parts-outer--button.is-error {
  padding-right: 32px;
  box-sizing: border-box;
}
.p-form__parts-outer--button.is-error:after {
  right: 0;
  top: 0;
}
.p-form__parts-outer--column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-form__input, .p-form__textarea {
  width: 100%;
  padding: 12px 16px;
  border: #E6E6E6 solid 1px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__input:focus, .p-form__textarea:focus {
  border: #005EB8 solid 1px;
  outline: none;
}
.p-form__input.edge-autoSuggestFieldFilled, .p-form__textarea.edge-autoSuggestFieldFilled {
  background: none !important;
}
.p-form__input.edge-autofilled, .p-form__textarea.edge-autofilled {
  background: none !important;
}
.p-form__input:-webkit-autofill, .p-form__textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.p-form__input:-webkit-autofill:focus, .p-form__textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset, 0 0 3px #005EB8;
}
.p-form__input:-internal-autofill-selected, .p-form__textarea:-internal-autofill-selected {
  background: none !important;
  color: #333333 !important;
}
.p-form__input:-internal-autofill-selected:focus, .p-form__textarea:-internal-autofill-selected:focus {
  background: none !important;
  color: #333333 !important;
}
.p-form__input--very-short {
  max-width: 160px;
}
.p-form__input--short {
  max-width: 160px;
}
.p-form__input--middle {
  max-width: 240px;
}
.p-form__input--mb {
  margin-bottom: 8px;
}
.p-form__input--cad {
  position: absolute;
  top: -45px;
  margin-left: 80px;
  width: 100%;
}
.p-form__input--tel {
  width: 96px;
}
.p-form__input:focus {
  border-color: #005EB8;
  box-shadow: 0 0 3px #005EB8;
}
.p-form__input.is-error {
  border-color: #E50000;
  background-color: #fde5e5;
}
.p-form__input.is-realtime {
  border-color: #005EB8;
  background-color: #f5fafe;
}
.p-form__input.is-realtime-2 {
  border-color: #005EB8;
  background-color: #f3f3f3;
}
.p-form__input::placeholder {
  color: #999999;
}
.p-form__input::-webkit-input-placeholder {
  color: #999999;
}
.p-form__input:-ms-input-placeholder {
  color: #999999;
}
.p-form__input::-ms-input-placeholder {
  color: #999999;
}
.p-form__textarea {
  min-height: 160px;
  -ms-overflow-style: none;
}
.p-form__textarea:focus {
  border-color: #005EB8;
  box-shadow: 0 0 3px #005EB8;
}
.p-form__textarea.is-error {
  border-color: #E50000;
  background-color: #fde5e5;
}
.p-form__textarea.is-realtime {
  border-color: #005EB8;
  background-color: #f5fafe;
}
.p-form__textarea.is-realtime-2 {
  border-color: #005EB8;
  background-color: #f3f3f3;
}
.p-form__textarea::placeholder, .p-form__textarea::-ms-input-placeholder {
  color: #999999;
}
.p-form__textarea:-ms-input-placeholder {
  color: #999999;
}
.p-form__button-outer {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.p-form__button-outer:last-of-type {
  margin-bottom: 0;
}
.p-form__button-outer--column {
  margin-bottom: 8px;
  margin-right: 16px;
}
.p-form__button-outer--column:last-of-type {
  margin-right: 0;
}
.p-form__button-outer--grid {
  width: 33.33%;
}
.p-form__button-outer--grid--50 {
  margin-bottom: 24px;
  width: 50%;
}
.p-form__button-outer--grid--100 {
  width: 100%;
}
.p-form__button-outer--flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-form__button-outer--mb24 {
  margin-bottom: 24px;
}
.p-form__button-outer--mb0 {
  margin-bottom: 0;
}
.p-form__button-outer-inner {
  display: block;
}
.p-form__button-outer-inner.is-open:last-of-type {
  margin-bottom: 0;
}
.p-form__button-outer-inner.is-error {
  position: relative;
}
.p-form__button-outer-inner.is-error:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 13px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/img/alert_ico.svg) no-repeat center center;
  background-size: 24px 24px;
}
.p-form__input-notes {
  font-size: 1.1rem;
  line-height: 1.45;
  color: #999999;
}
.p-form__button-label {
  display: inline-block;
}
.p-form__button-label--with-txt {
  margin-bottom: 8px;
}
.p-form__button-label--half {
  width: calc(50% - 40px);
}
.p-form__button-label--others {
  width: 120px;
}
.p-form__button-txt {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.p-form__button-txt--small {
  font-size: 1.4rem;
  line-height: 1.714;
}
.p-form__button-txt:before, .p-form__button-txt:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}
.p-form__button-txt:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: #999999 solid 1px;
  background-color: #FFFFFF;
}
.p-form__button-txt:after {
  left: 4px;
  top: 4px;
  display: none;
  width: 16px;
  height: 16px;
  background-color: #005EB8;
}
.p-form__button-check-txt {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.p-form__button-check-txt a:link {
  color: #005EB8;
  text-decoration: underline;
}
.p-form__button-check-txt a {
  color: #005EB8;
}
.p-form__button-check-txt a:hover {
  color: #005EB8;
  text-decoration: underline;
}
.p-form__button-check-txt a:link:hover {
  color: #005EB8;
  text-decoration: underline;
}
.p-form__button-check-txt:before, .p-form__button-check-txt:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}
.p-form__button-check-txt:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: #999999 solid 1px;
  background-color: #FFFFFF;
}
.p-form__button[disabled]+.p-form__button-check-txt:before {
  background-color: rgba(239, 239, 239, 0.5);
}
.p-form__button-check-txt:after {
  left: 4px;
  top: 6px;
  display: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 16px;
  height: 8px;
  border-left: #FFFFFF solid 3px;
  border-bottom: #FFFFFF solid 3px;
}
.p-form__button-check-txt-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 18px;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #005EB8;
  text-decoration: none;
}
.p-form__button-check-txt-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-form__button {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__button:checked + .p-form__button-txt:before {
  border: #005EB8 solid 1px;
}
.p-form__button:checked + .p-form__button-txt:after {
  display: block;
}
.p-form__button:checked + .p-form__button-check-txt:before {
  border: #005EB8 solid 1px;
  background-color: #005EB8;
}
.p-form__button:checked + .p-form__button-check-txt:after {
  display: block;
}
.p-form__button:focus + .p-form__button-txt:before {
  box-shadow: 0 0 4px #005EB8;
}
.p-form__button:focus + .p-form__button-check-txt:before {
  box-shadow: 0 0 4px #005EB8;
}
.p-form__button.is-error + .p-form__button-txt:before {
  border: #E50000 solid 2px;
  background-color: #fde5e5;
}
.p-form__button.is-error + .p-form__button-check-txt:before {
  border: #E50000 solid 2px;
  background-color: #fde5e5;
}
.p-form__button.is-realtime + .p-form__button-txt:before {
  border: #005EB8 solid 2px;
  background-color: #f5fafe;
}
.p-form__button.is-realtime + .p-form__button-check-txt:before {
  border: #005EB8 solid 2px;
  background-color: #f5fafe;
}
.p-form__select-outer {
  position: relative;
}
.p-form__select-outer:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/assets/img/arrow_button_blue_bottom.svg) no-repeat center center;
  pointer-events: none;
}
.p-form__select-outer.is-error {
  padding-right: 40px;
  box-sizing: border-box;
}
.p-form__select-outer.is-error:before {
  right: 56px;
}
.p-form__select-outer.is-error:after {
  top: 13px;
  margin-top: 0;
}
.p-form__select-label {
  display: block;
}
.p-form__select {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  width: 100%;
  padding: 0 32px 0 16px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../../images/2020RWD/member/form-select-arrow.svg);
  background-position: top 20px right 15px;
  background-size: 10px 6px;
  background-repeat: no-repeat;
}
.p-form__select::-ms-expand {
  display: none;
}
.p-form__select:focus {
  border: #005EB8 solid 1px;
  box-shadow: 0 0 3px #005EB8;
}
.p-form__select.is-error {
  border-color: #E50000;
  background-color: #fde5e5;
}
.p-form__select.is-realtime {
  border-color: #005EB8;
  background-color: #F5FAFF;
}
.p-form__selectbox-wrapper {
  user-select: none;
}
.p-form__selectbox-outer {
  position: relative;
}
.p-form__selectbox-label {
  display: block;
}
.p-form__selectbox {
  position: relative;
  display: inline-block;
}
.p-form__selectbox--full {
  display: block;
  width: 100% !important;
}
.p-form__selectbox-trigger {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 32px 0 16px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  box-shadow: none;
  border-radius: 0;
  background: none;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #333333;
  cursor: pointer;
}
.p-form__selectbox-trigger.is-open {
  border: #005EB8 solid 1px;
}
.p-form__selectbox-trigger:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/assets/img/arrow_button_blue_bottom.svg) no-repeat center center;
  pointer-events: none;
}
.p-form__custom-options {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition-property: opacity,transform;
  transition-property: opacity,transform;
  min-width: 100%;
  margin: 16px 0;
  border: 1px solid #999999;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-15px);
}
.p-form__custom-options.is-open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  z-index: 10;
}
.p-form__custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  margin-left: -4px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  background: #fff;
  transform: rotate(45deg);
  transition: .3s;
}
.p-form__custom-options.is-hover:before {
  background: #F5F5F5;
}
.p-form__custom-option {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: .3s;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.57;
  cursor: pointer;
}
.p-form__custom-option:first-of-type {
  border-radius: 3px 3px 0 0;
}
.p-form__custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}
.p-form__custom-option:hover, .p-form__custom-option:focus, .p-form__custom-option.is-selected {
  background: #F5F5F5;
}
.p-form__custom-option::-moz-focus-inner {
  border: 0;
}
.p-form__box-parts-txt {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.375;
}
.p-form__box-parts-txt--before {
  margin-right: 8px;
}
.p-form__box-parts-txt--after {
  margin-left: 8px;
}
.p-form__box-parts-txt--name {
  width: 40px;
}
.p-form__box-parts-txt--mb {
  margin-bottom: 16px;
}
.p-form__box-parts-txt--small {
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-form__box-parts-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 18px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #005EB8;
  text-decoration: none;
}
.p-form__box-parts-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-form__box-parts-column-outer {
  margin-right: 24px;
}
.p-form__box-parts-column-outer:last-of-type {
  margin-right: 0;
}
.p-form__box-parts-column-outer--name {
  width: 200px;
}
.p-form__box-parts-column-outer--considered-num {
  width: 228px;
}
.p-form__box-parts-column-outer--considered-time {
  width: 228px;
}
.p-form__box-parts-column-outer--three {
  position: relative;
  width: 130px;
  margin-right: 0;
}
.p-form__box-parts-column-outer--three:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 3px;
  height: 1px;
  background-color: #333333;
}
.p-form__box-parts-column-outer--three:last-of-type {
  width: 96px;
}
.p-form__box-parts-column-outer--three:last-of-type:after {
  display: none;
}
.p-form__notes {
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #999999;
}
.p-form__notes-link {
  position: relative;
  display: inline-block;
  color: #999999;
}
.p-form__notes-link:after {
  content: "";
  position: relative;
  top: 2px;
  left: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/img/link_ico_open-in-new_gray.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-form__notes-link:hover {
  text-decoration: none;
}
.p-form__child-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.p-form__child-box:last-of-type {
  margin-bottom: 0;
}
.p-form__child-box-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 120px;
  width: calc(100% / 4);
  padding-top: 14px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.p-form__child-box-title--entered {
  min-height: auto;
  padding-top: 0;
  line-height: 1.375;
}
.p-form__child-box-title-txt {
  font-size: 1.6rem;
  line-height: 1.25;
}
.p-form__child-box-parts {
  width: calc(100% - 190px);
}
.p-form__child-box-parts--btn {
  width: 160px;
}
#checkEmail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 160px;
  height: 48px;
  border: #005EB8 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #005EB8;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#checkEmail:disabled {
  border: #a9a9a9 solid 1px;
  background-color: #a9a9a9;
}

#checkEmail:hover {
  opacity: .7;
  cursor: pointer;
}
#checkEmailNote {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}
.p-form__child-box-parts--has-btn {
  width: calc(100% - 190px - 190px);
}
.p-form__child-box-parts--select {
  flex-shrink: 0;
  width: 100%;
  max-width: 100px;
}
.p-form__child-box-parts--has-select {
  width: 100%;
  margin-left: 33px;
}
.p-form__child-box-parts--full {
  width: 100%;
}
.p-form__child-box-parts--button {
  padding-top: 12px;
}
.p-form__error {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #E50000;
}
.p-form__error-link {
  transition: .3s opacity;
  font-size: 14px;
  line-height: 24px;
  color: #005EB8;
  text-decoration: none;
}
.p-form__error-link.is-hover:hover {
  opacity: .7;
}
.p-form__realtime-error {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  display: block;
  padding: 16px;
  box-sizing: border-box;
  background-color: #e2f0fd;
  font-size: 14px;
  line-height: 24px;
  color: #005EB8;
  text-align: center;
  pointer-events: none;
}
.p-form__realtime-error--email {
  width: 300px;
}
.p-form__realtime-error--num {
  width: 180px;
}
.p-form__realtime-error--agreement {
  width: 300px;
  left: -15px;
}
.p-form__realtime-error--nowrap {
  white-space: nowrap;
}
.p-form__realtime-error--small {
  padding: 8px;
}
.p-form__realtime-error:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 100%;
  display: block;
  border-style: solid;
  border-width: 10px 8px 0;
  border-color: #e2f0fd transparent;
}
.p-form__edit-link-box {
  margin-top: 40px;
  text-align: center;
}
.p-form__edit-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding-right: 18px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #005EB8;
  text-decoration: none;
}
.p-form__edit-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-form__edit-link:hover {
  opacity: .7;
}
.p-form__remaining-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #005EB8;
  text-align: center;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  #checkEmail {
    margin-top: 16px;
    height: 40px;
  }
  .p-form__box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-form__box-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    min-height: auto;
    margin-bottom: 13px;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .p-form__box-title--column-sp {
    width: 80px;
    height: 48px;
    margin-bottom: 0;
  }
  .p-form__box-title--vertical {
    padding-top: 16px;
  }
  .p-form__box-title--entered {
    opacity: .5;
  }
  .p-form__box-title--entered-vertical {
    margin-bottom: 8px;
  }
  .p-form__box-title-txt {
    width: auto;
    max-width: calc(100% - 40px);
    margin-right: 8px;
  }
  .p-form__box-tag {
    width: auto;
  }
  .p-form__box-tag--child {
    position: static;
    right: auto;
  }
  .p-form__box-tag--child-box {
    position: static;
    right: auto;
    top: auto;
  }
  .p-form__box-tag--mb {
    margin-bottom: 16px;
  }
  .p-form__box-parts {
    width: 100%;
  }
  .p-form__box-parts--button {
    padding-top: 0;
  }
  .p-form__box-parts--column-sp {
    width: calc(100% - 80px);
  }
  .p-form__box-parts--entered {
    min-height: auto;
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .p-form__box-parts-txt--entered {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .p-form__box-parts-link {
    padding-right: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .p-form__box-parts-link:after {
    top: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .p-form__parts-outer.is-error:after {
    top: 17px;
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .p-form__parts-outer--button.is-error {
    padding-right: 24px;
    box-sizing: border-box;
  }
  .p-form__parts-outer--button.is-error:after {
    top: 4px;
    right: 0;
  }
  .p-form__parts-outer--cad-soft {
    width: calc(100% - 140px);
  }
  .p-form__parts-outer--grid {
    display: block;
  }
  .p-form__parts-outer--half {
    width: 100%;
  }
  .p-form__parts-outer--others {
    width: 100%;
  }
  .p-form__parts-outer--beside-button {
    top: auto;
    margin-top: 8px;
  }
  .p-form__input, .p-form__textarea {
    padding: 12px 8px;
  }
  .p-form__input {
    height: 48px;
  }
  .p-form__input--very-short {
    max-width: 60px;
  }
  .p-form__input--short {
    max-width: 120px;
  }
  .p-form__input--middle {
    max-width: 240px;
  }
  .p-form__input--tel {
    width: 64px;
  }
  .p-form__textarea {
    min-height: 120px;
  }
  .p-form__textarea.is-error {
    background-size: 16px 16px;
    background-position: right 8px top 16px;
  }
  .p-form__input--cad {
    position: static;
    margin: 0;
  }
  .p-form__button-outer--grid,
  .p-form__button-outer--grid--50 {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-form__button-outer--flex {
    display: block;
  }
  .p-form__button-outer-inner.is-error:after {
    top: 17px;
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .p-form__button-label--half {
    width: 100%;
  }
  .p-form__button-txt {
    min-height: 18px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .p-form__button-txt--small {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-form__button-txt:before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
  .p-form__button-txt:after {
    top: 5px;
    left: 3px;
    width: 12px;
    height: 12px;
  }
  .p-form__button-check-txt {
    min-height: 18px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
  }
  .p-form__button-check-txt:before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
  .p-form__button-check-txt:after {
    top: 6px;
    left: 3px;
    width: 12px;
    height: 6px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
  .p-form__button-check-txt-link {
    padding-right: 16px;
    margin-right: 4px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-form__button-check-txt-link:after {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .p-form__select-outer.is-error {
    padding-right: 32px;
  }
  .p-form__select-outer.is-error:before {
    right: 48px;
  }
  .p-form__select {
    font-size: 14px;
    line-height: 24px;

  }
  .p-form__selectbox-trigger {
    padding: 0 32px 0 16px;
    font-size: 1.6rem;
    line-height: 1.375;

  }
  .p-form__box-parts-txt {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-form__box-parts-txt--before {
    margin-right: 4px;
  }
  .p-form__box-parts-txt--after {
    margin-left: 4px;
  }
  .p-form__box-parts-txt--name {
    width: 32px;
  }
  .p-form__box-parts-txt--small {
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .p-form__box-parts-column-outer {
    margin: 4px 16px 4px 0;
  }
  .p-form__box-parts-column-outer--name {
    width: 152px;
  }
  .p-form__box-parts-column-outer--considered-num {
    width: 112px;
  }
  .p-form__box-parts-column-outer--considered-time {
    width: 176px;
  }
  .p-form__box-parts-column-outer--three {
    width: 100px;
    margin-right: 0;
  }
  .p-form__box-parts-column-outer--three:last-of-type {
    width: 64px;
  }
  .p-form__child-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-form__child-box--entered {
    margin-bottom: 16px;
  }
  .p-form__child-box-title {
    max-width: none;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 16px;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-form__child-box-title--column-sp {
    width: 104px;
    margin-bottom: 0;
    padding-top: 14px;
    line-height: 1.428;
  }
  .p-form__child-box-title--entered {
    opacity: .5;
    padding-top: 0;
    line-height: 1.57;
  }
  .p-form__child-box-title-txt {
    margin-right: 8px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .p-form__child-box-title-txt--column-sp {
    line-height: 1.43;
  }
  .p-form__child-box-parts {
    width: 100%;
  }
  .p-form__child-box-parts--has-select {
    margin-left: 0;
  }
  .p-form__child-box-parts--button {
    padding-top: 0;
  }
  .p-form__child-box-parts--column-sp {
    width: calc(100% - 104px);
  }
  .p-form__submit-box {
    display: block;
  }
  .p-form__submit {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .p-form__edit {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 24px;
  }
  .p-form__realtime-error {
    bottom: calc(100% - 4px);
    padding: 4px;
    font-size: 14px;
    line-height: 24px;
  }
  .p-form__realtime-error--email {
    width: 220px;
  }
  .p-form__realtime-error--num {
    width: 130px;
  }
  .p-form__realtime-error--agreement {
    width: 180px;
    bottom: calc(100% + 10px);
    left: -6px;
  }
  .p-form__realtime-error:after {
    left: 10px;
    border-width: 8px 6px 0;
  }
}
@media only screen and (max-width: 374px) {
  .p-form__parts-outer--cad-soft {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .p-form__box-parts-column-outer {
    margin: 4px 16px 4px 0;
  }
  .p-form__box-parts-column-outer--name {
    width: auto;
  }
  .p-form__box-parts-column-outer--considered-num {
    width: auto;
  }
  .p-form__box-parts-column-outer--considered-time {
    width: auto;
  }
  .p-form__box-parts-column-outer--three {
    margin-right: 0;
  }
}
.p-form-button-txt {
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: center;
  color: #333333;
}
.p-form-button-txt__link-external {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 4px;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #005EB8;
  text-decoration: none;
}
.p-form-button-txt__link-external:hover {
  opacity: .7;
}
.p-form-button-txt__link-external:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/assets/img/link_ico_open-in-new.svg);
  background-size: 14px 14px;
}

@media only screen and (max-width: 767px) {
  .p-form-button-txt {
    margin-bottom: 48px;
  }
}
.p-form-button {
  max-width: 760px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-form-button--mbs {
  margin-bottom: 16px;
}
.p-form-button__submit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 320px;
  height: 56px;
  border: #005EB8 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #005EB8;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form-button__submit--disable {
  background-color: #f2f2f2;
  border-color: #cccccc;
  color: #888888;
}
.p-form-button__submit:hover {
  opacity: .7;
  cursor: pointer;
}
.p-form-button__edit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 160px;
  height: 56px;
  border: #E6E6E6 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
  margin-right: 40px;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form-button__edit:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
}
.p-form-button__members-submit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 320px;
  height: 56px;
  border: #005EB8 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #005EB8;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #FFFFFF;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form-button__members-submit--disable {
  background-color: #f2f2f2;
  border-color: #cccccc;
  color: #888888;
}
.p-form-button__members-submit:hover {
  opacity: .7;
  cursor: pointer;
}
.p-form-button__close {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: .3s background;
  width: 180px;
  height: 56px;
  border: #E6E6E6 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #333333;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form-button__close.is-hover:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
}
.p-form-button__link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: .3s opacity;
  width: 360px;
  height: 56px;
  border: #005EB8 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #005EB8;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
.p-form-button__link.is-hover:hover {
  opacity: .7;
}
.p-form-button__text {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.p-form-button__text:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
}
.p-form-button__text--external:after {
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: url(../../images/2020RWD/member/link_ico_open-in-new_white.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-form-button__icon-i-web {
  width: 80px;
  height: 12px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .p-form-button {
    display: block;
  }
  .p-form-button--confirm {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-form-button__submit {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 24px;
  }
  .p-form-button__submit.no-mb {
    margin-bottom: 0;
  }
  .p-form-button__edit {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .p-form-button__members-submit {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .p-form-button__close {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
  .p-form-button__link {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
.p-form-page-footer {
  padding-bottom: 24px;
}
.p-form-page-footer__copyright {
  font-size: 1.1rem;
  line-height: 1.45;
  color: #999999;
  text-align: center;
}

.p-form-temporary {
  max-width: 760px;
  width: 100%;
  padding: 0 20px 80px;
  box-sizing: border-box;
  margin: 0 auto;
}
.p-form-temporary--top {
  padding-top: 80px;
}
.p-form-temporary__title {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: center;
}
.p-form-temporary__text {
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-form-temporary__text--red {
  color: #E50000;
}
.p-form-temporary__flow-text {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-form-temporary__flow-text--red {
  color: #E50000;
}
.p-form-temporary__flow-list {
  counter-reset: item;
}
.p-form-temporary__flow-item {
  position: relative;
  margin-bottom: 40px;
}
.p-form-temporary__flow-item:last-child {
  margin-bottom: 0;
}
.p-form-temporary__flow-item:before {
  position: absolute;
  left: 0;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #999999;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #FFFFFF;
  counter-increment: item;
  content: counter(item);
}
.p-form-temporary__flow-item-text {
  margin-bottom: 32px;
  padding-left: 48px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.p-form-temporary__flow-item-image-box {
  text-align: center;
}
.p-form-temporary__flow-item-image {
  max-width: 500px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-form-temporary {
    padding-bottom: 40px;
  }
  .p-form-temporary--top {
    padding-top: 32px;
  }
  .p-form-temporary__title {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1.375;

  }
  .p-form-temporary__flow-text {
    margin-bottom: 32px;
  }
  .p-form-temporary__flow-item {
    margin-bottom: 24px;
  }
  .p-form-temporary__flow-item-text {
    margin-bottom: 24px;
  }
}
.p-form-iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.p-form-iframe__outer {
  max-width: 1000px;
}
.p-form-iframe .p-form__box-title {
  padding-top: 10px;
}
.p-form-iframe .p-form__box-parts--button {
  padding-top: 8px;
}
.p-form-iframe .p-form__parts-outer--beside-button {
  top: -8px;
}
.p-form-iframe .p-form__input, .p-form-iframe .p-form__textarea {
  padding: 8px 8px;
}
.p-form-iframe .p-form__select-outer:before {
  margin-top: -4px;
}
.p-form-iframe .p-form__select {
  height: 40px;
}
.p-form-iframe .p-form__child-box-parts {
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .p-form-iframe .p-form__box-title {
    padding-top: 0;
  }
  .p-form-iframe .p-form__parts-outer--beside-button {
    top: 0;
  }
  .p-form-iframe .p-form__input {
    height: 40px;
  }
}
@media only screen and (max-width: 374px) {
  .p-form-iframe .p-form__parts-outer--cad-soft {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .p-form-iframe .p-form__box-parts-column-outer {
    margin: 4px 16px 4px 0;
  }
  .p-form-iframe .p-form__box-parts-column-outer--name {
    width: auto;
  }
  .p-form-iframe .p-form__box-parts-column-outer--considered-num {
    width: auto;
  }
  .p-form-iframe .p-form__box-parts-column-outer--considered-time {
    width: auto;
  }
  .p-form-iframe .p-form__box-parts-column-outer--three {
    margin-right: 0;
  }
}
.p-form-login {
  width: 46%;
  color: #333333;
}
.p-form-login__outer {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-form-login__inner {
  width: 100%;
  margin-bottom: 40px;
}
.p-form-login__title {
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: normal!important;
}
.p-form-login__title--i-web {
  display: flex;
  align-items: center;
}
.p-form-login__title-text {
  margin-right: 16px;
}
.p-form-login__title-icon {
  width: 80px;
  height: 12px;
}
.p-form-login__link-item {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.p-form-login__link-item:last-child {
  margin-bottom: 0;
}
a.p-form-login__link:link {
  position: relative;
  display: inline-block;
  transition: .3s;
  font-size: 14px;
  line-height: 24px;
  color: #005EB8;
  text-decoration: none;
}
.p-form-login__link.p-form-login__link--internal,
.p-form-login__link-item .forgot-pw-arrow {
  color: #005EB8;
}
.p-form-login__link--internal:after {
  content: "";
  position: relative;
  left: 4px;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center center;
  background-size: 12px 12px;
}
.p-form-login__text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.p-form-login__list-outer {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.p-form-login__item {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
.p-form-login__item::before {
  content: '・';
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
}

@media only screen and (max-width: 1079px) {
  .p-form-login__outer {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-form-login {
    width: 100%;
  }
  .p-form-login--pt {
    padding-top: 48px;
  }
  .p-form-login__outer {
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  .p-form-login__inner {
    margin-bottom: 0;
  }
  .p-form-login__text {
    margin-bottom: 24px;
  }
  .p-form-login__list-outer {
    margin-bottom: 24px;
  }
}
.p-download {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 72px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1079px) {
  .p-download {
    padding: 0 20px 40px;
  }
}
.p-download-section {
  padding-top: 64px;
  color: #333333;
}
.p-download-section__title {
  padding-bottom: 14px;
  margin-bottom: 32px;
  border-bottom: #E6E6E6 solid 2px;
  font-size: 2.4rem;
  line-height: 1.16;
}

@media only screen and (max-width: 767px) {
  .p-download-section {
    padding-top: 32px;
  }
  .p-download-section__title {
    padding-bottom: 8px;
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.p-download-list {
  margin-bottom: 100px;
  color: #333333;
}
.p-download-list:last-of-type {
  margin-bottom: 0;
}
.p-download-list__item {
  padding: 16px 20px;
  box-sizing: border-box;
  border-bottom: #F0F0F0 solid 1px;
}
.p-download-list__item:last-child {
  border-bottom: none;
}
.p-download-list__item:after {
  content: "";
  display: block;
  clear: both;
}
.p-download-list__image-box {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  width: auto;
  height: 120px;
  margin: 0 20px 0 0;
  /* Notice: IE11調整 */
}
@media all and (-ms-high-contrast: none\0 ) {
  .p-download-list__image-box *::-ms-backdrop, .p-download-list__image-box {
    display: block;
  }
}
.p-download-list__image {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.p-download-list__text-box {
  width: 100%;
}
.p-download-list__title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.p-download-list__text {
  font-size: 1.4rem;
  line-height: 1.57;
}

@media only screen and (max-width: 767px) {
  .p-download-list__item {
    padding: 8px 10px;
  }
  .p-download-list__image-box {
    max-width: 90px;
    height: 90px;
    margin: 0 10px 0 0;
  }
  .p-download-list__title {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.57;

  }
  .p-download-list__text {
    font-size: 1.1rem;
    line-height: 1.45;
  }
}

/*# sourceMappingURL=form.css.map */
