﻿@charset "UTF-8";

.list_news a {
  outline: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.list_news a img {
	vertical-align: top;
}

/* ----------------------------------
 BARBAPAPA NEWS
---------------------------------- */
#unite_barbapapa_news {
  width: 100%;
  max-width: 1080px;
  min-height: 2000px;
	padding: 85px 0;
  margin: 0 auto;
  border-radius: 100px;
	background-color: #FFF0F8;
  position: relative;
}

.list_news {
  padding: 0 125px;
  margin-bottom: 40px;
  position: relative;
}

.list_news li {
	margin-bottom: 20px;
}

.list_news li a {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: flex;
  justify-content: flex-start;
	box-shadow: 0 6px 0 #FFD9E9;
}

.list_news li a:hover {
	box-shadow: none;
	transform: translate3d(0, 6px, 0);
}

.list_news .thumbnail img {
  width: 146px;
  border-radius: 5px;
  background-color: #FFFFFF;
  object-fit: contain;
  height: 146px;
}

.list_news .desp_news {
  padding-left: 19px;
  text-align: left;
  flex: 1;
}

.list_news .desp_news .date {
  width: auto;
  min-height: auto;
  padding: 9px 16px 7px;
  margin-bottom: 16px;
  border-radius: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  display: inline-block;
  background-color: #E6432E;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: inherit;
  line-height: normal;
}

.list_news .desp_news .title {
  width: 100%;
  min-height: 98px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0D0809;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


@media (max-width: 768px) {
  #unite_barbapapa_news {
    padding: 0 5.3385vw 5.3385vw;
		border-radius: 0;
  }
	
	.list_news {
		padding: 25px 0;
    margin-bottom: 13.4115vw;
  }
	
	.list_news ul {
    margin-bottom: 4.0365vw;
  }
	
  .list_news ul li a:hover {
    transform: none;
  }
	
  .list_news ul li {
    margin-bottom: 2.7344vw;
  }
	
  .list_news ul li a {
    padding: 2.7344vw;
    border-radius: 1.3021vw;
    box-shadow: 0 1.0417vw 0 #FFD9E9;
  }
	
  .list_news ul li a .thumbnail img {
    border-radius: 1.3021vw;
    width: 23.1771vw;
    height: 23.1771vw;
  }
	
  .list_news ul li a .desp_news {
    padding-left: 2.7344vw;
  }
	
	.list_news ul li a .desp_news .date {
    border-radius: 4.2969vw;
    font-size: 2.474vw;
    padding: 1.5625vw 3.2552vw 1.0417vw;
    margin-bottom: 1.8229vw;
  }
	
  .list_news ul li a .desp_news .title {
    font-size: 2.9948vw;
    min-height: auto;
    line-height: 4.5573vw;
  }

}