@charset "UTF-8";

#main div:before,
#main div:after,
section:before,
section:after,
figure:before,
figure:after,
article:before,
article:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
  display: none;
}

.flexbox {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
  margin-bottom: 25px;
}

.flexbox figure {
  flex: 0 0 250px;
}

.flexbox p,
.flexbox dl {
  flex: 1 1 auto;
}

.flexbox dl {
  display: grid;
  gap: 1rem;
  grid-template-columns: 5rem 1fr;
}

.flexbox figure img {
  width: 100%;
  height: auto;
}

@media (width <=480px) {
  .flexbox {
    flex-direction: column-reverse;
  }
}

#box2 {
  margin-top: 0;
}

#box2 dl,
.flexbox .classinfo {
  margin-bottom: 20px;
}

#box2 dt span {
  background-color: #3eb2d4;
  color: #FFF;
  padding: 2px 10px;
}

#box2 dd {
  color: #3eb2d4;
}

#box2 dd span {
  background-color: #e4f6ff;
  padding: 2px 5px;
  margin-right: 10px;
}

#box2 .inner {
  margin-top: 20px;
}

#box2 h3 {
  width: 100%;
  margin-bottom: 10px;
}

#box2 .listbox {
  margin-bottom: 15px;
}

#box2 .listitem {
  margin-bottom: 5px;
}