@charset "utf-8";
/* CSS Document */


/* icon */

.link-icon:after{

    content: "\f35d";
    width: 7px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    color: #A7A7A7;

}


/* category */

div.category{
}

main#contents #main .list_content ul li .info{
}


.category span{
  	border:1px solid #B4B4B4;
	color:#777777;
	background:#fff;
  font-family: HelveticaNeue, HiraginoSans-W4, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
	line-height:24px;
}

  .category span.category01 {
    background: #336BAD;
	border:none;
    color: #fff;
  }
  .category span.category02 {
    background: #3DB8DA;
	border:none;
    color: #fff;
  }
  .category span.category03 {
    background: #DB4647;
	border:none;
    color: #fff;
  }
  .category span.category04 {
    background: #D79E50;
    color: #fff;
	border:none;
  }
  .category span.category05 {
    background: #3889F6;
    color: #fff;
	border:none;
  }



