@charset "UTF-8";
#contents {
  background: url(../img/denim_senryu_bg.jpg) left top repeat-y;
  background-size: 100% auto;
  color: #FFF;
  text-align: left;
  padding: 60px 0 80px;
}

.senryu-wrap {
  width: 954px;
  margin: 0 auto;
}

.senryu-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.senryu-lead {
  text-align: center;
  font-size: 142.9%;
  font-weight: bold;
}
.senryu-lead > p:nth-child(1) {
  margin-bottom: 5px;
}
.senryu-lead br {
  display: none;
}

.senryu-entry {
  text-align: center;
  margin-bottom: 90px;
}

.senryu-entry a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.senryu-archive-ttl {
  background: #aa8b00;
  padding: 5px 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 242.9%;
  font-weight: normal;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
}

.award-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.award-list dt {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}
.award-list dt:first-child {
  margin-top: 0;
}
.award-list dd {
  margin-top: 50px;
  width: 47.6%;
}
.award-list dd.full {
  width: 100%;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  border: #a9901a solid 8px;
  background: #FFF url(../img/award01_02.png) 634px center no-repeat;
  box-shadow: 4px 4px 4px -3px rgba(0, 0, 0, 0.52);
  padding-left: 85px;
}

.notice-list {
  font-size: 128.6%;
  margin-top: 80px;
}
.notice-list li {
  position: relative;
  padding-left: 1em;
  margin: 3px 0 0;
}
.notice-list li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px){
  #contents{
    padding: 30px 15px 40px;
  }
  .senryu-wrap{
    width: auto;
  }
  .senryu-lead{
    font-size: 1.8rem;
  }
  .senryu-lead br{
    display: inline;
  }
  .award-list{
    display: block;
  }
  .award-list dt{
    margin-top: 40px;
  }
  .award-list dt img{
    width: auto;
    height: 40px;
  }
  .award-list dd{
    margin: 10px auto 0;
    width: 80%;
  }
  .award-list dd img{
    width: 100%;
    height: auto;
  }
  .award-list dd.full{
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: #a9901a solid 4px;
    background-position: center -webkit-calc(100% - 10px);
    background-position: center calc(100% - 10px);
    background-size: 110px auto;
    padding: 20px 15px 250px;
  }
  .award-list dd.full img{
    width: 260px;
    height: auto;
  }
  .notice-list{
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
