@charset "UTF-8";

.widget_form form {
    position: relative;
    margin-top: 200px;
}
.widget_form form::before {
    content:"LINEからのお問合せはこちら";
    position: absolute;
	top: -165px;
	left: 50%;
	transform: translateX(-50%);
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.4;
    padding-top: 0;
    letter-spacing: 0.1rem;
    padding-bottom: 13px;
    margin-bottom: 10px;
    width: 100%;
}
.widget_form form::after {
	content:"";
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	background-image: url(/common/upload_data/cattery-glowcom/image/20220405182351.png);
	background-size: contain;
	background-repeat: no-repeat;
}




@media (max-width: 600px) {
.widget_form form::before {
    font-size: 6vw;
}

}