#list_page {
  font-size: 16px;
  padding-right: 24px;
}
#list_page  img {
  max-width: 100%;
  height: auto;
}
#list_page #pankuzuline {
  font-size: 11px;
  margin-bottom: 10px;
}
#section #list_page p {
  padding: 0;
  line-height: 1;
}
#list_page #cg_freespace_01 ,
#list_page #cg_sub_freespace_01 ,
#list_page #grp_freespace_01 {
  margin-bottom: 50px;
}
#list_page #cg_freespace_01 #cat_main_img ,
#list_page #cg_sub_freespace_01 #cat_main_img,
#list_page #grp_freespace_01 #cat_main_img{

}
#list_page #cg_freespace_01 .cat_main_copy ,
#list_page #cg_sub_freespace_01 .cat_main_copy ,
#list_page #grp_freespace_01 .cat_main_copy {
  margin: 30px 0 0;
  font-weight: normal;
  line-height: 1;
  font-size: 28px;
  padding: 0;
}
#list_page #cg_freespace_01 .cat_description ,
#list_page #cg_sub_freespace_01 .cat_description,
#list_page #grp_freespace_01 .cat_description{
  line-height: 1.8;
  margin-top: 30px;
}
#list_page .title_area {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 4px solid #8ec11e;
  align-items: baseline;
}
#list_page .title_area h1{
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  padding: 0;
  line-height: 1;
}
#list_page .title_area .item_num {
  margin-left: 30px;
}
#list_page #item_sort {
  text-align: center;
  margin-top: 25px;
}
#list_page #item_sort .sort {
  border-right: 1px solid #7d7d7d;
  padding-right: 15px;
}
#list_page #item_sort .now_sort {
  padding: 0 10px;
  border-right: 1px solid #7d7d7d;
}
#list_page #item_sort a {
  padding: 0 10px;
  border-right: 1px solid #7d7d7d;
  text-decoration: underline;
}
#list_page #item_sort a:hover {
  text-decoration: none;
}
#list_page #item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#list_page #item_list .item {
  margin-top: 45px;
  width: 330px;
  border-bottom: 1px dotted gray;
  padding-bottom: 25px;
}
#list_page #item_list .item .image {
  text-align: center;
}
#list_page #item_list .item .image a:hover{
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#list_page #item_list .item .name {
  margin-top: 25px;
  font-size: 18px;
}
#list_page #item_list .item .name a {
  text-decoration: underline;
}
#list_page #item_list .item .name a:hover{
  text-decoration: none;
}
#list_page #item_list .item .expl {
  margin-top: 20px;
  line-height: 1.8;
}
#list_page #item_list .item .price {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}
#list_page .pagenavi {
  margin-top: 50px;
  text-align: center;
}
#list_page .pagenavi a {
  margin: 0 25px;
}
#list_page #cg_freespace_02 ,
#list_page #cg_sub_freespace_02 ,
#list_page #grp_freespace_02 {
  margin-top: 45px;
}
#list_page .nodata {
  text-align: center;
  font-size: 16px;
  margin: 60px 0;
}