@charset "utf-8";

/*top-お知らせエリア*/
.top .info .infoWrap{
  display: flex;
  margin: 0 0 6em 0;
}
.top .info .snsBlock{
  width: 360px;
  display: block;
  text-align: right;
}

.top .info .newsBlock {
    width: 640px;
    max-height: 385px;
    overflow: hidden;
    font-size: 140%;
}

.top .info .newsList dd {
    padding: .5em 4em .5em 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 1em 0;
    position:relative;
}
.top .info .newsList dd a {
    text-decoration: underline;
    transition:.3s;
}
.top .info .newsList dd a:hover {
    color:#385aac;
}
.top .info .newsList dd a:after {
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/slide_arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    background-position: center center;
    background-size:20px 20px;
    transform: scale(-1, 1);
    position:absolute;
    right:0;
    top: 10px;
}
.top .info .newsList p {
    padding: 1em;
      margin: 1em 0;
      font-size: 90%;
    background: #f5f5f5;
}
.top .info .newsList li:nth-child(n+11){
  display:none;
}
@media screen and (max-width:1020px) and (min-width:768px) {
  #d_layout #d_main {
    padding: 0 1em;
  }
}

/*sp*/
@media screen and (max-width:767px) {

  .top .info .infoWrap {
    display: block;
    margin: 0;
    padding: 0 1em;
}
.top .info .newsBlock {
    width: 100%;
    max-height: 385px;
    overflow: hidden;
    font-size: 140%;
    border: 1px solid #ccc;
    padding: 1em;
}

  .top .info .snsBlock {
    width: 80%;
    display: block;
    text-align: center;
    margin: 4em auto 0;
  }

.top .info .newsList dd {
    padding: .5em 2em .5em 0;
    border-bottom: none;
    margin: 0 0 1em 0;
    position: relative;
}

.top .info .newsList dd a:after {
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/slide_arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    background-position: center center;
    background-size: 20px 20px;
    transform: scale(-1, 1);
    position: absolute;
    right: 0;
    top: 10px;
}
}

@media screen and (max-width:320px) {
.top .info .newsList dd {
    padding: .5em 2em .5em .5em;
    border-bottom: none;
    margin: 0 0 1em 0;
    position: relative;
}
}