@charset "utf-8";
/* CSS Document */

.sec01{height:auto; box-sizing:border-box; padding:0; border-bottom:1px dotted #000;}
.sec01>h1{width:auto; height:auto; display:block; margin:30px auto 30px; font-family:"黎ミン M"; font-size:26px; letter-spacing:0.1em; text-align:center;}
.sec01>p{font-size:15px; letter-spacing:0.06em; line-height:30px;}
.sec01>p>a{color:#9F7544; text-decoration:underline; font-family:"ヒラギノ角ゴ W5 JIS2004";}

#formWrap{width:800px; min-height:422px; height:auto; display:block; margin:30px auto;}
#formWrap>.attention{color:#ff0000; font-size:12px;}
#formWrap table.formTable{width:100%;}
#formWrap table.formTable tr th, #formWrap table.formTable tr td{padding:15px 0; text-align:left; vertical-align:top;}
#formWrap table.formTable tr th{width:30%;}
#formWrap table.formTable tr th p{margin:0; padding-top:10px; font-size:15px; line-height:1;}
#formWrap table.formTable tr th p span{color:#ff0000; font-size:12px;}
#formWrap table.formTable tr td{width:70%;}
#formWrap table.formTable tr td input, #formWrap table.formTable tr td textarea{width:100%; padding:5px;}

#formWrap ul.btn{width:600px; margin:30px auto; display:flex; flex-wrap:wrap; justify-content:space-between;}
#formWrap ul.btn li{width:45%; height:auto; position:relative; z-index:0;}
#formWrap ul.btn li input{width:100%; height:42px; display:block; font-size:15px; letter-spacing:0.1em; line-height:42px;  background:#fff; border:solid 1px #103549; border-radius:5px; box-sizing:border-box; color:#103549;}
#formWrap ul.btn li input:hover{cursor:pointer; background:#103549; color:#fff; font-size:16px; letter-spacing:0.3em; box-shadow:0 0 10px #999;}

#formWrap ul.btn li input, #formWrap ul.btn li input:hover{transition:all 0.5s ease;}

/*完了画面*/
p.thanks{margin:30px auto; font-size:15px; line-height:30px;}
a.top{width:300px; height:42px; display:block; font-size:15px; letter-spacing:0.1em; line-height:42px;  background:#fff; border:solid 1px #103549; border-radius:5px; box-sizing:border-box; color:#103549;}
a.top:hover{cursor:pointer; background:#103549; color:#fff; font-size:16px; letter-spacing:0.3em; box-shadow:0 0 10px #999;}
a.top, a.top:hover{transition:all 0.5s ease;}