@charset "UTF-8";
/* --------------------
media query

使い方
@include if-medium-screen-upper { }
@include if-large-screen-upper { }
-------------------- */
/* foundation
---------------------------------------------*/
body {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  line-height: 1.8;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

/* layout
---------------------------------------------*/
.wrapper {
  padding-top: 100px;
}
@media screen and (min-width: 900px) {
  .wrapper {
    padding-top: 120px;
  }
}

.header-container {
  max-width: 1000px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .container {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.footer-container {
  max-width: 900px;
  width: 100%;
}

/* object/component 
---------------------------------------------*/
.header {
  display: flex;
}

.header--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.header__logo {
  background: #ED7700;
  width: 140px;
}
@media screen and (min-width: 900px) {
  .header__logo {
    width: 300px;
  }
}

.header__logo-link {
  display: block;
  padding: 35px 20px;
}
@media screen and (min-width: 900px) {
  .header__logo-link {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 900px) {
  .header__logo-img {
    height: 80px;
  }
}

.header__nav {
  flex: 1;
  background: #FCF5EB;
}

.header__main-nav {
  background: #ED7700;
  display: flex;
  justify-content: flex-end;
}

.header__main-nav-item {
  border-left: 1px solid #fff;
  list-style: none;
  text-align: center;
  width: 33.3%;
}
@media screen and (min-width: 600px) {
  .header__main-nav-item {
    width: 100px;
  }
}
@media screen and (min-width: 900px) {
  .header__main-nav-item {
    width: 150px;
  }
}

.header__main-nav-link {
  display: block;
  padding: 15px 10px;
}

.header__main-nav-link--active {
  background: #D33E00;
}

.header__main-nav-img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .header__main-nav-img {
    height: 45px;
  }
}

.header__page-nav {
  display: flex;
  justify-content: end;
}

.header__page-nav-link {
  text-decoration: none;
  color: #ED7700;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}

.header__page-nav-item {
  list-style: none;
}

.header__sp-btn-menu {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #ED7700;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
}

.box {
  background: #FCF5EB;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .box {
    margin-bottom: 40px;
  }
}

.box__content {
  padding: 25px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .box__content {
    padding: 35px;
  }
}

.box__title {
  background: #ED7700;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .box__title {
    font-size: 25px;
    padding: 15px;
  }
}

.box__date {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .box__date {
    font-size: 25px;
  }
}

@media screen and (min-width: 900px) {
  .box__unit {
    display: flex;
    justify-content: center;
  }
}

.box__unit-item-title {
  width: 160px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #ED7700;
  border: 3px solid #ED7700;
  background: #fff;
  padding: 7px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .box__unit-item-title {
    padding: 25px;
    margin-right: 20px;
    margin-bottom: 0;
    width: auto;
    font-size: 24px;
  }
}

.box__place {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
}
.box__place .small {
  font-size: 15px;
}
@media screen and (min-width: 900px) {
  .box__place {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .box__place .small {
    font-size: 30px;
  }
}

.box__free {
  background: #ED7700;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .box__free {
    font-size: 30px;
    padding: 15px 20px;
    width: 200px;
  }
}

.section-title-underline {
  border-bottom: 1px solid #FF326E;
}

/* object/project
---------------------------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FCF5EB;
  /*動き*/
  transition: all 0.6s;
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
}
#g-nav.panelactive {
  top: 0;
}
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  padding: 0 20px;
  /*ナビゲーション天地中央揃え*/
}
#g-nav li {
  list-style: none;
  text-align: right;
  margin-bottom: 30px;
}
#g-nav li a {
  color: #ED7700;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
}
#g-nav li a.disabled {
  color: #9e9e9e;
}
#g-nav .header__sp-btn-menu {
  padding: 0 0 20px;
  border-bottom: 1px solid #ED7700;
  margin: 20px 20px 40px;
}

.main {
  background: #FCF5EB;
}

.topview {
  background: #fff url(../img/geocon_top_bg_hero.png) no-repeat right top 15vw;
  background-size: 80%;
  padding: 10vw 0 20px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .topview {
    background: #fff url(../img/geocon_top_bg_hero.png) no-repeat center top 60px;
    background-size: 1100px;
    padding: 40px 0 40px;
  }
}

.bg-subpage {
  background: url(../img/bg_topview_sp.jpg) repeat center top;
  background-size: cover;
  padding: 60px 0 40px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .bg-subpage {
    background: url(../img/bg_topview-sub.jpg) repeat left top;
    background-size: cover;
    padding: 80px 0 40px;
  }
}

.topview__title {
  margin-bottom: 7vw;
}
@media screen and (min-width: 900px) {
  .topview__title {
    margin-bottom: 85px;
  }
}

.topview__logo-img {
  width: 50%;
  max-width: 500px;
  margin-left: 5%;
}
@media screen and (min-width: 900px) {
  .topview__logo-img {
    width: 472px;
    max-width: none;
    padding-top: 50px;
    margin-left: 0;
  }
}

.topview__online-movie {
  font-size: 11px;
  background: #fff;
  padding: 5px 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  color: #ED7700;
}
@media screen and (min-width: 900px) {
  .topview__online-movie {
    font-size: 16px;
    padding: 10px 30px;
  }
}

.topview__lead {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .topview__lead {
    font-size: 30px;
    line-height: 1.3;
  }
}
.topview__lead span {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .topview__lead span {
    font-size: 23px;
  }
}

.btn-cpd-point {
  background: #ff0000;
  padding: 10px 20px;
  border-radius: 100px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  box-shadow: 4px 5px #ED7700;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .btn-cpd-point {
    font-size: 25px;
    padding: 15px 20px;
  }
}
.btn-cpd-point.disabled {
  color: #dcdcdc;
  background-color: #9e9e9e;
  box-shadow: 4px 5px #ccc;
}
.btn-cpd-point .small {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .btn-cpd-point .small {
    font-size: 25px;
  }
}

.btn-cpd-point--large {
  padding: 25px;
}

.box--cpd-point {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .box--cpd-point .box__unit {
    align-items: baseline;
  }
}

.content-nav {
  background-color: #FCF5EB;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .content-nav {
    padding: 15px 0;
  }
}

.content-nav__lists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .content-nav__lists {
    justify-content: center;
    flex-wrap: nowrap;
  }
}

.content-nav__list {
  width: 50%;
  list-style: none;
  text-align: center;
}
.content-nav__list:nth-of-type(1), .content-nav__list:nth-of-type(2) {
  border-bottom: 1px solid #ED7700;
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .content-nav__list:nth-of-type(1), .content-nav__list:nth-of-type(2) {
    border: none;
    padding: 0;
  }
}
.content-nav__list:nth-of-type(3), .content-nav__list:nth-of-type(4) {
  padding-top: 20px;
}
@media screen and (min-width: 900px) {
  .content-nav__list:nth-of-type(3), .content-nav__list:nth-of-type(4) {
    border: none;
    padding: 0;
  }
}
.content-nav__list:nth-child(even) a {
  border: none;
}
@media screen and (min-width: 900px) {
  .content-nav__list:nth-child(even) a {
    border-right: 1px solid #ED7700;
  }
}
@media screen and (min-width: 900px) {
  .content-nav__list:last-child a {
    border-right: none;
  }
}
@media screen and (min-width: 900px) {
  .content-nav__list {
    width: 25%;
  }
}

.content-nav__link {
  text-decoration: none;
  color: #ED7700;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ED7700;
  display: block;
}
@media screen and (min-width: 900px) {
  .content-nav__link {
    padding: 0 40px;
    font-size: 16px;
  }
}

.footer {
  padding: 30px 20px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .footer {
    padding: 50px 20px;
  }
}

.logo-gsi {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .logo-gsi {
    margin-bottom: 60px;
  }
}

.logo-gsi__img {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .logo-gsi__img {
    width: 330px;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .footer-nav {
    flex-direction: row;
    text-align: left;
    font-size: 16px;
  }
}

.footer-nav__list {
  list-style: none;
  padding: 5px;
}
.footer-nav__list:last-child {
  border-right: none;
}
@media screen and (min-width: 900px) {
  .footer-nav__list {
    border-right: 1px solid #333;
    padding: 0 20px;
  }
}

.footer-nav__link {
  color: #2E6DB4;
}

.section {
  padding: 40px 20px;
}
@media screen and (min-width: 900px) {
  .section {
    padding: 60px 0 70px;
  }
}

.section__title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .section__title {
    margin-bottom: 40px;
  }
}

.section__title-img {
  width: 90%;
  max-width: 400px;
}
@media screen and (min-width: 900px) {
  .section__title-img {
    width: 600px;
    max-width: none;
  }
}

.section__lead {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .section__lead {
    font-size: 29px;
    margin-bottom: 70px;
  }
}

.section__group {
  margin-bottom: 40px;
}
.section__group:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .section__group {
    margin-bottom: 70px;
  }
}

.section__group-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section__group-title--bg {
  background: url(../img/geocon_bg_ttl.svg) no-repeat right bottom -1px;
  background-size: 65px;
}
@media screen and (min-width: 900px) {
  .section__group-title--bg {
    background-size: 80px;
  }
}

.section__group-title--bg-train {
  background: url(../img/geocon_bg_ttl-train.svg) no-repeat right bottom -1px;
  background-size: 65px;
  padding-top: 24px;
}
@media screen and (min-width: 900px) {
  .section__group-title--bg-train {
    background-size: 80px;
  }
}

.section__group-title--bg-car {
  background: url(../img/geocon_bg_ttl-car.svg) no-repeat right bottom -1px;
  background-size: 65px;
  padding-top: 13px;
}
@media screen and (min-width: 900px) {
  .section__group-title--bg-car {
    background-size: 80px;
  }
}

.section__group-title-img {
  width: auto;
  height: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 900px) {
  .section__group-title-img {
    height: 28px;
  }
}

.section__title-comment {
  font-size: 11px;
  font-weight: bold;
  color: #ff7516;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .section__title-comment {
    font-size: 16px;
  }
}

.section__group-lead {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .section__group-lead {
    font-size: 20px;
  }
}
.section__group-lead.mb15 {
  margin-bottom: 15px;
}

.section__group-link {
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .section__group-link {
    font-size: 25px;
  }
}
.section__group-link a {
  color: #00AAFF;
}

.section__group-lists {
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .section__group-lists {
    font-size: 20px;
  }
}

.section__group-list {
  margin-bottom: 10px;
  line-height: 1.6;
}

.section__small {
  font-size: 13px;
  padding: 10px 0;
}
.section__small.red {
  color: #FF0000;
}
@media screen and (min-width: 900px) {
  .section__small {
    font-size: 16px;
  }
}

.section__group-period {
  font-size: 16px;
  font-weight: bold;
  color: #ED7700;
}
@media screen and (min-width: 900px) {
  .section__group-period {
    font-size: 20px;
  }
}
.section__group-period span {
  font-size: 22px;
}
@media screen and (min-width: 900px) {
  .section__group-period span {
    font-size: 30px;
  }
}

.section__group-box {
  background: #FCF5EB;
  padding: 25px;
}
@media screen and (min-width: 900px) {
  .section__group-box {
    padding: 20px 35px 30px;
  }
}

.section__group-box-tr {
  padding-bottom: 20px;
  border-bottom: 1px solid #ED7700;
  margin-bottom: 20px;
}
.section__group-box-tr:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .section__group-box-tr {
    display: flex;
    align-items: baseline;
  }
}

.section__group-box-tr--step {
  align-items: center;
}

.section__group-box-th {
  color: #FF326E;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .section__group-box-th {
    width: 150px;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 40px;
    text-align-last: justify; /* Chrome・Firefox用 */
    text-justify: inter-ideograph; /* IE・Edge用 */
  }
}

@media screen and (min-width: 900px) {
  .section__group-box-th--online {
    width: 200px;
  }
}

@media screen and (min-width: 900px) {
  .section__group-box-th--step {
    width: 110px;
  }
}

.section__group-box-td {
  font-size: 16px;
}
.section__group-box-td .large {
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .section__group-box-td {
    flex: 1;
    font-size: 20px;
  }
  .section__group-box-td .large {
    font-size: 30px;
  }
}

.cr {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .cr {
    font-size: 15px;
  }
}

.box__cpd-point-lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .box__cpd-point-lead {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

.exhibitor-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exhibitor-list__item {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .exhibitor-list__item {
    width: 48%;
    height: 90px;
    margin-bottom: 3%;
  }
}

.exhibitor-list__link {
  background: #ecf1f7;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .exhibitor-list__link {
    padding: 10px 20px 10px 0;
  }
}

.exhibitor-list__num {
  position: absolute;
  left: 0;
  top: 0;
}

.exhibitor-list__name {
  flex: 1;
  padding-left: 80px;
  line-height: 1.4;
  color: #ED7700;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .exhibitor-list__name {
    font-size: 24px;
    padding-left: 100px;
  }
}
.exhibitor-list__name.small {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .exhibitor-list__name.small {
    font-size: 18px;
  }
}

.exhibitor-list__movie {
  width: 50px;
  margin-left: 15px;
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .exhibitor-list__movie {
    width: 67px;
  }
}

.shape-homebase {
  width: 60px;
  background: #ED7700;
  padding: 21px 14px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .shape-homebase {
    width: 80px;
    padding: 28px 20px;
    font-size: 35px;
  }
}

.shape-homebase:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #ED7700 transparent transparent transparent;
  border-width: 10px 30px 0 30px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .shape-homebase:after {
    border-width: 10px 40px 0 40px;
  }
}

.exhibitor-intro__item {
  border: 2px solid #ED7700;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__item {
    padding: 30px;
  }
}

.exhibitor-intro__head {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ED7700;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__head {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.exhibitor-intro__logo {
  width: 120px;
  padding: 20px 20px 20px 0;
  border-right: 1px solid #ED7700;
  margin-right: 20px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__logo {
    width: 225px;
    padding: 20px 40px 20px 0;
    margin-right: 20px;
  }
}

.exhibitor-intro__name {
  flex: 1;
  font-weight: bold;
  line-height: 1.2;
  color: #ED7700;
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__name {
    font-size: 35px;
  }
}
.exhibitor-intro__name .small {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__name .small {
    font-size: 25px;
  }
}

.exhibitor-intro__texts {
  line-height: 1.8;
  word-break: break-all;
  margin-bottom: 40px;
}

.exhibitor-intro__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ED7700;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__title {
    font-size: 25px;
  }
}

.exhibitor-intro__title--inq {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #FF326E;
  border-radius: 20px;
  padding: 0 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__title--inq {
    font-size: 20px;
  }
}

.exhibitor-intro__text {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__text {
    font-size: 20px;
  }
}

.exhibitor-intro__imgs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__imgs {
    margin-bottom: auto;
  }
}

.exhibitor-intro__img {
  width: 100%;
}

.exhibitor-intro__img-wrap {
  width: 32%;
  border: 2px solid #ED7700;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 5%;
  background: #fff;
}
.exhibitor-intro__img-wrap:nth-child(3n) {
  margin-right: 0;
}

.exhibitor-intro__img-link {
  display: block;
  position: relative;
  height: 100%;
}

.exhibitor-intro__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(237, 119, 0, 0.8);
  padding: 6px;
  border-radius: 10px 0 0 0;
  text-align: center;
  width: 30px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__icon {
    padding: 10px;
    width: 55px;
  }
}

.exhibitor-intro__movie-wrap {
  background: #FEEADC;
  padding: 15px;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__movie-wrap {
    padding: 25px;
    margin-bottom: 40px;
  }
}
.exhibitor-intro__movie-wrap:last-child {
  margin-bottom: 0;
}

.exhibitor-intro__movie-link {
  width: 45%;
  margin-right: 20px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__movie-link {
    width: 55%;
    margin-right: 30px;
  }
}

.exhibitor-intro__movie-modal {
  position: relative;
}

.exhibitor-intro__movie-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__movie-icon {
    width: auto;
  }
}

.exhibitor-intro__movie-texts {
  flex: 1;
  line-height: 1.6;
}

.exhibitor-intro__movie-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ED7700;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__movie-title {
    font-size: 25px;
  }
}

.exhibitor-intro__movie-text {
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .exhibitor-intro__movie-text {
    font-size: 20px;
  }
}

.box-cpd-point {
  padding: 40px 20px 0;
}
@media screen and (min-width: 900px) {
  .box-cpd-point {
    padding: 60px 0 0;
  }
}
.box-cpd-point .box {
  margin-bottom: 0;
}

.program {
  padding-top: 10px;
}

.program__link {
  background: #FCF5EB;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
  color: #333;
}
@media screen and (min-width: 900px) {
  .program__link {
    flex-direction: row;
  }
}

.program-date-time {
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  color: #ED7700;
}
@media screen and (min-width: 900px) {
  .program-date-time {
    width: auto;
    padding: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
  }
}
.program-date-time br {
  display: none;
}
@media screen and (min-width: 900px) {
  .program-date-time br {
    display: block;
  }
}

.program-date-time--coloring {
  background: #ED7700;
  color: #fff;
  padding: 5px 20px;
}

.program-date-time__bold {
  font-size: 22px;
}
@media screen and (min-width: 900px) {
  .program-date-time__bold {
    font-size: 30px;
  }
}

.program__title {
  font-size: 20px;
  font-weight: bold;
  color: #FF326E;
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 900px) {
  .program__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.program__sub-title {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 900px) {
  .program__sub-title {
    font-size: 20px;
  }
}

.program__content {
  flex: 1;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .program__content {
    padding: 30px;
  }
}

.program__sponsoring {
  padding: 0 20px 20px;
  align-self: end;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .program__sponsoring {
    padding: 30px 30px 35px;
    font-size: 20px;
  }
}

.program-content .exhibitor-intro__movies {
  text-align: center;
}
.program-content .exhibitor-intro__movie-link {
  display: inline-block;
  margin-right: 0;
  width: 100%;
}
.program-content .exhibitor-intro__movie-icon {
  width: 60px;
}
@media screen and (min-width: 900px) {
  .program-content .exhibitor-intro__movie-icon {
    width: 100px;
  }
}
.program-content .previous-note {
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 100%;
  color: #ED7700;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .program-content .previous-note {
    bottom: 130px;
    font-size: 35px;
  }
}

.program-content__item {
  border: 2px solid #ED7700;
  padding: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .program-content__item {
    padding: 30px;
  }
}

.program-content__head {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ED7700;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .program-content__head {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.program-content__head .program-date-time {
  padding: 0 10px 0 0;
  border-right: 1px solid #ED7700;
  margin-right: 10px;
  width: 130px;
}
@media screen and (min-width: 900px) {
  .program-content__head .program-date-time {
    padding: 0 20px 0 0;
    margin-right: 20px;
    width: 170px;
  }
}
.program-content__head .program-date-time br {
  display: block;
}

.program-content__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ED7700;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  .program-content__title {
    padding-bottom: 30px;
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.btn-link-top__circle {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(62, 110, 179, 0.92);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .btn-link-top__circle {
    width: 110px;
    height: 110px;
    font-size: 25px;
    line-height: 1.2;
  }
}

.btn-link-top__circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .btn-link-top__circle span {
    width: 110px;
  }
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: -20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.btn-link-top.DownMove {
  bottom: -20px !important;
}

/* geocon
---------------------------------------------*/
/* geocon共通
-------------------------*/
.geocon-section-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #ED7700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .geocon-section-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.geocon-vertical-btn {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .geocon-vertical-btn {
    top: 210px;
    right: 0;
    display: block;
    width: auto;
  }
}

.geocon-vertical-btn__list {
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
}
.geocon-vertical-btn__list:first-child {
  background: #ED7700;
}
@media screen and (min-width: 900px) {
  .geocon-vertical-btn__list:first-child {
    border-radius: 10px 0 0 0;
  }
}
.geocon-vertical-btn__list:last-child {
  background: #8FC321;
}
@media screen and (min-width: 900px) {
  .geocon-vertical-btn__list:last-child {
    border-radius: 0 0 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .geocon-vertical-btn__list {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: auto;
  }
}

.geocon-vertical-btn__link {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 13px;
}
.geocon-vertical-btn__link .triangle {
  font-size: 13px;
  margin-left: 2px;
}
@media screen and (min-width: 900px) {
  .geocon-vertical-btn__link .triangle {
    font-size: 17px;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .geocon-vertical-btn__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .geocon-vertical-btn__link {
    padding: 30px 15px;
    font-size: 18px;
  }
}

.geocon-lists {
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .geocon-lists {
    font-size: 20px;
  }
}

.geocon-lists__list {
  margin-bottom: 5px;
  line-height: 1.6;
}

.geocon-memo__list {
  font-size: 12px;
  list-style: none;
  line-height: 1.6;
}

.geocon-embed-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.geocon-embed-youtube iframe {
  width: 100%;
  height: 100%;
}

.sub-page .topview {
  background-image: none;
  background-color: #FCF5EB;
  padding-bottom: 0;
}
.sub-page .topview__title {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .sub-page .topview__title {
    margin-bottom: 10px;
  }
}
.sub-page .topview__logo-img {
  width: 100%;
  max-width: none;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .sub-page .topview__logo-img {
    padding-top: 20px;
  }
}

/* page:開催概要
-------------------------*/
.geocon-layout {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .geocon-layout {
    margin-bottom: 80px;
  }
}

.geocon-layout__img {
  width: 100%;
}

.geocon-exhibitor-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .geocon-exhibitor-list {
    margin-bottom: 60px;
  }
}

.geocon-exhibitor-list__title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  background: #ED7700;
}
@media screen and (min-width: 900px) {
  .geocon-exhibitor-list__title {
    font-size: 26px;
  }
}

table, td, th {
  border: 1px solid #ED7700;
  border-collapse: collapse;
}

.geocon-tbl {
  width: 100%;
  box-sizing: border-box;
}
.geocon-tbl tr:first-child th {
  border-top: 1px solid #fff;
}
.geocon-tbl th {
  background: #ED7700;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.geocon-tbl th:first-child {
  border-bottom: 1px solid #fff;
}
.geocon-tbl td {
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .geocon-tbl td {
    font-size: 16px;
  }
}
.geocon-tbl td a {
  color: #2E6DB4;
}
.geocon-tbl th, .geocon-tbl td {
  padding: 20px 10px;
}
.geocon-tbl .geocon-tbl__column-title {
  font-size: 18px;
  background: #F7DDC1;
  color: #ED7700;
  padding: 15px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .geocon-tbl .geocon-tbl__column-title {
    font-size: 20px;
  }
}
.geocon-tbl .geocon-tbl__th-width {
  width: 50px;
}

.geocon-work__badge {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .geocon-work__badge {
    width: 300px;
  }
}

.commendation {
  text-align: center;
  background: #fff;
  padding: 0 20px 40px;
}
@media screen and (min-width: 900px) {
  .commendation {
    padding: 0 20px 60px;
  }
}

.commendation__ttl-img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .commendation__ttl-img {
    width: 900px;
    max-width: none;
  }
}

/* page:ごあいさつ
-------------------------*/
.geocon-greeting__img-wrap {
  background: #FAD6B2;
  text-align: center;
  margin-bottom: 40px;
}

.geocon-greeting__text {
  font-size: 16px;
  font-family: "Zen Old Mincho";
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .geocon-greeting__text {
    font-size: 20px;
  }
}
.geocon-greeting__text > p:not(:last-child) {
  margin-bottom: 30px;
}

.geocon-greeting__img {
  width: 280px;
}
@media screen and (min-width: 900px) {
  .geocon-greeting__img {
    width: 530px;
  }
}

/* page:出展者・作品
-------------------------*/
@media screen and (min-width: 900px) {
  .geocon-work__lists {
    display: flex;
    flex-wrap: wrap;
  }
}

.geocon-work__list {
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .geocon-work__list {
    width: 32%;
    margin-bottom: 50px;
    margin-right: 2%;
  }
}
@media screen and (min-width: 900px) {
  .geocon-work__list:nth-child(3n) {
    margin-right: 0;
  }
}

.geocon-work__link {
  display: block;
  color: inherit;
}

.geocon-work__img {
  object-fit: cover;
  width: 100%;
  height: 170px;
}

.geocon-work__img--contain {
  object-fit: contain;
  background: #fce1bb;
}

.geocon-work__container {
  padding: 20px;
}

.geocon-work__head {
  display: flex;
}

.geocon-work__mark {
  width: 46px;
  margin-right: 15px;
}

.geocon-work__alphabet {
  color: #fff;
  background: #FF326E;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.geocon-work__title {
  flex: 1;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  height: 7em;
  color: #ED7700;
}
.geocon-work__title .small {
  font-size: 13px;
}
@media screen and (min-width: 900px) {
  .geocon-work__title .small {
    font-size: 15px;
  }
}

.geocon-work__exhibitor {
  line-height: 1.6;
  font-size: 18px;
  height: 7em;
  margin-bottom: 20px;
}
.geocon-work__exhibitor .small {
  font-size: 13px;
  display: block;
  line-height: 1.4;
  margin: 0 0 5px;
}
@media screen and (min-width: 900px) {
  .geocon-work__exhibitor .small {
    font-size: 14px;
  }
}

.geocon-work__badge-box--exhibits {
  height: 46px;
  margin-bottom: 20px;
}

.geocon-work__more {
  text-align: right;
  color: #ED7700;
  font-size: 16px;
}

.triangle {
  transform: rotate(-90deg);
  display: inline-block;
}

.geocon-work__badge--exhibits {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 900px) {
  .geocon-work__badge--exhibits {
    width: 600px;
    max-width: none;
    margin: 0 auto 40px;
  }
}

.geocon-keyword {
  display: flex;
  flex-direction: column;
  border: 1px solid #ED7700;
  background: #fff;
  margin-bottom: 50px;
}
@media screen and (min-width: 900px) {
  .geocon-keyword {
    flex-direction: row;
  }
}

.geocon-keyword__title {
  background: #ED7700;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .geocon-keyword__title {
    display: flex;
    align-items: center;
    width: 200px;
  }
  .geocon-keyword__title span {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.geocon-keyword__word {
  padding: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .geocon-keyword__word {
    display: flex;
    align-items: center;
  }
}

.geocon-movie {
  position: relative;
  margin-bottom: 60px;
}

.geocon-movie__bg-none {
  width: 100%;
}

.geocon-movie__btns {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.geocon-movie__text {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .geocon-movie__text {
    font-size: 75px;
    margin-bottom: 50px;
  }
}

.geocon-movie__btn-play {
  width: 60px;
}
@media screen and (min-width: 900px) {
  .geocon-movie__btn-play {
    width: 130px;
  }
}

.geocon-movie__embed-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.geocon-movie__embed-youtube iframe {
  width: 100%;
  height: 100%;
}

.geocon-pdf {
  width: 70%;
  margin: 0 auto 40px;
  border: 2px solid #ff7516;
}

.geocon-pdf__img {
  width: 100%;
  vertical-align: top;
  background: #fff;
}

.geocon-pdf__img-link {
  display: block;
  position: relative;
  height: 100%;
}

.geocon-pdf__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48.5%;
}
@media screen and (min-width: 900px) {
  .geocon-pdf__icon {
    width: 220px;
  }
}

/* page:出展者・作品詳細
-------------------------*/
.exhibits-detail .topview {
  background-image: none;
  padding-top: 40px;
  background-color: #FCF5EB;
  padding-bottom: 0;
}
@media screen and (min-width: 900px) {
  .exhibits-detail .topview {
    padding-top: 80px;
  }
}
.exhibits-detail .bg-exhibits-title {
  background: #ED7700;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .exhibits-detail .bg-exhibits-title {
    background: url(../img/geocon_bg_exhibits-common.jpg);
    background-size: contain;
    padding: 30px 40px;
  }
}
.exhibits-detail .topview__title {
  color: #fff;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .exhibits-detail .topview__title {
    font-size: 49px;
  }
}
.exhibits-detail .topview__title-meta {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .exhibits-detail .topview__title-meta {
    font-size: 22px;
  }
}

/* page:会場へのアクセス
-------------------------*/
.geocon-maps {
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .geocon-maps {
    display: flex;
    margin-bottom: 50px;
  }
}

.geocon-maps__picture {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .geocon-maps__picture {
    width: 35%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 900px) {
  .geocon-maps__map {
    width: 60%;
  }
}

.geocon-maps__map-img {
  width: 100%;
  margin-bottom: 10px;
}

.geocon-maps__caption {
  text-align: right;
  font-size: 13px;
}

/* page:お問い合わせ
-------------------------*/
.geocon-mail {
  background: #fff;
  padding: 15px 20px 20px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  .geocon-mail {
    font-size: 20px;
  }
}

.geocon-mail__strong {
  font-size: 18px;
  font-weight: bold;
  color: #FF326E;
  word-break: break-all;
}
@media screen and (min-width: 900px) {
  .geocon-mail__strong {
    font-size: 40px;
  }
}

/* page:gsi
-------------------------*/
.bg-gsi {
  background: #eef6dd;
}

.gsi-about-box {
  background: #eef6dd;
  padding: 15px;
  margin-bottom: -20px;
}
@media screen and (min-width: 900px) {
  .gsi-about-box {
    padding: 45px;
    margin-bottom: 50px;
  }
}

.gsi-about-box__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .gsi-about-box__items {
    flex-direction: row;
  }
}

.gsi-about-box__img-wrap {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .gsi-about-box__img-wrap {
    width: 500px;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.gsi-about-box__content {
  flex: 1;
}

.gsi-about-box__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #8fc31f;
}
.gsi-about-box__title::after {
  content: "";
  display: block;
  width: 150px;
  height: 10px;
  border-bottom: 1px solid #8fc31f;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .gsi-about-box__title::after {
    margin-bottom: 40px;
    height: 30px;
  }
}
@media screen and (min-width: 900px) {
  .gsi-about-box__title {
    font-size: 24px;
  }
}

.gsi-about-box__text {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .gsi-about-box__text {
    font-size: 16px;
  }
}

.geocon-pdf-gsi {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .geocon-pdf-gsi {
    padding-top: 20px;
  }
}

.gsi-about-box__btn {
  width: 140px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .gsi-about-box__btn {
    width: 240px;
  }
}

.gsi-about-box__btn-inner {
  position: relative;
  background-color: #8fc31f;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 50px;
  width: 100%;
}
.gsi-about-box__btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 20px #8fc31f;
}
@media screen and (min-width: 900px) {
  .gsi-about-box__btn-inner {
    font-size: 18px;
  }
}

.geocon-movies {
  display: flex;
  flex-wrap: wrap;
}

.geocon-movies__item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .geocon-movies__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5%;
  }
  .geocon-movies__item:nth-child(3) {
    margin-right: 0;
  }
}

.gsi .wrapper {
  padding-top: 0;
}
.gsi .header__nav {
  background: #8FC321;
}
.gsi .header__page-nav-link {
  color: #fff;
}
.gsi .header__page-nav {
  justify-content: center;
}
.gsi .header__sp-btn-menu {
  color: #fff;
}
.gsi #g-nav {
  background: #8FC321;
}
.gsi #g-nav li {
  line-height: 1.6;
}
.gsi #g-nav li a {
  color: #fff;
}
.gsi #g-nav .header__sp-btn-menu {
  border-color: #fff;
}
.gsi .main {
  background: #fff;
}
.gsi .topview {
  background-position: right bottom;
  background-size: 290px;
  padding-top: 90px;
}
@media screen and (min-width: 900px) {
  .gsi .topview {
    background-size: 600px;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
.gsi .topview__title {
  margin-bottom: 0;
}
.gsi .topview__logo-img {
  width: 50%;
  max-width: 200px;
  margin-left: 5%;
}
@media screen and (min-width: 900px) {
  .gsi .topview__logo-img {
    width: 425px;
    max-width: none;
    padding-top: 50px;
    margin-left: 0;
  }
}
.gsi .geocon-movie {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .gsi .geocon-movie {
    margin-bottom: 50px;
  }
}
.gsi .geocon-movie__text {
  color: #231815;
  margin-bottom: 10px;
  font-size: 26px;
}
@media screen and (min-width: 900px) {
  .gsi .geocon-movie__text {
    font-size: 55px;
  }
}
.gsi .geocon-movie__btn-play {
  width: 60px;
}
@media screen and (min-width: 900px) {
  .gsi .geocon-movie__btn-play {
    width: 130px;
  }
}
.gsi .geocon-vertical-btn {
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
}
@media screen and (min-width: 900px) {
  .gsi .geocon-vertical-btn {
    display: block;
  }
}
.gsi .geocon-vertical-btn__list {
  list-style: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  background: #FF326E;
}
.gsi .geocon-vertical-btn__list:first-child {
  background: #FF326E;
}
@media screen and (min-width: 900px) {
  .gsi .geocon-vertical-btn__list:first-child {
    border-radius: 10px 0 0 0;
  }
}
.gsi .geocon-vertical-btn__list:last-child {
  background: #ED7700;
}
@media screen and (min-width: 900px) {
  .gsi .geocon-vertical-btn__list:last-child {
    border-radius: 0 0 0 10px;
  }
}
.gsi .geocon-vertical-btn__link {
  font-size: 16px;
  padding: 15px 15px;
}
.gsi .geocon-pdf {
  border: 2px solid #8fc31f;
}
.gsi .exhibitor-intro__img-wrap {
  border: 2px solid #8fc31f;
}
.gsi .exhibitor-intro__icon {
  background: rgba(143, 195, 31, 0.8);
}
.gsi .geocon-pdf {
  width: 48.5%;
  margin: 0 3% 3% 0;
}
.gsi .geocon-pdf:nth-child(even) {
  margin-right: 0;
}
.gsi .section__group-title--bg.bg-sp-none {
  background: none;
}
@media screen and (min-width: 900px) {
  .gsi .section__group-title--bg.bg-sp-none {
    background: url(../img/geocon_bg_ttl.svg) no-repeat right bottom -1px;
  }
}
@media screen and (min-width: 900px) {
  .gsi .header--fixed {
    position: relative;
    z-index: 0;
  }
}

/* object/utility
---------------------------------------------*/
.mg-b-20 {
  margin-bottom: 20px;
}

.mg-b-30 {
  margin-bottom: 30px;
}

.mg-b-40 {
  margin-bottom: 40px;
}

.mg-b-150 {
  margin-bottom: 150px;
}

.text-align-c {
  text-align: center;
}

@media (min-width: 900px) {
  .sp-visible {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .pc-visible {
    display: none !important;
  }
}
.disabled {
  pointer-events: none;
  color: #9e9e9e;
}

.large {
  font-size: 21px;
}
@media screen and (min-width: 900px) {
  .large {
    font-size: 35px;
  }
}

.strong {
  font-weight: bold;
}

.access-memo {
  background: #e7e2de;
  text-align: center;
  line-height: 1.6;
  padding: 50px 30px;
}
.access-memo a {
  color: #2E6DB4;
}

/* ---------------------------
終了対応
-----------------------------*/
.done .box__title {
  background-color: #bbb;
}
.done .box__unit-item-title {
  border-color: #bbb;
  color: #bbb;
}
.done .box__free {
  background-color: #bbb;
}
.done .box {
  background-color: #f2f2f2;
}
.done .finished-message {
  color: red;
  text-align: center;
  padding: 40px 20px;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .done .finished-message {
    font-size: 18px;
  }
}
.done .finished-message br {
  display: none;
}
@media screen and (min-width: 600px) {
  .done .finished-message br {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .done .finished-message br {
    display: none;
  }
}
.done .geocon-exhibitor-list {
  margin-bottom: 0;
}

.judge-member__tbl {
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .judge-member__tbl {
    font-size: 16px;
  }
}
.judge-member__tbl tr {
  background: #fff;
}
.judge-member__tbl th, .judge-member__tbl td {
  padding: 10px;
}
.judge-member__tbl th {
  width: 100px;
  background-color: #ffe7c4;
}
@media screen and (min-width: 900px) {
  .judge-member__tbl th {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  .judge-member__tbl td {
    padding: 20px;
  }
}

.judge-member__role {
  margin-top: 15px;
  color: #757575;
}
.judge-member__role:first-child {
  margin-top: 0;
}

.judge-member__name {
  margin-top: 5px;
  line-height: 1.3;
}

.header__page-nav-item:nth-child(2) {
  display: none;
}

.header__page-nav-item:nth-child(4) {
  display: none;
}

.geocon-vertical-btn__list {
  display: none;
}

.geocon-movie {
  display: none;
}

.gsi .geocon-vertical-btn__list:last-child {
  border-radius: 10px 0 0 10px;
}/*# sourceMappingURL=style.css.map */