@charset "UTF-8";
/* 変数 */
/* min320 max960 */
h1.entry-title {
  color: #fff;
  background-color: #076baf;
  margin: 2rem auto;
  padding: 0.5em;
  font-size: clamp(1.625rem, 1.563rem + 0.31vw, 1.75rem);
  border-radius: 10px;
}

h2 {
  font-size: clamp(1.5rem, 1.438rem + 0.31vw, 1.625rem);
  color: #0071bc;
  background-color: transparent;
  text-align: center;
  line-height: 140%;
  margin: 2rem auto;
  border-bottom: 2px solid;
  padding: 0.5rem;
}

h3 {
  font-size: clamp(1.188rem, 1.094rem + 0.47vw, 1.375rem);
  margin: 3rem auto 1.5rem;
  color: #0071bc;
  padding: 0.5rem;
  padding-left: 35px;
  position: relative;
  z-index: 0;
}
h3:before, h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  box-sizing: border-box;
}
h3:before {
  background: #076baf;
  z-index: 2;
  top: 5px;
  left: 0;
}
h3:after {
  border: 2px solid #076baf;
  top: 15px;
  left: 10px;
  z-index: 1;
}

h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  padding: 5px;
  position: relative;
  background: #076baf;
  color: #fff;
}

h5 {
  font-size: clamp(1rem, 0.938rem + 0.31vw, 1.125rem);
  position: relative;
  padding-left: 20px;
}
h5:before {
  content: "●";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  align-items: center;
}

#toc_container {
  margin: 30px auto;
}

span.word-links {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  line-height: 1.2;
  transition: border-bottom-color 0.1s ease-out;
}

table th {
  white-space: nowrap;
  color: #fff;
  background-color: #0098ff;
}

.hikaku-table {
  overflow-x: auto;
}
.hikaku-table table td {
  text-align: center;
}
.hikaku-table table td i.fa-solid.fa-o {
  color: #e75500;
  font-size: 1.5em;
}
.hikaku-table table td i.fas.fa-bullseye.fa-lg {
  color: #bf0000;
  font-size: 1.4em;
}
.hikaku-table table td i.fa-solid.fa-xmark {
  font-size: 1.4em;
}
.hikaku-table table td i.fa-solid.fa-play {
  transform: rotate(-90deg);
  font-size: 1.2em;
  color: #000054;
}

.related-entries {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.related-entries .entries {
  width: calc(33.3% - 20px);
  box-shadow: 0 0 5px #ababab;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
}
.related-entries .entries .column_img img {
  aspect-ratio: 16/9;
}
.related-entries .entries p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .related-entries .entries {
    width: calc(50% - 15px);
  }
}/*# sourceMappingURL=single.css.map */