.inner {
  padding: 0 10px 10px 10px;
}

.midashi {
  background: #ee1122;
  color: #fff;
  text-align: center;
  padding: 10px 0 8px 0;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.3;
  text-indent: 0;
}
.midashi1 span {
  font-size: 14px !important;
}

.midashi2 {
  padding: 11px 0 11px 10px;
  font-weight: bold;
  margin: 0 10px 15px 0px;
  font-size: 18px;
  border-left: 5px solid #e12;
  text-align: left;
  line-height: 1.3;
}

section {
  margin-bottom: 30px;
}
.list-type-disc li {
  text-indent: -1em;
  margin-bottom: 0.25em;
}
.list-type-disc li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #eeeeee;
  margin-right: 0.5em;
}

.plugins{
      max-width: 500px;
      margin: 0 auto;
}
.plugins dt {
  font-weight: bold;
  background: #eeeeee;
  padding: 0.25em 1em;
}
.plugins dd {
  padding: 0.5em 0;
  margin-bottom: 1em;
  font-size: 116%;
}
.plugins dd a{
  margin-left:1em;
}
.plugins .col2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plugins_logo {
  max-width: 150px;
  vertical-align: middle;
}

@media all and (min-width: 980px) {
  .midashi {
    background-color: #ffffff;
    background-image: linear-gradient(#f5f5f5, #ffffff);
    border: solid 1px #cccccc;
    color: #333333;
    text-align: left;
    font-size: 180%;
    border-bottom: solid 3px #ff4d4d;
    border-radius: 5px 5px 0 0;
    padding: 0;
  }
  .midashi span {
    padding: 20px 20px 10px;
    border: solid 1px #ffffff;
    display: block;
    border-bottom: none;
    border-radius: 5px;
  }

  .midashi2 {
    padding: 0;
    border: solid 1px #cccccc;
    border-radius: 3px;
    background-image: linear-gradient(#ffffff, #f8f8f8);
    box-shadow: 0 2px 3px rgba(65, 65, 65, 0.3);
    position: relative;
  }
  .midashi2::before {
    content: "";
    width: 4px;
    height: 85%;
    display: inline-block;
    position: absolute;
    background: #ff4d4d;
    left: 8px;
  }

  .midashi2 span {
    border-radius: 3px;
    display: block;
    padding: 8px 0 6px 18px;
    border: solid 1px #ffffff;
  }

}
@media all and (max-width: 979px) {
  #content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #inner-content-area {
    width: auto;
  }
  #breadcrumb {
    display: none;
  }
  #rightContent {
    width: auto;
  }

  #leftNav2 {
    width: 100%;
  }

  #leftNav2 > a > img {
    display: none;
  }
  #leftNav2 > a::before {
    width: 100%;
    content: "";
  }

  .left_nav_title {
    background: #ff4d4d;
    color: #ffffff;
    padding: 1em 1em 0.75em;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px #564242;
    transform: scale(1, 1.05);
    box-shadow: 0 1px 1px #999999;
  }
}
            .list-type-disc2 li::before {
  background: none;
}
