@charset "UTF-8";
/* CSS Document */
.section-qa-top{
    margin:140px auto 100px;
    width:100%;
    background-color: #dee7e8;
    height:300px;
}
.section-qa-top h1{
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-family:  YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    padding-top: 100px;
    padding-bottom: 30px;
}
.section-qa-top h2{
font-size: 4.5rem;
line-height: 4.5rem;
font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
}
.section-qa-top-text p{
    font-size: 1.6rem;
    margin-bottom: 100px;
}
.post-label{
    display:block;
    position: relative;
    margin-top:30px;
}
.post-label label{
    position: absolute;
    left:20%;
    top:10%;
    padding-top: 10px;
}
.post-label input,.post-label textarea{
    width:400px;
    margin-left: 200px;
    border:none;
}
.post-label input{
    height:50px;
}
.check-button input{
    margin-top: 70px;
    width:300px;
    height: 50px;
    background-color: #3f5064;
    color:#fff;
    margin-bottom: 100px;
}
