[class*="fa-envelop"] {
  color: green;
}

[class*="fa-facebook"] {
  color: #3a5898;
}

[class*="fa-twitter"] {
  color: #50aaee;
}

[class*="fa-google"] {
  color: #d93e2d;
}

[class*="fa-youtube"] {
  color: #e62117;
}

[class*="fa-pinterest"] {
  color: #d42127;
}

[class*="fa-linkedin"] {
  color: #027ba5;
}

[class*="fa-vimeo"] {
  color: #4c75a3;
}

[class*="fa-instagram"] {
  color: #d10869;
}

[class*="fa-vk"] {
  color: #4872a3;
}

[class*="fa-rss"] {
  color: #fd9f13;
}

[class*="fa-wordpress"] {
  color: #00a0d2;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333333;
  transition: all .3s ease;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  color: #333333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}
img.full {
  width: 100%;
  height: auto;
}
img.wide {
  width: auto;
  height: 100%;
}

.font_r075 {
  font-size: 0.75rem;
}

.font_r0875 {
  font-size: 0.875rem;
}

.font_r100 {
  font-size: 1rem;
}

.font_r125 {
  font-size: 1.25rem;
}

.font_r150 {
  font-size: 1.5rem;
}

.font_r175 {
  font-size: 1.75rem;
}

.font_r200 {
  font-size: 2rem;
}

.font_r225 {
  font-size: 2.25rem;
}

.font_r250 {
  font-size: 2.5rem;
}

.font_r275 {
  font-size: 2.75rem;
}

.font_r300 {
  font-size: 3rem;
}

.lines {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lines.one {
  height: calc(1rem * 1 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two {
  height: calc(1rem * 1 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three {
  height: calc(1rem * 1 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four {
  height: calc(1rem * 1 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five {
  height: calc(1rem * 1 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six {
  height: calc(1rem * 1 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r075 {
  height: calc(1rem * .75 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r075 {
  height: calc(1rem * .75 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r075 {
  height: calc(1rem * .75 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r075 {
  height: calc(1rem * .75 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r075 {
  height: calc(1rem * .75 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r075 {
  height: calc(1rem * .75 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r0875 {
  height: calc(1rem * .875 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r125 {
  height: calc(1rem * 1.25 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.lines.one.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 1);
  -webkit-line-clamp: 1;
}

.lines.two.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 2);
  -webkit-line-clamp: 2;
}

.lines.three.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 3);
  -webkit-line-clamp: 3;
}

.lines.four.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 4);
  -webkit-line-clamp: 4;
}

.lines.five.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 5);
  -webkit-line-clamp: 5;
}

.lines.six.font_r150 {
  height: calc(1rem * 1.5 * 1.5 * 6);
  -webkit-line-clamp: 6;
}

.row.space-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.space-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row.space-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row.space-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.space-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.space-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.space-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.space-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.space-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.space-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

@media (max-width: 1199px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-lg {
    width: 100%;
    height: auto;
  }
  img.wide-lg {
    width: auto;
    height: 100%;
  }

  .lines.one-lg {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-lg.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .row.space-0-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-lg > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-lg {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-lg > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-lg {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-lg > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-lg {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-lg > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-lg {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-lg > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .show-lg {
    display: block;
  }

  .hide-lg {
    display: none;
  }
}
@media (max-width: 991px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-md {
    width: 100%;
    height: auto;
  }
  img.wide-md {
    width: auto;
    height: 100%;
  }

  .lines.one-md {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-md.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .row.space-0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-md > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-md {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-md > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-md {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-md > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-md {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-md > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-md > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .show-md {
    display: block;
  }

  .hide-md {
    display: none;
  }
}
@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-sm {
    width: 100%;
    height: auto;
  }
  img.wide-sm {
    width: auto;
    height: 100%;
  }

  .lines.one-sm {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-sm.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .row.space-0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-sm > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-sm {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-sm > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-sm > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-sm {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-sm > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-sm > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .show-sm {
    display: block;
  }

  .hide-sm {
    display: none;
  }
}
@media (max-width: 575px) {
  img {
    width: 100%;
    height: auto;
  }
  img.full-xs {
    width: 100%;
    height: auto;
  }
  img.wide-xs {
    width: auto;
    height: 100%;
  }

  .lines.one-xs {
    height: calc(1rem * 1 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs {
    height: calc(1rem * 1 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs {
    height: calc(1rem * 1 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs {
    height: calc(1rem * 1 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs {
    height: calc(1rem * 1 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs {
    height: calc(1rem * 1 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r075 {
    height: calc(1rem * .75 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r0875 {
    height: calc(1rem * .875 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r125 {
    height: calc(1rem * 1.25 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .lines.one-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 1);
    -webkit-line-clamp: 1;
  }

  .lines.two-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 2);
    -webkit-line-clamp: 2;
  }

  .lines.three-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 3);
    -webkit-line-clamp: 3;
  }

  .lines.four-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 4);
    -webkit-line-clamp: 4;
  }

  .lines.five-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 5);
    -webkit-line-clamp: 5;
  }

  .lines.six-xs.font_r150 {
    height: calc(1rem * 1.5 * 1.5 * 6);
    -webkit-line-clamp: 6;
  }

  .row.space-0-xs {
    margin-left: 0;
    margin-right: 0;
  }
  .row.space-0-xs > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.space-5-xs {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .row.space-5-xs > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .row.space-10-xs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.space-10-xs > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.space-15-xs {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.space-15-xs > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row.space-20-xs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.space-20-xs > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .show-xs {
    display: block;
  }

  .hide-xs {
    display: none;
  }
}
#scrollUp {
  background-image: url('../img/top.png?1565756852');
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
}

body {
  padding: 0;
  margin: 0;
}

.btn-box .btn-more {
  border: none;
  color: white;
  background-color: #f485a1;
}
.btn-box .btn-more:not(:disabled):not(.disabled):active, .btn-box .btn-more:focus, .btn-box .btn-more:hover {
  opacity: .8;
  border: none;
  background-color: #f485a1;
}

.btn-user {
  color: #fff;
  background-color: #f485a1;
  border-color: #f485a1;
}
.btn-user:focus, .btn-user:hover {
  color: #fff;
  opacity: .8;
}

.header-bar {
  border-bottom: 1px solid #dddddd;
}
.header-bar .title {
  font-size: .875rem;
  line-height: 2;
}
.header-bar .search .form-control {
  height: 32px;
  font-size: .875rem;
  padding: .3rem 1rem;
}
.header-bar .search .btn {
  width: 38px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border: none;
  background: #f06292;
}

header .header-01 img {
  width: auto;
  height: 100%;
  max-height: 90px;
}
header .header-02 > ul {
  list-style: none;
  color: red;
  font-size: .875rem;
  padding-left: 0;
  margin-bottom: 0;
}
header .header-02 > ul > li .fa {
  margin-right: 5px;
}
header .header-03 .pic-box > img {
  width: 100%;
  height: auto;
}
header .header-03 .title {
  font-size: .875rem;
}

.nav-main {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  background: #f485a1;
}
.nav-main .navbar-nav {
  width: 100%;
}
.nav-main .navbar-nav .nav-item:first-child {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}
.nav-main .navbar-nav .nav-item + .nav-item {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}
.nav-main .navbar-nav .nav-item:last-child {
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}
.nav-main .navbar-nav .nav-item .nav-link {
  cursor: pointer;
  color: white;
  text-align: center;
  padding: .575rem auto;
}
.nav-main .navbar-nav .dropdown-menu .dropdown-item {
  padding: .35rem 1.5rem;
}
.nav-main .navbar-nav .dropdown-menu .dropdown-item.active, .nav-main .navbar-nav .dropdown-menu .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.nav-main .search {
  display: none;
}
.nav-main .search .form-control {
  height: 32px;
  font-size: .875rem;
  padding: .3rem 1rem;
}
.nav-main .search .btn {
  width: 38px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border: none;
}

.breadcrumb {
  padding: .5rem 1rem;
}

.title-box {
  position: relative;
  overflow: hidden;
}
.title-box.through::before, .title-box.through:after {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.title-box.through::before {
  margin-left: -100%;
  right: 30px;
}
.title-box.through::after {
  margin-right: -100%;
  left: 30px;
}
.title-box .title {
  font-size: 1.25rem;
  font-weight: bold;
  vertical-align: middle;
}

.item-box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.item-box .content {
  padding: 5px;
  text-decoration: none;
}
.item-box .content > p {
  margin-bottom: 0;
}
.item-box .content .title {
  color: #f485a1;
  font-weight: bold;
}
.item-box .content .price > span {
  color: #333333;
  font-size: .875rem;
  font-weight: normal;
}
.item-box .content .summary {
  font-size: .875rem;
}
.item-box:focus .content .price > span, .item-box:hover .content .price > span {
  color: #f485a1;
}

.button-box .more-link {
  color: white;
  padding: .5rem 1rem;
  border-radius: .35rem;
  background: #f485a1;
}

.breadcrumb {
  position: relative;
}

.aside-box .title-box {
  color: white;
  background: #f06292;
}
.aside-box .title-box .title {
  font-size: 1rem;
  padding: .5rem 1rem;
}
.aside-box ul {
  list-style: none;
  padding-left: 0;
}
.aside-box ul > li {
  border-bottom: 1px solid #dddddd;
}
.aside-box ul > li > a {
  display: block;
  color: #333333;
  font-size: .875rem;
  padding: .35rem 1rem;
}
.aside-box ul > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bold;
  margin-right: 5px;
}
.aside-box ul > li > a:hover {
  background: #f5f5f5;
}

.author {
  display: flex;
  align-items: center;
}
.author > * + * {
  margin-left: 1rem;
}
.author .user .fa, .author .date .fa {
  margin-right: .35rem;
}
.author .star-box {
  color: orange;
}

/* footer s */
footer {
  background-color: #f06292;
}
footer .row > * {
  margin-bottom: 20px;
}
footer .item-box {
  display: flex;
}
footer .item-box a {
  color: #333333;
}
footer .item-box .left {
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  color: #333333;
  line-height: 66px;
  border-radius: 100%;
  background: white;
}
footer .item-box .left > .fa {
  font-size: 1.8rem;
}
footer .item-box .right > p {
  color: white;
}
footer .item-box .right > p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}
footer .item-box .right > p:last-child {
  font-size: .875rem;
}
footer .item-box .right .social {
  margin-bottom: 1rem;
}
footer .item-box .right .social > a {
  width: 36px;
  height: 36px;
  text-align: center;
  color: white;
  line-height: 36px;
  font-size: 1rem;
  border-radius: 100%;
  background: white;
}
footer .item-box .right .social > a + a {
  margin-left: 10px;
}
footer .item-box .right .link-list {
  margin-bottom: 1rem;
}
footer .item-box .right .link-list > a {
  color: white;
  font-size: .875rem;
}
footer .item-box .right .link-list a + a {
  margin-left: 10px;
}
footer .policy-link > a {
  color: white;
  font-size: .875rem;
  white-space: nowrap;
}
footer .policy-link > a + a {
  margin-left: 10px;
}
footer .copyright {
  color: white;
}

/* footer e */
#are-you-ready .title-box .logo img {
  width: auto;
  height: 100%;
  max-height: 100px;
}
#are-you-ready .content .title-a {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}
#are-you-ready .content .title-b {
  color: #d81b60;
  font-size: 1rem;
  font-weight: bold;
}
#are-you-ready .content .title-c {
  color: #333333;
}
#are-you-ready .btn-box img {
  width: auto;
  height: 100%;
  max-height: 50px;
}

/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
  header .header-03 .pic-box > img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
  header .header-03 {
    text-align: center;
  }
  header .header-03 .pic-box > img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .header-bar {
    display: none;
  }

  header .header-01 {
    text-align: center;
    margin-bottom: 10px;
  }
  header .header-01 img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  header .header-02 ul > li {
    font-size: .75rem;
  }
  header .header-03 {
    text-align: center;
  }

  .nav-main {
    padding: 0 1rem;
  }
  .nav-main .navbar-toggler {
    padding: .6rem .75rem;
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  .nav-main .navbar-nav .nav-item {
    border: none !important;
  }
  .nav-main .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: .575rem 1.5rem;
  }
  .nav-main .search {
    display: flex;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  header .header-01 {
    margin-bottom: 0;
  }
  header .header-01 img {
    width: auto;
    height: 100%;
    max-height: 70px;
  }
  header .header-02 {
    display: none;
  }
  header .header-02 ul > li {
    font-size: .875rem;
  }
  header .header-03 .pic-box > img {
    width: auto;
    height: 100%;
    max-height: 20px;
  }
}
/* responsive-pc e */
/* index s */
.box .row > * {
  margin-bottom: 15px;
}

.slider {
  width: 100%;
  /*margin: 100px auto;*/
}
.slider .slick-prev {
  left: 25px;
  z-index: 1;
}
.slider .slick-next {
  right: 25px;
  z-index: 1;
}
.slider .slick-slide {
  margin: 0;
}
.slider .slick-slide img {
  width: 100%;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  color: black;
}
.slider .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slider .slick-active {
  opacity: .5;
}
.slider .slick-current {
  opacity: 1;
}

.box-01 .title-box .title {
  color: red;
  font-size: 1.35rem;
}
.box-01 .item-box {
  padding: .3rem;
  border: 3px solid lightblue;
}
.box-01 .item-box .pic-box {
  margin-bottom: 5px;
}
.box-01 .item-box .info .title {
  font-size: 1.15rem;
  font-weight: bold;
}
.box-01 .item-box .info .price-box {
  display: flex;
  justify-content: space-between;
}
.box-01 .item-box .info .del-price strong {
  color: red;
}
.box-01 .item-box .info .star-box {
  color: orange;
}
.box-01 .item-box .info .star-box .review {
  color: #4fc3f7;
  font-size: .875rem;
}
.box-01 .item-box .info .date-off {
  color: #7b1fa2;
  font-size: 1.15rem;
  font-weight: 400;
}

.box-02 .item-box {
  border-radius: 0;
}
.box-02 .item-box .info .title {
  font-size: .875rem;
}
.box-02 .item-box .info .title span:first-child {
  color: #999999;
  margin-right: 1rem;
}
.box-02 .item-box .info .price {
  font-size: .875rem;
}
.box-02 .item-box .info .price p:nth-of-type(1) {
  color: red;
  font-weight: bold;
}
.box-02 .item-box .info .price p:nth-of-type(3) > span:last-child {
  color: #f485a1;
}
.box-02 .item-box .info .status {
  color: #70c13f;
  font-size: .875rem;
}

.box-03 .catalog-menu {
  padding: 0;
}
.box-03 .catalog-menu .dropdown .dropdown-toggle {
  cursor: pointer;
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding: .35rem 1rem;
  border-radius: .35rem;
  border: 1px solid #cccccc;
  background: #cccccc;
}
.box-03 .catalog-menu .dropdown .dropdown-menu {
  left: 15px;
}

.box-04 .item-box .content .title {
  color: #f485a1;
  font-size: 1rem;
  font-weight: bold;
}
.box-04 .item-box .content .price > span {
  color: #333333;
  font-size: .875rem;
  font-weight: normal;
}
.box-04 .item-box:focus .content .price > span, .box-04 .item-box:hover .content .price > span {
  color: #f485a1;
}

.box-05 .content {
  border-radius: 5px;
  background: #f5f5f5;
  overflow: hidden;
}
.box-05 .content .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.box-06 .item-box .content .title {
  color: #f485a1;
  font-size: 1rem;
  font-weight: bold;
}
.box-06 .item-box .content .price > span {
  color: #333333;
  font-size: .875rem;
  font-weight: normal;
}
.box-06 .item-box:focus .content .price > span, .box-06 .item-box:hover .content .price > span {
  color: #f485a1;
}

.box-07 .content .title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.box-07 .content .summary {
  font-size: .875rem;
}

.box-08 video {
  display: block;
  width: 100%;
}

.box-09 .col-5-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.box-09 .col-5-lg {
  flex: 0 0 20%;
  max-width: 20%;
}

.box-10 .content {
  border-radius: .35rem;
}
.box-10 .content .title {
  color: #f485a1;
  font-weight: bold;
}
.box-10 .content .summary {
  font-size: .875rem;
}

.box-11 [class*="col"] > a {
  display: block;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.box-11 .left .row > * {
  margin-bottom: 10px;
}

.box-12 .content .top {
  background: #fff3a9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box-12 .content .top .title {
  margin-bottom: 1rem;
}
.box-12 .content .top .title p {
  color: black;
  margin-bottom: 0;
}
.box-12 .content .top .title p:first-child {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-12 .content .top .title p:last-child {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-12 .content .top .info .pill {
  border-radius: 100px;
  background: white;
}
.box-12 .content .top .info .pill p {
  font-size: .875rem;
  font-weight: bold;
  margin-bottom: 0;
}
.box-12 .content .top .info .pill p .fa-heart {
  color: #f485a1;
}
.box-12 .content .top .info .pill p .fa-square {
  color: #cccccc;
}
.box-12 .content .bottom {
  background: #fffcdf;
  border: 1px solid #dddddd;
  border-top: none;
}
.box-12 .content .bottom .title {
  color: #f485a1;
  font-size: 1.15rem;
  font-weight: bold;
}

.box-banner {
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-banner .left .content {
  text-align: center;
  padding: 2rem 1rem;
  background: red;
}
.box-banner .left .content .title {
  color: yellow;
  font-size: 1.75rem;
  font-weight: bold;
}
.box-banner .left .content .sub {
  color: white;
  font-size: 1.35rem;
  font-weight: bold;
}

/* index e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
  .box-01 .item-box .info .price-box {
    display: block;
  }
  .box-01 .item-box .info .price strong, .box-01 .item-box .info .del-price strong {
    color: red;
  }
  .box-01 .item-box .info .star-box {
    color: orange;
  }
  .box-01 .item-box .info .star-box .review {
    color: #4fc3f7;
    font-size: .875rem;
  }
  .box-01 .item-box .info .date-off {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .box-01 .title-box .title {
    color: red;
    font-size: 1.35rem;
  }
  .box-01 .item-box {
    padding: .3rem;
    border: 2px solid lightblue;
    display: flex;
  }
  .box-01 .item-box .pic-box {
    max-width: 20%;
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .box-09 .w-100 {
    display: none;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box-01 .item-box .pic-box {
    max-width: 25%;
  }
  .box-01 .item-box .info {
    font-size: .875rem;
  }
  .box-01 .item-box .info .title {
    font-size: 1rem;
  }
  .box-01 .item-box .info .date-off {
    font-size: .875rem;
  }

  .box-04 .item-box .content .title {
    font-size: .875rem;
    font-weight: 400;
  }

  .box-banner .left .content {
    text-align: center;
    padding: .75rem 1rem;
  }
  .box-banner .left .content .title {
    font-size: 1.5rem;
  }
  .box-banner .left .content .sub {
    font-size: 1.15rem;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box-01 .item-box {
    padding: .3rem;
    border: 2px solid lightblue;
    display: block;
  }
  .box-01 .item-box .pic-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .box-03 .catalog-menu .dropdown .dropdown-menu {
    left: 0;
  }

  .box-06 .item-box .content .title, .box-09 .item-box .content .title {
    color: #f485a1;
    font-size: .875rem;
    font-weight: bold;
  }
}
/* responsive-pc e */
/* sub-page s */
.box-sub .right .filter-controls {
  padding: .5rem;
  border: 2px solid #f485a1;
  background: #ffe6ed;
}
.box-sub .right .filter-controls .row + .row {
  margin-top: 15px;
}
.box-sub .right .filter-controls .row > * {
  margin-bottom: 0;
}
.box-sub .right .filter-controls .row .title {
  display: block;
  text-align: center;
  color: white;
  border-radius: 4px;
  background: #f485a1;
}
.box-sub .right .item {
  border: 1px solid #f06292;
  border-radius: .875rem;
  overflow: hidden;
}
.box-sub .right .item img {
  border-radius: .875rem;
}
.box-sub .right .item:hover {
  border: 1px solid #f06292;
  overflow: hidden;
}
.box-sub .right .item .info {
  text-align: center;
}
.box-sub .right .item .info .title {
  color: #f06292;
  font-weight: 400;
}
.box-sub .right .item .info .star {
  color: orange;
}
.box-sub .right .item .info .price {
  color: red;
  font-size: 1rem;
  font-weight: bold;
}

.box-13 .item-box .item {
  position: relative;
  width: 100%;
}
.box-13 .item-box .title {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px;
  background: #ffe1e9;
}
.box-13 .item-box .title > div {
  display: inline-block;
}
.box-13 .item-box .title .tag {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-right: 15px;
  border-radius: 100%;
  background: white;
}
.box-13 .item-box .title .name {
  font-weight: bold;
}
.box-13 .item-box .title .name > span {
  display: block;
  line-height: 1.2;
}
.box-13 .item-box .image {
  display: block;
}
.box-13 .item-box:nth-of-type(odd) .title:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #ffe1e9;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.box-13 .item-box:nth-of-type(even) .title:before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffe1e9;
}
.box-13 .item-box:nth-of-type(odd) {
  padding-top: 80px;
}
.box-13 .item-box:nth-of-type(odd) .title {
  top: -80px;
}
.box-13 .item-box:nth-of-type(even) {
  padding-bottom: 80px;
}
.box-13 .item-box:nth-of-type(even) .title {
  bottom: -80px;
}
.box-13 .aside-box.border .row > * {
  margin-bottom: 0;
}
.box-13 .aside-box.border ul {
  list-style: none;
  padding-left: 0;
}
.box-13 .aside-box.border ul > li {
  position: relative;
  margin-bottom: 10px;
}
.box-13 .aside-box.border ul > li .ranking {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  font-size: .75rem;
  line-height: 30px;
  border-radius: 100%;
  background: rgba(255, 0, 0, 0.8);
  z-index: 10;
}
.box-13 .aside-box.border ul > li .ranking:not(.top) {
  background: #333333;
}
.box-13 .aside-box.border ul > li > a {
  color: #333333;
}
.box-13 .aside-box.border ul > li > a:before {
  content: "\f105";
  color: #999999;
  font-family: FontAwesome;
  padding-right: 5px;
}
.box-13 .aside-box.border .more {
  border-top: 1px solid #dddddd;
}
.box-13 .aside-box.border .more .more-link {
  color: #333333;
}
.box-13 .aside-box .product-box .title {
  color: #f06292;
  font-weight: bold;
}

.box-14 .title-box {
  background: #f06292;
}
.box-14 .title-box .title {
  color: white;
  font-size: 1.15rem;
  padding: .5rem 1rem;
}
.box-14 .content {
  background: transparent;
}
.box-14 .content .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.box-15 .content {
  border: 1px solid #f485a1;
  background: transparent;
}
.box-15 .content .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.box-16 .title-box .title {
  border-bottom: 1px solid #cccccc;
}
.box-16 .item-content .title {
  padding: .5rem 1rem;
  background: #ec407a;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}
.box-16 .item-content .info-box {
  padding: .75rem;
  border: 1px solid #ec407a;
}
.box-16 .item-content .tags-box {
  padding: .75rem;
  border: 1px solid #cccccc;
}
.box-16 .item-content .tags-box > * + * {
  margin-left: 1rem;
}
.box-16 .item-content .tags-box a:focus, .box-16 .item-content .tags-box a:hover {
  color: #ec407a;
}
.box-16 .item-content .item-box, .box-16 .item-content .item {
  padding: .25rem;
  border: 1px solid #cccccc;
}
.box-16 .column-box > * {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-bottom: 1rem;
}
.box-16 .column-box {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.box-16 .column-box.three {
  -moz-column-count: 3;
  column-count: 3;
}
.box-16 .column-box.four {
  -moz-column-count: 4;
  column-count: 4;
}

.box-17 .left .aside-box.border {
  border-top: 3px solid #f485a1 !important;
}
.box-17 .left .aside-box .title-box {
  border-bottom: 1px dashed #dddddd;
}
.box-17 .left .aside-box .title-box .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-17 .left .aside-box ul {
  list-style: none;
  padding-left: 0;
}
.box-17 .left .aside-box ul > li {
  position: relative;
  margin-bottom: 10px;
}
.box-17 .left .aside-box ul > li .ranking {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  font-size: .75rem;
  line-height: 30px;
  border-radius: 100%;
  background: rgba(255, 0, 0, 0.8);
  z-index: 10;
}
.box-17 .left .aside-box ul > li .ranking:not(.top) {
  background: #333333;
}
.box-17 .left .aside-box ul > li > a {
  color: #333333;
}
.box-17 .left .aside-box ul > li > a:before {
  content: "\f105";
  color: #999999;
  font-family: FontAwesome;
  padding-right: 5px;
}
.box-17 .left .aside-box ul .row > * {
  margin-bottom: 0;
}
.box-17 .left .aside-box ul .title {
  color: #333333;
}
.box-17 .left .aside-box ul .price {
  color: #f44336;
}
.box-17 .left .aside-box .btn-box {
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
.box-17 .right .nav-tabs .nav-link {
  color: #f485a1;
}
.box-17 .right .tab-content .tab-pane .item-box {
  padding: 10px;
  border: 1px solid #dddddd;
}
.box-17 .right .tab-content .tab-pane .item-box .row > * {
  margin-bottom: 0;
}
.box-17 .right .tab-content .tab-pane .item-box .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-17 .right .tab-content .tab-pane .item-box .link-list a {
  color: #333333;
  text-decoration: underline;
}
.box-17 .right .tab-content .tab-pane .item-box .link-list a + a {
  margin-left: 10px;
}
.box-17 .right .tab-content .tab-pane .table-box .title {
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 30px;
}
.box-17 .right .tab-content .tab-pane .table-box .title > a, .box-17 .right .tab-content .tab-pane .table-box .title > span {
  font-weight: bold;
}
.box-17 .right .tab-content .tab-pane .table-box table td {
  padding: .5rem;
}
.box-17 .right .tab-content .tab-pane .table-box table td a {
  color: #333333;
}
.box-17 .right .tab-content .tab-pane .tags-box > a {
  color: #333333;
  padding: .3rem .5rem;
  border: 1px solid #dddddd;
  margin: .3rem;
}

.box-18 .left .item-box .content {
  background: white;
}
.box-18 .left .item-box .content .author {
  color: #333333;
}
.box-18 .left .item-box .content .title {
  color: #333333;
  font-size: .875rem;
}
.box-18 .left .list-box {
  border: 1px solid #f485a1;
  border-radius: 5px;
}
.box-18 .left .list-box .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-18 .left .list-box ul {
  padding-left: 15px;
}
.box-18 .left .list-box ul > li > a {
  color: #333333;
}
.box-18 .left .list-box .more {
  border-top: 1px solid #dddddd;
}
.box-18 .left .list-box .more > a {
  color: #333333;
}
.box-18 .right .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-18 .right .tags > a {
  color: #333333;
  padding: .3rem .5rem;
  margin: .3rem;
  border: 1px solid #dddddd;
  background: #fafafa;
}
.box-18 .right .tags > a:focus, .box-18 .right .tags > a:hover {
  background: #eee;
}
.box-18 .right ul {
  list-style: none;
  padding-left: 0;
}
.box-18 .right ul > li {
  line-height: 1.8;
}
.box-18 .right ul > li > a {
  color: #333333;
}
.box-18 .right .row > * {
  margin-bottom: 0;
}
.box-18 .right .row .left a {
  color: #333333;
}
.box-18 .right .more {
  border-top: 1px solid #dddddd;
}
.box-18 .right .more .more-link {
  color: #333333;
}

.box-19 .right .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-19 .right .title-box .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-19 .right .title-box .author {
  color: #999999;
  font-size: .875rem;
}
.box-19 .right .title-box .author > span + span {
  margin-left: 15px;
}
.box-19 .right .content {
  border-radius: 0;
  background: transparent;
}
.box-19 .right .content img {
  max-width: 80%;
}
.box-19 .right .tags-box a {
  color: #333333;
}
.box-19 .right .tags-box a + a {
  margin-left: 10px;
}
.box-19 .right .page-nav {
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
.box-19 .right .page-nav a {
  position: relative;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.box-19 .right .page-nav a:focus, .box-19 .right .page-nav a:hover {
  color: #666666;
  text-decoration: none;
}
.box-19 .right .page-nav .left > a {
  padding-left: 30px;
}
.box-19 .right .page-nav .left > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: "\f137";
  font: normal normal normal 1rem/1 FontAwesome;
}
.box-19 .right .page-nav .right > a {
  padding-right: 30px;
}
.box-19 .right .page-nav .right > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "\f138";
  font: normal normal normal 1rem/1 FontAwesome;
}

.box-21 .ranking-pic > img {
  width: auto;
  height: 100%;
}
.box-21 .top .left .pic-box > img {
  border-radius: 1rem;
}
.box-21 .top .right .title > p:nth-of-type(1) {
  font-size: 1rem;
  margin-bottom: 0;
}
.box-21 .top .right .title > p:nth-of-type(2) {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-21 .top .right .summary .user > img {
  border-radius: 100%;
}
.box-21 .review .item {
  position: relative;
  background: #efebe9;
  border-top: 1px solid #bcaaa4;
}
.box-21 .review .item:before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #bcaaa4;
  border-left: 20px solid transparent;
}
.box-21 .review .item:after {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #efebe9;
  border-left: 20px solid transparent;
}
.box-21 .list .item a:focus, .box-21 .list .item a:hover {
  color: red;
}
.box-21 .list .item .ranking-box > img {
  width: auto;
  height: 100%;
}
.box-21 .bottom .ranking-box {
  width: 100px;
  min-width: 100px;
}
.box-21 .bottom .ranking-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-21 .bottom ul {
  list-style: none;
  padding-left: 0;
}
.box-21 .bottom ul > li {
  padding: .75rem 0;
  border-top: 1px solid #dddddd;
}
.box-21 .bottom ul > li .right .title {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.box-21 .bottom ul > li .right .title:focus, .box-21 .bottom ul > li .right .title:hover {
  color: #f44336;
}
.box-21 .bottom ul > li .right .price-box > span {
  display: inline-block;
}
.box-21 .bottom ul > li .right .price-box .price {
  color: red;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 1rem;
}
.box-21 .bottom ul > li .right .price-box .shipping {
  color: white;
  font-size: .875rem;
  padding: .3rem .5rem;
  background: #f06292;
}
.box-21 .bottom ul > li .right .star-box .fa {
  color: orange;
}
.box-21 .bottom ul > li .right .star-box span {
  font-weight: bold;
}
.box-21 .bottom ul > li .right .link-box a {
  color: #e57373;
}
.box-21 .bottom ul > li .right .link-box a:focus, .box-21 .bottom ul > li .right .link-box a:hover {
  color: #f44336;
}

.box-blog .left .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-blog .left .blog-list .item {
  padding: .75rem 0;
}
.box-blog .left .blog-list .item + .item {
  border-top: 1px dashed #dddddd;
}
.box-blog .left .blog-list .item .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-blog .left .blog-content img {
  width: 100%;
  height: auto;
  max-width: 700px;
}
.box-blog .left .post-nav {
  padding-top: 1rem;
  border-top: 2px solid #dddddd;
}
.box-blog .left .post-nav .item-box {
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-blog .left .post-nav .item-box a {
  display: block;
}
.box-blog .right .aside-box .item {
  padding: .5rem;
  border: 1px solid #dddddd;
  border-radius: .5rem;
}
.box-blog .right .aside-box .item .title {
  display: block;
  font-weight: bold;
  margin-bottom: .5rem;
}

.box-video .page-info .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: .5rem;
}
.box-video .video-list .item-box {
  display: block;
  border-radius: .5rem;
  border: 1px solid #dddddd;
}
.box-video .video-list .item-box .content {
  padding: .5rem;
}
.box-video .left .title-box .title {
  border-bottom: 1px solid #dddddd;
}
.box-video .left .title-box .author > * + * {
  margin-left: 1rem;
}
.box-video .left .title-box .author .star-box {
  color: orange;
}
.box-video .left .video-content {
  color: white;
  padding: .75rem;
  border-radius: .5rem;
  background: #333333;
}
.box-video .left .video-content .left video {
  width: 100%;
  max-width: 700px;
}
.box-video .left .video-content .right .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.box-video .left .video-content hr {
  border-color: #999999;
}
.box-video .left .video-content .row > * {
  margin-bottom: 0;
}
.box-video .left .video-some .title {
  border-bottom: 1px solid #dddddd;
}
.box-video .left .video-some .title span {
  display: inline-block;
  text-align: center;
  color: white;
  padding: .5rem 1rem;
  background: #333333;
}
.box-video .left .video-some .item-box {
  display: block;
  border-radius: .5rem;
  border: 1px solid #dddddd;
}
.box-video .left .video-some .item-box .content {
  padding: .5rem;
}
.box-video .left .video-info .table thead > tr > th {
  text-align: center;
  color: white;
  background: #b71c1c;
}
.box-video .left .video-info .table tbody > tr > td:first-child {
  white-space: nowrap;
}
.box-video .left .video-info .table a + a {
  margin-left: 1rem;
}
.box-video .right .aside-box-01 {
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-video .right .aside-box-01 .row > * {
  margin-bottom: 0;
}
.box-video .right .item {
  padding: .875rem 0;
}
.box-video .right .item + .item {
  border-top: 1px solid #dddddd;
}
.box-video .right .item .title {
  font-weight: bold;
}
.box-video .right .item .author {
  font-size: .75rem;
}

.box-review .title-box {
  border-bottom: 1px solid #cccccc;
}
.box-review .reviews-list .row .left .price {
  color: red;
}
.box-review .reviews-list .row + .row {
  padding-top: .75rem;
  border-top: 1px dashed #999999;
}
.box-review .reviews-list .row .middle .star-box {
  color: orange;
}
.box-review .reviews-list .row .middle .link > a:focus, .box-review .reviews-list .row .middle .link > a:hover {
  color: #ec407a;
}
.box-review .aside-box .aside-reviews-list {
  padding: 0 10px;
}
.box-review .aside-box .aside-reviews-list .row + .row {
  padding-top: .35rem;
  border-top: 1px dashed #999999;
}
.box-review .aside-box .aside-reviews-list .row .left {
  position: relative;
}
.box-review .aside-box .aside-reviews-list .row .left .corner {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #ec407a;
  overflow: hidden;
  color: white;
  text-align: center;
  line-height: 24px;
}
.box-review.box-review-detail .top {
  padding: .5rem;
  border: 1px solid #cccccc;
}
.box-review.box-review-detail .top .row > * {
  margin-bottom: 0;
}
.box-review.box-review-detail .top .two .price {
  color: #ec407a;
}
.box-review.box-review-detail .top .three p {
  color: orange;
}

/* sub-page e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .box-16 .item-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box-16 .item-box {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .box-21 .bottom .ranking-box {
    display: none !important;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .box-16 .item-box {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .box-19 .right .content img {
    max-width: 100%;
  }
}
/* responsive-pc e */
/* detail-page s */
.box-detail .slide-list .slick-prev {
  left: 25px;
  z-index: 1;
}
.box-detail .slide-list .slick-next {
  right: 25px;
  z-index: 1;
}
.box-detail .slide-list .slick-dots {
  position: relative;
  top: 10px;
  display: block;
  width: calc(100% + 10px);
  float: left;
  margin-left: -5px;
  margin-right: -5px;
}
.box-detail .slide-list .slick-dots li {
  width: 20%;
  height: 120px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.box-detail .slide-list .slick-dots li button {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.box-detail .slide-list .slick-dots li button:before {
  display: none;
}
.box-detail .slide-list .slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.box-detail .slide-list .slick-dots li button.thumbnail img {
  opacity: 0.6;
}
.box-detail .slide-list .slick-dots li button.thumbnail:hover img {
  opacity: 1;
}
.box-detail .slide-list .slick-dots .slick-active .thumbnail img {
  opacity: 1;
}
.box-detail .right .title-box {
  border-bottom: 1px solid #dddddd;
}
.box-detail .right .title-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-detail .right .title-box .star-box {
  color: orange;
}
.box-detail .right .price-box {
  border-bottom: 1px solid #dddddd;
}
.box-detail .right .price-box .price > strong {
  color: red;
  font-size: 1.5rem;
  font-weight: 500;
}
.box-detail .right .price-box .price > span {
  color: grey;
  font-size: 1rem;
}
.box-detail .right .price-box del {
  color: grey;
  font-size: 1rem;
}
.box-detail .right .accordion .card .card-header {
  padding: 0;
}
.box-detail .right .accordion .card .card-header button {
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
}
.box-detail .right .accordion .card .card-body .radio-inline {
  display: inline-flex;
  align-items: start;
  margin-right: .75rem;
}
.box-detail .right .accordion .card .card-body .radio-inline div {
  text-align: center;
}
.box-detail .right .accordion .card .card-body .radio-inline img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 80px;
}
.box-detail .right .accordion .card .card-body .radio-inline span {
  font-size: .875rem;
  font-weight: bold;
}
.box-detail .right .list-dec {
  list-style: none;
  padding-left: 0;
}
.box-detail .right .list-dec > li {
  font-size: .875rem;
}
.box-detail .right .list-dec > li .fa {
  color: #64b5f6;
  margin-right: .5rem;
}
.box-detail .right .button-box {
  padding: .75rem;
  border-radius: .35rem;
  border: 1px solid #dddddd;
}
.box-detail .right .button-box .price > strong {
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
}
.box-detail .right .info-box {
  font-size: .875rem;
  padding: .75rem;
  border-radius: .35rem;
  border: 1px solid #dddddd;
}

.box-description [class^="col-"] {
  margin-bottom: 2rem;
}
.box-description .title-box {
  color: white;
  padding: .5rem;
  background: #f06292;
}
.box-description .title-box .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-description .content {
  font-size: .875rem;
}
.box-description .content .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-description .content img {
  max-width: 750px;
}
.box-description .content img + img {
  margin-top: .75rem;
}
.box-description .content video {
  width: 100%;
  max-width: 750px;
}
.box-description .content .img-group {
  column-count: 2;
}
.box-description .content .img-group * {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: .75rem;
}
.box-description .content .img-group img + img {
  margin-top: 0;
}

.box-reviews .title-box {
  color: white;
  padding: .5rem;
  background: #f06292;
}
.box-reviews .title-box .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-reviews .list .item {
  margin-bottom: 30px;
}
.box-reviews .list .item .author > * + * {
  margin-left: 30px;
}
.box-reviews .list .item .star-box .fa {
  color: orange;
}
.box-reviews .list .item .info {
  display: flex;
  font-size: .875rem;
  font-weight: bold;
}
.box-reviews .list .item .info > * + * {
  margin-left: 15px;
}
.box-reviews .list .item .summary {
  padding: 10px;
  border: 1px solid #dddddd;
}
.box-reviews .more-link > a {
  color: #2196f3;
  text-decoration: underline;
}
.box-reviews .tags-link {
  padding: .5rem;
  border: 1px solid #cccccc;
}
.box-reviews .tags-link p > * + * {
  margin-left: 1rem;
}
.box-reviews .tags-link p > a:focus, .box-reviews .tags-link p > a:hover {
  color: #ec407a;
}

.box-recommend .title-box {
  color: white;
  padding: .5rem;
  background: #f06292;
}
.box-recommend .title-box .title {
  font-size: 1rem;
  font-weight: bold;
}
.box-recommend .row .col-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.box-recommend .row .col-item .content {
  font-size: .875rem;
}
.box-recommend .row .col-item .content .title {
  color: #333333;
  margin-bottom: 0;
}
.box-recommend .row .col-item .content .price > del {
  color: #999999;
}
.box-recommend .row .col-item .content .price > span {
  color: #f485a1;
}

/* detail-page e */
/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .box-detail .slide-list .slick-dots {
    margin-bottom: 30px;
  }
  .box-detail .slide-list .slick-dots li {
    width: 20px !important;
    height: 20px !important;
    float: none !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer;
  }
  .box-detail .slide-list .slick-dots li button:before {
    display: block;
  }
  .box-detail .slide-list .slick-dots li button.thumbnail img {
    display: none;
  }
  .box-detail .slide-list .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
  }

  .box-description .content .table > thead,
  .box-description .content .table > tbody {
    width: 100%;
    float: left;
  }
  .box-description .content .table tr {
    width: 100%;
    float: left;
  }
  .box-description .content .table tr + tr {
    border-top: 1px solid #dddddd;
  }
  .box-description .content .table tr > th, .box-description .content .table tr > td {
    float: left;
    border: none;
  }
  .box-description .content .table tr > th {
    width: 30%;
  }
  .box-description .content .table tr > td {
    width: 70%;
  }
  .box-description .content .table.table-parameter > thead,
  .box-description .content .table.table-parameter > tbody {
    width: 50%;
  }
  .box-description .content .table.table-parameter tr > th, .box-description .content .table.table-parameter tr > td {
    width: 100%;
  }
  .box-description .content .img-group {
    column-count: 1;
  }

  .box-recommend .row .col-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box-recommend .row .col-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
}
/* responsive-pc e */
.box-20200908-01 .left .title-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-20200908-01 .left .pic-list {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-20200908-01 .left .pic-list > a {
  width: 100%;
  padding: .5rem 0;
}
.box-20200908-01 .left .pic-list > a .pic-box {
  width: 80px;
  max-width: 100%;
}
.box-20200908-01 .left .pic-list > a .info {
  width: calc(100% - 80px);
  margin-left: .5rem;
}
.box-20200908-01 .left .pic-list > a .info p:first-child {
  color: #666666;
}
.box-20200908-01 .left .pic-list > a + a {
  border-top: 1px dashed #cccccc;
}
.box-20200908-01 .left .list {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-20200908-01 .left .list > a {
  display: block;
  width: 100%;
  padding: .5rem 0;
}
.box-20200908-01 .left .list > a p:first-child {
  color: #e53935;
}
.box-20200908-01 .left .list > a + a {
  border-top: 1px dashed #cccccc;
}
.box-20200908-01 .right .row .col-6 {
  margin-bottom: 1rem;
}
.box-20200908-01 .right .box {
  padding: 2rem;
  background: #eee;
}
.box-20200908-01 .right .box .title-box {
  margin-bottom: 1rem;
}
.box-20200908-01 .right .box .title-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-20200908-01 .right .box .item .date > span {
  display: inline-block;
  background: #333333;
  color: white;
  font-size: .875rem;
}
.box-20200908-01 .right .box .item .title {
  width: 100%;
  height: calc(1rem * 1 * 1.5 * 2);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
}
/* responsive-pc e */
.box-20200908-02 .left .title-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-20200908-02 .left .pic-list {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-20200908-02 .left .pic-list > a {
  width: 100%;
  padding: .5rem 0;
}
.box-20200908-02 .left .pic-list > a .pic-box {
  width: 80px;
  max-width: 100%;
}
.box-20200908-02 .left .pic-list > a .info {
  width: calc(100% - 80px);
  margin-left: .5rem;
}
.box-20200908-02 .left .pic-list > a .info p:first-child {
  color: #666666;
}
.box-20200908-02 .left .pic-list > a + a {
  border-top: 1px dashed #cccccc;
}
.box-20200908-02 .left .list {
  margin-bottom: 1rem;
  padding: .5rem;
  border: 1px solid #dddddd;
}
.box-20200908-02 .left .list > a {
  display: block;
  width: 100%;
  padding: .5rem 0;
}
.box-20200908-02 .left .list > a p:first-child {
  color: #e53935;
}
.box-20200908-02 .left .list > a + a {
  border-top: 1px dashed #cccccc;
}
.box-20200908-02 .right .row .col-6 {
  margin-bottom: 1rem;
}
.box-20200908-02 .right .box {
  padding: 2rem;
  background: #fff;
}
.box-20200908-02 .right .box .title-box {
  margin-bottom: 1rem;
}
.box-20200908-02 .right .box .title-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.box-20200908-02 .right .box .item .date > span {
  display: inline-block;
  background: #333333;
  color: white;
  font-size: .875rem;
}
.box-20200908-02 .right .box .item .title {
  width: 100%;
  height: calc(1rem * 1 * 1.5 * 2);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-20200908-03 .title {
  font-size: 1.25rem;
  font-weight: bold;
}

.readmore-link {
  display: inline-block !important;
  width: auto !important;
  margin-top: .75rem;
  padding: .25rem;
  border: 1px solid #e91e63;
  color: #e91e63;
  cursor: pointer;
}

/* responsive-pc s */
@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .box-20200908-01 .right .box {
    padding: 1rem;
    background: #eee;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
}
/* responsive-pc e */
