@charset "utf-8";

/* common.css */

/*----------------------------------------------*/
/*contact*/
/*----------------------------------------------*/

#contact {}

#contact  input.txt { width:480px; }
#contact  input.tel { width:120px; }
#contact .textarea { width:480px; height:120px; padding: 3px 2px; }

#contact  .check { margin: 30px 40px 20px; padding: 20px 30px 20px; border: 1px solid #ccc; background: #ebeced; }
#contact  .check p { margin-bottom: 10px; }
#contact  .check p strong { display: block; margin-bottom: 10px; }
#contact  .check p a { color:#333; text-decoration:underline; }
#contact  .check p a:hover { color:#ffbf00; text-decoration:underline; }
#contact  .check input { vertical-align: middle; margin-right: 5px; }
#contact  .check span { display: block; width: 350px; margin-top: 5px; padding: 3px 8px; border: 2px solid #dc1e1e; background: #ffdcdc; }

#key_visual.contact {
background-color:#f6f6f6;
}

/*----------------------------------------------
PC表示
----------------------------------------------*/
@media screen and (min-width:1280px) {
#contact #main .inner {
width:1280px;
margin:0 auto;
position: relative;
}
}