@charset "utf-8";
/* CSS Document */

#expired_message {
  font-weight: bold;
  color:#E60000;
  font-size: 115%;
  text-align: center;
  margin-bottom: 20px;
}

.txtEN {font-family: 'Exo', sans-serif;}
.hSite {color: #fff;}
.hSite::before {background-color: #fff;}

.pageTitle {
  height: 580px;
  background-image: url("../images/exhibition/bg_title.jpg");
}
.pageTitleBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 25%;
	color: #fff;
}
.pageTitle .pageTitleEX {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
  line-height: 1.4;
}
.pageTitle .pageTitleEX .year {
	font-size: 218.75%;
}
.pageTitle .pageTitleEX .title {
  height: 400px;
	font-size: 350%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.pageTitle .pageTitleCopy {
  height: 450px;
  margin: 0;
  padding-top: 50px;
	font-size: 137.5%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.pageContent ul.list,
.pageContent ul.list li {margin-bottom: 0;}
.pageContent ul.list.inline {letter-spacing: -.5em;}
.pageContent ul.list.inline li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
}
.pageContent ul.list.inline li.wide {width: auto;}
.secEexhibition {padding: 7vw 0;}
.secEexhibition * {box-sizing: border-box;}
.pageContent .secEexhibition .box.shadow {
  margin: 0;
  font-size: 93.75%;
  background-color: rgba(255,255,255,.05);
  box-shadow:0px 0px 30px 15px rgba(0,234,255,.1) inset;
}
.pageContent .secEexhibition .box.shadow th,
.pageContent .secEexhibition .box.shadow td {
  text-align: left;
  vertical-align: top;
}
.pageContent .secEexhibition .box.shadow th {padding-right: 20px;}
.pageContent .secEexhibition .box.shadow a {color: #fff;}
html:not(.sp) .pageContent .secEexhibition .box.shadow a:hover {text-decoration: underline;}

.secEexhibition#section01 {
  color: #fff;
  background-color: #0c366a;
  background-image: url("../images/exhibition/bg_section01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.secEexhibition#section01 .headingL1 {border-color: #fff;}
.secEexhibition#section01 .imgSet {margin-top: 0;}
.secEexhibition#section01 .imgSet .img {width: 260px; margin-right: 0;}
.secEexhibition#section01 .imgSet > div {width: calc(100% - 280px);}


.secEexhibition .ancNav2 ul{
    margin-bottom:30px;
}

.secEexhibition .ancNav2 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    font-weight: bold;
    font-size: 100%;
}

.secEexhibition .ancNav2 li:nth-child(3n) {
    margin-right: 0;
}

.secEexhibition .ancNav2 .iDown02 {
    display: inline-block;
    padding: 0.2em 0 0 21px;
    background: url(/common/images/ico_down_01.gif) no-repeat left center;
    margin-bottom: 10px;
}

.secEexhibition .ancNav2 li p {
    padding-top: 0;
}	

.searchContentCaseVideo{
 width:auto;
 padding:0;
 text-align: center;
 position: relative;
 }

.searchContentCaseVideo .modalVideo{
 display: inline-block;
 width: auto;
}

.searchContentCaseVideo .modalVideo img{
 width: 100%;
 
}

.secEexhibition .demoStyle {
  counter-reset: num;
}
.secEexhibition .demoStyle .col4-2 {
  position: relative;
  padding: 0 30px 30px 30px;
  line-height: 1.6;
  background-color: #fff;
  counter-increment: num;
}
.secEexhibition .demoStyle .col4-2:nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
.secEexhibition .demoStyle .heading {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 135px;
  margin: 0 -30px 40px -30px;
  padding: 20px 20px 20px 130px;
  color: #fff;
  background-color: #4c78a6;
}
.secEexhibition .demoStyle .heading:before,
.secEexhibition .demoStyle .heading:after {
  position: absolute;
  left: 0;
  width: 100px;
  font-family: 'Exo', sans-serif;
  text-align: center;
}
.secEexhibition .demoStyle .heading:before {
  content: "Demo";
  top: 0;
  height: 100%;
  padding-top: 42px;
  font-size: 81.25%;
  line-height: 1;
  background-color: #336599;
  box-sizing: border-box;
}
.secEexhibition .demoStyle .heading:after {
  content: counter(num,decimal-leading-zero);
  top: 50px;
  font-size: 200%;
}
.secEexhibition .demoStyle .heading > * {margin: 0;}
.secEexhibition .demoStyle .heading p {font-size: 81.25%;}
.secEexhibition .demoStyle .heading h3 {font-size: 137.5%; line-height: 1.45;}
.secEexhibition .demoStyle p.headingL4 {line-height: 1.66; font-weight: bold;}
.secEexhibition .demoStyle table {border-collapse: collapse;}
.secEexhibition .demoStyle table th,
.secEexhibition .demoStyle table td {
  font-size: 93.75%;
}
.secEexhibition .demoStyle table th {
  width: 116px;
  text-align: left;
}
.secEexhibition .demoStyle table.highlight th,
.secEexhibition .demoStyle table.highlight td {
  padding: 14px 18px;
  color: #003f80;
}
.secEexhibition .demoStyle table.highlight th {
  background-color: #ced9e6;
}
.secEexhibition .demoStyle table.highlight td {
  background-color: #e5ebf2;
}
.secEexhibition .demoStyle table.detail {
  margin-top: 18px;
  border: 1px solid #eee;
}
.secEexhibition .demoStyle table.detail th,
.secEexhibition .demoStyle table.detail td {
  padding: 18px;
}
.secEexhibition .demoStyle table.detail th {
  border-top: 1px solid#dedede;
  background-color: #eee;
}
.secEexhibition .demoStyle table.detail tr:first-of-type th {
  border-top: none;
}
.secEexhibition .demoStyle table.detail td {
  border-top: 1px solid #eee;
}
.secEexhibition .demoStyle table.detail td.use span {
  display: inline-block;
  font-weight: bold;
}
.secEexhibition .demoStyle table.detail td.use span:not(:last-child) {
  margin-right: 20px;
}
.secEexhibition .demoStyle table.detail td.use img {
  width: 44px;
  display: inline-block;
  vertical-align: middle;
}
.colSet.imgEX .col4-2 {
  position: relative;
  padding: 0 30px 20px 30px;
  background-color: #fff;
}
.colSet.imgEX .col4-2:nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
.colSet.imgEX .col4-2 > :last-child {margin-bottom: 0;}
.colSet.imgEX .headingL3 {
  margin: 0 -30px 30px -30px;
  padding: 24px 30px;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  background-color: #4c78a6;
}


@media only screen and (min-width: 1440px) {
  .secEexhibition {padding: 100px 0;}
}

@media only screen and (max-width: 767px) {
  .cmnContact .noBackground {
    font-size: 75%;
  }
  .cmnContact .noBackground p {
    font-size: 110%;
  }
  .pageTitle {
    height: 130vw;
    background-image: url("../images/exhibition/bg_title_sp.jpg");
  }
  .pageTitle .guide {display: none;}
  .pageTitleBox {
    display: block;
    width: auto;
    padding-top: 18vw;
    text-align: center;
  }
  .pageTitle .pageTitleEX {
    display: inline-block;
  }
  .pageTitle .pageTitleEX .year {
    display: block;
    font-size: 5.6vw;
    text-align: left;
  }
  .pageTitle .pageTitleEX .title {
    height: auto;
    font-size: 9.6vw;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .pageTitle .pageTitleCopy {
    height: auto;
    padding-top: 20px;
    font-size: 3.5vw;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .secEexhibition {padding: 40px 0;}
  .pageContent .secEexhibition .box.shadow th,
  .pageContent .secEexhibition .box.shadow td {display: block;}
  .pageContent .secEexhibition .box.shadow th {padding-top: 10px;}
  .secEexhibition#section01 .imgSet .img {width: auto; text-align: center;}
  .secEexhibition#section01 .imgSet > div {width: auto;}
  .secEexhibition .demoStyle table.highlight th,
  .secEexhibition .demoStyle table.highlight td,
  .secEexhibition .demoStyle table.detail th,
  .secEexhibition .demoStyle table.detail td {
    display: block;
    width: auto;
    padding: 10px 15px;
  }
  .secEexhibition .demoStyle .col4-2:nth-child(odd):after,
  .colSet.imgEX .col4-2:nth-child(odd):after {content: none;}


.secEexhibition .ancNav2 li {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.secEexhibition .ancNav2 li:nth-child(3n) {
    margin-right: 4%;
}

.secEexhibition .ancNav2 li:nth-child(2n) {
    margin-right: 0;
}

}
