@charset "utf-8";

/*お問い合わせフォーム*/
#email {
    width: 100%;
}
#contact{
    width: 100%;
}
.contact-form-btn{
    margin-top: 2%;
    float: right;
}

/*お問い合わせ内容確認ページ*/
.card-header{
    font-size: 20px;
}
.email-confirm{
    margin-top: 3%;
    margin-bottom: 5%;
}
.contact-confirm{
    word-break: break-all;
  overflow-wrap : break-word;
    margin-bottom: 10%;
}
.contact-send-btn-group{
    display: flex;
    justify-content: center;
}
.contact-back-btn{
    margin-right: 10px;
}
.contact-send-btn{
    margin-left: 50px;
}