@charset "UTF-8";
/*お問い合わせ PC*/

#content1 {
margin-bottom: 60px;
}

#content1 h2 {
font-size: 1.5em;
font-weight: bold;
border-bottom: 2px solid #222;
margin-bottom: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

#content1 p {
margin-bottom: 30px
}

#content1 h3 {
font-size: 1.2em;
font-weight: bold;
}
#privacy {
border: 1px solid #aaa;
padding: 15px;
}

/*フォーム
---------------------------------------------------*/
#content2 th,
#content2 td {
border-bottom: 1px solid #aaa;
padding: 10px;
}

#content2 th {
width: 20%;
text-align: left;
}

#content2 table {
border-collapse:  collapse;
border-top: 1px solid #aaa;
}

#content2 p {
margin-top: 30px;
}

#content2 textarea {
width: 100%;
}

#content2 span {
color: #ff0000;
}

/*確認画面*/
#formWrap {
  color: #222 !important;
  line-height: 1.5em !important;
  font-size: 1em !important;
}

#formWrap h3 {
font-size: 1.5em;
font-weight: bold;
border-bottom: 2px solid #222;
margin-bottom: 30px;
padding-top: 5px;
padding-bottom: 5px;
}

table.formTable {
  margin: 30px auto !important;
}