@charset "utf-8";

.main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.achievement-top h1 {
  color: var(--main-color);;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.75;
}

.achievement-master {
  padding-left: 40px;
  padding-right: 40px;
}

.main label {
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: 1.0rem;
  margin-bottom: 0.75rem;
  padding-left: 15px;
  border-bottom: 1px solid var(--main-color);;
  border-left: 7px solid var(--main-color);;
}

dl{
  overflow: auto;
}

.paperlist dt {
  margin-top: 0px;
  float: left;
  width: 50px;
  font-weight: bold;
}

.paperlist dd {
  margin: 0px 0 10px 50px;
} 

.reviewlist dt {
  margin-top: 0px;
  float: left;
  width: 50px;
  font-weight: bold;
}

.reviewlist dd {
  margin: 0px 0 10px 50px;
}
.invitedlist dt {
  margin-top: 0px;
  float: left;
  width: 50px;
  font-weight: bold;
}

.invitedlist dd {
  margin: 0px 0 10px 50px;
} 

.booklist dt {
  margin-top: 0px;
  float: left;
  width: 50px;
  font-weight: bold;
}

.booklist dd {
  margin: 0px 0 10px 50px;
}

.patentlist dt {
  margin-top: 0px;
  float: left;
  width: 50px;
  font-weight: bold;
}

.patentlist dd {
  margin: 0px 0 10px 50px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  /* border: solid 1px #ccc; */
  padding: 0.2rem;
  display: block;
  color: #333;
  font-weight: bold;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.5em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0; 
  overflow: hidden;
}

/* .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
} */

.toggle:checked+.title+.paperlist {
  max-height: 6000px;
  transition: all 0.5s;
}

.toggle:checked+.title+.reviewlist {
  max-height: 800px;
  transition: all 0.5s;
}

.toggle:checked+.title+.invitedlist {
  max-height: 2000px;
  transition: all 0.5s;
}

.toggle:checked+.title+.booklist {
  max-height: 1400px;
  transition: all 0.5s;
}

.toggle:checked+.title+.patentlist {
  max-height: 500px;
  transition: all 0.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

@media (max-width: 768px){
  .achievement-master {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apparatus-feature{
    display: block;
    max-width: 90%;
    margin-top: 20px;
  }

}