@charset "utf-8";

/*****************************************

  リセット・基本設定

*****************************************/

* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 1rem=10pxに設定 */
  -webkit-text-size-adjust: 100%;
}

header, nav, article, aside, section, footer {
  display:block;
}

body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background: #fff;
  color:#333;
  line-height:1.4;
}

input, select, textarea {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:13px; font-size:1.3rem;
  color:#555;
}

a {color:#04c;}
a:hover {color:#6c0; text-decoration: none;}

strong {font-weight:bold; }
em {font-style: normal; font-weight: normal; color: #FF0000;}
ol,ul,li {list-style:none;}

.center { text-align:center !important; }
.right { text-align:right !important; }
.left {  text-align:left !important; }
.photo {padding:3px; border: 1px solid #ccc;}
.red {color:#f00;}
.w100 {width:100px;}
.w200 {width:200px;}
.w400 {width:400px;}

.fs20 {font-size:20px !important; font-size:2.0rem !important;}

.fl {float:left;}
.fr {float:right;}
.cb {clear:both;}
.fl240 {float:left;  width:240px; margin:0 20px 20px 0;}
.fr240 {float:right; width:240px; margin:0 0 20px 20px;}


img {
  max-width: 100%; 
  height:auto;
  vertical-align:bottom;
}
a img {
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* ClearFix */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;/* for IE 5.5-7 */ position:relative;/* for DW preview */ }

/* webフォント */
@font-face {
  font-family: 'NotoSans';
  font-weight:normal;
  src: url('font/NotoSansCJKjp-Light.woff'),url('font/NotoSansCJKjp-Light.eot');
}

@font-face {
  font-family: 'NotoSans';
  font-weight:bold;
  src: url('font/NotoSansCJKjp-DemiLight.woff'),url('font/NotoSansCJKjp-DemiLight.eot');
}

/***************************************

 レイアウト

***************************************/

#site-header {
  background:#fff;
  position:relative;
  z-index:5;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.2);
}

#content {
  width:1000px;
  margin: 0 auto 30px;
  background: #fff;
}

.main-1 { /* 1カラム */
  width:730px;
  margin:0 auto;
  padding:20px 0;
}

.main-2 { /* 2カラム */
  width:700px;
  padding:20px 0;
  float:right;
}

#side {
  width:270px;
  padding:20px 0;
  float:left;
}

#site-footer {
  background: #ffe;
  border-top:4px solid #f6f6f6;
  padding:0 0 20px;
}

.inner {
  width:1000px;
  margin:0 auto;
  position:relative;
}

#copyright {
  background: #ff7e00;
  padding:0 0 5px;
  text-align:center;
  color:#fff;
  font-family: 'NotoSans';
  font-size:12px; font-size:1.2rem;
}

/***************************************

  見出し・段落・リスト・表

***************************************/

#main h1 {
  margin:0 0 15px;
  padding:0 10px;
  font-family: 'NotoSans';
  font-weight:bold;
  font-size:24px; font-size:2.4rem;
  color:#111;
  text-align:center;
  clear:both;
}

#main p {
  font-size:14px; font-size:1.4rem;
  margin:1em 0;
  position:relative;
}

#main dl {
  font-size:14px; font-size:1.4rem;
  margin:1em 0;
  position:relative;
}

#main ul {
  margin:1em 2em;
}

#main li {
  list-style-type: disc;
  font-size:14px; font-size:1.4rem;
  margin:0 0 0.5em;
}


#main table {
  font-size:14px; font-size:1.4rem;
  margin:1em 0;
  position:relative;
}


/***************************************

  ヘッダー

***************************************/

#desc {
  background: #ffab10;
  padding:3px 0;
  margin:0 0 10px;
}
#desc h1 {
  width:1000px;
  margin:0 auto;
  text-align:left;
  color:#fff;
  font-weight:normal;
  font-size:12px; font-size:1.2rem;
}

#logo {
  width:400px;
  height:90px;
  line-height:1;
  margin:0 0 10px;
}

#logo a{
  display:block;
  text-indent:-999em;
  width:400px;
  height:90px;
  background:url(img/logo.png) top left no-repeat;
}

#tel-mail {
  width:500px;
  position:absolute;
  right:0;
  bottom:0;
}

#tel-mail .tel {
  width:400px;
  float:left;
  text-align:left;
}
#tel-mail .mail {
  width:100px;
  float:left;
  text-align:right;
}

/* グローバルナビ */

#gnav {
  background:#27a5b8;
  text-align:center;
}

#gnav ul {
  width:1000px;
  margin:0 auto;
}

#gnav li {
  width:150px;
  float:left;
  border-left:1px solid #5ac;
  font-family: 'NotoSans';
  font-size:15px; font-size:1.5rem;
}

#gnav li.first,
#gnav li.last {
  width:100px;
}
#gnav li.second {
  width:200px;
}

#gnav li.last {
  border-right:1px solid #5ac;
}

#gnav a {
  display:block;
  padding:12px 0;
  color:#fff;
  text-decoration:none;
  background:#27a5b8;
}

#gnav a:hover,  #gnav a.current {
  background:#1a5ca0;
}

/* パンくず */

#path {
  background:#f6f6f6;
}

#path ul{
 width:960px;
 margin:0 auto;
  padding:10px 0;
 line-height:1;
}

#path li{
  float:left;
  font-size:12px; font-size:1.2rem;
  color:#999;
}

#path li a{
  color:#999;
}


/***************************************

  サイド

***************************************/

#side ul {
  border:10px solid #ac6;
  border-radius:10px;
}

#side li {
  font-size:13px; font-size:1.3rem;
  border-bottom:1px dotted #ddd;
}

#side a{
  display:block;
  width:100%;
  color:#666;
  text-decoration:none;
  padding:14px 0 14px 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#side li.sub a{
  padding-left:2.2em;
}


#side a:hover{
  color:#333;
  background:#ffa;
}

/***************************************

  フッター

***************************************/

/* PAGETOP */

.totop {
  text-align:right;
  padding:10px 0;
 }

/* フッター 案内 */
.footer-info {
  width:500px;
  float:left;
  margin:20px 0;
  padding:30px;
  background: #fff;
  text-align: left;
  border:2px dashed #866;
}

.footer-info ul{
  margin:20px 30px 0;
  font-size:14px; font-size:1.4rem;
}

/* フッター MENU */

.footer-nav {
  width:380px;
  float:right;
  margin:20px 0;
  font-family: 'NotoSans';
}

.footer-nav h3{
  font-size:16px; font-size:1.6rem;
  border-bottom:1px solid #422;
  margin:0 0 3px;
  padding:0 20px;
  color:#422;
}

.footer-nav ul {
  border-bottom:1px dashed #ddd;
}

.footer-nav li {
  font-size:14px; font-size:1.4rem;
  border-top:1px dashed #ddd;
}

.footer-nav li.first {
  border:none;
}

.footer-nav a{
  color:#422;
  text-decoration:none;
  display:block;
  padding:5px 20px;
}

.footer-nav a:hover{
  text-decoration:underline;
}

/***************************************

  空家・空地管理の必要性
  
***************************************/


.support h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.support h2:before {
  content: url(img/nikukyu_s.png);
  margin:0 10px 0 0;
  position: relative;
  top: 8px;
}

#main .akiyatoha table {
  width:640px;
  margin:0 auto 20px;
}

.akiyatoha th {
  width:120px;
  vertical-align: top;
  padding:10px 0 0;
}

.akiyatoha td  {
  font-size:14px; font-size:1.4rem;
  font-family: 'NotoSans';
  padding:10px;
  text-align: left;
  vertical-align: top;
}

.akiyatoha h3 {
  font-size:18px; font-size:1.8rem;
  margin:0 0 1em;
  padding:5px 20px;
  color:#000;
  background:#ccf6f6;
}

.risk h3 {
  font-size:18px; font-size:1.8rem;
  margin:1em 0;
  padding:10px;
  color:#fff;
  text-align:center;
  background:#333;
  font-family: 'NotoSans';
  border-radius:8px;
}

.sodan1 h3 {
  font-size:20px; font-size:2.0rem;
  font-weight:bold;
  color:#27A4B8;
  padding:5px;
  border-bottom:3px double #27A4B8;
  margin:0 0 20px;
  font-family: 'NotoSans';
}

#main .sodan1 dl {
  border:1px solid #27A4B8;
  width:330px;
  float:left;
  margin:0 20px 20px 0;
  border-radius:8px;
}

.sodan1 dt {
  font-size:16px; font-size:1.6rem;
  color:#fff;
  background:#27A4B8;
  margin:0 0 10px;
  padding:5px;
  text-align:center;
  font-family: 'NotoSans';
  font-weight:bold;
  border-radius:8px 8px 0 0;
}

.sodan1 dd {
  font-family: 'NotoSans';
  font-size:14px; font-size:1.4rem;
  margin:0 10px;
  padding:10px 5px;
  border-bottom:1px dashed #ccc;
}

.sodan1 dd.last {
  padding:10px 5px 10px 30px;
  border:none;
}

.sodan2 h3 {
  font-size:20px; font-size:2.0rem;
  font-weight:bold;
  color:#82C241;
  padding:5px;
  border-bottom:3px double #82C241;
  margin:0 0 20px;
  font-family: 'NotoSans';
}

#main .sodan2 dl {
  border:1px solid #82C241;
  width:330px;
  float:left;
  margin:0 20px 20px 0;
  border-radius:8px;
}

.sodan2 dt {
  font-size:16px; font-size:1.6rem;
  color:#fff;
  background:#82C241;
  margin:0 0 10px;
  padding:5px;
  text-align:center;
  font-family: 'NotoSans';
  font-weight:bold;
  border-radius:8px 8px 0 0;
}

.sodan2 dd {
  font-family: 'NotoSans';
  font-size:14px; font-size:1.4rem;
  margin:0 10px;
  padding:10px 5px;
  border-bottom:1px dashed #ccc;
}

.sodan2 dd.last {
  padding:10px 5px 10px 30px;
  border:none;
}


.sodan1 dd:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px;
  color:#F05D78;
}

.sodan2 dd:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px;
  color:#FF7E00;
}

.sodan1 dd.last:before, .sodan2 dd.last:before{
  display: none;
}

/***************************************

  ご利用の流れ
  
***************************************/

.service1 {
  border:5px solid #82C241;
  border-top:none;
  margin:30px 0 0;
  padding:0 0 20px;
}

.service2 {
  border:5px solid #F05D78;
  border-top:none;
  margin:30px 0 0;
  padding:0 0 20px;
}

.service3 {
  border:5px solid #FB9E4D;
  border-top:none;
  margin:30px 0 0;
  padding:0 0 20px;
}

.service4 {
  border:5px solid #27A5B8;
  border-top:none;
  margin:30px 0 0;
  padding:0 0 20px;
}

#main p.memo {
  background:#eee;
  padding:10px 20px;
  margin:20px;
  border-radius:8px;
}

#main .service1 ul,
#main .service2 ul {
  margin:30px 30px 30px 40px;
}
.service h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.service h2:before {
    content: url(img/nikukyu_s.png);
    margin:0 10px 0 0;
    position: relative;
    top: 8px;
}


.service h3{
  font-size:22px; font-size:2.2rem;
  margin:0 0 20px;
  padding:10px 20px;
  font-family: 'NotoSans';
  font-weight:bold;
  color:#fff;
  background:#27A5B8;
  clear:both;
}

.service .service1 h3{ background:#82C241;}
.service .service2 h3{ background:#F05D78;}
.service .service3 h3{ background:#FB9E4D;}
.service .service4 h3{ background:#27A5B8;}

#main .service3 table {
  width:640px;
  margin:30px auto;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}

.service3 th, .service3 td  {
  font-size:14px; font-size:1.4rem;
  font-family: 'NotoSans';
  padding:10px 0;
  width:25%;
  text-align: center;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.service3 th {
  background:#f6f6f6;
}

.service3 table span {
  background:#f00;
  color:#fff;
  padding:0 5px;
  border-radius:4px;
  font-size:13px; font-size:1.3rem;
  font-weight:bold;
}


#main .service4 table {
  width:600px;
  margin:30px auto;
}

.service4 th {
  font-size:14px; font-size:1.4rem;
  font-family: 'NotoSans';
  padding:10px 0 0 1em;
  width:240px;
  text-align: left;
  vertical-align: top;
  border-bottom:1px solid #ccc;
}

.service4 td  {
  font-size:14px; font-size:1.4rem;
  font-family: 'NotoSans';
  padding:10px;
  text-align: left;
  vertical-align: top;
  border-bottom:1px solid #ccc;
}

#main .service4 p {
  margin:1em 20px;
}

/***************************************

  活用提案

***************************************/

.catch {
  margin:0 0 15px;
  padding:0 10px;
  font-family: 'NotoSans';
  font-weight:bold;
  font-size:24px; font-size:2.4rem;
  color:#111;
  text-align:left;
  clear:both;
}

.plan th {
  vertical-align:top;
}

.plan td {
  vertical-align:top;
  padding:0 0 0 20px;
}

.plan1, .plan2, .plan3 {
  padding:20px;
  margin:0 0 20px;  
}

.plan1 {
  border:2px solid #82C241;
}

.plan1 h3{
  color:#fff;
  background: #82C241;
  padding:8px 20px;
  font-family: 'NotoSans';
  font-weight:bold;
  font-size:16px; font-size:1.6rem;
  border-radius:8px;
}

.plan2 {
  border:2px solid #F05D78;
 
}

.plan2 h3{
  color:#fff;
  background: #F05D78;
  padding:8px 20px;
  font-family: 'NotoSans';
  font-weight:bold;
  font-size:16px; font-size:1.6rem;
  border-radius:8px;
}

.plan3 {
  border:2px solid #27A5B8;
 
}

.plan3 h3{
  color:#fff;
  background: #27A5B8;
  padding:8px 20px;
  font-family: 'NotoSans';
  font-weight:bold;
  font-size:16px; font-size:1.6rem;
  border-radius:8px;
}

/***************************************

  セミナー

***************************************/

.seminar-info {
  width: 600px;
  margin:20px auto;
  height: 150px;
  overflow: auto;
  border:1px solid #999;
}
.seminar-info dl{
}

.seminar-info dt{
  font-size:14px; font-size:1.4rem;
  font-weight:bold;
  margin:1em ;
  border-bottom:1px dotted #999;
}

.seminar-info dd{
  font-size:12px; font-size:1.2rem;
  margin:0 0 0 3em;
}

.seminar h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.seminar h2:before {
    content: url(img/nikukyu_s.png);
    margin:0 10px 0 0;
    position: relative;
    top: 8px;
}

.seminar1 dt{
  font-size:16px; font-size:1.6rem;
  margin:0 300px 10px 0;
  padding:5px 20px;
  font-family: 'NotoSans';
  color:#fff;
  background:#F05D78;
  border-radius:8px;
}

.seminar2 dt{
  font-size:16px; font-size:1.6rem;
  margin:0 300px 10px 0;
  padding:5px 20px;
  font-family: 'NotoSans';
  color:#fff;
  background:#82C241;
  border-radius:8px;
}

.seminar1 dd, .seminar2 dd{
  font-size:14px; font-size:1.4rem;
  margin:0 300px 5px 0;
  padding:3px 20px;
  font-family: 'NotoSans';
  border-bottom:1px dashed #bbb;
}


.seminar1 dd:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px 0 0;
  color:#F05D78;
}

.seminar2 dd:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px 0 0;
  color:#82C241;
}

.seminar-btm {
  clear:both;
  margin:20px 0 0;
}

/***************************************

  団体

***************************************/

.about h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.about h2:before {
    content: url(img/nikukyu_s.png);
    margin:0 10px 0 0;
    position: relative;
    top: 8px;
}

.about h3 {
  font-size:16px; font-size:1.6rem;
  font-family: 'NotoSans';
  font-weight:bold;
  margin:1em 0 0;
  border-bottom:1px solid #ccc;
  clear:both;
}

.about table {
  width:640px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin:1em;
}

.about th {
  width:10em;
  text-align:center;
  padding:10px 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: normal;
  background:#f6f6f6;
}

.about td {
  text-align:left;
  padding:10px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.staff-list div{
  width: 30%;
  float:left;
  margin:0 3% 3% 0;
  border:1px solid #ccc;
}

#main .staff-list dl, #main .staff-list p{
  margin:1em;
}
#main .staff-list dt{
  font-weight:bold;
}


/***************************************

  お問い合わせ

***************************************/

.contact h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.contact h2:before {
    content: url(img/nikukyu_s.png);
    margin:0 10px 0 0;
    position: relative;
    top: 8px;
}

.contact table{
  width:100%;
  margin: 30px auto;
  border-top:1px dotted #ccc;
}

.contact th{
  padding:20px ;
  text-align:right;
  width:180px;
  border-bottom:1px dotted #ccc;
  background: #f6f6f6;
  vertical-align: top;
  font-weight: normal;
  font-size:13px; font-size:1.3rem;
}

.contact th.hissu {
    background: #ffeeee url(img/nikukyu_hissu.png) no-repeat 10px 15px;
}

.contact td {
  padding:20px;
  text-align:left;
  border-bottom:1px dotted #ccc;
  line-height:1.6;
  vertical-align: top;
  font-size:13px; font-size:1.3rem;
}

.form input[type="text"] , .form select , .form textarea {
  padding:2px 10px;
  font-size:14px; font-size:1.4rem;
  color:#666;
  border:1px solid #999;
}

.form input[type="submit"] {
  width:280px;
  height:60px;
  text-align:center;
  font-size:16px; font-size:1.6rem;
  color:#fff;
  background:#1A5CA0;
  border:4px solid #f6f6f6;
  -webkit-appearance: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form input[type="submit"]:hover {
  background:#27A5B8;
}

/***************************************

  リンク

***************************************/

.link h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.link h2:before {
    content: url(img/nikukyu_s.png);
    margin:0 10px 0 0;
    position: relative;
    top: 8px;
}

/***************************************

  新着情報

***************************************/

.news h2{
  font-size:24px; font-size:2.4rem;
  margin:30px 0 ;
  padding:0 5px 8px 5px;
  font-family: 'NotoSans';
  color:#42060c;
  clear:both;
  background:url(img/bg_h2.png) repeat-y left bottom;

}

.news h2:before {
    content: url(img/nikukyu_s.png);
    margin:0 10px 0 0;
    position: relative;
    top: 8px;
}

#main .news-list li{
  margin:0 0 10px;
  list-style:none;
}

.news li span{
  font-size:9px; font-size:0.9rem;
  color:#fff;
  background:#d66;
  margin:0 10px;
  display:inline-block;
  width:6em;
  text-align:center;
}

.news li.t1 span{background:#F05D78;}
.news li.t2 span{background:#82C241;}
.news li.t3 span{background:#27B3DF;}
.news li.t4 span{background:#AD729E;}

.news li a{
  color:#333;
  text-decoration: none;
}

.news li a:hover{
  color:#666;
  text-decoration:underline;
}

/***************************************

 トップページ

***************************************/

#top-img {
 background: #f6f6f6;
}

#top-img div {
  text-align:center;
  width:1000px;
  margin:0 auto;
}
#top-img img{
  width:1000px;
}

.nayami {
  border:1px solid #ccc;
  border-top:10px solid #FF7E00;
  margin:30px 0 0;
  padding: 0 20px ;
}

.nayami h2{
  font-size:21px; font-size:2.1rem;
  margin:0;
  padding:10px 0;
  font-family: 'NotoSans';
  clear:both;
}

.jirei {
  border:5px solid #27A5B8;
  border-top:none;
  margin:30px 0 0;
  padding:0 0 20px;
}

.jirei h2{
  font-size:22px; font-size:2.2rem;
  text-align:center;
  margin:0 0 20px;
  padding:10px 20px;
  font-family: 'NotoSans';
  font-weight:bold;
  color:#fff;
  background:#27A5B8;
  clear:both;
}


#main .jirei h3{
  font-family: 'NotoSans';
  font-size:18px; font-size:1.8rem;
  border-bottom:1px dashed #999;
  padding:5px 0;
  margin:1em 20px;
}

#main .jirei p{
  margin:1em 20px;
}




/***************************************

  Webフォント

***************************************/

#path li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 10px ;
}

#path li.first:before {
  display:none;
}

.footer-info .tel:before {
  content: "\f095";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px 0 0;
  color:#333;
}

.footer-info .mail:before {
  content: "\f003";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px 0 0;
  color:#333;
}

.footer-nav li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px;
}

#side li a:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px 0 0;
  color:#FFAB10;
}

.nayami h2:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin:0 5px 0 0;
  color:#FF7E00;
  font-size:30px;
}

