@charset "UTF-8";

a:hover{ opacity: 0.6;}
.tc {
  text-align: center;
}
.exhibition-title {
  padding-left: 20px;
  background: url(/common/img/parts/arrow_icon01.png) no-repeat left 0.3em;
  line-height: 1.4;
  font-size: 1.6em;
  text-decoration: underline;
}
.tec-event {
  margin-top: 40px;
  margin-bottom: -80px;
  padding: 38px 0 46px;
  background-color: #efeff1;
}
.tec-event:first-child {
  margin-top: 0;
}
.no-event {
  margin-top: 25px;
  line-height: 1.4;
  font-size: 1.6em;
}
.no-event:first-child {
  margin-top: 0;
}
.link_report {
		display: flex;
		justify-content: space-between;;
}
.link_report .btn {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 50px;
}
.link_report .btn a{
    font-size: 114.29%;
    display: block;
    width: 400px;
    padding: 14px 0 15px;
    border: none;
    background-color: #eb050b;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

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

  .link_report .btn {
      margin-top: 1em;
      margin-right: 0;
  }
  .link_report .btn a{
      width: 100%;

  }

}