.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{
  height: 50px;
  color: #FFF;
  background: #245497;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px;
}
.content .lead h3 span{
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #FFF;
}

.content .section{
  background: #FFF;
  padding: 20px;
  margin: 0 0 20px;
}
.content .section .img{
  width: 240px;
  float: left;
  box-sizing: border-box;
}
.content .section .txt{
  width: 440px;
  float: right;
  box-sizing: border-box;
}
.content .section .txt h4{
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #245497;
  margin: 0 0 20px;
}
.content .section .txt h4 span{
  display: inline-block;
  background: #245497;
  color: #FFF;
  margin: 0 20px 0 0;
  padding: 5px 10px;
  border-radius: 5px;
}
.content .section .txt p strong{
  color: #e60012;
}

.content .arrow{
  margin: 20px 0;
}

/*==========================================================================================

	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;
  }


}
