/*.lp-hero 
------------------------------*/
.lp-hero-h1 {
  font-size: 2.5rem;
  line-height: 1.4;
}
p.hero-brand-logo {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.lp-hero-inner {
  margin: 3rem 0 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 0.2rem;
}
.lp-hero-inner div:nth-of-type(1) {
  min-width: 675px;
}
.lp-hero-inner div:nth-of-type(2) img {
  width: 100%;
  height: auto;
}
@media (max-width: 1099px) {
  .lp-hero-h1 {
    font-size: 2.2rem;
  }
  .lp-hero-inner {
    flex-direction: column;
  }
  .lp-hero-inner div:nth-of-type(1), .lp-hero-inner div:nth-of-type(2) {
    min-width: 100%;
    width: 100%;
  }
}
/*.check-inner
------------------------------*/
.lp-check {
  position: relative;
  background-color: var(--blu-b);
  border-radius: 10px;
  padding: 1rem 1.5rem 2rem;
}
.a11ylp-check-logo {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-check-inner {
  width: fit-content;
  max-width: 100%;
  margin: 2rem auto;
}
.lp-check-list {
  list-style: none;
  font-size: 1.45rem;
  font-weight: 700;
}
.lp-check-list li {
  padding-left: 2.1rem;
  background: url("https://www.buddyworks.co.jp/wp-content/themes/buddyworks/assets/img/a11ylp/a11ylp-check-icn.svg") no-repeat left center / 1.45rem;
}
.lp-check-list li + li {
  margin-top: 1rem;
}
/*.lp-solution
------------------------------*/
.lp-solution h2 {
  position: static;
  padding-left: 0;
}
.lp-solution h3, .lp-service h3 {
  color: var(--blu);
  font-size: 1.5rem;
}
.lp-h2-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--blu);
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin: 1rem 0;
}
.lp-h2-title::before, .lp-h2-title::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
}
.lp-h2-title::before {
  transform: rotate(45deg);
  position: static;
}
.lp-h2-title::after {
  transform: rotate(-45deg);
}
.lp-h2-title.is-none::before, .lp-h2-title.is-none::after {
  display: none;
}
/*.lp-feature-item
------------------------------*/
.lp-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin: 4rem 0;
}
.lp-feature-icon {
  flex: 0 0 180px;
}
.lp-feature-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-feature-body {
  flex: 1 1 auto;
  min-width: 0;
}
.lp-feature-item.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lp-feature-item, .lp-feature-item.is-reverse {
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
  }
  .lp-feature-icon {
    flex: none;
    width: 140px;
    margin-inline: auto;
  }
  /*sp-font-size
------------------------------*/
  p.hero-brand-logo {
    font-size: 1.8rem;
  }
  .lp-check-list {
    font-size: 1rem;
  }
  .page-a11ylp-consulting h2 {
    font-size: 1.15rem;
  }
  .lp-solution h3, .lp-service h3 {
    font-size: 1.05rem;
  }
}
/*overwrite
------------------------------*/
.page-a11ylp-consulting .two-colum-even {
  gap: 1.5rem;
}
.page-a11ylp-consulting .lp-service .content-box {
  margin: 0;
}
.page-a11ylp-consulting .table_std th {
  background: var(--blu-b);
}
.page-a11ylp-consulting .table_report thead {
  border-top: solid 2px var(--blu);
}
.page-a11ylp-consulting .table_report thead, .table_report tbody {
  border-bottom: solid 2px var(--blu);
}
.page-a11ylp-consulting .table_report td {
  border-bottom: solid 1px var(--blu);
}
.page-a11ylp-consulting .table_report th, .table_report td {
  padding: 1em;
}
.page-a11ylp-consulting .table_report th {
  text-align: left;
}
.page-a11ylp-consulting .lp-faq a {
  color: var(--blu)
}