.tel-icon a{
position: relative;
}
.tel-icon a::before {
	content:"";
position: absolute;
background: url("../images/common/tel-icon.png") ;  /* アイコン画像 */
background-size:100% auto;
width: 17px;
    height: 17px;
    top: 17px;
    left: 19px;
}
/*
@media (max-width:576px){
html,body{
	overflow-x: hidden;
}	
}
*/

.kantan-3step{
	padding: 60px 0;
}
.kantan-3step .content{
	width: 700px;
	margin: auto;
}
.kantan-3step .item{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #fff7e6;
	padding: 30px;
	margin-bottom: 50px;
	&::after{
	content:"";
	left: 3px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: auto;
	}
	
}
.kantan-3step .item:last-child::after{
	content:"";
			border:0;
	}
.kantan-3step .item-text{
	width: 70%;
}
.kantan-3step .item-label{
	position: absolute;
	background: #ff9c00;
	padding: 5px;
	color: #fff;
	left:-30px;
	top:20px;
}
.kantan-3step .item .heading{
	font-weight: bold;
	font-size: 2.5rem;
	margin: 0 0 15px;
}
.kantan-3step .item .item-img{
	width: 180px;
	flex-shrink: 0;
	margin: 0 0 0 auto;
}
#contact .tel-block{
	box-shadow: 0px 0px 15px -5px #777777;

	text-align: center;
	border-radius: 4px;
	background: #ff9c00;
	padding: 30px;
	margin: 0 0 50px;

}
#contact .tel-block .title{
	font-weight: bold;
	display: block;
	font-size: 2.7rem;
	margin: 0 0 15px;
}
#contact .tel-block .num{
		color: #000;

	position: relative;
	font-family: "Montserrat", sans-serif;
    font-weight: 600;
	display: block;
	font-size: 4rem;
	width: fit-content;
    margin: auto;
}
#contact .tel-block .num::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background:#000 url(../images/common/tel-icon.png) no-repeat center center;
    background-size: 23px 23px;
	width: 40px;
    height: 40px;
    top: 3px;
    left: -51px;
}
#contact .tel-block a{
	color: #000;
}
@media (max-width:576px){
.kantan-3step {
    padding: 30px 0 0;
}	
.kantan-3step .content{
	width: auto;
}
.kantan-3step .item{
	padding:20px 15px;
}
.kantan-3step .item .heading{
	font-size: 1.8rem;
	margin: 0 0 10px;
}
.kantan-3step .item .item-img{
	width: 90px;
	margin-left: 2%;
}
.kantan-3step .item-label{
	left:-10px;
	top:-10px;
}	
#contact .tel-block .title {
    line-height: 1.5;
    font-size: 2.2rem;
    margin: 0 0 12px;
}
#contact .tel-block .num {
    font-size: 2.7rem;

}
#contact .tel-block .num::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #000 url(../images/common/tel-icon.png) no-repeat center center;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    top: 1px;
    left: -38px;
}
}