@charset "euc-jp";
/* CSS Document */
/*　フリースペース */
.cate_bnr {
    margin-bottom:15px;
}
.cg_freespace_01 {
    margin-bottom:20px;
}

/* サブカテ一覧 */
.hasChildren--click.categoryChildren {
    padding: 0px 20px;
    background: #f2f2f2;
}

.hasChildren--click.categoryChildren > a{
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.hasChildren--click.categoryChildren > a::before, .hasChildren--click.categoryChildren > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px !important;
  border: none;
  width: 2px;
  height: 12px;
  background: #1b1b1b;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.hasChildren--click.categoryChildren > a::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

.hasChildren--click.categoryChildren > a::before {

  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);

}

.hasChildren--click.categoryChildren > a.open::before {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}


.freespace {
    margin-bottom: 30px;
    line-height: 1.8;
}

.categoryChildren .cateList {
  padding-bottom: 20px;
}