.new__sp__tel{
    display: block;
    border-radius: 0.86em;
    background: #ff8303;
    color:#000;
    padding: 5px;
    border-bottom: 4px solid #af6522;
    margin: 2em auto;
    text-decoration: none;
}

.new__sp__tel.none{
	display:none;
}

.new__sp__tel:hover{
    text-decoration: none;
}

.new__sp__tel p{
    margin-bottom: 0;
}
.new__sp__tel .title{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.new__sp__tel:hover .title, .new__sp__tel:hover .Inner .Text .bottom{
    color:#000;
}

.new__sp__tel .Inner{
    background: #fff;
    padding: .5em;
    border-bottom-left-radius: 0.86em;
    border-bottom-right-radius: 0.86em;
    border-right: 0.86em;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.new__sp__tel .Inner .finger{
    width: 90px;
    height: 60px;
    background: url(../images/cta_finger.png)no-repeat right center;
    background-size: contain;
}

.new__sp__tel .Inner .Text{
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new__sp__tel .Inner .Text .tel{
    color:#c1272d;
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 39px;
    line-height: 1.1;
}

.new__sp__tel .Inner .Text p{
    line-height: 1.1;
}
.new__sp__tel .Inner .Text .top{
    color:#ff8303;
    font-weight: bold;
    font-size: 14px;
}

.new__sp__tel .Inner .Text .bottom{
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
