.top_category{
  width:100%;
  padding-top:250px;
  margin-top:-200px;
  padding-bottom:40px;
}
@media screen and (max-width: 768px) {
  .top_category{
    padding:35px 15px 15px;
    margin-top:0px;
  }
}
.top_category__area{
  max-width:960px;
  margin:auto;
  text-align:center;
  background-color:#fbf7f5;
  padding-top:50px;
  padding-bottom:40px;
}
@media screen and (max-width: 768px) {
  .top_category__area{
    padding:30px 15px 15px;
  }
}
.top_category__title{
  text-align:center;
  margin-bottom:50px;
}
@media screen and (max-width: 768px) {
  .top_category__title{
    margin-bottom:25px;
  }
}
.top_category__title h2{
  font-size:36px;
  font-weight:bold;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .top_category__title h2{
    font-size:23px;
  }
}
.top_category__title span{
  font-size:15px;
  font-weight:normal;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .top_category__title span{
    font-size:11px;
    color:#828282;
  }
}
.top_category__content{
  margin:0 40px;
}
@media screen and (max-width: 768px) {
  .top_category__content{
    margin:0 0px;
  }
}
.top_category__content-title{
  margin-bottom:30px;
}
@media screen and (max-width: 768px) {
  .top_category__content-title{
    margin-bottom:15px;
  }
}
.top_category__content-title h3{
  display: flex;
  align-items: center;
  font-size:26px;
  color:#333;
}
@media screen and (max-width: 768px) {
  .top_category__content-title h3{
    font-size:16px;
  }
}
.top_category__content-title h3:before, .top_category__content-title h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.top_category__content-title h3:before {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .top_category__content-title h3:before {
    margin-right: 5px;
  }
}
.top_category__content-title h3:after {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .top_category__content-title h3:after {
    margin-left: 5px;
  }
}
.top_category__linkarea{
  background-color:#FFF;
  margin-bottom:40px;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea{
    margin-bottom:15px;
  }
}
.top_category__linkarea:last-child{
  margin-bottom:0px;
}
.top_category__linkarea-heading{
  padding:15px 20px;
  position:relative;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-heading{
    padding:10px;
  }
}
.top_category__linkarea-heading:after{
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
  -ms-transform: translateY(-50%) rotate(315deg);
  transform: translateY(-50%) rotate(315deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  content: '';
  width: .5em;
  height: .5em;
  border: .1em solid #3b3b3b;
  border-bottom: none;
  border-left: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.top_category__linkarea-heading-open:after{
  -webkit-transform: translateY(-50%) rotate(315deg);
  -ms-transform: translateY(-50%) rotate(315deg);
  transform: translateY(-50%) rotate(315deg);
}
.top_category__linkarea-heading p{
  font-size:18px;
  font-weight:normal;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-heading p{
    font-size:12px;
  }
}
.top_category__linkarea-content{
  border-top:1px solid #dddddd;
  padding:40px;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-content{
    padding:25px 15px;
  }
}
.top_category__linkarea-main{
  display:flex;
  padding-bottom:25px;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main{
    display:block;
  }
}
.top_category__linkarea-main-block{
  margin-right:40px;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main-block{
    margin-right:0px;
    margin-bottom:20px;
  }
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main-block:last-child{
    margin-bottom:0px;
  }
}
.top_category__linkarea-main-title{
  margin-bottom:20px;
}
.top_category__linkarea-main-title a{
  font-size:14px;
  color:#333;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main-title a{
    font-size:12px;
  }
}
.top_category__linkarea-main-block ul li{
  margin-bottom:20px;
}
.top_category__linkarea-main-block ul li:last-child{
  margin-bottom:0px;
}
.top_category__linkarea-main-block ul li a{
  font-weight:normal;
  color:#333;
  font-size:14px;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main-block ul li a{
    font-size:12px;
  }
}
.top_category__linkarea-main-linkbtn{
  text-align:right;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main-linkbtn{
    text-align:center;
  }
}
.top_category__linkarea-main-linkbtn a{
  min-width:145px;
  display:inline-block;
  margin-left:auto;
  margin-right:0;
  background-color:#333;
  color:#fff;
  padding:10px 10px;
  font-size:14px;
  text-align:center;
  border-radius:8px;
}
@media screen and (max-width: 768px) {
  .top_category__linkarea-main-linkbtn a{
    width:100%;
    margin:auto;
    padding:10px 10px;
    font-size:12px;
  }
}

.top_category__category-search__inner .category-search__supplement{
  float: none;
  min-height: 0;
  margin-top: 0;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top_category__category-search__inner .category-search__supplement{
    margin-bottom: 15px;
  }
}
.top_category__category-search__inner .category-search__upper-link{
  padding: 15px 20px;
  position: relative;
  display: block;
  width: auto;
  border-bottom: none !important;
  font-weight: normal;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top_category__category-search__inner .category-search__upper-link{
    padding: 10px;
  }
}
.top_category__category-search__inner .category-search__upper-link > a{
  padding:0px;
  line-height: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top_category__category-search__inner .category-search__upper-link > a{
    font-size:12px;
    text-decoration: none;
    display: inline;
  }
}
.top_category__category-search__inner .category-search__upper-link:after {
  width: 10px;
  padding-top: 0px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg) !important;
  -ms-transform: translateY(-50%) rotate(315deg) !important;
  transform: translateY(-50%) rotate(315deg) !important;
  -webkit-transform: translateY(-50%) rotate(135deg) !important;
  -ms-transform: translateY(-50%) rotate(135deg) !important;
  transform: translateY(-50%) rotate(135deg) !important;
  content: '';
  width: .5em;
  height: .5em;
  border-color: #3b3b3b !important;
  border: .1em solid #3b3b3b !important;
  border-bottom: none !important;
  border-left: none !important;
  -webkit-transition: .2s;
  transition: .2s;
}
.top_category__category-search__inner .category-search__upper-link.top_category__linkarea-heading-open:after {
  -webkit-transform: translateY(-50%) rotate(315deg) !important;
  -ms-transform: translateY(-50%) rotate(315deg) !important;
  transform: translateY(-50%) rotate(315deg) !important;
}
.top_category__category-search__inner .category-search__upper-link.top_category__linkarea-heading-link:after{
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  -ms-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
}
.top_category__category-search__inner .category-search__lower-links {
  display: none !important;
  border-top: 1px solid #dddddd;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .top_category__category-search__inner .category-search__lower-links {
    padding: 25px 15px;
  }
}
.top_category__category-search__inner .category-search__lower-links.js-accordion-category-target-open {
  display: block !important;
}

.top_category__category-search__inner .c-link:after {
  content: none;
}
.top_category__category-search__inner .category-search__lower-link-column {
  float: left;
  width: 265px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .top_category__category-search__inner .category-search__lower-link-column {
    float: none;
    width: 100%;
  }
}
.top_category__category-search__inner .category-search__lower-links .c-link-list__item .c-link{
  font-size:14px;
  color:#333;
  font-weight:normal;
}
@media screen and (max-width: 768px) {
  .top_category__category-search__inner .category-search__lower-links .c-link-list__item .c-link{
    font-size:12px;
  }
  .top_category__category-search__inner .category-search__lower-link > a{
    font-size:12px;
    padding:0;
    margin-bottom:20px;
  }
  .top_category__category-search__inner .c-link-list__item{
    float: none;
    width: 100%;
    margin-bottom:20px;
    border:none;
  }
  .top_category__category-search__inner .c-link-list__item > a{
    min-height: 1em;
    padding:0;
  }
  .top_category__category-search__inner .category-search__lower-link{
    border:none;
  }
}
.js-accordion-title{
  cursor: pointer;
}