.p-sub-category {
  margin: 15px 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 5px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 5px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}

.list-same {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.u-mb-24 {
    margin-bottom: 24px!important;
}

.list-same li {
    padding: 4px;
}

.list-same a {
    display: block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: .2s;
    transition: .2s;
}

ol, ul {
    list-style: none;
}

.caution {
}

.caution h2 {
    width: 280px;
    margin: 0px 0 5px;
    padding: 7px 0;
    font-size: 1.0rem;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
}

ul.content-footer-sns {
  	text-align: center;
}
ul.content-footer-sns li {
  	display: inline-block;
}