@charset "utf-8";

#child_category {
  margin: 0 0 24px;
  padding: 0 10px;
  clear: both;
  position: relative;
}

@media only screen and (min-width: 768px){
#child_category {
  padding: 0;
}
}

#child_category #cat_child {
  width: 100%;
}

/********** タイトル **********/
#child_category .parent_title {
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-bottom: #CCC dotted 1px;
}

#child_category .parent_title h2 {
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 10px;
}

#child_category .parent_title h2 a,
#child_category .parent_title h2 a:link,
#child_category .parent_title h2 a:hover,
#child_category .panel-heading h2 a:focus,
#child_category .parent_title h2 a:active,
#child_category .parent_title h2 a:visited {
  text-decoration: none;
  color: #333;
}

/********** 子カテ一覧 **********/
#child_category .child_body {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

#child_category .child_body ul.child_list {
  width: 100%;
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

/* clearfix */
#child_category .child_body ul.child_list:before,
#child_category .child_body ul.child_list:after {
  display: table;
  content: " ";
}

#child_category .child_body ul.child_list:after {
  clear: both;
}

#child_category .child_body ul.child_list li {
  height: 34px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left;
  display: block;
  position: relative;
  float: left;
  flex: 0 0 auto;
  width: 50%;
}

@media only screen and (min-width: 768px){
#child_category .child_body ul.child_list li {
  width: 25%;
}
}

#child_category .child_body ul.child_list li a {
  height: 34px;
  line-height: 1.2;
  background: url(../icon/arrowR-circle.svg) 7px 1px no-repeat;
  padding: 0 8px 0 25px;
  background-size: 12px;
  display: inline-block;
  white-space: normal;
}

#child_category .child_body ul.child_list > a {
  width: 100%;
  margin: 0;
}

#child_category ul.child_list li a,
#child_category ul.child_list li a:link {
  color: #333;
  text-decoration: none;
}

#child_category ul.child_list li a:hover,
#child_category ul.child_list li a:focus {
  color: #F60;
  text-decoration: none;
}

#child_category p#cat_btn {
  padding: 0;
  margin: 0 15px;
  display: block;
  position: relative;
  text-align: center;
  clear: both;
  fill: #FFF;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

@media only screen and (min-width: 768px){
#child_category p#cat_btn {
	display:none;
}
}

#child_category p#cat_btn a {
  width: 100%;
  padding: 8px 0;
  margin: 0;
  background: #DCDCDC;
  display: block;
  position: relative;
  text-align: center;
  fill: #FFF;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

#child_category .child_body p#cat_btn a,
#child_category .child_body p#cat_btn a:link {
  color: #FFF;
  text-decoration: none;
}

#child_category .child_body p#cat_btn a:hover,
#child_category .child_body p#cat_btn a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #999;
}

#child_categoryp#cat_btn a img {
  outline: none;
  border: none;
}

#child_category p#cat_btn img a {
  outline: none;
  border: none;
}

#child_category.row > li {
  margin: 0;
  padding: 0;
}


/* ipad only(ヨコ) */
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
}

/* ipad only(タテ) */
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 645px) {
  #child_category .child_body ul.child_list li {
    height: 40px;
  }

  #child_category .child_body ul.child_list li a {
    height: 40px;
    line-height: 1.2;
    background: url(../icon/arrowR-circle.svg) 7px 0 no-repeat;
    padding: 0 0 0 25px;
    background-size: 12px;
    display: inline-block;
    white-space: normal;
  }
}

#child_category .child_body p a img#cat_open_btn {
  display: none;
}
