
h3{
  font-size: 120%;
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
}

h3:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}

.mgb10{
	margin-bottom: 10px;
}

.ccl:before {
  color: #a1ceff;
}

.fcf{  
     background:#fff8dc;  
     border-top:1px dotted #ccc;  
     border-right:1px dotted #ccc;  
     border-left:7px solid #ff7f50;  
     border-bottom:1px dotted #ccc;
	 padding: 5px 5px 5px 5px;
	 margin-bottom:20px;
}

.feature_boxtt{
	font-size: 2.2rem;
}

.fe_honbun{
	position: relative;
}

.feleft{
	float: left;
	width:65%;
	margin: 2% 2% 2% 0;
}

.feright{
	float:right;
	width:28%;
	margin: 2% 0 2% 2%;
}

.feleft img{
	width:100%;
}

.feright img{
	width:100%;
}

.fehidari{
	width: 300px;
}