.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}
/*レイアウト調整のため追記*/
.c-section__container{
max-width: 1200px;
}
.c-section__container .category__free-item__Nav{
    padding: 0;
    margin: 0;
}
.c-section__container .category__free-item__Nav h2{
    margin-bottom: 60px;
}
.c-section__container .category__free-item__Nav ul.category__free-item__Menu{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}
.c-section__container .category__free-item__Nav ul li{
  list-style-type: none;
}
.c-section__container .category__free-item__Nav ul.category__free-item__Menu  li:nth-child(1){
   padding-right: 30px;
}
.c-section__container .category__free-item__Nav ul.category__free-item__Menu  li:nth-child(2){
   padding-right: 30px;
}
.c-section__container .category__free-item__Nav ul li a{
display: block;
}
.c-section__container .category__free-item__Nav ul li img{
  max-width:100% ;
  transition: 0.6s;
}
.c-section__container .category__free-item__Nav ul li img:hover,
.c-section__container .category__free-item__Nav .free-itemNavPc a:hover{
  opacity: 0.6;
}
.c-section__container .category__free-item__Nav .free-itemNavPc {
  display: -webkit-flex;
  display: flex;
}
.c-section__container .category__free-item__Nav .free-itemNavPc ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
   justify-content: center;
  -webkit-align-items: center;
   align-items: center;
  width: 100%;
  padding: 0;
}
/*.c-section__container .category__free-item__Nav .free-itemNavPc ul li{
  width: 400px;
}
.c-section__container .category__free-item__Nav .free-itemNavPc ul li:nth-child(1),
.c-section__container .category__free-item__Nav .free-itemNavPc ul li:nth-child(2){
  border-right: 1px solid #fff;
  width: 399px;
}

.c-section__container .category__free-item__Nav .free-itemNavPc ul li {
  font-family:  'Montserrat', sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 1.7em;
  padding-top: .7em;
}
*/
.c-section__container .category__free-item__Nav .free-itemNavPc a{
  color: #5c5c5c;
  text-decoration: none;
  transition: 0.6s;
}
/* パソコンで見たときは"pcImg"のclassがついた画像が表示される */
.pcImg { display: block !important; }
.spImg { display: none !important; }

@media screen and (max-width: 599px) {
  .c-section__container .category__free-item__Nav ul.category__free-item__Menu{
    display: block;
    margin: 0;
  }
  .c-section__container .category__free-item__Nav h2{
    margin-bottom: 1.5em;
}
  .c-section__container .category__free-item__Nav ul.category__free-item__Menu li:nth-child(1){
   padding-right: 1.5em;
}
.c-section__container .category__free-item__Nav ul.category__free-item__Menu li:nth-child(2){
   padding-right: 1.5em;
}
.c-section__container .category__free-item__Nav ul.category__free-item__Menu li{
   padding: .5em 1.5em;
}
  .c-section__container .category__free-item__Nav .free-itemNavPc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
   justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1em;
}
 /* .c-section__container .category__free-item__Nav .free-itemNavPc dl{
  display: block;
  width: 100%;
  border-bottom: none;
  margin: 3em 0 0;
}
 .c-section__container .category__free-item__Nav .free-itemNavPc dl:nth-child(1),
.c-section__container .category__free-item__Nav .free-itemNavPc dl:nth-child(2){
  margin-right: 0;
}
  .c-section__container .category__free-item__Nav .free-itemNavPc dl dt{
  width: 80%;
  margin: 0 auto;
}  
  .c-section__container .category__free-item__Nav .free-itemNavPc dl dd{
  margin: 0 auto;
  text-align: center;
  padding-top: .7em;
  }
  .c-section__container .category__free-item__Nav .free-itemNavPc dl dd span.NavTitle {
  font-size: 13px;
}

 .c-section__container .category__free-item__Nav .free-itemNavPc dl dd span.NavTitleSpNone {
  display: none;
}*/
  
/* スマートフォンで見たときは"spImg"のclassがついた画像が表示される */
  .pcImg { display: none !important; }
  .spImg { display: block !important; }
  }
/*ここまで*/

.icon-list {
    margin-top: 8px;
  }