.cat_comment{
	max-width:1316px;
	margin:0 auto;
}
.cat_comment article{
	display:block;
	padding:20px 20px 100px 20px;
}
.cat_comment article strong{
	color:#d94f4f;
}
.cat_comment .item_gallery,
.cat_comment .item_gallery2,
.cat_comment .item_gallery3{
	max-width:80%;
	margin:0 auto;
}
.cat_comment .item_gallery article,
.cat_comment .item_gallery2 article,
.cat_comment .item_gallery3 article{
  padding:0;
}
.cat_comment .item_gallery ul,
.cat_comment .item_gallery2 ul,
.cat_comment .item_gallery3 ul{
	list-style:none;
	padding:0 0 50px;
	display:flex;
  flex-wrap:wrap;
}
.cat_comment .item_gallery ul li{
	width:calc((100% - 20px) / 2);
  margin:0 20px 20px 0;
}

.cat_comment .item_gallery ul li:nth-child(even){
margin:0 0 20px 0;
}
.cat_comment .item_gallery2 ul li{
	width:100%;
  margin:0 0px 20px 0;
}
.cat_comment .item_gallery2 ul li:nth-child(even){
}
.cat_comment .item_gallery3 ul li{
	width:calc((100% - 40px) / 3);
  margin:0 20px 20px 0;
}
.cat_comment .item_gallery3 ul li:nth-child(3n){
margin:0 0 20px 0;
}
#sub_category{
	padding:0 0 20px;
}
#sub_category ul{
	list-style:none;
	display:flex;
  flex-wrap:wrap;
	justify-content:space-around;
}
#sub_category ul li{
	width:200px;
  flex:none;
  margin:0 10px 10px 0;
}
#sub_category ul li:nth-child(4n){
  margin:0 0px 10px 0;
}
.cat_comment table{
margin:20px 0;
}
.cat_comment table th{
  white-space:nowrap;
}
.cat_comment table th,
.cat_comment table td{
padding:10px 20px;
  border-bottom:1px dotted #ccc;
}
.cat_comment h4{
	font-size: 21px;
    line-height: 80px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
    padding: 0 0 0 30px;
    margin: 0 0 25px;
    background: url(https://file003.shop-pro.jp/PA01475/590/media/bg_subtitle.png) no-repeat;
    background-size: 100% 100%;
}
.pager ul{
  margin:0 0 15px;
}
img.alignleft{
max-width:45%;
  margin:0 20px 20px 0px;
  float:right;
}
img.alignright{
max-width:45%;
  margin:0 0 20px 20px;
  float:right;
}
.cat_comment h5{
font-size:20px;
  margin:0 0 10px;
}
@media screen and (max-width: 768px) {
  #sub_category ul{
    flex-wrap:wrap;
  }
  #sub_category ul li{
      width:calc(50% - 10px);
      margin:0 10px 10px 0;
  }
  #sub_category ul li:nth-child(even){
	margin:0 0px 10px 0;
  }
.cat_comment .item_gallery,
.cat_comment .item_gallery2,
.cat_comment .item_gallery3{
	max-width:100%;
}
  .cat_comment .item_gallery ul,
  .cat_comment .item_gallery2 ul,
  .cat_comment .item_gallery3 ul{
      padding:0 0 50px;
      display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
  }
  .cat_comment .item_gallery ul li,
  .cat_comment .item_gallery3 ul li{
      width:48%;
    margin:0 0 10px;
  }
  .cat_comment h4{
      font-size: 18px;
    line-height:1.5em;
      padding: 10px 0 10px 20px;
      margin: 0 0 25px;
  }
  img.alignleft,
  img.alignright{
 	 max-width:100%;
    display:block;
    margin:0 auto 20px;
    float:none;
  }
}
.items{
  background:url('https://file003.shop-pro.jp/PA01475/590/media/line.png') repeat-x top center;
  padding-top:50px;
}