@charset "utf-8";
/* body基本 */
* {
  outline: none;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
img {
  vertical-align: middle;
  border: 0;
}
html, body {
  height: 100%;
}
html {
  background: #fff;
}
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
table, td, th {
  border: none;
  text-align: left;
  vertical-align: top;
}
address, th {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 100%;
}
/* body基本終わり */
/* 全体の左右の余白 */
header, div#main-visual, div.content, div#wrapper, div.wrap, address {
  margin-right: 15px;
  margin-left: 15px;
}
/* headerの設定 */
header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}
/* ロゴ設定 */
header h1 img {
  width: 400px;
  height: auto;
}
/* メーン画像にキャッチコピーを重ねる */
div#main-visual p {
  vertical-align: bottom;
}
div#main-visual {
  margin-bottom: 20px;
  position: relative;
}
div#main-visual p.catch {
  margin: 0;
  padding: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 26px;
  line-height: 150%;
  position: absolute;
  bottom: 10%;
  left: 3%;
}
div#main-visual p.caption {
  padding: 7px 7px 0px 7px;
  font-size: 14px;
}
div#main-visual p.caption a {
  color: #000;
  font-weight: bold;
}
div#main-visual p.caption a:hover {
  text-decoration: underline;
}
/* サイトの概要 */
div.content section {
  overflow: hidden;
  margin-bottom: 20px;
}
div.content section a {
  display: block;
  background-color: #0A3842;
  color: #ffffff;
  text-align: center;
}
div.content section a:hover {
  opacity: 0.8;
}
div.content section i {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 38px;
}
div.content section .fa-microphone {
  background-color: #DAB271;
}
div.content section .fa-book {
  background-color: #F0EF71;
}
div.content section .fa-pencil {
  background-color: #7E9F71;
}
div.content section h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
div.content section p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #52cbe4;
  font-size: 15px;
}
/* トップページ「お知らせ」の設定 */
div#wrapper section {
  overflow: hidden;
  padding: 20px;
  border: 5px solid #ddd;
  margin-bottom: 20px;
}
div#wrapper section h2 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-bottom: 9px;
}
div#wrapper section h2 i {
  color: #52cbe4;
}
div#wrapper section ul li a {
  font-size: 15px;
  color: #000;
  padding: 5px 7px 5px 9px;
  border-bottom: 2px dotted #dddddd;
  display: block;
  line-height: 150%;
}
div#wrapper section ul li a:hover {
  background: #eeeeee;
}
div#wrapper section ul li a time {
  font-weight: bold;
  color: #888888;
  float: left;
  width: 127px;
}
div#wrapper p.text {
  float: none;
  width: auto;
  margin-left: 136px;
}
/*お知らせ冒頭のtopicsの設定*/
div#wrapper section p.topics a {
  font-weight: bold;
  color: #960001;
  text-decoration: underline;
}
div#wrapper section p.topics {
  margin-bottom: 15px;
  line-height: 150%;
}
div#wrapper section p.topics a:hover {
  text-decoration: none;
  color: #960001;
}
/* SNSメニュー */
div#wrapper aside {
  margin-bottom: 20px;
}
div#wrapper aside ul {
  margin: 0px 0px 5px 0px;
  padding: 0;
}
div#wrapper aside li a {
  display: block;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  pointer-events: none;
}
/*div#wrapper aside li a:hover {
  opacity: 0.8;
}*/
div#wrapper aside .follow-tw {
  background-color: #63bafb;
}
/* .follow-fb {
	background-color: #5288f7;
}
.follow-gp {
	background-color: #f65d4a;
} */
div#wrapper aside i {
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
/* SNSメニュー補足説明 */
div#wrapper aside .follow-info {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #dddddd;
  font-size: 15px;
  text-align: center
}
div#wrapper aside .follow-info {
  position: relative;
  background: #dddddd;
}
div#wrapper aside .follow-info:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #dddddd;
  border-width: 15px;
  margin-left: -15px;
}
/* footerの設定 */
footer address {
  font-size: 15px;
  color: #666;
  line-height: 150%;
}
footer {
  background: #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* ########### プロフィル、講演、著書、雑文・小論、連絡先の設定 ########### */
/*　index.htmlで使用した＜section＞のラインを消す&topのマージン削除*/
div.wrap article .works1 {
  padding-top: 0px;
}
/*　下の余白*/
div.wrap {
  padding-bottom: 20px;
}
/* プロフィル見出しの設定 */
div.wrap article .works1 h2 {
  margin-bottom: 20px;
  font-size: 36px;
  padding: 10px 20px;
  border-left: 20px solid #52cbe4;
}
div.wrap article .works1 p {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 800px;
  line-height: 170%;
}
div.wrap article .works1 p a {
  color: #000;
  text-decoration: underline;
}
div.wrap article .works1 p a:hover {
  text-decoration: none;
}
/* リードの設定 */
div.wrap article .works1 .lead {
  font-size: 20px;
  color: #333;
  max-width: 100%;
  line-height: 170%;
}
/* 小見出しの設定 */
div.wrap article .works1 h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
  font-size: 26px;
  line-height: 150%;
}
div.wrap article .works1 h3 i {
  margin-right: 7px;
  color: #52cbe4;
}
/* プロフィル画像の設定 */
div.wrap article .works1 p#h-profile {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
}
div.wrap article .works1 p.caption {
  padding: 7px 7px 0px 7px;
  font-size: 14px;
}
/* サイドメニューの設定 */
div.wrap article nav.sidemenu ul {
  margin: 0;
  padding: 0;
}
div.wrap article nav.sidemenu li a {
  display: block;
  padding: 5px;
  color: #000000;
  font-size: 15px;
}
div.wrap article nav.sidemenu li a:hover {
  background-color: #eeeeee;
}
/* サイドメニュー　罫線で囲む */
div.wrap article nav.sidemenu {
  border: solid 6px #dddddd;
}
/* サイドメニュー　見出しの文字設定 */
div.wrap article nav.sidemenu h2 {
  margin: 0;
  padding: 10px;
}
/* サイドメニュー　見出しのアイコンの設定 */
div.wrap article nav.sidemenu h2 i {
  margin-right: 5px;
  color: #52cbe4;
  font-size: larger;
}
/* サイドメニュー　リンクを罫線で区切る&余白 */
div.wrap article nav.sidemenu li a {
  border-top: solid 1px #dddddd;
  padding: 10px;
}
/* ぱんくずリストの設定 */
div.wrap article .bread {
  overflow: hidden;
  margin-bottom: 20px;
}
div.wrap article .bread ol {
  margin: 0;
  padding: 0;
}
div.wrap article .bread li {
  float: left;
  width: auto;
}
div.wrap article .bread li a {
  display: inline-block;
  padding: 5px;
  color: #000000;
  font-size: 15px;
}
div.wrap article .bread li a:hover {
  background-color: #eeeeee;
}
/* ぱんくずリストの区切り文字「＞」設定 */
div.wrap article .bread li:after {
  content: '\003e';
  margin-left: 10px;
  margin-right: 10px;
  color: #888888;
}
/* リストの共通設定 */
div.wrap article .works1 li, dl {
  line-height: 170%;
}
div.wrap article .works1 ul li:before {
  content: '\25B6';
  margin-left: 10px;
  margin-right: 10px;
  color: #888888;
}
div.wrap article .works1 ul {
  margin-bottom: 20px;
}
div.wrap article .works1 ul li a {
  color: #000;
  text-decoration: underline;
}
div.wrap article .works1 ul li a:hover {
  text-decoration: none;
}
p#past-2018 {
  text-decoration: underline;
  width: 125px;
}
p#past-2018:hover {
  text-decoration: none;
  cursor: pointer;
}
p#past-2017 {
  text-decoration: underline;
  width: 125px;
}
p#past-2017:hover {
  text-decoration: none;
  cursor: pointer;
}
p#past-2016 {
  text-decoration: underline;
  width: 125px;
}
p#past-2016:hover {
  text-decoration: none;
  cursor: pointer;
}
p#past-2015 {
  text-decoration: underline;
  width: 125px;
}
p#past-2015:hover {
  text-decoration: none;
  cursor: pointer;
}
p#past-2014 {
  text-decoration: underline;
  width: 125px;
}
p#past-2014:hover {
  text-decoration: none;
  cursor: pointer;
}
p#past-2013 {
  text-decoration: underline;
  width: 125px;
}
p#past-2013:hover {
  text-decoration: none;
  cursor: pointer;
}
p#past-2012 {
  text-decoration: underline;
  width: 125px;
}
p#past-2012:hover {
  text-decoration: none;
  cursor: pointer;
}
div#past-2018-slide, #past-2017-slide, #past-2016-slide, #past-2015-slide, #past-2014-slide, #past-2013-slide, #past-2012-slide {
  display: none;
}
div.wrap article .works1 p i {
  color: #888;
}
/* 著書の紹介記事画像のアコーデオン設定 */
div.wrap article .works1 dl dt:before {
  content: '\25B6';
  margin-left: 10px;
  margin-right: 10px;
  color: #888888;
}
dl#news dt span {
  text-decoration: underline;
}
dl#news dt span:hover {
  text-decoration: none;
  cursor: pointer;
}
/*dl#news dd {
  display: none;
}*/
/*アコーデオン矢印の表示*/
dl#news dt {
  position: relative;
}
dl#news dt:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 350px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg);
}
dl#news dt.ac:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 350px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-right: 0;
  border-bottom: 0;
  width: 10px;
  right: 10px;
  height: 10px;
  transform: rotate(45deg);
}
/* ########### 1190px 以上 ########### */
@media (min-width: 1190px) {
  header, div#main-visual, div.content, div#wrapper, div.wrap, address {
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ########### 768px 以上 ########### */
@media (min-width: 768px) {
  header {
    overflow: hidden;
  }
  header h1 {
    float: left;
    width: auto;
  }
  header nav {
    float: right;
    width: auto;
  }
  div#wrapper {
    overflow: hidden;
  }
  div#wrapper section {
    float: left;
    width: 65%;
  }
  div#wrapper aside {
    float: right;
    width: 27%;
  }
  /* ホームページ概要の箱3つを横に並べる設定 */
  div.content {
    overflow: hidden;
  }
  div.content section.content1 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  div.content section.content2 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  div.content section.content3 {
    float: left;
    width: 32%;
  }
  /* グローバルナビゲーションの設定 */
  header nav ul {
    overflow: hidden;
  }
  header nav ul li {
    float: left;
    width: auto;
  }
  header nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #666;
    font-weight: bold;
  }
  header nav ul li a:hover {
    background: #eeeeee;
  }
  /* トグルボタン */
  header #menubtn {
    display: none;
  }
  /* グローバルナビゲーション */
  header nav#menu {
    display: block !important;
  }
  /* プロフィル、講演、著書、雑文・小論、連絡先 */
  /* 本文とサイドメニューを横に並べる設定 */
  div.wrap article {
    overflow: hidden;
  }
  div.wrap article section.works1 {
    float: right;
    width: 78%;
    padding-left: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.wrap article nav.sidemenu {
    float: left;
    width: 20%;
  }
}
/* ########### 767px 以下 ########### */
@media (max-width: 767px) {
  /* グローバルナビゲーションメニューの設定（縦並び） */
  header nav ul {
    margin: 10px 0px 0px 0px;
    padding: 0;
  }
  header nav ul li a {
    display: block;
    padding: 5px;
    color: #000000;
    font-size: 14px;
  }
  header nav ul li a:hover {
    background-color: #eeeeee;
  }
  /* グローバルナビゲーションの非表示 */
  header nav {
    display: none;
  }
  /* トグル「menu」文字の非表示 */
  header #menubtn span {
    display: inline-block;
    text-indent: -999999px;
  }
  header #menubtn i {
    color: #888;
    font-size: 18px;
  }
  /* 一歩進んだトグルボタン */
  header #menubtn {
    padding: 6px 6px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    right: 14px;
    cursor: pointer;
  }
  div#main-visual p.catch {
    padding: 10px;
    font-size: 20px;
  }
  /* トグルのロールオーバー設定 */
  header #menubtn:hover {
    background-color: #dddddd;
  }
  /* クリックラインの消去 */
  header #menubtn:focus {
    outline: none;
  }
}
/* ########### 599px 以下 ########### */
@media (max-width: 599px) {
  /* グロバールナビゲーションの設定 */
  header h1 img {
    width: 278px;
    height: auto;
  }
  header nav ul li a {
    padding: 5px;
    font-size: 14px;
  }
  /* メーン画像のキャッチコピーの設定 */
  div#main-visual p.catch {
    font-size: 12px;
    padding: 6px;
    left: 3%;
    bottom: 16%;
  }
  div#main-visual p.caption {
    padding: 6px 6px 0px 6px;
    font-size: 12px;
  }
  /* プロフィル本文各見出しの大きさの設定 */
  div.wrap article section.works1 h2 {
    font-size: 26px;
  }
  div.wrap article section.works1 h3 {
    font-size: 20px;
  }
  div.wrap article section.works1 p.lead {
    font-size: 16px;
  }
}
/* ########### 359px以下 ########### */
@media (max-width: 359px) {
  /* サイト名 */
  header h1 img {
    width: 235px;
    height: auto;
  }
}