@charset "UTF-8";

/*
 *
 * 共通
 *
 */
body {
  color: #333;
  width: 750px;
  margin: 0 auto;
  text-align: center;
/* 	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体 Pr6N", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h2 {
  float:left;
  font-size:14pt;
  margin:6px 0 0 10px;
}

div.btn-area {
  height: 40px;
  margin-bottom: 20px;
}

.left {
  text-align: left;
}

.font90 {
  font-size:90%;
}

/* ヘッダー */
#header .row {
  margin-right: 0px;
}

/* コンテンツの主題 */
.section {
  font-weight: bold;
  font-size: 14pt;
  color: white;
/* 	background-color: #9c9e9c; */
  background-color: #565757;
  text-align: left;
  clear:both;
  height:33px;
  width:100%;
  border-style: none none solid solid;
  border-left-style: solid;
  border-width: 0px 0px 0px 10px;
  border-left-width: 10px;
  border-left: 5px solid #caa82b;
}

/* コンテンツの主題（出前講義閲覧者様へのお願い） */
.sectionPlease {
  font-weight: bold;
  font-size: 14pt;
  color: white;
/* 	background-color: #9c9e9c; */
  background-color: #565757;
  text-align: left;
  clear:both;
  height:33px;
  width:100%;
  border-style: none none solid solid;
  border-left-style: solid;
  border-width: 0px 0px 0px 10px;
  border-left-width: 10px;
  border-left: 5px solid #caa82b;
}

/*
 *
 * 検索画面（詳細な条件を指定して検索する）
 *
 */
table.detailSearch {
  width: 700px;
  text-align: left;
}

table.detailSearch tr {
  display: flex;
  max-width: 700px;
}

table.detailSearch td {
  display: flex;
  align-items: baseline;
  width: 50%;
  padding: 5px;
  border: none;
}

table.detailSearch td.normal {
  align-items: normal !important;
}

table.detailSearch td:has(.ckbx) {
  align-items: normal !important;
}

table.detailSearch div.ckbx {
  width: 1rem !important;
  margin-top: 0.3rem;
}

table.detailSearch div.label {
  width: 95% !important;
}

table.detailSearch label {
  margin-left: .35rem;
}

/* 検索画面 条件入力欄 */
input.search-text {
  width: 40ex;
}

/*
 *
 * 検索画面（入力説明文）
 *
 */
div.explanation  {
  text-align:left;
  margin: 10px;
}

/*
 *
 * 検索結果表示箇所
 *
 */
table#lecture {
  font-size:90%;
  width: 700px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
table#lecture tbody th {
  width: 120px;
  background-color: #f7f7f7;
}
table#lecture tbody th,td {
  padding: 5px;
  border: 1px solid #ddd;
}

div.lecture-list {
  padding:10px;
}

body .nav-top {
  margin-bottom:70px
}

div.condition {
  padding-left:10px;
}

@media (min-width:1200px) {
  body .nav-top {
    margin-bottom:140px
  }
}

@media screen and (max-width: 768.98px) {
  body {
    width: 100%;
  }
  body .nav-top {
    margin-bottom:130px
  }
  h1 {
    font-size:24pt;
  }
  table.detailSearch {
    width: 100% !important;
  }
  table.detailSearch tr {
    display: block;
  }
  table.detailSearch td {
    border-bottom: none;
    display: flex;
    width: 100% !important;
    font-size: 20px;
  }
  table.detailSearch div.ckbx {
    width: 1rem !important;
    margin-top: 0.6rem;
  }
  table#lecture {
    width: 100% !important;
  }
  
}

.explanation a {
	color: #007bff!important;
}

/*
 * 顔写真
 */
img.photo {
  min-width: 80px;
  max-width: 110px;
  min-height: 80px;
  max-height: 110px;
}

div.photo {
  background: #fff;
  float: left;
  position: relative;
  z-index: 1;
}

div.photo p {
  min-width: 120px;
  height: 100%;
}

/*
 * 専門分野
 */
ul.fieldTree ul {
  list-style: none;
}

ul.fieldTree ul li {
  display: block;
}

ul.part-contents {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/*
 * 全件表示
 */
a.open_button_ja {
  color: #caa82b
}

/*
 * メディア掲載アイコン
 */
 .default-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  margin-left: 5px;
}
 
.badge-color-mediatype {
  color: currentColor;
  background-color: #c4dde4;
}
