@charset "UTF-8";
/**
 * Foundation
 * @import reboot.scss
 * @import base.scss
 *
 * Layout
 * inner-wrapp ................コンテンツブロックの幅
 * header-message .............トップメッセージエリア
 * hader ......................ヘッダーエリア
 *
 * Object
 * Compornet
 *
 * Project
 *

/* ==================================================
   Foundation
   ================================================== */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/* End reboot */
/* 基本設定
   ------------------------------------------- */
body {
  line-height: 1.8;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: 768px;
  }
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

/* 画像配置 */
img {
  vertical-align: bottom;
}

/* ==================================================
   Layout
   ================================================== */
/**
 * #inner-wrapp: コンテンツ幅設定
 */
.inner-wrapp {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .inner-wrapp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inner-wrapp {
    width: 100%;
  }
}

/* #head-message
 * ヘッダー上部のメッセージ表示エリア
 * ----------------------------------- */
#head-message p {
  margin: 0;
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

/* #header
 * ----------------------------------- */
#header {
  position: relative;
}

/* headline */
#headline {
  height: 36px;
  background-color: #34495E;
}
#headline ul {
  float: right;
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 0.875rem;
}
#headline ul li {
  display: table-cell;
  vertical-align: middle;
}
#headline ul .login {
  padding-left: 1.25rem;
}
#headline ul .login a {
  display: block;
  height: 36px;
  padding: 0 1.25rem;
  line-height: 36px;
  border: none;
  background-color: #CC1D10;
  color: #fff;
  cursor: pointer;
}
#headline ul .login a:hover {
  background-color: #b3190e;
  text-decoration: none;
}
#headline ul .sp-search {
  display: none;
}
@media (max-width: 768px) {
  #headline ul .sp-search {
    display: block;
    margin-top: 1rem;
  }
  #headline ul .sp-search .search {
    position: relative;
  }
  #headline ul .sp-search .search dt {
    margin-right: 72px;
    padding: 8px;
    background-color: #fff;
    border: solid 1px #aaa;
  }
  #headline ul .sp-search .search dt input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: none;
    border: none;
  }
  #headline ul .sp-search .search dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  #headline ul .sp-search .search dd button {
    display: block;
    width: 68px;
    height: 42px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #f66;
    border: solid 1px #c66;
  }
}

/* #site-heading */
#site-heading .inner-wrapp {
  position: relative;
}
#site-heading .inner-wrapp #site-id {
  position: absolute;
  top: -36px;
  left: 15px;
  z-index: 1;
}
#site-heading .inner-wrapp #site-id a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 352px;
  height: 192px;
  padding: 16px;
  background-color: #326A8C;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}
#site-heading .inner-wrapp #site-id a span {
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}
#site-heading .inner-wrapp #site-id a img {
  width: 100%;
}
#site-heading .inner-wrapp #site-id a:hover {
  text-decoration: none;
}
@media (max-width: 900px) {
  #site-heading .inner-wrapp #site-id a {
    width: 300px;
    font-size: 0.85rem;
  }
}
#site-heading .inner-wrapp button {
  display: none;
}
#site-heading .drawer-open button {
  display: block;
}

/* global-navi */
#global-navi .inner-wrapp {
  position: relative;
}
#global-navi .inner-wrapp .ebrain-logo {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  height: 48px;
  margin: 10px 0 0 0;
}
#global-navi .inner-wrapp .ebrain-logo img {
  height: 100%;
}
#global-navi .inner-wrapp .navi-menu {
  height: 68px;
  margin: 0 120px 0 352px;
}
#global-navi .inner-wrapp .navi-menu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
#global-navi .inner-wrapp .navi-menu ul li {
  display: table-cell;
  border-right: solid 1px #666;
  vertical-align: middle;
  text-align: center;
}
#global-navi .inner-wrapp .navi-menu ul li:first-child {
  border-left: solid 1px #666;
}
#global-navi .inner-wrapp .navi-menu ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 0.875rem;
}
@media (max-width: 900px) {
  #global-navi .inner-wrapp .navi-menu {
    margin-left: 300px;
  }
  #global-navi .inner-wrapp .navi-menu ul li a {
    font-size: 0.75rem;
  }
}
#global-navi .inner-wrapp .category-navi {
  margin-left: 352px;
  border-top: solid 1px #666;
}
#global-navi .inner-wrapp .category-navi:after {
  content: "";
  display: block;
  clear: both;
}
#global-navi .inner-wrapp .category-navi ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  text-align: right;
}
#global-navi .inner-wrapp .category-navi ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
#global-navi .inner-wrapp .category-navi ul li .search {
  margin: 0;
  padding: 0 8px;
  position: relative;
  background-color: #fff;
  border: solid 1px #aaa;
}
#global-navi .inner-wrapp .category-navi ul li .search dt {
  height: 28px;
  margin: 0;
  margin-right: 30x;
}
#global-navi .inner-wrapp .category-navi ul li .search dt input {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: none;
  border: none;
}
#global-navi .inner-wrapp .category-navi ul li .search dd {
  position: absolute;
  top: 0;
  right: 0;
}
#global-navi .inner-wrapp .category-navi ul li .search dd button {
  display: block;
  height: 30px;
  margin: 0;
  line-height: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
#global-navi .inner-wrapp .category-navi ul li .Button {
  display: block;
  height: 30px;
  margin: 0;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (max-width: 900px) {
  #global-navi .inner-wrapp .category-navi {
    margin-left: 300px;
  }
}

@media (max-width: 768px) {
  #header {
    display: flex;
    flex-wrap: wrap;
  }
  #header #headline {
    order: 2;
    width: 100%;
    height: auto;
  }
  #header #headline ul {
    float: inherit;
    display: block;
    padding: 0.75rem 0;
    text-align: center;
  }
  #header #headline ul li {
    display: block;
  }
  #header #headline ul .login {
    margin-top: 0.5rem;
    padding: 0;
  }
  #header #headline ul .login a {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    background-color: #efefef;
    color: #222;
    font-size: 1rem;
  }
  #header #headline ul .login a:hover {
    background-color: #ddd;
  }
  #header #site-heading {
    order: 1;
    width: 100%;
    background-color: #32698b;
  }
  #header #site-heading .inner-wrapp {
    position: relative;
  }
  #header #site-heading .inner-wrapp #site-id {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0;
    padding: 0.75rem 0;
  }
  #header #site-heading .inner-wrapp #site-id a {
    width: 240px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #header #site-heading .inner-wrapp button {
    display: block;
  }
  #header #site-heading .inner-wrapp .drawer-hamburger {
    position: absolute;
    top: 0.75rem;
  }
  #header #global-navi {
    display: none;
  }
}
/* #drawer-navi, #drawer-sec
 * ----------------------------------- */
.drawer-sec h2 {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: #2c3e50;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
}
.drawer-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}
.drawer-sec ul li {
  border-bottom: solid 1px #95a5a6;
}
.drawer-sec ul li a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #ecf0f1;
}
.drawer-sec ul li a:before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "";
  color: #222;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.drawer-sec ul li a:hover {
  background-color: #dcdde1;
  text-decoration: none;
}
.drawer-sec ul li a span {
  margin-left: 0.5rem;
  color: #222;
}

.gl-menu {
  display: none;
}
.gl-menu ul li a {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .gl-menu {
    display: block;
  }
}

/* #footer
 * ----------------------------------- */
#footer {
  background-color: #34495E;
}
#footer .inner-wrapp {
  padding: 1rem 1rem 4rem;
}

.footer--container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  color: #fff;
}
.footer--container nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}
.footer--container nav ul li {
  display: inline-block;
  padding: 0 1rem;
  border-right: solid 1px #fff;
}
.footer--container nav ul li a {
  color: #fff;
}
.footer--container nav ul li:first-child {
  border-left: solid 1px #fff;
}
@media (max-width: 768px) {
  .footer--container {
    display: inherit;
  }
  .footer--container nav ul {
    text-align: center;
  }
  .footer--container small {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.admin {
  text-align: right;
  font-size: 0.75rem;
}
.admin a {
  color: #557799;
}

/* ==================================================
   Object
   ================================================== */
/* ----------------------------------------------
   Compornent
   ---------------------------------------------- */
/**
	 テキスト配置設置
 * ----------------------------------- */
.text-right {
  text-align: right;
}

/**
 * #topic-path
	 パンくずリスト
 * ----------------------------------- */
.topic-path {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #34495e;
  font-size: 0.75rem;
}
.topic-path ul {
  margin: 0 0 0 352px;
  padding: 0;
  list-style: none;
  color: #fff;
  text-align: right;
}
.topic-path ul li {
  display: inline-block;
  padding-left: 0.5rem;
}
.topic-path ul li a {
  color: #fff;
}
.topic-path ul li::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: ">";
}
.topic-path ul li:first-child::before {
  padding: 0;
  content: "";
}
@media (max-width: 768px) {
  .topic-path {
    background-color: #fff;
  }
  .topic-path ul {
    margin: 0;
    text-align: center;
    color: #fff;
  }
  .topic-path ul li a {
    color: #fff;
  }
}

/**
 * #page-top
	 ページトップへ
 * ----------------------------------- */
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #333;
  opacity: 0.6;
}
#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a::before {
  content: "";
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
#page-top:hover {
  opacity: 1;
}

/**
 * #section
	 セクション設定
 * ----------------------------------- */
.section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  content: "";
  z-index: -1;
}
@media (max-width: 768px) {
  .section::before {
    height: 200px;
  }
}

.section--title {
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
.section--title span {
  display: block;
  font-weight: normal;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .section--title {
    font-size: 1.25rem;
  }
  .section--title span {
    font-size: 1rem;
  }
}

.section--content {
  padding: 10px;
  background-color: #fff;
}

/**
 * #sub-section
	 サブセクション設定
 * ----------------------------------- */
.sub-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.sub-section--title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
}

/**
 * #seminar
	 セミナーリスト設定
 * ----------------------------------- */
.seminar {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -10px 5px 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}
.seminar li {
  width: calc(25% - 12px);
  margin-bottom: 10px;
  margin-right: 12px;
  border: solid 1px #ccc;
}
@media (max-width: 768px) {
  .seminar li {
    width: calc(50% - 12px);
  }
  .seminar li a .sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .seminar li {
    width: 100%;
  }
}

.seminar--box {
  position: relative;
  padding: 6px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .seminar--box {
    position: static;
  }
}

.seminar--item .img-wrapp {
  position: relative;
}
.seminar--item .img-wrapp img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.seminar--item .img-wrapp img:hover {
  opacity: 0.9;
  transition: 0.3s;
}
.seminar--item .img-wrapp .type {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 45%;
}
.seminar--item .seminar--name {
  display: block;
  color: #222;
}

@media (max-width: 768px) {
  .seminar > li {
    position: relative;
    padding-bottom: 56px;
  }
  .seminar > li .sp-btn {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: calc(100% - 6px);
  }
}
/* #summary-popup
	 マウスオーバー時のポップアップ設定 */
.summary-popup {
  display: none;
}

.seminar--box:hover .summary-popup {
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 40%;
  left: 10%;
  width: 100%;
  padding: 12px;
  background-color: rgba(36, 45, 56, 0.85);
  border-radius: 4px;
  color: #fff;
  z-index: 10;
}
.seminar--box:hover .summary-popup dl dt a {
  color: #fec965;
}
.seminar--box:hover .summary-popup dl dd {
  font-size: 0.75rem;
}
.seminar--box:hover .summary-popup .btns {
  margin-top: 1rem;
}
.seminar--box:hover .summary-popup .btns a {
  display: block;
  margin-bottom: 8px;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #435367;
  color: #fff;
}
.seminar--box:hover .summary-popup .btns a:hover {
  background-color: #556a83;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .seminar--box:hover .summary-popup {
    display: none;
  }
}

/* タブレット用ボタン表示 */
.sp-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0.5rem -5px 0;
  padding: 0 5px;
  list-style: none;
  font-size: 0.875rem;
}
.sp-btn li {
  width: calc(50% - 5px);
  margin-bottom: 0;
  margin-right: 0;
}
.sp-btn li a {
  display: block;
  padding: 0.5rem 0;
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
}
.sp-btn li a:hover {
  background-color: #34495e;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .sp-btn {
    display: none;
  }
}

/* ----------------------------------------------
   Project
   ---------------------------------------------- */
/* --------------------------------------------------
   トップページ
   -------------------------------------------------- */
/**
 * #focus
 * ----------------------------------- */
#focus {
  background-color: #308C83;
}

/* #picup-menu
   ピックアップ、イベントへのページ内リンク */
#picup-menu:after {
  content: "";
  display: block;
  clear: both;
}
#picup-menu ul {
  float: right;
  margin: 11px 0;
  padding: 0;
  list-style: none;
}
#picup-menu ul li {
  display: inline-block;
  margin-left: 10px;
}
#picup-menu ul li:first-child {
  margin-left: 0;
}
#picup-menu ul li a {
  display: block;
  padding: 0.3rem 1rem;
  color: #fff;
  font-size: 0.875rem;
}
#picup-menu ul li a:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: 0.3s;
}
#picup-menu ul li .picup {
  background-color: #C0392B;
}
#picup-menu ul li .event {
  background-color: #D35400;
}

/* #focus-content
   メインフォーカスセミナーエリア */
#focus-content {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
#focus-content .bloc1 {
  flex: 1;
}
#focus-content .bloc1 .pic {
  margin-bottom: 0;
}
#focus-content .bloc1 .pic img {
  width: 100%;
}
#focus-content .bloc2 {
  position: relative;
  width: 400px;
  padding-bottom: 64px;
  padding-left: 30px;
}
#focus-content .bloc2 .seminar-ttl {
  margin-bottom: 0.75rem;
  padding: 0.25rem 0;
  line-height: 1.6;
  color: #fff;
  border: solid 1px #fff;
  border-right: none;
  border-left: none;
  font-size: 0.95rem;
  font-weight: normal;
}
#focus-content .bloc2 .seminar-ttl a {
  color: #fff;
}
#focus-content .bloc2 .summary {
  line-height: 1.8;
  color: #fff;
  font-size: 0.875rem;
}
#focus-content .bloc2 .focus-lec {
  margin: 0;
  padding: 0.75rem;
  background-color: #ECF0F1;
  font-size: 0.875rem;
}
#focus-content .bloc2 .focus-lec dt {
  margin-bottom: 0.15rem;
}
#focus-content .bloc2 .focus-lec dd {
  margin: 0;
  padding: 0;
}
#focus-content .bloc2 .btn-detail {
  position: absolute;
  bottom: 0;
}
#focus-content .bloc2 .btn-detail a {
  display: block;
  width: 370px;
  height: 48px;
  line-height: 48px;
  background-color: #F1C40F;
  color: #000;
  text-align: center;
}
#focus-content .bloc2 .btn-detail a:hover {
  text-decoration: none;
  background-color: rgba(241, 196, 15, 0.9);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #focus-content {
    display: block;
  }
  #focus-content .bloc1 {
    flex: initial;
    width: 100%;
  }
  #focus-content .bloc1 p {
    margin: 0;
  }
  #focus-content .bloc2 {
    position: inherit;
    padding: 0;
    width: 100%;
    padding-left: 0;
  }
  #focus-content .bloc2 .seminar-ttl {
    padding: 0.5rem;
    border: none;
    background-color: #2C3E50;
  }
  #focus-content .bloc2 .summary, #focus-content .bloc2 .focus-lec {
    display: none;
  }
  #focus-content .bloc2 .btn-detail {
    position: inherit;
  }
  #focus-content .bloc2 .btn-detail a {
    width: 100%;
  }
}

/* #campaign
   campaign画像 */
.campaign {
  padding-bottom: 20px;
}
.campaign a img {
  width: 100%;
}

/* #special-datgory
   特別カテゴリーエリア */
#special-category ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
}
#special-category ul li {
  width: 300px;
  padding-right: 5px;
}
#special-category ul li:last-child {
  padding-right: 0;
}
#special-category ul li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  background: linear-gradient(#fff, #e5e5e5);
}
#special-category ul li a:hover {
  background: linear-gradient(#e5e5e5, #fff);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #special-category ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }
  #special-category ul li {
    width: calc(50% - 3px);
    margin-bottom: 6px;
    padding: 0;
  }
}

/**
 * #top-info
 * ----------------------------------- */
#top-info {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
#top-info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #34495E;
  content: "";
  z-index: -1;
}
#top-info .section--title {
  color: #fff;
}
#top-info .section--content {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
#top-info .section--content dl {
  height: 185px;
  padding: 1rem;
  background-color: #fff;
  border: solid 1px #ccc;
  overflow-y: scroll;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  #top-info .section--content {
    width: 100%;
  }
}

/**
 * #picup-seminar
 * ----------------------------------- */
#picup-seminar::before {
  background-color: #c0392b;
}

/**
 * #event-seminar
 * ----------------------------------- */
#event-seminar::before {
  background-color: #D35400;
}

#event-seminar .seminar--item {
  position: relative;
}
#event-seminar .seminar--item .lankno {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  padding: 0.25rem 1rem;
  background-color: #FB8C00;
  color: #fff;
  font-size: 0.75rem;
}

/**
 * #free-contents
 * ----------------------------------- */
#free-contents {
  font-size: 0.875rem;
}
#free-contents:before {
  background-color: #F2BC79;
}
#free-contents .free-seminar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 330px;
  overflow-y: auto;
  margin: 10px 0 0 -20px;
  list-style: none;
}
#free-contents .free-seminar li {
  position: relative;
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0.5rem 0.75rem 48px;
  border: solid 1px #308C83;
  border-left: solid 10px #308C83;
  color: #666;
}
#free-contents .free-seminar li .title {
  font-size: 0.95rem;
  font-weight: 700;
}
#free-contents .free-seminar li .lecturer-name, #free-contents .free-seminar li span {
  display: block;
}
#free-contents .free-seminar li a {
  color: #308C83;
}
#free-contents .free-seminar li .lecturer-name, #free-contents .free-seminar li .position {
  font-size: 0.75rem;
}
#free-contents .free-seminar li .btns {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 1.5rem);
  margin-top: 0.5rem;
}
#free-contents .free-seminar li .btns a {
  display: inline-block;
  height: 32px;
  padding: 0 0.7rem;
  line-height: 32px;
  background-color: #308C83;
  color: #fff;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  #free-contents .free-seminar {
    max-height: inherit;
    overflow: inherit;
    display: block;
  }
  #free-contents .free-seminar li {
    width: 100%;
  }
}

/* --------------------------------------------------
   ページャー
   -------------------------------------------------- */
.pager {
  margin-top: 1.5rem;
  text-align: center;
}
.pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager ul li {
  display: inline;
  margin: 0 0.2rem;
  font-size: 0.875rem;
}

/* --------------------------------------------------
   ログインページ
   -------------------------------------------------- */
body.login-page {
  background-color: #f1f1f1;
}

#login {
  width: 340px;
  margin: 40px auto 0.75rem;
  background-color: #fff;
  border: solid 1px #2c3e50;
  border-radius: 5px;
}
#login h1 {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
#login .inner {
  padding: 1rem;
}
#login .inner .error-message {
  margin: 0 0 1rem;
  padding: 0;
  color: #cc1d10;
  list-style: none;
  text-align: center;
  font-size: 0.875rem;
}
#login .inner .lead {
  font-size: 0.875rem;
}
#login .inner form p {
  margin-bottom: 0;
}
#login .inner form p label {
  width: 100%;
  color: #72777c;
  font-size: 0.875rem;
}
#login .inner form p label input[type=text],
#login .inner form p label input[type=password] {
  width: 100%;
  margin: 2px 6px 16px 0;
  padding: 3px;
  background-color: #fbfbfb;
}
#login .inner form p button {
  width: 100%;
  height: 48px;
  line-height: 40px;
  cursor: pointer;
}

#login-note {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: #f1f1f1;
  border: solid 1px #ddd;
}
#login-note h2 {
  font-size: 1rem;
}
#login-note p {
  font-size: 0.875rem;
}
#login-note .client-orijinal {
  font-size: 0.875rem;
}

.to-toppage {
  margin-bottom: 40px;
  text-align: center;
  font-size: 0.875rem;
}

/* --------------------------------------------------
   カテゴリー毎のセミナーリストページ
   -------------------------------------------------- */
/**
 * #bgcolor--category
   パンくずリストの背景色
 * ----------------------------------- */
.bgcolor--category {
  background-color: #00796B;
}
@media (max-width: 768px) {
  .bgcolor--category {
    background-color: #fff;
  }
}

/**
 * #by-cateogry-list
   カテゴリータイトルの背景色
 * ----------------------------------- */
#by-category-list::before {
  background-color: #00796B;
}

/* --------------------------------------------------
   セミナー詳細ページ
   -------------------------------------------------- */
/**
 * #bgcolor--detail
   パンくずリストの背景色
 * ----------------------------------- */
.bgcolor--detail {
  background-color: #283593;
}
@media (max-width: 768px) {
  .bgcolor--detail {
    background-color: #fff;
  }
}

/**
 * #seminar-detail
   セミナータイトルの背景色
 * ----------------------------------- */
#seminar-detail::before {
  background-color: #283593;
  height: 200px;
}

/**
 * #detail
 * ----------------------------------- */
.detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .detail {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.deteil--lecturer {
  width: calc(33% - 15px);
}
.deteil--lecturer .thumb {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .deteil--lecturer {
    width: 100%;
    order: 2;
  }
}

.detail--lecturer--name {
  margin-bottom: 2rem;
}
.detail--lecturer--name dd {
  font-size: 0.75rem;
}

.detail--seminar {
  width: calc(67% - 15px);
}
.detail--seminar .flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.detail--seminar .flex-container .btn-sample {
  display: block;
  padding: 0.75rem 3rem;
  background-color: #2c3e50;
  color: #fff;
  font-size: 0.875rem;
}
.detail--seminar .flex-container .btn-sample:hover {
  background-color: #34495e;
  text-decoration: none;
}
.detail--seminar .flex-container .class-icon span {
  display: block;
  padding: 0.5rem 1rem;
  border: solid 2px #666;
  line-height: 1;
  font-size: 0.75rem;
}
.detail--seminar .flex-container .member span {
  border-color: #3B568C;
  color: #3B568C;
}
.detail--seminar .flex-container .any span {
  border-color: #D71756;
  color: #D71756;
}
@media (max-width: 768px) {
  .detail--seminar {
    width: 100%;
    margin-bottom: 2rem;
    order: 1;
  }
  .detail--seminar .btn-sample {
    width: 100%;
    text-align: center;
  }
  .detail--seminar .class-icon {
    display: none;
  }
  .detail--seminar .contents-list .btn-playlist {
    width: 100%;
    text-align: center;
  }
  .detail--seminar .contents-list .btn-playlist a {
    width: 100%;
  }
}

.detail--summary {
  margin-bottom: 1.5rem;
}
.detail--summary .related-document {
  text-align: right;
}
.detail--summary .related-document a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #b3190e;
  color: #fff;
  font-size: 0.875rem;
}
.detail--summary .related-document a:hover {
  opacity: 0.85;
  text-decoration: none;
  transition: 0.3s;
}

.detail--movie h2 {
  padding: 0.5rem 1rem;
  background-color: #455A64;
  color: #fff;
  font-size: 1.25rem;
}
.detail--movie .btn-playlist a {
  float: right;
  display: block;
  padding: 0.5rem 1.5rem;
  background-color: #16a085;
  color: #fff;
  font-size: 0.875rem;
}
.detail--movie .btn-playlist a:hover {
  background-color: #1abc9c;
  text-decoration: none;
}
.detail--movie .btn-playlist:after {
  content: "";
  display: block;
  clear: both;
}
.detail--movie ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail--movie ol li {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: solid 1px #2980b9;
  border-radius: 4px;
}
.detail--movie ol li dl {
  margin: 0;
  padding: 0;
}
.detail--movie ol li dl dt {
  margin-bottom: 0.5rem;
}
.detail--movie ol li dl dd {
  margin: 0;
  padding: 0;
  text-align: right;
}
.detail--movie ol li dl dd span, .detail--movie ol li dl dd a {
  display: inline-block;
  padding: 0.5rem 0;
}
.detail--movie ol li dl dd .play {
  margin-left: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 2rem;
  background-color: #27ae60;
  color: #fff;
  font-size: 0.875rem;
}
.detail--movie ol li dl dd .play:hover {
  background-color: #2ecc71;
  text-decoration: none;
}

/* --------------------------------------------------
   個別ページタイトル
   -------------------------------------------------- */
.bgcolor--pages {
  background-color: #FF8066;
}
@media (max-width: 768px) {
  .bgcolor--pages {
    background-color: #fff;
  }
}

.pages-wrapping::before {
  background-color: #FF8066;
}

/* --------------------------------------------------
   当サイトについてページ
   -------------------------------------------------- */
#about-sod .lead {
  margin-bottom: 40px;
  padding: 1.25rem;
  border: solid 5px #b3c7db;
}
#about-sod .lead img {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

/**
 * #sod-merit
   SODの4つのメリット
 * ----------------------------------- */
.sod-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sod-merit dl {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border: solid 1px #273c75;
}
.sod-merit dl dt {
  padding: 0.5rem 1rem;
  background-color: #273c75;
  color: #fff;
}
.sod-merit dl dt:before {
  padding-right: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sod-merit dl dd {
  padding: 1rem;
}
@media (max-width: 768px) {
  .sod-merit {
    display: initial;
  }
  .sod-merit dl {
    width: 100%;
    margin-bottom: 15px;
  }
}

/**
 * #about-use
   ご利用について
 * ----------------------------------- */
#about-use {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: solid 1px #FFC400;
  border-radius: 5px;
}
#about-use .sub-section--title {
  margin-bottom: 0;
  padding: 0.5rem;
  background-color: #FFD740;
  color: #BF360C;
}
#about-use .sub-section--content {
  padding: 1.5rem;
}
#about-use .sub-section--content p {
  text-align: center;
}
#about-use .sub-section--content dl {
  text-align: center;
}
@media (max-width: 768px) {
  #about-use {
    width: 100%;
  }
}

/* --------------------------------------------------
   プライバシーポリシーページ
   -------------------------------------------------- */
#privacy-policy dl {
  margin-bottom: 2rem;
}
#privacy-policy dl dt {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
#privacy-policy dl dd {
  margin-bottom: 2.5rem;
}
#privacy-policy .policy {
  padding: 1rem;
}
#privacy-policy .policy dt {
  border-bottom: solid 1px #273c75;
}
#privacy-policy .policy dd .wrapp {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f1f1f1;
}

/* --------------------------------------------------
   掲載コンテンツについてページ
   -------------------------------------------------- */
#contents-pub .section--content {
  padding: 2rem;
}
#contents-pub .section--content ol li {
  margin-bottom: 2rem;
}

/* --------------------------------------------------
   よくあるご質問ページ
   -------------------------------------------------- */
#faq .faq-list {
  padding: 1.5rem;
}
#faq .faq-list dt {
  position: relative;
  min-height: 38px;
  margin-bottom: 1.25rem;
  padding-left: 48px;
  font-size: 1.35rem;
}
#faq .faq-list dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(/template/type-ws/imgdir/icon_question.svg);
}
#faq .faq-list dd {
  position: relative;
  min-height: 38px;
  margin-bottom: 2.5rem;
  padding: 0 0 2.5rem 48px;
  border-bottom: solid 2px #A1887F;
}
#faq .faq-list dd:last-child {
  border-bottom: none;
}
#faq .faq-list dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(/template/type-ws/imgdir/icon_answer.svg);
}
#faq .faq-list dd table, #faq .faq-list dd th, #faq .faq-list dd td {
  border-collapse: collapse;
  border: solid 1px #ccc;
}
#faq .faq-list dd th, #faq .faq-list dd td {
  padding: 1rem;
}
#faq .faq-list dd th {
  white-space: nowrap;
  vertical-align: top;
}
#faq .faq-list dd td ul {
  margin-bottom: 0;
}

/* --------------------------------------------------
   問い合せページ
   -------------------------------------------------- */
#contact-form form {
  margin-bottom: 2rem;
}
#contact-form form table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
#contact-form form th, #contact-form form td {
  padding: 0.75rem 1rem;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
#contact-form form th {
  width: 16rem;
  background-color: #ece9e0;
}
#contact-form form th span {
  margin-left: 1rem;
  color: #b3190e;
  font-size: 0.875rem;
  font-weight: normal;
}
#contact-form form td input[type=text], #contact-form form td textarea {
  width: 100%;
}
@media (max-width: 768px) {
  #contact-form form table {
    border: none;
  }
  #contact-form form table th, #contact-form form table td {
    display: block;
    width: 100%;
  }
  #contact-form form table th {
    border-top: none;
    border-bottom: none;
  }
  #contact-form form table th:first-child {
    border-top: solid 1px #ccc;
  }
  #contact-form form table td {
    margin-bottom: 1rem;
    border-bottom: none;
  }
  #contact-form form table td:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.submit-btn {
  text-align: center;
}

.form-error-message {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: red;
}
.form-error-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.complete-message {
  padding-top: 2rem;
  text-align: center;
}
.complete-message p {
  font-size: 1.25rem;
}