@charset "UTF-8";

.register_top {
  padding: 10px 0 60px;
}

.register_top .box_01 .ttl_01 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: center;
}

.register_top .box_01 .bg {
  padding: 30px 5% 10px;
  background: #f8f8f8;
}

.register_top .box_01 .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.register_top .box_01 .block .img {
  width: 25%;
}

.register_top .box_01 .block .text_box {
  width: 70%;
}

.register_top .box_01 .block .ttl_02 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.register_top .box_01 .link a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  position: relative;
  padding-right: 10px;
}

.register_top .box_01 .link a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.fs-l-main {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 80px;
}

.fs-c-inputInformation__message {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.fs-c-inputTable {
  width: 100%;
  table-layout: auto;
}

.fs-c-inputTable tr th {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.fs-c-inputTable tr th .fs-c-requiredMark::before {
  position: relative;
  top: -0.2em;
  color: #cc0000;
  vertical-align: top;
  content: '※';
  font-size: 10px;
  font-size: 1rem;
}

.fs-c-inputTable tr td {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.fs-c-inputTable tr td .fs-c-inputGroup {
  border: none;
  border-radius: 0;
}

.fs-c-inputTable tr td .fs-c-inputGroup > button {
  padding: 0;
  border-left: none;
  border-radius: 0;
}

.fs-c-inputTable tr td input {
  width: 100% !important;
  padding: 15px 10px !important;
  border: 1px solid #e5e5e5 !important;
}

.fs-c-inputTable tr td .fs-c-radioGroup {
  display: block;
}

.fs-c-inputTable tr td .fs-c-radioGroup .fs-c-radio {
  display: inline-block;
  margin-right: 20px;
}

.fs-c-inputTable tr td .fs-c-radio__radioMark {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.fs-c-inputTable tr td .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  background: #181818;
  border-color: #181818;
}

.fs-c-inputTable tr td .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 6px;
  height: 6px;
  background: #fff;
}

.fs-c-inputTable tr td .fs-c-dropdownGroup {
  display: block;
}

.fs-c-inputTable tr td .fs-c-inputDate > * {
  display: block;
}

.fs-c-inputTable tr td .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 0;
}

.fs-c-inputTable tr td .fs-c-dropdown {
  position: relative;
  width: 60%;
  margin-bottom: 10px;
  overflow: visible;
  border: 1px solid #e5e5e5;
  position: relative;
}

.fs-c-inputTable tr td .fs-c-dropdown::before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  content: '';
  pointer-events: none;
  right: 18px;
}

.fs-c-inputTable tr td .fs-c-dropdown::after {
  top: 20px;
  right: -30px;
  bottom: auto;
  display: inline;
  width: auto;
  padding: 0;
  line-height: 1;
  background: none;
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  content: '';
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-c-inputTable tr td .fs-c-dropdown select {
  width: 100%;
  padding: 13px;
}

.fs-c-inputTable tr td .fs-c-inputDate__year::after {
  content: '年';
}

.fs-c-inputTable tr td .fs-c-inputDate__month::after {
  content: '月';
}

.fs-c-inputTable tr td .fs-c-inputDate__date::after {
  content: '日';
}

.fs-c-additionalCheckField {
  margin-bottom: 10px;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #181818;
  border-color: #181818;
}

.fs-c-buttonContainer {
  width: 70%;
  margin: 30px auto 0;
  text-align: center;
}

.fs-c-buttonContainer a,
.fs-c-buttonContainer button {
  display: block;
  width: 100%;
  padding: 13px 0;
  color: #fff;
  background: #181818;
  border: 1px solid #181818;
}

@media (min-width: 769px) {
  .register_top {
    padding: 20px 0 90px;
  }
  .register_top .box_01 .ttl_01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
  .register_top .box_01 .bg {
    padding: 50px 35px 10px;
  }
  .register_top .box_01 .block {
    margin-bottom: 40px;
  }
  .register_top .box_01 .block .img {
    width: 12%;
  }
  .register_top .box_01 .block .text_box {
    width: 82%;
  }
  .register_top .box_01 .block .ttl_02 {
    margin-bottom: 15px;
  }
  .register_top .box_01 .link a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .fs-l-main {
    width: 100%;
    max-width: 800px;
    padding: 0 20px 150px;
  }
  .fs-c-inputInformation__message {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  #fs_form {
    padding: 0 35px;
  }
  .fs-c-inputTable {
    margin-bottom: 40px;
  }
  .fs-c-inputTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .fs-c-inputTable tr th {
    width: 30%;
    margin-bottom: 0;
  }
  .fs-c-inputTable tr td {
    display: block;
    width: 68%;
    margin-bottom: 0;
    padding: 0;
  }
  .fs-c-inputTable tr td input {
    padding: 12px 10px !important;
  }
  .fs-c-inputTable tr td .fs-c-dropdownGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-c-inputTable tr td .fs-c-dropdown {
    width: 38%;
    margin-bottom: 0;
  }
  .fs-c-inputTable tr td .fs-c-dropdown:nth-of-type(2),
  .fs-c-inputTable tr td .fs-c-dropdown:nth-of-type(3) {
    width: 20%;
  }
  .fs-c-inputTable tr td .fs-c-dropdown::after {
    top: 20px;
    right: -20px;
  }
  .fs-c-inputTable tr td .fs-c-inputDate__year,
  .fs-c-inputTable tr td .fs-c-inputDate__month {
    margin-right: 30px;
  }
  .fs-c-additionalCheckField {
    text-align: center;
  }
  .fs-c-buttonContainer {
    width: 250px;
    margin: 40px auto 0;
  }
  .fs-c-buttonContainer a,
  .fs-c-buttonContainer button {
    padding: 18px 0;
  }
  .fs-c-buttonContainer a:hover,
  .fs-c-buttonContainer button:hover {
    color: #181818;
    background: transparent;
  }
}
