@charset "UTF-8";
 .footer_prof .address {
max-width: 280px;
margin: auto;
}
.contactus {
max-width: 300px;
border: 3px solid lightgray;
border-radius: 5px;
background-color: whitesmoke;
box-sizing: border-box;
padding: 10px;
margin: auto;
}
.contactus .adress {
text-align: center;
color: rgb(60, 60, 60);
}
.contactus .tel {
text-decoration: none;
font-family: "arial black";
color: darkred;
display: block;
text-align: center;
font-size: 24px;
}
.contactus .text {
font-size: 14px;
color: rgb(60, 60, 60);
text-align: center;
}
.contactus .btform {
text-decoration: none;
background: linear-gradient(to top left, dodgerblue 70%, deepskyblue);
color: white;
display: block;
width: 200px;
height: auto;
margin: 10px auto;
line-height: 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
border-radius: 10px;
border: 2px outset khaki;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
padding: 5px 5px;
}
.contactus .btform span {
all: initial;
line-height: 12px;
font-size: 12px;
color: white;
}
.contactus .btform:hover {
opacity: 0.7;
}
.contactus .btform:active {
transform: translate(1px, 1px);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}  .grecaptcha-badge { visibility: hidden; }
footer .copySection p:nth-child(2) {
display:none !important;
}
div.page-header{
background-image: url(https://ss-kogyo.com/wp/wp-content/uploads/2020/12/Slide3.jpg);
background-size: cover;
color: black;
text-shadow: 1px 1px 2px white;
}