@charset "UTF-8";
.tipsCategoryList {
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .tipsCategoryList__itemLink {
    height: 110px;
  }
  .tipsCategoryList__itemIcon img {
    width: 45px;
  }
  .tipsCategoryList__itemIcon._commonareas img {
    width: 50px;
  }
  .tipsCategoryList__itemIcon._commonareas + .tipsCategoryList__itemLabel {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1001px) {
  .tipsCategoryList.-max-col4 .tipsCategoryList__item {
    width: calc(33.3333333333% - 23.3333333333px);
  }
  .tipsCategoryList.-max-col4 .tipsCategoryList__item:nth-child(4n) {
    margin-right: 35px;
  }
  .tipsCategoryList.-max-col4 .tipsCategoryList__item:nth-child(3n) {
    margin-right: 0;
  }
  .tipsCategoryList__itemLink {
    padding: 20px 30px 20px 30px;
  }
  .tipsCategoryList__itemIcon._commonareas {
    margin-left: -3px;
  }
  .tipsCategoryList__itemIcon._commonareas + .tipsCategoryList__itemLabel {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .tipsCategoryList__itemLink {
    min-height: 63px;
  }
  .tipsCategoryList__itemLink {
    padding: 5px 30px 5px 17px;
    font-size: 0.73rem;
  }
  .tipsCategoryList__itemIcon img {
    width: 28px;
  }
  .tipsCategoryList__itemIcon._commonareas img {
    width: 31px;
  }
  .tipsCategoryList__itemLabel {
    margin-left: 15px;
  }
  .tipsCategoryList__itemIcon._commonareas + .tipsCategoryList__itemLabel {
    margin-left: 12px;
  }
}



/*add 202504*/
.tipsQAList__listCategoryIcon img {
  vertical-align: top;
}
.tipsQAList__listCategoryLink{
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1001px) {
  .tipsQAList__listCategoryLabel {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.tipsContent__title .-en, .listContent__title .-en {
    font-size: 3.75rem;
    letter-spacing: 0.3em;
    margin-bottom: .25em;
  }
  .tipsContent__title .-jp, .listContent__title .-jp{
    font-size: 1rem;
  }
  .tipsContent__lead, .listContent__lead{
    font-size: 1.5rem;
  }

}