.sreq  {display: flex; width:90%; margin:0 auto; margin-top:20px; font-size:14px;}
.sreqc  {flex: 1; margin:10px; padding:20px 0; margin-bottom:10px; border-radius:3px; border:solid 1px #339900; background:#EFF8E5; text-align:center;}
.sreqc .ttl {color:#339900; font-size:18px;}

.stel {font-size:24px; font-weight:bold;}
.stel::before {content:""; display: inline-block; width: 24px; height: 24px; background-image: url('images/point/tel_g.png'); background-size: contain; background-repeat: no-repeat; vertical-align: middle; margin-right: 5px;}

@media screen and (max-width:768px){
	.sreq { flex-direction: column;}
}
