/*! 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: "メイリオ", "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%;
}

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

#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;
}


/* 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 0px;
}

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

.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(../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(../images/main_back.jpg);
  padding: 50px;
  text-align: left;
}

.pc-into {
	display: block;
	margin:0 auto 1em;
	width:1020px;
	
	/*width:100%;*/
}

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

.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);
  }

	.pc-into {
		width:100%;
	}

}

.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(../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: 50px 50px 0;
  display: table;
  width: 100%;
}

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

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

#news > div {
  display: table-cell;
}

#newsMain > 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-bottom: solid 1px #CCCCCC;
  /*  background: url(../images/go03.png) no-repeat 98% 45% #F3F3F3;*/
}

#newsMain ul li:first-child {
  border-top: solid 1px #CCCCCC;
}


/*

#newsMain ul li:hover {
  background: url(../images/go03_h.png) no-repeat 98% 45% #00AFDD;
  color: #FFF;
}
*/

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

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


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

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

#speaker_header {
  background: url(../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 {
  background: #F3F3F3;
  margin: 0;
  padding: 60px 100px;
}

#speaker .zoneA .titleA {
  color: #00AFDD;
  font-size: 38px;
  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: 230px;
  margin-bottom: 20px;
}

#speaker .zoneA .zoneA_inner .photoA img {
  width: 100%;
  border: solid 1px #000000;
}

#speaker .zoneA .zoneA_inner .textA {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}


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

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

#program_header {
  background: url(../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;
  width: 100%;
}

#sponsor_header {
  background: url(../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 {
  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: 40px auto 80px;
  width: 100%;
  max-width: 312px;
}

#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 ul li {
  margin: 1em 0;
  float: left;
  list-style: none;
  width: 20%;
  display: table-cell;
}

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

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

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

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

#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.gold img {
  width: 100%;
  max-width: 262px;
}

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

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


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

#access {
  margin: 0 auto;
  width: 100%;
  background-color: #F3F3F3;
  padding-bottom: 60px;
}

#access_header {
  background-image: url(../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(../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;
}

#speaker{
  display: none;
}





/* flowArea */
/*------------------------------------------------------------------------------*/
#flowArea {
	width:1020px;
	padding-top:20px;
	margin:20px auto;
}
#flowArea h2 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #4B60A1;
	border-bottom: solid 3px #333;
	margin: 0 0 20px 0;
	padding: 0.3em 0;
}
#flowArea ol {
	display: table;
    width: 100%;
    margin: 1em auto 1em auto;
    padding: 0;
}
#flowArea ol li {
	display: table-cell;
	width: 22%;
	width:14%;
	font-size:1.3em;
	text-align: center;
	vertical-align: middle;
}
#flowArea ol li span {
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #ddd;
	padding: 0.5em 0;
}
#flowArea ol li.current span {
	background-color: #333;
}
#flowArea ol li.arrRight {
	width: 4%;
	font-size: 2.4em!important;
	color: #2b9db6;
}
#flowArea ol li.arrDown {
	display: none;
}
#flowArea > div.flowInfoArea > p {
	font-size: 1.2em;
}
#flowArea > div.flowInfoArea > p.kome {
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.agreeArea {

	background:#fff;
	text-align:center;
	padding:2em;
	
}
.agreeArea p {
	font-weight:bold;
}
.agreeArea p span {
	font-weight:normal;
}
