.l-header .p-header__logo {
  margin: 0;
}
:is(#d2895966, #d2895965) h3 {
  font-size: var(--h3-font-size-mobile);
  font-weight: 400;
}
#d2895966 .all_btn a,
:is(#d2895967, #d2895968) .free-html-markup a {
  text-decoration: none;
}
:is(#d2895967, #d2895968) .free-html-markup a:hover {
    text-decoration: underline;
}
#d2900791 .p-text .c-text:nth-child(4),
#d2900791 .p-text .c-text:nth-child(9),
#d2900791 .p-text .c-text:nth-child(20),
#d2900792 .p-text .c-text:first-child,
#d2900792 .p-text .c-text:nth-child(7),
#d2900778 .p-text .c-text:first-child,
#d2900778 .p-text .c-text:nth-child(11),
#d2900779 .p-text .c-text:first-child {
    font-weight: bold;
    text-decoration: underline;
    margin: 2% 0;
}
@media only screen and (min-width: 769px) {
  :is(#d2895966, #d2895965) h3 {
      font-size: var(--h3-font-size-pc);
  }
}