@charset "utf-8";
/* media.css */

.list-cmn-link-01 + .txt-cmn-01,
.list-cmn-link-01 + .txt-cmn-03,
.list-cmn-link-01 + .list-cmn-notice-01 {
  margin-top: 15px;
}

.ttl-cmn-02 + .list-tag {
  margin-top: -30px;
}

/* ==========================================================
 index
========================================================== */
/* box-media-index
---------------------------------------------------------- */
.list-media .item:not(:first-child){
  margin-left: 0;
}

  .list-media{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-top: 20px
  }

  .list-media .item {
    padding: 20px 0px;
    border-bottom: solid 1px #ccc;
  }
  .list-media .item:first-child {
    padding-top: 0;
  }
  .list-media .item:last-child {
    border-bottom: none;
  }
    .list-media .item .text {
      display: inline-block;
      width: auto;
      text-align: center;
      padding: 0 10px;
      background-color: #fce4ec;
      border: 1px solid #f8bbd0;
      color: #e91e63;
      float: right;
    }
    .list-media .item .text+.text{
      margin-right: 10px
    }
    .list-media .item .text-date {
      display: inline-block;
      width: auto;
    }
    .list-media .item p{
      padding-top: 5px;
      clear: both;
    }
