.text-pic img{
	float: left;
	width: 100px!important;
	margin: 0 15px 30px 0;
}
.text-pic p{
	float: right;
	width: calc(95% - 100px)
}


@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */

.float-img-right .text-left{
	float: left!important;
	width: 66%!important;
}
.float-img-right .image-right{
	float: right!important;
	width: 30%!important;
}

}

@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
.float-img-right .text-left{
	float: none;
	margin: 0 0 30px;

}
.float-img-right .image-right{
	float: none;
	margin: 0 0 30px;

}
}
