.sinko-direct .ttl {
  height: 400px;
  background: url(/product/sinko-direct/img/main_direct.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sinko-direct .ttl {
    height: 240px;
    background-size: 110%;
    background-position: bottom center;
  }
}
.sinko-direct .ttl .page-ttl {
  color: #0081CC;
  margin-bottom: 0 !important;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .sinko-direct .ttl .page-ttl {
    margin-top: 25px;
    font-size: 1.75rem !important;
    padding: 0 10px;
  }
}
.sinko-direct .ttl .small {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .sinko-direct .ttl .small {
    font-size: 1.5rem;
  }
}
.sinko-direct .ttl .breadcrumb {
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: calc((100% - 1200px) / 2);
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sinko-direct .ttl .breadcrumb {
    right: 5%;
  }
}
.sinko-direct .direct-btn {
  width: 600px;
  margin: 0 auto 20px;
  padding: 35px 25px 25px 25px;
  background: #F2F6F7;
}
@media screen and (max-width: 767px) {
  .sinko-direct .direct-btn {
    width: 100%;
  }
}
.sinko-direct .direct-btn a {
  width: 400px;
  margin: 0 auto;
  background: #fff;
  display: block;
  padding: 30px 50px;
  border: 1px solid #0081CC;
}
@media screen and (max-width: 767px) {
  .sinko-direct .direct-btn a {
    width: 90%;
    padding: 30px;
  }
}
.sinko-direct .direct-btn a:hover {
  background: #0081CC;
}
@media screen and (max-width: 767px) {
  .sinko-direct .direct-btn a:hover {
    background: #fff;
  }
}
.sinko-direct .direct-btn .txt-c {
  text-align: center;
  margin-top: 10px;
}/*# sourceMappingURL=sinko-direct.css.map */