/*
Theme Name: Amphibious-idea
Template: amphibious
Version: 1.0.1
Description: Child Theme of Amphibious. Customized by IDEA Consultants, Inc
*/
body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

h5 {
  font-size: 1.025rem;
  font-weight: 700;
}

figure.wp-block-table {
  margin-bottom: 1.75rem;
}

figcaption {
  font-size: 0.8rem;
}

.site-info ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.site-info li {
  display: inline-block;
  padding-left: 1.75rem;
}

.site-info .credits-wrapper {
  text-align: center;
}

table.normal-table th,
table.normal-table td
{
  border-collapse: collapse;
  border:1px solid #333;
}

ul, ol {
  margin: 0;
}

.entry-content ul,
.entry-content ol{
  margin: 0 1.75rem 1.75rem;
}

/* overwrite media-query */
@media (min-width: 768px) {
  ul, ol {
    margin: 0;
  }
  .entry-content ul,
  .entry-content ol{
    margin: 0 1.75rem 1.75rem;
  }
}