
.tile-list--info .tile-list-item {
    width: 100%;
  }
  
.tile-list--info .tile-contents div{
 font-weight:bold;
}

/* ------PCStyle------- */
@media print, (min-width: 768px) {

  .tile-wrapper{
    margin: 0 95px;
  }

  .tile-list--info .tile-list-item {
    width: 450px;
        padding: 0 5px;
    margin-bottom: 10px;
}
  }
  .tile-list--info .tile .tile-inner {
    height: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: column;
  }
  .tile-list--info .tile .tile-thumb {
    width: 350px;
    height: 240px;
    position: relative;
    margin:0 auto;
  }
  .tile-list--info .tile .tile-thumb img {
    max-width: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .tile-list--info .tile-read {
    margin-top: 5px;
    font-size: 1.0rem;
    line-height: 1.4;
  }

}
