@charset "utf-8";

/* CSS Document */
/* ----------------------------------------
    Award Ceremony
---------------------------------------- */
#award.award_ceremony {
  font-size: 15px;
}
#award.award_ceremony h4 {
  margin-top: 35px;
}
#award.award_ceremony h5 {
  margin-top: 1em;
  font-size: 100%;
}

.award_ceremony__flex {
  display: flex;
  align-items: flex-start;
}
.award_ceremony__map {
  margin-top: 1em;
  margin-right: 1em;
  width: 400px;
}

.img-title {
  margin-top: 1em;
  width: 330px;
  display: block;
}
.img-present {
  margin: 0.5em 0;
  width: 340px;
  display: block;
}

.spacer1 {
  padding-left: 6.5em;
}
.spacer2 {
  padding-left: 14.3em;
}

.notice {
  margin-bottom: 1em;
  font-size: 18px;
  text-align: center;
  color: #ff0000;
}

.place iframe {
  float: right;
  width: 420px;
  height: 400px;
  margin-top: 10px;
}

.place .text {
  float: left;
}

.program {
  position: relative;
}

.program dt {
  position: absolute;
  left: 0;
}

.program dd {
  display: block;
  padding-left: 150px;
}

.program table th,
.program table td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.program table th {
  width: auto;
}

.yt-contents {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}

.yt-contents li {
  margin-bottom: 2em;
  width: 50%;
}
.yt-contents li a {
  position: relative;
}
.yt-contents li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -21px;
  width: 14px;
  height: 14px;
  background: url(../img/windowopen2.svg) no-repeat;
}

#award ul.download li.mail_link a span {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  #award.award_ceremony {
    font-size: 12px;
  }
  #award.award_ceremony h4 {
    margin-top: 8%;
  }

  .award_ceremony__map {
    width: 50%;
  }

  .img-title {
    margin: 1.5em auto 0;
    width: 70%;
  }
  .img-present {
    margin: 0.5em auto 0;
    width: 70%;
  }
  

  .spacer1 {
    padding-left: 0;
  }
  .spacer2 {
    padding-left: 0;
  }

  .place iframe {
    float: none;
    width: 100%;
    height: 250px;
    margin-top: 3%;
  }

  .place .text {
    float: none;
  }

  .program dd {
    padding-left: 106px;
    padding-bottom: 1em;
  }
  .program p {
    margin-bottom: 1em;
  }
  
  .program table th,
  .program table td {
    display: block;
  }

  .yt-contents li {
    margin-bottom: 1em;
    width: 45%;
    font-size: 12px;
  }
  .yt-contents li:nth-child(2n) {
    margin-left: 10%;
  }
  .yt-contents li a {
    font-size: 10px;
  }
  .yt-contents li a:after {
    bottom: -2px;
    width: 12px;
    height: 12px;
    background-size: contain;
  }

  #award ul.download li.mail_link a span {
    font-size: 11px;
  }

  #award.award_ceremony ul.download li {
    float: none;
    margin: 6% auto 0;
  }

  #award.award_ceremony ul.download a {
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-size: 100% 100%;
  }
}
