* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover, a:focus {
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

h1,
h2,
h3,
h4 {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.container {
  width: 1080px !important;
  display: block;
  margin: 0 auto;
  padding: 0px 50px !important;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100% !important;
    padding: 0 15px !important;
  }
}

.return_content #wrapper {
  background-color: #f7f5f4;
}

.return_content #wrapper .bg-gl {
  background: #eceae6;
}

@media screen and (min-width: 768px) {
  .return_content #wrapper a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
  .return_content #wrapper a:hover {
    opacity: 0.6;
  }
}

.return_content #wrapper .top {
  background:#FFFFFF;
}
.return_content #wrapper .top .banner {
  max-width:1280px;
  margin:0 auto;
}
.return_content #wrapper .top .banner.pc-only {
  position: relative;
}

.return_content #wrapper .top .banner.pc-only .main-banner-2 {
  width: 524px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.return_content #wrapper .top .top-intro {
  background: #fff;
}

.return_content #wrapper .top .top-intro .container .intro {
  padding: 0 0 70px;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .top .top-intro .container .intro {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .top .top-intro .container .intro {
    font-size: 12px;
  }
}

.return_content #wrapper .series-ranking {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking {
    padding: 50px 0;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item {
  width: 441px;
  position: relative;
}

.return_content #wrapper .series-ranking .container .product-box .product-item a:hover, .return_content #wrapper .series-ranking .container .product-box .product-item a:focus {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(n+3) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item {
    width: 100%;
  }
  .return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(2n+1) {
  margin-right: 88px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(2n+1) {
    margin-right: 0px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content {
  position: relative;
  z-index: 2;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg {
  background-color: #fff;
  position: relative;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img {
  position: absolute;
  width: 80%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img {
    width: 90%;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number {
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number {
    top: -15px;
    left: 15px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number img {
  width: auto;
  position: static;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number img {
    width: 44px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content {
  padding: 20px 0 0;
  color: #000;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title {
  margin-bottom: 20px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title {
    font-size: 16px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title p {
    font-size: 16px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-info {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-info {
    margin-bottom: 25px;
    min-height: auto;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-info {
    font-size: 12px;
  }
}

.return_content #wrapper .category {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category {
    padding: 50px 0;
  }
}

.return_content #wrapper .category .container .product-box .product-item {
  width: 304px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item {
    padding: 0 5px;
  }
}

.return_content #wrapper .category .container .product-box .product-item:nth-child(3n+1), .return_content #wrapper .category .container .product-box .product-item:nth-child(3n+2) {
  margin-right: calc(68px / 2);
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item:nth-child(3n+1), .return_content #wrapper .category .container .product-box .product-item:nth-child(3n+2) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item + .product-item {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-img-box {
  width: 304px;
  height: 304px;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-img-box {
    width: 155px;
    height: 155px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item .product-img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-img-box img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-txt-wrap {
    width: calc(100% - 155px);
    padding-left: 20px;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-title {
  font-size: 26px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-title {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
    text-align: left;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-title span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-title span {
    font-size: 15px;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-btn {
  width: 215px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-btn a.btn, .return_content #wrapper .category .container .product-box .product-item .product-btn span.btn {
    font-size: 12px;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item .product-btn span.btn:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item .product-btn span.btn:after {
    right: 7px;
  }
}

.return_content #wrapper .item-ranking {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking {
    padding: 50px 0;
  }
}

.return_content #wrapper .item-ranking .container .title-box {
  margin-bottom: 50px;
}

.return_content #wrapper .item-ranking .container .product-box .product-item {
  width: 226px;
  background-color: #fff;
  margin-bottom: 50px;
  counter-increment: number;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item {
    width: 48%;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item:nth-child(4n+1), .return_content #wrapper .item-ranking .container .product-box .product-item:nth-child(4n+3) {
  margin-right: calc(76px / 3);
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item:nth-child(4n+1), .return_content #wrapper .item-ranking .container .product-box .product-item:nth-child(4n+3) {
    margin-right: 4%;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item:nth-child(4n+2) {
  margin-right: calc(76px / 3);
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item:nth-child(4n+2) {
    margin-right: 0px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link {
  padding: 17px;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link {
    padding: 8px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 100%;
  position: relative;
  left: -5px;
  margin-bottom: 20px;
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4 {
    top: 0%;
  }
}

@supports (-ms-ime-align: auto) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4 {
    top: 0%;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4:before {
  content: counter(number);
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link p {
  color:#000;
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .img-product-box {
  margin-bottom: 30px;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .img-product-box {
    width: 75%;
    margin: 0 auto 30px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more {
  right: -65px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more {
    right: -40px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more {
    right: -50px;
    font-size: 10px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more:after {
  right: -20px;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more:after {
    right: -10px;
    width: 7px;
    height: 7px;
  }
}

.return_content #wrapper .gift-box {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .gift-box {
    padding: 50px 0;
  }
}

.return_content #wrapper .gift-box .container a .banner-gift {
  margin-bottom: 20px;
}

.return_content #wrapper .contents {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents {
    padding: 50px 0;
  }
}

.return_content #wrapper .contents .container .posts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.return_content #wrapper .contents .container .posts-box .post-item {
  width: 440px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents .container .posts-box .post-item {
    margin-bottom: 40px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item:nth-child(2n+1) {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents .container .posts-box .post-item:nth-child(2n+1) {
    margin-right: 0px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .post-link {
  color: #000;
}

.return_content #wrapper .contents .container .posts-box .post-item .post-link .post-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 10px 0;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .contents .container .posts-box .post-item .post-link .post-title {
    font-size: 12px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .img-post-box {
  padding: 12px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents .container .posts-box .post-item .img-post-box {
    padding: 8px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .btn-more-box {
  text-align: right;
}

.return_content #wrapper .contents .container .posts-box .post-item .btn-more-box .btn-more {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: solid 1px #707070;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
  color: #000;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .contents .container .posts-box .post-item .btn-more-box .btn-more {
    font-size: 12px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .btn-more-box .btn-more:after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 7px;
  right: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-btn {
  text-align: center;
  padding: 7px;
  border: solid 1px #707070;
}

.product-btn a.btn, .product-btn span.btn {
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-btn a.btn, .product-btn span.btn {
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 360px) {
  .product-btn a.btn, .product-btn span.btn {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

a.btn, span.btn {
  padding-left: 0;
}

a.btn:after, span.btn:after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0px !important;
  right: 150px;
  left: unset !important;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  a.btn:after, span.btn:after {
    right: 110px;
  }
}

@media screen and (max-width: 360px) {
  a.btn:after, span.btn:after {
    right: 80px;
  }
}

.title-box {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0 20px;
  margin-bottom: 70px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .title-box {
    margin-bottom: 50px;
  }
}

.title-box .title {
  font-size: 35px;
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .title-box .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 360px) {
  .title-box .title {
    font-size: 22px;
  }
}

.title-box .sub-title {
  font-size: 13px;
  letter-spacing: 1.5px;
}

.product-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .product-box {
    margin-top: 50px;
  }
}

.btn-see-all-box {
  width: 440px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .btn-see-all-box {
    max-width: 100%;
  }
}

.btn-see-all-box .btn-see-all {
  padding: 20px;
  background-color: #000000;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 360px) {
  .btn-see-all-box .btn-see-all {
    font-size: 12px;
  }
}

.btn-see-all-box .btn-see-all:after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 70px;
}

@media screen and (max-width: 767px) {
  .btn-see-all-box .btn-see-all:after {
    right: 35px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .number-item-ranking h4 {
    top: 0;
  }
}

.fc-red {
  color: #da0000 !important;
}

.check-box {
  background-color: #fafaf9;
  -webkit-box-shadow: 0px 0px 34.96px 3.04px rgba(184, 177, 163, 0.3);
          box-shadow: 0px 0px 34.96px 3.04px rgba(184, 177, 163, 0.3);
  padding: 50px 60px;
}

@media screen and (max-width: 767px) {
  .check-box {
    padding: 25px 20px;
  }
}

.check-box__label {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .check-box__label {
    margin-bottom: 25px;
  }
}

.check-box__label span {
  background-color: #eceae6;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  padding: 0 45px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .check-box__label span {
    font-size: 13px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
}

.check-box__label span:before, .check-box__label span:after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background: #a4a4a3;
  position: absolute;
}

.check-box__label span:before {
  top: -8px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.check-box__label span:after {
  bottom: -8px;
  right: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.check-box__head {
  text-align: center;
}

.check-box__head span {
  background: #e6d4b1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0 15px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .check-box__head span {
    font-size: 17px;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.check-box__head span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 40px;
  border-color: transparent transparent #e6d4b1 transparent;
  position: absolute;
  top: 0;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__head span:after {
    border-width: 0 0 100px 30px;
    left: -30px;
  }
}

.check-box__head span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 40px 0 0;
  border-color: #e6d4b1 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__head span:before {
    border-width: 100px 30px 0 0;
    right: -30px;
  }
}

.check-box__marker {
  padding: 45px 0 30px;
  background: url(../img/brackets01a.png) no-repeat left 20px top 20px, url(../img/brackets02a.png) no-repeat right 20px top 20px, url(../img/brackets03a.png) no-repeat left 20px bottom 20px, url(../img/brackets04a.png) no-repeat right 20px bottom 20px;
  background-color: #f7f5f4;
}

@media screen and (max-width: 767px) {
  .check-box__marker {
    padding: 20px 0;
    background: #f7f5f4;
  }
}

.check-box__marker .check-box__head span {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .check-box__marker .check-box__head span {
    height: 70px;
    width: calc(100% - 60px);
  }
}

.check-box__marker .check-box__head span:after {
  border-width: 0 0 40px 40px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__marker .check-box__head span:after {
    border-width: 0 0 70px 20px;
    left: -20px;
  }
}

@media screen and (max-width: 360px) {
  .check-box__marker .check-box__head span:after {
    border-width: 0 0 70px 20px;
    left: -20px;
  }
}

.check-box__marker .check-box__head span:before {
  border-width: 40px 40px 0 0;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__marker .check-box__head span:before {
    border-width: 70px 20px 0 0;
    right: -20px;
  }
}

@media screen and (max-width: 360px) {
  .check-box__marker .check-box__head span:before {
    border-width: 70px 20px 0 0;
    right: -20px;
  }
}

.check-box__marker ul {
  padding: 0 110px 20px 150px;
}

@media screen and (max-width: 767px) {
  .check-box__marker ul {
    padding: 0 20px;
  }
}

.check-box__marker ul li {
  position: relative;
  padding-left: 30px;
}

.check-box__marker ul li:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_check.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .check-box__marker ul li:before {
    width: 18px;
    height: 18px;
  }
}

.check-box__marker ul li + li {
  margin-top: 15px;
}

@media screen and (max-width: 360px) {
  .bscstm .fz-xs-12px {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=style.css.map */