@charset "UTF-8";
/*技報電子化研究会の実施案内*/
.events.gihou h3 {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding: 12px 15px;
  border-left: 6px solid #cf0226;
  background-color: #eee;
}
.events.gihou .right {
  text-align: right;
}
.events.gihou .red {
  font-weight: bold;
}
.events.gihou table {
  width: 100%;
  border-top: solid 2px #aaa;
  border-bottom: solid 2px #aaa;
  border-collapse: collapse;
  text-align: center;
}
.events.gihou table th, .events.gihou table td {
  width: 33%;
  border-bottom: solid 1px #aaa;
  padding: 10px 5%;
}
.events.gihou thead {
  background-color: #333;
  color: #fff;
}
.events.gihou table tbody th {
  background-color: #f5f5f5;
}
.events.gihou h5 {
  font-size: 18px;
  font-weight: normal;
  color: #cf0226;
  margin-bottom: 15px;
}
.events.gihou .box {
  padding: 15px 5%;
  background: linear-gradient(45deg, rgba(243, 252, 254), rgba(236, 235, 246));
}
.events.gihou .box h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto -5px;
}
.events.gihou .box ul li {
  margin: 5px auto;
}
.events.gihou .box section {
  margin: 30px auto;
}
.events.gihou .btn a {
  display: block;
  text-decoration: none;
  color: #cf0226;
  text-align: center;
  padding: 10px 0;
  border: solid 2px #cf0226;
  border-radius: 50px;
  width: 350px;
  position: relative;
}
.events.gihou .btn i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
}
.events.gihou .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #cf0226;
}
.events.gihou .link {
  text-align: right;
}
.events.gihou .link a {
  color: #cf0226;
}
.events.gihou .link i {
  margin-left: 5px;
  font-size: 12px;
}
.events.gihou .p {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fbebee;
  margin: 0;
}
@media screen and (max-width:1050px) {
  /*技報電子化研究会の実施案内*/
  .events.gihou table {
    width: 800px;
  }
  .events.gihou .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .events.gihou .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .events.gihou .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .events.gihou .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .events.gihou table th, .events.gihou table td {
    white-space: normal !important;
  }
  .events.gihou .box {
    padding: 5px 5%;
  }
  .events.gihou .btn a {
    width: auto;
  }
}