/* ★★★★★★★★★★★★ 
 お問い合わせ 個別
★★★★★★★★★★★★ */

/* @@@@@@@@@@@@@@@@@@@@ 
 左サイドの設定
@@@@@@@@@@@@@@@@@@@@ */

.name_a {
 margin-top:20px;
 margin-left:90px;
 }

#name {
 margin-top:10px;
 margin-left: 35px;
 }


.email_a {
 margin-top:30px;
 margin-left:90px;
 }

#email {
 margin-top:10px;
 margin-left: 35px;
 }


.content {
 margin-top:30px;
 margin-left:90px;
 position: relative;
 }

.content-label {
 top: 0;
 left: 0;
 }

#content {
 margin-top:10px;
 margin-left:35px;
 height: 200px;
 width: 350px;
 }


textarea {
 resize: auto;
 max-width: 500px;
 max-height: 300px;
 min-width: 400px;
 min-height: 200px;
 width:400px;
 height:200px
 font-size:110%;
}


.button {
 margin-top: 30px;
 width: 550px;
 text-align: center;
 }

button {
 width: 130px;
 height: 30px;
 border: none;
 background-color:rgb(49,169,221);
 color: white;
 font-weight:bold;
 font-size: 113%;
 font-family: ＭＳ ゴシック;
 border-radius:5px; 
 }


/* 必須 */

.req {
 vertical-align:top;
 font-size:85%;
 font-weight:bold;
 margin-left:15px;
 margin-right:10px;
 padding:0px 5px 0px 5px;
 color:white;
 background-color:rgb(251,59,111);
 border-radius:5px; 
 }



