@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

.content h2{
padding: 0.4em 0.5em;color: #494949;
background: #c8e1fb;
border-left: solid 7px #295dd3;
border-bottom: solid 3px #6591be;
}
.content h3 {
position: relative;background: #f1f8ff;
padding: 0.25em 0.5em;border-left: solid 2em #5c9ee7;
}
Copy

.singleTitle {
padding: 300px 0!important;
}
@media only screen and (max-width: 767px){
.singleTitle {
padding: 100px 0!important;
}
}

H@media only screen and (max-width: 767px){
.singleTitle {
padding: 100px 0!important;
}
	
.widget ul li {
font-weight:bold;
}
.widget ul li::before {
font-family: FontAwesome;
content: “\f07c “;/*アイコン*/
padding-right:3px;/*アイコンから文字までの隙間*/
color: #FFC042; /*アイコン色*/
}
.widget ul li .cat-item{
font-weight:normal!important;
}
.widget ul li .cat-item::before{
font-family: FontAwesome;
content: “\f105 “;/*アイコン*/
padding-right:3px;/*アイコンから文字までの隙間*/
color: #FFC042; /*アイコン色*/
}
.widget ul li {
margin-bottom: inherit!important;
border-top: inherit!important;
}
.widgetSticky {
padding-top: 130px;
}