.fsn2020 #tableGuide {
  margin-top: 50px;
}

.fsn2020 #pageTitle h1 {
  padding: 0;
  font-weight: bold;
  line-height: 1.1;
}

.fsn2020 #pageTitle .inner {
  position: relative;
  padding: 50px 0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .fsn2020 #pageTitle .inner {
    padding: 10% 0 20%;
  }
}

.fsn2020 #pageTitle .btn-reservation, .fsn2020 #pageTitle .btn-reservation--lg {
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fsn2020 #pageTitle .btn-reservation, .fsn2020 #pageTitle .btn-reservation--lg {
    right: auto;
    left: 50%;
    bottom: 10%;
    margin-left: -111px;
  }
}

.fsn2020 .tableScroll img {
  min-width: 700px;
}

.fsn2020 .highlight-intro {
  font-size: 1.6rem;
}

.fsn2020-zoning {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .fsn2020-zoning {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .fsn2020-zoning__item {
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-top: 30px;
  }
  .fsn2020-zoning__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fsn2020-zoning__item {
    margin-top: 40px;
  }
}

.fsn2020-zoning__ttl {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
}

.fsn2020-zoning__img {
  padding: 10px;
  background: #FFF;
}

.fsn2020-zoning__img img {
  width: 100%;
}

.fsn2020-zoning__caption {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .fsn2020-media {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .fsn2020-media__photo {
    max-width: 500px;
    flex-basis: 48.07%;
    flex-shrink: 0;
  }
}

.fsn2020-media__txt {
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .fsn2020-media__txt {
    max-width: 504px;
    flex-basis: 49.46%;
  }
}

@media only screen and (max-width: 767px) {
  .fsn2020-media__txt {
    margin-top: 30px;
  }
}

.fsn2020-media__ttl {
  font-size: 2.2rem;
  color: #cf2222;
  font-weight: bold;
}

.fsn2020-media__ttl + p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .fsn2020-media__ttl + p {
    margin-top: 10px;
  }
}

.fsn2020-media__summary {
  margin-top: 46px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .fsn2020-media__summary {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

.fsn2020 .highlight-inner {
  padding-bottom: 40px;
}

.fsn2020-kv {
  position: relative;
  background: url(/fsn2020/img/bg_kv.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .fsn2020-kv {
    padding: 0 20px;
    height: 350px;
    display: flex;
    align-items: center;
    background-position: center top -60px;
  }
}

@media only screen and (max-width: 767px) {
  .fsn2020-kv {
    padding: 17vw 20px;
    background: url(/fsn2020/img/bg_kv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.fsn2020-kv__lead {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .fsn2020-kv__lead {
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .fsn2020-kv__lead {
    margin-top: 20px;
    text-align: center;
  }
}

.fsn2020-kv__inner {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1.6rem;
  padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
  .fsn2020-kv__inner {
    flex-direction: column;
    padding: 15px;
    font-size: 1.4rem;
  }
}

.fsn2020-kv__txt {
  margin-top: 50px;
  text-align: left;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .fsn2020-kv__txt {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .fsn2020-kv-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
}

.fsn2020-kv-list li {
  margin: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .fsn2020-kv-list li {
    margin: 20px 20px 0 20px;
    width: 57.46vw;
  }
}

.fsn2020-kv__box {
  display: flex;
}

.fsn2020 footer {
  margin-top: 0;
}

.fsn2020 .history-inner {
  padding: 30px;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .fsn2020 .history-inner {
    padding: 30px 20px;
  }
}

.list-category {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -4px 0;
}

@media only screen and (max-width: 767px) {
  .list-category {
    margin-top: 20px;
  }
}

.list-category li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 30%;
  max-width: 120px;
  height: 40px;
  margin: 4px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.17;
}

@media only screen and (max-width: 767px) {
  .list-category li {
    flex-basis: calc(calc(100% - 24px) / 3);
    font-size: 1rem;
  }
}

.btn-reservation, .btn-reservation--lg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 34px;
  margin: 0 auto;
  padding: 9px 0;
  background: #c61919;
  border: 2px solid #c61919;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.btn-reservation:hover:before, .btn-reservation--lg:hover:before {
  transform: translateX(5px);
}

.btn-reservation.is-disabled:hover:before, .is-disabled.btn-reservation--lg:hover:before {
  transform: translateX(0);
}

.btn-reservation:before, .btn-reservation--lg:before {
  margin-right: 10px;
  width: 7px;
  height: 11px;
  background: url(/fsn2020/img/ico_arrow_right_white.png);
  transition: .2s;
  content: '';
}

.btn-reservation--lg {
  width: 400px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .btn-reservation--lg {
    width: 100%;
  }
}

#tableGuide {
  margin-top: 85px;
}

#tableGuide .btn-reservation, #tableGuide .btn-reservation--lg {
  margin-top: 10px;
}

#tableGuide .txt-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

#tableGuide .txt-link:hover {
  text-decoration: underline;
}

#tableGuide table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-spacing: 10px;
  border-collapse: separate;
}

#tableGuide table .boldArea th,
#tableGuide table .boldArea td {
  font-size: 2.0rem;
  font-weight: bold;
}

#tableGuide table .boldArea th span,
#tableGuide table .boldArea td span {
  font-size: 1.2rem;
}

#tableGuide table strong {
  font-size: 2.0rem;
}

#tableGuide table th,
#tableGuide table td {
  padding: 10px 10px 10px 23px;
  vertical-align: middle;
}

#tableGuide table th {
  width: 120px;
  border-left: 5px solid #324292;
  font-weight: bold;
  font-size: 2.0rem;
}

#tableGuide table td {
  border-left: 1px solid #808080;
  font-size: 1.4rem;
}

#tableGuide table dl {
  text-align: center;
}

#tableGuide table dl dt {
  font-size: 2.0rem;
}

#tableGuide table dl dt span {
  font-size: 2.7rem;
}

#tableGuide table dl dd {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #tableGuide {
    margin-top: 45px;
  }
  #tableGuide table {
    border-collapse: collapse;
  }
  #tableGuide table dl dt {
    font-size: 1.4rem;
  }
  #tableGuide table dl dt span {
    font-size: 1.6rem;
  }
  #tableGuide table th,
  #tableGuide table td {
    display: block;
    width: 100%;
  }
  #tableGuide table th {
    background: #FFF;
    font-size: 1.7rem;
  }
  #tableGuide table td {
    border-left: 0;
    padding: 10px 10px 20px;
  }
  #tableGuide table strong,
  #tableGuide table .boldArea th,
  #tableGuide table .boldArea td {
    font-size: 1.7rem;
  }
}

.fsn2020-more-btn {
  margin: 20px 0 0 0;
}

.fsn2020-announce {
  background: #fff;
}

.fsn2020-announce__btn {
  display: block;
  padding: 15px;
}

.fsn2020-kv-summary {
  text-align: center;
}

.fsn2020-kv-summary__catch {
  font-size: 12px;
}

.fsn2020-kv-summary__logo {
  width: 70%;
  margin: 5px auto 10px;
}

.fsn2020-kv__logo {
  width: 60%;
  margin: 10px auto 0;
}

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor-list li {
  padding: 5px 10px;
  font-weight: bold;
}

.sponsor-exhibitorList {
  text-align: center;
}

.sponsor-exhibitorList li {
  display: inline-block;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 1.6rem;
  margin-right: 20px;
}

.anchorLink {
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: center;
}

.anchorLink ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  text-align: left;
  font-size: 0;
}

.anchorLink li {
  width: 32%;
  margin-top: 20px;
  margin-right: 2%;
  border: 2px solid #464646;
  background: url(/img/ico_arrow_grey.png) bottom 20px center no-repeat;
  vertical-align: top;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .anchorLink li:nth-child(3n), .anchorLink li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .anchorLink li:nth-child(2n), .anchorLink li:last-child {
    margin-right: 0;
  }
}

.anchorLink a {
  display: block;
  padding: 20px 10px 45px 15px;
  color: #464646;
  font-weight: bold;
  text-decoration: none;
}

.anchorLink li:hover {
  background: #324292 url(/img/ico_arrow_white_03.png) bottom 20px center no-repeat;
  border-color: #324292;
  transition: .7s;
}

.anchorLink li:hover a {
  color: #FFF;
}

.page-top {
  margin-top: 30px;
  text-align: right;
  display: block;
  color: #000000;
  font-weight: bold;
}

.page-top:hover {
  text-decoration: none;
}

.fsn2020-intro {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #c61919;
}

@media only screen and (max-width: 767px) {
  .fsn2020-intro {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */