@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.c-iconList__item.-rss{
	display:none !important;
}
.icon-search, .icon-chevron-up{
	position:relative;
}
.icon-search::before{
	content: "";
  width: 16px;
  height: 16px;
  background-image: url(icon/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: -8px;
  left: 0;
  position: absolute;
}
.icon-chevron-up::before{
	
	content: "";
  width: 20px;
  height: 20px;
  background-image: url(icon/icon_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
