@charset "utf-8";

/*
# =================================================================
# 気候変動適応のミステリー
# =================================================================
*/

.mystery-download-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}

.mystery-download-box .box-col3__item:first-child {
  text-align: center;
}

.mystery-download-box .box-col3__item:first-child img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.mystery-download-list {
  list-style-type: square;
  margin: 0;
  padding-left: 1.8em;
}

.mystery-download-list li {
  margin-bottom: 0.5em;
}

.mystery-download-list li::marker {
  font-size: 1.5em;
}

.mystery-download-list li:last-child {
  margin-bottom: 0;
}

.mystery-subject-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.mystery-subject-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}

.mystery-subject-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
}

.mystery-subject-list li:last-child {
  margin-bottom: 0;
}

.textbox.tx-gray-3 ul > li {
  font-size: 14px;
  line-height: 2;
}
