/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.ttl-area::before {
  content: "";
  width: 363px;
  height: 62px;
  background: url(../images/koka/ttl-sp2.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .ttl-area::before {
    width: 995px;
    height: 167px;
    background: url(../images/koka/ttl-pc2.svg) no-repeat;
  }
}

.top-txt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .top-txt {
    font-size: 16px;
  }
}

.koka-box {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .koka-box {
    margin-bottom: 60px;
  }
}

.submds {
  margin-bottom: 30px;
}

.sub-txt {
  margin-bottom: 30px;
}

.img-list figure {
  text-align: center;
  margin-bottom: 30px;
}

.img-list figcaption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .img-list {
    display: flex;
    flex-wrap: wrap;
  }
  .img-list figure {
    margin-bottom: 40px;
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
  }
  .img-list figure:nth-child(2n) {
    margin-right: 0;
  }
  .img-list figcaption {
    margin-top: 20px;
    font-size: 16px;
  }
}

.btn-search {
  font-size: 16px;
  border-radius: 28px;
  border-width: 0;
  background: #fff;
  transition: all 0.3s ease;
}

.btn-search a {
  color: #fff;
  display: block;
  border-radius: 28px;
  background: linear-gradient(to right, #fe6d0d 0%, #ffb72f 100%);
}

.btn-search.btn2 {
  border-radius: 48px;
}

.btn-search.btn2 a {
  border-radius: 48px;
}

@media screen and (min-width: 769px) {
  .btn-search {
    max-width: 350px;
    margin-top: 20px;
  }
  .btn-search a:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=_map/koka.css.map */
