@charset "UTF-8";
/*参加費（トップページ・参加費ページ）*/
.fee h5 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #0f2c35;
  background-color: #e5f5fb;
  padding: 10px 0 10px 35px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.fee h5:before {
  position: absolute;
  top: .75em;
  left: 15px;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1.5em);
  height: calc(100% - 1.5em);
  background-color: #0f2c35;
  border-radius: 5px;
}
.fee .koen h5 {
  background-color: #b0dfed;
}
.fee .choko h5 {
  background-color: #dded99;
}
.fee table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 2px #0f2c35;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.fee table th, .fee table td {
  padding: 10px 1%;
  border: solid 1px #0f2c35;
}
.fee .koen table thead th {
  background-color: #b0dfed;
}
.fee .choko table thead th {
  background-color: #dded99;
}
.fee .koen table th {
  background-color: #e5f5fb;
}
.fee .choko table th {
  background-color: #eef6cc;
}
.fee table td.right {
  width: 12%;
  text-align: right;
}
.fee table th:first-child {
  width: 10%;
}
.fee table td:last-child, .fee table td:nth-last-child(2), .fee table td:nth-last-child(3) {
  width: 8%;
}
.fee .box_gray a {
  color: #000;
}
/*講演する*/
.announcement table {
  text-align: center;
}
.announcement table thead th {
  width: 25%;
}
.announcement .time h6 {
  margin-bottom: 10px;
}
.announcement .time table td {
  text-align: left;
}
.announcement .time table th {
  width: 25%;
}
.announcement .time table i {
  margin: 0 2px;
}
.announcement .time table tr.first i {
  color: #3cac88;
}
.announcement .time table tr.second i {
  color: #aad301;
}
.announcement .time table tr.third i {
  color: #c24141;
}
.announcement .yoko h6 {
  margin-bottom: 10px;
}
.announcement .yoko table td {
  width: 50%;
}
.announcement .fee .choko {
  display: none;
}
.announcement .fee .koen h5 {
  display: none;
}
.announcement .fee table thead th {
  width: auto !important;
}
.announcement .fee table td.right {
  width: 15%;
}
/*聴講する*/
.attendance .kikan .box_gray {
  padding: 20px 3% 5px;
}
.attendance .fee .koen {
  display: none;
}
.attendance .fee .choko h5 {
  display: none;
}
.attendance .fee table td.right {
  width: 15%;
}
@media screen and (max-width:1050px) {
  /*参加費（トップページ・参加費ページ）*/
  .fee .scroll table {
    width: 1100px !important;
  }
  .fee .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .fee .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .fee .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .fee .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .fee .scroll table th, .fee .scroll table td {
    white-space: normal !important;
  }
  /*講演する*/
  .announcement .format table {
    border-bottom: solid 1px #0f2c35;
  }
  .announcement .format table th, .announcement .format table td {
    display: block;
    width: auto;
    border: none;
    padding: 5px 5%;
  }
  .announcement .format table td {
    border-bottom: solid 1px #0f2c35;
  }
  .announcement .yoko table {
    width: 800px !important;
  }
}