/* line 1, ../../sass/p-top.scss */
.top-db-bnr {
  background: url(../img/p-database/CTA_bg.png);
  background-size: cover;
  padding: 60px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  /* line 1, ../../sass/p-top.scss */
  .top-db-bnr {
    background: url(../img/p-database/sp/CTA_bg.png);
    background-size: cover;
    margin-bottom: 40px;
    padding: 24px 18px;
  }
}
/* line 14, ../../sass/p-top.scss */
.top-db-bnr_text {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 14, ../../sass/p-top.scss */
  .top-db-bnr_text {
    font-size: 20px;
  }
}
/* line 22, ../../sass/p-top.scss */
.top-db-bnr-btnwrap {
  display: flex;
  justify-content: center;
}
/* line 26, ../../sass/p-top.scss */
.top-db-bnr_link {
  padding: 14px 40px;
  background: #000;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}
/* line 33, ../../sass/p-top.scss */
.top-db-bnr_link:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
/* line 38, ../../sass/p-top.scss */
.top-db-bnr_link_text {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  /* line 38, ../../sass/p-top.scss */
  .top-db-bnr_link_text {
    font-size: 16px;
    padding: 0 20px 0 0;
  }
}
/* line 48, ../../sass/p-top.scss */
.top-db-bnr_link_text::before {
  content: '';
  position: absolute;
  top: 54%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  /* line 48, ../../sass/p-top.scss */
  .top-db-bnr_link_text::before {
    top: 53%;
  }
}
