@charset "utf-8";
/*お問い合わせ*/

.contact {
    text-align: center;
    margin: 11vh 2% 0 2%;
    padding: 20px 0 20px 0;
    background-color: #ffffff;
    border-radius: 25px;

}

.contact-h1 {
    color: #D07A96;
    font-size: 4vh;

}

.contact-p {
    font-size: 5.5vh;
    font-weight: bold;
}

.contact-about {
    font-size: 2vh;
}
.contact-mail {
    text-align: center;
    margin: 5vh 2% 0 2%;
    padding: 20px 0 20px 0;
    background-color: #ffffff;
    border-radius: 25px;
}
.contact-p-mail {
    font-size: 5vh;
    font-weight: bold;
}
.contact-about > span {
    display: inline-block;
}