/*------------------ お問い合わせページ -------------------*/ .inquiry { .attention-required { width:100%; max-width:640px; margin:30px auto 0; text-align:left; @include font-style(12px,400,0,1.2); } span.red { color:$accent-color; } table.form { @media screen and (max-width:$newbreak-sp) { margin:10px auto 30px; } select { width:300px; } } }