@charset "UTF-8";

/* /en/ ページのフォント・サイズ・行間・太さを統一 */
#main p,
#main details,
#main details summary,
#main details p,
#main details div,
#main .contents_btn01 a,
#main .contents_btn01 a span,
#main .breed-card,
#main .breed-card .row,
#main .breed-card .label,
#main .breed-card .value,
#main .breed-table,
#main .breed-table th,
#main .breed-table td {
  font-family: "Microsoft GothicNeo", Calibri, sans-serif !important;
  font-size: 16pt !important;
  line-height: 1.8 !important;
  font-weight: 700 !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main h2,
#main h2 span,
#main h3,
#main h3 span,
#main h4 {
  font-family: "Microsoft GothicNeo", Calibri, sans-serif !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
}

#main h2.h {
  font-size: 22pt !important;
}

#main h3.h {
  font-size: 19pt !important;
}

#main h4 {
  font-size: 17pt !important;
}

#main p {
  margin-bottom: 1em !important;
}

/* スマホ専用: 太さをさらに強化 */
@media screen and (max-width: 768px) {
  #main p,
  #main details p,
  #main details summary,
  #main .breed-card,
  #main .breed-card .value,
  #main .contents_btn01 a span {
    font-weight: 700 !important;
    text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
  }
  
  #main h2,
  #main h3,
  #main h4 {
    font-weight: 800 !important;
    text-shadow: 0.4px 0 0 currentColor, -0.4px 0 0 currentColor;
  }
}