.img-radius {
  border-radius: 6px;
}
.bg-gray {
  background-color: #f7f7f7;
}
.bg-primary {
  background-color: #2c2c91 !important;
}
.bg-primary-80 {
  background-color: rgba(44, 44, 145, 0.8) !important;
}

.card-collapse .card-header a {
  font-size: 1.25rem;
}
.cd-section {
  padding-top: 50px;
}
#videowall,
#service,
#flow,
#faq,
#example,
#contact,
#price {
  margin-top: -70px;
  padding-top: 70px;
}
.text-center-left {
  text-align: left;
}
@media (min-width: 840px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

/*table*/
.tbl-rp th {
  padding: 10px;
}
.tbl-rp td {
  padding: 10px;
}
.tbl-rp {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-rp {
    width: 100%;
  }
  .tbl-rp th,
  .tbl-rp td {
    display: block;
    width: 100%;
  }
}
hr.white {
  border-top: 1px solid #fff;
}
.header-catch {
  width: 100%;
  height: 18px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.fixed-top {
  top: 8px;
}
h1.header-catch-title {
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0;
}

.page-header {
  background-position: 72% 50%;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .page-header {
    background-position: center center;
  }
}

@media (min-width: 1400px) {
}
@media (min-width: 1800px) {
}
@media (min-width: 2100px) {
}

h1.catch {
  font-size: 1rem;
  display: block;
  margin: 0;
}
@media (max-width: 480px) {
  .xs-text {
    font-size: 5vw;
  }
}
a[href^="tel:"] {
  color: #fff;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .nav-open .navbar-collapse {
    padding-top: 24px;
  }
}
.contact-btn {
  z-index: 5;
}
.contact-btn a:not([href]):not([tabindex]) {
  color: #fff;
}
.contact-btn .small {
  color: #fff;
}
/*スクロールを促す*/

a.scroll-down {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 2;
  padding: 5px 5px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  a.scroll-down {
    font-size: 14px;
    left: 40px;
  }
}

a.scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 1px;
  height: 100px;
  background: #fff;
}

a.scroll-down::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
