@charset "utf-8";


.mainview-kasou {
  width: 100%;
  height: 400px;
  background-image: url(../img/service-main.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}

@media (max-width:768px) {
    
}

.service {
  margin-top: 70px;
  padding-bottom: 80px;
}

.service h1 {
  font-size: 40px;
  color: #099F9F;
  text-align: center;
}

.ttl-bb {
  width: 45px;
  margin: 0 auto;
  border-bottom: 2px solid #099F9F;
  margin-top: -20px;
}

.service-01,.service-02,.service-03 {
  padding-bottom: 60px;
}

.service-comment {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}

.service-ttl {
  width: 90%; 
  max-width: 700px;
  text-align: center;
  font-size: 35px;
  margin: 0 auto;
  color:  #099F9F;
  border-top: 1px solid #099F9F;
border-bottom: 1px solid #099F9F;
padding: 17px 0;
margin-top: 20px;
}

.service-gaiyou {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #FF9800;
  text-align: center;
  margin-top: 20px;
}

.service-text {
  width: 90%;
  max-width: 520px;
margin: 0 auto;
margin-top: 20px;
}

.service-01 {
  background-color: #F3FBFF;
  padding-top: 30px;
  margin-top: 20px;
  padding: 50px 0;
}

.service-02,.service-03,.service-04 {
  padding: 60px 0;
}

.service-syousai {
  width: 90%;
  max-width: 800px;
  text-align: center;
  display: flex;
  background-color: #fff;
  border: #099F9F solid 1px;
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 30px;
}

.service-01-img {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-02-img {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-03-img {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-01-content {
  width: 50%;
}

.service-02-content {
  width: 33%;
}

.service-03-content {
  width: 33%;
}


.service-syousai h3 {
  color:  #099F9F;

}

.service-03 {
  background-color: #F3FBFF;
  margin-top: 20px;
}


.item-point {
  width: 350px;
background-color:#FF9800;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding-left: 20px;
padding-top: 15px;
margin-top: 30px;
}

.item-point-text {
  width: 165px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
padding-left: 1.5em;
}

.item-point-text::before {
  content: url(../img/check-box.svg);
  position: absolute;
  left: 2%;
}

@media (max-width:768px) {
  .service-01-content {
 width: 100%;
 margin-top: 20px;
  }

  .service-03-content {
    width: 90%;
    margin-top: 20px;
  }
  

  .service-syousai-01 {
    flex-direction: column;
    align-items: center;
  }


  .service-syousai-03 {
    flex-direction: column;
    align-items: center;
  }

  .service-01-content {
    width:80%;
  }
  

  .service-02-img {
    width: 80%;
  }

  }


@media (max-width:540px) {
.service-01-content {

}
}
