<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html,
body {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1em;
  line-height: 1.6;
}

body {
  font-family: Unit Offc Pro, "メイリオ", "Meiryo", BentonSans, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
}

a {
  overflow: hidden;
  outline: none;
}

a:link {
  color: #5185c5;
  text-decoration: none;
}

a:visited {
  color: #5185c5;
  text-decoration: none;
}

a:hover {
  color: #a8c9f2;
  text-decoration: underline;
}

a:active {
  color: #5185c5;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a img.linkimg {
  background: none!important;
}

a:hover img.linkimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none!important;
}

.clear {
  clear: both;
}

.br_pc_only {
  display: block
}

.br_sp_only {
  display: none
}


/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */

nav {
  width: 100%;
  height: 70px;
  background: #ffffff;
}

nav .head_logo {
  float: left;
  margin: 0;
  padding: 20px 0 0 20px;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
  width: 100%;
  max-width: 195px;
}

#global-nav ul {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  line-height: 70px;
}

#global-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 82%;
  line-height: 40px;
}

#global-nav ul li a {
  padding: 0 1.5em;
  border-right: #cccccc solid 1px;
  display: block;
}

#global-nav ul li a:link {
  color: #222;
  text-decoration: none;
}

#global-nav ul li a:visited {
  color: #222;
  text-decoration: none;
}

#global-nav ul li a:hover {
  color: #222;
  text-decoration: underline;
}

#global-nav ul li a:active {
  color: #222;
  text-decoration: underline;
}
/*
#global-nav ul li:last-child a {
  border-right: none;
  background: linear-gradient(90deg, #F0AB00, #FFDF29);
  font-weight: bold;
}*/


/* Fixed */

#top-head {
  background: #fff;
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0px;
  height: 70px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}


/*
#top-head.fixed .logo {
  margin: 10px 0 0 0;
}
*/


/* Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}


/* -----------------------------------------------
共通
----------------------------------------------- */

#wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 0 70px;
}

.midashi_line {
  background: linear-gradient(90deg, #0068B4, #00AFDD);
  margin: 0 auto;
  padding: 0;
  height: 3px;
  width: 130px;
}

.midashi_line_sp {
  background: linear-gradient(90deg, #0068B4, #00AFDD);
  margin: 0 auto;
  padding: 0;
  height: 3px;
  width: 300px;
}

.midashi_line2 {
  background: #F0AB00;
  margin: 0 auto;
  padding: 0;
  height: 3px;
  width: 100px;
}

.side_menu {
  position: fixed;
  top: 30%;
  right: 0%;
  padding: 0 22px 0;
  display: none;
}

.side_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: url(/ansys/seminar_event/csl/2020/images/sidemenu_back.png);
  background-repeat: repeat-y;
  background-position: center 3px;
}

.side_menu li {
  border: 1px solid #222222;
  background: #ffffff;
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 0 30px 0;
  border-radius: 8px;
  padding: 0 0 0 0;
  position: relative;
}

.side_menu li a.active .mainLight {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #00AFDD;
  border-radius: 8px;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  box-shadow: 0 0 4px rgba(255, 255, 255, 1);
}

.side_menu li a:hover.active .mainLight {
  background-color: #ffffff;
  border: 1px solid #222222;
  box-shadow: 0 0 4px rgba(82, 211, 255, 1);
}

.side_menu li a.active .ripple {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #52d3ff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(82, 211, 255, 1);
  animation-name: rippleAnimation;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-name: rippleAnimation;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rippleAnimation;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 2s;
}

@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@-webkit-keyframes rippleAnimation {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@-moz-keyframes rippleAnimation {
  0% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.5, 2.5);
    opacity: 0;
  }
}


/* -----------------------------------------------
header
----------------------------------------------- */


/*
header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: 0;
}
*/


/* -----------------------------------------------
title
----------------------------------------------- */

#title {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  max-height: 571px;
  position: relative;
  background-image: url(/ansys/seminar_event/csl/2020/images/main_back.jpg);
  padding: 50px;
  text-align: left;
}

.pc-into {
  display: block;
  padding: 70px 20px 0;
}

.pc-into img {
  width: 100%;
}

.sp-into {
  display: none;
}

#title .into {
  z-index: 12;
  position: relative;
}

#title h1,
#title h2,
#title h3 {
  color: #fff;
  line-height: 1.4;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .20), -1px 1px 6px rgba(0, 0, 0, .20), 1px -1px 6px rgba(0, 0, 0, .20), -1px -1px 6px rgba(0, 0, 0, .20), 1px 0px 6px rgba(0, 0, 0, .20), 0px 1px 6px rgba(0, 0, 0, .20), -1px 0px 6px rgba(0, 0, 0, .20), 0px -1px 6px rgba(0, 0, 0, .20);
}

#title h1 {
  font-size: 437.5%;
  margin: 0;
}

#title h2 {
  font-size: 162.5%;
  margin-bottom: 10px;
}

#title h2 span {
  font-size: 78%;
}

#title h3 {
  font-size: 112.5%;
  padding-bottom: 96px;
}

.motionBand.primary {
  position: absolute;
  width: 25%;
  height: 100%;
  z-index: 10;
  top: 0;
  right: 0;
  display: none;
}

@media only screen and (max-width:768px) {
  .motionBand.primary {
    width: 25vw;
    height: calc(25vw / 6);
  }
}

.part1,
.motionBand .part2,
.motionBand .part3 {
  background-color: #f0ab00;
  display: inline-block;
  height: 100%;
  width: 33.3333%;
  vertical-align: top;
}

.motionBand.light2dark .part1 {
  opacity: .4;
}

.motionBand.light2dark .part2 {
  opacity: .7;
}

.motionBand.light2dark .part3 {
  opacity: 1;
}

.topSNS {
  position: absolute;
  top: 0;
  right: 30px;
  color: #ffffff;
  overflow: hidden;
  list-style: none;
  z-index: 11;
}

.topSNS li {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.topSNS li:first-child {
  padding-top: 5px;
}

.topSNS li:last-child {
  margin-right: 0;
}


/* -----------------------------------------------
message
----------------------------------------------- */

#message {
  background-color: #FFFFFF;
  width: 100%;
  padding: 0;
  margin: 50px auto;
}

#message .textbox {
  text-align: center;
}

#message .textbox h2 {
  font-size: 225%;
  font-weight: bold;
  color: #000000;
  background-image: url(/ansys/seminar_event/csl/2020/images/message_point.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
}

#entrybt {
  margin: 50px auto 0;
  text-align: center;
  background: #F3F3F3;
  padding: 60px 0;
}

#entrybt .bt01 {
  display: inline-block;
  width: 18em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #F0AB00, #FFDF29);
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  overflow: hidden;
}

#entrybt .bt01:hover {
  color: #fff;
}

#entrybt .bt01::before,
#entrybt .bt01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

#entrybt .bt01,
#entrybt .bt01::before,
#entrybt .bt01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

#entrybt .bt01::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

#entrybt .bt01:hover::after {
  left: 0;
  background: linear-gradient(90deg, #E60012, #F18E35);
}

#entrybt .golink1 {
  position: absolute;
  top: 35%;
  left: 90%;
}

#entrybt .bt02 {
  display: inline-block;
  width: 24em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  overflow: hidden;
}

#entrybt .bt01:hover {
  color: #fff;
}


/* -----------------------------------------------
newsArea
----------------------------------------------- */

#news {
  background-color: #F3F3F3;
  padding: 70px 50px 0;
  display: table;
  width: 100%;
}

#news &gt; div.titleArea {
  background-color: #F3F3F3;
  text-align: center;
  vertical-align: top;
  width: 250px;
}

#news &gt; div.titleArea h2 {
  color: #000000;
  font-size: 28px;
  margin: 0;
}

#news &gt; div {
  display: table-cell;
}

#newsMain &gt; div {}

#newsMain ul {
  list-style: none;
  margin: 0;
  padding: 0 0 50px;
  background: #F3F3F3;
  overflow: auto;
}

#newsMain ul li {
  margin: 0;
  padding: 1em;
  display: block;
  height: auto;
  text-align: left;
  border-top: solid 1px #CCCCCC;
}

#newsMain ul&gt;li:last-child {
  border-bottom: solid 1px #CCCCCC;
}

#newsMain ul a:link,
#newsMain ul a:visited {
  background: url(/ansys/seminar_event/csl/2020/images/go03.png) no-repeat 98% 45% #F3F3F3;
  display: block;
  color: #000000;
}

#newsMain ul a:hover {
  background: url(/ansys/seminar_event/csl/2020/images/go03_h.png) no-repeat 98% 45% #00AFDD;
  color: #FFF;
  text-decoration: none;
}

#newsMain ul li .date {
  margin-right: 1em;
}

#newsMain ul li .date:before {
  content: "";
  padding-left: 1em;
}

#newsMain ul li .date:after {
  content: "|";
  padding-left: 1em;
}


/* -----------------------------------------------
#speaker
----------------------------------------------- */

#speaker {
  margin: 0 auto;
  padding-top: 70px;
  width: 100%;
}

#speaker_header {
  background: url(/ansys/seminar_event/csl/2020/images/speaker_back.jpg) no-repeat fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#speaker .zoneA {
  margin: 0;
  padding: 60px 100px;
}

#speaker .zoneA .titleA {
  color: #00AFDD;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

#speaker .zoneA .zoneA_inner {
  margin: 60px auto 20px;
  text-align: center;
}

#speaker .zoneA .zoneA_inner .photoA {
  display: inline-block;
  width: 100%;
  max-width: 750px;
  margin-bottom: 20px;
}

#speaker .zoneA .zoneA_inner .photoB {
  display: inline-block;
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}

#speaker .zoneA .zoneA_inner .photoA img {
  width: 100%;
}

#speaker .zoneA .zoneA_inner .photoB img {
  width: 100%;
}

#speaker .zoneA .zoneA_inner .textA {
  text-align: left;
}

#speaker .title {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 .5em;
}

.name_area {
  text-align: left;
}

.name_area2 {
  text-align: center;
}

.name_area .company,
.name_area2 .company {
  font-size: 14px;
  margin-bottom: 20px;
}

.name_area .shimei,
.name_area2 .shimei {
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}

#speaker .godetail {
  display: inline-block;
  width: 16em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  overflow: hidden;
}

#speaker .godetail:hover {
  color: #fff;
}

#speaker .godetail::before,
#speaker .godetail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

#speaker .godetail,
#speaker .godetail::before,
#speaker .godetail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

#speaker .godetail::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

#speaker .godetail:hover::after {
  left: 0;
  background: linear-gradient(90deg, #0068B4, #00AFDD);
}

#speaker .golink2 {
  position: absolute;
  top: 35%;
  left: 90%;
}

#speaker .zoneB {
  background: #E6E6E6;
  margin: 0;
  padding: 60px 80px;
}

#speaker .zoneB .zoneB_inner {
  margin: 20px auto 20px;
}

#speaker .zoneB .titleB {
  color: #00AFDD;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

#speaker .zoneB ul {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  overflow: hidden;
}

#speaker .zoneB ul li {
  padding: 0 0 0 60px;
  display: inline-block;
}

#speaker .zoneB ul li:first-child {
  padding: 0 60px 0 0;
}

#speaker .zoneB .zoneB_inner .photoB {
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}

#speaker .zoneB .zoneB_inner .photoB img {
  width: 100%;
  border: solid 1px #000000;
}

#speaker .zoneB .zoneB_inner .textB {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

#speaker .zoneA .target {
  width: 8em;
  border: solid 1px #000000;
  border-radius: 4px;
  padding: .2em .5em;
  margin: 20px auto 10px;
  background: #ffffff;
}

.zoneA .goagenda {
  display: inline-block;
  width: 20em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  overflow: hidden;
}

.zoneA .goagenda:hover {
  color: #fff;
}

.zoneA .goagenda::before,
.zoneA .goagenda::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.zoneA .goagenda,
.zoneA .goagenda::before,
.zoneA .goagenda::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.zoneA .goagenda::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.zoneA .goagenda:hover::after {
  left: 0;
  background: linear-gradient(90deg, #F0AB00, #FFDF29);
}

.zoneA .golink3 {
  position: absolute;
  top: 35%;
  left: 90%;
}


/* -----------------------------------------------
#program
----------------------------------------------- */

#program {
  margin: 0 auto;
  width: 100%;
}

#program_header {
  background: url(/ansys/seminar_event/csl/2020/images/speaker_back.jpg) no-repeat fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#program .program_inner {
  margin: 0;
  padding: 60px 100px;
  text-align: center;
}

#program .program_inner:last-child {
  border-bottom: none;
}

#program .program_inner .day_title {
  font-size: 38px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#program .program_inner .pro_title,
#program .program_inner .pro_title2 {
  font-size: 60px;
  font-weight: bold;
  margin: 40px auto 20px;
  line-height: 1.0;
}

#program .program_inner .pro_title {
  color: #F0AB00;
}

#program .program_inner .pro_title2 {
  color: #00AFDD;
}

#program .program_inner .pro_title span {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

#program .program_inner .target {
  width: 8em;
  border: solid 1px #000000;
  border-radius: 4px;
  padding: .2em .5em;
  margin: 20px auto 10px;
  background: #ffffff;
}

.program_inner .goagenda {
  display: inline-block;
  width: 20em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  overflow: hidden;
}

.program_inner .goagenda:hover {
  color: #fff;
}

.program_inner .goagenda::before,
.program_inner .goagenda::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.program_inner .goagenda,
.program_inner .goagenda::before,
.program_inner .goagenda::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.program_inner .goagenda::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.program_inner .goagenda:hover::after {
  left: 0;
  background: linear-gradient(90deg, #F0AB00, #FFDF29);
}

.program_inner .golink3 {
  position: absolute;
  top: 35%;
  left: 90%;
}


/* -----------------------------------------------
#sponsor
----------------------------------------------- */

#sponsor {
  margin: 0 auto;
  padding-top: 70px;
  width: 100%;
}

#sponsor_header {
  background: url(/ansys/seminar_event/csl/2020/images/speaker_back.jpg) no-repeat fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#sponsor .sponsor_inner {
  background-color: #fff;
  margin: 0;
  padding: 60px 100px;
  text-align: center;
  border-bottom: solid 1px #CCCCCC;
}

#sponsor .sponsor_inner .sp_title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#sponsor .sponsor_inner .sp_logo {
  margin: 10px auto 100px;
  width: 100%;
  max-width: 700px;
}

#sponsor .sponsor_inner .sp_logo img {
  width: 100%;
}

#sponsor ul.sp {
  margin: 0 0 2em;
  padding: 0.5em;
  text-align: left;
  width: 100%;
  float: left;
}

#sponsor .sp_logo+ul.sp {
  padding-top: 70px;
}

#sponsor ul li {
  margin: 1em 0;
  float: left;
  list-style: none;
  width: 25%;
  display: table-cell;
}

#sponsor ul li:last-child {
  width: 75%;
  border-left: solid 1px #CCCCCC;
  padding: 1em 0em 1em 4em;
}

#sponsor ul.channel {
  width: 100%;
}

#sponsor ul.channel li {
  border: 0;
  width: 50%;
  padding: 10px;
}

#sponsor ul li ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

#sponsor ul li ul li.platinum,
#sponsor ul li ul li.gold,
#sponsor ul li ul li.silver,
#sponsor ul li ul li.kyoryoku {
  margin: 0;
  padding: 10px;
  text-align: center;
  display: table-cell;
  border: none;
}

#sponsor ul li ul li.platinum {
  width: 50%;
}

#sponsor ul li ul li.gold,
#sponsor ul li ul li.silver {
  width: 33.3%;
}

#sponsor ul li ul li.kyoryoku {
  width: 100%;
  font-size: 20px;
}

#sponsor ul li ul li.platinum img {
  width: 100%;
  max-width: 280px;
}

#sponsor ul li ul li.gold img {
  width: 100%;
  max-width: 220px;
}

#sponsor ul li ul li.silver img {
  width: 100%;
  max-width: 160px;
}

#sponsor .rank {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/* -----------------------------------------------
access
----------------------------------------------- */

#access {
  margin: 0 auto;
  padding-top: 70px;
  width: 100%;
  padding-bottom: 60px;
}

#access_header {
  background-image: url(/ansys/seminar_event/csl/2020/images/speaker_back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#access .access_inner {
  margin: 0 auto;
  padding: 60px 100px 20px;
  text-align: center;
}

#access .access_inner .ac_title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#access .access_inner ul {
  list-style: none;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
}

#access .access_inner ul li {
  display: inline-block;
  width: 49.6%;
  vertical-align: middle;
}

#access .access_inner ul li:last-child {
  border-left: solid 1px #CCCCCC;
}

#access .access_inner .access_text {
  text-align: left;
}

#access .access_inner .access_text span {
  color: gray;
}

#access .access_inner .access_text2 img {
  margin-bottom: 10px;
  ;
}

#access .map {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 330px;
  height: 0;
  overflow: hidden;
}

#access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  pointer-events: none;*/
}


/* -----------------------------------------------
contact
----------------------------------------------- */

#contact {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  height: 100%;
  max-height: 600px;
  position: relative;
  background-image: url(/ansys/seminar_event/csl/2020/images/contact_back.jpg);
}

#contact .contact_inner {
  margin: 0;
  padding: 60px 100px;
  text-align: center;
  color: #ffffff;
}

#contact .contact_inner .con_title {
  font-size: 60px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#contact .contact_inner .con_title2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#contact .contact_inner .con_title3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
}

#contact .contact_inner ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}

#contact .contact_inner ul li {
  display: inline-block;
  width: 49.6%;
  vertical-align: top;
  font-weight: bold;
}

#contact .contact_inner ul li:last-child {
  border-left: solid 1px #ffffff;
}

#contact .contact_inner ul li img {
  margin-bottom: 10px;
}

#contact .contact_inner ul li span {
  font-size: 20px;
}

#contact a:link,
#contact a:visited,
#contact a:hover,
#contact a:active {
  color: #ffffff;
  text-decoration: none;
}

.conf {
  background: #face65;
  margin: 0 0 45px;
  padding: 30px 15px;
}

.conf div {
  background: #111;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  width: 400px;
}


/* -----------------------------------------------
フッター
----------------------------------------------- */

footer {
  max-width: 1840px;
  margin: 0 auto;
  overflow: hidden;
  /*
  background: #565555;
  color: #fff;
  font-size: 12px;
  padding: 10px 70px;
  */
  position: relative;
}

footer .footSNS {
  float: left;
}

footer .footlink {
  float: right;
  padding-top: 6px;
}

footer .footSNS p,
footer .footSNS ul,
footer .footSNS li {
  float: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

footer .footSNS p {
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
}

footer .footSNS p,
footer .footSNS li {
  margin-right: 10px;
}

footer .footSNS li:last-child {
  margin-right: 0;
}

footer .footSNS img {
  height: 30px;
}

footer .nav,
footer .nav li {
  display: inline-block;
  overflow: hidden;
}

footer .nav {
  padding: 0 20px 0 0;
}

footer .nav li {
  margin-right: 20px;
}

footer .nav li:last-child {
  margin-right: 0;
}
/*
footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
  text-decoration: none;
  color: #fff;
}
*/
.gotop {
  position: fixed;
  right: 0%;
  display: block;
  padding: 10px;
}


/* ==========================================================================
   早期登録
   ========================================================================== */

#early_entry {
  box-sizing: border-box;
  display: table;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 2200px;
  width: 100%;
  background: rgba(0, 0, 0, 1);
}

#early_entry p {
  margin: 1em 0 0;
  color: #FFFFFF;
  text-align: center;
}

#early_entry_form {
  text-align: center;
  border: 1px solid #009BDE;
  border-radius: 5px;
  background: #009BDE;
  width: 60%;
  margin: 0 auto;
  padding: .5em 1em;
  color: #FFFFFF;
  box-sizing: border-box;
}

#early_entrybt {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 1em 0 0;
  text-align: center;
  padding: 0;
  width: 8em;
  font-size: 24px;
  font-weight: bold;
}

#early_entry_form .formbace {
  display: inline-block;
}

#early_entry_form .form1 {
  display: inline-block;
  padding: 12px 0.8em;
  font-size: 14px;
  width: 200px;
}

#early_entry_form .submit {
  padding: 12px 0.8em;
  font-size: 14px;
  background: orange;
  color: #FFFFFF;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  margin: 0px;
  padding: 0px;
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#exhibition {
  background: #F3F3F3;
}

#exhibition_header {
  margin-top: 0;
  padding-top: .83em;
}

.exhibition_inner {
  margin: 0;
  padding: 60px 100px;
  text-align: center;
  background: #F3F3F3;
}

#exhibition ul {
  margin: 0 0 2em;
  padding: 0;
  text-align: left;
  width: 100%;
}

#exhibition ul li {
  padding: 0 0 0 0;
  margin: 0 0.6% 0.6% 0;
  float: left;
  list-style: none;
  width: 24.5%;
  background: #FFFFFF;
  text-align: center;
}

#exhibition ul li:last-child {
  width: 24.6%;
  padding: 0 0 0 0;
  margin: 0 0 0.6% 0;
}

#exhibition ul li img {
  width: 100%;
  max-width: 234px;
  height: auto;
  margin: 1em 0;
}

#exhibition .title_area {
  padding: 24px 24px 40px;
  background: #000000;
  min-height: 11em;
  text-align: left;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  color: #f2a900;
}

#exhibition .go_detail {
  position: absolute;
  max-width: 51px;
  width: 100%;
  bottom: 10%;
  left: 42%;
}

#exhibition .go_detail img {
  width: 100%;
  height: auto;
  margin: 0;
}


/* -----------------------------------------------
exhibition_modal
----------------------------------------------- */

.exhibition_modal {
  background: #FFF;
  padding: 0;
  width: 100%;
  max-width: 770px;
}

.exhibition-left {
  width: 10%;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(/ansys/seminar_event/csl/2020/images/modal-left.png);
  background-size: 100%;
}

.exhibition-right {
  width: 10%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(/ansys/seminar_event/csl/2020/images/modal-right.png);
  background-size: 100%;
}

.exhibition-main {
  width: 80%;
  padding-bottom: 35px;
}

.exhibition_modal p {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/ansys/seminar_event/csl/2020/images/modal-line.png);
  padding-top: 27px;
  font-size: 87.5%;
}

.exhibition-logo {
  display: block;
  margin: 30px auto 60px;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 0;
  width: 100%;
  max-width: 260px;
}

.exhibition-logo img {
  width: 100%;
}

.exhibition-title {
  font-size: 112.5%;
  font-weight: bold;
  color: #F0AB00;
}

.exhibition-link {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/ansys/seminar_event/csl/2020/images/modal-line.png);
  padding: 27px 0 0;
  list-style-position: inside;
}

.exhibition-link li {
  list-style-image: url(/ansys/seminar_event/csl/2020/images/modal-icon.png);
}

.exhibition-link a,
.exhibition-link a:visited,
.exhibition-link a:link {
  color: #222;
  font-size: 87.5%;
}

.exhibition-footer {
  text-align: center;
  border-top: solid 1px #ffffff;
  margin: 1em 0 0;
  padding: 0.5em 0 0;
  font-size: 87.5%;
  font-weight: bold;
}

.motionBand_modal.primary_modal {
  position: absolute;
  width: 25%;
  height: calc(25vh / 6);
  z-index: 10;
  top: 8px;
  right: 8px;
}

.part1,
.motionBand_modal .part2,
.motionBand_modal .part3 {
  background-color: #f0ab00;
  display: inline-block;
  height: 100%;
  width: 33.3333%;
  vertical-align: top;
}

.motionBand_modal.light2dark .part1 {
  opacity: .4;
}

.motionBand_modal.light2dark .part2 {
  opacity: .7;
}

.motionBand_modal.light2dark .part3 {
  opacity: 1;
}

#newsMain li {
  padding-left: 0 !important;
}

#newsMain .date {
  display: table-cell;
  width: 110px;
  vertical-align: top;
  margin: 0 !important;
  text-align: center;
}

#newsMain .text {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #333;
  padding-left: 20px;
}

#newsMain ul li .date:before,
#newsMain ul li .date:after {
  display: none;
}


/* 2020 */

#top-head .logo {
  margin-left: 20px;
}


/*

#global-nav ul {
  margin-right: 20px;
}

.program #global-nav ul li {
  border-right: 1px solid #ccc;
  padding-right: 5px;
}

.program #global-nav ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.program #global-nav ul li a {
  color: #fff;
  padding: 0 2em;
  border: 0;
  margin: 0;
}
*/

.session-modal {
  padding: 40px;
  color: #fff;
  display: flex;
}

.session-modal p {
  padding: 0;
  margin: 0;
}

.sm-head,
.sm-doc,
.sm-doc-detail,
.sm-dspeaker {
  display: flex;
}

.session-modal img {
  width: 100%;
}

.sm-head,
.sm-detail,
.sm-doc {
  padding-bottom: 1.5%;
}

.sm-detail,
.sm-doc,
.sm-enq {
  padding-top: 1.5%;
}

.sm-detail {
  width: 50%;
  margin-right: 20px;
}

.sm-text {
  width: 85%;
  padding-right: 1%;
}

p.sm-dtime {
  background: #247DBF;
  padding: 3px 10px;
  display: inline-block;
}

.no {
  display: inline-block;
  background: #FBC000;
  border: 1px solid #2F528F;
  padding: 1px 5px;
  margin-right: 5px;
}

.pt {
  display: inline-block;
  background: #fff;
  color: #222;
  padding: 3px 5px;
  margin-left: 5px;
}

.pg-title span.no {
  color: #444;
}

.sm-dtext .no {
  color: #444;
  padding: 3px 10px;
  margin: 0 0 0 5px;
}

p.sm-title {
  padding-left: 4%;
  padding-bottom: 10px;
  background-image: url(/ansys/seminar_event/csl/2020/images/slash.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  font-weight: bold;
  font-size: 120%;
}

.sm-logo {
  width: 15%;
  padding-top: 2%;
  right: 1%;
}

.sm-dtext {
  width: 100%;
  padding-bottom: 40px;
}

.sm-dtext:last-child {
  padding-bottom: 0;
}

.normal-session .sm-dtext {
  width: 30%;
}

p.sm-dtitle {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #007CBD;
  font-size: 120%;
  font-weight: bold;
}

p.sm-dcaption {
  padding-bottom: 10px;
}

.sm-dspeaker-photo {
  width: 15%;
}

.sm-dspeaker-text {
  width: 55%;
  padding-left: 1%;
}

p.sm-dspeaker-corp {
  padding-bottom: 1%;
}

.sm-dspeaker-name {
  font-weight: bold;
  font-size: 120%;
}

p.sm-dmovie {
  padding: 20px 0 8px;
  ;
}

.normal-session .sm-dmovie {
  padding-top: 1.5%;
}

.sm-vote {
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
}

.square {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #67A6EB;
  margin-right: 4px;
}

.sm-vinput {
  display: flex;
}

.sm-vinput label {
  display: inline-block;
  margin-right: 1.5%
}

.sm-vinput label:last-child {
  margin-right: 0
}

.sm-doc-detail {
  width: 25%;
  padding-right: .5%;
}

.sm-doc-detail:last-child {
  padding-right: 0;
}

p.sm-doc-link {
  width: 30%;
  padding-left: 10px;
}

.sm-doc-text {
  width: 50%;
}

.sm-enq {
  width: 50%;
  margin-left: 10px;
}

p.sm-elink {
  width: 100%;
  padding-top: 5%;
}

.sm-elink a,
.sm-elink a:visited {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #2EA0E6;
  border-radius: 100vh;
  padding: 5px 0;
  font-weight: bold;
}

.sm-elink a:hover {
  background: #eb6100;
}

p.sm-etext {
  padding-top: 10px;
}

.sm-mcaption img {
  width: 14px;
  position: relative;
  bottom: 2px;
}

.sm-chat {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 180px;
  background: #fff;
  color: #000;
  text-align: center;
  background-image: url(/ansys/seminar_event/csl/2020/images/icon-chat.png);
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 98% center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

.day-nav {
  padding: 70px 20px 0;
  background: #fff;
  width: 100%;
  text-align: center;
}

.day-nav ul {
  margin: 0;
  padding: 0;
}

.day-nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}

.day-nav li:last-child {
  padding: 0;
  border: 0;
  margin: 0;
}

.day-nav a {
  display: block;
  padding: 10px 30px;
  color: #fff;
}

a.walk {
  background: #BE112C;
}

a.day1,
a.day2,
a.day3,
a.day4 {
  background: #247DBF;
}

.navDL {
  animation: blink 2s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    background: #f09800;
  }
  100% {
    background: #dc0014;
  }
}

.pg-h1 {
  padding: 70px 40px 0;
  text-align: center;
  color: #fff;
}

.pg-h1 h1 {
  background: #247DBF;
  font-size: 140%;
  padding: 5px;
}

.pg-zone {
  margin: 20px 40px;
  padding: 0;
  background: #F3F3F3;
  border: 20px solid #F3F3F3;
  display: flex;
}

.pg-look {
  vertical-align: top;
  text-align: center;
  width: 14%;
  background: #155A82;
}

.pg-time {
  background: #555555;
  color: #fff;
  font-size: 150%;
  padding: 5px 0;
}

.pg-icon a {
  display: block;
  color: #fff;
  padding: 30px 15px 15px;
}

.pg-icon img {
  width: 80%;
  max-width: 100px;
  margin-bottom: 5px
}

.pg-s1,
.pg-s2,
.pg-s3 {
  width: 86%;
}

.pg-ssr {
  display: flex;
}

.pg-text,
.pg-photo {
  display: inline-block;
  vertical-align: top;
}

.pg-ss {
  display: block;
  padding: 20px;
  border-right: 1px solid #F3F3F3;
  background: #fff;
}

.pg-s1 .pg-ssr,
.pg-s2 .pg-ssr {
  height: 100%;
}

.pg-s1 .pg-ss,
.pg-s2 .pg-ss {
  width: 50%;
}

.pg-s3 .pg-ss {
  width: 33.33%;
  border-bottom: 1px solid #f3f3f3;
}

.pg-text {
  display: inline-block;
  width: 60%;
}

.pg-title {
  color: #155A82;
  font-weight: bold;
}

.pg-title span {
  font-size: 80%;
  color: #339AFF;
}

.pg-name {
  font-weight: bold;
}

.pg-photo {
  display: inline-block;
  width: 37%;
}

.pg-photo img {
  width: 100%;
}

.pg-s1 .pg-text,
.pg-s2 .pg-text {
  width: 74%;
}

.pg-s1 .pg-photo,
.pg-s2 .pg-photo {
  width: 24.5%;
}

.dl-h1 {
  padding: 40px 40px 20px;
  text-align: center;
  color: #fff;
}

.dl-h1 h1 {
  background: #F57832;
  margin: 0;
  font-size: 140%;
  padding: 5px;
}

.dl-check {
  display: flex;
  padding: 0 40px;
  margin-bottom: 1px;
  line-height: 1.2;
}

.dl-cl {
  width: 15%;
  background: #555555;
  color: #fff;
  text-align: center;
  padding: 25px;
}

.dl-cl span {
  line-height: 97px
}

.dl-cr {
  width: 85%;
  background: #F2F2F2;
  padding: 15px;
}

.dl-cr div {
  display: flex;
}

.dl-cr label {
  display: block;
  width: 20%;
  padding: 10px;
}

.dl-list {
  padding: 40px 34px;
  text-align: center;
}

.dl-list img {
  width: 100%;
}

.dl-doc {
  display: inline-block;
  width: 48.85%;
  border: 1px solid #D4D4D4;
  background: #F2F2F2;
  padding: 0;
  margin: 5px 3px;
  vertical-align: top;
}

.dl-in {
  display: flex;
}

.dl-link {
  width: 40%;
}

.dl-link a {
  display: block;
  padding: 0;
}

.dl-link a:hover img {
  opacity: 0;
}

.c01 .dl-link a {
  background: url(/ansys/seminar_event/csl/2020/images/cat01-b.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c02 .dl-link a {
  background: url(/ansys/seminar_event/csl/2020/images/cat02-b.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c03 .dl-link a {
  background: url(/ansys/seminar_event/csl/2020/images/cat03-b.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c02 span {
  font-size: 120%;
  font-weight: bold;
}

.dl-text {
  width: 60%;
  padding: 20px;
  line-height: 1.3;
  text-align: left;
}

.dl-tag {
  padding-top: 10px;
  font-weight: bold;
}

#result [class*="hidden-"] {
  display: none;
}

#sponsor h3 {
  line-height: 1;
}

#sponsor h3 span {
  font-size: 50%;
  line-height: 1;
  color: #247DBF;
}

#speaker .zoneA .zoneA_inner .photoA img {
  width: 200px;
}

.name_area .company,
.name_area2 .company {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.company ul {
  list-style: none;
  padding: 0;
  display: flex;
  line-height: 1.2;
  width: 100%;
}

.company li:first-child {
  width: 12%;
}

#speaker .zoneA .zoneA_inner {
  margin-top: 0;
}

#speaker .zoneA .zoneA_inner .title {
  color: #222;
  font-size: 180%;
}

#speaker .zoneA .zoneA_inner .profileA {
  width: 60%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 20px;
}

#speaker .zoneA .zoneA_inner .keynote-link {
  text-align: center;
  padding-top: 30px;
}

#speaker .zoneA .zoneA_inner .keynote-link a {
  margin: 0 auto;
}

.zoneA {
  padding-top: 0 !important;
}

.titleA {
  padding-top: 60px;
}

.top-panel {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.top-panel .row,
.top-user .row {
  display: flex;
  width: 100%;
}

.top-panel .speaker {
  padding: 20px;
  width: 25%;
  text-align: center;
}

.top-panel img {
  width: 100%;
}

.top-panel .corp {
  padding: 5px 0 0;
  font-size: 85%;
}

.top-panel .title {
  text-align: center;
  padding: 0 20px;
}

.top-panel .caption {
  padding: 0 20px;
}

.top-user {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.top-user .speaker {
  width: 33.33%;
  text-align: center;
  padding: 20px;
  /*  background: #f3f3f3;*/
  margin: 5px;
}

.top-user .title {
  font-size: 18px !important;
}</pre></body></html>