.caption{
  background: url(../images/h2_bg.jpg) no-repeat center center;
  background-size: cover
}

.content .inner{
	position: relative;
}
.content .section{
  background: #FFF;
  padding: 20px;
  margin: 0 0 20px;
}
.content .section h3{
  height: 50px;
  color: #FFF;
  background: #245497;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px;
}
.content .section h3 span{
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #FFF;
}
.content .section form{
  margin: 20px 0 0;
}
.content .section form table{
  margin: 10px 0 0;
  width: 100%;
}
.content .section form table th{
  width: 30%;
  background: #f0f0f0;
  color: #245497;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-right: 20px solid #FFF;
  border-bottom: 10px solid #FFF;
  text-align: left;
  position: relative;
  padding: 0 0 0 10px;
}
.content .section form table th span{
  position: absolute;
  right: 10px;
  background: #f19149;
  color: #FFF;
  padding: 2px 10px;
  border-radius: 5px;
}
.content .section form table td{
  border-bottom: 10px solid #FFF;
  padding: 10px 20px 10px 0px;
}
.content .section form table td input[type=text]{
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.content .section form table td textarea{
  width: 100%;
  height: 10em;
}
.content .section form table td .error{
  color: #F00;
}
.content .section form p.submit{
  text-align: center;
}
.content .section form p.submit input[type=submit]{
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: #245497;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
}
.content .section form p.submit input[type=submit]:hover{
  background: #000;
}

.content .telSection{
  margin: 0;
}
.content .telSection p{
  text-align: center;
  font-size: 16px;
}
.content .telSection p.tel{
  width: 520px;
  height: 100px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: bold;
  color: #245497;
  margin: 10px auto 20px;
  padding: 20px 0 20px 150px;
  background: #eeeeee url(../images/icon_tel.png) no-repeat left 80px center;
  line-height: 1em;
  text-align: left;
  box-sizing: border-box;
}
.content .telSection p.tel span{
  display: block;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 0;
  line-height: 1em;
  color: #000;
}



/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {

  .content .section h3{
    height: auto;
    font-size: 16px;
  }
  .content .section h3 span{
    height: auto;
    line-height: 1.4em;
    padding: 5px 0;
  }

  .content .mailSection p{
    font-size: 12px;
  }
  .content .section form table th{
    width: 40%;
    font-size: 12px;
    border-right: 10px solid #FFF;
  }
  .content .section form table th span{
    display: block;
    position: relative;
    width: 30px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    left: 0px;
  }
  .content .section form table td{
    font-size: 12px;
    padding: 10px 0px 10px 0px;
  }
  .content .section form p.submit input[type=submit]{
    width: 200px;
    height: 40px;
    line-height: 40px;
  }

  .content .telSection p.tel{
    width: 280px;
    font-size: 26px;
    background: #eeeeee url(../images/icon_tel.png) no-repeat left 20px center;
    background-size: 40px 40px;
    padding: 20px 0 20px 70px;
  }
  .content .telSection p.tel span{
    font-size:  16px;
  }
}
