#itemlist .c-topic-path{
  display:none;
}

.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: '-';
}
	
.c-section__container h1 {
  margin: 50px 10px 20px;
  text-align: center;
  font-size: 30px;
  line-height:1.8;
  letter-spacing:0.1em;
  font-family: 'Bitter', serif;
}

.c-section__container h1 span {
  font-size: 16px;
  font-family:'Khula',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  display:block;
  margin-bottom: .8em;
  letter-spacing: .1em;
}

.c-section__container{
	max-width:none;
	text-align:center;
	margin:0 auto;
	}
	
.c-section__container img{
	max-width:100%;
	}

.c-section__container dl{
	line-height:1.8;
	display:inline-block;
	}
	
.c-section__container  dt{
	float:left;
	clear:left;
	font-weight:bold;
	padding-right:10px;
	}

.c-section__container  dd{
	float:left;
	-webkit-margin-start:0;
	}

.c-section__container dl:after {
  display: block;
  clear: both;
  content: "";
}	


@media screen and (min-width: 960px) {
  .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;
  }
 
 .c-section__container{
	 margin-right:0;
	 margin-left:0;
	 } 
}

@media screen and (max-width: 959px) {

.c-section {
	margin:0;
	}
	
.c-section__container {
	text-align:left;
	}	

.c-section__container p{
	font-size:14px;
	margin-left:2%;
  margin-right:2%;
	}

.c-section__container dl{
	font-size:14px;
	line-height:1.6;
	margin-left:2%;
  margin-right:2%;
	}
				
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 480px)and  (max-width: 599px)  {

.c-section__container h1 {
  margin: 30px 10px 20px;
  text-align: center;
  font-size: 24px;
  margin-left:2%;
  margin-right:2%;
}
  
.c-section__container dt{
	float: none;
	font-size:14px;
	line-height:1.6;
	font-weight:bold;
	padding-right:0;
	}	

.c-section__container  dd{
	float:none;
	padding-bottom:10px;
	-webkit-margin-start:0;
	-webkit-margin-after:0;
	}	
	
	
	}