@charset "UTF-8";

/*bownow*/

.bownow-form h2 {
  font-weight: 700;
  font-size: 2rem;
}

.bownow_content {
  padding: 40px;
  border: 1px solid #CED4DA;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .media-title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .media-title {
    font-size: 1.375rem;
  }

  .bownow_content {
    padding: 20px;
  }
}

.bownow-form h3 {
  font-weight: 500;
  font-size: 1.75rem;
}

@media screen and (max-width: 992px) {
  .cp-history__lead {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-history__lead {
    font-size: 1.25rem;
  }
}

.bownow-form-block iframe {
  width: 100%;
}

.bownow-form iframe {
  width: 100%;
}

/*=======================================
added20240115
fixd-banner
=======================================*/
.fixd-banner {
  background-color: transparent;
  position: fixed;
  bottom: 20px;
  right: -100%;
  opacity: 0;
  transition: 1s ease-in-out;
}

.fixd-banner-content {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fixd-banner.js_active {
  right: 80px;
  z-index: 9999;
  opacity: 1;
}

.fixd-banner-content img {
  max-width: 350px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .fixd-banner-content img {
    max-width: 250px;
  }
}

.fixd-banner-content a {
  display: flex;
  width: 100%;
  height: 100%;
}

.fixd-banner-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(/dcms_media/other/fixd-banner-close-ison.svg) no-repeat center / contain;
  cursor: pointer;
  z-index: 20;
  transition: all .3s;
}

.fixd-banner-close:hover {
  cursor: pointer;
  opacity: .8;
}