@charset "UTF-8";

body {
    background-color: #4BCFFA;
}

.header-container {
    width: 85vw;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.header-item {
    display: flex;
    padding-left: 6px;
}

#contact {
    padding-top: 150px;
    margin: 0 0 60px 0;
}

#title {
    text-align: center;
    margin-bottom: 20px;
}

#title h1 {
    font-size: 32px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #fff;
}

#title p {
    font-size: 24px;
    margin: 0;
    padding-top: 3px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

#contact-form {
    width: 860px;
    margin: 40px auto 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
}

dt {
    font-size: 1em;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

dd {
    padding: 5px 0;
    border-bottom: solid 1px #1E272E;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1em;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

input {
    border: solid 0px;
    background-color: #fff;
    padding: 0;
}

textarea {
    border: solid 0px;
    background-color: #fff;
    width: 98%;
    font-size: 16px;
    padding: 5px;
    resize: vertical;
    max-height: 400px;
    min-height: 200px;
}

span {
    margin-left: 1em;
    background-color: #ff5e57;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 0.6em;
    color: #fff;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

input[type="button"] {
    padding: 10px 40px;
    background-color: #FFC048;
    color: #fff;
    font-size: 16px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 6px;
    cursor: pointer;
}

footer {
    background-color: #FFC048;
}

.connecter {
    width: 100%;
    margin-left: 0;
}

.connecter img {
    width: 100%;

}

#footer-logo {
    width: 15%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#footer-list {
    display: flex;
    width: 1024px;
    margin: 40px auto 100px auto;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
}

.footer-list_item {
    width: 20%;
    margin-right: 16px;
}

.footer-list_item:last-child {
    margin-right: 0;
}

#footer-list p {
    color: #fff;
    padding: 10px 0 5px 0;
    border-bottom: solid 1px #fff;
}

#footer-list p a {
    text-decoration: none;
    color: #fff;
}

#advice-contents p {
    border-bottom: none;
    padding-top: 0;
}

#copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    margin: 0;
}











