@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");

h1 {
    word-break: break-all;
    margin: 0;
    font-size: 45px;
    letter-spacing: 3px;
}

h4 {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    letter-spacing: 5px;
}

h5 {
    margin-top: 50px;
    font-size: 20px;
    color: #0f3045;
    letter-spacing: 5px;
}

.main-content-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    z-index: 5;
}

.main-content {
    margin: 0 40px 0 40px;
    max-width: 900px;
}

.RGBshadow {
    text-shadow: -2px 0 rgba(94, 255, 255, 0.5), 0 -2px rgba(30, 20, 255, 0.5), 2px 0 rgba(255, 0, 255, 0.5),
        0 2px rgba(255, 255, 0, 0.5);
    display: inline-block;
}

.gray {
    color: #ccc;
}

.text {
    font-size: 14px;
    color: #0f3045;
    line-height: 35px;
    letter-spacing: 2px;
}

p,
hr {
    margin-top: 50px;
}

li {
    margin-top: 20px;
}

.first {
    margin-left: 10px;
}

.center {
    text-align: center;
    height: 20px;
    margin-bottom: 100px;
}

.black {
    color: #000;
    margin-top: 50px;
}

.title {
    text-align: center;
}

.contact-wrapper {
    margin: 0 10px;
    text-align: center;
    min-width: 200px;
    height: 1100px;
}

.name {
    text-align: left;
    margin-top: 30px;
}

.company_name {
    text-align: left;
    margin-top: 30px;
}

.email {
    text-align: left;
    margin-top: 30px;
}

.tel {
    text-align: left;
    margin-top: 30px;
}

.body {
    text-align: left;
    margin-top: 30px;
}

.submit {
    text-align: center;
    margin-top: 30px;
}

.submit .submit-button[disabled] {
    background-color: #ccc;
    color: #fff;
}

.end-message,
.failre-message {
    text-align: center;
    margin-top: 30px;
}

.contact-wrapper > div > input {
    width: 100%;
    height: 40px;
    border: 1px solid #bbb;
    background-color: #ddd;
    padding: 0 3px;
    font-size: 14px;
    color: #0f3045;
    letter-spacing: 3px;
    border-radius: 10px;
}

textarea {
    width: 100%;
    height: 220px;
    border: 1px solid #bbb;
    background-color: #ddd;
    border-radius: 5px;
    padding: 0 3px;
    font-size: 14px;
    color: #0f3045;
    letter-spacing: 3px;
    border-radius: 10px;
}

.center {
    text-align: center;
    margin-top: 250px;
    height: 150px;
}

.center2 {
    text-align: center;
    margin-top: 50px;
    height: 750px;
}

.checkbox > input {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

button,
input[type="submit"] {
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 30px 50px;
    margin-top: 30px;
}

.dispnone {
    display: none;
}

.text_bold {
    font-weight: bold;
}

hr {
    margin: 25px 10px;
    border: 1px solid #000000;
}

.left {
    display: inline-block;
    text-align: left;
}

.footer-open {
    margin-top: 0px;
}
.footer-tel {
    margin-top: 0px;
}