
/* information
================================================== */
.information__app {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto 100px;
  padding: 50px;
  background: #fff;
  border: solid 10px #eae7e2;
}
.information__grid {
  display: flex;
  gap: 60px;
}
.information__grid__fb {
  flex: 0 0 340px;
}
.information__grid__news {
  flex: 1 0 0%;
}
.information__news {
  border-top: solid 1px #E3E3E3;
}
.information__news__item {
  padding: 1.2em 0;
  border-bottom: solid 1px #E3E3E3;
}
@media (min-width: 768px) {
  .information__app__title {
    display: flex;
    gap: 22px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .information__app__title > div:nth-child(1) {
    flex: 0 0 96px;
  }
  .information__app__title h3 {
    margin-bottom: .3em;
    font-size: 25px;
  }
  .information__app__panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    border: solid 4px #c1ae84;
    border-radius: 10px;
  }
  .information__app__panel > div:nth-of-type(2) {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .information__app {
    margin-bottom: 21.33333vw;
    padding: 4.53333vw;
    border-width: 1.33333vw;
  }
  .information__app__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.66667vw;
    margin-bottom: 6.66667vw;
  }
  .information__app__title > div:nth-of-type(1) {
    flex: 0 0 20.53333vw;
  }
  .information__app__title > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  .information__app__title > div:nth-of-type(2) {
    display: contents;
  }
  .information__app__title > div:nth-of-type(2) h3 {
    flex: 0 0 53.33333vw;
    font-size: 4.8vw;
  }
  .information__app__title > div:nth-of-type(2) p {
    font-weight: bold;
  }
  .information__app__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border: solid 1.06667vw #c1ae84;
    border-radius: 2.66667vw;
  }
  .information__app__panel > h4 {
    flex: 0 0 100%;
    font-size: 3.73333vw;
    text-align: center;
  }
  .information__app__panel > div:nth-of-type(1) {
    flex: 0 0 24vw;
  }
  .information__app__panel > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  .information__app__panel > div:nth-of-type(2) {
    flex: 0 0 38.66667vw;
  }
  .information__app__panel > div:nth-of-type(2) > a {
    display: inline-block;
  }
  .information__app__panel > div:nth-of-type(2) > a img {
    width: auto;
    height: 10.66667vw;
  }
  .information__app__panel > div:nth-of-type(2) > a:nth-child(1) {
    margin-bottom: 2.13333vw;
  }
  .information__grid {
    display: block;
  }
  .information__grid > div + div {
    margin-top: 13.33333vw;
  }
}


/* showroom/marunouchi/epsite/gallery/exhibitions/2024/0925/
================================================== */

.iLink02 {
    background-position: left top 9px;
}
.linkBtnPremium a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  min-width: 450px;
  padding: 0 2.5em;
  background: #c30d24;
  border-radius: 9999px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.2s ease-in;
}
.linkBtnPremium a small {
  font-size: 16px;
}
.linkBtnPremium a:hover {
  opacity: .8;
}
.linkBtnPremium a:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%; right: 20px;
  margin-top: -7px;
}
.linkBtnPremium.colBlk a {
  background-color: #333;
}
.linkBtnPremium.disabled a {
  pointer-events: none; opacity: .25;
}
.cpSection {
  padding: 80px 0 60px 0;
}
.cpSection.bgB {
  background-color: #f3f4f9 !important;
}
.cpSection.bgB .cpSecHead .cpSecTitle span {
  background-color: #f3f4f9 !important;
}
.cpSection .cpSecHead {
  margin: 0 auto 40px auto; text-align: center;
}
.cpSection .cpSecHead .cpSecTitle {
  position: relative;
}
.cpSection .cpSecHead .cpSecTitle:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #333;
}
.cpSection .cpSecHead .cpSecTitle span {
  font-size: 30px;
  display: inline-block;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
.cpSection .cpSecInner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.cpSecLead {
  font-size: 17px;
  text-align: center;
}

@media only screen and (max-width: 767px) {

.iLink02 {
  background-position: left top 1.3vw;
    }
.linkBtnPremium a {
  min-width: unset;
  width: 100%;
  padding: .4em 2em;
  min-height: auto;
  font-size: 3.6vw;
}
.linkBtnPremium a small {
  font-size: 3.2vw;
}
.linkBtnPremium a:after {
  right: 10px;
}
.cpSection {
  padding: 10vw 0;
}
.cpSection .cpSecHead {
  margin-bottom: 5vw;
}
.cpSection .cpSecHead .cpSecTitle {
  padding: 3vw 5vw;
}
.cpSection .cpSecHead .cpSecTitle span {
  font-size: 6vw; padding: 0 5vw;
}
.cpSection .cpSecInner {
  width: 100%;
  padding: 0 5vw;
}
.cpSecLead {
  font-size: 4vw;
  margin-bottom: 3vw;
}
.exhibitor_pdf_inner{
  padding-top: 80px;
  margin-top: -80px;
}
}

/* showroom/marunouchi/epsite/gallery/exhibitions/2023/0912/
================================================== */
.fcB {
  color: #4472c4;
}
#event ul.program_inner {
  display: flex;
}
#event ul.program_inner li {
  width: 50%;
  padding: 0 60px;
  border-right: solid 1px #4472c4;
  margin-top: 10px;
}
#event ul.program_inner li + li{
  border-right: none;
}
#event ul.program_inner img {
  width: 100%;
}
#event .bluebox {
  padding: 2em;
  border: solid 1px #4472c4;
}
@media only screen and (max-width: 767px) {
#event ul.program_inner {
  display: block;
}
#event ul.program_inner li {
  width: auto;
  padding: 0 1.5em;
  border-right: none;
  margin-top: 20px;
}
#event .bluebox {
  padding: 1.5em;
}
}

/* showroom/marunouchi/epsite/gallery/exhibitions/2023/1011/
================================================== */
#event ul.flex_box {
  display: flex;
}
#event ul.flex_box li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
#event ul.flex_box {
  display: block;
}
#event ul.flex_box li {
  width: auto;
  padding: 0 1.5em;
  margin-top: 20px;
}
#event ul.flex_box li + li {
  margin-left: 0;
}

}

/* btn
================================================== */
.c-btn-square {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  min-width: 450px;
  padding: 0 2.5em;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  margin: 30px 0;
}
.c-btn-square-red {
  background: #c30d24;
}
.c-btn-square-blue {
  background: #1c4297;
}

.c-btn-square-::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

@media only screen and (max-width: 767px) {
  .c-btn-square {
    min-width: unset;
    width: 100%;
    padding: 0 2em;
    min-height: 16vw;
    font-size: 3.73333vw;
  }
  .c-btn-square::after {
    right: 10px;
  }
 }

.report-figure-wrap {
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.report-figure > img {
  margin: 0 auto;
}
.exhibitions-column-wrap--center {
  margin: 0;
  display: flex;
  justify-content: center;
}
.exhibitions-column-inner {
  max-width: 940px;
}
.exhibitions-column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.exhibitions-column-caption {
  font-size: 14px;
}
.exhibitions-figure-wrap--center {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.exhibitions-figure {
  margin: 0;
	max-width: 960px;
}
.exhibitions-figure__frame > img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.exhibitions-figure__caption {
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .exhibitions-column {
    display: block;
  }
  .exhibitions-column-item + .exhibitions-column-item {
    margin-top: 1rem;
  }
	.exhibitions-figure {
		max-width: 100%;
	}
}