@charset "utf-8";
/* CSS Document */
/*特集エリア*/
.recommend__img{
    height: 122px;
}
.recommend__ttl{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: relative;
}
.recommend__ttl::after{
    content: " ";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #0E499E;
    border-bottom: 1px solid #0E499E;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 245px;
}
.recommend__content{
    padding: 10px;
}
.featureWrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap:wrap;
  }
  .featureWrap li{
    width: 48%;
    margin-bottom: 10px;
  }
  .featureWrap li img{
    width: 100%;
    border: #ccc solid 1px;
  }
@media screen and (max-width:750px){
  .recommend a.hitarea{
    background: none!important;
  }
  .recommend__img {
    height: 81px;
  }
}
/*SP人気カテゴリ*/
.cate_sp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cate_sp li{
    width: 18%;
    margin-bottom: 10px;
}
.cate_sp li img{
    width: 100%;
}
.cate_sp li p{
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
}
.cateBtn_sp{
    text-align: center;
}
.cateBtn_sp a{
    position: relative;
    display: block;
    text-decoration: none;
    background: #0db2b4;
    color: #fff;
    border-radius: 3px;
    padding: 14px 33px;
    line-height: 1.4;
    background: -moz-linear-gradient(top, #0db2b4 0, #099b9d 100%);
    background: -webkit-linear-gradient(top, #0db2b4, #099b9d);
    background: -webkit-gradient(linear, left top, left bottom, from(#0db2b4), to(#099b9d));
    background: -o-linear-gradient(top, #0db2b4 0, #099b9d 100%);
    background: linear-gradient(180deg, #0db2b4 0, #099b9d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0db2b4", endColorstr="#099b9d", GradientType=0);
}
.cateBtn_sp a::after{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width:  8.7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    top: 21px;
    right: 4%;
}
#searchCategory{/*ページ内リンク調整*/
	margin-top: -80px;
	padding-top: 80px;
}

/*一覧へ*/
.goPage {
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0;
}
.goPage p {
  background: #00acaf;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
.goPage p a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 15px 6px;
  margin: 0;
}
