@charset "UTF-8";
/* ------------------------------------------------
	 リセット用CSS読込
	 ------------------------------------------------ */
@import url(reset.css);
/* ------------------------------------------------
	 基本設定
	 ------------------------------------------------ */
body {
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  color: #007293;
  text-decoration: none;
}
a:hover {
  color: #003066;
  text-decoration: underline;
}

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

/* テキスト配置 */
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

/* フロート設定 */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

/* 背景 */
.bgc-fff {
  background-color: #fff;
}

.bgc-eee {
  background-color: #eee;
}

/* ------------------------------------------------
	 レイアウト
	 ------------------------------------------------ */
/* 共通設定
	 ----------------------------------------- */
.inner {
  width: 1024px;
  margin: 0 auto;
}

section.inner {
  padding: 40px 0;
}

/* ボタンデザイン */
a.btn-blue {
  display: block;
  padding: 0.8em;
  line-height: 1;
  background-color: #003f98;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
a.btn-blue:hover {
  background-color: #00337a;
}

/* トピック */
dl.topic dt, dl.topic dd {
  padding: 1em;
}
dl.topic .dt-glay {
  background: #ccc;
  line-height: 1;
}

/* セクションタイトル */
.sec-ttl {
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}
.sec-ttl span {
  font-size: 60%;
}

.sec-shd {
  margin-bottom: 1em;
  padding-left: 12px;
  border-left: 5px solid #15599e;
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}

/* ヘッダーエリア
	 ----------------------------------------- */
/* ヘッドライン */
#head-line {
  padding: 0.4em 0;
  background: #5085bc;
}
#head-line h1 {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
#head-line h1 strong {
  color: #d1151b;
  font-size: 105%;
  font-weight: bold;
}
#head-line h1 em {
  font-style: normal;
}

/* ヘッダー内インナー */
#header div.inner {
  position: relative;
  height: 120px;
  overflow: hidden;
}

/* サイトロゴ */
#site-id {
  position: absolute;
  top: 20px;
  left: 0;
}

/* ヘッダーインフォメーション */
#head-info {
  margin-left: 208px;
}
#head-info aside {
  text-align: right;
}

/* グローバルナビ */
#global-navi {
  display: table;
  position: absolute;
  right: 0;
  width: 816px;
  table-layout: fixed;
}
#global-navi a {
  display: table-cell;
  height: 54px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  border-left: 1px solid #222;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
}
#global-navi a:hover {
  background: #eee;
}
#global-navi .nbg-b, #global-navi .nbg-r {
  width: 204px;
  border: none;
  color: #fff;
}
#global-navi .nbg-b {
  background: #15599e;
}
#global-navi .nbg-b:hover {
  background: #114880;
}
#global-navi .nbg-r {
  background: #d1151b;
}
#global-navi .nbg-r:hover {
  background: #b31217;
}

/* メインビジュアルエリア
	 ----------------------------------------- */
/* #main-visual {
	background: #8eaed0;
	.sld-main {
		margin: 0 auto;
	}
	.slick-prev {
		left: 10px;
		z-index: 99;
	}
	.slick-next {
		right: 10px;
		z-index: 99;
	}
	.slick-dots li {
		margin: 0 2px;
		bottom: 30px;
	}
}
*/
.main-visual {
  height: 400px;
  overflow: hidden;
}
.main-visual ul li {
  background: #75a4ce;
}
.main-visual ul li a, .main-visual ul li span {
  position: relative;
  display: block;
  width: 1024px;
  height: 400px;
  margin: 0 auto;
}
.main-visual ul li a img, .main-visual ul li span img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  width: 1024px;
  height: 400px;
  z-index: 5;
}
.main-visual ul li a .play-btn, .main-visual ul li span .play-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1024px;
  height: 400px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0);
  /* 大きさを０にして表示しない */
  transform: scale(0);
}
.main-visual ul li a:hover .play-btn {
  -webkit-transform: scale(1);
  /* 大きさを１にして表示する */
  transform: scale(1);
}

/* SOD紹介エリア
	 ----------------------------------------- */
#sod {
  letter-spacing: 0;
}
#sod .float-left {
  width: 300px;
  text-align: justify;
}
#sod .float-left h2 {
  margin-bottom: 1em;
}
#sod .float-left .txt-center {
  margin-top: 1em;
}
#sod .float-left .txt-center .btn-blue {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
#sod .float-right {
  width: 660px;
}
#sod .float-right dl.topic {
  border: 1px solid #ccc;
}
#sod .float-right dl.topic dt {
  font-weight: bold;
}
#sod .float-right dl.topic dd.dd-wrapping {
  background: #fff;
}
#sod .float-right dl.topic dd.dd-wrapping ol {
  margin-left: 1.5em;
  letter-spacing: 0;
}

/* 講師紹介エリア
	 ----------------------------------------- */
#lectures .topic {
  margin-bottom: 30px;
}
#lectures .topic dd {
  padding: 0;
  font-size: 14px;
}
#lectures .topic dd .sld-lectures {
  margin: 0 -16px;
  padding: 20px 0;
}
#lectures .topic dd .sld-lectures .sld {
  margin: 0 16px;
}
#lectures .topic dd .sld-lectures .sld a {
  text-decoration: none;
}
#lectures .topic dd .sld-lectures .sld a:hover {
  text-decoration: underline;
}
#lectures .topic dd .sld-lectures .sld a img {
  display: block;
  width: 100%;
  border: 1px solid #dedede;
}
#lectures .topic dd .sld-lectures .sld a span {
  display: block;
  text-align: center;
}
#lectures .topic dd .sld-lectures .sld .youtube {
  display: block;
  margin: 0.3em 0;
  padding: 0.8em;
  line-height: 1;
  color: #fff;
  background: #ae0a1e;
  text-align: center;
}
#lectures .topic dd .sld-lectures .sld .youtube:hover {
  background: #8c0818;
  text-decoration: none;
}
#lectures .topic dd .sld-lectures .sld .theme {
  display: block;
  line-height: 1.5;
  text-align: justify;
}
#lectures .topic dd .sld-lectures .slick-prev {
  left: 25px;
  z-index: 99;
}
#lectures .topic dd .sld-lectures .slick-next {
  right: 25px;
  z-index: 99;
}

dl.lec-search {
  margin-bottom: 30px;
  overflow: hidden;
}
dl.lec-search dt.tbl {
  display: table;
  width: 100%;
  padding: 0;
}
dl.lec-search dt.tbl em, dl.lec-search dt.tbl #search-form {
  display: table-cell;
}
dl.lec-search dt.tbl em {
  padding-left: 1em;
}
dl.lec-search dd.lec-ctgy {
  width: 1032px;
}
dl.lec-search dd.lec-ctgy ul {
  padding-top: 8px;
}
dl.lec-search dd.lec-ctgy ul li {
  float: left;
  width: 250px;
  margin: 0 8px 8px 0;
  list-style: none;
  text-align: center;
}
dl.lec-search dd.lec-ctgy ul li a {
  display: block;
  padding: 0.5em 0;
  border: 1px solid #999;
  text-decoration: none;
  font-size: 14px;
}
dl.lec-search dd.lec-ctgy ul li a:hover {
  color: #fff;
  background: #15599e;
  border-color: #15599e;
}

/* 検索フォーム */
#search-form {
  width: 50%;
  padding: 5px;
}
#search-form dl {
  position: relative;
}
#search-form dl dt {
  margin-right: 100px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #15599e;
}
#search-form dl dt input {
  width: 100%;
  height: 28px;
  border: none;
}
#search-form dl dd {
  position: absolute;
  top: 0;
  right: 0;
}
#search-form dl dd .search-btn {
  display: block;
  width: 95px;
  height: 40px;
  cursor: pointer;
}

/* ブレーンサービス紹介バナー
	 ----------------------------------------- */
#brain-service section {
  overflow: hidden;
}
#brain-service section ul {
  width: 1056px;
}
#brain-service section ul li {
  float: left;
  width: 320px;
  margin: 0 32px 32px 0;
  list-style: none;
}

/* スライドコンテンツエリア
	 ----------------------------------------- */
/* 共通設定 */
.sld-guide {
  margin: 0 -8px;
}
.sld-guide li {
  width: 194px;
  margin: 0 8px;
}
.sld-guide li a img {
  width: 100%;
  border: 1px solid #aaa;
}

/* 本の止まり木 */
#book-perch .sld-guide li a {
  line-height: 1.5;
  font-size: 14px;
}
#book-perch .sld-guide li a .book {
  display: block;
  margin-top: 5px;
  text-align: justify;
  font-size: 12px;
}
#book-perch .sld-guide li .author {
  display: block;
  color: #000;
  text-align: center;
}

/* 世相を切る風刺画 */
#satire .sld-guide li a img {
  border-color: #666;
}
#satire .sld-guide li a .ctl-gly {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  border: 1px solid #666;
  background: #666;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#satire .sld-guide li a:hover {
  text-decoration: none;
}
#satire .sld-guide li a:hover .ctl-gly {
  border-color: #333;
  background: #333;
}

/* バナーエリア
	 ----------------------------------------- */
#bnr-cnt .inner {
  overflow: hidden;
}
#bnr-cnt .inner ul {
  width: 1041px;
}
#bnr-cnt .inner ul li {
  float: left;
  margin: 0 17px 17px 0;
  list-style: none;
}

/* SNSエリア
	 ----------------------------------------- */
#sns-cnt .inner {
  padding: 40px 0;
}

/* フットナビエリア
	 ----------------------------------------- */
#foot-navi {
  padding: 0.5em 0;
  background: #5085bc;
}
#foot-navi ul li {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid #fff;
  letter-spacing: 0;
  font-size: 12px;
}
#foot-navi ul li:last-child {
  border-right: 1px solid #fff;
}
#foot-navi ul li a {
  color: #fff;
}

/* フッターエリア
	 ----------------------------------------- */
footer .inner {
  padding: 30px 0;
}
footer .inner #signature dd {
  letter-spacing: 0;
  font-size: 12px;
}

#copy {
  padding: 20px 0 30px;
  background: #15599e;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-size: 12px;
}
