@charset "utf-8";

body {
  color: #333;
}

a:link {
  color: #c02;
}

.fea_mt0 {
  margin-top: 0 !important;
}

.fea_mb20 {
  margin-bottom: 20px !important;
}

.fea_mb30 {
  margin-bottom: 30px !important;
}

.fea_mb40 {
  margin-bottom: 40px !important;
}

.lp_hover a {
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}

.lp_hover a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.cleaning_overlay {
  position: relative;
  &::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

.cleaning_body {
  margin: 0;
}

.cleaning_mv {
  width: 100%;
  margin-bottom: 20px;
  img {
    width: 100%;
  }
}

.cleaning_table {
  max-width: 1066px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-collapse: collapse;
  margin-bottom: 20px;
  th,
  td {
    border: 1px solid #707070;
    text-align: center;
    font-weight: bold;
  }
}
