﻿@charset "UTF-8";

body {
  color: #000;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo,  sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  padding: 75px 0 0 0;
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) {
  body {
    padding: 52px 0 0 0;
    min-width: 300px;
  }
}

a:link, a:visited, a:link li, a:visited li {
  color: #1D9EDF;
}

a:link, a:visited {
  text-decoration: none;
}

a {
  text-decoration: underline;
  word-break: break-all;
}

.forSp, .forNotPc {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.container:before, .container:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------header--------------------*/

@media only screen and (max-width: 640px) {
  .forPc, .forTab, .forNotSp {
    display: none;
  }
  .forSp {
    display: block;
  }
  .container {
    width: auto;
  }
}

header {
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  padding-top: 17px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: solid 1px #d9d9d9;
  position: fixed;
  z-index: 100;
}

header .container { padding: 0 15px;}

header .headerLogo {
  margin: 0 15px 0 0;
  display: inline-block;
}

header .btns {
  float: right;
  margin: 0 0 0 0;
}

header .btns .btn {
  text-align: center;
  width: 170px;
  margin-left: 20px;
  padding: 5px 15px;
  background: #53B324;
  border: solid 1px #53B324;
  border-radius: 3px;
  display: block;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4);
}

header .btns .btn:hover {
  background: #50c731;
}

header .btns .btn span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 30px;
  background: url(../img/bg-icon-mail-header.png) no-repeat 0 0;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  header {
    height: 52px;
    padding-top: 10px;
  }
  header .container { padding: 0;}
  header .headerLogo {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  header .btns {
    margin: 0 10px 0 0;
  }
  header .btns .btn {
    width: 95px;
    margin-left: 0px;
    padding: 2px 5px;
  }
  header .btns .btn span {
    font-size: 10px;
    padding-left: 20px;
    background-size: 15px auto;
    background-position: left center;
  }
}

/*--------------------footer--------------------*/

footer {
  padding: 30px 0 10px 0;
  position: relative;
  background-color: #fff;
}

footer .container { padding: 0 15px;}

footer p {
  font-size: 10px;
  color: #666;
  margin-bottom: 0;
}

footer .goToTop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

footer .goToTop a:hover {
  opacity: 0.8;
}

footer ul.items {
  background: none;
  padding: 0;
  font-size: 12px;
  overflow: hidden;
  margin: 0;
}

footer ul.items li.external {
  float: left;
  margin: 0 20px 20px 0;
  background: url(../img/bg-icon-external-footer.png) no-repeat 0 0.3em;
}

footer ul.items li.external a {
  padding-left: 25px;
  background: none;
  color: #666;
}

footer p.copyright {
  color: #666;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  footer {
    width: 100%;
    padding: 20px 0 10px 0;
  }
  footer .container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  footer .goToTop {
    display: none;
  }
  footer ul.items {
    margin: 0 0 10px 0;
  }
  footer ul.items li.external {
   float: none;
   margin: 0 20px 10px 0;
  }
}

/*--------------------content--------------------*/

.content {
  margin: 0 auto;
  width: 800px;
}

.copy-area .content {
  width: 870px;
}

.sp-only { display: none;}

/*--------------------mv--------------------*/

.mv { position: relative;}

.mv-txt-wap {
  height: 505px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.mv .content {
  height: 100%;
  position: relative;
  width: 1200px;
}

.mv img {
  position: relative;
  vertical-align: bottom;
  width: 100%;
  z-index: 0;
}

h1 {
  color: #003275;
  font-size: 100px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -.03em;
  left: 8%;
  position: absolute;
  top: 15%;
  text-shadow: -4px 4px 8px rgba(0,0,0,.2);
  z-index: 1;
}

h1 span.min {
  display: block;
  font-size: 60px;
}

h1 span { font-size: 70px;}

/*----------mv-seminar-info----------*/

.mv-seminar-info {
  background: rgba(255,255,255,.8);
  border-radius: 10px;
  bottom: 15%;
  font-size: 16px;
  left: 8%;
  padding: 30px;
  position: absolute;
  z-index: 1;
}

.mv-seminar-info p + p { margin-top: 10px;}

.mv-seminar-info span {
  background: #004986;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  padding: 3px 15px;
}

/*----------mv-period----------*/

.mv-period {
  background: #f03e3e;
  border-radius: 10px;
  bottom: 15%;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 40px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

/*--------------------copy-area--------------------*/

.copy-area {
  background: url(../img/hci-seminar1806/copy-area-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding: 100px 0;
  text-align: center;
}

.copy-area h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.copy-area p { margin: 50px 0;}

.copy-area p:last-child {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

.copy-area p strong{
  font-size: 24px;
  font-weight: bold;
}

/*--------------------seminar-area--------------------*/

.seminar-area {
  background: #f5f5f5;
  padding: 70px 0 60px;
}

.seminar-info + .seminar-area{
  background-color: #FFF;
  padding-top:0;
}

.seminar-area.additional-seminar {
  background:#FFF;
}

.seminar-area h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
  text-align: center;
}

.seminar-area h2 span {
  color: #979695;
  font-size: 15px;
}

.seminar-area h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 55px;
}

.additional-seminar{
  text-align: center;
  padding: 30px 20px 50px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 7px rgba(0,0,0,.4);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.additional-seminar:before{
  position: absolute;
  top:0;
  left:0;
  content:url(../img/hci-seminar1806/benefits-icont.png);
}

.additional-seminar dt{
  font-size:30px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#f03e3e;
}

.additional-seminar dd{
  font-size: 20px;
}

/*----------seminar-area-table----------*/

.seminar-area table {
  box-shadow: 0 0 7px rgba(0,0,0,.4);
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

.seminar-area tr:last-child th {
  border-radius:  0 0 0 5px;
  border-bottom: none;
}
.seminar-area tr:last-child td {
  border-radius:  0 0 5px 0;
  border-bottom: none;
}

.seminar-area tr + tr th,
.seminar-area tr + tr td { border-bottom: 1px solid #dfdfdf;}

.seminar-area th {
  background: #f3f3f7;
  padding: 20px;
  text-align: right;
  vertical-align: middle;
  width: 15%;
}

.seminar-area td {
  background: #fff;
  padding: 20px;
  position: relative;
  vertical-align: middle;
}

.seminar-area th.main-tit {
  background: #004986;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.seminar-area td p {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seminar-area td a {
  border: 1px solid #009ef1;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  padding: 7px 0;
  text-align: center;
}

.seminar-area td a:hover { opacity: .8;}

.seminar-area td a span {
  background: url(../img/hci-seminar1806/seminar-btn-arrow.jpg) no-repeat left center;
  display: inline-block;
  padding-left: 10px;
}


/*--------------------entry-btn--------------------*/

.entry-btn {
  margin: 40px auto 0;
  width: 520px;
}

.entry-btn a {
  background: #f03e3e;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
}

.entry-btn a:hover { opacity: .8;}

.entry-btn a span {
  display: inline-block;
  position: relative;
}

.entry-btn a span:after {
  background: url(../img/hci-seminar1806/entry-btn-arrow.jpg) no-repeat center center;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------seminar-info--------------------*/

.seminar-info { padding: 60px 0 50px;}

.seminar-info h3 {
  background: #004986;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}

.seminar-info table + h3 { margin-top: 60px;}

.seminar-info table {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
}

.seminar-info th,
.seminar-info td {
  background: #f3f3f7;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  vertical-align: middle;
}

.seminar-info th {
  text-align: center;
  width: 15%;
}

.seminar-info td span {
  color: #f03e3e;
  display: inline-block;
  margin-left: 30px;
}

/*----------seminar-table-info----------*/

.seminar-info .seminar-table-info th { background: #cdecfe;}

.seminar-info .seminar-table-info th span { color: #323232;}

.seminar-info .seminar-table-info td {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.seminar-info .seminar-table-info + .seminar-table-info th { border-top: 1px solid #b2cfdf;}

.seminar-info .seminar-table-info td p + p { margin-top: 10px;}

.seminar-tit {
  font-size: 18px;
  font-weight: bold;
  text-indent: -.6em;
}

.compant-name {
  color: #004986;
  font-weight: bold;
  text-align: right;
}

.event-logo {
  position: absolute;
  right: 20px;
  top: 5px;
}

/*----------break----------*/

.break td { border-left: none;}

/*----------overview----------*/

.overview td {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*--------------------contact-area--------------------*/

.contact-area {
  background: #f5f4f9;
  padding: 50px 0;
}

.contact-area h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.contact-area a {
  background: url(../img/hci-seminar1806/contact-btn-arrow.jpg) no-repeat 95% center,#00479d;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  padding: 15px 0;
  text-align: center;
}

.contact-area a:hover { opacity: .8;}

.contact-area a span { font-weight: bold;}

.contact-area .ano {
  font-size: 14px;
  line-height: 1.5;
  left: -40px;
  margin-top: 40px;
  position: relative;
  width: 880px;
}

.contact-area .btn {
  margin: 0 auto;
  width: 80%;
}

/*------------------------------sp------------------------------*/

@media only screen and (max-width: 640px) {

/*--------------------content--------------------*/

.content, .copy-area .content{ width: 90%;}

.sp-only { display: block;}

.sp-none { display: none;}

/*--------------------mv--------------------*/

h1 {
  font-size: 9vw;
  left: 3%;
  top: 5vw;
}

h1 span.min { font-size: 6vw;}

h1 span { font-size: 6vw;}

.mv-txt-wap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.mv .content { width: 100%;}

/*----------mv-seminar-info----------*/

.mv-seminar-info {
  bottom: 18vw;
  font-size: 2.5vw;
  font-weight: bold;
  left: 3%;
  padding: 2vw 2.5vw;
}

.mv-seminar-info dl {
  display: table;
  width: 100%;
}

.mv-seminar-info dd {
  display: table-cell;
  vertical-align: top;
}

.mv-seminar-info dd:first-child { width: 13vw;}

.mv-seminar-info span {
  display: block;
  margin: 0 2vw 1vw 0;
  padding: 2px 0;
  text-align: center;
}

.mv-seminar-info p + p { margin-top: 1vw;}

/*----------mv-period----------*/

.mv-period {
  border-radius: 10px;
  bottom: 5vw;
  font-size: 4vw;
  left: 3%;
  padding: 2.5vw 0;
  right: auto;
  width: 68vw;
}

/*--------------------copy-area--------------------*/

.copy-area {
  font-size: 3.3vw;
  padding: 10vw 0;
}

.copy-area h2 {
  font-size: 4vw;
  line-height: 1.3;
}

.copy-area p {
  margin: 6vw 0;
  font-size: 3.3vw;
}

.copy-area p:last-child,
.copy-area p strong { font-size: 3.8vw;}

/*--------------------seminar-area--------------------*/

.seminar-area { padding: 7vw 0 6vw;}

.seminar-area h2 {
  font-size: 5vw;
  margin-bottom: 6vw;
}

.seminar-area h2 span { font-size: 3.2vw;}

.seminar-area h3 {
  font-size: 5.5vw;
  line-height: 1.5;
  margin-bottom: 5.5vw;
  text-align: center;
}

/*----------seminar-area-table----------*/

.seminar-area table { font-size: 3.3vw;}

.seminar-area th {
  padding: 5vw 3vw;
  width: auto;
}

.seminar-area td {
  line-height: 1.5;
  padding: 5vw 3vw;
}

.seminar-area th.main-tit {
  font-size: 4.8vw;
  padding: 4vw 0;
}

.seminar-area td p {
  margin-top: 3vw;
  position: static;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.seminar-area td a {
  font-size: 3.5vw;
  padding: 1.5vw 0;
}

/*--------------------entry-btn--------------------*/

.entry-btn {
  margin: 8vw auto 0;
  width: 80%;
}

.entry-btn a {
  font-size: 4.5vw;
  padding: 4vw 0;
}

.entry-btn a span:after {
  background-size: 100%;
  right: -15px;
  width: 7px;
}

/*--------------------seminar-info--------------------*/

.seminar-info { padding: 8vw 0;}

.seminar-info h3 {
  font-size: 4.5vw;
  padding: 4vw 0;
}

.seminar-info table + h3 { margin-top: 8vw;}

.seminar-info th,
.seminar-info td {
  font-size: 3.5vw;
  padding: 4vw;
  vertical-align: middle;
}

.seminar-info th {
  width: auto;
  white-space: nowrap;
}

.seminar-info td span {
  display: block;
  font-size: 3.6vw;
  margin: 1vw 0 0;
}

.compant-name { font-size: 3.1vw;}

/*----------seminar-table-info----------*/

.seminar-info .seminar-table-info td { font-size: 3.4vw;}

.seminar-info .seminar-table-info td p + p { margin-top: 5px;}

.seminar-tit { font-size: 3.8vw;}

.event-logo {
  maegin-bottom: 1vw;
  position: static;
  text-align: right;
}

/*----------overview----------*/

.overview td { font-size: 3.5vw;}

/*--------------------contact-area--------------------*/

.contact-area { padding: 8vw 0;}

.contact-area h2 {
  font-size: 5vw;
  margin-bottom: 5vw;
}

.contact-area a {
  background: url(../img/hci-seminar1806/contact-btn-arrow.jpg) no-repeat 95% center,#00479d;
  font-size: 3.3vw;
  line-height: 1.5;
  padding: 4vw 0;
}

.contact-area a span { font-size: 3.8vw}

.contact-area .ano {
  font-size: 2.7vw;
  left: 0;
  margin-top: 5vw;
  position: static;
  width: 100%;
}

}
