main label, main legend {
  display: block
}

.m-list-category__list,
.m-widget-filter__list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, 140px);

}
.m-widget-filter__input {
  opacity: 0;
  position: absolute
}
.m-widget-filter__input:checked + .m-widget-filter__label {
  background-color: #06C;
  color: #FFF
}
.m-list-category__link,
.m-widget-filter__label,
.m-widget-filter__link {
  background-color: #FFF;
  border: 1px solid #06C;
  color: #06C;
  cursor: pointer;
  max-width: 130px;
  padding: 8px;
  text-align: center;
  transition: background-color .5s cubic-bezier(0.25, 0.8, 0.25, 1), color .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  will-change: background-color, color
}
.m-list-category__link:hover,
.m-list-category__link:focus,
.m-list-category__link:link:hover,
.m-list-category__link:visited:hover,
.m-widget-filter__label:hover,
.m-widget-filter__label:focus,
.m-widget-filter__link:hover,
.m-widget-filter__link:focus,
.m-widget-filter__link:link:hover,
.m-widget-filter__link:visited:hover{
  background-color: #06C;
  color: #FFF;
}
.m-list-category__link:link,
.m-list-category__link:visited,
.m-widget-filter__link:link,
.m-widget-filter__link:visited {
  display: block;
  text-decoration: none;
  color: #06C;
}
@media print, screen and (min-width:760px) {
  .m-list-category__list,
  .m-widget-filter__list {
    gap: 22px
  }
}

.m-panel-article__item.is-hidden {
  display: none
}


.m-button-more {
  align-items: center;
  background-color: #06C;
  color: #FFF;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 32px auto;
  min-width: 224px;
  padding: 10px 56px 10px 24px;
  position: relative;
  text-decoration: none
}
.m-button-more:link, .m-button-more:visited {
  color: #FFF;
  text-decoration: none
}
.m-button-more::before, .m-button-more::after {
  background-color: #FFF;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.m-button-more::before {
  height: 2px;
  right: 18px;
  width: 17px
}
.m-button-more::after {
  height: 17px;
  right: 26px;
  width: 2px
}
.m-button-more.is-expanded::after {
  transform: translateY(-50%) rotate(90deg)
}
.m-button-more.is-hidden {
  display: none
}
.m-button-more__text {
  color: #FFF
}
@media print, screen and (min-width:760px) {
  .m-button-more:not(.is-disabled):not(:disabled) {
    transition: background-color .5s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: background-color
  }
  .m-button-more:not(.is-disabled):not(:disabled):hover, .m-button-more:not(.is-disabled):not(:disabled):focus {
    background-color: #00478f
  }
  .m-button-more::before {
    height: 3px;
    right: 13px;
    width: 20px
  }
  .m-button-more::after {
    height: 20px;
    right: 21px;
    width: 3px
  }
}

/* faq css */
.fn-article__category{
display: none;
}
.fn-article__list{
box-sizing: border-box;
margin-top: 32px;
}
.fn-article__list > li {
    padding: 16px 0;
}
/*button*/
.faq_a .a_area,
.faq_q .fn-article__title,
.fn-article__list > li a {
	font-size: 1.1rem;
    padding: 0.5em 8px;
	display: block;
	background-color: #f2f2f2;
	text-align: left;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.faq_a .a_area,
.faq_q .fn-article__title,
.fn-article__list .fn-article__title {
    padding: 0.3em 3em 0 2.5em;
	line-height: 1.3;
}
.faq_a .a_area{
margin-top: 32px;
font-size: 1rem;
font-weight: lighter;
background: none;
line-height: 1.6;
}
.faq_q .fn-article__title{
background: none;
}
.faq_a,
.faq_q,
.fn-article__list > li a .faq_q{
position: relative;
}
.faq_a .a_icon,
.faq_q .q_icon,
.fn-article__list .faq_q .q_icon {
    padding: 0.17em;
    display: inline-block;
    min-width: 1em;
	position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
	color: #fff;
    background: #06c;
}
.faq_a .a_icon{
    color: #333;
    background: #dce9f5;
}

/* もっと見るボタン見えなくする*/

#article-list-more,
.m-button-more{
 display:none;
 }


