@charset "UTF-8";

/* h2Ttl,h3Ttl */
.l-content h2.h2Ttl {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 5px 20px;
  border-bottom: 1px solid #333;
}
.l-content h2.h2Ttl::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  width: 8px;
  height: 30px;
  background-color: #0f218b;
}
.l-content h3.h3Ttl {
  display: flex;
  align-items: baseline;
  width: 1100px;
  background-color: #eee;
  font-size: 25px;
  margin: 0 auto 25px;
}
.l-content h3.h3Ttl .flag {
  width: 50px;
  background-color: #0f218b;
  color: #fff;
  font-size: 29px;
  padding: 5px 0 2px;
  margin-right: 15px;
}
.l-content h3.h3Ttl .up,
.l-content h3.h3Ttl .down {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 5px;
}
.l-content h3.h3Ttl .up {
  width: 150px;
  border: solid 4px #1961d0;
  margin-left: auto;
  margin-right: 5px;
}
.l-content #anc_02 h3.h3Ttl .down {
  margin-left: auto;
}
.l-content h3.h3Ttl .down {
  width: 190px;
  border: solid 4px #e60012;
}
.l-content h3.h3Ttl .up img,
.l-content h3.h3Ttl .down img {
  padding-bottom: 3px;
  margin-left: 5px;
}
.l-content h3.h3Ttl .up img {
  padding-bottom: 7px;
}
/*btn*/
.l-content .btn.wrap {
  width: 800px;
  border: solid 5px #ffcc00;
  box-sizing: border-box;
  padding: 20px 0 16px;
  margin: 0 auto;
}
.l-content .btn.wrap a {
  width: 360px;
  padding: 15px 0 12px;
}

/*anchor*/
.l-content .anchor ul {
  display: flex;
  gap: 70px;
  justify-content: center;
}

/*c-booth*/
.l-content .c-booth > h3 {
  width: 940px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 20px 20px 15px;
  margin: 0 auto;
}
.l-content .c-booth > h3 span {
  color: #ffe063;
}
.l-content .c-booth div.list {
  display: flex;
  gap: 38px;
  justify-content: center;
}
.l-content .c-booth div.list .item {
  position: relative;
  width: 400px;
  border: 1px solid #0f218b;
  box-sizing: border-box;
  padding: 10px 0 10px 12px;
}
.l-content .c-booth div.list > div.item > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.l-content .c-booth div.list .name {
  border-left: solid 7px #0f218b;
  line-height: 36px;
  padding-left: 8px;
}
.l-content .c-booth .wrapper {
  width: 830px;
  border: 1px solid #0f218b;
  margin: 0 auto;
}
.l-content .c-booth .wrapper div.list {
  display: flex;
}
.l-content .c-booth .wrapper div.list .item {
  border: none;
}
.l-content .c-booth .icon {
  display: flex;
  gap: 5px;
}
.l-content .c-booth .icon > div {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1;
  padding-top: 2px;
}
.l-content .c-booth .icon > div.up {
  border: solid 3px #1961d0;
}
.l-content .c-booth .icon > div.down {
  border: solid 3px #e60012;
}
.l-content .c-booth .icon > div.dummy {
  width: 120px;
  background-color: transparent;
  border: none;
}
.l-content .c-booth .icon > div p:nth-of-type(2) {
  font-size: 16px;
}
.l-content .c-booth .icon > div img {
  padding-bottom: 3px;
}

/* c-novelty */
.l-content .c-novelty {
  width: 1060px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  border: solid 3px #ffcc00;
  box-sizing: border-box;
  padding: 20px 0 30px;
  margin: 0 auto;
}
.l-content .c-novelty > div:first-of-type p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-content .c-novelty > div:first-of-type p:first-of-type::before {
  content: url("/pr/exhibition_202610/img/pic_novelty_left.png");
  padding-right: 8px;
}
.l-content .c-novelty > div:first-of-type p:first-of-type::after {
  content: url("/pr/exhibition_202610/img/pic_novelty_right.png");
  padding-left: 8px;
}
.l-content .c-novelty > div:nth-of-type(2) p.u-bold {
  font-size: 19px;
  line-height: 28px;
}
.l-content .c-novelty > div:nth-of-type(2) a.m-btnWin--conversion {
  width: 360px;
  padding: 15px 0 12px;
}

/* c-pickup */
.l-content .c-pickup {
  width: 1100px;
  margin: 0 auto;
}
.l-content .c-pickup > div.content {
  position: relative;
  padding-left: 50px;
}
.l-content #anc_01 div.content {
  padding-bottom: 60px;
}
.l-content #anc_03 div.content {
  padding-bottom: 50px;
}
.l-content .c-pickup > div.content .box {
  display: inline-block;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 20px 30px 20px 25px;
  margin-left: 20px;
}
.l-content .c-pickup > div.content .box ul > li {
  font-size: 16px;
}
.l-content .c-pickup > div.content .box p {
  font-size: 19px;
  line-height: 1;
}
.l-content .c-pickup > div.content .box p::before {
  content: url("/pr/exhibition_202610/img/icon_check.png");
  margin-right: 5px;
  vertical-align: bottom;
}
.l-content .c-pickup > div.content div.img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.l-content #anc_01 > div.content div.img {
  right: 10px;
  bottom: 50px;
  gap: 40px;
}
.l-content #anc_01 > div.content div.img > div {
  padding-bottom: 50px;
}
.l-content #anc_01 > div.content div.img > div > p:first-of-type {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-content #anc_01 > div.content div.img > div > p:first-of-type::before {
  content: url("/pr/exhibition_202610/img/pic_pickup_left.png");
}
.l-content #anc_01 > div.content div.img > div > p:first-of-type::after {
  content: url("/pr/exhibition_202610/img/pic_pickup_right.png");
}
.l-content #anc_02 > div.content div.img {
  gap: 30px;
}
.l-content #anc_03 > div.content div.img {
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.l-content #anc_03 > div.content div.img img:nth-of-type(2) {
  padding-right: 25px;
}
/*c-btn*/
.l-content .c-btn a {
  width: 360px;
  padding: 13px 0 11px;
}

/* c-about */
.l-content .c-about > div {
  display: flex;
  gap: 90px;
}
.l-content .c-about .name {
  font-size: 19px;
}

/* c-links */
.l-content .c-links > div {
  width: 1130px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
}