.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section {
  line-height: 2; 
  margin-bottom: 60px;
}

.sectionTitle {
  padding-bottom: 20px;
}

.description {
  margin-bottom: 10px;
}

.imageAltText {
  margin: 10px 0 10px 0;
  text-align: center;
  width: 100%;
}

.ulSound {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.liSound {
  text-align: center;
  width: 18%;
  box-sizing: border-box;
}

.imageSound {
  width: 30%;
  height: auto;
  cursor: pointer;
  user-select: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* wordpressのadmin barが動かないようにする */
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed !important;
  }
}