@charset "UTF-8";
/* --------------------------------------
 COMMON CSS
-------------------------------------- */
body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  color: #333;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  color: #0090d2;
  text-decoration: underline;
}

ol li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
ol li + li {
  margin-top: 10px;
}

strong {
  font-weight: bold;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

header {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
}

.breadcrumbs li {
  display: inline;
  font-size: 14px;
}
.breadcrumbs li a {
  color: #253a60;
}
.breadcrumbs li + li {
  padding-left: 5px;
}
.breadcrumbs li + li:before {
  content: ">";
  padding-right: 5px;
}

main {
  display: block;
}

footer {
  position: relative;
  background: #2C3D59;
}
footer .backToTop {
  position: absolute;
  width: 100px;
  top: -40px;
  left: 50%;
  margin-left: -50px;
}
footer .linkList li {
  font-size: 15px;
}
footer .linkList li a {
  position: relative;
  padding-left: 20px;
  color: #fff;
}
footer .linkList li a span:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 20px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
footer address {
  color: #fff;
}
footer .twi a {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
footer .twi a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("images/ico_twi_01.svg") no-repeat;
}

.btn.type01 a {
  position: relative;
  display: block;
  background: #00a0e9;
  border: #00a0e9 2px solid;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.btn.type01 a:before {
  content: "";
  border: 0;
  position: absolute;
  top: 50%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.btn.mail a {
  position: relative;
  display: block;
  background: #00a0e9;
  border: #00a0e9 2px solid;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.btn.mail a:before {
  content: "";
  display: block;
  border: 0;
  position: absolute;
  top: 43%;
  background: url("images/ico_mail_01.svg") no-repeat top left;
  background-size: contain;
}

#add-sec {
  color: #0090D2;
  text-decoration: underline;
  cursor: pointer;
}

.pageHead span,
body.top h2.uq-heading span {
  background: #2f4b79; /* Old browsers */
  background: linear-gradient(to right, #2f4b79 0%, #1460be 50%, #2f4b79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: bold;
}

.pageHead + .heading {
  margin-top: 0;
}

h2.heading {
  background: #f5f5f5;
  font-weight: bold;
}

h3.heading {
  padding-bottom: 6px;
  border-bottom: #ccc 1px solid;
  font-weight: bold;
  letter-spacing: -0.4em;
}
h3.heading:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 12px 2px 10px;
  background: #2a5998;
  vertical-align: middle;
}
h3.heading span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-weight: bold;
}
h3.heading span.theme {
  width: 5.5em;
  color: #2a5998;
}

.noteList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
  font-size: 14px;
}
.noteList li .mark {
  margin-right: 0.5em;
}

.linkTxt {
  position: relative;
  margin-left: 5px;
  padding-left: 15px;
}
.linkTxt:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border: 0;
  border-top: solid 2px #0090d2;
  border-right: solid 2px #0090d2;
  transform: rotate(45deg);
}

.exLinkTxt {
  padding-left: 23px;
  background: url("images/ico_exLink_01.svg") no-repeat 0 0.4em;
  background-size: 15px 15px;
}

.anchorLink {
  margin-bottom: 40px;
  padding: 20px;
  border: #ccc 1px solid;
}
.anchorLink .linkList {
  margin-top: -5px;
}
.anchorLink .linkList li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.2em;
}
.anchorLink .linkList li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0%;
  display: block;
  width: 9px;
  height: 12px;
  background: url("/ja/event/pccc25/images/ico_link_01.svg") no-repeat;
  transform: rotateZ(90deg);
}

.discList {
  margin-left: 1.3em;
}
.discList li {
  list-style-type: disc;
}

.block {
  display: block;
}

.updateTable .item p.date {
  position: relative;
}
.updateTable .item p.date.new:before {
  content: "NEW";
  background: #dd5454;
  text-align: center;
  color: #FFF;
}

.itemIndex .itemList {
  letter-spacing: -0.4em;
}
.itemIndex .itemList li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.itemIndex .itemList li .thumb {
  display: table-cell;
  border: #ccc 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
}
.itemIndex .itemList li .thumb img {
  vertical-align: middle;
}
.itemIndex .itemList li .linkTxt {
  position: relative;
  display: block;
  margin-top: 7px;
  padding-left: 0;
}
.itemIndex .itemList li .linkTxt:before {
  border-top: none;
  border-right: none;
}
.itemIndex .itemList li a {
  display: block;
}
.itemIndex .itemList li a .linkTxt {
  padding-left: 15px;
}
.itemIndex .itemList li a .linkTxt:before {
  border-top: solid 2px #0090d2;
  border-right: solid 2px #0090d2;
}
.itemIndex .itemList li a:hover .thumb img {
  opacity: 0.6;
}

.dataTable {
  background: #f5f5f5;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
}
.dataTable .row {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  letter-spacing: -0.4em;
}
.dataTable .row .group-head {
  padding: 5px 10px;
  background: #2C3D59;
  color: #fff;
  letter-spacing: normal;
}
.dataTable .row .th {
  background: #f5f5f5;
}
.dataTable .row .td {
  background: #FFF;
}
.dataTable .col {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
}
.dataTable .td .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.dataTable .td .title .id {
  margin-right: 7px;
  padding: 2px 7px;
  background: #2a5998;
  font-weight: bold;
  color: #FFF;
}
.dataTable .td .title span {
  font-weight: bold;
}
.dataTable .td .data {
  margin-top: 5px;
}
.dataTable .td .data span {
  margin-right: 7px;
  padding: 2px 5px 0;
  background: #fff;
  border: #CD3838 1px solid;
  vertical-align: middle;
  font-weight: bold;
  font-size: 11px;
  color: #CD3838;
  border-radius: 3px;
}
.dataTable .td .movie {
  position: relative;
  margin: 20px 0;
  padding-top: 56.25%;
}
.dataTable .td .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #ccc 1px solid;
}
.dataTable .td .outlineMod {
  display: relative;
  margin-top: 10px;
}
.dataTable .td .outlineMod .trigger {
  position: absolute;
  background: #EDF5FF;
  text-align: center;
  font-size: 14px;
  color: #2A5998;
}
.dataTable .td .outlineMod .trigger:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
  width: 13px;
  height: 13px;
  background: url("../images/ico_open_01.svg");
}
.dataTable .td .outline {
  padding: 10px;
  background: #edf5ff;
}
.dataTable .td .outline .heading {
  font-weight: bold;
  color: #2A5998;
}
.dataTable .td .outline .heading:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 12px 2px 0;
  background: #2a5998;
  vertical-align: middle;
}
.dataTable .td .innerTable {
  padding: 0 0 0 10px;
}
.dataTable .td .innerTable .th {
  padding: 0 0 3px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #ccc 1px solid;
}
.dataTable .td .innerTable .td {
  padding: 0 0 15px;
}

.inquiryMod .heading {
  text-align: center;
  font-weight: bold;
}

.venueExhibition .bandTxt {
  background: #fff;
  border: #2a5998 1px solid;
  text-align: center;
  font-weight: bold;
  color: #2a5998;
}
.venueExhibition .attention {
  color: #E83131;
}
.venueExhibition .detail .day .date {
  font-weight: bold;
}
.venueExhibition .detail .day + .day {
  margin-top: 15px;
}
.venueExhibition .detail .coreTime p {
  font-weight: bold;
}
.venueExhibition .detail .coreTime ul li + li {
  margin-top: 5px;
}
.venueExhibition .ended {
  background: #EFF5FF;
  text-align: center;
  font-weight: bold;
}

.contactMod {
  background: #f5f5f5;
}
.contactMod h2 {
  background: #2c3d59;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.contactMod .itemContainer {
  box-sizing: border-box;
}
.contactMod .name {
  font-weight: bold;
}
.contactMod .list dt {
  width: 4em;
  float: left;
  clear: both;
}
.contactMod .list dt:after {
  content: ":";
  padding: 0 5px;
}
.contactMod .list dd {
  margin-left: 4em;
}
.contactMod .list dd.mail .trigger {
  padding-left: 25px;
  background: url("/ja/event/pccc25/images/ico_copy_01.svg") no-repeat 0 0.1em;
  background-size: 20px 22px;
  color: #0090d2;
  text-decoration: underline;
  cursor: pointer;
}
.contactMod .list dd.mail .note {
  margin-top: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
  font-size: 14px;
}
.contactMod .list dd.mail .note .mark {
  margin-right: 0.5em;
}
.contactMod .list dd.url {
  word-break: break-all;
  padding-left: 20px;
  background: url("images/ico_exLink_01.svg") no-repeat 0 0.4em;
  background-size: 15px 15px;
}
.contactMod .list dd + dt {
  margin-top: 10px;
}
.contactMod .list dd + dt + dd {
  margin-top: 10px;
}

.gaInfo {
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px 30px;
  background: #FFF;
  border: #2A5998 1px solid;
  font-size: 15px;
}
.gaInfo .heading {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(0.03deg);
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2A5998;
}
.gaInfo .trigger {
  margin-top: 10px;
  padding-left: 25px;
  background: url("/ja/event/pccc25/images/ico_copy_01.svg") no-repeat 0 0.1em;
  background-size: 20px 22px;
  color: #0090d2;
  text-decoration: underline;
  cursor: pointer;
}

.entryBtn .btn a {
  text-align: center;
}
.entryBtn .fee {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27518D;
}

body.top main {
  padding: 0 0 100px 0;
}
body.top section:nth-child(odd) {
  background: #f5f5f5;
}
body.top section:nth-child(even) {
  background: #fff;
}
body.top h2.uq-heading {
  background: none;
  text-align: center;
}
body.top h3.uq-heading {
  text-align: center;
  font-weight: bold;
}
body.top .mainVisual h1 {
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(0.03deg);
}
body.top .mainVisual h1 span {
  display: block;
}
body.top .mainVisual h1 span.txt {
  margin-top: 15px;
}
body.top .mainVisual h1 span.txt strong {
  display: block;
  font-weight: bold;
}
body.top .mainVisual h1 span.title {
  font-weight: bold;
}
body.top .mainVisual h1 span.title strong {
  display: block;
}
body.top .mainVisual .date {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(0.03deg);
}

body.entry main .fee {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #2A5998;
}
body.entry main .secMail {
  margin-top: 15px;
}
body.entry main .secMail .trigger {
  padding-left: 25px;
  background: url("/ja/event/pccc25/images/ico_copy_01.svg") no-repeat 0 0.1em;
  background-size: 20px 22px;
  color: #0090d2;
  text-decoration: underline;
  cursor: pointer;
}

body.gt {
  padding: 40px 30px;
  font-size: 18px;
}
body.gt .gtHeading {
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}

@keyframes effect1 {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------------
 CSS for "Min-Width: 641px"
-------------------------------------- */
@media print, screen and (min-width: 641px) {
  a:hover {
    text-decoration: none;
  }
  ol li {
    padding-left: 1em;
  }
  .btn.type01 a:hover {
    background: #fff;
    border: #0090d2 2px solid;
    color: #0090d2;
  }
  .btn.type01 a:hover:before {
    border-top: solid 2px #0090d2;
    border-right: solid 2px #0090d2;
  }
  .btn.mail a:hover {
    background: #fff;
    border: #0090d2 2px solid;
    color: #0090d2;
  }
  .btn.mail a:hover:before {
    background: url("images/ico_mail_02.svg") no-repeat top left;
    background-size: contain;
  }
  header {
    height: 100px;
    padding: 20px 0;
    /* Background pattern from Toptal Subtle Patterns */
    background: url("images/header_bg_02.png"), linear-gradient(90deg, #091c73 0%, #091c73 50%, #1d3f9a 50%, #1d3f9a 100%);
  }
  header .container {
    width: 960px;
    margin: 0 auto;
  }
  header .container:after {
    content: " ";
    display: block;
    clear: both;
  }
  header .logo {
    float: left;
    width: 510px;
    text-shadow: 0px 0px 5px #0b1b71;
  }
  header .logo .img {
    width: 120px;
  }
  header .logo p {
    display: table-cell;
    vertical-align: middle;
  }
  header .logo p.title {
    padding-left: 15px;
  }
  header .logo a {
    text-decoration: none;
    color: #FFF;
  }
  header .logo span {
    display: block;
    line-height: 1.4;
    font-weight: bold;
    font-size: 12px;
  }
  header .logo span.ja {
    padding-top: 3px;
    font-size: 16px;
  }
  header .logo span.en {
    font-size: 14px;
  }
  header .entry {
    float: right;
    width: 175px;
    margin-top: 5px;
  }
  header .entry a {
    padding: 10px 20px 7px 27px;
    font-size: 17px;
    border: #fff 2px solid !important;
  }
  header .entry a:before {
    width: 6px;
    height: 6px;
    right: 20px;
    margin-top: -4px;
  }
  .globalNavWrap {
    background: #F5F5F5;
  }
  .globalNavWrap #globalNav {
    width: 960px;
    margin: 0 auto;
    letter-spacing: -0.4em;
  }
  .globalNavWrap #globalNav ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 240px;
    text-align: center;
  }
  .globalNavWrap #globalNav ul li a {
    display: block;
    padding: 18px 0 15px;
    border-bottom: #F5F5F5 4px solid;
    text-decoration: none;
    font-weight: bold;
    color: #253a60;
    font-size: 18px;
  }
  .globalNavWrap #globalNav ul li a:hover {
    background: #FFF;
    border-bottom: #a8c7f1 4px solid;
  }
  .globalNavWrap #globalNav ul li.stay a {
    background: #FFF;
    border-bottom: #2a5998 4px solid;
  }
  .breadcrumbs {
    width: 960px;
    margin: 0 auto;
    padding: 20px 20px 35px;
  }
  main {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px 150px;
  }
  .pageHead {
    margin-bottom: 35px;
  }
  .pageHead span {
    font-size: 40px;
  }
  h2.heading {
    margin: 50px 0 30px;
    padding: 15px 20px 12px;
    font-size: 22px;
  }
  h3.heading {
    margin: 50px 0 25px;
    font-size: 18px;
  }
  p + h2.heading {
    margin-top: 30px;
  }
  .indentArea {
    padding: 0 20px;
  }
  .dataTable .col {
    padding: 20px;
  }
  .dataTable .td {
    border-left: #ccc 1px solid;
    background: #fff;
  }
  .dataTable .td .title .id {
    font-size: 14px;
  }
  .dataTable .td .title .block {
    margin-top: 5px;
    font-weight: bold;
  }
  .dataTable .td .portraitMod:after {
    content: " ";
    display: block;
    clear: both;
  }
  .dataTable .td .portraitMod .txt {
    float: right;
    width: 570px;
  }
  .dataTable .td .portraitMod .photo {
    float: left;
    width: 120px;
  }
  .dataTable .td .outlineMod {
    min-height: 2.5em;
  }
  .dataTable .td .outlineMod .trigger {
    width: 706px;
    padding: 7px 10px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .dataTable .td .outlineMod .outline {
    display: none;
    padding: 15px 20px;
    font-size: 15px;
  }
  .dataTable .td .outlineMod .outline .heading {
    font-size: 16px;
  }
  .dataTable .td .panelMember dt {
    width: 7em;
    float: left;
    clear: both;
  }
  .dataTable .td .panelMember dt:after {
    content: "：";
  }
  .dataTable .td .panelMember dd {
    margin-left: 7em;
  }
  .dataTable .td .panelMember dd .data {
    margin-top: 0;
  }
  .dataTable .td .innerTable {
    margin-top: 10px;
  }
  .dataTable .td .innerTable .row {
    border: none;
  }
  .dataTable .td .innerTable .row .th {
    background: none;
  }
  .dataTable .td .innerTable .row + .row {
    margin-top: 15px;
  }
  .dataTable .td .innerTable .col {
    padding: 0;
  }
  .dataTable .td .innerTable .th {
    width: 25%;
    border-bottom: none;
  }
  .dataTable .td .innerTable .td {
    width: 75%;
    border-left: none;
  }
  .dataTable .td .innerTable .td .outlineMod .trigger {
    width: 522px;
  }
  .dataTable.eventOutline .th {
    width: 20%;
    text-align: center;
  }
  .dataTable.eventOutline .td {
    width: 80%;
  }
  .dataTable.program .th {
    width: 22%;
  }
  .dataTable.program .td {
    width: 78%;
  }
  .updateTable .item {
    letter-spacing: -0.4em;
  }
  .updateTable .item p {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    box-sizing: border-box;
  }
  .updateTable .item p.date {
    padding-right: 40px;
    text-align: right;
  }
  .updateTable .item p.date.new:before {
    margin-right: 10px;
    padding: 2px 5px;
    font-size: 12px;
  }
  .updateTable .item p.txt {
    text-align: left;
  }
  .updateTable .item + .item {
    margin-top: 20px;
  }
  .itemIndex {
    margin-top: 30px;
  }
  .itemIndex .itemList {
    margin: -30px 0 0 -21px;
  }
  .itemIndex .itemList li {
    width: 306px;
    margin: 30px 0 0 21px;
  }
  .itemIndex .itemList li span .linkTxt {
    margin-left: 0;
    padding-left: 0;
  }
  .itemIndex .itemList li span .linkTxt:before {
    border: none;
  }
  .itemIndex .itemList li .thumb {
    height: 205px;
    padding: 0 56px;
  }
  .itemIndex .itemList li.nvidia .thumb {
    padding: 0 68px;
  }
  .itemIndex .itemList li.ddn .thumb {
    padding: 0 100px;
  }
  .itemIndex .itemList li.itc .thumb {
    padding: 0 85px;
  }
  .presentation {
    width: 750px;
    margin: 40px auto 0;
  }
  .presentation .box iframe {
    width: 750px;
    height: 600px;
    border: #ccc 1px solid;
  }
  .presentation .box + .box {
    margin-top: 40px !important;
  }
  .presentation .box.type-a4 {
    width: 430px;
    margin: 0 auto;
  }
  .presentation .box.type-a4 iframe {
    width: 430px;
    height: 640px;
  }
  .sympoInfo {
    display: table;
    width: 100%;
  }
  .sympoInfo span {
    display: table-cell;
    vertical-align: top;
  }
  .sympoInfo span.date {
    width: 32%;
  }
  .sympoInfo span.title {
    width: 68%;
  }
  .sympoInfo + .sympoInfo {
    margin-top: 10px;
  }
  .venueExhibition .bandTxt {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 18px;
  }
  .venueExhibition .bandTxt br {
    display: none;
  }
  .venueExhibition .map {
    margin-bottom: 15px;
  }
  .venueExhibition .attention {
    margin-bottom: 15px;
  }
  .venueExhibition .detail br {
    display: none;
  }
  .venueExhibition .detail .th {
    width: 20%;
    text-align: center;
  }
  .venueExhibition .detail .td {
    width: 80%;
  }
  .venueExhibition .detail .day .date {
    font-size: 18px;
  }
  .venueExhibition .detail .coreTime {
    margin-top: 10px;
    padding-left: 25px;
  }
  .venueExhibition .ended {
    padding: 80px;
  }
  .contactMod {
    margin-top: 60px;
  }
  .contactMod h2 {
    padding: 10px 0 8px;
    font-size: 20px;
  }
  .contactMod .itemContainer {
    display: table;
    width: 100%;
    padding: 30px 70px 30px;
  }
  .contactMod .itemContainer .item {
    display: table-cell;
    width: 490px;
    padding-right: 40px;
    vertical-align: top;
  }
  .contactMod .itemContainer .item + .item {
    width: 310px;
    padding-right: 0;
  }
  .contactMod .name {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .contactMod .list dd.mail .btn {
    cursor: pointer;
  }
  .contactMod .list dd.mail .btn:hover {
    text-decoration: none;
  }
  .contactMod .btn {
    width: 310px;
    margin: 0 auto;
  }
  .contactMod .btn a {
    display: table;
    width: 100%;
    padding: 15px 30px 12px 20px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    box-sizing: border-box;
  }
  .contactMod .btn a:before {
    width: 8px;
    height: 8px;
    right: 20px;
    margin-top: -4px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }
  .contactMod .btn a:hover:before {
    border-top: solid 4px #0090d2;
    border-right: solid 4px #0090d2;
  }
  .contactMod .btn + .btn {
    margin-top: 20px;
  }
  .contactMod .noteList {
    margin-top: 15px;
  }
  .inquiryMod {
    padding-top: 40px;
  }
  .inquiryMod .heading {
    font-size: 20px;
  }
  .inquiryMod .mail {
    width: 400px;
    margin: 20px auto 0;
  }
  .inquiryMod .mail a {
    padding: 15px;
    font-size: 20px;
    border-radius: 50px;
  }
  .inquiryMod .mail a:before {
    width: 25px;
    height: 25px;
    right: 30px;
    margin-top: -4px;
  }
  .inquiryMod .noteList {
    margin-top: 15px;
    text-align: center;
  }
  .flow {
    margin-bottom: 20px;
  }
  .entryBtn .btn {
    width: 400px;
    margin: 60px auto 0;
  }
  .entryBtn .btn a {
    padding: 15px 0 12px;
    text-align: center;
    font-size: 22px;
  }
  .entryBtn .btn a:before {
    width: 8px;
    height: 8px;
    right: 25px;
    margin-top: -4px;
  }
  .anchorLink .linkList {
    letter-spacing: -0.4em;
  }
  .anchorLink .linkList li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 30px;
    white-space: nowrap;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .linkList {
    padding-top: 85px;
    text-align: center;
  }
  footer .linkList li {
    position: relative;
    display: inline;
  }
  footer .linkList li a {
    padding-left: 20px;
    text-decoration: none;
  }
  footer .linkList li a:hover {
    text-decoration: underline;
  }
  footer .linkList li + li {
    margin-left: 35px;
  }
  footer .mainSite a {
    display: block;
    position: relative;
    width: 350px;
    margin: 40px auto 0;
    padding: 13px 15px 10px;
    background: none;
    border: #fff 2px solid;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
  }
  footer .mainSite a:before {
    content: "";
    position: absolute;
    top: 44%;
    right: 20px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  footer .mainSite a:hover {
    background: #384b6a;
  }
  footer address {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
  }
  footer .twi {
    margin-top: 20px;
    text-align: center;
  }
  footer .twi a:hover {
    text-decoration: underline;
  }
  body.top main {
    width: 100%;
    padding: 0 0 150px;
  }
  body.top .mainVisual {
    height: 350px;
    background: url("images/header_bg_02.png"), linear-gradient(90deg, #091c73 0%, #091c73 50%, #1d3f9a 50%, #1d3f9a 100%) !important;
    background-repeat: no-repeat;
    background-position: top center;
  }
  body.top .mainVisual .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-top: 45px;
  }
  body.top .mainVisual h1 {
    text-shadow: 0px 0px 5px #0b1b71;
  }
  body.top .mainVisual h1 span.logo {
    display: table;
    font-size: 18px;
  }
  body.top .mainVisual h1 span.logo span {
    display: table-cell;
    vertical-align: middle;
  }
  body.top .mainVisual h1 span.logo span.img {
    width: 110px;
  }
  body.top .mainVisual h1 span.logo span.txt {
    padding-left: 15px;
    line-height: 1.4;
    font-weight: bold;
  }
  body.top .mainVisual h1 span.logo span.txt strong {
    font-size: 22px;
  }
  body.top .mainVisual h1 span.title {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 22px;
  }
  body.top .mainVisual h1 span.title strong {
    font-size: 32px;
  }
  body.top .mainVisual .date {
    margin-top: 25px;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
  }
  body.top .mainVisual .entryBox {
    position: absolute;
    top: 72px;
    left: 760px;
    width: 200px;
    padding: 10px;
    background: #eaebef;
    text-align: center;
    color: #203759;
    border-radius: 5px;
    box-sizing: border-box;
  }
  body.top .mainVisual .entryBox .inner {
    padding: 25px 12px 19px;
    background: #fff;
    border-radius: 3px;
  }
  body.top .mainVisual .entryBox .txt {
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 23px;
  }
  body.top .mainVisual .entryBox .txt span {
    font-weight: bold;
    font-size: 19px;
  }
  body.top .mainVisual .entryBox .txt span.year {
    display: block;
  }
  body.top .mainVisual .entryBox .fee {
    line-height: 1.4;
    font-weight: bold;
  }
  body.top .mainVisual .entryBox .fee span {
    display: block;
    font-size: 14px;
  }
  body.top .mainVisual .entryBox .btn {
    margin-top: 20px;
  }
  body.top .mainVisual .entryBox .btn a {
    padding: 15px 0 12px;
    text-align: center;
  }
  body.top .mainVisual .entryBox .btn a:before {
    width: 6px;
    height: 6px;
    right: 13px;
    margin-top: -4px;
  }
  body.top .mainVisual .entryBox .heading {
    font-weight: bold;
  }
  body.top .globalNavWrap {
    background: none;
  }
  body.top .globalNavWrap #globalNav {
    width: 760px;
  }
  body.top .globalNavWrap #globalNav ul li {
    width: 190px;
  }
  body.top .globalNavWrap #globalNav ul li a {
    padding: 35px 0 25px;
    border-bottom: none;
  }
  body.top .globalNavWrap #globalNav ul li a:after {
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto;
    border-bottom: #fff 4px solid;
  }
  body.top .globalNavWrap #globalNav ul li a:hover {
    background: none;
    border-bottom: none;
  }
  body.top .globalNavWrap #globalNav ul li a:hover:after {
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto;
    border-bottom: #00A0E9 4px solid;
  }
  body.top section + .btn {
    width: 400px;
    margin: 50px auto 0;
  }
  body.top section + .btn a {
    padding: 15px 0 12px;
    font-size: 22px;
    text-align: center;
    border-radius: 50px;
  }
  body.top section + .btn a:before {
    width: 8px;
    height: 8px;
    right: 25px;
    margin-top: -4px;
  }
  body.top section .secContainer {
    width: 760px;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  body.top h2.uq-heading {
    margin-bottom: 40px;
    padding: 0;
  }
  body.top h2.uq-heading span {
    font-size: 40px;
  }
  body.top h2 + h3 {
    margin-top: 0;
  }
  body.top h3.uq-heading {
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  body.top .updateTable {
    width: 760px;
    margin: 0 auto;
  }
  body.top .updateTable .date {
    width: 37%;
  }
  body.top .updateTable .txt {
    width: 63%;
  }
  body.entry main .btn {
    width: 400px;
    margin: 0 auto;
  }
  body.entry main .btn a {
    padding: 15px 0 12px 60px;
    text-align: left;
    font-size: 22px;
  }
  body.entry main .btn a:before {
    width: 8px;
    height: 8px;
    right: 25px;
    margin-top: -4px;
  }
  body.exhibition .dataTable {
    margin-top: 10px;
  }
  body.exhibition .dataTable.time {
    font-size: 14px;
  }
  body.exhibition .dataTable.time .row {
    display: flex;
  }
  body.exhibition .dataTable.time .row .col {
    flex: 1;
    padding: 15px;
  }
  body.exhibition .dataTable.time .row .th {
    font-weight: bold;
    text-align: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .pageHead span {
    background: none;
    color: #2C4E81;
  }
  body.top h2.uq-heading span {
    background: none;
    color: #2C4E81;
  }
}
/* --------------------------------------
 CSS for "max-Width: 640px"
-------------------------------------- */
@media only screen and (max-width: 640px) {
  header {
    padding-top: 20px;
    background: url("images/header_bg_02.png") no-repeat top center !important;
  }
  header .logo {
    text-shadow: 0px 0px 5px #0b1b71;
  }
  header .logo a {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-decoration: none;
  }
  header .logo a span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
  }
  header .logo a span.ja {
    font-size: 15px;
  }
  header .logo a span.en {
    font-size: 13px;
  }
  header .logo a .img {
    display: none;
  }
  header .entry {
    padding: 0 20px 15px;
    position: relative;
  }
  header .entry.btn.type01 a {
    padding: 10px 0 8px;
    text-align: center;
    background: none;
    border: #fff 2px solid;
    border-radius: 50px;
  }
  header .entry.btn.type01 a:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-right: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  .globalNavWrap {
    display: block;
    width: 100%;
    height: auto;
    z-index: 999;
    position: relative;
  }
  .globalNavWrap .mobFlame {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
    background: #242b4f;
    opacity: 0.95;
  }
  .globalNavWrap #nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #0a1c70;
    padding: 10px 0 0 10px;
    cursor: pointer;
    z-index: 101;
    box-sizing: border-box;
  }
  .globalNavWrap #nav-toggle div {
    position: relative;
  }
  .globalNavWrap #nav-toggle div span {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #fff;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  .globalNavWrap #nav-toggle div span:nth-child(1) {
    top: 0;
  }
  .globalNavWrap #nav-toggle div span:nth-child(2) {
    top: 8px;
  }
  .globalNavWrap #nav-toggle div span:nth-child(3) {
    top: 16px;
  }
  .globalNavWrap.open #nav-toggle span {
    background: #FFF;
  }
  .globalNavWrap.open #nav-toggle span:nth-child(1) {
    top: 8px;
    transform: rotate(315deg);
  }
  .globalNavWrap.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .globalNavWrap.open #nav-toggle span:nth-child(3) {
    top: 8px;
    transform: rotate(-315deg);
  }
  .globalNavWrap #globalNav {
    padding-top: 100px;
  }
  .globalNavWrap #globalNav ul {
    border-top: #fff 1px solid;
  }
  .globalNavWrap #globalNav ul li {
    padding: 20px;
    border-bottom: #fff 1px solid;
  }
  .globalNavWrap #globalNav ul li a {
    color: #FFF;
    text-decoration: none;
  }
  .breadcrumbs {
    padding: 10px 10px 0;
  }
  .breadcrumbs li {
    font-size: 13px;
  }
  main {
    padding: 15px 20px 100px;
    font-size: 15px;
  }
  .pageHead {
    margin-bottom: 10px;
  }
  .pageHead h2.heading {
    margin-top: 0;
  }
  .pageHead,
  body.top h2.uq-heading {
    font-size: 30px;
  }
  h2.heading {
    margin: 25px 0 10px;
    padding: 8px 10px 5px;
    font-size: 18px;
  }
  h3.heading {
    margin: 35px 0 20px;
  }
  .itemIndex {
    margin-top: 15px;
  }
  .itemIndex .itemList {
    margin-top: -20px;
  }
  .itemIndex .itemList li {
    width: 48%;
    margin-top: 20px;
  }
  .itemIndex .itemList li:nth-child(even) {
    margin-left: 4%;
  }
  .itemIndex .itemList li .thumb {
    height: 100px;
    padding: 0 25px;
  }
  .itemIndex .itemList li .linkTxt {
    font-size: 14px;
  }
  .itemIndex .itemList li.nvidia .thumb {
    padding: 0 45px;
  }
  .itemIndex .itemList li.ddn .thumb {
    padding: 0 55px;
  }
  .itemIndex .itemList li.itc .thumb {
    padding: 0 45px;
  }
  .dataTable .th {
    padding: 10px 15px;
  }
  .dataTable .td {
    width: 100%;
    padding: 15px;
  }
  .dataTable .td .title span {
    display: block;
  }
  .dataTable .td .title span + span {
    margin-left: 3em;
    font-weight: bold;
  }
  .dataTable .td .title .id {
    float: left;
    clear: both;
    font-size: 12px;
  }
  .dataTable .td .portraitMod .photo {
    width: 50%;
    margin: 20px auto 0;
  }
  .dataTable .td .outlineMod {
    min-height: 3em;
    margin-top: 15px;
  }
  .dataTable .td .trigger {
    width: 78%;
    margin: 0 auto;
    padding: 7px 0 5px;
  }
  .dataTable .td .outline {
    display: none;
  }
  .dataTable.eventOutline .th {
    margin-bottom: 5px;
    padding: 5px 10px 3px;
    background: #f5f5f5;
  }
  .dataTable.eventOutline .th p {
    font-weight: bold;
  }
  .dataTable.eventOutline .td {
    padding: 5px 10px 10px;
  }
  .dataTable.program .th {
    padding: 5px 10px 3px;
  }
  .dataTable.program .td {
    padding: 15px 10px 20px;
  }
  .dataTable.time {
    margin-top: 10px;
  }
  .dataTable.time .td {
    padding: 7px 15px;
  }
  .inquiryMod {
    padding-top: 20px;
  }
  .inquiryMod .heading {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .inquiryMod .mail a {
    padding: 10px;
    font-size: 18px;
  }
  .inquiryMod .mail a:before {
    width: 25px;
    height: 25px;
    right: 30px;
    margin-top: -7px;
  }
  .inquiryMod .noteList {
    margin-top: 10px;
  }
  .presentation {
    margin-top: 20px;
  }
  .presentation .box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .presentation .box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #ccc 1px solid;
  }
  .presentation .box + .box {
    margin-top: 30px;
  }
  .presentation .box.type-a4 {
    padding-top: 141%;
  }
  .sympoInfo span {
    display: block;
  }
  .sympoInfo + .sympoInfo {
    margin-top: 10px;
  }
  .venueExhibition .bandTxt {
    margin-bottom: 20px;
    padding: 8px;
  }
  .venueExhibition .map {
    margin-bottom: 15px;
  }
  .venueExhibition .attention {
    margin-bottom: 15px;
  }
  .venueExhibition .detail .coreTime {
    margin-top: 10px;
    font-size: 14px;
  }
  .venueExhibition .ended {
    padding: 40px 10px;
  }
  .contactMod {
    margin-top: 40px;
  }
  .contactMod .itemContainer {
    padding: 15px 10px 20px;
  }
  .contactMod h2 {
    padding: 10px 0 7px;
    font-size: 16px;
  }
  .contactMod .list {
    margin-top: 10px;
  }
  .contactMod .btn {
    margin: 25px 0 10px;
  }
  .contactMod .btn a {
    padding: 15px 15px 10px;
    font-size: 18px;
  }
  .contactMod .btn a:before {
    width: 6px;
    height: 6px;
    right: 13px;
    margin-top: -2px;
  }
  .contactMod .btn + .btn {
    margin-top: 15px;
  }
  .anchorLink .linkList li {
    margin-right: 50px;
  }
  .entryBtn {
    padding: 0 20px;
  }
  .entryBtn .btn {
    margin: 25px 0 10px;
  }
  .entryBtn .btn a {
    padding: 15px 15px 10px;
    font-size: 18px;
    text-align: center;
  }
  .entryBtn .btn a:before {
    width: 6px;
    height: 6px;
    right: 13px;
    margin-top: -2px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .linkList {
    padding: 60px 30px 40px;
  }
  footer .linkList li + li {
    margin-top: 15px;
  }
  footer .mainSite {
    padding: 0 20px;
  }
  footer .mainSite a {
    display: block;
    position: relative;
    padding: 10px 20px 8px;
    border: #fff 2px solid;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
  }
  footer .mainSite a:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 0px;
    width: 6px;
    height: 6px;
    margin-right: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  footer .twi {
    margin-top: 30px;
    text-align: center;
  }
  footer address {
    padding: 40px 20px 0;
    font-size: 12px;
  }
  body.top .mainVisual {
    padding: 20px 0 0;
    background: url("images/header_bg_02.png") no-repeat top center !important;
  }
  body.top .mainVisual h1 {
    text-shadow: 0px 0px 5px #0b1b71;
  }
  body.top .mainVisual h1 .logo {
    display: table;
    padding: 0 20px;
    font-size: 13px;
  }
  body.top .mainVisual h1 .logo span {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
  }
  body.top .mainVisual h1 .logo span.txt {
    padding-left: 10px;
  }
  body.top .mainVisual h1 .logo .img img {
    width: 100px;
  }
  body.top .mainVisual h1 .title {
    padding: 15px 15px 0;
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
  }
  body.top .mainVisual h1 .title strong {
    padding-bottom: 10px;
    font-size: 20px;
  }
  body.top .mainVisual .date {
    height: 22px;
    margin-top: 30px;
    padding: 10px 0 6px;
    background: #0a1c70;
    line-height: 1;
    text-align: center;
    color: #FFF;
  }
  body.top .mainVisual .entryBox {
    padding-bottom: 25px;
    background: #FFF;
  }
  body.top .mainVisual .entryBox .mobDiv {
    display: table;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  body.top .mainVisual .entryBox .txt {
    display: inline;
    font-weight: bold;
    color: #203759;
    padding-left: 10px;
    font-size: 20px;
  }
  body.top .mainVisual .entryBox .txt span {
    font-weight: bold;
    font-size: 15px;
  }
  body.top .mainVisual .entryBox .txt br {
    display: none;
  }
  body.top .mainVisual .entryBox .fee {
    font-weight: bold;
    font-size: 15px;
    color: #203759;
  }
  body.top .mainVisual .entryBox .btn {
    padding: 0 50px;
  }
  body.top .mainVisual .entryBox .btn a {
    padding: 15px;
    text-align: center;
    font-size: 18px;
  }
  body.top .mainVisual .entryBox .btn a:before {
    width: 6px;
    height: 6px;
    right: 13px;
    margin-top: -4px;
  }
  body.top h2.uq-heading {
    margin-bottom: 10px;
  }
  body.top h2 + h3 {
    margin-top: 0 !important;
  }
  body.top h3.uq-heading {
    margin: 30px 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
  }
  body.top section {
    padding: 40px 20px;
  }
  body.top section + .btn {
    margin-top: 30px;
    padding: 0 50px;
  }
  body.top section + .btn a {
    padding: 15px;
    text-align: center;
    font-size: 18px;
  }
  body.top section + .btn a:before {
    width: 8px;
    height: 8px;
    right: 25px;
    margin-top: -4px;
  }
  body.top .updateTable .item p.date.new:before {
    position: absolute;
    width: 3em;
    top: 3px;
    left: 0;
    font-size: 11px;
  }
  body.top .updateTable .item .date {
    font-weight: bold;
  }
  body.top .updateTable .item + .item {
    margin-top: 15px;
  }
  body.entry main .btn {
    margin-top: 30px;
    padding: 0 10px;
  }
  body.entry main .btn a {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
  }
  body.entry main .btn a:before {
    width: 8px;
    height: 8px;
    right: 25px;
    margin-top: -4px;
  }
}/*# sourceMappingURL=template.css.map */