.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sub_category {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 480px) {
  .sub_category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px 8px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.freespace {
    line-height: 1.8;
}

.sub_category a span:first-child {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
}

.sub_category a span:last-child {
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
}

.group_free_space img {
  height: auto!important;
}

/**************************************************************
Yab. テーブル　（商品詳細）
**************************************************************/
.item_07 {
	border-collapse: collapse;
	max-width: 960px;
}

.item_07 th {
    width: 85px;
    font-weight: 700;
    padding: 5px 5px 3px 10px;
    text-align:left;
}

.item_07 td {
    width: auto;
    padding: 5px 10px;
}

/**************************************************************
yab （商品詳細）
**************************************************************/
.large_title {
    font-size: 22px;
    font-weight: bold;
}

.large_title2 {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
}

.medium_title {
    font-size: 20px;
    font-weight: bold;
}

.medium_title2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
}

.small_title {
    font-size: 15px;
    font-weight: bold;
}

.small_title2 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

.bold24px {
    font-size: 24px;
    font-weight: bold;
}

.bold19px {
    font-size: 19px;
    font-weight: bold;
}

.bold17px {
    font-size: 17px;
    font-weight: bold;
}

.bold16px {
    font-size: 16px;
    font-weight: bold;
}
.bold14px {
    font-size: 14px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

._16px {
    font-size: 16px;
    font-weight: normal;
}

.16px {
    font-size: 16px;
}

.15px {
    font-size: 15px;
}

.14px {
    font-size: 14px;
}

.11px {
    font-size: 11px;
}

.black {
    color: #000000;
}

.gray606060 {
    color: #606060;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0000ff;
}

.green {
    color: #008000;
}

.green_e {
    color: #009c4d;
}

.yellow {
    color: #ffff00;
}

.gray9 {
    font-size: 12px;
    color: #999999;
}

/**************************************************************
Yab. 枠線
**************************************************************/
.img-border01 {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}

.img-border02 {
  border: 2px solid #cecece;
  box-sizing: border-box;
}
