@charset "UTF-8";
/*----------------------------------------
tokusyu page
-----------------------------------------*/
#upper-contents-area{
    text-align:center;
}

#feature img{
   max-width: 100%; 
   width:100%;
}
.itemList > ul > li .fig{
    margin:0;
}
/***name***/
.itemList > ul > li .feature-item-name{
  display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  -webkit-line-clamp: var(--itemNameClamp);
  min-height: calc(1em * var(--itemNameLineHeight) * var(--itemNameClamp) + 1.5rem);
  width: 100%;
  margin: auto 0 0 0;
  padding: 1.5rem 0 0 0;
  font-size: var(--itemNameFontSize);
  text-align: left;
  line-height: var(--itemNameLineHeight);
  font-weight: var(--itemNameWeight);
  overflow: hidden;
}

#list-title{
    font-size:2.4rem;
    border-bottom:2px solid var(--btnColor);
    color:var(--txtColor);
    padding:2rem 0;
    margin-top:20px;
}

/***pc***/
@media screen and (min-width: 768px) {
    #feature{
      display: block;
  width: 100%;
  max-width: var(--contentsOuterWidth);
  padding: 3rem var(--contentsPadding) 6rem;
  margin: 0 auto;
}
#feature .info{
    padding:2rem 0;
        color:var(--txtColor);
}
#feature .info h2{
    font-size:2.4rem;
        padding-bottom:2rem;
        line-height:5rem;
}
#feature .date{
    font-size:2rem;
    line-height:3rem;
    padding-bottom:2rem;
}
}
/***sp***/
@media screen and (max-width: 767px){
    #feature{
      display: block;
  width: 100%;
  margin: 0 auto;
}
    #feature .info{
    padding:2rem 0;
        color:var(--txtColor);
}

#feature .info h2{
    font-size: 1.8rem;
    padding-bottom:2rem;
    line-height: 2.5rem;
    text-align: left;
}
#feature .date{
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding-bottom:2rem;
}

#list-title{
    font-size: 1.8rem;
}
}