@charset "UTF-8";
/* --------------------
   Septictank
-------------------- */
/* -- #about -- */
#pglink{ padding-top: 60px; }
@media screen and (min-width: 769px){
   #pglink{ padding-top: 100px; }
}
/* -- #septictank01 -- */
#septictank01{ padding-top: 80px; }
#septictank01 h1{ margin-bottom: 15px; }
#septictank01 h2{ margin-bottom: 20px; }
#septictank01 .flex{
   flex-wrap: wrap;
   gap: 40px;
   display: flex; }
#septictank01 .item{ width: 100%; }
#septictank01 .item .photo{
   margin-bottom: 20px;
   width: 100%;
   border-radius: 10px;
   overflow: hidden; }
#septictank01 .item .photo img{ width: 100%; }
#septictank01 .item p{ margin-top: 1em; }
#septictank01 a.next{ margin-top: 80px; }
@media screen and (min-width: 769px){
   #septictank01{ padding-top: 160px; }
   #septictank01 h1{ margin-bottom: 30px; }
   #septictank01 h2{ margin-bottom: 40px; }
   #septictank01 .flex{ gap: 40px; }
   #septictank01 .item{ width: calc(50% - 20px); }
   #septictank01 a.next{ margin-top: 160px; }
}