@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

section{
  position: relative;  
}
section::after {
  background: url("../images/recommend/recommend.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 44.6%;
  height: 170px;
  content: "";
  left: 47%;
  top: 0;
  max-width: 643px;
}
.contents{
  margin: -60px auto 82px;
}
.contents li{
  margin-bottom: 40px;
}
.contents li img{
  width: 131px;
  height: 121px;
  object-fit: cover;
}
.contents li .txt{
  margin: 0 63px 0 35px;
  width: 743px;
}
.contents li h3{
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.contents li p{
  line-height: 1.4;
  letter-spacing: 0.13em;
}
.more-btn {
    margin: auto 120px 0 0;
    width: 125px;
    text-align: right;
}



/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){
section {
  top: 30px;
  margin-bottom: 110px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
.contents {
  margin: 30px auto 0;
  padding: 0 10px 0 20px;
}
.contents li {
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.contents li img {
  width: 22.4%;
  height: 78px;
  object-fit: cover;
}
.contents li .txt {
  margin: 0 0 0 4%;
  width: 72%;
}
.contents li h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.contents li p {
  font-size: 1.2rem;
}
.more-btn {
    width: 107px;
    margin: auto 20px 0 auto;
}  
  
  
  
}