@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 {
  text-align: right;
}
.fee table tboby td:first-child {
  width: 10%;
}
.fee .box_gray a {
  color: #000;
}
/*講演する*/
.announcement table {
  text-align: center;
}
.announcement table thead th {
  width: 25%;
}
.announcement .format table th {
  width: 30%;
}
.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%;
}
.announcement p.btn_form a {
  width: 500px;
}
/*聴講する*/
.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%;
}
/*企画セッションの提案*/
.session .flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.session .flow ul li {
  margin: 0 auto 30px;
  padding: 0 3% 5px;
  list-style: none;
  border-radius: 10px;
  border: solid 2px #0f2c35;
  background: #fffbec;
  position: relative;
}
.session .flow ul li:last-child:after {
  display: none;
}
.session .flow ul li:after {
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 15px;
  border-top-color: #0f2c35;
}
.session .flow ul li:last-child {
  margin-bottom: 0;
}
.session .flow ul li p.date {
  font-size: 18px;
  font-weight: 600;
  color: #0f2c35;
  border-bottom: solid 1px #0f2c35;
}
.session .faq .box {
  background-color: #fffbec;
  padding: 10px 5% 10px 7%;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 30px;
}
.session .faq .box .icon {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  margin-right: 15px;
}
.session .faq .box .q {
  font-size: 16px;
  font-weight: 600;
  color: #0f2c35;
  text-indent: -2.4em;
}
.session .faq .box .a {
  text-indent: -2.4em;
}
.session .faq .box .a .icon {
  color: #ac1315;
}
@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;
  }
  .announcement p.btn_form a {
    font-size: 12px;
    width: auto;
  }
  /*企画セッションの提案*/
  .session .flow ul li {
    padding: 0 5% 5px;
  }
  .session .faq .box {
    padding: 5px 5%;
  }
  .session .faq .box .icon {
    font-size: 24px;
    margin: 0;
    display: block;
  }
  .session .faq .box .q {
    text-indent: 0;
  }
  .session .faq .box .a {
    text-indent: 0;
  }
}