@charset "UTF-8";


/*-------------メイン-------------*/

.fs-l-main {
  /*display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;*/
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  padding: 0;
}

@media screen and (max-width:680px) {
  .fs-l-main {
    margin: 24px auto;
    padding: 8px;
  }
}

/*-------------共通見出し-------------*/

.fs-c-heading--page {
  color: #7c8790;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid;
  margin: 0 0 24px;
  text-align: center;
}

@media screen and (max-width: 680px) {

  .fs-c-heading--page {
    border-bottom: 2px solid #7c8790;
    color: #7c8790;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 0 0 1.2em;
  }
}

.fs-c-inputInformation__message {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message {
  margin: 0;
  justify-content: flex-start;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message p {
  text-align: left;
}


/*-------------パスワードをお忘れの方 ページ-------------*/

.fs-body-forgotPassword .fs-c-orderedList {
  margin: 0;
  list-style: none;
  counter-reset: number;
}
.fs-body-forgotPassword .fs-c-orderedList > li {
  padding: 0 8px 0 2em;
  text-indent: -2em;
}
.fs-body-forgotPassword .fs-c-orderedList > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  color: #7c8790;
  text-align: right;
  width: 1em;
  padding-right: 1em;
  box-sizing: content-box;
}
.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
  margin: 24px auto;
  max-width: 600px;
}
.fs-body-forgotPassword .fs-c-inputTable {
  width: 100%;
}
.fs-body-forgotPassword .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
.fs-body-forgotPassword .fs-c-inputTable > tbody > tr + tr {
  margin-top: 24px;
}
.fs-body-forgotPassword .fs-c-inputTable__headerCell {
  padding: 0;
  text-align: left　!important;
}
.fs-body-forgotPassword .fs-c-inputTable__dataCell {
  padding: 0;
  position: relative;
}
.fs-body-forgotPassword .fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.fs-body-forgotPassword .fs-c-inputInformation__button {
  margin-top: 32px;
}
.fs-body-forgotPassword .fs-c-button--primary {
  background: #444444;
  border: 1px solid #444444;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}
.fs-body-forgotPassword .fs-c-button--primary span {
  color: #ffffff;
}
.fs-body-forgotPassword .fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
  color: #999999;
  margin: auto 4px;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"],
[type="time"], [type="datetime-local"], [type="number"], select, textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
  line-height: 1.4;
  min-height: 1.8em;
  width: 100%;
}

@media screen and (max-width: 680px) {

  .fs-body-forgotPassword .fs-p-drawer {
    background: #ffffff;
    box-shadow: 1px 1px 5px #b2b2b2;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
    padding: 8px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 24px;
    transform: translateX(-101%);
    z-index: 2;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}


/*-------------会員登録 ページ-------------*/

.fs-body-register .common_register_merit_list {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.fs-body-register .common_register_merit_list ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.fs-body-register .common_register_merit_list li {
  box-sizing: border-box;
  border: 5px solid #fff2c6;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 30px 0;
  width: 23%;
}
.fs-body-register .common_register_merit_list li:first-child {
  background: #fff2c6;
}
.fs-body-register .common_register_merit_list li h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0 0 8px;
  padding: 0;
  text-align: center;
}
.fs-body-register .common_register_merit_list li p {
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fs-body-register .common_register_merit_list li span {
  color: #333;
  font-weight: 600 !important;
  text-align: center;
}
.fs-body-register .common_register_merit_list li .ft_red {
  color: #d74141;
  font-size: 20px;
  margin: 0 5px 0 0;
}
.fs-body-register .common_register_merit_list li .ft_small {
  display: block;
  font-size: 15px;
}
.fs-body-register .fs-c-inputTable {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
}
.fs-body-register .fs-c-inputInformation__field {
  width: 100%;
  max-width: 1050px;
  margin: 24px auto;
}
.fs-body-register .fs-c-inputTable tr {
  display: table;
  margin: 0;
  width: 100%;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__headerCell {
  /* background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; */
  padding: 10px;
  width: 30%;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell {
  /* border-bottom: 1px solid #ccc; */
  padding: 10px;
  width: 70%;
}
.fs-body-register .fs-c-inputTable__headerCell label,
.fs-body-register .fs-c-inputTable__headerCell .fs-c-inputTable__label {
  /* font-weight: bold; */
  letter-spacing: 1px;
}
.fs-body-register .fs-c-inputTable tr:last-child .fs-c-inputTable__headerCell,
.fs-body-register .fs-c-inputTable tr:last-child .fs-c-inputTable__dataCell {
  border-bottom: 0;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputGroup {
  border: 0;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-dropdown {
  width: 100%;
  max-width: 300px;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell input,
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell select {
  width: 100%;
  /* max-width: 300px; */
  border: 1px solid #ccc;
  /* background: #F3F3F3; */
  border-radius: 4px;
  padding: 10px;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputDate__year,
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputDate__year select,
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputDate__month,
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputDate__month select,
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputDate__date,
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputDate__date select {
  width: 100%;
  max-width: 100px;
}
.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: none;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputTextGroup {
  justify-content: flex-start;
}
.fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell .fs-c-inputTextGroup__item {
  flex: inherit;
}
.fs-body-register .fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
}
.fs-body-register fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
    margin-top: 32px;
}
.fs-body-register .fs-c-inputInformation__button {
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 30%;
}
.fs-c-requiredMark::before {
  color: #FF3C14;
}
@media screen and (max-width: 680px) {
  .fs-body-register .fs-c-inputInformation__button {
    width: 85%;
  }
  .fs-body-register .common_register_merit_list li {
    width: 49%;
    margin-bottom: 8px;
  }
  .fs-body-register .fs-c-inputTable tr {
    display: grid;
  }
  .fs-body-register .fs-c-inputTable tr .fs-c-inputTable__headerCell {
    /* padding: 0 0 5px; */
    width: 100%;
    text-align: left;
  }
  .fs-body-register .fs-c-inputTable tr .fs-c-inputTable__dataCell {
    /* padding: 0 0 20px; */
    width: 100%;
  }
}


/*-------------会員登録完了 ページ-------------*/

.fs-body-register-success .fs-c-registerSuccessMessage {
  margin: 24px auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #999999;
  text-align: center;
}
.fs-body-register-success .txt_a_left {
  text-align: left !important;
  display: block;
  margin:10px 0;
}
.fs-body-register-success .fs-body-register-success .fs-c-buttonContainer--myPageTop {
  justify-content: center;
  margin-top: 32px;
}
