@charset "UTF-8";
/*--------------------------------------------
		bs 資生堂
---------------------------------------------*/
/*-------------- .common的なcss ----------------*/
@media screen and (max-width: 960px) {
  .only-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .only-mobile {
    display: none !important;
  }
}
/*-------------- .bs ----------------*/
/*--------------------------------------------
    モーダル
--------------------------------------------*/
#bs_modal {
  max-width: 1200px;
  width: 98%;
  margin: auto;
  position: fixed;
}

@media screen and (max-width: 960px) {
  #bs_modal {
    width: calc(100% - 20px);
  }
  #bs_modal .freepage {
    padding: 70px 5.633803% 50px;
    margin-top: 0;
  }
}
#bs_modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
#bs_modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

#bs_modal .bs_closebutton {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #bs_modal .bs_closebutton {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 17px;
  }
}
#bs_modal .bs_closebutton::before,
#bs_modal .bs_closebutton::after {
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

#bs_modal .bs_closebutton::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#bs_modal .bs_closebutton::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* bs */
.bs {
  width: 100%;
  margin: 0 auto;
  line-height: 1.66667;
  text-align: center;
}

.bs img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  .bs {
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .bs .bs-btn {
    width: 100%;
  }
}
.bs-modal .bs-btn--arrow {
  position: relative;
  width: 500px;
}

@media screen and (max-width: 960px) {
  .bs .bs-btn--arrow {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bs__guidance__ttl {
  font-size: 40px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .bs__guidance__ttl {
    font-size: 25px;
    line-height: 1.2;
  }
}
.bs__guidance__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .bs__guidance__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.bs__register {
  width: 75%;
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .bs__register {
    width: 100%;
    margin-top: 20px;
  }
}
.bs__register__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .bs__register__txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .bs__register.lower .bs__register__txt {
    font-size: 18px;
  }
}
.bs__register__txt + .bs-btn {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .bs__register__txt + .bs-btn {
    margin-top: 20px;
  }
}
.bs_register__annotation {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bs_register__annotation__txt {
  text-align: center;
  line-height: 2;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 18px;
}

.bs_register__annotation__txt a {
  font-size: 18px;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .bs_register__annotation__txt a {
    font-size: 14px;
  }
}
.bs__register .bs-btn + .bs_register__annotation {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .bs_register__annotation {
    text-align: left;
  }
  .bs_register__annotation__txt {
    font-size: 14px;
    line-height: 1.5;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .bs__register .bs-btn + .bs_register__annotation {
    margin-top: 20px;
  }
}
.txt-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.bs__privilege {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .bs__privilege {
    width: 100%;
    margin-top: 50px;
  }
}
.bs__privilege__ttl {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .bs__privilege__ttl {
    font-size: 25px;
    line-height: 1.2;
  }
}
.bs__privilege__txt {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .bs__privilege__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.bs__privilege__item__img {
  width: 737px;
  margin: 50px auto 0;
}

@media screen and (max-width: 960px) {
  .bs__privilege__item__img {
    width: 98%;
  }
}
.bs__privilege__item__ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .bs__privilege__item__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 50px;
  }
}
.bs__privilege__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.bs__privilege__item__list .bs__privilege__item__item {
  display: block;
  padding: 0 50px;
}
.bs__privilege__item__list .bs__privilege__item__item + .bs__privilege__item__item {
  border-left: 1px solid #000;
}
.bs__privilege__item__list .bs__privilege__item__item .item-img {
  width: 100px;
  margin: 0 auto;
}
.bs__privilege__item__list .bs__privilege__item__item .item-text {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .bs__privilege__item__list {
    display: block;
    margin-top: 20px;
  }
  .bs__privilege__item__list .bs__privilege__item__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }
  .bs__privilege__item__list .bs__privilege__item__item:first-child {
    border-top: 1px solid #000;
  }
  .bs__privilege__item__list .bs__privilege__item__item + .bs__privilege__item__item {
    border-left: none;
  }
  .bs__privilege__item__list .bs__privilege__item__item .item-img {
    width: 60px;
    margin: 0;
  }
  .bs__privilege__item__list .bs__privilege__item__item .item-text {
    width: calc(100% - 60px);
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding-left: 15px;
    margin-top: 0;
  }
}
.bs__counseling {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .bs__counseling {
    width: 100%;
    margin-top: 50px;
  }
}
.bs__counseling__ttl {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .bs__counseling__ttl {
    font-size: 25px;
    line-height: 1.2;
  }
}
.bs__counseling__txt {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .bs__counseling__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.bs__counseling__item__img {
  width: 737px;
  margin: 50px auto 0;
}

@media screen and (max-width: 960px) {
  .bs__counseling__item__img {
    width: 100%;
    margin-top: 20px;
  }
}
.bs__counseling__item__ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .bs__counseling__item__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
  }
}