@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  margin-bottom: 50px;
  font-size: 13px;
}
.box1 .emphasis {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
.box1 .notes {
  font-size: 12px;
}
.box1 .notes > div {
  margin-left: 1em;
}
.box1 h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #ff5764;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  padding: 15px 0 15px 20px;
}
.box1 h2::after {
  width: 0;
  height: 0;
}
.box1 h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 3px solid #df0515;
  padding-left: 20px;
  font-size: 1.4em;
  font-weight: bold;
}
.box1 a {
  text-decoration: underline;
  color: #000;
}

/**
 * スマホレスポンシブ対応
 */

/*# sourceMappingURL=knowledge.css.map */
