@charset "UTF-8";
/* CSS Document */
/* ------------------------------

    レイアウト調整

------------------------------ */
.fs-c-breadcrumb {
  padding: 20px 0 0;
}
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 640px) {}

.fs-c-dropdown__menu {
  border: 1px solid #F7F7F7;
  background: #F7F7F7;
}
.fs-c-dropdown::after {
  background: url(https://accessory.itembox.design/item/assets/image/common/select_arw.svg) center center no-repeat;
  border-left: none;
  color: transparent;
}
.fs-c-radio__label {
  align-items: flex-start;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #b5b5b5;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background-color: #b5b5b5;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-color: #b5b5b5;
  background-color: #b5b5b5;
}

.fs-c-requiredMark {
  background: #B55454;
  font-size: 0;
  width: auto;
  height: auto;
  padding: 0 15px;
  border-radius: 13px;
  line-height: 1;
}
.fs-c-requiredMark::before {
  content: "必須";
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
}
.fs-c-inputTable__headerCell {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fs-c-dropdown__menu {
    padding: 12px 20px;
    padding-right: 45px;
    font-size: 12px;
  }
  .fs-c-inputInformation__field {
    margin-top: 60px;
  }
  .fs-c-button--primary {
    min-width: 320px;
  }
  .fs-c-requiredMark {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0,-50%);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-dropdown::after {
    background-size: 5px auto;
  }
  .fs-c-requiredMark {
    margin-left: 20px;
    vertical-align: middle;
  }
  .fs-c-requiredMark::before {
    font-size: 11px;
  }
  .fs-c-inputTable__headerCell label {
    display: inline-block;
    line-height: 26px;
  }
}


.member_tokuten {
  border-bottom: 1px solid #c6c6c6;
}
.member_tokuten_item .title {
  font-weight: 700;
}
.member_tokuten_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_tokuten_item a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .member_tokuten {
    padding-bottom: 50px;
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .member_tokuten .main_image {
    margin-bottom: 150px;
  }
  .member_tokuten_item {
    max-width: 370px;
    width: 32%;
    margin-bottom: 50px;
  }
  .member_tokuten_item .img {
    margin-bottom: 17px;
  }
  .member_tokuten_item p {
    line-height: 2.14;
    font-size: 12px;
  }
  .member_tokuten_item .title {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .member_tokuten {
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .member_tokuten .main_image {
    margin-bottom: 50px;
  }
  .member_tokuten_item {
    width: 49%;
    margin-bottom: 20px;
  }
  .member_tokuten_item .img {
    margin-bottom: 10px;
  }
  .member_tokuten_item p {
    font-size: 12px;
    line-height: 1.5;
  }
  .member_tokuten_item .title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}