@charset "utf-8";

/* ↓↓↓ #eng↓↓↓ */
#eng .list {
  width: 100%;
  margin: 30px auto 0 auto;
}

#eng .list:first-of-type {
  margin-top: 60px;
}

#eng .list a {
  display: block;
  width: 100%;
  height: 100%;
}

#eng .list a:hover {
  opacity: .7;
}

#eng .ebook {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #008803;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  #eng .ebook {
    line-height: 1.4;
    font-size: 2.2rem;
  }
}

#eng .ebook::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-55%);
  z-index: 1;
}

#eng .ebook::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background-color: #000;
}

.main-view {
  margin-top: 55px;
}

@media screen and (max-width: 750px) {
  .main-view {
    margin-top: 30px;
  }
}

.definition {
  margin-bottom: 1px;
  display: flex;
}

@media screen and (max-width: 750px) {
  .definition {
    flex-direction: column;
  }
}

.definition dt,
.definition dd {
  padding: 25px 3.159%;
  font-size: 1.4rem;
  line-height: 1.8;
}

#gen .definition dt {
  background-color: #e88e7d;
}

#area .definition dt {
  background-color: #179fc4;
}

#job .definition dt {
  background-color: #E39232;
}

.definition dt {
  width: 208px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .definition dt {
    width: 100%;
    padding: 15px 35px;
    font-size: 2.0rem;
  }
}

.definition dd {
  flex: 1;
  background-color: #f2f2f2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 750px) {
  .definition dd {
    font-size: 1.8rem;
    padding: 25px 35px;
    text-align: inherit;
  }
}

.definition dd p {
  margin-bottom: 5px;
  display: flex;
}

.definition dd p span:first-of-type {
  padding-right: .5em;
}

/* ↑↑↑ #eng↑↑↑ */