.rwd-progress-list01 {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden;
  border: solid 1px #2d2d2d;
  border-radius: 6px;
}
div + .rwd-progress-list01 {
  margin-top: 40px;
}

.rwd-progress-list01__item {
  position: relative;
  width: calc(100% / 3);
  padding: 8px;
  padding: 0;
  font-size: .813rem;
  font-weight: bold;
}
.rwd-progress-list01__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border: 100px solid transparent;
  z-index: 1;

  border-left-color: #fff;
  border-left-width: 25px;
  border-right-width: 0;
  transform: translate(-5%, -50%);
}
.rwd-progress-list01__item > *::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border: 100px solid transparent;
  z-index: 1;

  border-left-color: #2d2d2d;
  border-left-width: 25px;
  border-right-width: 0;
  transform: translate(-1%, -50%);
}
.rwd-progress-list01__item.-current::after {
  border: transparent;
}
.rwd-progress-list01__item:last-of-type::after {
  display: none;
}
.rwd-progress-list01__item:last-of-type > *::after {
  display: none;
}

.rwd-progress-list01__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  background-color: #2d2d2d;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
}
.-current .rwd-progress-list01__number {
  background-color: #fff;
  color: #2d2d2d;
}

.rwd-progress-list01__arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 1em .2em 1em 3em;
  background-color: #fff;
  border-color: #fff;
  color: #2c3f4c;
}
.rwd-progress-list01__item:first-of-type .rwd-progress-list01__arrow {
  padding: 1em .2em 1em .8em;
  border-radius: 6px 0 0 6px;
}
.rwd-progress-list01__item:last-of-type .rwd-progress-list01__arrow {
  padding: 1em .8em 1em 3em;
  border-radius: 0 6px 6px 0;
}
.rwd-progress-list01__item.-current .rwd-progress-list01__arrow {
  background-color: #2d2d2d;
  color: #fff;
}

.rwd-progress-list02 {
  display: flex;
  flex-wrap: wrap;
}

.rwd-progress-list02__item {
  position: relative;
  width: calc(100% / 3);
  margin: 0 0 6px 0;
}
.rwd-progress-list02__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin: 0;
  border: 22px solid transparent;
  z-index: 1;

  border-left-color: #fff;
  border-left-width: 12px;
  border-right-width: 0;
  transform: translate(87%, -50%);
}
.rwd-progress-list02__item > *::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  z-index: 1;

  border-left-color: #2d2d2d;
  border-left-width: 12px;
  border-right-width: 0;
  transform: translate(110%, -50%);
}
.rwd-progress-list02__item.-active::after {
  border-left-color: #848484;
}

.rwd-progress-list02__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 46px;
  padding: 0 8px 0 15px;
  border: solid 1px #2d2d2d;
}
.-active .rwd-progress-list02__arrow {
  background-color: #848484;
  color: #fff;
}
.rwd-progress-list02__arrow > p {
  position: relative;
  padding-left: 22px;
  font-size: .625rem;
}

.rwd-progress-list02__number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  background-color: #2d2d2d;
  border-radius: 50%;
  line-height: 1;
  font-size: .625rem;
  color: #fff;

  transform: translate(0, -50%);
}
.-active .rwd-progress-list02__number {
  background-color: #fff;
  color: #2d2d2d;
}

.rwd-section-border + .rwd-section-border {
  padding-top: 40px;
  border-top: solid 1px #ededed;
}

.rwd-search-result + .rwd-search-result {
  margin-top: 30px;
}

.rwd-search-result__title {
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: bold;
}

.rwd-search-result__inquiry {
  margin-top: 10px;
}
.rwd-search-result__inquiry > div:nth-of-type(2) p {
  margin-top: 10px;
  font-size: .875rem;
}

.rwd-head-list01__head {
  padding: 10px 15px;
  background-color: #efefef;
  border-radius: 6px 6px 0 0;
}
.rwd-head-list01__head > ul {
  display: flex;
  justify-content: center;
}
.rwd-head-list01__head > ul > li {
  font-size: .813rem;
}
.rwd-head-list01__head > ul > li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #707070;
}

.rwd-head-list01__item {
  padding: 20px;
  border: solid 1px #efefef;
}
.rwd-head-list01__item.-column > div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rwd-head-list01__item.-column > div:nth-of-type(2) {
  margin-top: 20px;
}

.rwd-head-list01__img {
  width: 48%;
}

.rwd-head-list01__name {
  width: 48%;
  margin-top: 2px;
  font-size: .813rem;
}

.rwd-head-list01__other {
  width: 100%;
  margin-top: 10px;
}

.rwd-head-list01__tag {
  display: flex;
  flex-wrap: wrap;
}
.rwd-head-list01__tag > li {
  display: inline-block;
  margin: 0 3px 5px;
  padding: 2px 6px;
  background-color: #848484;
  font-size: .75rem;
  color: #fff;
}

.rwd-head-list01__button {
  margin-top: 20px;
}
.rwd-head-list01__button > li {
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 350px;
  max-width: 100%;
  transition: background-color .3s ease-out;
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.rwd-head-list01__button > li .btn-type01__inner {
  display: flex;
  align-items: center;
  min-height: 26px;
  line-height: 1.1;
  font-size: .75rem;
  color: #fff;
  padding: 5px;
  width: 100%;
}
.rwd-head-list01__button > li .btn-type01__inner span {
  width: 100%;
}

.rwd-table-type01 {
  margin-top: 15px;
}

.rwd-table-type01__row {
  padding: 10px;
}
.rwd-table-type01__row:nth-of-type(2n) .rwd-table-type01__head {
  color: #848484;
}
.rwd-table-type01__row:nth-of-type(2n + 1) {
  background-color: #efefef;
}
.rwd-table-type01__row:nth-of-type(3),
.rwd-table-type01__row:nth-of-type(4) {
  display: flex;
}

.rwd-table-type01__head {
  margin-bottom: 10px;
  font-size: .813rem;
  font-weight: bold;
}
.rwd-table-type01__row:nth-of-type(3) .rwd-table-type01__head,
.rwd-table-type01__row:nth-of-type(4) .rwd-table-type01__head {
  margin-right: 10px;
  margin-bottom: 0;
}

.rwd-table-type01__detail {
  font-size: .813rem;
}

.rwd-card-bg {
  padding: 20px;
}
.rwd-card-bg.-gray {
  background-color: #efefef;
}

.rwd-title-heading01 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.rwd-title-heading01__title {
  font-size: 1.375rem;
  font-weight: bold;
}

.rwd-title-heading01__lead {
  margin: 20px auto 0;
  font-size: .75rem;
}

.rwd-text-block01 {
  font-size: .75rem;
}

.rwd-icon-label {
  width: 100%;
  max-width: 262px;
  margin: 0 auto 20px;
  padding: 5px 0;
  background-color: #848484;
  border-radius: 5px;
  text-align: center;
}
.rwd-icon-label p {
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
}
.rwd-head-list01 + .rwd-icon-label {
  margin-top: 30px;
}

.rwd-headline-block {
  position: relative;
  height: 100%;
}
.rwd-headline-block__title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  padding: 5px;
  background-color: #848484;
  border-radius: 6px;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
  color: #fff;

  transform: translate(-50%, -50%);
}

.rwd-headline-block__body {
  height: calc(100% - 14px);
  margin-top: 14px;
  padding: 15px;
  border: solid 1px #ccc;
  border-radius: 6px;
}
.rwd-headline-block__title + .rwd-headline-block__body {
  height: calc(100% - 28px);
  margin-top: 28px;
  padding: 24px 15px 15px;
}

.rwd-headline-block__text {
  font-size: .75rem;
}

.rwd-headline-block__list {
  margin-top: 16px;
  padding-left: 1em;
  font-size: .75rem;

  text-indent: -1em;
}

.rwd-list-block01 {
  padding-left: 1em;
  font-size: .75rem;

  text-indent: -1em;
}

.btn-list01.-rwdButton .btn-type01__inner {
  min-height: 26px;
}

.rwd-list-pager01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.rwd-list-pager01__inner {
  display: flex;
}
.rwd-list-pager01__inner > *:not(:first-child) {
  margin-left: 16px;
}

.rwd-list-pager01__list {
  margin-left: 10px;
}

.rwd-list-pager01__item {
  margin: 0 4px;
}
.rwd-list-pager01__item > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all .3s ease-out;
  background: #fff;
  border-radius: 4px;
  line-height: 1;
  color: #2d2d2d;
}
.rwd-list-pager01__item.-current > span {
  background: #2d2d2d;
  color: #fff;
}

.rwd-step-list > li {
  padding-top: 40px;
}
.rwd-step-list > li:not(:first-of-type) {
  position: relative;
}
.rwd-step-list > li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 20px 26.5px 0 26.5px;
  border-style: solid;
  border-color: #ededed transparent transparent transparent;

  transform: translate(-50%, 0);
}

.rwd-step-list > li.fix-padding {
  padding-top: 49px !important;
}

.rwd-step-list ._custom-rwd-icon-label {
  padding: 10px 0;
}

.rwd-accordion {
  margin-top: 16px;
}
.rwd-accordion .rwd-accordion-title {
  position: relative;
  background-color: #B1B1B1;
  font-weight: bold;
  font-size: .75rem;
  color: #FFFFFF;
  padding: 14px 15px 10px;
  cursor: pointer;
}
.rwd-accordion > .rwd-accordion-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 14px;
  height: 9px;
  transition: all .3s ease-out;
  background: url(/beautykey/shared/img/arrow_white.png) no-repeat;
  transform: translate(-50%, -50%) rotate(180deg);
}
.rwd-accordion.-open .rwd-accordion-title::before {
  transform: translate(-50%, -50%) rotate(0);
}
.rwd-accordion .rwd-head-list01__head {
  padding: 10px 15px;
}
.rwd-accordion .rwd-head-list01__item {
  padding: 10px 9px;
}
.rwd-accordion .step-02 .rwd-head-list01__item {
  padding: 10px 9px 9px 5px;
}
.rwd-accordion .step-02 ._pc-only {
  display: block;
}
.rwd-accordion .step-02 ._sp-only {
  display: none !important;
}
.rwd-accordion .step-02 ._w19p{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.rwd-accordion .step-02 .list-normal01__item._link-01 {
  margin-top: 20px;
}
.rwd-accordion .step-02 .list-normal01:not(:first-child) {
  padding-right: 6px;
  margin-top: 0;
}
.rwd-accordion ._custom-text-top {
  margin: 12px 0 0 10px !important;
}
.rwd-accordion ._custom-text-center {
  margin: 10px 0 0 10px !important;
  line-height: 1.8333;
}
.rwd-accordion .rwd-head-list01__item.item-step-03 .img-picture{
  margin-top: 9px !important;
}
.rwd-accordion .step-04 .img-picture{
  margin-top: 10px !important;
}
.rwd-accordion .step-05 .img-picture{
  margin-top: 10px;
}
.rwd-accordion .rwd-head-list01__item.item-step-07 .img-picture {
  margin-top: 13px !important;
}
.rwd-accordion .step-10 .rwd-head-list01__item {
  padding: 11px 9px;
}
.rwd-accordion .rwd-accordion__close {
  text-align: right;
  margin-top: 3px;
}
.rwd-accordion .rwd-accordion__close._mg-top-0 {
  margin-top: 0;
}
.rwd-accordion .rwd-accordion__close span {
  font-size: .75rem;
  text-decoration: underline;
  cursor: pointer;
}
.rwd-accordion .rwd-accordion__close span:hover {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .rwd-progress-list01__item::after {
    left: 95%;

    border-left-width: 29px;
    transform: translate(-4%, -50%);
  }
  .rwd-progress-list01__item > *::after {
    left: 95%;

    border-left-width: 30px;
  }
  .rwd-progress-list01__arrow {
    min-height: 95px;
    padding: 1em .8em 1em 2.5em;
  }
  .rwd-progress-list01__item:first-of-type .rwd-progress-list01__arrow {
    padding: 1em .8em 1em .8em;
  }
  .rwd-progress-list01__item:last-of-type .rwd-progress-list01__arrow {
    padding: 1em .8em 1em 2.5em;
  }
  .rwd-progress-list02__arrow > p {
    font-size: .75rem;
  }
  .rwd-search-result + .rwd-search-result {
    margin-top: 40px;
  }
  .rwd-search-result__inquiry {
    display: flex;
    align-items: center;
  }
  .rwd-search-result__inquiry > div:nth-of-type(1) a {
    font-size: 1.5rem;
  }
  .rwd-search-result__inquiry > div:nth-of-type(2) {
    margin-left: 30px;
  }
  .rwd-search-result__inquiry > div:nth-of-type(2) p {
    margin-top: 0;
  }
  .rwd-head-list01__head {
    margin-top: 20px;
    padding: 12px 15px;
  }
  .rwd-head-list01__head > ul {
    justify-content: flex-start;
  }
  .rwd-head-list01__item {
    padding: 16px;
  }
  .rwd-head-list01__item.-column {
    display: flex;
    justify-content: space-between;
  }
  .rwd-head-list01__item.-column > div:nth-of-type(1) {
    display: block;
    width: 58%;
  }
  .rwd-head-list01__item.-column > div:nth-of-type(1)::after {
    content: "";
    display: block;

    clear: both;
  }
  .rwd-head-list01__item.-column > div:nth-of-type(2) {
    width: 40%;
    margin-top: 0;
  }
  .rwd-head-list01__img {
    width: 42%;

    float: left;
  }
  .rwd-head-list01__name {
    width: 56%;
    margin-top: 0;

    float: right;
  }
  .rwd-head-list01__other {
    width: 56%;

    float: right;
  }
  .rwd-head-list01__tag > li {
    font-size: .625rem;
  }
  .rwd-head-list01__button {
    margin-top: 12px;
  }
  .rwd-head-list01__button > li .btn-type01__inner {
    min-height: 0;
    font-size: .625rem;
  }
  .rwd-table-type01__row {
    display: flex;
  }
  .rwd-table-type01__head {
    width: 30%;
  }
  .rwd-table-type01__detail {
    width: 70%;
  }
  .rwd-card-bg {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .rwd-card-bg.-sp {
    background-color: transparent;
  }
  .rwd-title-heading01 {
    text-align: left;
  }
  .rwd-title-heading01__title {
    font-size: 1.25rem;
    font-weight: normal;
  }
  .rwd-icon-label {
    margin: 0;
  }
  .rwd-headline-block__title {
    left: 20px;
    max-width: 262px;
    padding: 10px;

    transform: translate(0, -50%);
  }
  .rwd-headline-block__body {
    height: calc(100% - 19px);
    margin-top: 19px;
  }
  .rwd-headline-block__title + .rwd-headline-block__body {
    height: calc(100% - 38px);
    margin-top: 38px;
    padding-top: 30px;
  }
  .rwd-list-pager01 {
    margin-top: 20px;
  }
  .rwd-step-list > li:not(:first-of-type) {
    padding-top: 30px;
  }
  .rwd-step-list > li:not(:first-of-type)::after {
    border-width: 31px 40.5px 0 40.5px;
  }
}
@media screen and (min-width: 960px) {
  .rwd-progress-list01__item::after {
    left: 90%;

    border-left-width: 69px;
    transform: translate(-2%, -50%);
  }
  .rwd-progress-list01__item > *::after {
    left: 90%;

    border-left-width: 70px;
  }
  .rwd-progress-list01__arrow {
    min-height: 80px;
  }
  .rwd-progress-list02__item {
    width: 15%;
  }
  .rwd-progress-list02__item:nth-of-type(1) {
    width: 25%;
  }
  .-pcRoundCornered .rwd-progress-list02__arrow {
    border-radius: 6px 0 0 6px;
  }
  .rwd-head-list01__button > li {
    width: 48%;
  }
  .rwd-head-list01__button > li:hover:not(.-white01) {
    background: #616161;
    border-color: #616161;
  }
  .rwd-head-list01__button > li:hover.-white01 {
    background: #f7f7f7;
    border-color: #7a7a7a;
  }
  .rwd-head-list01__button > li:hover.-white01 .btn-type01__inner {
    color: #7a7a7a;
  }
  .rwd-step-list > li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .rwd-progress-list02__item.-large {
    width: 50%;
  }
  .-spRoundCornered .rwd-progress-list02__arrow {
    border-radius: 6px 0 0 6px;
  }
  .rwd-head-list01__button > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .rwd-head-list01 + .rwd-head-list01 {
    margin-top: 20px;
  }
  .rwd-card-bg.-pc {
    background-color: transparent;
  }
  .rwd-order-last {
    order: 99;
  }
  .rwd-accordion {
    margin-top: 20px;
  }
  .rwd-accordion .rwd-accordion-title {
    padding: 11px 9px 10px;
  }
  .rwd-accordion > .rwd-accordion-title::before {
    right: 0;
  }
  .rwd-step-list > li.fix-padding_sp {
    padding-top: 56px !important;
  }
  .rwd-step-list ._custom-rwd-icon-label {
    max-width: 235px;
    padding: 5px 0;
  }
  .rwd-accordion .rwd-step-list li.step-01 {
    padding-top: 20px;
  }
  .rwd-accordion .rwd-step-list li.step-02 {
    padding-top: 55px;
  }
  .rwd-accordion .rwd-head-list01__head {
    padding: 10px 15px 10px 9px;
  }
  .rwd-accordion .rwd-head-list01__item {
    padding: 6px 0 12px;
  }
  .rwd-accordion .step-02 .rwd-head-list01__item {
    padding: 6px 0 10px;
  }
  .rwd-accordion .step-02 ._sp-w100p {
    margin-top: 0 !important;
  }
  .rwd-accordion .step-02 .list-normal01__item._link-01 {
    margin-top: 0;
  }
  .rwd-accordion .step-02 .list-normal01:not(:first-child) {
    margin-top: 10px;
  }
  .rwd-accordion .step-02 ._pc-only {
    display: none;
  }
  .rwd-accordion .step-02 ._sp-only {
    margin-top: 6px !important;
    display: flex !important;
  }
  .rwd-accordion ._custom-text-top {
    margin: 0px 0 0 12px !important;
  }
  .rwd-accordion ._custom-text-center {
    margin: 4px 12px 0 12px !important;
    line-height: 1.67777;
  }
  .rwd-accordion .step-03 .rwd-head-list01__item {
    padding: 10px 0 11px;
  }
  .rwd-accordion .step-03 ._custom-text-center .pc_break{
    display: none;
  }
  .rwd-accordion .rwd-head-list01__item.item-step-03 .img-picture {
    margin-top: 2px !important;
  }
  .rwd-accordion .step-04 {
    padding-top: 55px;
  }
  .rwd-accordion .step-04 ._custom-text-top {
    margin: 5px 12px 0 12px !important;
    text-indent: -.75rem;
    padding-left: .75rem;
    line-height: 1.67777;
    letter-spacing: 0.1px;
  }
  .rwd-accordion .step-04 .img-picture {
    margin-top: 0 !important;
  }
  .rwd-accordion .step-08 {
    padding-top: 55px;
  }
  .rwd-accordion .step-08 ._custom-text-top {
    margin: 7px 12px 0 12px !important;
    text-indent: -.75rem;
    padding-left: .75rem;
    line-height: 1.67777;
    letter-spacing: 0.1px;
  }
  .rwd-accordion .step-08 .rwd-head-list01__item .img-picture {
    margin-top: 2px !important;
  }
  .rwd-accordion .step-10 {
    padding-top: 55px;
  }
  .rwd-accordion .step-10 .img-picture {
    margin-top: 5px !important;
  }
  .rwd-accordion .step-11 {
    padding-top: 55px;
  }
  .rwd-accordion .step-11 .rwd-head-list01__item {
    padding: 7px 0 16px;
}
  .rwd-accordion .rwd-accordion__close {
    margin-top: 5px;
    text-align: center;
  }
  .rwd-accordion .item-step-02 .rwd-accordion__close {
    margin-top: 9px;
  }
  .rwd-accordion .item-step-03 .rwd-accordion__close {
    margin-top: 5px;
  }
}