@charset "UTF-8";

.widget_tel .content_wrapper{
	max-width: 1200px;
	text-align: center;
}
.widget_tel .inner_item_txt{
	border-bottom: none;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.widget_tel .inner_item_tel{
	margin-bottom: 5px;
	border-top: none;
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}
.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	transition: 0.2s ease-in-out;
}
.widget_tel a,
.widget_tel span{
	pointer-events: none;
}
.block_tel_2 a{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.widget_tel a,
	.widget_tel span{
		pointer-events: auto;
	}
}
.widget_tel .inner_item_tel svg{
	display: inline-block;
	z-index: 2;
}
.widget_tel .inner_item_tel path{
	transition: 0.2s ease-in-out;
}
.widget_tel .inner_item_tel a:hover path{
}
.widget_tel .inner_item_img{
	margin-left: auto;
	margin-right: auto;
}
.widget_tel.w100 .inner_item_img{
	width: 100%;
}
.widget_tel.w95 .inner_item_img{
	width: 95%;
}
.widget_tel.w90 .inner_item_img{
	width: 90%;
}
.widget_tel.w85 .inner_item_img{
	width: 85%;
}
.widget_tel.w80 .inner_item_img{
	width: 80%;
}
.widget_tel.w75 .inner_item_img{
	width: 75%;
}
.widget_tel.w70 .inner_item_img{
	width: 70%;
}
.widget_tel.w65 .inner_item_img{
	width: 65%;
}
.widget_tel.w60 .inner_item_img{
	width: 60%;
}
.widget_tel.w55 .inner_item_img{
	width: 55%;
}
.widget_tel.w50 .inner_item_img{
	width: 50%;
}
.widget_tel.w45 .inner_item_img{
	width: 45%;
}
.widget_tel.w40 .inner_item_img{
	width: 40%;
}
.widget_tel.w35 .inner_item_img{
	width: 35%;
}
.widget_tel.w30 .inner_item_img{
	width: 30%;
}
.widget_tel.w25 .inner_item_img{
	width: 25%;
}
.widget_tel.w20 .inner_item_img{
	width: 20%;
}
.widget_tel.w15 .inner_item_img{
	width: 15%;
}
.widget_tel.w10 .inner_item_img{
	width: 10%;
}
.widget_tel.w5 .inner_item_img{
	width: 5%;
}
.widget_tel.w0 .inner_item_img{
	width: 0;
}
.widget_tel .inner_item_img img{
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 450px){
	.widget_tel .inner_item_txt{
		padding: 15px 10px;
	}
}