.cv-contents {
  font-weight: 300;
  font-size: 1.3rem;
  min-width: 920px;
  margin-bottom: 140px;
  color: rgb(43, 43, 43);
}

.choose-lang {
  display: flex;
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 24px;
  cursor: pointer;
  font-size: 1.6rem;
}

.title {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin: 18px 0 6px 0;
}

.content {
  letter-spacing: 1px;
  display: flex;
  margin-bottom: 6px;
}

.content .left {
  width: 120px;
}

.content .middle {
  width: 260px;
}

#ja .title {
  font-size: 1.3rem;
}

#ja .content {
  font-size: 1.2rem;
}

.award {
  padding-bottom: 60px;
}

@media screen and (max-width: 920px) {
  .title {
    font-size: 1.4rem;
  }
  
  .content {
    font-size: 1.2rem;
  }

  #ja .title {
    font-size: 1.2rem;
  }
  
  #ja .content {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 1.2rem;
  }
  
  .content {
    font-size: 1rem;
  }

  #ja .title {
    font-size: 1rem;
  }
  
  #ja .content {
    font-size: 0.8rem;
  }

  .content .left {
    width: 80px;
  }
  
  .content .middle {
    width: 220px;
  }
}

#ja, #en, #de {
  display: none;
}

.bar {
  margin: 0 4px;;
}

.choosed {
  font-weight: bold;
}