@charset "UTF-8";
/*
=================================================
	contents base
=================================================
*/
#contents-header {
  height: 360px;
  position: relative;
  background: #049 url(../images/back_illust_light.png) no-repeat center center/cover;
}
#contents-header-title {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
#contents-header-title h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
#contents-header-title p {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "din-2014",  sans-serif;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  #contents-header {
    height: 300px;
  }
  #contents-header-title {
    padding-top: 70px;
  }
  #contents-header-title h2 {
    font-size: 1.75rem;
  }
  #contents-header-title p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #contents-header {
    height: 240px;
  }
  #contents-header-title {
    padding-top: 60px;
  }
  #contents-header-title h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
  #contents-header-title p {
    font-size: 0.875rem;
    letter-spacing: 5px;
  }
}
#contents section {
  margin-top: 80px;
  margin-bottom: 80px;
}
#contents a {
  color: #09d;
  text-decoration: underline;
}
#contents a:hover {
  text-decoration: none;
}
#contents ol {
  margin-left: 1.5em;
}
#contents ol li {
  list-style: decimal;
  padding-left: 0.25em;
}
#contents ol li:nth-child(n+2) {
  margin-top: 15px;
}
#contents .section-title {
  color: #049;
  padding-left: 110px;
  margin-bottom: 30px;
  position: relative;
}
#contents .section-title::before, #contents .section-title::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 2px;
}
#contents .section-title::before {
  width: 100px;
  background: rgba(0, 68, 153, 0.25);
}
#contents .section-title::after {
  width: 20px;
  background: #049;
}
#contents .section-title p {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "din-2014",  sans-serif;
  line-height: 20px;
  letter-spacing: 3px;
  margin-bottom: 3px;
}
#contents .section-title h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #049;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  #contents .section-title {
    padding-left: 0;
  }
  #contents .section-title::before, #contents .section-title::after {
    left: -110px;
  }
}
@media screen and (max-width: 768px) {
  #contents .section-title::before, #contents .section-title::after {
    top: 8px;
  }
  #contents .section-title p {
    font-size: 0.75rem;
  }
  #contents .section-title h3 {
    font-size: 1.25rem;
  }
}
#contents .text-box {
  padding: 0 110px;
}
#contents .text-box p {
  text-indent: 1em;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  #contents .text-box {
    padding: 0;
  }
}
#contents .catch {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #049;
}
@media screen and (max-width: 768px) {
  #contents .catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #contents .catch br {
    display: none;
  }
}

/*
=================================================
	overview
=================================================
*/
@keyframes photo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#contents #purpose-fig-wrap {
  display: flex;
  overflow: hidden;
}
#contents #purpose-fig-wrap ul {
  display: flex;
  animation: photo-scroll 80s infinite linear 0.5s both;
  margin-top: 5px;
  margin-right: 5px;
}
#contents #purpose-fig-wrap ul li {
  width: 25vw;
  margin-right: 5px;
  flex-basis: auto;
}
#contents #purpose-fig-wrap ul li > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents #purpose-fig-wrap ul li {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  #contents #purpose-fig-wrap ul li {
    width: 50vw;
  }
}

#contents #overview-date dl {
  display: flex;
  border-bottom: 1px solid rgba(0, 68, 153, 0.25);
  margin-bottom: 30px;
  position: relative;
}
#contents #overview-date dl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 160px;
  height: 1px;
  background: #049;
}
#contents #overview-date dl dt,
#contents #overview-date dl dd {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 30px;
}
#contents #overview-date dl dt {
  width: 160px;
}
#contents #overview-date dl dd {
  width: 100%;
  flex-shrink: 9999;
}
#contents #overview-date dl dd span {
  display: block;
  font-size: 1rem;
}
#contents #overview-date dl dd .number {
  color: #049;
  font-size: 1.5rem;
  font-family: "din-2014",  sans-serif;
  line-height: 1;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  #contents #overview-date dl {
    display: block;
  }
  #contents #overview-date dl dt,
  #contents #overview-date dl dd {
    font-size: 1rem;
  }
  #contents #overview-date dl dt {
    padding-bottom: 15px;
    font-weight: bold;
  }
  #contents #overview-date dl dd span {
    font-size: 0.875rem;
  }
  #contents #overview-date dl dd .number {
    font-size: 1.25rem;
  }
}
#contents #overview-date-day dd {
  font-weight: bold;
}
#contents #overview-date-day dd p,
#contents #overview-date-day dd li {
  line-height: 1.6;
}
#contents #overview-date-day dd ul {
  display: flex;
}
#contents #overview-date-day dd ul li .number {
  font-size: 2.5rem;
  margin-bottom: 0;
}
#contents #overview-date-day dd ul li .time {
  font-size: 2.125rem;
  font-family: "din-2014",  sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: bottom;
}
#contents #overview-date-day dd ul li:first-child::after {
  content: "•";
  margin: 0 10px;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents #overview-date-day dd ul {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #contents #overview-date-day dd ul li .number {
    font-size: 2.125rem;
  }
  #contents #overview-date-day dd ul li .time {
    font-size: 1.75rem;
  }
  #contents #overview-date-day dd ul li:first-child::after {
    font-size: 1.5rem;
  }
}
#contents #overview-date-map {
  margin-top: 40px;
}

/*
=================================================
	interview
=================================================
*/
#contents #interview-release {
  display: flex;
  flex-wrap: wrap;
}
#contents #interview-release .box {
  width: 30%;
  margin-left: 5%;
}
#contents #interview-release .box:nth-child(3n+1) {
  margin-left: 0;
}
#contents #interview-release .box:nth-child(n+4) {
  margin-top: 30px;
}
#contents #interview-release .box h4 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}
#contents #interview-release .box h4 i {
  color: #049;
  margin-right: 5px;
}
#contents #interview-release .box figure a {
  display: block;
  border: 2px solid #ddd;
}
#contents #interview-release .box figure a:hover {
  border-color: #d00;
}
#contents #interview-release .box .bt {
  margin-top: 10px;
}
#contents #interview-release .box .bt a {
  display: flex;
  justify-content: center;
  background: #d00;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  padding-bottom: 2px;
  border-radius: 7px;
  font-weight: 600;
}
#contents #interview-release .box .bt a::before {
  content: "";
  width: 28px;
  height: 42px;
  margin-right: 10px;
  background: url(../images/icon_download.png) no-repeat center center/100%;
}
#contents #interview-release .box .bt a:hover {
  background: #f00;
}
@media screen and (max-width: 768px) {
  #contents #interview-release {
    justify-content: space-between;
  }
  #contents #interview-release .box {
    width: 47.5%;
    margin-left: 0;
  }
  #contents #interview-release .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #contents #interview-release {
    display: block;
  }
  #contents #interview-release .box {
    width: auto;
  }
  #contents #interview-release .box:nth-child(n+2) {
    margin-top: 30px;
  }
}

/*
=================================================
	exhibitors
=================================================
*/
@keyframes line {
  0% {
    top: -20px;
    height: 0;
  }
  10% {
    top: -20px;
    height: 20px;
  }
  20% {
    top: -20px;
    height: 40px;
  }
  50% {
    top: 0;
    height: 20px;
  }
  80% {
    top: 20px;
    height: 0;
  }
  100% {
    top: 20px;
    height: 0;
  }
}
#contents #exhibitors {
  /* search */
  /* detail */
}
#contents #exhibitors-search {
  border-top: 1px solid #049;
}
#contents #exhibitors-search dl {
  display: flex;
  margin-bottom: 2px;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
}
#contents #exhibitors-search dl dt {
  font-weight: bold;
  width: 210px;
  border-right: 3px solid #049;
  line-height: 50px;
  margin-right: 30px;
}
#contents #exhibitors-search dl dd {
  width: 100%;
  flex-shrink: 9999;
  display: flex;
}
#contents #exhibitors-search dl dd ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 0 10px;
}
#contents #exhibitors-search dl dd ul li {
  width: 25%;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
#contents #exhibitors-search dl dd ul li:nth-child(n+5) {
  margin-top: 8px;
}
#contents #exhibitors-search dl dd ul li .partsCheck {
  display: none;
}
#contents #exhibitors-search dl dd ul li .partsCheck + span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
#contents #exhibitors-search dl dd ul li .partsCheck + span:before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 3px;
}
#contents #exhibitors-search dl dd ul li .partsCheck + span:hover:before {
  outline: none;
  box-shadow: 0px 0px 10px 0px #fe0;
  background: #ffe;
}
#contents #exhibitors-search dl dd ul li .partsCheck:checked + span:after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #d00;
  border-bottom: 3px solid #d00;
  transform: rotate(45deg);
}
#contents #exhibitors-search dl dd ul.col3 li {
  width: 33.3333%;
}
#contents #exhibitors-search dl dd ul.col3 li:nth-child(n+4) {
  margin-top: 8px;
}
#contents #exhibitors-search dl dd input[type=text] {
  border: 1px solid #999;
  padding: 10px 15px;
  width: 100%;
  background: #fff;
}
#contents #exhibitors-search dl dd input[type=text]:hover, #contents #exhibitors-search dl dd input[type=text]:focus {
  outline: none;
  box-shadow: 0px 0px 10px 0px #fe0;
  background: #ffe;
}
#contents #exhibitors-search dl dd input[type=checkbox] {
  width: 18px;
  height: 18px;
  transform: scale(1.2);
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 8px;
  background: #fff;
}
#contents #exhibitors-search dl.hide-search {
  background: #fff;
  padding: 5px 20px;
}
#contents #exhibitors-search dl.hide-search dt {
  width: 180px;
  line-height: 40px;
  border: none;
  color: #049;
  cursor: pointer;
  position: relative;
}
#contents #exhibitors-search dl.hide-search dt::before, #contents #exhibitors-search dl.hide-search dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 30px;
  width: 2px;
  height: 16px;
  background: #049;
  transition: all 0.3s ease;
}
#contents #exhibitors-search dl.hide-search dt::after {
  transform: rotate(90deg);
}
#contents #exhibitors-search dl.hide-search dt.active::before {
  transform: rotate(90deg);
}
#contents #exhibitors-search dl.hide-search dd {
  display: none;
}
@media screen and (max-width: 1220px) {
  #contents #exhibitors-search dl dd ul li {
    width: 50%;
  }
  #contents #exhibitors-search dl dd ul li:nth-child(n+3) {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-search dl {
    display: block;
  }
  #contents #exhibitors-search dl dt {
    width: auto;
    border: none;
    margin-right: 0;
    line-height: 1.5;
  }
  #contents #exhibitors-search dl dd {
    margin-top: 5px;
  }
  #contents #exhibitors-search dl.hide-search dt::before, #contents #exhibitors-search dl.hide-search dt::after {
    top: 50%;
    margin-top: -9px;
  }
  #contents #exhibitors-search dl.hide-search dd ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-search dl {
    padding: 15px 0;
  }
  #contents #exhibitors-search dl.hide-search dt {
    width: 100%;
  }
  #contents #exhibitors-search dl.hide-search dt::before, #contents #exhibitors-search dl.hide-search dt::after {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-search dl dd ul {
    display: block;
  }
  #contents #exhibitors-search dl dd ul li {
    width: auto;
    margin-left: 0;
  }
  #contents #exhibitors-search dl dd ul li:nth-child(n+2) {
    margin-top: 10px !important;
  }
}
#contents #exhibitors-search-narrow_bt {
  align-items: center;
}
#contents #exhibitors-search-narrow_bt span {
  display: flex;
  background: #049;
  border: 2px solid #049;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
#contents #exhibitors-search-narrow_bt span p {
  line-height: 34px;
  color: #049;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 20px 2px;
  background: #fff;
  transition: all 0.3s ease;
}
#contents #exhibitors-search-narrow_bt span i {
  line-height: 36px;
  width: 36px;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
#contents #exhibitors-search-narrow_bt span:hover p {
  background: #fe0;
}
#contents #exhibitors-search-narrow_bt span.active i {
  transform: rotate(-180deg);
}
#contents #exhibitors-search-narrow {
  display: none;
}
#contents #exhibitors-search-checked {
  margin-top: 20px;
  text-align: center;
  background: #fff;
  padding: 15px 15px 17px;
}
#contents #exhibitors-search-checked span {
  line-height: 28px;
  color: #d00;
  font-weight: bold;
}
#contents #exhibitors-search-checked span .plus {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
#contents #exhibitors-search-checked span .plus::before, #contents #exhibitors-search-checked span .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -16px;
  width: 2px;
  height: 12px;
  background: #000;
}
#contents #exhibitors-search-checked span .plus::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-search-checked {
    padding: 10px 10px 12px;
  }
  #contents #exhibitors-search-checked span {
    font-size: 0.875rem;
    line-height: 24px;
  }
  #contents #exhibitors-search-checked span .plus {
    margin-left: 20px;
  }
  #contents #exhibitors-search-checked span .plus::before, #contents #exhibitors-search-checked span .plus::after {
    top: 8px;
    left: -11px;
    height: 10px;
  }
}
#contents #exhibitors-search-submit {
  margin-top: 20px;
}
#contents #exhibitors-search-submit label {
  display: block;
  width: 320px;
  margin: 0 auto;
  position: relative;
}
#contents #exhibitors-search-submit label::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -80px;
  background: url(../images/icon_search.png) no-repeat center center/60%;
}
#contents #exhibitors-search-submit label input {
  display: block;
  width: 100%;
  color: #fff;
  background: #049;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 60px;
  padding-bottom: 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.3s ease;
}
#contents #exhibitors-search-submit label input:hover {
  background: #d00;
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-search-submit label {
    width: 100%;
  }
}
#contents #exhibitors-list {
  margin-top: 80px;
}
#contents #exhibitors-list-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 3px solid #049;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#contents #exhibitors-list-head h3 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  color: #049;
}
#contents #exhibitors-list-head #hit {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
#contents #exhibitors-list-head #hit strong {
  margin: 0 5px;
  font-size: 2.25rem;
  font-family: "din-2014",  sans-serif;
  color: #d00;
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-list-head h3 {
    font-size: 1.75rem;
  }
  #contents #exhibitors-list-head #hit {
    font-size: 1rem;
    margin-top: 10px;
    text-align: right;
  }
  #contents #exhibitors-list-head #hit strong {
    font-size: 1.75rem;
  }
}
#contents #exhibitors-list-inner {
  margin: 10px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-list-inner {
    margin: 15px -10px 0;
  }
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-list-inner {
    display: block;
    margin: 10px 0 0;
  }
}
#contents #exhibitors-list-inner .box {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-list-inner .box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-list-inner .box {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-list-inner .box {
    width: auto;
    padding: 0;
  }
  #contents #exhibitors-list-inner .box:nth-child(n+2) {
    margin-top: 20px;
  }
}
#contents #exhibitors-list-inner .box-text {
  padding: 25px 20px 20px;
  text-align: center;
  position: relative;
}
#contents #exhibitors-list-inner .box-text::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #049;
  animation: line 2s linear infinite;
}
#contents #exhibitors-list-inner .box-text h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #049;
  line-height: 1.4;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}
#contents #exhibitors-list-inner .box-text dl dt,
#contents #exhibitors-list-inner .box-text dl dd {
  line-height: 1.4;
}
#contents #exhibitors-list-inner .box-text dl dt {
  font-weight: bold;
}
#contents #exhibitors-list-inner .box-text dl dd {
  font-size: 0.875rem;
}
#contents #exhibitors-list-inner .box-text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}
#contents #exhibitors-list-inner .box-text ul li {
  font-size: 0.8125rem;
  line-height: 19px;
  color: #fff;
  background: #09e;
  margin: 2px;
  padding: 0 10px 2px;
  border-radius: 15px;
}
#contents #exhibitors-list-inner .box a {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 100%;
  padding-bottom: 40px;
}
#contents #exhibitors-list-inner .box a figure {
  height: 220px;
  overflow: hidden;
  position: relative;
}
#contents #exhibitors-list-inner .box a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#contents #exhibitors-list-inner .box a .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 48px;
  padding-bottom: 2px;
  font-weight: 500;
  color: #fff;
  background: #049;
  text-align: center;
  transition: all 0.3s ease;
}
#contents #exhibitors-list-inner .box a .btn::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  width: 16px;
  height: 16px;
  background: url(../images/btn_link.png) no-repeat right center/auto 100%;
  transition: all 0.3s ease;
}
#contents #exhibitors-list-inner .box a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#contents #exhibitors-list-inner .box a:hover figure img {
  transform: scale(1.05);
}
#contents #exhibitors-list-inner .box a:hover .btn {
  background: #d00;
}
#contents #exhibitors-list-inner .box a:hover .btn::after {
  background-position: left center;
}
#contents #exhibitors-list-pagenation {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents #exhibitors-list-pagenation li {
  text-align: center;
}
#contents #exhibitors-list-pagenation li:nth-child(n+2) {
  margin-left: 5px;
}
#contents #exhibitors-list-pagenation li a, #contents #exhibitors-list-pagenation li.event-none {
  display: block;
  font-weight: bold;
  border: 1px solid #ccc;
  line-height: 40px;
  padding-bottom: 2px;
  border-radius: 10px;
}
#contents #exhibitors-list-pagenation li a {
  color: #049;
  background: #fff;
  text-decoration: none;
  width: 42px;
}
#contents #exhibitors-list-pagenation li a.active {
  background: #049;
  color: #fff;
}
#contents #exhibitors-list-pagenation li a:hover {
  background: #fe0;
}
#contents #exhibitors-list-pagenation li a:hover.active {
  background: #049;
  color: #fff;
}
#contents #exhibitors-list-pagenation li.event-none {
  background: #ccc;
  color: #999;
  width: auto;
  white-space: nowrap;
  padding: 0 15px;
}
#contents #exhibitors-list-pagenation li.prev, #contents #exhibitors-list-pagenation li.next {
  font-size: 0.875rem;
}
#contents #exhibitors-list-pagenation li.prev a, #contents #exhibitors-list-pagenation li.next a {
  width: auto;
  white-space: nowrap;
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-list-pagenation {
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 15px;
  }
}
#contents #exhibitors-company {
  background: #049 url(../images/back_illust_light.png) no-repeat center center/cover;
}
#contents #exhibitors-company-inner {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-company-inner {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-company-inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-company-inner {
    padding-top: 60px;
  }
}
#contents #exhibitors-company figure {
  width: 400px;
  flex-basis: auto;
  margin-right: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-company figure {
    width: 480px;
    margin: 0 0 25px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-company figure {
    width: auto;
  }
}
#contents #exhibitors-company-text {
  color: #fff;
}
#contents #exhibitors-company-text h2 {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.3;
}
#contents #exhibitors-company-text-copy {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
#contents #exhibitors-company-text-link {
  margin-top: 23px;
  display: flex;
}
#contents #exhibitors-company-text-link li:nth-child(n+2) {
  margin-left: 10px;
}
#contents #exhibitors-company-text-link li a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 3px 30px 3px 3px;
  color: #000;
  text-decoration: none;
  border-radius: 25px;
}
#contents #exhibitors-company-text-link li a i {
  width: 36px;
  font-size: 1.25rem;
  line-height: 36px;
  color: #fff;
  background: #049;
  border-radius: 20px;
  text-align: center;
  margin-right: 10px;
}
#contents #exhibitors-company-text-link li a p {
  color: #049;
  font-weight: 500;
  line-height: 34px;
  padding-bottom: 2px;
}
#contents #exhibitors-company-text-link li a:hover {
  background: #fe0;
}
#contents #exhibitors-company-text-info {
  display: flex;
  margin-top: 20px;
}
#contents #exhibitors-company-text-info dl {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}
#contents #exhibitors-company-text-info dl:nth-child(n+2) {
  margin-left: 30px;
}
#contents #exhibitors-company-text-info dl dt {
  font-size: 0.875rem;
  line-height: 20px;
  padding: 0 15px 2px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-right: 8px;
}
#contents #exhibitors-company-text-info dl dd {
  padding-bottom: 2px;
}
@media screen and (max-width: 1220px) {
  #contents #exhibitors-company-text h2 {
    font-size: 2.25rem;
  }
  #contents #exhibitors-company-text-copy {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  #contents #exhibitors-company-text-link li a {
    padding-right: 20px;
  }
  #contents #exhibitors-company-text-link li a i {
    width: 30px;
    font-size: 1.125rem;
    line-height: 30px;
    margin-right: 7px;
  }
  #contents #exhibitors-company-text-link li a p {
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-company-text h2 {
    font-size: 2.25rem;
  }
  #contents #exhibitors-company-text-copy {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-company-text h2 {
    font-size: 2rem;
  }
  #contents #exhibitors-company-text-copy {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  #contents #exhibitors-company-text-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-company-text h2 {
    font-size: 1.75rem;
    text-align: center;
  }
  #contents #exhibitors-company-text-copy {
    font-size: 1rem;
  }
  #contents #exhibitors-company-text-link {
    display: block;
  }
  #contents #exhibitors-company-text-link li:nth-child(n+2) {
    margin-top: 10px;
    margin-left: 0;
  }
  #contents #exhibitors-company-text-info {
    display: block;
  }
  #contents #exhibitors-company-text-info dl:nth-child(n+2) {
    margin-left: 0;
    margin-top: 3px;
  }
}
#contents #exhibitors-detail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-detail {
    margin-top: 20px;
  }
}
#contents #exhibitors-detail-lead {
  display: flex;
}
#contents #exhibitors-detail-lead-text {
  width: 100%;
  flex-shrink: 9999;
}
#contents #exhibitors-detail-lead-text p {
  font-weight: 500;
  text-indent: 1em;
}
#contents #exhibitors-detail-lead-youtube {
  margin-left: 30px;
  width: 480px;
}
#contents #exhibitors-detail-lead-youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents #exhibitors-detail-lead-youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  #contents #exhibitors-detail-lead-youtube {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-detail-lead {
    display: block;
  }
  #contents #exhibitors-detail-lead-youtube {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  #contents #exhibitors-detail-lead-youtube-box {
    width: auto;
  }
}
#contents #exhibitors-products {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-products {
    margin-top: 40px;
  }
}
#contents #exhibitors-products h3 {
  font-size: 1.75rem;
  font-weight: 500;
  border-bottom: 3px solid #049;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-products h3 {
    font-size: 1.5rem;
  }
}
#contents #exhibitors-products-list .box {
  padding: 40px 0;
  border-bottom: 1px solid #049;
  display: flex;
}
#contents #exhibitors-products-list .box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border: 1px solid #049;
  background: #fff;
  flex-basis: auto;
  margin-right: 40px;
}
#contents #exhibitors-products-list .box figure img {
  max-height: 100%;
}
#contents #exhibitors-products-list .box-text {
  width: 100%;
  flex-shrink: 9999;
}
#contents #exhibitors-products-list .box-text h4 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #049;
  line-height: 1.4;
  margin-bottom: 10px;
}
#contents #exhibitors-products-list .box-text p {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-indent: 1em;
}
#contents #exhibitors-products-list .box-text-item {
  margin-top: 12px;
}
#contents #exhibitors-products-list .box-text-item dl {
  display: flex;
  align-items: stretch;
}
#contents #exhibitors-products-list .box-text-item dl:nth-child(n+2) {
  margin-top: 5px;
}
#contents #exhibitors-products-list .box-text-item dl dt {
  display: block;
  width: 8em;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #049;
  background: rgba(0, 68, 153, 0.2);
  line-height: 24px;
  margin-right: 7px;
  border-radius: 5px;
  text-align: center;
}
#contents #exhibitors-products-list .box-text-item dl dt.keywordTitle {
  display: flex;
  align-items: center;
}
#contents #exhibitors-products-list .box-text-item dl dt .dt-inner {
  display: block;
  width: 100%;
}
#contents #exhibitors-products-list .box-text-item dl dd {
  padding-bottom: 2px;
  line-height: 1.4;
  flex-shrink: 100;
}
#contents #exhibitors-products-list .box-text-item dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#contents #exhibitors-products-list .box-text-item dl dd ul li {
  background: #d00;
  color: #fff;
  padding: 0 8px 2px;
  line-height: 20px;
  margin: 1px 2px 1px 0;
}
#contents #exhibitors-products-list .box-text-item dl dd ul li:last-child {
  margin-right: 0;
}
#contents #exhibitors-products-list .box-text-item dl dd .detail {
  margin-bottom: 10px;
}
#contents #exhibitors-products-list .box-text-item dl dd .detail:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #contents #exhibitors-products-list .box figure {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-products-list .box {
    display: block;
    padding: 30px 0;
  }
  #contents #exhibitors-products-list .box figure {
    width: 400px;
    height: 300px;
    margin: 0 auto 20px;
  }
  #contents #exhibitors-products-list .box-text h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #contents #exhibitors-products-list .box figure {
    width: auto;
    height: 240px;
  }
  #contents #exhibitors-products-list .box-text-item dl dt {
    font-size: 0.75rem;
  }
  #contents #exhibitors-products-list .box-text-item dl dd {
    font-size: 0.9375rem;
  }
}
#contents #exhibitors-products-back {
  position: sticky;
  bottom: 0;
  margin-top: 30px;
  padding: 30px 0;
}
#contents #exhibitors-products-back a {
  display: block;
  margin: 0 auto;
  width: 280px;
  line-height: 48px;
  padding-bottom: 2px;
  background: #049;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
}
#contents #exhibitors-products-back a i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.875rem;
}
#contents #exhibitors-products-back a:hover {
  background: #d00;
}
@media screen and (max-width: 768px) {
  #contents #exhibitors-products-back {
    margin-top: 20px;
  }
}

/*
=================================================
	utility
=================================================
*/
.page-utility h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  border-left: 4px solid #049;
  padding: 5px 0 7px 15px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .page-utility h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.page-utility h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  background: #049;
  padding: 0 15px 2px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#contents #member-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents #member-list li {
  width: 49.5%;
}
#contents #member-list li:first-child {
  width: 100%;
}
#contents #member-list li:nth-child(n+2) {
  margin-top: 1%;
}
#contents #member-list li a {
  display: block;
  border: 1px solid #049;
  padding: 15px 10px 17px;
  text-align: center;
  color: #049;
  text-decoration: none;
  line-height: 1.5;
}
#contents #member-list li a:hover {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contents #member-list {
    display: block;
  }
  #contents #member-list li {
    width: auto;
  }
  #contents #member-list li:nth-child(n+2) {
    margin-top: 10px;
  }
}

#contents #notice ul li {
  margin-bottom: 60px;
  position: relative;
}
#contents #notice ul li::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #049;
  z-index: -9999;
}
#contents #notice ul li span {
  display: block;
  width: 35px;
  line-height: 35px;
  background: #049;
  color: #fff;
  font-size: 1.375rem;
  font-family: "din-2014",  sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
}

#contents #links-code dl {
  margin-top: 20px;
}
#contents #links-code dl dt {
  font-weight: bold;
  margin-bottom: 3px;
}
#contents #links-code dl dd {
  border: 1px solid #000;
  background: #fff;
  padding: 15px 20px;
}

#contents #past-link {
  display: flex;
  flex-wrap: wrap;
}
#contents #past-link li {
  width: 32%;
  line-height: 1.5;
  margin-left: 2%;
}
#contents #past-link li:nth-child(3n+1) {
  margin-left: 0;
}
#contents #past-link li:nth-child(n+4) {
  margin-top: 2%;
}
#contents #past-link li a {
  display: block;
  background: #049;
  color: #fff;
  text-decoration: none;
  padding: 18px 20px 20px;
  border-left: 8px solid #fe0;
  border-radius: 8px;
  position: relative;
}
#contents #past-link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/icon_arrow.png) no-repeat center center/100%;
  transition: all 0.3s ease;
}
#contents #past-link li a span {
  font-size: 0.875rem;
}
#contents #past-link li a strong {
  display: block;
  font-size: 1.75rem;
  font-family: "din-2014",  sans-serif;
  font-weight: 600;
  line-height: 1;
}
#contents #past-link li a:hover {
  background: #09d;
}
#contents #past-link li a:hover::after {
  right: 10px;
}
@media screen and (max-width: 1024px) {
  #contents #past-link {
    justify-content: space-between;
  }
  #contents #past-link li {
    width: 49%;
    margin-left: 0;
  }
  #contents #past-link li:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 480px) {
  #contents #past-link {
    display: block;
  }
  #contents #past-link li {
    width: auto;
  }
  #contents #past-link li:nth-child(n+2) {
    margin-top: 15px;
  }
}

/*
=================================================
	contact
=================================================
*/
#contact-caution {
  background: #fff;
  padding: 30px;
}
#contact-caution dl dt {
  display: inline-block;
  background: #d00;
  color: #fff;
  padding: 0 15px 2px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
#contact-caution dl dd ul {
  margin-left: 1.5em;
}
#contact-caution dl dd ul li {
  list-style: disc;
}
#contact-caution dl dd ul li strong {
  color: #d00;
}
#contact-caution dl dd ul li .note {
  color: #d00;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #contact-caution {
    padding: 20px;
  }
}
#contact-form-inquiry {
  margin-top: 40px;
}
#contact-form-inquiry .item {
  margin-top: 60px;
  position: relative;
}
#contact-form-inquiry .item-title h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #049;
  border-bottom: 1px solid #049;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contact-form-inquiry .item-title h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry .item-title h3 {
    font-size: 1.375rem;
  }
}
#contact-form-inquiry .item-title p {
  margin-top: 8px;
  line-height: 1.6;
}
#contact-form-inquiry .item .open-field {
  display: none;
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry .item {
    margin-top: 40px;
  }
}
#contact-form-inquiry .open-bt {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  text-align: center;
  line-height: 34px;
  padding-bottom: 2px;
  color: #fff;
  background: #049;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#contact-form-inquiry .open-bt i {
  margin-right: 5px;
  transition: all 0.3s ease;
}
#contact-form-inquiry .open-bt.active i {
  transform: rotate(-180deg);
}
#contact-form-inquiry .open-bt:hover {
  background: #06c;
}
@media screen and (max-width: 1220px) {
  #contact-form-inquiry .open-bt:hover {
    background: #049;
  }
}
@media screen and (max-width: 768px) {
  #contact-form-inquiry .open-bt {
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry .open-bt {
    position: static;
    margin-top: 10px;
  }
}
#contact-form-inquiry dl {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
#contact-form-inquiry dl.first {
  border-top: 1px solid #ccc;
}
#contact-form-inquiry dl dt {
  font-weight: bold;
  width: 280px;
}
#contact-form-inquiry dl dt span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #contact-form-inquiry dl dt span {
    display: inline;
    margin-left: 15px;
  }
}
#contact-form-inquiry dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-shrink: 100;
}
#contact-form-inquiry dl dd .cb {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
#contact-form-inquiry dl dd .cb label {
  margin-right: 10px;
}
#contact-form-inquiry dl dd .cb input {
  flex-shrink: 9999;
}
#contact-form-inquiry dl dd .cb:last-child {
  margin-right: 0;
}
#contact-form-inquiry dl dd.cbbr .cb {
  width: 100%;
  margin-right: 0;
}
#contact-form-inquiry dl dd.cbbr .cb:nth-child(n+2) {
  margin-top: 10px;
}
#contact-form-inquiry dl dd .etc {
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry dl dd .etc .cb {
    display: block;
  }
  #contact-form-inquiry dl dd .etc .cb label {
    width: auto;
  }
  #contact-form-inquiry dl dd .etc .cb input {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  #contact-form-inquiry dl dd.field-pre .cb:nth-child(2) {
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
  }
}
#contact-form-inquiry dl dd.field-tel p {
  margin: 0 10px;
}
#contact-form-inquiry dl dd.field-mail p {
  margin: 7px 0;
}
#contact-form-inquiry dl dd.field-mail .cb {
  width: 100%;
}
#contact-form-inquiry dl dd.field-mail .cb p {
  margin: 0 10px;
}
#contact-form-inquiry dl dd.field-address .cb {
  flex-wrap: wrap;
}
#contact-form-inquiry dl dd.field-address .address {
  width: 100%;
  margin-top: 10px;
}
#contact-form-inquiry dl dd p.note {
  margin-top: 8px !important;
  margin-left: 1em !important;
  text-indent: -1em;
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.4;
}
#contact-form-inquiry dl dd p.note-right {
  margin-left: 1em !important;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry dl dd p.note-right {
    width: 100%;
    margin-top: 8px !important;
    margin-left: 0 !important;
  }
}
#contact-form-inquiry dl dd input,
#contact-form-inquiry dl dd textarea {
  border: 1px solid #000;
  background: #fff;
  padding: 3px 10px 5px;
  border-radius: 7px;
}
#contact-form-inquiry dl dd input.text1,
#contact-form-inquiry dl dd textarea.text1 {
  width: 100%;
}
#contact-form-inquiry dl dd input.text2,
#contact-form-inquiry dl dd textarea.text2 {
  width: 4em;
}
#contact-form-inquiry dl dd input.text3,
#contact-form-inquiry dl dd textarea.text3 {
  width: 12em;
}
#contact-form-inquiry dl dd input.text4,
#contact-form-inquiry dl dd textarea.text4 {
  width: 8em;
}
#contact-form-inquiry dl dd input.text5,
#contact-form-inquiry dl dd textarea.text5 {
  width: 40%;
}
#contact-form-inquiry dl dd input:focus,
#contact-form-inquiry dl dd textarea:focus {
  outline: none;
  box-shadow: 0px 0px 15px 0px #fe0;
  background: #ffe;
  border-radius: 7px;
}
#contact-form-inquiry dl dd input[type=file] {
  padding: 10px;
}
#contact-form-inquiry dl dd .select {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-radius: 7px;
}
#contact-form-inquiry dl dd .select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #000;
  padding: 0 45px 2px 10px;
  line-height: 38px;
}
#contact-form-inquiry dl dd .select select::-ms-expand {
  display: none;
}
#contact-form-inquiry dl dd .select select:focus {
  outline: none;
  box-shadow: 0px 0px 15px 0px #fe0;
  background: #ffe;
  border-radius: 7px;
}
#contact-form-inquiry dl dd .select::before {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry dl dd .cb {
    width: 100%;
  }
  #contact-form-inquiry dl dd .cb label {
    width: 5.5em;
  }
  #contact-form-inquiry dl dd .cb:nth-child(n+2) {
    margin-top: 10px;
  }
  #contact-form-inquiry dl dd.cbbr .cb {
    display: block;
  }
  #contact-form-inquiry dl dd.field-address .cb label {
    width: auto;
  }
}
#contact-form-inquiry dl.must dt::before {
  content: "必須";
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  background: #d00;
  line-height: 17px;
  padding: 0 10px 2px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 5px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #contact-form-inquiry dl {
    display: block;
    padding: 20px 0;
  }
  #contact-form-inquiry dl dt {
    width: auto;
    margin-bottom: 8px;
  }
}
#contact-form-inquiry-agree {
  margin-top: 60px;
  border: 1px solid #000;
  padding: 30px;
}
#contact-form-inquiry-agree h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#contact-form-inquiry-agree h3 span {
  text-decoration: underline;
}
#contact-form-inquiry-agree-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background: #fff;
  padding: 20px 10px;
}
#contact-form-inquiry-agree-check label {
  font-size: 1.25rem;
  font-weight: bold;
}
#contact-form-inquiry-agree-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  transform: scale(1.3);
  vertical-align: middle;
  margin-right: 12px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  #contact-form-inquiry-agree {
    padding: 30px 20px 20px;
  }
  #contact-form-inquiry-agree h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  #contact-form-inquiry-agree {
    margin-top: 40px;
  }
  #contact-form-inquiry-agree-check label {
    font-size: 1rem;
  }
}
#contact-form-submit {
  margin-top: 60px;
}
#contact-form-submit input {
  width: 260px;
  margin: 0 auto;
  font-size: 1.25rem;
  display: block;
  color: #fff;
  background: #049;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}
#contact-form-submit input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  #contact-form-submit {
    margin-top: 40px;
  }
  #contact-form-submit input {
    width: 100%;
  }
}



/*
=================================================
	movieBox
=================================================
*/

#seminar .column .movieBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #ffffff;
}

#seminar .column .movieBox .movieBoxInner:first-child {
  width: 40%;
  padding: 0;
}

#seminar .column .movieBox .movieBoxInner {
  width: 60%;
  padding: 30px;
}

#seminar .column .movieBox .movieBoxInner h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0 25px 0;
  border-bottom: 3px solid #04a;
  padding-bottom: 7px;
}

#seminar .column .movieBox .movieBoxInner .ss {
  font-weight: bold;
}

#seminar .column .movieBox .movieBoxInner table {
  width: 100%;
}

#seminar .column .movieBox .movieBoxInner th strong {
  display: block;
  padding-bottom: 5px;
  font-size: 1.25rem;
  color: #04a;
}

#seminar .column .movieBox .movieBoxInner th {
  font-weight: 400;
  padding-bottom: 10px;
}

#seminar .column .movieBox .movieBoxInner td {
  text-align: right;
  font-weight: 700;
  vertical-align: bottom;
  padding-bottom: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #seminar .column .movieBox {
    display: block;
    margin-bottom: 30px;
  }

  #seminar .column .movieBox:last-child {
    margin-bottom: 0;
  }

  #seminar .column .movieBox .movieBoxInner:first-child {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
    width: 100%;
  }

  #seminar .column .movieBox .movieBoxInner:first-child iframe,
  #seminar .column .movieBox .movieBoxInner:first-child object,
  #seminar .column .movieBox .movieBoxInner:first-child embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #seminar .column .movieBox .movieBoxInner {
    width: 100%;
    padding: 20px;
  }

  #seminar .column .movieBox .movieBoxInner h3 {
    font-size: 1.125rem;
    margin: 5px 0 15px 0;
  }

  #seminar .column .movieBox .movieBoxInner th strong {
    font-size: 1.125rem;
  }
}