#contents .main-wordcloud-page {
  width: 1280px;
  padding-top: 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#contents .main-wordcloud-page .main-wordcloud-box {
  width: 962px;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
}
#contents .main-wordcloud-page .main-wordcloud-box .select-wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#contents .main-wordcloud-page .main-wordcloud-box .select-wrapper select {
  padding: 6px 16px;
  height: 40px;
  border: 1px solid #bebebe;
  color: #7c7c7c;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 150px;
  background: url("/resource/image/pc/ico/reportArrow.svg") top 8px right 16px no-repeat;
}
#contents .main-wordcloud-page .main-wordcloud-box .wordcloud {
  width: 100%;
  height: 667px;
  background-color: #dbdbdb;
}