@charset "UTF-8";
/* @font-face定義 */
@font-face {
  font-family: 'ぼくたちのゴシック２レギュラー';
  src: url('Boku2-Regular.otf') format('OpenType');
}
 
/* class指定 */
.boku-g-regular2 {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-family: 'ぼくたちのゴシック２レギュラー';
}
.boku-g-regular2 small {
  font-weight: nomal;
}
.boku-g-regular2 h3 {
  margin-top: 1em;
  margin-bottom: 0;
}
.boku-g-regular2 p {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}