@charset "utf-8";
@import url("root.css");

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
@media ( max-width: 599px ) {
}

/* タブレット：min-width:600px */
@media ( min-width: 600px ) {
}

/* PC：min-width:1025px */
@media ( min-width: 1025px ) {
}

/***************************************
-------------- RESULT --------------
***************************************/
.sec_result {
  background: none;
}
.sec_result .item_list a img {
  height: 100%;
}
.sec_result .item_list .txt_wrap .cat {
  text-align: left;
  font-family: var(--base-font-family);
  padding-bottom: 5px;
  margin-top: 3px;
}


