@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/

#index {
  margin: 0;
  padding: 25px;
}

#index .headArea {
  margin: 0 0 25px;
}

#index .headArea h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h2,
#index .sec02 h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h3,
#index .sec02 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h4,
#index .sec02 h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h5,
#index .sec02 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h6,
#index .sec02 h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 p.lead,
#index .sec02 p.lead {
  margin: 0 0 30px;
}

#index .sec01 {
  margin: 0 0 50px;
  padding: 25px;
  border: 1px solid #D5D5D5;
}

#index .sec02 {
  margin: 0 0 50px;
  padding: 25px;
  border: 1px solid #D5D5D5;
}

#index .sec01 p,
#index .sec02 p {
  margin: 0 0 20px;
}

#index .sec01 p:last-child,
#index .sec02 p:last-child {
  margin: 0;
}

.l-mv-logo img {
  width: 160px;
}

.toc-bg {
  background: #fef9ea;
  padding: 3rem 2rem 2rem;
}

.accordion-btn {
  margin: 0rem auto 0rem auto;
}
.toc_parts {
  width: 800px;
  margin: 5rem auto 0rem;
}



.l-header {
  background: #fef9ea;
}

.l-main-area {
  margin: 0 auto 0rem 0;
  /* padding: 0 0 7rem; */
  /* background: #fef9ea; */
}

#toc .chapter .chapter-h:first-child {
  display: none;
}

.section-wrap {
  background: #fef9ea;
}

@media screen and (max-width: 480px) {
  .l-mv::before {
    content: none;
  }
  .l-mv-logo img {
    width: 120px;
  }
  .l-mv-title span {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}