@charset "utf-8";

html{
    font-size: 62.5%;
    color: #333;
    font-size: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;

}

*{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a{
text-decoration: none;
color: #555;
}

.service-tb{
    text-align: center;
    
}

.service-tb .midashi{
    margin-bottom: 50px;
}



