/*20260616*/

ul.align-box {
  align-items: stretch !important; 
}

ul.flexb.align-box > li {
  display: grid !important;
}

h3.title-bold {
  padding-top: 20px;    
  padding-bottom: 20px; 
}

.text-center-box {
  text-align: center;    
  font-size: 16px ;       
  margin-top: 20px ;     
  margin-bottom: 20px ;   
}

.apf-style dl {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 25px 20px;                         
  border: 1px solid rgba(255, 255, 255, 0.5); 
  box-sizing: border-box;            
}


.perio-section dl dt {
  border-bottom: 1px solid var(--c-05);
  padding-bottom: 8px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  padding-left: 4px;
  margin-top: 35px;
}

.perio-section ul.flexb li.w48 {
  width: 100%;                  
  list-style: none;
  display: flex;              
  justify-content: space-between; 
  flex-wrap: wrap;            
}

.perio-section dl {
  width: 48%;                 
  box-sizing: border-box;       
  margin-bottom: 0;             
}

@media screen and (max-width: 599px) {
  .perio-section ul.flexb li.w48 {
    display: block;            
  }
  .perio-section dl {
    width: 100%;              
  }
 
  .perio-section dl.up-mb-30 {
    margin-bottom: 30px;
  }
  
  .fead-up.text-center-box {
  text-align: left; 
  }
}
