@charset "UTF-8";
/*お問い合わせ スマホ*/

#content1 {
padding: 15px 15px 30px;
}

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

#content1 p {
margin-bottom: 30px
}

#content1 img {
display: block;
margin: 0 auto 30px;
width: 50vw;
height: auto;
}

#content1 #name {
line-height: 2em;
text-align: center;
}

#content1 strong {
font-size: 1.5em;
}

#content1 span {
font-size: 0.85em;
}

/*フォーム
---------------------------------------------------*/
#content2 {
padding: 15px 15px 30px;
}

#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: 40vw;
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;
}

#formWrap input {
font-size: 1.2em;
margin-bottom: 20px;
}