@charset "UTF-8";
/*===========================================

PC 共通設定

===========================================*/
/*-------------------------------------------

見出しデザイン

-------------------------------------------*/
.note-article {
  padding: 0 3%;
}
.note-article .articleTitle {
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 3px;
  /* caution */
  margin-bottom: 0.5em;
  padding: 2% 3%;
  font-size: 1.6rem;
  color: #000;
  border-top: 1px solid #474745;
  border-right: 1px solid #474745;
  border-bottom: 1px solid #474745;
  border-left: 5px solid #016e95;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  letter-spacing: 0.1em;
}
.note-article .column {
  margin-bottom: 50px;
}
.note-article .column .ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: .5em;
  border-bottom: 1px solid #000;
}
.note-article .column ul {
  padding: 0;
  padding-left: 2em;
  list-style-type: disc;
  margin-bottom: 1em;
}
.note-article .column p {
  margin-bottom: 1em;
}
.note-article .column p:last-of-type {
  margin-bottom: 0;
}
.note-article .column .source a {
  text-decoration: underline;
}
