#guidelines {
  position: relative;
}
#guidelines h2 {
  background: #dde688;
}

.normal_h2 {
  position: absolute;
  left: 0;
  padding: 0 1em 0 22%;
  height: 2.2em;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 140%;
  /* margin: 1.7em 0 0 0; */
  color: #fff;
  top: -4em;
  left: -22%;
}
/*募集要項*/
.guideline .left,
.comment .news {
  width: 30%;
}
.guideline .left img {
  width: 100%;
}
.comment .news {
  padding: 1em;
  margin: 0.8em 0 0 0;
  border: 1px solid red;
}
.comment .news .ttl {
  margin: 0;
}
.comment .news .dat {
  margin: 0.1em 0 1em 0;
  font-size: 80%;
  line-height: 120%;
  border-top: 1px solid #555;
  padding-top: 0.3em;
}
.comment .news a {
  font-size: 80%;
  color: red;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guideline .right,
.comment .txt {
  width: 67%;
  margin-left: 3%;
}

#guidelines h3 {
  font-size: 120%;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.comment {
  font-size: 80%;
  line-height: 160%;
}
.comment span {
  display: block;
  text-align: right;
  font-size: 90%;
}

/*コンテスト募集要領*/

#log_guideline table {
  width: 100%;
  box-sizing: border-box;
  background: #555;
}
#log_guideline td:first-child {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 1em;
}
#log_guideline td {
  width: 80%;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
  padding: 1em;
}

.file_btn {
  width: 100%;
  margin: 1em 0 0.5em 0;
  justify-content: space-between;
}

.file_btn li {
  /*min-width: calc(100% / 5.3);*/
  border: 1px solid #555;
  border-radius: 0.3em;
  background: #fff;
  filter: drop-shadow(2px 2px 3px #ccc);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 80%;
  padding: 0.5em 1em;
}
.file_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file_btn li:hover {
  color: #e89439;
  transform: scale(0.95);
  border: 1px solid #e89439;
  filter: drop-shadow(1px 1px 2px #888);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/*****************************************************/
.guidelines_fbg {
  background: #dde688;
  background-image: url(../../common/images/guidelines/foot_bg.svg);
  background-position: center top -16vw;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 0vw;
  height: 65vw;
}
