@charset "utf-8";
/**************************
#info
TOPページの「ニュース一覧」、ニュース一覧ページ、ニュース個別ページ


*************/
#info {
  width: 1160px;
  max-width: 100%;
  margin: auto;
  display: block;
  padding: 0em 2em;
}
#info dl {
  margin-top: 1.6em;
  padding: 2.2em 0;
  border-top: solid 1px #969696;
}
#info dl dt {
  float: left;
  clear: left;
}
#info dl dd {
  border-bottom: solid 1px #969696;
  padding-bottom: 2.2em;
  margin-bottom: 2.2em;
  padding-left: 8em;
}
#info dl a:hover {
  text-decoration: underline !important;
}
/*スマートフォン https://caroa.jp/design/article/IuBFNKUn */
@media screen and (max-width: 414px) {
  #info dl {
    padding-top: 1.6em;
    margin-top: 0;
  }
  #info dl dt {
    float: none;
  }
  #info dl dd {
    padding-left: 0;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
/**************************
TOPページのみ
*************/
#news-single #contents section {
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: solid 1px #969696;
}
/**************************
news-single
*************/
#news-single #contents dl {
    margin-top: 1.8em;
}
#news-single #contents dt:before {
    content: "▶ ";
    margin-top: 0.8em;
}
#news-single #contents dd {
    margin-bottom: 0.8em;
}
#news-single #contents strong {
    font-weight: bold;
    color: #d50f0f!important;
}
#news-single #contents li:before {
    content: "・";
}
#news-single #contents li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.8em;
}