.p-sub-category {
  margin: 30px 10px;
  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: 10px 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: '-';
}
/*2022.6.15追記*/
.p-custom-banner__unit__text{
  text-align:left;
  font-size:15px;
  font-weight:300;
  line-height:25px;
}

.p-custom-banner__unit__text_title { 
    font-size:14px;
    font-weight:bold;
    margin:14px 0 8px 0;
    text-align:left;
  }

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

  .p-sub-category__item {
    width: 25%;
    padding: 15px 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;
  }
  
  .p-top-logo__tt_content {
  font-size: 20px;
  line-height: 1.4;
  max-width: 80%;
  margin: 30px auto 50px;
  text-align: center;
}

.p-top-logo__tt_content a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #414141;
}

.p-top-logo__tt_content a:hover {
  opacity: .66;
}

.p-top-logo__tt_content a:active {
  opacity: 1;
}
 
  /*2022.6.15追記*/
 .p-custom-banner__unit__text{
  font-size:13px;
} 
  
.p-custom-banner__unit__text_title { 
    font-size:14px;
  }  
}

/* 0619追加 */
.k-section__heading {
  margin: 40px 0 20px;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}


    /* letter-spacing: 2px; */

.k-section__heading--title {
  display: inline-block; /* ←高さを持たせるため */
  font-size: 23px !important;
  color: #414141 !important;
  position: relative;
  margin-bottom: .8em;
  letter-spacing: .1em;

}

.k-section__heading,
.k-section__heading--title {
  text-decoration: none;
  border-bottom: none;
}

.k-section__heading--title::after {
  display: none;
  content: "";
}

/* 0619追加 */
