@charset "UTF-8";

#submit-button {
  font-size: 18px;
  font-weight: bold;
  line-height: 75px;
  display: table;
  padding: 0 65px !important;
  -webkit-transition-duration: .12s;
  transition-duration: .12s;
  -webkit-transition-property: all;
  transition-property: all;
  text-decoration: none;
  letter-spacing: .1em;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #23551c;
  background-color: #47AB38;
  margin: 20px auto 0;
  cursor: pointer;
}

button.btn.btn-lg.btn-select.btn-secondary {
  border-radius: 0;
  background-color: #001f4c;
  color: #fff;
}

.checkbox {
  display:none;
}

.selected {
  border: 2px solid #001f4c;
}

.sp-title {
  color: rgba(0, 31, 76, 1);
  font-family: 'FOT-UD角ゴ_ラージ Pr6 M', UDKakugo_LargePr6-M;
}

/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.6;
}
.h5, h5 {
  font-size: 20px;
}

p {
  margin: 0 0 30px;
}

ol, ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  font-weight: 700;
  margin-bottom: 10px;
}

hr {
  border-top: 1px solid #ccc;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btnlp.active.focus,
.btnlp.active:focus,
.btnlp.focus,
.btnlp:active.focus,
.btnlp:active:focus,
.btnlp:focus {
  outline: none;
}
.btnlp {
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 16px;
}
.btnlp::before,
.btnlp::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
}
.btnlp::before {
  right: 0;
}
.btnlp::after {
  left: 0;
}
.btnlp,
.btnlp::before,
.btnlp::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btnlp:focus {
  color: #fff;
}
.btnlp:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.btnlp:hover::before,
.btnlp:hover::after {
  width: 0;
  background-color: #59b1eb;
}
.btnlp-lg {
  width: 100%;
  line-height: 1.6;
}
.btnlp-sm {
  padding: 12px 80px;
}


.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}

/* 
 * 3.3 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #001f4c;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav > li > a:focus, 
.navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > li:last-child > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-custom .navbar-nav > li:last-child > a:hover {
  border-color: transparent;
}
.navbar-custom .navbar-nav > li:last-child > a > img {
  max-height: 30px;
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > li > a.btn {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 20px;
}
.navbar-custom .navbar-nav > li > a.btn:focus, 
.navbar-custom .navbar-nav > li > a.btn:hover {
  background-color: rgba(89, 177, 235, 0.3);
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav > li > a.btn {
    margin: 15px;
  }
  .navbar-custom .navbar-nav > li:last-child > a {
    display: none;
  }
}
.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: rgba(0, 31, 76, .8) !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
@media (max-width: 767px) {
  .navbar-solid {
    padding: 4px 0 0 !important;
  }
}
.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
}
.site-branding .logo:focus, 
.site-branding .logo:hover {
  text-decoration: none;
}
.site-branding .logo img {
  max-width: 361px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-branding {
    margin-top: 10px;
    width: 80%;
  }
}
.navbar-collapse.in {
  overflow-y: hidden;
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/header.jpg) no-repeat center center/cover;
  display: table;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  font-family: 'FOT-UD角ゴ_ラージ Pr6 M', UDKakugo_LargePr6-M;
}
.site-header .intro h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 300;
}
.site-header .intro h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  max-width: 722px;
}
.site-header .intro p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }
  .site-branding {
    margin-top: 13px;
    margin-left: 0;
  }
}
@media (min-width: 481px) {
  .site-header .intro h2 .sp-on,
  .site-header .intro h1 .sp-on {
    display: none;
  }
}
@media (max-width: 480px) {
  .site-header .intro h1 img {
    width: 60%;
    max-width: 213px;
  }
  .site-header .intro h1 .pc-on {
    display: none;
  }
  .site-header .intro h2 {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 10px;
  }

}

/* 
 * 6.0 Section
 */
.section {
  padding: 70px 0;
}
.section-title {
  color: rgba(0, 31, 76, 1);
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-align: center;
  font-family: 'FOT-UD角ゴ_ラージ Pr6 M', UDKakugo_LargePr6-M;
}
@media (min-width: 768px) {
  .section {
    padding: 90px 0;
  }
  .section-title {
    margin: 0 0 60px;
    font-size: 30px;
  }
}
/* 
 * 6.1 Section: About 
 */
.about {
  background-color: #fff;
}
.about .section-title {
  margin: 0 0 25px;
}
.about figure {
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .about p {
    text-align: center;
    line-height: 1.9;
    font-size: 19px;
  }
}

/* 
 * 6.2 Section: question
 */
.question ul {
  padding-left: 1em;
  list-style-type: disc;
}
.question h4 {
  color: #001f4c;
  text-align: center;
  font-size: 20px;
  letter-spacing: .1em;
}
.question h4 i {
  margin-right: 10px;
}
.question img {
  max-width: 480px;
  width: 100%;
}
@media (min-width: 480px) {
  .question ul {
    list-style-type: none;
    padding: 0;
  }
  .question ul li {
    text-align: center;
  }
  .question h4 {
    font-size: 22px;
  }
}

/* 
 * 6.3 Section: Speaker
 */
.speakers {
  background-color: #f8f8f8;
}
.speakers .benefits-wrap {
  padding: 0 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .speakers .benefits-wrap img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .speakers .benefits-wrap {
    padding: 0 40px;
  }
  .speakers .benefits-wrap .row {
    display: flex;
    align-items: center;
  }
}
.speaker {
  color: #313131;
  text-transform: uppercase;
  margin: 45px 0;
}
.speaker.mt0 {
  margin-top: 0;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.speaker p {
  margin-bottom: 8px;
}
.room {
  display: flex;
  align-items: center;
}
.room:before,
.room:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.room:before {
  margin-right: 1rem;
}
.room:after {
  margin-left: 1rem;
}
.room.west {
  color: #00454c;
}
.room.east {
  color: #4c001f;
}
div[id^="inline-content"] {
  padding: 30px 30px 0;
}
div[id^="inline-content"] .time {
  background-color: #001f4c;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.inline i{
  position: absolute;
  right: 13px;
}

/* 
 * 6.4 Section: Timetable
 */
.schedule-box {
  position: relative;
  background-color: #001f4c;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 45px 0;
  font-size: 18px;
  font-weight: bold;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .schedule-box {
    margin: 0;
  }
}

#access {
  background-color: #f8f8f8;
}

/* 
 * 6.5 Section: Outline
 */
.outline {
  background-color: #f8f8f8;
}
.outline .table > tbody {
  border-bottom: 1px solid #ddd;
}
.outline .table > tbody > tr > td {
  padding: 23px 8px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .outline .table > tbody > tr > td {
    display: block;
    font-size: 16px;
  }
  .outline .table > tbody > tr > td:nth-child(2n+1) {
    padding-bottom: 3px;
    font-weight: bold;
  }
  .outline .table > tbody > tr > td:nth-child(2n) {
    padding-top: 3px;
    border: none;
  }
}

/* 
 * 6.6 Section: Sponsor
 */
.partner {
  background-color: #fff;
}
.partner .partner-box {
  display: block;
  height: 130px;
  width: 180px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
#sponsor .partner-box-1 {
  background: url(../im/im-logo.png) no-repeat center center/contain;
}
#sponsor .partner-box-2 {
  background: url(../cybozu/cybozu-logo.png) no-repeat center center/contain;
}
#sponsor .partner-box-3 {
  background: url(../glt/glt-logo.png) no-repeat center center/contain;
}
#sponsor .partner-box-4 {
  background: url(../sb/sb-logo.png) no-repeat center center/contain;
}
#sponsor .partner-box-5 {
  background: url(../tableau/tableau-logo.png) no-repeat center center/contain;
}
#sponsor .partner-box-6 {
  background: url(../marketone/marketone-logo.png) no-repeat center center/contain;
}

#media-sponsor .partner-box-1 {
  background: url(../media/diamond.png) no-repeat center center/contain;
}

#media-sponsor .partner-box-2 {
  background: url(../media/itmediam.png) no-repeat center center/contain;
}

#media-sponsor .partner-box-3 {
  background: url(../media/markezine.png) no-repeat center center/contain;
}

#media-sponsor .partner-box-4 {
  background: url(../media/beyond.png) no-repeat center center/contain;
}

#media-sponsor .partner-box-5 {
  background: url(../media/logmi.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .partner .partner-box {
    margin: 0 auto;
  }
}

/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: #001f4c;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}
