@charset "UTF-8";

#contents,
#main-column,
div#main-column > section:not(#itemList_wrap),
.lp--cat_01,
.ranking.bg-gray {
  width: 100%;
  max-width: 100%;
}

#bread-crumb,
.lp--cat_01-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}

.lp--cat {
  background-color: #fff;
}

.ranking {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100% !important;
}

.lp--cat .bg-white {
  background: none;
}

/** review **/
.l--review-box {
  padding: 50px 20px;
  background-color: #fff;
}

.l--review-box:not(:last-child) {
  margin-bottom: 10px;
}

.l--review-box-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.l--review-box-l {
  width: 180px;
}

.l--review-box-r {
  padding-left: 50px;
  width: calc(100% - 180px);
  border-left: 2px dotted #9E9E9E;
}

.l--review-star {
  margin-bottom: 9px;
  font-size: 24px;
  color: #E2A518;
}

.l--review-user {
  padding-left: 20px;
  font-weight: 500;
  background-image: url(https://www.tryshop.jp/pic-labo/user.png);
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: left top 5px;
}

.l--review-box-txt {
  line-height: 1.8;
}

/** faq **/
.l--faq-box ul{
  margin-bottom: 60px;
}
.l--faq .lc-position--relative {
  letter-spacing: .068em;
}

.l--faq .ac1 {
  padding: 25px;
  width: 100%;
  display: block;
  font-weight: 600;
}

.l--faq .ac1 span {
  padding-right: 25px;
  font-family: sans-serif;
  font-weight: 800;
}

.l--faq .ac1-box {
  margin-bottom: 50px;
  padding: 25px 25px 25px 65px;
}

.l--faq .ac1-box p {
  font-size: 16px;
  line-height: 1.8;
}

.l--faq .ac1-box p a {
  text-decoration: underline;
  font-weight: 600;
}

.l--faq .ac1:before,
.l--faq .ac1:after {
  left: auto;
  right: 0;
}

.l--faq .lc-position--relative:not(:first-child) {
  border-top: 2px dotted #9E9E9E;
}

/** other **/
.l-other .Flex {
  gap: 20px 2%;
}

.l-other li {
  width: 49%;
}

.l-other .p-pickup-ttl {
  padding-bottom: 10px;
  border-bottom: 2px dotted #9E9E9E;
}

.l-other .p-pickup-ttl,
.l-other .p-pickup-txt {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 16px;
}

.l-other .p-pickup-txt {
  text-align: left;
}

@media screen and (max-width: 768px) {

  /** review **/
  .l--review {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l--review-box {
    padding: 20px;
  }

  .l--review-box-l {
    width: 100%;
  }

  .l--review-box-r {
    padding-left: 0;
    width: 100%;
    border-left: 0;
  }

  .l--review-star {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .l--review-user {
    margin-bottom: 10px;
  }

  /** faq **/
  .l--faq .ac1 {
    font-size: 16px;
  }

  .l--faq .ac1 span {
    padding-right: 10px
  }

  .l--faq .ac1-box {
    padding: 25px 25px 25px 35px;
  }

  .l--faq .ac1-box p {
    font-size: 14px;
  }

  /** other **/
  .l-other .Flex {
    display: block;
  }

  .l-other li {
    margin-bottom: 20px;
    width: 100%;
  }
}