@charset "UTF-8";
.sec-sub-mv{
    background:url(../../img/pamphlet/bg_mv.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
@media (max-width: 768px){
    .sec-sub-mv{
        background:url(../../img/pamphlet/bg_mv_sp.png) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}


/* ------------------------
    page：資料請求
------------------------ */
:is(body[class~=pamphlet]) {
  --sectionColor: #CF001C;
}
:is(body[class~=pamphlet]) .heading {
  color: var(--sectionColor);
}

.contactTel {
  text-align: center;
  line-height: 1.5;
  display: block;
  max-width: 610px;
  padding: 25px;
  margin: 45px auto 20px;
  background: #F9E1D6;
  transition: 0.4s;
  font-size: 2.1875rem;
}
.contactTel:where(:hover, :focus) {
  opacity: 0.8;
}
.contactTel_ttl {
  font-size: 1.375rem;
  font-weight: 500;
  color: #CF001C;
}
.contactTel_number {
  font-family: "Oswald", sans-serif;
}
.contactTel_number::before {
  content: "";
  display: inline-block;
  width: 0.701754386em;
  aspect-ratio: 40/44;
  background: url(../img/common/icon/tel.svg) no-repeat center/contain;
  margin-right: 5px;
}
.contactTel_info {
  font-size: 0.8125rem;
}