@charset "UTF-8";
/*============================
テンプレLP（lp/other）
==============================*/
/*==== テンプレLP(▼共通設定) ====*/
.lp_other p {
  color: #333333;
  font-family: "A-OTF UD新ゴ Pr6N","Hiragino kaku Gothic pro","sans-serif";
  font-size: var(--f5);
  line-height: 1.8rem;
}
.lp_other h1 {
  font-size: var(--f1);
  font-weight: bold;
  color: #333333;
}
.lp_other h2 {
  font-size: var(--f2);
  font-weight: bold;
  color: #333333;
}
.lp_other h3 {
  font-size: var(--f3);
  background-color: #eaf5f9;
  font-weight: bold;
  color: #333333;
  border-radius: 10px;
  padding: 0.6rem;
}
.lp_other h4 {
  font-size: var(--f4);
  font-weight: bold;
  color: #333333;
  border-bottom: solid 3px #27acd9;
  padding: 0.5rem;
}
.lp_other h5 {
  font-size: var(--f5);
  font-weight: bold;
  color: #333333;
  padding: 1rem;
}
.lp_other ol {
  list-style: none;
  padding: 0;
}
.lp_other li {
  list-style: none;
}
.lp_other ul {
  list-style: none;
  padding: 0;
}

/*==== テンプレLP(▼PC) ====*/
@media (min-width: 1025px) {
  .lp_other {
    margin-right: 20%;
    margin-left: 20%;
  }
  .lp_other h5 {
    margin: 29.26px 0px 16px;
  }
}

/*==== テンプレLP(▼スマホ) ====*/
@media (max-width: 1024px) {
  .lp_other {
    margin-left: 4%;
    margin-right: 4%;
  }
  .lp_other h4 {
    margin: 28.196px 0px;
  }
  .lp_other h5 {
    margin: 10px 0px 0px;
  }
}
