@charset "UTF-8";
/*===================================
 * Component - Category
 *================================ */
.c-category__menu {
  margin-bottom: 14px;
  border: 1px solid #adadad;
  border-radius: 4px;
  background-color: white;
}

.c-category__menu__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 46px;
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  font-weight: 500;
/*  cursor: pointer;*/
}

/*.c-category__menu__title::after {
  -webkit-transform: translateX(-25%) rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: translateX(-25%) rotate(135deg);
  border: 2px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  color: #8a8f99;
  line-height: 1;
  vertical-align: middle;
  content: '';
}

.c-category__menu.is-active .c-category__menu__title::after {
  -webkit-transform: translateX(-25%) rotate(-45deg);
  margin-top: -2px;
  transform: translateX(-25%) rotate(-45deg);
}*/

.c-category__menu__data {
/*  height: 0;*/
  overflow: hidden;
}

.c-category__menu__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-category__menu__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.c-category__menu__item {
  border-top: 1px solid #adadad;
}

.c-category__menu__link {
  display: block;
  position: relative;
  padding: 8px 32px 8px 40px;
  font-size: 14px;
}

.c-category__menu__link:link, .c-category__menu__link:visited {
  color: #333333;
  text-decoration: none;
}

.c-category__menu__link:hover, .c-category__menu__link:active {
  color: #bf0000;
}

.c-category__menu__link::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: translateX(-25%) rotate(45deg);
  border: 2px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  color: #bf0000;
  line-height: 1;
  vertical-align: middle;
  content: '';
}

.c-category__menu .js-visible-button {
  display: none;
}

.l-section {
  position: relative;
  padding: 20px;
  background-color: white;
}

.l-section.gray {
  background-color: #f2f2f2;
}

.l-section.line::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #ff6600;
  content: '';
}

.l-section__title {
  margin: 10px 0 30px;
  padding: 0 20px;
  color: #4d4d4d;
  font-size: 18px;
  text-align: center;
}

.l-section__title span {
  display: block;
  margin-top: 4px;
  color: #bf0000;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-category {
    -ms-flex-wrap: wrap;
    gap: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    margin: 0 auto 40px;
    padding: 20px 15px;
    background-color: white;
  }
  .c-category__menu {
    width: calc(100%/3);
    margin-bottom: 0;
    border: none;
  }
  .c-category__menu__title {
    padding: 8px 0 8px 12px;
    font-size: 16px;
/*    pointer-events: none;*/
  }
  .c-category__menu__title::after {
    display: none;
  }
  .c-category__menu__data {
    height: auto !important;
  }
  .c-category__menu__icon {
    width: 26px;
    height: 26px;
    pointer-events: none;
  }
  .c-category__menu__item {
    border-top: none;
  }
  .c-category__menu__link {
    padding: 3px 0 3px 40px;
  }
  .c-category__menu__link:hover, .c-category__menu__link:active {
    text-decoration: underline;
  }
  .c-category__menu__link::after {
    display: none;
  }
  .c-category .js-visible-content {
    -webkit-transition: max-height 0.3s ease-in-out;
    display: block;
    max-height: 1000px;
    overflow-y: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .c-category .js-visible-content.is-active {
    max-height: 108px;
  }
  .c-category .js-visible-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: none;
    background-color: white;
    background-color: transparent;
    cursor: pointer;
  }
  .c-category .js-visible-button::before {
    font-size: 14px;
/*    content: 'もっと見る';*/
  }
  .c-category .js-visible-button::after {
    -webkit-transform: translateX(-25%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-left: 20px;
    transform: translateX(-25%) rotate(135deg);
    border: 2px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
/*    content: '';*/
  }
  .c-category .js-visible-button.is-active::before {
/*    content: '閉じる';*/
  }
  .c-category .js-visible-button.is-active::after {
    -webkit-transform: translateX(-25%) rotate(-45deg);
    margin-top: 6px;
    margin-left: 20px;
    transform: translateX(-25%) rotate(-45deg);
  }
  .l-section {
    padding: 30px 40px;
  }
  .l-section__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .l-section__title span {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px), print {
  .c-category__menu {
    width: calc(100%/4);
  }
}
