@charset "UTF-8";

/*文字・背景色*/

.color-red{
  color: #BF4000!important;
}

.bg-red{
  background-color: #BF4000!important;
}

.color-gray{
  color: #A0A0A0;
}

.arc-d-bg-top{
  background: #F8F7F6;
}

.link-btn-width{
  width:263px;
}

@media screen and (max-width: 275px){

  .link-btn-width{
    width:100%;
  }

}

/*メインpt*/

.main-height{
  padding-top: 130px;
}

@media screen and (min-width: 992px){

  .main-height{
    padding-top: 110px;
  }

}

/*アーカイブページ*/

.archive-speaker-img{
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 576px){
  .archive-speaker-img{
    max-width: 222px;
  }
}

.archive-link{
  color: #2480EB!important;
}

.archive-download-thumb{
  aspect-ratio: 324 / 181;
}
.archive-iframe-pt{
  padding-top: 56.25%; /* 16:9 */
}