@charset "UTF-8";

* {
    box-sizing: border-box;
}

/*.flex {
    display: flex;
}

.inner {
    width: 90%;
    margin: auto;
}*/
html{
    scroll-behavior: smooth;
}

h3{
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 30px;
}

.bouncing-letters span:nth-child(6) {
    animation-delay: 0.6s;
}

.contact {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-ttl {
    color: #4b3c23;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 8px solid #deb068;
}

.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    padding-left: 30px;
    background-color: #eee;
    vertical-align: top;
}

.contact-body {
    width: auto;
    text-align: left;
}

.red {
    color:red;
    font-weight: normal;
    font-size: small;
}
.alert{
    color: red;
}

.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.contact-sex + .contact-sex {
    margin-left: 10px;

}

.contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-skill {
    display: block;
}

.contact-skill + .contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
}

.contact-submit {
    width: 250px;
    background-color: #deb068;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
    border-radius: 100vh;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}



h4 {
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
}

h5 {
font-size: 1.2em;
padding-bottom: 5px;
}

.remark{
    width: 70%;
    margin: auto;
    margin-bottom: 100px;
}

.remark p{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
}
/* レスポンシブ */

@media screen and (max-width: 768px) {



}