@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

#service img.box{
    display: block;
    float: right;
    margin-bottom: 30px;
    margin-left: 30px;
}

#service p.catch{
  width: 700px;
  padding-top: 128px;
  overflow: hidden;
  height: 0;
  background: url("../images/title_back.jpg") no-repeat center center;
  display:block;
  margin-bottom: 30px;
}

#service .ba{
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  display: inline-block;
}

#service img.left{
  clear: both;
  float: left;
  width: 303px;
  height: 263px;
  display: block;
}
#service img.arrow{
  float: left;
  width: 63px;
  height: 44px;
  display: block;
  margin-top: 90px;
  margin-left: 15px;
  margin-right: 15px;
}
#service img.right{
  float: left;
  width: 303px;
  height: 263px;
  display: block;
}


#service .border{
  clear: both;
  background-image: url("../images/border_top.png"),
                    url("../images/border_bottom.png"),
                    url("../images/border_left.png"),
                    url("../images/border_right.png");
  background-repeat: no-repeat,no-repeat,repeat-y,repeat-y;
  background-position: top,bottom,left,right;
  padding: 20px;
}

#service p.center{
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}


#service p.bold{
    font-weight: bold;
    margin-bottom: 20px;
}

#service p.text{
  margin-bottom: 15px;
}



/* btn */
#service .formBtn {
    overflow: hidden;
    clear: both;
    padding-top: 50px;
}

#service .formBtn li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 18px;
    margin-top: -10px;
    background-image: url(../../images/common/contents/arrow.png);
    background-size: 100%;
}

#service .formBtn li a {
    color: #0c6ea8;
    text-decoration: none;
    width: 330px;
    text-align: center;
    margin: auto;
    position: relative;
    padding: 16px 90px;
    font-size: 15px;
    color: #0c6ea8;
    border: 3px solid;
    border-radius: 11px;
    background: #fff;
    font-weight: bold;
    display: block;
}








@media only screen and (max-width: 768px) {

.cont h1 {
	background-image: url(../images/title_sp.png);
}
  
#service p.catch{
  width: 100%;
  padding-top: 19.10%;
  overflow: hidden;
  height: 0;
  background: url("../images/title_back_sp.jpg") no-repeat center center;
  background-size: 100%;
  display:block;
  margin-bottom: 20px;
}
  
  #service img.box{
  width: 100%;
  padding-top: 67.91%;
  overflow: hidden;
  height: 0;
  background: url("../images/image01_sp.png") no-repeat center center;
  background-size: 100%;
  display:block;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
  }
  
  #service img.box.b02{
  background: url("../images/image02_sp.png") no-repeat center center;
  background-size: 100%;    
  }
  #service img.box.b03{
  background: url("../images/image03_sp.png") no-repeat center center;
  background-size: 100%;    
  }
  #service img.box.b04{
  background: url("../images/image04_sp.png") no-repeat center center;
  background-size: 100%;    
  }
  
  

  #service img.left{
  width: 100%;
  padding-top: 85.07%;
  overflow: hidden;
  height: 0;
  background: url("../images/before_sp.png") no-repeat center center;
  background-size: 100%;
  display:block;
  float: none;
  margin-top: 20px;
  margin-bottom: 20px; 
  }
  
  #service img.arrow{
    width: 20%;
    padding-top: 29%;
    overflow: hidden;
    height: 0;
    background: url(../images/arrow_sp.png) no-repeat center center;
    background-size: 100%;
    display: block;
    float: none;
    margin: 20px auto 20px auto;
  }
  
  #service img.right{
  width: 100%;
  padding-top: 85.07%;
  overflow: hidden;
  height: 0;
  background: url("../images/after_sp.png") no-repeat center center;
  background-size: 100%;
  display:block;
  float: none;
  margin-top: 20px;
  }
  
  #service p.center {
    margin: 10px 0;
}
  
#service .border {
    margin-top: 20px;
  }
  
#service p.bold {
    margin-bottom: 10px;
}  
  
  #service .formBtn li a{
    width: 90%;
  }  
  
#service .formBtn {
    padding-top: 20px;
}  
  
  
  
}
