@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* ---------------------------
共通CSS
--------------------------- */
a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

/* リンクボタン------------------ */
.button {
  display: block;
  position: relative;
  margin: 0 auto 60px auto;
  padding: 40px 0 30px;
  clear: both;
  background-color: #f1f1f1;
  text-align: center;
  text-decoration: none;
  /* a */ }
  .button a {
    display: table;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto 30px auto;
    padding: 20px 30px;
    border-radius: 8px;
    background-color: #D49326;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    transition: 0.3s; }
    .button a:hover {
      top: 3px;
      left: 3px;
      box-shadow: 1px 1px rgba(0, 0, 0, 0.4);
      background-color: #e0b978; }

/* button */
.deadline {
  text-align: center;
  font-size: 20px; }
  .deadline .small {
    display: block;
    margin: 12px 0 0 0;
    line-height: 1.5;
    font-size: 14px; }
    .deadline .small strong {
      font-size: 16px;
      color: #ff0000; }

/* deadline */
.note {
  font-size: 12px;
  /* a */ }
  .note strong {
    display: block;
    margin-bottom: 8px; }
  .note span {
    display: block;
    margin-top: 12px;
    text-align: center; }
  .note a {
    display: block;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    color: #D49326; }
    .note a:hover {
      top: 0px;
      left: 0px;
      text-decoration: none;
      box-shadow: none;
      background-color: transparent; }

/* note */
p {
  font-size: 16px; }

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

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

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

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

.only_sp {
  display: none; }

section {
  margin-bottom: 60px;
  padding-bottom: 40px; }
  section h2 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 34px;
    color: #333;
    text-transform: uppercase; }

/* section */
/* -----------------------
ダイヤモンド社 ヘッダー
----------------------- */
#diamondHeader {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  /* navbar-brand */ }
  #diamondHeader .navbar {
    margin-bottom: 0;
    padding-bottom: 0; }
  #diamondHeader .navbar-default {
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    border: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    background: #fff; }
  #diamondHeader .navbar-brand {
    display: block;
    position: relative;
    float: left; }
    #diamondHeader .navbar-brand img {
      padding-top: 3%;
      width: 150px; }
    #diamondHeader .navbar-brand:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 16px;
      margin-left: 0px; }
    #diamondHeader .navbar-brand:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 16px;
      left: 0px;
      margin-left: 0px;
      background: rgba(250, 85, 85, 0.8); }

/* diamondHeader */
/* -------------------------------
タイトル ヘッダー
------------------------------- */
#header {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
  background-image: url(../images/img_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #fff;
  /* h1 */
  /* dateRow */
  /* summary */
  /* price */ }
  #header .text-wrap {
    display: table;
    position: relative;
    z-index: 4;
    width: 100%; }
  #header img.logo_dq {
    display: block;
    margin: 90px auto 0;
    width: 441px; }
  #header h1 {
    margin-bottom: 30px;
    padding: 0 2%;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
    font-size: 27px;
    /* span */ }
    #header h1 > span {
      font-size: 18px;
      /* sub */ }
      #header h1 > span.m_ttl {
        display: inline-block;
        font-size: 27px; }
      #header h1 > span:first-of-type {
        display: table;
        margin: 0 auto 12px auto;
        padding: 4px 8px;
        border: 1px solid #333; }
      #header h1 > span.sub > span {
        position: relative;
        display: table;
        margin: 0 auto;
        border: 0; }
        #header h1 > span.sub > span:before, #header h1 > span.sub > span:after {
          content: "";
          position: absolute;
          bottom: 25px;
          display: block;
          width: 30px;
          height: 2px;
          background-color: #333; }
        #header h1 > span.sub > span:before {
          left: -50px; }
        #header h1 > span.sub > span:after {
          right: -35px; }
  #header .dateRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 840px;
    /* hd-cts */ }
    #header .dateRow .hd-cts {
      box-sizing: border-box;
      width: 50%;
      /* p */ }
      #header .dateRow .hd-cts > dl {
        display: table;
        margin: 0 auto; }
      #header .dateRow .hd-cts dd {
        margin: 0; }
      #header .dateRow .hd-cts .times {
        display: inline-block;
        float: left;
        padding: 5px;
        background-color: #333;
        font-weight: normal;
        font-size: 19px;
        color: #fff; }
      #header .dateRow .hd-cts p {
        margin: 0; }
        #header .dateRow .hd-cts p.add {
          margin-top: 5px;
          margin-left: 80px;
          line-height: 1.4;
          font-size: 14px; }
      #header .dateRow .hd-cts h2,
      #header .dateRow .hd-cts h3 {
        text-align: left;
        color: #333; }
      #header .dateRow .hd-cts h2 {
        margin-left: 80px;
        margin-bottom: 0px;
        font-weight: bold;
        font-feature-settings: "palt";
        font-size: 30px; }
      #header .dateRow .hd-cts h3 {
        font-size: 18px; }
        #header .dateRow .hd-cts h3 span {
          margin-left: 80px;
          font-weight: bold;
          font-size: 22px;
          color: #BC771A; }
  #header .summary {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 500px; }
    #header .summary dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      box-sizing: border-box; }
    #header .summary dt {
      box-sizing: border-box;
      width: 20%; }
    #header .summary dd {
      margin: 0;
      padding: 0 0 0 14px;
      box-sizing: border-box;
      width: 80%; }
    #header .summary h2 {
      display: table;
      padding: 4px 20px;
      border: 1px solid #000000;
      background-color: #ffffff;
      letter-spacing: 0px;
      font-size: 17px; }
    #header .summary p {
      margin: 0; }
  #header .price .box {
    font-size: 17px;
    border: 1px solid #333;
    display: inline-block;
    padding: 5px;
    margin: 0 20px 10px 0;
    float: left;
    color: #333; }
  #header .price p {
    margin: 0;
    line-height: 1.2;
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 26px;
    color: #333; }
  #header .button {
    background: none;
    padding: 15px 0 0px; }
    #header .button a {
      margin-bottom: 0; }

/* header */
/* -------------------------------
ごあいさつ
------------------------------- */
#greeting {
  border-bottom: 1px solid #D49326;
  background-color: #fff;
  /* p */ }
  #greeting p {
    margin: 0 auto;
    padding: 20px 0;
    width: 800px; }
    #greeting p.lead {
      text-align: left;
      line-height: 1.6;
      font-size: 15px; }
    #greeting p.name {
      text-align: right;
      font-size: 14px; }
      #greeting p.name span {
        display: inline-block;
        margin-left: 6px;
        font-weight: 600; }

/* greeting */
/* -------------------------------
開催概要
------------------------------- */
#summary {
  margin: 0 auto;
  max-width: 1000px; }
  #summary h2 {
    padding-bottom: 40px; }
  #summary .team-box {
    position: relative;
    margin: 0 5% 5%;
    padding: 5%;
    padding-top: 2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 80%;
    background: #fff;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    /* table */ }
    #summary .team-box table {
      display: table;
      table-layout: fixed;
      margin-bottom: 30px;
      border: 2px solid #d6ceb4;
      border-collapse: collapse;
      width: 100%;
      line-height: 1.5;
      /* td */ }
      #summary .team-box table tr {
        border-bottom: dotted 1px #e0dccc; }
        #summary .team-box table tr.column td {
          width: 40%; }
      #summary .team-box table th {
        padding: 8px 10px;
        border-top: solid 1px #ffffff;
        box-sizing: border-box;
        width: 15%;
        background-color: #eeece4;
        text-align: center;
        vertical-align: middle;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        color: #13131e; }
      #summary .team-box table td {
        padding: 8px 10px;
        box-sizing: border-box;
        background-color: #ffffff;
        text-align: left;
        vertical-align: top;
        word-break: break-all;
        word-wrap: break-word;
        font-feature-settings: "palt";
        font-size: 16px;
        color: #595960;
        /* tx13 */
        /* p */
        /* times */
        /* department */ }
        #summary .team-box table td.box-r {
          padding-left: 30px;
          padding-right: 30px;
          box-sizing: border-box;
          width: 45% !important;
          border-left: 1px solid #eeece4; }
        #summary .team-box table td.box-l {
          padding-left: 30px;
          padding-right: 30px;
          box-sizing: border-box;
          width: 40% !important; }
        #summary .team-box table td.tx13 {
          vertical-align: bottom;
          font-size: 13px; }
          #summary .team-box table td.tx13 span {
            margin-right: 0.5em;
            font-weight: bold;
            font-size: 18px; }
          #summary .team-box table td.tx13 p {
            font-size: 16px;
            margin-left: 0; }
            #summary .team-box table td.tx13 p span {
              font-size: 16px;
              color: #fff;
              background-color: #333;
              font-weight: normal;
              padding: 3px; }
        #summary .team-box table td p {
          margin: 0 0 0 0px; }
          #summary .team-box table td p span {
            font-size: 13px;
            line-height: 1.4;
            display: inline-block; }
        #summary .team-box table td .times {
          margin: 0;
          line-height: 1.5;
          font-weight: bold;
          font-size: 19px; }
          #summary .team-box table td .times span {
            font-size: 15px;
            color: #fff;
            background-color: #333;
            font-weight: normal;
            padding: 5px;
            margin-right: 10px; }
        #summary .team-box table td dd {
          margin-left: 60px;
          font-size: 14px; }
        #summary .team-box table td.department {
          /* dt */ }
          #summary .team-box table td.department dl {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around; }
          #summary .team-box table td.department dt {
            width: 15%; }
            #summary .team-box table td.department dt h3 {
              display: table-cell;
              margin: 0 auto;
              padding: 5px;
              background-color: #333;
              line-height: 1.5;
              font-weight: normal;
              font-size: 15px;
              color: #fff; }
          #summary .team-box table td.department dd {
            margin: 0;
            width: 85%; }

/* summary */
/* -------------------------
講師陣
------------------------- */
#teacher {
  margin: 60px auto 60px auto;
  padding-bottom: 0;
  max-width: 1000px;
  width: 100%;
  /* teacherWrap */
  /* teacherWrap */
  /* middle */ }
  #teacher .teacherWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 60px auto;
    /* h3 */ }
    #teacher .teacherWrap h3 {
      margin: 0 auto 20px auto;
      padding: 5px;
      border-bottom: 1px solid #d6ceb4;
      width: 100%;
      line-height: 1.5; }
      #teacher .teacherWrap h3 span {
        font-size: 14px; }
        #teacher .teacherWrap h3 span.sub {
          display: block; }
  #teacher .teacherBox {
    display: flex;
    flex-wrap: wrap;
    /* imgBox */
    /* profileBox */ }
    #teacher .teacherBox .imgBox {
      width: 30%; }
      #teacher .teacherBox .imgBox img {
        width: 100%; }
    #teacher .teacherBox .profileBox {
      width: 70%;
      /* h4 */ }
      #teacher .teacherBox .profileBox h4 {
        padding-left: 15px;
        text-align: left;
        font-size: 14px; }
        #teacher .teacherBox .profileBox h4 span {
          display: block;
          font-weight: bold;
          font-size: 20px; }
        #teacher .teacherBox .profileBox h4.small {
          font-size: 12px; }
      #teacher .teacherBox .profileBox p {
        padding-left: 15px;
        font-size: 12px; }
  #teacher .middle .teacherBox {
    display: block; }
  #teacher .middle_sub {
    display: flex; }
  #teacher .middle .teacherBox,
  #teacher .bottom .teacherBox {
    width: 46%; }

/* teacher */
/* -------------------------
プログラム
------------------------- */
#fh5co-testimony {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  /* team-box */
  /* table.program */ }
  #fh5co-testimony h2 {
    margin-bottom: 40px; }
  #fh5co-testimony .team-box {
    position: relative;
    padding: 2em 5%;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px; }
  #fh5co-testimony p.note {
    margin: 0px 0 10px;
    text-align: right;
    line-height: 1.5;
    font-size: 13px;
    color: #555; }
  #fh5co-testimony table {
    margin-bottom: 10px;
    border-collapse: collapse;
    border-top: solid 2px #D49326;
    border-bottom: solid 2px #D49326;
    border-bottom: solid 2px #D49326;
    width: 100%;
    line-height: 1.5;
    /* td */
    /* h3 */ }
    #fh5co-testimony table tr:first-of-type td, #fh5co-testimony table tr:first-of-type th {
      border-top: 0; }
    #fh5co-testimony table tr {
      border-top: solid 1px #aaaaaa; }
    #fh5co-testimony table th {
      overflow: hidden;
      padding: 6px 15px 5px;
      width: 20%;
      background-color: #ffffff;
      vertical-align: middle;
      text-align: left;
      word-break: break-all;
      word-wrap: break-word;
      white-space: nowrap;
      font-style: normal;
      font-size: 16px;
      color: #13131e; }
    #fh5co-testimony table td {
      overflow: hidden;
      padding: 10px 10px;
      text-align: left;
      vertical-align: middle;
      word-break: break-all;
      word-wrap: break-word;
      font-size: 15px;
      color: #595960;
      /* span */
      /* name */ }
      #fh5co-testimony table td > div {
        display: flex; }
      #fh5co-testimony table td span {
        display: block;
        margin: 0 8px 0 0;
        max-width: 115px; }
        #fh5co-testimony table td span img {
          width: 100%; }
      #fh5co-testimony table td .name {
        font-size: 15px;
        color: #333333; }
        #fh5co-testimony table td .name strong {
          font-size: 18px; }
          #fh5co-testimony table td .name strong:nth-of-type(2) {
            margin-left: 12px; }
    #fh5co-testimony table td:first-of-type {
      width: 50%; }
    #fh5co-testimony table td:nth-of-type(2) {
      width: 50%; }
    #fh5co-testimony table h3 {
      text-align: left;
      margin: 0;
      font-feature-settings: "palt"; }
      #fh5co-testimony table h3 > strong {
        font-size: 18px; }
      #fh5co-testimony table h3 > span {
        display: block;
        line-height: 1.5;
        font-size: 15px; }

/* fh5co-testimony */
#fh5co-footer {
  clear: both;
  background-color: #fff;
  width: 80%;
  margin: 0 10%; }
  #fh5co-footer .row > div {
    float: left; }
    #fh5co-footer .row > div.ft_tx {
      width: 60%; }
    #fh5co-footer .row > div.ft_map {
      width: 40%; }
      #fh5co-footer .row > div.ft_map img {
        width: 100%;
        margin-bottom: 40px; }
    #fh5co-footer .row > div ul.contact-info {
      margin: 0;
      padding: 0; }
      #fh5co-footer .row > div ul.contact-info li {
        color: #333;
        font-size: 16px;
        line-height: 1.6;
        list-style: none;
        margin: 0 0 10px 0; }
  #fh5co-footer a {
    text-decoration: underline;
    color: #333; }
    #fh5co-footer a:hover {
      color: #333 !important;
      text-decoration: none; }
  #fh5co-footer .section-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    text-align: left; }

/* -------------------------
事務局情報
------------------------- */
#fh5co-explore {
  padding: 30px 0;
  clear: both;
  background-color: #595757; }
  #fh5co-explore p {
    text-align: center;
    color: #fff; }
    #fh5co-explore p.name {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 700;
      margin: 0 0 20px; }
    #fh5co-explore p.notes {
      font-size: 15px;
      line-height: 1.5;
      margin: 0 0 20px; }
      #fh5co-explore p.notes span {
        display: inline-block; }
    #fh5co-explore p.copyright {
      font-size: 13px;
      line-height: 1.5;
      margin: 0 0 20px; }
    #fh5co-explore p a {
      color: #fff;
      text-decoration: underline; }
      #fh5co-explore p a:hover {
        text-decoration: underline; }

/* fh5co-explore */
.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0px; }
  .section-heading h2 {
    margin: 0 0 20px 0;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 2px; }
    .section-heading h2 span {
      position: relative; }
      .section-heading h2 span:after {
        content: "";
        position: absolute;
        display: block; }
      .section-heading h2 span:before {
        content: "";
        position: absolute;
        display: block; }
  .section-heading h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #747474;
    position: relative;
    display: block;
    padding-bottom: 3px; }

/* ------------------------------------
TBここから
------------------------------------ */
@media screen and (max-width: 1000px) {
  /* -------------------------------
タイトル ヘッダー
------------------------------- */
  #header {
    /* dateRow */ }
    #header .dateRow {
      width: 90%;
      /* hd-cts */ }
      #header .dateRow .hd-cts {
        /* p */ }
        #header .dateRow .hd-cts .times {
          display: inline-block;
          font-size: 20px; }
        #header .dateRow .hd-cts > dl {
          display: block;
          width: 90%; }
        #header .dateRow .hd-cts dt {
          margin: 0 12px 0 0; }
        #header .dateRow .hd-cts p {
          margin: 0; }
          #header .dateRow .hd-cts p.add {
            margin-top: 5px;
            margin-left: 80px;
            line-height: 1.4;
            font-size: 14px; }
        #header .dateRow .hd-cts h2 {
          margin-left: 60px;
          margin-bottom: 0px;
          font-weight: bold;
          font-feature-settings: "palt";
          font-size: 20px; }
        #header .dateRow .hd-cts h3 {
          font-size: 14px; }
          #header .dateRow .hd-cts h3 span {
            margin-left: 0px;
            font-weight: bold;
            font-size: 14px;
            color: #BC771A; }
    #header .button {
      margin: 0; }
  /* header */
  /* -------------------------------
ごあいさつ
------------------------------- */
  #greeting {
    margin: 0 auto 60px auto;
    width: 90%; }
    #greeting p {
      width: auto; }
  /* greeting */
  /* -------------------------------
開催概要
------------------------------- */
  #summary {
    /* team-box */ }
    #summary .team-box table td .times {
      font-size: 16px; }
    #summary .team-box table td.department dl {
      display: block; }
    #summary .team-box table td.department dt {
      margin-bottom: 12px;
      width: 100%; }
    #summary .team-box table tr.column td {
      padding: 0 0 0 8px;
      width: 40% !important; }
  /* summary */
  /* -------------------------
講師陣
------------------------- */
  #teacher {
    margin: 60px auto 0px auto;
    width: 90%; }
  /* ------------------------
プログラム
------------------------ */
  #fh5co-testimony {
    margin: 0 auto;
    width: 90%; } }

/* max-width: 1000px */
/* ------------------------------------
SPここから
------------------------------------ */
@media (max-width: 480px) {
  .only_sp {
    display: block; }
  #diamondHeader .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px; }
  #diamondHeader .navbar-brand {
    padding: 0 3%; }
  /* diamondHeader */
  .button a {
    margin-bottom: 30px; }
  .deadline {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    text-align: center;
    font-size: 18px; }
    .deadline .small {
      text-align: left; }
  /* deadline */
  .note {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    text-align: left;
    /* a */ }
    .note strong {
      text-align: center; }
    .note span {
      margin-bottom: 8px;
      text-align: center; }
      .note span:first-of-type {
        margin-top: 12px; }
    .note a {
      display: inline;
      margin: 0;
      padding: 0px;
      border-radius: 0px;
      background-color: transparent;
      box-shadow: none;
      text-decoration: underline;
      font-weight: bold;
      font-size: 12px;
      color: #D49326; }
      .note a:hover {
        top: 0px;
        left: 0px;
        text-decoration: none;
        box-shadow: none;
        background-color: transparent; }
  /* note */
  /* -------------------------------
タイトル ヘッダー
------------------------------- */
  #header {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    background-image: url(../images/img_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-color: #fff;
    /* h1 */
    /* dateRow */
    /* summary */
    /* price */ }
    #header .text-wrap {
      display: table;
      position: relative;
      z-index: 4;
      width: 100%; }
    #header img.logo_dq {
      display: block;
      margin: 90px auto 20px auto;
      width: 90%; }
    #header h1 {
      margin-bottom: 30px;
      padding: 0 2%;
      text-transform: uppercase;
      line-height: 1.4;
      font-weight: bold;
      font-size: 24px;
      /* span */ }
      #header h1 br {
        display: none; }
      #header h1 span {
        display: block;
        margin-bottom: 4px;
        font-size: 14px; }
        #header h1 span br {
          display: block; }
        #header h1 span.m_ttl {
          display: inline-block;
          font-size: 24px; }
        #header h1 span:first-of-type {
          padding: 4px 8px;
          border: 1px solid #333; }
        #header h1 span.sub > span {
          position: relative; }
          #header h1 span.sub > span:before, #header h1 span.sub > span:after {
            content: "";
            position: absolute;
            bottom: 20px;
            display: block;
            width: 25px;
            height: 1px;
            background-color: #333; }
          #header h1 span.sub > span:before {
            left: -30px; }
          #header h1 span.sub > span:after {
            right: -30px; }
    #header .dateRow {
      display: block;
      margin: 0 auto;
      width: 100%;
      /* hd-cts */ }
      #header .dateRow .hd-cts {
        margin: 0 auto;
        box-sizing: border-box;
        width: 90%;
        /* p */ }
        #header .dateRow .hd-cts:nth-of-type(2) {
          border-left: 0; }
        #header .dateRow .hd-cts > dl {
          display: block;
          margin-bottom: 10px; }
        #header .dateRow .hd-cts .times {
          display: inline-block;
          font-size: 14px; }
        #header .dateRow .hd-cts p {
          margin: 0; }
          #header .dateRow .hd-cts p.add {
            margin-top: 5px;
            margin-left: 80px;
            line-height: 1.4;
            font-size: 14px; }
        #header .dateRow .hd-cts h2,
        #header .dateRow .hd-cts h3 {
          text-align: left;
          color: #333; }
        #header .dateRow .hd-cts h2 {
          margin-left: 60px;
          margin-bottom: 0px;
          font-weight: bold;
          font-feature-settings: "palt";
          font-size: 18px; }
        #header .dateRow .hd-cts h3 {
          margin-left: 60px;
          font-size: 12px; }
          #header .dateRow .hd-cts h3 span {
            font-weight: bold;
            font-size: 14px;
            color: #BC771A; }
    #header .summary {
      display: block;
      margin: 0 auto 60px auto;
      width: 80%; }
      #header .summary dt {
        width: 20%; }
      #header .summary dd {
        width: 80%; }
      #header .summary h2 {
        display: table;
        padding: 2px 3px;
        border: 1px solid #000000;
        font-size: 14px; }
      #header .summary p {
        margin: 0;
        font-size: 14px; }
    #header .price .box {
      font-size: 17px;
      border: 1px solid #333;
      display: inline-block;
      padding: 5px;
      margin: 0 20px 10px 0;
      float: left;
      color: #333; }
    #header .price p {
      margin: 0;
      line-height: 1.2;
      font-feature-settings: "palt";
      font-weight: bold;
      font-size: 26px;
      color: #333; }
    #header .button {
      background: none;
      margin: 0;
      padding: 0 0 30px; }
      #header .button a {
        margin-bottom: 30px; }
  /* header */
  #fh5co-explore p.name {
    font-size: 16px;
    padding: 0 5%; }
  /* -------------------------------
開催概要
------------------------------- */
  #summary h2 {
    padding-bottom: 0px; }
  #summary .team-box {
    /* table */ }
    #summary .team-box table {
      display: table;
      margin-bottom: 30px;
      border: 2px solid #d6ceb4;
      border-collapse: collapse;
      width: 100%;
      line-height: 1.5;
      /* tr */
      /* td */ }
      #summary .team-box table tr {
        border-bottom: dotted 1px #e0dccc; }
        #summary .team-box table tr.column td {
          padding: 10px 4px;
          width: auto !important; }
      #summary .team-box table th {
        display: block;
        border-top: 0;
        width: auto; }
      #summary .team-box table td {
        display: block;
        border-bottom: 0;
        /* p */
        /* times */
        /* department */ }
        #summary .team-box table td p {
          margin: 0 0 0 0px; }
          #summary .team-box table td p span {
            font-size: 13px;
            line-height: 1.4;
            display: inline-block; }
        #summary .team-box table td .times {
          margin: 0;
          font-size: 18px; }
          #summary .team-box table td .times span {
            font-size: 15px;
            color: #fff;
            background-color: #333;
            font-weight: normal;
            padding: 5px;
            margin-right: 10px; }
        #summary .team-box table td dl {
          margin: 0; }
        #summary .team-box table td dd {
          margin-left: 60px;
          font-size: 14px; }
        #summary .team-box table td.department {
          /* dt */ }
          #summary .team-box table td.department dl {
            display: block; }
          #summary .team-box table td.department dt {
            width: auto; }
            #summary .team-box table td.department dt h3 {
              display: block;
              margin: 0 0 8px 0; }
          #summary .team-box table td.department dd {
            margin: 0;
            width: auto; }
  /* summary */
  /* -------------------------
講師陣
------------------------- */
  #teacher {
    margin: 60px auto 0px auto;
    width: 90%;
    /* teacherWrap */
    /* teacherWrap */
    /* middle */ }
    #teacher .teacherWrap {
      display: block;
      margin: 0 auto 60px auto; }
      #teacher .teacherWrap h3 {
        margin: 0 auto 20px auto;
        padding: 5px;
        border-bottom: 1px solid #d6ceb4;
        width: 100%;
        line-height: 1.5; }
        #teacher .teacherWrap h3 span {
          display: block;
          font-size: 14px; }
    #teacher .teacherBox {
      display: block;
      /* imgBox */
      /* profileBox */ }
      #teacher .teacherBox .imgBox {
        margin: 0 auto 20px auto;
        width: 90%; }
        #teacher .teacherBox .imgBox img {
          width: 100%; }
      #teacher .teacherBox .profileBox {
        width: 100%;
        /* h4 */ }
        #teacher .teacherBox .profileBox h4 {
          padding-left: 0px;
          text-align: center;
          font-size: 14px; }
          #teacher .teacherBox .profileBox h4 span {
            font-size: 20px; }
        #teacher .teacherBox .profileBox p {
          padding-left: 15px;
          font-size: 12px; }
    #teacher .middle .teacherBox,
    #teacher .bottom .teacherBox {
      margin: 0 0 32px 0;
      width: 100%; }
    #teacher .middle_sub {
      display: block; }
  /* teacher */
  /* ------------------------
プログラム
------------------------ */
  #fh5co-testimony {
    margin: 0 auto;
    width: 90%;
    /* table */ }
    #fh5co-testimony p.note {
      text-align: left;
      font-size: 11px; }
    #fh5co-testimony table {
      overflow: hidden; }
      #fh5co-testimony table h3 {
        font-size: 14px; }
        #fh5co-testimony table h3 > strong {
          font-size: 15px; }
      #fh5co-testimony table th, #fh5co-testimony table td {
        display: block;
        width: auto; }
      #fh5co-testimony table th {
        padding-top: 12px; }
      #fh5co-testimony table td p {
        font-size: 14px; }
      #fh5co-testimony table td:first-of-type {
        width: auto; }
        #fh5co-testimony table td:first-of-type .name strong {
          font-size: 14px; }
  /* fh5co-testimony */
  #fh5co-footer {
    width: 90%;
    margin: 0 5%;
    /* row */ }
    #fh5co-footer .row > div {
      float: none; }
      #fh5co-footer .row > div.ft_tx {
        width: 100%; }
      #fh5co-footer .row > div.ft_map {
        width: 100%; }
        #fh5co-footer .row > div.ft_map img {
          width: 100%;
          margin-bottom: 40px; }
      #fh5co-footer .row > div ul.contact-info {
        margin: 0 0 20px 0; }
        #fh5co-footer .row > div ul.contact-info li {
          font-size: 14px;
          line-height: 1.4;
          margin: 0 0 10px 0; }
    #fh5co-footer a {
      text-decoration: underline; }
      #fh5co-footer a:hover {
        color: #333 !important;
        text-decoration: underline; }
    #fh5co-footer .section-title {
      font-size: 20px;
      position: relative;
      padding-bottom: 10px;
      font-weight: 500;
      text-align: left; } }

/* max-width: 480px */

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