.caption{
  background: url(../images/h2_bg.jpg) no-repeat center center;
  background-size: cover
}

.content .inner{
  position: relative;
}
.content .content_business{
  padding: 20px 0 0;
  height: 560px;
  background: url(../images/business_bg.png) no-repeat center top;
}
.content .content_business .copy{
  position: absolute;
  left: 30px;
}
.content .content_business .business_1{
  position: absolute;
  left: 30px;
  top: 170px;
  width: 300px;
  padding: 0 0 140px;
  background: url(../images/business_1.png) no-repeat left bottom;
}
.business_1_sub_ttl {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    background: linear-gradient(45deg, #004c97, #0065af);
}
.content .content_business .business_2{
  position: absolute;
  right: 30px;
  top: 0px;
  width: 300px;
  padding: 150px 0 0;
  background: url(../images/business_2.png) no-repeat left top;
}
.content .content_business .business_3{
  position: absolute;
  right: 30px;
  top: 320px;
  width: 360px;
  padding: 50px 0 50px 150px;
  background: url(../images/business_3.png) no-repeat left top;
}
.content .content_business div h3{
  font-weight: bold;
  font-size: 22px;
  color: #005ea8;
  margin: 0 0 5px;
}
.content .content_business div p{
  font-size: 12px;
}
.content #section1,
.content #section2,
.content #section3{
  position: relative;
  top: -120px;
}
.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: 50%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.content .section .img{
  width: 50%;
  float: right;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.content .sus{
  background: #FFF;
  padding: 20px;
  margin: 0 0 20px;
}
.content .sus .susInner{
  border: 1px solid #245497;
  padding: 20px 20px;
  background: url(../images/sus_bg.jpg) no-repeat left bottom;
}
.content .sus .susInner .img{
  width: 280px;
  float: left;
}
.content .sus .susInner .txt{
  width: 570px;
  float: right;
}
.content .sus .susInner .txt h3{
  background: url(../images/sus_h3_bg.jpg) no-repeat left bottom;
  padding: 0 0 20px;
  margin: 0 0 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4em;
}
.content .sus .susInner .txt .point{
  margin: 0 0 20px;
}
.content .sus .susInner .txt .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;
}
.content .sus .susInner .txt .point p{
  font-size: 13px;
  line-height: 1.7em;
}

.content .kaisou .left{
  width: 440px;
  float: left;
  padding: 0px 0px 0;
  box-sizing: border-box;
}
.content .kaisou .left .price{
  text-align: center;
  border: 1px solid #CCC;
  padding: 10px 0;
  margin: 10px 0 10px;
}
.content .kaisou .left .price strong{
  color: #e60012;
  margin: 0 0 0 10px;
}
.content .kaisou .left .price strong span{
  font-size: 26px;
  font-weight: normal;
}
.content .kaisou .left ul li{
  width: 50%;
  float: left;
  font-size: 13px;
}
.content .kaisou .right{
  width: 460px;
  float: right;
  padding: 20px 10px 20px;
  box-sizing: border-box;
  background: #eeeeee;
}
.content .kaisou .right p{
  text-align: center;
}

/*==========================================================================================

  768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {

  .content .content_business{
    height: auto;
  }
  .content .content_business .copy{
    position: relative;
    left: 0px;
    margin: 0 auto 20px;
    width: 300px;
  }
  .content .content_business .business_1{
    position: relative;
    left: 0px;
    top: 0;
    width: auto;
    padding: 0 0 0;
    margin: 0 10px 30px;
    background: url(../images/business_1.png) no-repeat left 40px;
    background-size: 80px 80px;
    min-height: 120px;
  }
  .content .content_business .business_2{
    position: relative;
    left: 0px;
    top: 0;
    width: auto;
    padding: 0 0 0;
    margin: 0 10px 30px;
    background: url(../images/business_2.png) no-repeat left 40px;
    background-size: 80px 80px;
    min-height: 120px;
  }
  .content .content_business .business_3{
    position: relative;
    left: 0px;
    top: 0;
    width: auto;
    padding: 0 0 0;
    margin: 0 10px 30px;
    background: url(../images/business_3.png) no-repeat left 40px;
    background-size: 80px 80px;
    min-height: 120px;
  }
  .content .content_business div h3{
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0 0 5px;
    text-align: center;
    border-bottom: 1px dotted #CCC;
  }
  .content .content_business div p{
    font-size: 12px;
    padding: 0 0 0 90px;
  }
  .business_1_sub_ttl{
    font-size: 12px;
    /* padding: 0 0 0 90px; */
    padding: 0;
    width: calc( 100% - 90px );
    margin-left: auto;
  }

  .content #section1,
  .content #section2,
  .content #section3{
    position: relative;
    top: -40px;
  }
  .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 .txt img{
    width: auto;
    max-width: 49%;
  }
  .content .section .img{
    width: auto;
    float: none;
    padding: 0;
  }


  .content .sus .susInner{
    padding: 0;
    border: 0;
    background: none;
  }
  .content .sus .susInner .img{
    width: auto;
    float: none;
  }
  .content .sus .susInner .txt{
    width: auto;
    float: none;
  }
  .content .sus .susInner .txt h3{
    font-size: 18px;
    line-height: 1.2em;
  }
  .content .sus .susInner .txt .point h4{
    line-height: 1.2em;
    min-height: 30px;
  }

  .content .kaisou .left{
    width: auto;
    float: none;
    margin: 0 0 20px;
  }
  .content .kaisou .left p img{
    max-width: 440px;
  }
  .content .kaisou .left ul li{
    width: auto;
    float: none;
  }
  .content .kaisou .right{
    width: auto;
    float: none;
  }
  .content .kaisou .right p img{
    max-width: 420px;
  }

}
