.nagase-group-list {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 10px auto;
}

.nagase-group-list a {
  color: #555;
  text-decoration: none;
}

.nagase-group-list a:hover {
  color: #09F;
  text-decoration: underline;
}
.nagase-group-list-head{
    display: flex;
    justify-content: space-between;
}
.nagase-group-list-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1em;
  color: #099;
  margin: 7px 0 auto 2px;
}
.nagase-group-list-title-link.nagase-group-list-title-link{
  color: #099;
}
.nagase-group-list-comment {
  font-size: 12px !important;
  text-align: right;
  margin: auto 0 5px 0;
  float: right;
  color: #099;
}

.nagase-group-list-comment a .text {
  color: #099;
  text-decoration: none;
}

.nagase-group-list-comment a:hover .text {
  color: #09F;
  text-decoration: underline;
}

.nagase-group-list-content-wrap{
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 5px 0;
  border-top: 2px #A0D0C8 solid;
  border-bottom: 2px #A0D0C8 solid;
}

.nagase-group-list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 20px;
}

.line-1 .nagase-group-list-items {
  width: 19%;
  margin: 0 0 7px 0;
  padding: 0;
}

.line-2 .nagase-group-list-items {
  width: 16%;
  margin: 0 0 7px 0;
  padding: 0;
}

.line-3 .nagase-group-list-items {
  width: 11%;
  margin: 0 0 2px 0;
  padding: 0;
}

/*.nagase-group-list-items:nth-child(n+12){
  width: 25%;
}*/

.nagase-group-list-item-images {
  width: 80%;
  margin: 0 auto;
  color: #FFF;
  text-align: center
}

.nagase-group-list-item-images img {
  width: 100%;
  border: none;
  margin: 0;
}

.nagase-group-list-item-copyright {
  font-size: 10px;
  line-height: 1.2em;
  width: 100%;
  margin: 4px 0 0;
  text-align: center;
}

.nagase-group-list-items a:nth-child(1n+2) .nagase-group-list-item-copyright {
  margin-top: 6px;
}
