/******************************/
/* category */
/******************************/
.p-category__ttl {
    margin: 5px 0 15px 0;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
}
.p-category-free {
  margin-bottom: 30px;
  line-height: 2;
  border-bottom: 1px solid #41b7ce;
}
/***** カテゴリ一覧 *****/
.p-category-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-category-list {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
  }
}
.p-category-list__item {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 33%;
    font-size: 13px;
    text-align: center;
    margin-right: 0.5%;
}
.p-category-list__item:nth-of-type(3n){
  margin-right:0;
}

@media screen and (max-width: 767px) {
  .p-category-list__item {
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 49%;
        text-align: left;
        margin-right: 0;
        box-sizing: border-box;
        text-align: center;
    }
}
.p-category-list__link {
    position: relative;
    font-size: 13px;
    background-color: #40b7ce;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.5em 0px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    display:none;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #41b7ce;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}

.line_banner .flex-box{
  margin-top: 1.5em;
}
.line_banner .flex-box .left{
  width: 50%;
}
.line_banner .flex-box .right{
  width: 48%;
}
.line_banner .flex-box a{
  width: auto;
  display: block;
}
.line_banner .flex-box .right a:nth-of-type(1){
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
.line_banner .flex-box .left, 
.line_banner .flex-box .right{
  width: 100%;
}
}


.search-keywords.flex-box{
    justify-content: flex-start;
}
.search-keywords.flex-box a{
    margin-right: 1em;
}
.l-side-navi form{
    margin-top: 1em;
}

.recommended-box h2{
    background-color: #41b7ce;
    color: #fff;
    padding: 0.5em 1em;
}
.recommended-box .c-item-list__item{
  width: 33.33%;
  margin-bottom: 0;
}
.recommended-box .c-item-list__item .c-item-list__txt .c-item-list__ttl a{
  line-height: 1.3;
  font-weight: bold;
}
.recommended-box .c-item-list__img{
  margin-bottom: 0;
}
.recommended-box .c-item-list__price{
  margin-top: 0;
  text-align: right;
}