@charset "UTF-8";

.jp-headline-0002 {
  font-weight: bold;
  line-height: 2em;
}

/* sp */
@media screen and (max-width: 767px) {
  .jp-headline-0002 {
    font-size: 38px;
    text-align: center;
    background-color:#ededed;
    height: 172px;
    padding: 48px 0 0 0;
  }
}

/* tab-normal*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jp-headline-0002 {
    font-size: 24px;
  }
}

/* tab-large */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .jp-headline-0002 {
    font-size: 24px;

  }
}

/* pc-small - pc-large */
@media screen and (min-width: 1280px) {
  .jp-headline-0002 {
    font-size: 24px;
  }
}