@charset "UTF-8";
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
/* 共通スタイル------------------------- */
body {
  font-family: 'YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
  margin: 0; }

h1, h2, h3, h4 {
  color: #333;
  font-family: 'YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: center; }

h2 {
  margin: 0 0 40px 0;
  font-weight: 600;
  font-size: 32px; }

p {
  font-size: 16px;
  color: #333; }

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

/*
a:hover, a:active, a:focus {
  color: #ae0000;
  outline: none;
}
*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

::-webkit-selection {
  color: #fff;
  background: #00ADB5; }

::-moz-selection {
  color: #fff;
  background: #00ADB5; }

::selection {
  color: #fff;
  background: #00ADB5; }

.contentWrap {
  margin: 0 auto;
  max-width: 1000px; }

.pc_none {
  display: none; }

.bgG {
  padding: 40px 0;
  background-color: #9fa0a0; }

.entryBtn {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 14px 40px 14px 30px;
  border-radius: 6px;
  background-color: #bf9a0e;
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s; }

.entryBtn:after {
  content: "▲";
  position: absolute;
  right: 15px;
  transform: rotate(90deg); }

.entryBtn:hover {
  opacity: 0.8;
  box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.4); }

.fullHouse {
  display: table;
  margin: 0 auto;
  padding: 18px 20px;
  border: 2px solid #e20f0f;
  border-radius: 2px;
  text-align: center;
  color: #e20f0f; }

/* --------------------------- */
/* -------------------------
ヘッダー ここから
------------------------- */
#fh5co-header {
  position: relative;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  background-color: #fff;
  /* navbar-brand */ }
  #fh5co-header .navbar {
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 1000px; }
  #fh5co-header .navbar-brand {
    display: block;
    position: relative; }
    #fh5co-header .navbar-brand img {
      width: 150px;
      padding-top: 1%; }
    #fh5co-header .navbar-brand:after {
      content: "";
      position: absolute;
      display: block;
      margin-left: 0px;
      bottom: 16px; }
    #fh5co-header .navbar-brand:before {
      content: "";
      position: absolute;
      display: block;
      margin-left: 0px;
      bottom: 16px;
      left: 0px;
      background: rgba(250, 85, 85, 0.8); }
  #fh5co-header .navbar-default {
    border: transparent;
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }

/* fh5co-header */
/* -------------------------
タイトルエリア ここから
------------------------- */
.titleArea {
  /* logoBelt */
  /* h1 */
  /* date */ }
  .titleArea .logoBelt {
    margin: 0 0 0px 0;
    padding: 5px 0;
    background-color: #000000;
    /* a */
    /* p */ }
    .titleArea .logoBelt > div {
      position: relative; }
    .titleArea .logoBelt a {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 347px; }
      .titleArea .logoBelt a img {
        width: 100%; }
    .titleArea .logoBelt p {
      text-align: right;
      font-weight: 500;
      font-size: 17px;
      color: #bf9a0e; }
      .titleArea .logoBelt p > span {
        display: block;
        font-weight: 600;
        font-size: 26px; }
  .titleArea .ttlArea {
    padding: 60px 0;
    background-image: url(../images/hd_bg.jpg);
    background-size: contain; }
  .titleArea h1 {
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-size: 60px; }
    .titleArea h1 > span {
      display: block;
      font-size: 26px;
      color: #bf9a0e; }
    .titleArea h1 br {
      display: none; }
  .titleArea .date {
    text-align: center;
    font-weight: 600;
    font-size: 29px; }
    .titleArea .date > span {
      font-size: 70%; }
  .titleArea ul {
    margin: 0 auto 0px auto;
    display: table; }
  .titleArea .detail {
    margin: 0 0 14px 0;
    list-style: none;
    font-weight: 600;
    font-size: 22px;
    color: #333333; }
    .titleArea .detail span {
      display: inline-block;
      margin: 0 12px 0 0;
      padding: 4px 10px;
      border-radius: 5px;
      width: 70px;
      background-color: #bf9a0e;
      text-align: center;
      color: #ffffff; }
    .titleArea .detail strong {
      margin: 0 12px 0 0;
      font-size: 36px; }

/* titleArea */
/* -------------------------
ごあいさつ ここから
------------------------- */
.greetingArea {
  margin: 0 auto 60px auto;
  padding: 60px 0;
  max-width: 800px;
  /* name */ }
  .greetingArea p {
    line-height: 1.6; }
  .greetingArea .name {
    text-align: right;
    font-size: 14px; }
    .greetingArea .name > span {
      margin: 0 0 0 8px;
      font-weight: 600;
      font-size: 16px; }

/* greetingArea */
/* -------------------------
開催概要 ここから
------------------------- */
.summaryArea {
  padding: 50px 0;
  background-color: #eeece4;
  /* table */
  /* td */
  /* tr:last-of-type */ }
  .summaryArea table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 80%;
    color: #333333; }
  .summaryArea th {
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    width: 20%;
    background-color: #e0dccc;
    font-weight: 600;
    font-size: 16px; }
  .summaryArea td {
    padding: 8px 0 8px 12px;
    border-bottom: 1px solid #d3d3d3;
    width: 80%;
    background-color: #ffffff;
    font-size: 16px;
    /* strong */ }
    .summaryArea td strong {
      font-weight: 600;
      font-size: 20px; }
      .summaryArea td strong span {
        font-size: 90%; }
    .summaryArea td .colorG {
      margin: 0 8px 0 0;
      font-size: 28px;
      color: #bf9a0e; }
    .summaryArea td span {
      font-size: 14px; }
    .summaryArea td div {
      display: table;
      float: left; }
      .summaryArea td div > img {
        margin: 0 0 0 8px;
        float: right; }
    .summaryArea td div:first-of-type > img {
      width: 100px; }
    .summaryArea td div:nth-of-type(2) {
      margin: 0 0 0 12px; }
      .summaryArea td div:nth-of-type(2) > img {
        width: 123px; }
  .summaryArea tr:last-of-type th, .summaryArea tr:last-of-type td {
    border-bottom: 0; }

/* summaryArea */
/* -------------------------
プログラム ここから
------------------------- */
.programArea {
  padding: 60px 0;
  /* small */ }
  .programArea .small {
    padding: 0 0 12px 0;
    border-bottom: 2px solid #bf9a0e;
    text-align: right;
    font-size: 11px; }
  .programArea table {
    border-collapse: collapse;
    width: 100%;
    color: #333333; }
  .programArea tr {
    border-bottom: 1px solid #d8d8d8; }
  .programArea th {
    padding: 8px 0;
    width: 20%;
    font-weight: 500;
    font-size: 18px; }
  .programArea td {
    padding: 8px 0 8px 12px;
    font-size: 18px; }
    .programArea td > div {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 32px 0; }
      .programArea td > div .name {
        width: 35%; }
      .programArea td > div .comment {
        font-size: 13px; }
    .programArea td .bd {
      font-weight: 600; }
  .programArea h3 {
    margin: 0 0 12px 0;
    text-align: start; }
    .programArea h3 .ttl {
      display: inline-block;
      margin: 0 0 4px 0;
      padding: 2px 4px;
      background-color: #bf9a0e;
      font-size: 15px;
      color: #ffffff; }
  .programArea h4 {
    text-align: start;
    font-weight: 600;
    color: #bf9a0e; }
  .programArea .name {
    margin: 0 0 12px 0;
    padding: 0 0 0 8px;
    border-left: 1px solid #aaaaaa;
    font-size: 13px; }
    .programArea .name > strong {
      display: block;
      font-weight: 600;
      font-size: 16px; }

/* programArea */
/* -------------------------
出演者プロフィール ここから
------------------------- */
.profileArea {
  /* keynoteArea */
  /* panelArea */ }
  .profileArea .keynoteArea,
  .profileArea .panelArea {
    padding: 40px 0;
    background-color: #eeece4; }
  .profileArea .keynoteArea {
    margin: 0 0 30px 0; }
    .profileArea .keynoteArea > div {
      display: flex;
      flex-wrap: wrap;
      max-width: 800px; }
    .profileArea .keynoteArea .img_block {
      display: block;
      max-width: 230px; }
      .profileArea .keynoteArea .img_block > img {
        width: 100%; }
    .profileArea .keynoteArea .text_block {
      margin: 0 0 0 auto;
      width: 65%; }
    .profileArea .keynoteArea h3 {
      text-align: start; }
  .profileArea h3 {
    margin: 0 0 18px 0;
    font-weight: 600;
    font-size: 24px; }
    .profileArea h3 span {
      display: block;
      color: #bf9a0e; }
  .profileArea .name {
    font-size: 14px; }
    .profileArea .name strong {
      font-weight: 600;
      font-size: 18px; }
  .profileArea .text_box {
    font-size: 12px; }
  .profileArea .panelArea {
    /* flex */ }
    .profileArea .panelArea .title {
      margin: 0 auto 8px auto;
      max-width: 620px;
      font-weight: 600;
      font-size: 22px; }
      .profileArea .panelArea .title span {
        margin: 0 12px 0 0;
        color: #bf9a0e; }
    .profileArea .panelArea .title:nth-of-type(2) {
      margin: 0 auto 32px auto; }
    .profileArea .panelArea h4 {
      margin: 0 0 20px 0;
      font-weight: 600;
      font-size: 23px; }
    .profileArea .panelArea .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto 32px auto; }
      .profileArea .panelArea .flex > div {
        padding: 0 10px;
        box-sizing: border-box;
        width: 33.3333%; }
        .profileArea .panelArea .flex > div > span {
          max-width: 240px; }
        .profileArea .panelArea .flex > div img {
          display: block;
          margin: 0 auto;
          width: 100%; }
    .profileArea .panelArea .bottom {
      margin: 0 auto 0 auto;
      max-width: 240px; }

/* profileArea */
/* -------------------------
会場までのアクセス ここから
------------------------- */
.accessArea {
  padding: 32px 0 60px 0;
  background-color: #eeece4;
  /* img_block */
  /* text_block */ }
  .accessArea > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 820px; }
  .accessArea .img_block {
    max-width: 431px; }
    .accessArea .img_block img {
      width: 100%; }
  .accessArea .text_block {
    width: 45%; }
    .accessArea .text_block h3 {
      text-align: start;
      font-size: 20px;
      font-weight: 600; }
    .accessArea .text_block p {
      font-size: 14px; }
    .accessArea .text_block a {
      text-decoration: underline;
      color: #333333; }
    .accessArea .text_block a:hover {
      text-decoration: none; }

/* accessArea */
/* -------------------------
注意事項 ここから
------------------------- */
.notesArea {
  padding: 32px 0 60px 0;
  background-color: #f2f2f2; }
  .notesArea ul li {
    position: relative;
    margin: 0 0 8px 0;
    padding: 0 0 0 18px;
    list-style: none;
    font-size: 15px;
    color: #333333; }
    .notesArea ul li div {
      position: relative;
      margin: 0 0 0 18px; }
      .notesArea ul li div a {
        margin: 0 0 0 8px;
        text-decoration: underline;
        color: #333333; }
      .notesArea ul li div a:hover {
        text-decoration: none; }
    .notesArea ul li div:before {
      content: "※";
      display: block;
      position: absolute;
      left: -18px; }
  .notesArea ul li:before {
    content: "●";
    display: block;
    position: absolute;
    left: 0; }

/* notesArea */
/* -------------------------
フッター ここから
------------------------- */
.footeraArea {
  padding: 32px 0; }
  .footeraArea p {
    line-height: 2;
    text-align: center; }
    .footeraArea p a {
      color: #333333; }
  .footeraArea span {
    display: block;
    margin: 0 auto 24px auto;
    width: 263px; }
    .footeraArea span > img {
      width: 100%; }
  .footeraArea small {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #333333; }

/* footeraArea */
/* --------------------------------

タブレットここから

----------------------------------*/
@media screen and (max-width: 1000px) {
  /* -------------------------
tb共通
------------------------- */
  .contentWrap {
    margin: 0 auto;
    width: 90%; }
  /* -------------------------
タイトルエリア ここから
------------------------- */
  .titleArea {
    /* h1 */ }
    .titleArea .logoBelt a {
      top: 0; }
    .titleArea h1 {
      font-size: 45px; }
    .titleArea .detail strong {
      font-size: 30px; }
  /* titleArea */
  /* -------------------------
開催概要 ここから
------------------------- */
  .summaryArea {
    /* table */ }
    .summaryArea table {
      width: 100%; }
  /* summaryArea */
  /* -------------------------
プログラム ここから
------------------------- */
  .profileArea {
    /* keynoteArea */
    /* panelArea */ }
    .profileArea .keynoteArea .text_block {
      width: 60%; }
    .profileArea .panelArea .title {
      font-size: 20px; }
  /* profileArea */
  /* -------------------------
会場までのアクセス ここから
------------------------- */
  .accessArea {
    /* text_block */ }
    .accessArea .text_block {
      width: 30%; }
  /* accessArea */ }

/* max-width: 1000px */
/* --------------------------------

スマホここから

----------------------------------*/
@media screen and (max-width: 724px) {
  body > div {
    overflow: hidden; }
  /* -------------------------
SP共通
------------------------- */
  .pc_none {
    display: block; }
  .contentWrap {
    margin: 0 auto;
    width: 90%; }
  h2 {
    margin: 0 0 26px 0;
    font-size: 21px; }
  #fh5co-header .navbar-default {
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box; }
  /* -------------------------
タイトルエリア ここから
------------------------- */
  .titleArea {
    /* logoBelt */
    /* h1 */
    /* date */
    /* ul */ }
    .titleArea .logoBelt {
      margin: 0 0 0px 0;
      padding: 10px 0;
      /* a */
      /* p */ }
      .titleArea .logoBelt a {
        position: static;
        margin: 0 auto;
        max-width: 347px; }
      .titleArea .logoBelt p {
        margin-top: 4px;
        text-align: center;
        font-size: 14px; }
        .titleArea .logoBelt p > span {
          font-size: 18px; }
    .titleArea .ttlArea {
      padding: 20px 0; }
    .titleArea h1 {
      margin: 0 auto 24px auto;
      width: 95%;
      font-size: 35px;
      font-feature-settings: 'pkna'; }
      .titleArea h1 > span {
        margin: 0 0 8px 0;
        font-size: 12px; }
      .titleArea h1 br {
        display: inline; }
    .titleArea .date {
      margin: 0 auto 24px auto;
      width: 95%;
      line-height: 1.2;
      font-size: 27px; }
      .titleArea .date > span {
        font-size: 70%; }
    .titleArea ul {
      margin: 0 auto 0px auto;
      padding: 0;
      width: 95%; }
      .titleArea ul li {
        text-align: center; }
      .titleArea ul .detail > span {
        margin: 0 auto 8px auto; }
    .titleArea .detail {
      margin: 0 0 14px 0;
      line-height: 1.2;
      font-size: 21px;
      color: #333333; }
      .titleArea .detail span {
        display: table;
        margin: 0 0 8px 0;
        padding: 4px 10px;
        font-size: 19px; }
      .titleArea .detail strong {
        display: block;
        margin: 0 12px 8px 0;
        font-size: 28px; }
  /* titleArea */
  /* -------------------------
ごあいさつ ここから
------------------------- */
  .greetingArea {
    margin: 0 auto 30px auto;
    padding: 30px 0; }
    .greetingArea .name > span {
      display: block; }
  /* greetingArea */
  /* -------------------------
開催概要 ここから
------------------------- */
  .summaryArea {
    padding: 30px 0;
    /* td */ }
    .summaryArea th {
      padding: 8px 0;
      font-size: 14px; }
    .summaryArea td {
      width: 80%;
      font-size: 14px;
      /* strong */ }
      .summaryArea td strong {
        font-size: 14px; }
        .summaryArea td strong span {
          font-size: 90%; }
      .summaryArea td .colorG {
        display: block;
        font-size: 20px; }
      .summaryArea td span {
        font-size: 14px; }
      .summaryArea td div {
        display: block;
        float: left;
        width: 50%;
        font-size: 13px;
        font-feature-settings: 'pkna'; }
        .summaryArea td div > img {
          margin: 0 0 0 0px;
          float: none; }
      .summaryArea td div:first-of-type > img {
        width: 60px; }
      .summaryArea td div:nth-of-type(2) {
        margin: 0 0 0 0px; }
        .summaryArea td div:nth-of-type(2) > img {
          width: 85px; }
  /* summaryArea */
  /* -------------------------
プログラム ここから
------------------------- */
  .programArea {
    padding: 30px 0;
    /* small */
    /* td */ }
    .programArea .small {
      padding: 0 0 6px 0; }
    .programArea table {
      overflow: hidden; }
    .programArea tr {
      border: 0; }
    .programArea th {
      display: block;
      padding: 8px 0 8px 12px;
      border-bottom: 1px solid #d8d8d8;
      width: 100%;
      text-align: start; }
    .programArea td {
      display: block;
      border-bottom: 1px solid #d8d8d8;
      width: 100%; }
      .programArea td > div {
        display: block;
        position: relative;
        margin: 0 0 32px 0; }
        .programArea td > div .name {
          width: 100%; }
          .programArea td > div .name br:nth-of-type(2) {
            display: none; }
    .programArea h3 {
      font-size: 18px; }
    .programArea h4 {
      margin: 0 0 12px 0; }
  /* programArea */
  /* -------------------------
出演者プロフィール ここから
------------------------- */
  .profileArea {
    /* keynoteArea */
    /* panelArea */ }
    .profileArea .keynoteArea,
    .profileArea .panelArea {
      padding: 30px 0 20px 0; }
    .profileArea .keynoteArea {
      position: relative;
      margin: 0 0 20px 0; }
      .profileArea .keynoteArea > div {
        display: block;
        padding: 70px 0 0 0; }
      .profileArea .keynoteArea .img_block {
        max-width: 140px; }
      .profileArea .keynoteArea .text_block {
        width: 100%; }
      .profileArea .keynoteArea h3 {
        position: absolute;
        top: 17%;
        left: 5%;
        text-align: start; }
      .profileArea .keynoteArea .name {
        position: absolute;
        left: 180px;
        top: 30%;
        font-size: 14px; }
    .profileArea h3 {
      margin: 0 0 18px 0;
      text-align: start;
      font-size: 16px; }
      .profileArea h3 span {
        display: block;
        color: #bf9a0e; }
    .profileArea .name strong {
      font-weight: 600;
      font-size: 18px; }
    .profileArea .text_box {
      font-size: 12px; }
    .profileArea .panelArea {
      /* flex */ }
      .profileArea .panelArea .title {
        margin: 0 8px 0 0;
        font-size: 16px; }
      .profileArea .panelArea .title:first-of-type {
        margin: 0 0 20px 0; }
      .profileArea .panelArea .title:nth-of-type(2) {
        margin: 0 0 32px 0; }
      .profileArea .panelArea h4 {
        margin: 0 0 20px 0;
        font-size: 23px; }
      .profileArea .panelArea .flex {
        display: block;
        overflow: hidden;
        margin: 0 auto 32px auto;
        max-width: none;
        width: 100%; }
        .profileArea .panelArea .flex > div {
          position: relative;
          box-sizing: border-box;
          margin: 0 0 32px 0;
          width: auto; }
          .profileArea .panelArea .flex > div p {
            width: 100%; }
          .profileArea .panelArea .flex > div .name {
            position: absolute;
            left: 160px;
            top: 0;
            width: 46%;
            font-size: 13px; }
          .profileArea .panelArea .flex > div img {
            display: block;
            margin: 0 auto 0 0;
            width: 140px; }
      .profileArea .panelArea .bottom {
        position: relative;
        max-width: none;
        width: 100%; }
        .profileArea .panelArea .bottom .name {
          position: absolute;
          left: 160px;
          top: 0;
          width: 46%;
          font-size: 13px; }
        .profileArea .panelArea .bottom img {
          margin: 0 auto 0 0;
          width: 140px; }
  /* profileArea */
  /* -------------------------
会場までのアクセス ここから
------------------------- */
  .accessArea {
    padding: 32px 0 40px 0;
    /* img_block */
    /* text_block */ }
    .accessArea > div {
      display: block;
      max-width: none; }
    .accessArea .img_block {
      margin: 0 auto;
      max-width: none;
      width: 100%; }
      .accessArea .img_block img {
        width: 100%; }
    .accessArea .text_block {
      margin: 0 0 40px 0;
      width: 100%; }
  /* accessArea */
  /* -------------------------
注意事項 ここから
------------------------- */
  .notesArea {
    padding: 32px 0 60px 0; }
    .notesArea ul {
      padding: 0;
      /* li */ }
      .notesArea ul li {
        margin: 0 0 8px 0; }
        .notesArea ul li div {
          margin: 10px 0 20px 18px; }
          .notesArea ul li div a {
            display: block;
            margin: 0 0 0px 8px;
            text-decoration: underline;
            color: #333333; }
  /* notesArea */ }

/* max-width: 724px */

/*# sourceMappingURL=style.css.map */