@charset "UTF-8";
/*================================================================
 *FILE          :page-tour.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* color
-----------------------------------------------------------------*/
/* クリアフィックス
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
.c-button-orange {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  border: solid 2px #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .06em;
  background-color: transparent; }
  @media print, screen and (max-width: 767px) {
    .c-button-orange {
      width: 100%;
      max-width: 280px;
      height: 70px; } }
  @media print, screen and (min-width: 768px) {
    .c-button-orange {
      width: 260px;
      height: 60px; } }
  @media print, screen and (min-width: 1025px) {
    .c-button-orange {
      transition: color .3s, border-color .3s, background-color .3s;
      cursor: pointer; } }

/* タイトル
-----------------------------------------------------------------*/
.c-button-orange {
  color: #fff;
  font-size: 14px;
  border-color: #ED850C;
  background-color: #ED850C; }
  @media print, screen and (min-width: 1025px) {
    .c-button-orange:hover {
      color: #ED850C;
      background-color: #fff; } }

.c-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1.8;
  border-bottom: solid 1px #BEBEBE; }
  @media print, screen and (max-width: 767px) {
    .c-title {
      padding-bottom: 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-title {
      padding-bottom: 22px; } }

@media print, screen and (max-width: 767px) {
  .contents {
    padding-top: 50px;
    padding-bottom: 70px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .contents {
    padding-top: 50px; } }

@media print, screen and (min-width: 768px) {
  .contents {
    padding-bottom: 157px; } }

@media print, screen and (min-width: 1025px) {
  .contents {
    padding-top: 75px; } }

/* --------------------------------------------------
  mainVisual
 --------------------------------------------------*/
.mainVisual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  text-align: center;
  background-position: center center;
  background-size: cover; }
  @media print, screen and (max-width: 767px) {
    .mainVisual {
      background-image: url(../images/seminar/mv-sp.jpg); } }
  @media print, screen and (min-width: 768px) {
    .mainVisual {
      background-image: url(../images/seminar/mv-pc.jpg); } }

.mainVisualCredit {
  color: #6F6F6F;
  letter-spacing: .04em;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .mainVisualCredit {
      margin-top: 7px;
      padding-left: 15px;
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .mainVisualCredit {
      margin-top: 9px;
      padding-right: 17px;
      font-size: 9px;
      text-align: right; } }

/* --------------------------------------------------
  seminarSection
 --------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  .seminarSection {
    padding: 37px 15px 0; } }

@media print, screen and (min-width: 768px) {
  .seminarSection {
    margin: 0 auto;
    padding: 75px 0 0;
    max-width: 1000px;
    width: 78.125%; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_inner {
    margin: 0 auto;
    max-width: 800px;
    width: 80%; } }

.seminarSection_lead {
  margin-top: 24px;
  letter-spacing: .04em;
  line-height: 1.8;
  font-size: 15px; }
  @media print, screen and (min-width: 768px) {
    .seminarSection_lead {
      text-align: center; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_img {
    margin-top: 22px; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_img {
    margin-top: 30px; } }

.seminarSection_img img {
  max-width: 100%; }

.seminarSection_caption {
  margin-top: 10px; }

/* --------------------------
  seminarSection_table
 ------------------------- */
@media print, screen and (min-width: 768px) {
  .seminarSection_tableWrap {
    margin-top: 77px; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table {
    width: 100%;
    border-collapse: collapse; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table th {
    height: 60px;
    width: calc( 100% - 99px);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #BEBEBE;
    background-color: #ED850C; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table th:first-child {
    width: 99px;
    background-color: #fff; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table td {
    width: calc( 100% - 99px);
    letter-spacing: .04em;
    line-height: 1.8;
    border: solid 1px #BEBEBE; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table_title {
    width: 99px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    background-color: #F9F9F9; } }

.seminarSection_table_title span {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .seminarSection_table_title span {
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table_content {
    padding: 24px 10px;
    font-size: 13px; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table_content-overview {
    padding: 37px 40px 33px; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table_content-overview .overviewList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table_content-overview .overviewList_node + .overviewList_node {
    margin-left: 52px; } }

.seminarSection_table_content-time {
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .seminarSection_table_content-time {
      font-size: 16px;
      text-align: center; } }

.seminarSection_table_content-pay {
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .seminarSection_table_content-pay {
      font-size: 16px;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .seminarSection_table_content-pay span {
      font-size: 13px; } }

@media print, screen and (min-width: 768px) {
  .seminarSection_table_content-other {
    text-align: center; } }

.seminarSection_table_content-other div {
  display: inline-block;
  text-align: left; }

/* --------------------------
  seminarSection_list
 ------------------------- */
@media print, screen and (max-width: 767px) {
  .seminarSection_listHead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    padding: 0 15px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .04em;
    font-weight: bold;
    line-height: 1.5;
    background-color: #ED850C; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_listBody {
    border-bottom: solid 1px #BEBEBE; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-right: solid 1px #BEBEBE;
    border-left: solid 1px #BEBEBE;
    background-color: #F9F9F9; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_info + .seminarSection_list_info {
    border-top: solid 1px #BEBEBE; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_title {
    width: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_text {
    width: calc(100% - 70px);
    line-height: 1.8;
    letter-spacing: .04em;
    padding: 13px 10px;
    border-left: solid 1px #BEBEBE;
    background-color: #fff; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_overview {
    padding: 40px 20px 22px;
    border: solid 1px #BEBEBE;
    border-top: none; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_overview .title {
    letter-spacing: .04em;
    line-height: 1;
    font-weight: bold; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_overview .text {
    margin-top: 12px;
    letter-spacing: .04em;
    line-height: 1.8; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_text-time {
    text-align: center;
    font-weight: bold;
    font-size: 16px; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_text-time span {
    font-size: 13px; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_text-pay {
    text-align: center;
    font-weight: bold;
    font-size: 16px; } }

@media print, screen and (max-width: 767px) {
  .seminarSection_list_text-pay span {
    font-size: 13px; } }
