/* color */
#topicpath {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

#pageTitle {
  margin-bottom: 20px;
  color: #d70051;
}
#pageTitle div.font20 {
  font-weight: bold;
}
#pageTitle .font74 {
  font-size: 74px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  #pageTitle .font74 {
    font-size: 60px;
  }
}

#articleHeader {
  background-color: #f1f1f1;
}
#articleHeader .container > div {
  max-width: 840px;
}

.back {
  text-align: center;
}
.back a {
  color: #d70051;
  border-bottom: 2px solid #d70051;
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
.back a:hover {
  opacity: 0.7;
  color: #d70051;
}

.navigation {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  font-weight: bold;
}
.navigation a {
  text-decoration: none;
}
.navigation a:hover {
  opacity: 0.7;
}
.navigation .nav-links {
  display: inline-block;
  position: relative;
  line-height: 20px;
}
.navigation .page-numbers {
  padding: 0 5px;
  margin: 0 10px;
}
.navigation .current {
  color: #d70051;
}
.navigation .next {
  position: absolute;
  right: -30px;
}
.navigation .prev {
  position: absolute;
  left: -30px;
}
.navigation .page-numbers:hover {
  text-decoration: none;
}

.eyecatch {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .eyecatch {
    margin-top: 30px;
  }
}
.eyecatch img {
  border: 1px solid #ccc;
}

.sns {
  text-align: right;
}

#article .sns {
  display: flex;
  align-items: stretch;
  width: 240px;
  margin: auto 0 auto auto;
}
#article .sns a.x-twitter {
  display: inline-block;
  width: 110px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  background-color: #333;
  border-radius: 4px;
  margin-left: 0.35em;
  text-decoration: none;
}
#article .sns a.x-twitter .fa-x-twitter {
  padding-right: 0.5em;
}
#article .sns a.x-twitter:hover {
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  #article .sns {
    text-align: center;
    margin: auto;
  }
}

#news #pageTitle {
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  #news #pageTitle {
    margin-bottom: 50px;
  }
}
#news .list .title {
  font-size: 28px;
}
#news .list .col-6 {
  margin-bottom: 50px;
}
#news .list .date {
  margin: 10px 0;
}
#news .list .img {
  text-align: center;
  border: 1px solid #ccc;
}
#news .list a {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  #news .list .title {
    font-size: 20px;
  }
  #news .list .col-6 {
    margin-bottom: 20px;
  }
}

#news-detail .date {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#news-detail .title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
}
@media (max-width: 575.98px) {
  #news-detail .title {
    font-size: 23px;
  }
}
#news-detail #article .sns {
  margin-bottom: 30px;
}
#news-detail #article .text h1,
#news-detail #article .text div {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #news-detail #article .text h1,
  #news-detail #article .text div {
    font-size: 17px;
  }
}
#news-detail #article .text p,
#news-detail #article .text li {
  line-height: 2;
}
#news-detail #article .text ul,
#news-detail #article .text ol {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 1em;
}
#news-detail #article .text ul li {
  list-style: disc;
}
#news-detail #article .text p:not(:last-child),
#news-detail #article .text ul:not(:last-child),
#news-detail #article .text ol:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  #news-detail #article .text p:not(:last-child),
  #news-detail #article .text ul:not(:last-child),
  #news-detail #article .text ol:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  #news-detail .list {
    margin-top: 50px;
  }
}
#news-detail .list .title {
  font-size: 17px;
  padding-bottom: 20px;
  color: #d70051;
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
#news-detail .list li {
  border-bottom: 1px solid #f1f1f1;
}
#news-detail .list li a {
  display: block;
  padding: 20px 10px 20px 25px;
  text-decoration: none;
  font-size: 15px;
}
#news-detail .list li a:hover {
  opacity: 0.7;
}
#news-detail .list li a span {
  position: relative;
}
#news-detail .list li a span::before, #news-detail .list li a span::after {
  position: absolute;
  content: "";
  display: block;
  left: -1.5em;
  top: 50%;
}
#news-detail .list li a span::before {
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 1px solid #d70051;
  border-radius: 50%;
}
#news-detail .list li a span::after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  margin-left: 0.2em;
  border-right: 2px solid #d70051;
  border-top: 2px solid #d70051;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
}

#event #header1 {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  #event #header1 .date {
    display: block;
  }
}
#event #header1 .update {
  font-size: 11px;
}
#event #header2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#event #header2 .cat {
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  background-color: #d70051;
  color: #fff;
  font-size: 13px;
  vertical-align: sub;
  height: 1.5rem;
}
@media (min-width: 768px) {
  #event #header2 .cat {
    margin-left: 10px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  #event #header2 .cat {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
  }
}
#event #header2 .cat.feepaid {
  color: #d70051;
  background-color: #fff;
  border: 1px solid #d70051;
}
#event #header2 .cat.feefree {
  color: #00a29a;
  background-color: #fff;
  border: 1px solid #00a29a;
}
#event #header2 .eventTitle {
  font-size: 28px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #event #header2 .eventTitle {
    font-size: 23px;
    margin-top: 15px;
  }
}
#event .title {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #event .title {
    margin-top: 2em;
  }
}
#event .ticket {
  border: 1px solid #d70051;
}
#event .ticket .t {
  margin: 15px 0;
  text-align: center;
  color: #d70051;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0.1em;
}
#event .ticket .box {
  margin: 0 15px;
  padding: 15px 25px;
  background-color: #f1f1f1;
}
#event .ticket .bt {
  margin: 15px;
  width: auto;
}
#event .ticket .bt a {
  display: block;
  background-color: #d70051;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
#event .ticket .bt a:hover {
  opacity: 0.8;
}
#event .ticket .bt a span::after {
  border-top-color: #d70051;
  border-right-color: #d70051;
}
#event .ticket .calendar {
  border-top: 1px solid #d70051;
}
#event .ticket .calendar a {
  display: block;
  color: #d70051;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}
#event .ticket .calendar a:hover {
  opacity: 0.8;
}
#event .ticket .calendar a img {
  vertical-align: bottom;
  margin-right: 5px;
}
#event .ticket.free {
  border-color: #00a29a;
}
#event .ticket.free .box {
  margin: 15px;
  height: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#event .ticket.free .box span {
  color: #00a29a;
  font-size: 17px;
}
#event .ticket.free .calendar {
  border-top-color: #00a29a;
}
#event .ticket.free .calendar a {
  color: #00a29a;
}
#event .prof .item + .item {
  margin-top: 50px;
}
#event .prof .img img {
  border: 1px solid #ccc;
}
#event .prof .text .name {
  font-size: 20px;
  margin-bottom: 1em;
}
#event .prof .text .name span {
  font-size: 15px;
}
@media (min-width: 576px) {
  #event .prof .text {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  #event .prof .img {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #event .prof {
    margin-top: 50px;
  }
}
@media (min-width: 576px) {
  #event .prof .img {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  #event .list {
    margin-top: 50px;
  }
}
#event .list .title {
  font-size: 17px;
  padding-bottom: 20px;
  color: #d70051;
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
#event .list li {
  border-bottom: 1px solid #f1f1f1;
}
#event .list li a {
  display: block;
  padding: 20px 10px 20px 25px;
  text-decoration: none;
  font-size: 15px;
}
#event .list li a:hover {
  opacity: 0.7;
}
#event .list li a span {
  position: relative;
}
#event .list li a span::before, #event .list li a span::after {
  position: absolute;
  content: "";
  display: block;
  left: -1.5em;
  top: 50%;
}
#event .list li a span::before {
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 1px solid #d70051;
  border-radius: 50%;
}
#event .list li a span::after {
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  margin-left: 0.2em;
  border-right: 2px solid #d70051;
  border-top: 2px solid #d70051;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
}

#about #outline .font20 {
  margin-bottom: 20px;
  font-size: 20px !important;
}
#about .box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #d70051;
  border-bottom: 2px solid #d70051;
}
#about .box .font20 {
  letter-spacing: 0.1em;
  font-weight: bold;
}
#about .box dt {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #about .box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  #about .box dt {
    clear: left;
    float: left;
  }
  #about .box dd {
    margin-left: 7em;
  }
}
#about #f2019 {
  padding: 30px 0;
  background-color: #f1f1f1;
  text-align: center;
}
#about #f2019 .font20 {
  font-size: 20px !important;
  letter-spacing: 0.1em;
  font-weight: bold !important;
}
#about #f2019 .images {
  margin: 30px 0;
}
@media (max-width: 575.98px) {
  #about #f2019 .images .col-12 + .col-12 {
    margin-top: 30px;
  }
}
#about #f2019 .bt {
  width: 100%;
}
#about #f2019 .bt a {
  display: inline-block;
  padding: 1em 1.5em 1em 2.75em;
  line-height: 1.3;
  border-radius: 3em;
}
#about #f2019 .bt a span {
  font-size: 15px !important;
}

#exhibitor h2,
#exhibitor h3,
#exhibitor p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #exhibitor #outline .logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
#exhibitor #outline .info {
  border-top: 2px solid #d70051;
  border-bottom: 2px solid #d70051;
}
#exhibitor #outline .info div {
  margin-bottom: 10px;
}
#exhibitor #outline .info .sns div + div {
  margin-left: 30px;
}
#exhibitor #outline .info .sns a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 1;
}
#exhibitor #outline .info .sns a:hover {
  opacity: 0.8;
}
#exhibitor #outline .info .sns i {
  display: block;
}
#exhibitor #outline .bt {
  width: auto;
  margin: 0 -15px;
}
#exhibitor #outline .bt a span::after {
  -webkit-transition: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 0.3em;
  margin-top: -0.3em;
}
@media (max-width: 575.98px) {
  #exhibitor #outline .bt .col-12 + .col-12 {
    margin-top: 10px;
  }
}
#exhibitor .bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
}
@media (max-width: 575.98px) {
  #exhibitor .bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#exhibitor .bar .d-flex {
  -webkit-align-items: center;
  align-items: center;
}
#exhibitor .bar .move a,
#exhibitor .bar .move span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #00a29a;
  border-radius: 50%;
}
#exhibitor .bar .move a::after,
#exhibitor .bar .move span::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  margin-left: -6px;
  border-right: 3px solid #00a29a;
  border-top: 3px solid #00a29a;
  -webkit-transition: rotate(-45deg);
  transform: rotate(-45deg);
}
#exhibitor .bar .move a.down,
#exhibitor .bar .move span.down {
  margin-left: 20px;
}
#exhibitor .bar .move a.down::after,
#exhibitor .bar .move span.down::after {
  -webkit-transition: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -8px;
}
#exhibitor .bar .move a:hover,
#exhibitor .bar .move span:hover {
  opacity: 0.8;
}
#exhibitor .bar .move span {
  border-color: #ccc;
}
#exhibitor .bar .move span::after {
  border-right-color: #ccc;
  border-top-color: #ccc;
}
#exhibitor #books .header {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#exhibitor #books .header .name {
  margin-bottom: 1em;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  #exhibitor #books .text {
    margin-bottom: 20px;
  }
}
#exhibitor #books .img {
  text-align: center;
  margin-bottom: 20px;
}
#exhibitor #books .img img {
  border: 1px solid #ccc;
}
#exhibitor #books .bt {
  width: auto;
}
#exhibitor #books .bt a {
  background-color: #d70051;
}
#exhibitor #books .bt a span::after {
  border-right-color: #d70051;
  border-top-color: #d70051;
}
#exhibitor #relation .col-12 {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  #exhibitor #relation .col-12 {
    margin-bottom: 20px;
  }
}
#exhibitor #relation a {
  text-decoration: none;
  font-weight: bold;
}
#exhibitor #relation .date {
  font-size: 20px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#exhibitor #relation .img {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  #exhibitor #relation .img {
    text-align: center;
  }
}

#terms #pageTitle,
#privacy #pageTitle {
  font-size: 28px;
}

#terms .main .font20,
#privacy .main .font20 {
  margin-bottom: 20px;
  font-size: 20px !important;
}
#terms .main p,
#privacy .main p {
  line-height: 1.8;
}
#terms .main ul,
#privacy .main ul {
  padding-left: 2em;
}
#terms .main li,
#privacy .main li {
  position: relative;
  line-height: 1.8;
}
#terms .main li span,
#privacy .main li span {
  position: absolute;
  left: -2em;
}