/*@charset "UTF-8";*/
a {
  color: #333;
}

.cst-contactbox {
  background: #eee;
  padding: 25px 0 30px 0;
  text-align: center;
}

.cst-contactbox img {
  margin-bottom: 1rem;
}

.cst-contactbox img:hover {
  opacity: 0.7 !important;
}
/* footer */
#footer {
  margin-bottom: 0;
  font-family: "kozuka-gothic-pr6n", sans-serif ;
}
#footer .footer-card{
  padding: 40px 0 10px;
}
#footer .footer-card__title{
  font-size: 12px;
  color: #ffffff;
  padding: 8px 10px 8px 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}
/*#footer  .footer-card__desc-box {*/
/*  visibility: hidden;*/
/*  height: 0;*/
/*  display: none;*/
/*  -webkit-transition: all 0.3s ease-in;*/
/*  transition: all 0.3s ease-in;*/
/*}*/
.footer-card__desc {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding: 10px 0;
}
#footer .btn-footer {
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #ffffff;
  background-color: #f39800;
  border: 1px solid #f39800;
  width: 100%;
  max-width: 335px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 0;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-footer::after {
  position: absolute;
  content: '';
  background-image: url(/common/img/footer/arrow-right-white.png);
  width: 9px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .btn-footer:hover {
  background-color: rgba(243, 152, 0, 0.5);
  color: #ffffff;
}
#footer a:hover{
  opacity: 0.7;
}
#footer figure{
  margin-bottom: 0;
}
.footer-card__desc {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding: 10px 0;
  margin-bottom: 0;
}
.footer-card__desc a {
  text-decoration: none;
  color: #ffffff;
}
.footer-card__desc em {
  font-size: 24px;
}
.footer-card__card {
  cursor: pointer;
}
#footer div.footer-card__desc-box--mb{
  padding-bottom: 25px;
}
.footer-card__sns-link {
  margin-right: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-goods {
  border-top: 2px solid #ccc;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -35px;
  margin-right: -35px;
}
.footer-goods__title {
  font-size: 14px;
  color: #ffffff;
  border-left: 2px solid #77b53b;
  padding-left: 10px;
  margin-bottom: 15px;
}
.footer-goods__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-goods__item {
  margin-bottom: 15px;
  float: unset;
  line-height: 1;
}
.footer-goods__item a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 1.4;
}
.footer-goods__item a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #7d7d7d;
  border-bottom: 2px solid #7d7d7d;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
}
.footer__item{
  position: relative;
}
a.footer__link {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 30px;
  padding: 10px 0 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__nav-box nav{
  background: transparent;
}
.footer__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #f2f7ee;
  left: -15px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__bottom {
  text-align: center;
  margin: 35px 0;
  padding: 0 20px;
}
.footer__bottom-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__bottom-sns img{
  width: auto;
  height: 35px;
}
.footer__copyright {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
  display: none;
}
.footer-card__desc span {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.footer-card__desc span:last-child:after{
  background-image: none;
}
.footer-card__desc span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/common/img/footer//arrow-down-sm.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
#footer img{
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .footer-goods__inner {
    width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding: 0 35px;
  }
  footer-goods__inner--2 {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  #footer .footer-card__title {
    padding: 8px 10px 8px 15px;
    margin-bottom: 0;
    border-left: 2px solid #77b53b;
    background-color: #7d7c7c;
    border-bottom: 0;
    font-size: 14px;
  }
  .footer .container{
      display: block;
      padding: 0;
      overflow: hidden;
  }
  a.footer__link {
    padding: 20px 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-goods__row ul{
    display: block;
  }
  #page_top {
    bottom: 120px;
    width: 40px;
    height: 40px;
  }
  #footer{
    margin-bottom: 120px;
  }
  .link-top2-ouside{
    display: none;
  }
  .footer__nav-box{
    margin: 0 -15px;
  }
  .footer__bottom{
    margin: 35px -15px;
  }
  .footer__bottom-sns .footer-card__sns-link img{
    height: 26px;
  }
  .footer-goods__inner {
    width: 100%;
    padding: 0 25px;
  }
  .footer .container{
    padding: 0;
  }
  .footer-goods{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-goods__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__list {
    border-top: 2px solid #f2f7ee;
    border-bottom: 2px solid #f2f7ee;
  }
  .footer-card__sns{
    margin-top: 5px;
  }
  #footer .footer-card__desc-box {
    display: block;
    padding: 5px 12px 14px;
    height: 100%;
    visibility: visible;
  }
}
@media only screen and (min-width: 576px){
  .footer__copyright {
    display: block;
  }
  .footer__bottom {
    padding: 0;
  }
  .footer__item::before {
    top: 57%;
  }
  .footer__list {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .cst-contactbox img:first-child {
    width: 58%;
  }
  .cst-contactbox img:nth-child(2) {
    width: 71%;
  }
  .cst-contactbox img:nth-child(3) {
    width: 70%;
  }
}

#contents {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
 "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
 sans-serif;
}

#cst-footer {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
 "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
 sans-serif;
  background: #eee;
  border-top: 1px solid #d2d2d2;
}

@media only screen and (max-width: 767px) {
  #cst-footer a {
    font-size: 11px;
  }
  #cst-footer dt {
    margin: 0 0 10px 0;
  }
  #cst-footer dd {
    padding: 0 0 20px 0;
    margin: 0;
  }
}

.alt-footer {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
 "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
 sans-serif;
  border-top: 1px solid #d2d2d2;
  padding: 1rem 0;
  background: #eee;
}

.alt-footer ul {
  padding: 10px 0 0 10px;
}

.alt-footer ul li {
  font-size: 12px;
  margin: 2px 0 0 0;
}

.nav-footer {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
 "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
 sans-serif;
}

.nav-footer ul li {
  float: left;
  letter-spacing: normal;
  margin: 0 0 0 30px;
  font-size: 12px;
  background: url("https://www.cbox.nu/images/dec_arrow02.png") no-repeat 0 50%;
  padding: 0 0 0 12px;
}

.nav-footer ul li a {
  background: none;
  padding: 0;
  font-size: 12px;
}

.footer-ctn dl dt {
  border-left: 3px solid #8fc31f;
  padding: 5px 0 5px 10px;
  line-height: 1;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 14px;
}

.footer-ctn dl dd {
  padding: 0 0 30px 0;
}

.footer-ctn dl dd ul li {
  margin: 0 0 10px 0;
  font-size: 12px;
  background: url("https://www.cbox.nu/images/dec_arrow02.png") no-repeat 0 50%;
  padding: 0 0 0 15px;
}

.opa-hvr:hover {
  opacity: 0.7;
}

a:hover {
  color: #8fc31f;
  text-decoration: none;
}

a:active {
  color: #8fc31f;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .ul-col-divide {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.slogan {
  background: #8fc31f !important;
}

.cart-step span.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e8f0c4));
  background: linear-gradient(to bottom, #fdfdfd 0%, #e8f0c4 100%);
}

.frame .custom-item dl {
  background: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  ul.lnk li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  ul.lnk li a{
    font-size: 10px;
  }
  ul.lnk{
    padding-left: 38px;
  }
  a.opa-hvr img{
    width: 35%;
  }
  .nav-footer .container p{
    margin-bottom: 0;
  }
  img.opa-hvr{
    width: 40px;
  }
  dl, ol, ul{
    margin-bottom: unset;
  }
  dd{
    margin-bottom: 0;
  }
  .mark, mark{
    background-color: unset;
  }
}
.footer-card__desc.-contact  {
  padding: 0;
}
.footer-card__desc.-contact p {
  margin-bottom: 5px;
}
.footer-card__desc.-contact span {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 14px;
}
.footer-card__desc.-contact span::after {
  display: none;
}
.footer-card__desc .tel {
  font-size: 20px;
}
/*# sourceMappingURL=cart-custom-footer.css.map */