/*---------------------------
contents common
----------------------------*/
.contents {
  padding: 4rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 2rem 0;
  }
}
.contents h2.line {
  border-bottom: 2px solid #0748aa;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: #0748aa;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

/*---------------------------
booth
----------------------------*/
#booth .inner table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #booth .inner table {
    display: block;
  }
}
#booth .inner table tr {
  border-bottom: 1px solid #ccc;
}
#booth .inner table tr:nth-of-type(odd) {
  background: #eee;
}
#booth .inner table tr th {
  background: #093f8a;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 0.7rem 0.7rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr th {
    display: block;
    width: 100%;
    border-left: none;
  }
}
#booth .inner table tr th:nth-of-type(2) {
  width: 40%;
  border: none;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr th:nth-of-type(2) {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
#booth .inner table tr th:nth-of-type(3) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr th:nth-of-type(3) {
    width: 100%;
  }
}
#booth .inner table tr td {
  padding: 1rem 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr td {
    display: block;
    padding: 0.5rem;
  }
}
#booth .inner table tr td:nth-of-type(1) {
  width: 4%;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr td:nth-of-type(1) {
    display: none;
  }
}
#booth .inner table tr td:nth-of-type(2) {
  width: 36%;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr td:nth-of-type(2) {
    width: 100%;
    padding-bottom: 0;
  }
}
#booth .inner table tr td:nth-of-type(3) {
  width: 60%;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  #booth .inner table tr td:nth-of-type(3) {
    width: 100%;
  }
}

/*---------------------------
sesion
----------------------------*/
#session .inner .note {
  font-size: clamp(1rem, 0.789rem + 0.901vw, 1.6rem);
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.5;
  color: #292929;
}
@media screen and (max-width: 767px) {
  #session .inner .note {
    margin-bottom: 2rem;
  }
}
#session .inner .note span {
  color: #f22424;
  text-decoration: underline;
}
#session .inner > h2 {
  font-size: clamp(1.4rem, 1.189rem + 0.901vw, 2rem);
  color: #093f8a;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #session .inner > h2 {
    margin-bottom: 2rem;
  }
}
#session .inner .row.line_n {
  margin-bottom: 4rem;
}
#session .inner .row.line_n .col {
  background-image: none;
}
#session .inner .row .col {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../img/session/time_line.png);
  background-repeat: repeat-y;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  #session .inner .row .col {
    flex-wrap: wrap;
    background-image: none;
  }
}
#session .inner .row .col:last-child {
  background-image: none;
}
#session .inner .row .col .time {
  width: 100%;
  max-width: 180px;
  background-color: #0748aa;
  color: #fff;
  font-family: "Oswald", sans-serif;
  border-radius: 100px;
  padding: 0.3rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #session .inner .row .col .time {
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
#session .inner .row .col .txt {
  width: 100%;
  max-width: 870px;
  text-align: left;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #session .inner .row .col .txt {
    flex-wrap: wrap;
  }
}
#session .inner .row .col .txt .num {
  width: 10%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #session .inner .row .col .txt .num {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
#session .inner .row .col .txt .info {
  width: 90%;
}
@media screen and (max-width: 767px) {
  #session .inner .row .col .txt .info {
    width: 100%;
  }
}
#session .inner .row .col .txt .info h2 {
  color: #0748aa;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  #session .inner .row .col .txt .info h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
#session .inner .row .col .txt .info p {
  margin-bottom: 0.7rem;
  font-weight: bold;
}

/*---------------------------
access
----------------------------*/
#access .inner .map {
  width: 100%;
  height: 600px;
}
#access .inner .map iframe {
  max-width: 100% !important;
}