/* bodyの設定 */
body {
/*   ハイライト理由不明：エラーではない模様。プリプロセッサCSS言語だからCSSでは解釈されないうんたらかんたらまでは分かった */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #33475b;
  background-color: #fff;
  font-family: "AvenirNext","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.625;
  margin: 0;
  padding: 0;
}

.topic_pass_1 {
  margin-top: 100px;
  margin-bottom: 0px;
  text-align: right;
}

.caution_state {
/*     height: 75px; */
    margin-top: 100px;
  margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

body .resources-container {
  max-width: 1200px;
  margin: 0 auto; /* マージン幅は自動 */
  display: flex; /* 表示形式はブロックレベルのフレックスコンテナボックスを指定 */
  justify-content: space-between;
}

.resources-sidebar-container {
  float: left; /* 画面位置を左側に固定  */
  width: 30%;
}

.sidebar-filters {
    padding: 34px 22px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

}

.filter-group
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 3px 0;
}

.filter-group input#search-by {
    flex: 1 0 auto;
    font-size: 14px;
    padding: 0 8px;
    min-height: 34px;
    letter-spacing: .1px;
    line-height: 2.5;
    border: 1px solid #dbe2eb;
    border-radius: 3px 0 0 3px;
    border-right: none;
    max-width: calc(100% - 30px);
    -webkit-appearance: none;
}

.filter-group .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 34px;
    background-color: transparent;
    border: 1px solid #dbe2eb;
    border-radius: 0 3px 3px 0;
    border-left: none;
    width: 30px;
    padding: 0;
    -webkit-appearance: none;
}

.search-button:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 16px;
    height: 6px;
    width: 2px;
    background-color: #00769b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-button:after {
    content: " ";
    color: #00769b;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 100%;
}

.resources-results-container {
  float: right; /* 画面位置を左側に固定 */
  width: 70%;
}

.resource-items-container .resource-item {
    padding: 24px 11px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    background-color: #fff;
/*     display: -webkit-flex;
/*     display: flex;
    -webkit-flex-direction: column; */
    flex-direction: column; */
    -webkit-align-content: center;
    align-content: center;
    position: relative;
    transition: box-shadow .3s;
    margin-bottom: 25px;
}

.dynamic-page {
  align-content: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

h1#content-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

p#content-description {
  margin-top: 50px;
  margin-bottom: 50px;
}

div#content-download1 {
  margin-top: 50px;
  margin-bottom: 5px;
}

div#content-download2, div#content-download3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tagimg_opt, .tagimg_pub, .tagimg_cat {
  background-color: #FF00FF;
  display: inline-block;
  flex-direction: row;
  display: -webkit-inline-block;
  -webkit-flex-direction: row;
  border-radius: 5px;
}

.tagimg_opt, .tagimg_pub, .tagimg_cat {
  background-color: #c8366d;
}
.tagimg_pub {
  background-color: #7f5898;
}
.tagimg_cat {
  background-color: #3b5f9b;
}

.tagimg_opt p, .tagimg_pub p, .tagimg_cat p {
  font-size: 15px;
  color: #fff;
  padding: 1px 5px;
}

