@charset "UTF-8";
.singleinfo-box .content-block p {
  font-size: 14px !important;
  text-align: justify;
  line-height: 1.8 !important;
  font-family: "Yu Gothic", "游ゴシック", "Meiryo", sans-serif !important;
  text-indent: 1em;
}
.singleinfo-box .external-link-wrap {
  margin-top: 4rem;
  text-align: center;
  text-indent: 0;
}
.singleinfo-box .external-link-btn {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 24px;
  border: 2px solid #ff4500;
  border-radius: 8px;
  background: #fffaf2 !important;
  color: #ff4500 !important;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.8;
  transition: all 0.5s ease;
}
.singleinfo-box .external-link-btn:hover {
  background: #ff4500 !important;
  color: #fff !important;
}
.singleinfo-box .external-link-btn i {
  margin-left: 0.4em;
}
.singleinfo-box .related-docs {
  margin-top: 6rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}
.singleinfo-box .related-docs__title {
  margin-bottom: 0.5rem !important;
  font-weight: bold;
  color: #336699 !important;
}
.singleinfo-box .related-docs__list {
  padding-left: 2em;
}
.singleinfo-box .related-docs__list li {
  list-style-type: square;
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}
.singleinfo-box .related-docs__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.singleinfo-box .related-docs__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.singleinfo-box .related-docs__link:hover::after {
  width: 100%;
}/*# sourceMappingURL=single-parts.css.map */