<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------
	userguide
-------------------- */
.sec {
  margin-bottom: 60px;
}

img {
  max-width: 500px;
}

.secTop .secTop__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .secTop .secTop__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.secTop .secTop__btn li {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .secTop .secTop__btn li {
    width: 48%;
  }
}
.secTop .secTop__btn li:last-of-type {
  margin-bottom: 0;
}
.secTop .secTop__btn li a {
  border: 1px solid rgba(135, 90, 95, 0.5);
  background: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
}
.secTop .secTop__btn li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-5px);
  content: "";
  background: url(../img/common/ico_down.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 9px;
  transition: all 0.3s;
}
.secTop .secTop__btn li a:hover::after {
  transform: translateY(0px);
}

.secOder .secOder__text {
  margin-bottom: 20px;
}
.secOder .secOder__img {
  margin-bottom: 30px;
}

.secPayment .secPayment__cardImg img {
  max-width: 170px;
}
.secPayment .secPayment__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.secDeliver .secDeliver__table {
  overflow-x: scroll;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.secDeliver .secDeliver__table::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}
.secDeliver .secDeliver__table::-webkit-scrollbar-track {
  background: transparent;
}
.secDeliver .secDeliver__table::-webkit-scrollbar-thumb {
  background: rgba(135, 90, 95, 0.5);
}
.secDeliver .secDeliver__table table {
  width: 1200px;
}
.secDeliver .secDeliver__table table tr:first-child {
  background: rgba(195, 172, 174, 0.2);
}
.secDeliver .secDeliver__table table tr th {
  font-weight: bold;
  border: #C3ACAE 1px solid;
}
.secDeliver .secDeliver__table table tr td {
  background: #fff;
  border: #C3ACAE 1px solid;
  padding: 10px 15px;
}

.secEnvironment .secEnvironment__box {
  background: rgba(204, 204, 204, 0.2);
  padding: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}
.secEnvironment .secEnvironment__box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.secMembers .secMembers__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secMembers .secMembers__text {
    margin-bottom: 40px;
  }
}

.secMail .secMail__txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secMail .secMail__txt {
    margin-bottom: 40px;
  }
}

.secContact .secContact__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secContact .secContact__text {
    margin-bottom: 40px;
  }
}
.secContact .secContact__box {
  background: rgba(204, 204, 204, 0.2);
  padding: 20px;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .secContact .secContact__box {
    padding: 0;
    max-width: none;
    background: none;
  }
}
</pre></body></html>