@charset "utf-8";

.introduction {
  padding-top: 45px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1085px) {
  .introduction {
    text-align: left;
  }
}

.introduction ul {
  margin-top: 1em;
}

.introduction ul li {
  font-size: 1.3rem;
}

/**/
.workshop .main_contents {
  background-image: url(/asset/images/bg_exhibitorseminar.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

body.pages.workshop .contents {
  padding-top: 45px;
  padding-bottom: 70px;
}

.list_workshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_workshop .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list_workshop .item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .list_workshop .item {
    width: 48%;
  }

  .list_workshop .item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .list_workshop .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 580px) {
  .list_workshop .item {
    width: 100%;
    margin-right: 0;
  }

  .list_workshop .item:nth-of-type(3n) {
    margin-right: 0%;
  }
}

.list_workshop .item .btn {
  margin-top: 1em;
}

.list_workshop .item .conts h4 {
  font-size: 1.6rem;
}

.list_workshop .item .thumbnail {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.list_workshop .item .thumbnail figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list_workshop .item .thumbnail::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  z-index: 4;
}

.list_workshop .item .thumbnail::after {
  display: inline-block;
  font-family: "Material Icons";
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 30px;
  content: "play_arrow";
  z-index: 5;
}

.list_workshop .item .thumbnail img {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 820px) {
  .list_workshop .item .conts {
    width: 100%;
    margin-top: 2em;
    z-index: 1;
  }

  .list_workshop .item .thumbnail {
    margin-right: auto;
    margin-left: auto;
  }
}

.list_workshop .item .company_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list_workshop .item .company_data .company_logo {
  width: 18%;
  /*   margin-left: 2%; */
  position: relative;
}

.list_workshop .item .company_data .company_logo::after {
  content: "";
  padding-top: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.list_workshop .item .company_data .company_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}

.list_workshop .item .company_data h5 {
  width: 78%;
  padding-right: 2%;
  color: #000;
}

.list_workshop .item .conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.list_workshop .item .conts > dd:first-of-type {
  margin-bottom: auto;
}

.list_workshop .item .conts dd {
  font-size: 1.4rem;
}

.list_workshop .item .conts dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.list_workshop .item .conts dt h4 {
  padding-top: 1em;
  width: 100%;
}

.list_workshop .item .conts dt .tag {
  width: 100%;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_workshop .item .conts dt .tag li {
  padding: 3px 15px;
  text-align: center;
  border-radius: 50px;
  background-color: #f2f6f8;
}

.list_workshop .item .conts dt .tag li + li {
  margin-left: 0.5em;
}

.list_workshop .item .conts dt figure {
  width: 80px;
  height: 80px;
  margin-top: 1em;
  margin-right: 20px;
  border-radius: 200px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}

.list_workshop .item .conts dt figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .list_workshop .item .conts dt figure {
    margin-left: 0;
  }
}

.list_workshop .item .conts dt div {
  width: calc(100% - 100px);
  font-size: 1.4rem;
}

.list_workshop .item .conts dt p {
  line-height: 1.25;
}

.list_workshop .item .conts dt p span {
  font-size: 1.1rem;
}

.list_workshop .item .conts dd {
  font-size: 1.4rem;
}

/**/

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 70px;
}

.pager li {
  width: 50px;
  height: 50px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: var(--cl-yokohama);
  background: var(--bg-yokohama-gradation);
  -webkit-box-shadow: 1px 3px 0px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 0px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.pager li a:hover {
  opacity: 1;
  background: var(--logo-cl-green);
  background: linear-gradient(77deg, var(--logo-cl-green) 0%, var(--logo-cl-blue) 80%);
}

.pager li.current a,
.pager li.current a:hover {
  opacity: 1;
  background:var(--logo-cl-green);
}

/* 完了画面 */

.reserved_comp {
  text-align: center;
}

.reserved_comp h4 {
  font-size: 3rem;
  font-weight: 700;
  padding-top: 1.5em;
}

@media screen and (max-width: 540px) {
  .reserved_comp h4 {
    font-size: 2.2rem;
  }
}

.reserved_comp h4 span {
  margin-right: 0.25em;
}

.reserved_comp .data_reserved {
  margin-top: 5em;
  margin-bottom: 5em;
  /*    display: flex;
    flex-wrap: wrap;
    text-align: left;*/
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reserved_comp .data_reserved::before,
.reserved_comp .data_reserved::after {
  content: "";
  width: 5px;
  height: 45px;
  position: absolute;
  top: -55px;
  left: 50%;
  border-right: 5px dotted #004b9e;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.nagoya .reserved_comp .data_reserved::before,
.nagoya .reserved_comp .data_reserved::after {
  border-right: 5px dotted #e61c38;
}

.reserved_comp .data_reserved::after {
  top: auto;
  bottom: -55px;
}

.reserved_comp .data_reserved dt {
  /*    width: 6em;*/
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  padding-top: 1em;
  margin-bottom: 2em;
  font-size: 2.2rem;
  font-weight: 700;
}

.reserved_comp .data_reserved dd {
  /*    width: calc(100% - 6em);*/
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  padding-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 700;
}

.data_reserved dd textarea {
  width: 100%;
  height: 10em;
  padding: 1em;
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

.data_reserved dd .comments p {
  margin-bottom: 1em;
}

.data_reserved dd .comments p.err {
  color: #ffffff;
  text-align: center;
  line-height: 2em;
  background-color: rgba(235, 30, 30, 0.5);
}

@media screen and (max-width: 767px) {
  .reserved_comp .data_reserved dt {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }

  .reserved_comp .data_reserved dd {
    width: 100%;
    margin-bottom: 1em;
  }
}

.white .reserved_comp .data_reserved dd,
.white .reserved_comp .data_reserved dt,
.white .reserved_comp p,
.gray .reserved_comp .data_reserved dd,
.gray .reserved_comp .data_reserved dt,
.gray .reserved_comp p {
  text-shadow: none;
}

.reserved_comp p {
  font-weight: 700;
}

.reserved_comp p + p {
  margin-top: 0.5em;
}

.reserved_comp .btn {
  margin-top: 2em;
}

#main_contents {
  padding-bottom: 70px;
}
