﻿@charset "UTF-8";

.faq-anchorlink-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 80px;
}

.faq-anchorlink-title{
  margin-bottom: 40px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  color: #4c4f51;
  border-bottom: 1px solid #4c4f51;
  padding-bottom: 12px;
}

.faq-anchorlink-sub-title{
  display: flex;
  margin-bottom: 80px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #4c4f51;
}

.category-list-wrapper{
  display: flex;
  column-gap: 70px;
}

.category-list {
  display: flex;
  width: 220px;
  height: 64px;
  border: 1px solid #4c4f51;
  border-radius: 4px;
  padding: 20px 0;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  justify-content: center;
  cursor: pointer;
}

.category-list:hover {
  opacity: 0.7;
}

#about-shopping,
#about-product,
#others {
  scroll-margin-top: 100px;
}

@media screen and (min-width: 1440px) {
  .faq-anchorlink-wrapper{
    padding: 0 22.2vw 80px;
  }
}

@media screen and (max-width: 768px) {
  .faq-anchorlink-wrapper{
    padding: 0 20px 40px;
  }

  .faq-anchorlink-title{
    font-size: 20px;
    padding-bottom: 8px;
  }

  .faq-anchorlink-sub-title{
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.5;
  }

.faq-anchorlink-sub-title-span{
  display: block;
}

.category-list-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

 .category-list {
  padding: 12px 0;
  line-height: 1;
  width: 320px;
  height: 40px;
  }

  .category-title {
    line-height: 1;
  }

  #about-shopping,
  #about-product,
  #others {
    scroll-margin-top: 80px;
  }
}
