@charset "UTF-8";
/*================================
reset
================================*/
.c-news-content {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  h1, h2, h3, h4, h5, h6 {
    /* font-weight: normal; */
    /* line-height: 1.4; */
  }
  p, blockquote, pre {
    margin: 0;
  }
  ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  img, video, iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  th, td {
    padding: 0;
    text-align: left;
  }
  button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
  }
  hr {
    border: 0;
    margin: 0;
  }
}