@charset "UTF-8";
/**
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
 *
 *  ティーエス学園
 *
 * *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-* *-*
**/

.news-list {
  width: 495px;
  float: left;
}

.news-item {
  width: 495px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-item a { display: block; }

.news-item .photo {
  float: left;
  width: 170px;
  height: 168px;
  background: url(../img/image-none.jpg) center center / cover no-repeat;
  border-radius: 5px;
  overflow: hidden;
}
.news-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .date {
  font-family: 'Gidole', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  float: left;
  margin: 0 0 10px 25px;
  text-align: right;
  width: 300px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
}
.date.news_cat1 { background: url(../img/news-category1.jpg) left top no-repeat; }
.date.news_cat2 { background: url(../img/news-category2.jpg) left top no-repeat; }
.date.news_cat3 { background: url(../img/news-category3.jpg) left top no-repeat; }
.date.news_cat4 { background: url(../img/news-category4.jpg) left top no-repeat; }
.date.news_cat5 { background: url(../img/news-category5.jpg) left top no-repeat; }
.date.news_cat6 { background: url(../img/news-category6.jpg) left top no-repeat; }


.news-item dl {
  float: left;
  width: 300px;
  margin-left: 25px;
}
.news-item dl dt {
  font-size: 16px;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #cecece;
  padding-bottom: 8px;
  margin-bottom: 11px;
}

.news-item dl dd {
  font-size: 14px;
  line-height: 1.5;
  height: 85px;
  color: #555;
}



.news-pickup {
  border-top: 10px solid #FFF000;
  background: #FFF;
  float: right;
  width: 435px;
  min-height: 600px;
  padding: 25px;
}

.news-pickup .photo {
  width: 385px;
  height: 205px;
  margin-bottom: 20px;
}
.news-pickup .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.news-pickup .date {
  font-family: 'Gidole', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  text-align: right;
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.news-pickup dl {
}
.news-pickup dl dt {
  font-size: 16px;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #cecece;
  padding-bottom: 8px;
  margin-bottom: 11px;
}

.news-pickup dl dd {
  font-size: 14px;
  line-height: 1.5;
  height: 210px;
  color: #555;
}


/* --------------------------------------------------------------------------- */

.single dl dt {
  float: left;
  font-size: 15px;
  text-align: center;
  width: 130px;
  padding: 25px 0 0 0;
  font-family: 'Gidole', sans-serif;
  color: #111;
  line-height: 1.2;
}
.single dl dt.news_cat1 { background: url(../img/news-category1.jpg) left top no-repeat; }
.single dl dt.news_cat2 { background: url(../img/news-category2.jpg) left top no-repeat; }
.single dl dt.news_cat3 { background: url(../img/news-category3.jpg) left top no-repeat; }
.single dl dt.news_cat4 { background: url(../img/news-category4.jpg) left top no-repeat; }
.single dl dt.news_cat5 { background: url(../img/news-category5.jpg) left top no-repeat; }
.single dl dt.news_cat6 { background: url(../img/news-category6.jpg) left top no-repeat; }

.single dl dd {
  padding: 0 0 30px 150px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #b7b7b7;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.single .btn {
  border-top: 1px solid #CECECE;
  margin-top: 30px;
  padding-top: 30px;
}
.single .btn ul li a {
  display: table;
  border-radius: 5px;
  font-size: 13px;
  color: #FFF;
}

.single .btn ul li.back1 a { float: left; padding: 7px 10px 5px 25px; background: url(../img/icon-news2.png) 8px center no-repeat #03990C; }
.single .btn ul li.back2 a { float: right; padding: 7px 10px 5px 25px; background: url(../img/icon-news2.png) 8px center no-repeat #767676; }

/* --------------------------------------------------------------------------- */
