@charset "shift_jis";

.sec_news {
  background-color: #686B70;
  color: #fff;
  padding: 0.6em 2%;
}
.sec_news .container{
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.sec_news strong{
  display: block;
  flex-shrink: 0;
  margin-right: 3em;
}
.sec_news dl {
}
.sec_news dl > div{
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin: 0.8em 0;
}
.sec_news dl dt{
  flex-shrink: 0;
}
.sec_news dl dd{
  margin: 0 1.2em;
}
.sec_news a.more{
  font-weight: bold;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}
.sec_news a.more:after{
  content: '>';
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", monospace;
  margin-left: 0.2em;
}


@media screen and (max-width: 768px) and (min-width: 1px) {
  .sec_news{
    padding: 1.4em 0;
  }
  .sec_news .container {
    flex-direction: column;
    align-items: stretch;
    padding: 0 5%;
  }
  .sec_news dl > div{
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_news strong{
    text-align: center;
    margin: 0;
  }
  .sec_news dl dt{
    margin: 0.2em 0;
  }
  .sec_news dl dd{
    margin: 0;
  }
  .sec_news a.more{
    text-align: center;
  }
}
