.btn_inq {
	margin-bottom: 10px;
	text-align: center;	
}

.btn_inq img {
	width: 95%;

}

.btn_tell_sp {
	margin-bottom: 10px;
	line-height: 1.625;
    max-width: 84vw;
    margin-left: auto;
    margin-right: auto;
}


.btn_tell_sp a {
    height: 21.3333vw;
    padding-left: 18.6666vw;
    padding-right: 8vw;
    background-color: #57b597;
    border-radius: 10.6666vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
    background-image: url("../img/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: 8.2666vw auto;
    background-position: left 6.9333vw center;
    padding-left: calc(53vw / 3.75);
}

.btn_tell_sp a p {
    font-weight: bold;
    font-size: 3.7333vw;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.btn_tell_sp a .number {

    color: #fff;
    font-size: calc(28vw / 3.75);
}
.eng {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    font-feature-settings: "palt";
}