@charset "UTF-8";
/*PCサイト*/
/*============================
.problems
============================*/
.problems .inner {
  width: 1200px;
  margin: 0 auto;
}

.problems h2.view-slideup {
  font-family: "a-otf-shingopro-bold";
  color: #004082;
  letter-spacing: 0.2em;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
}

.problems h3.view-slideup {
  font-family: "a-otf-shingopro-light";
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 2;
}

.problems ul {
  margin-top: 65px;
  display: flex;
  gap: 2%;
  justify-content: center;
}
@media (max-width: 896px) {
  .problems ul {
    margin-top: 5%;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.problems li {
  max-width: 18%;
}
@media (max-width: 896px) {
  .problems li {
    max-width: 47%;
  }
}

/*============================
.business common css流用
============================*/
/*============================
.schedule
============================*/
.schedule .inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.schedule h2 {
  font-family: "a-otf-shingopro-bold";
  color: #004082;
  letter-spacing: 0.2em;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
}
.schedule h2 span {
  display: block;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: initial;
  transform: rotate(-14deg);
  margin-left: -250px;
}
@media (max-width: 896px) {
  .schedule h2 span {
    font-size: 1.8rem;
  }
}
@media (min-width: 897px) {
  .schedule h2 span {
    margin-left: -450px;
    margin-bottom: -15px;
  }
}
.schedule h2 span::before, .schedule h2 span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #004082;
  margin-bottom: -8px;
}
@media (max-width: 896px) {
  .schedule h2 span::before, .schedule h2 span::after {
    height: 22px;
    margin-bottom: -6px;
  }
}
.schedule h2 span::before {
  transform: rotate(-35deg);
  margin-right: 10px;
}
.schedule h2 span::after {
  transform: rotate(35deg);
  margin-left: 10px;
}
@media (max-width: 896px) {
  .schedule h2 span::after {
    margin-left: 7px;
  }
}

.schedule h3 {
  font-family: "a-otf-shingopro-light";
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 15px;
  line-height: 2;
}

.schedule img {
  display: block;
  margin-top: 30px;
}

.schedule small {
  font-size: 20px;
  display: inline-block;
  line-height: 1.6;
  margin-top: 25px;
}

/*スマホ最適化*/
@media (max-width: 896px) {
  /*============================
  #header
  ============================*/
  #header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  /*============================
  .problems
  ============================*/
  .problems .inner {
    width: 95%;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
  .problems h2.view-slideup {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 8vw;
    line-height: 1.3;
    text-align: center;
  }
  .problems h3.view-slideup {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 2vw;
    line-height: 1.6;
  }
  /*============================
  .schedule
  ============================*/
  .schedule .inner {
    width: 95%;
    margin: 0 auto;
    padding: 12vw 0 0;
  }
  .schedule h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 8vw;
    line-height: 1.3;
    text-align: center;
  }
  .schedule h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 5vw;
    line-height: 1.6;
  }
  .schedule img {
    display: block;
    margin-top: 3%;
  }
  .schedule small {
    font-size: 2.5vw;
    display: inline-block;
    line-height: 1.8;
    margin-top: 2.5%;
  }
}/*# sourceMappingURL=roof_tile_repair.css.map */