.mainviual{
  height: 40vh;
  width: 100%;
  position: relative;
  z-index: 0;
  background: url(../img/apartment_cleaning/main_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  & h1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    text-shadow: 1px 1px 3px #3b3b3b;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 200%;
  }
}
.top_caption{
  margin: 40px auto;
  position: relative;
  z-index: 0;
  & h2{
    width: 100%;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 10px;
    background: #099fe8db;
    position: absolute;
    top: -40px;
  }
  & img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .text{
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.7;
    padding: 0 10px;
    color: #535353;
  }
}
.about{
  margin: 50px 0;
  & h3{
    text-align: center;
    font-weight: normal;
    font-size: 150%;
    color: #3093d8;
    border: 1px solid #3093d8;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 13px 10px 10px;
    position: relative;
    z-index: 0;
    &::before{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #3093d8;
      border-radius: 50%;
      position: absolute;
      top: -12px;
      left: -12px;
    }
    &::after{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #3093d8;
      border-radius: 50%;
      position: absolute;
      bottom: -12px;
      right: -12px;
    }
  }
  .list{
    display: flex;
    flex-wrap: wrap;
    & li{
      width: 50%;
      height: auto;
      position: relative;
      z-index: 0;
      & img{
        display: block;
        width: 100%;
        height: auto;
      }
      & p{
        position: absolute;
        bottom: 0;
        right: 0;
        color: #3093d8;
        background: #ffffffde;
        padding: 10px 15px 8px;
      }
    }
  }
  .text{
    color: #535353;
    margin: 20px 0;
    padding: 0 10px;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
    .title{
      color: #3093d8;
      font-weight: bold;
    }
    .caution{
      color: #F60;
    }
  }
  .btn{
    width: fit-content;
    margin: 30px auto 100px;
    & a{
      display: block;
      background: #F60;
      color: #fff;
      padding: 15px 20px;
      letter-spacing: 1px;
      outline: 1px solid #fff;
      outline-offset: -3px;
    }
  }
}

#fee{
  margin: 50px 0;
  & h3{
    text-align: center;
    font-weight: normal;
    font-size: 150%;
    color: #535353;
    border: 1px solid #535353;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 13px 10px 10px;
    position: relative;
    z-index: 0;
    &::before{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #535353;
      border-radius: 50%;
      position: absolute;
      top: -12px;
      left: -12px;
    }
    &::after{
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #535353;
      border-radius: 50%;
      position: absolute;
      bottom: -12px;
      right: -12px;
    }
  }
  .title{
    margin-bottom: 20px;
    .main{
      display: block;
      color: #fff;
      background: #3093d8;
      font-weight: bold;
      text-align: center;
      font-size: 130%;
      padding: 13px 0 10px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
  }
  & table{
    width: 100%;
    & .data{
      & td{
        &:first-of-type{
          border-right: 1px solid #3093d8;
        }
      }
    }
    & th,
    & td{
      width: 50%;
    }
    & th{
      color: #fff;
      background: #3093d8;
      font-weight: normal;
      letter-spacing: 1px;
      padding: 5px 0;
      &:first-of-type{
        border-right: 1px solid #fff;
      }
    }
    & td{
      text-align: center;
      letter-spacing: 1px;
      line-height: 3;
    }
  }
  .last{
    border-bottom: 1px solid #535353;
    margin-bottom: 30px;
  }
}
.btn_01{
  width: fit-content;
  margin: 0 auto 30px;
  & a{
    display: block;
    background: #45c5c5;
    color: #fff;
    padding: 23px 20px 20px;
    letter-spacing: 1px;
    font-size: 108%;
    outline: 1px solid #FF0;
    outline-offset: -4px;
  }
}
.button-container{
  width: 95%;
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  .button{
    display: block;
    width: fit-content;
    & a{
      display: block;
      background: #3093d8;
      color: #fff;
      padding: 10px;
      font-size: 90%;
    }
  }
}