.caption{
  background: url(../images/h2_bg.jpg) no-repeat center center;
  background-size: cover
}

.content .lead{
  margin: 0 0 20px;
  text-align: center;
}
.content .lead h3{
  color: #245497;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.content .lead p{
}

.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 .txt{
  width: 450px;
  float: left;
  box-sizing: border-box;
}
.content .section .img{
  width: 230px;
  float: right;
  box-sizing: border-box;
}
.content .sec4 .txt{
  width: 100%;
  float: none;
}
.content .sec4 .point{
  margin: 20px 0 0;
}
.content .sec4 .point h4{
  background: url(../images/icon_point.jpg) no-repeat left top;
  line-height: 30px;
  padding: 0 0 5px 40px;
  margin: 0 0 5px;
  border-bottom: 1px dotted #CCC;
  font-size: 16px;
  color: #245497;
}

/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {

  .content .lead{
    padding: 0 10px;
  }
  .content .lead h3{
    font-size: 20px;
    line-height: 1.4em;
  }

  .content .section h3{
    height: auto;
    font-size: 16px;
  }
  .content .section h3 span{
    height: auto;
    line-height: 1.4em;
    padding: 5px 0;
  }
  .content .section .txt{
    width: auto;
    float: none;
    padding: 0;
  }
  .content .section .img{
    width: auto;
    float: none;
    padding: 0;
  }


}
