/* newsLayout
------------------------------------*/
.newsLayout #c01 .comment {
  padding: 30px 0 0;
  margin: 0 0 30px;
  text-align: left;
}

.newsLayout #c01 .comment img {
  margin: 20px 0;
  max-width: 100%;
  display: block;
  height: auto;
}

.newsLayout #c01 .comment iframe {
  max-width: 100%;
}

.newsLayout li a {
  text-decoration: underline;
}

.newsLayout li:nth-child(odd) {
  padding-left: 5px;
  padding: .8em 1% .2em;
  font-weight: 600;
}

.newsLayout li:nth-child(even) {
  padding: 0 1% 1em;
}

.newsLayout .time {
  color: #888;
}

/* newsSingleLayout
------------------------------------*/
.newsSingleLayout #c01 .dateArea {
  text-align: left;
  margin: auto;
  max-width: 760px;
  width: 100%;
}

.newsSingleLayout #c01 .comment {
  padding: 0;
  margin: 0 auto 30px;
  text-align: left;
  max-width: 760px;
  width: 100%;
}

.newsSingleLayout #c01 .comment img {
  margin: 20px 0;
  max-width: 100%;
  display: block;
  height: auto;
}

.newsSingleLayout #c01 .comment iframe {
  max-width: 100%;
}

.newsSingleLayout #c01 .link{
    text-decoration: underline;
}

@media (min-width: 761px) {
  .newsSingleLayout #c01 .btn01 {
    margin-top: 30px;
  }
}

/* newsArchiveLayout
------------------------------------*/
.newsArchiveLayout #c01 .table01 {
  border-top: none;
  width: 100%;
  margin-bottom: 20px;
}

.newsArchiveLayout #c01 .table01 li {
  border: none;
  padding: .8em 1% 1em;
}

.newsArchiveLayout #c01 .table01 li:nth-child(odd) {
  background: none;
  padding: .8em 0 0;
}

.newsArchiveLayout #c01 .table01 li:nth-child(even) {
  border-bottom: 1px solid #bfbfbf;
}

@media (min-width: 761px) {
  .newsArchiveLayout #c01 .table01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsArchiveLayout #c01 .table01 .time {
    width: 21%;
  }
  .newsArchiveLayout #c01 .table01 li {
    border-bottom: 1px solid #bfbfbf;
  }
  .newsArchiveLayout #c01 .table01 li:nth-child(odd) {
    font-size: 1.2rem;
    width: 20%;
  }
  .newsArchiveLayout #c01 .table01 li:nth-child(even) {
    width: 76%;
  }
}
