@charset "utf-8";
/*==========================================================
CSS information
file name  :  more-contents-parts.css
style info :  

==========================================================*/

/*============================================
以下タイトルはbase-common-partsにてベース設定があります。
============================================*/
/*======================共通タイトル======================*/
.main-article .normal_title-icon:before{
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
content: "\f0a9";
color:#F02D3A;
margin-right: 8px;
}

/*======================簡単検索タイトル======================*/
.main-article .easyserch_title:before{
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
content: "\f002";
color:#F02D3A;
margin-right: 8px;
}

/*======================エリア検索タイトル======================*/
.main-article .areaserch_title:before{
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
content: "\f5a0";
color:#F02D3A;
margin-right: 8px;
}

/*======================フリーワード検索タイトル======================*/
.main-article .freewordserch_title:before{
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
content: "\f11c";
color:#F02D3A;
margin-right: 8px;
}

