body {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFF8DC;
  }
      
  .clearfix {clear: both;}
  
  .bebas {
    font-family: "Bebas Neue", sans-serif; 
    font-weight: 400; 
    font-style: normal; 
    }
    
  .guide {
    font-family: 'Arial', sans-serif;
    }

    h1.guide { font-size: 26px !important; }
    h2.guide { font-size: 23px !important; }
    h3.guide { font-size: 20px !important; }
    h4.guide { font-size: 17px !important; }
          
  .banner-image {
    min-width: 350px; 
    width: 100%; 
    object-fit: cover;
    margin-bottom: 1.5em;
    }
    
  .p_center {
    width: 100%; 
    text-align:center;
    }
    
  .p_left {
    float:left; 
    font-size: 2em; 
    font-family: 'Arial', sans-serif; 
    font-weight: bold;
    margin-bottom: 1.3em;
    }
        
  .d_center {
    display: flex; 
    justify-content: center;
    }
    
  .d_right {
    float:right; 
    margin-top:2.3em;
    }
        
  .i_left {
    float:left;
    height:400px; 
    padding-right: 100px;
    }
 
  .a_links {
    font-size: 1.2em; 
    font-family: 'Arial', sans-serif; 
    margin: 20px;
    }

.char-section-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 24px 0 6px 0;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.accordion-btn {
  display: block;
  width: 100%;
  padding: 12px 15px;
  text-align: left;
  background-color: #222;
  color: #fff;
  border: none;
  border-bottom: 1px solid #444;
  cursor: pointer;
  margin-top: 3px;
  font-size: 1em;
  font-family: inherit;
}
.accordion-btn:hover {
  background-color: #3a3a3a;
}
.accordion-btn .char-role {
  font-size: 0.85em;
  color: #aaa;
  margin-left: 10px;
  font-style: italic;
}
.accordion-content {
  display: none;
  padding: 14px 18px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 2px;
  line-height: 1.6;
}
.accordion-content h4 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #222;
}
.accordion-content p {
  margin: 0 0 10px 0;
}
.accordion-content .char-detail {
  font-size: 0.9em;
  color: #555;
  font-style: italic;
}
.char-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  clear: both;
}

.char-cover {
  flex-shrink: 0;
  width: 280px;
}

.char-cover img {
  width: 100%;
  display: block;
}

.char-accordion {
  flex: 1;
}
.char-accordion .char-section-title:first-child {
  margin-top: 0;
}
.back-to-top {
  text-align: right;
  font-size: 0.85em;
  margin-top: 18px;
  padding-top: 8px;
  border-top: 1px solid #ddd;
}
.back-to-top a {
  color: #888;
  text-decoration: none;
}
.back-to-top a:hover {
  color: #444;
}
@media (max-width: 600px) {
  .char-layout {
    flex-direction: column;
  }
  .char-cover {
    width: 100%;
  }
}