
.contact-table tr {
    border-bottom: 2px solid;
    border-color: #E5E7EB
}

.contact-table th,
.contact-table td {
    padding: 2rem 0.5rem
}
.ima {
  background-color: #F9F9F6;
  padding: 40px;
  border-radius: 20px;
}
.sikaku {
    background: #FFFFFF;
border: 1px solid #B9B9B9;
padding: 4px 20px;
font-size: 20px;
margin-bottom: 20px;
width: 240px;
}
.soto {
  margin-left: 9px;
  margin-bottom: 5px;
}
.contact-table th {
    text-align: left
}

.contact-form input::placeholder {
    color: #1F2937
}

.f-contact {
    background: url(../images/f-contact-bg.png)no-repeat;
    background-size: 100%100%;
    width: 196px;
  padding-left: 10px;
}

.fixedElement {
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    z-index: 100;
    top: 0 ;
    backdrop-filter: blur(20px);
}
.kenga {
  border: 2px solid #c9c9d0;
  padding: 40px 20px 10px;
  width: 83%;
  margin: 80px auto;
  border-radius: 15px;
}
.cen {
    text-align: center
}

html {
    scroll-behavior: smooth
}

.error-message {
    display: none
}
.bg-green-300{
        background-color: rgb(0, 167, 111);
}