@charset "utf-8";

/*
========== バグ回避 ==========
*/
@media screen and (min-width: 768px) {
  div.main-container.html-fragment-page {
    margin-top: 0 !important;
  }
}

/*
========== モジュール ========== 
*/

/* ----- コンテンツブロック ----- */
div.dijf-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  font-size: 0;
  max-width: 918px;
	width: 100%;
  margin: 0 auto;
  height: auto;
  padding-top: 2rem;
  box-sizing: border-box;
}

/*
========== 中身 ==========
*/

div.dijf-block .__pic_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.__pic_container .__picbox {
	  width: 100%;
		max-width: 600px;
	  margin: 0 auto;
	}
}

/* --- 登壇者の写真パネル --- */
.__pic_container .__picbox {
	display: flex;
	flex-direction: column;
position: relative;
  width: calc(( 100% - 2rem ) / 3);
  margin: 0 1rem 0 0 ;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.__pic_container .__picbox {
	  width: 100%;
	  margin: 0 auto;
	}
}

div.dijf-block .__pic_container .__picbox:nth-child(3) {
	margin-right: 0;
}

div.dijf-block .__picbox .__pic {
	padding:0;
	box-sizing: border-box;
	position: relative;
	flex-shrink: 0;
}

div.dijf-block .__picbox .__sticker {
  position: absolute;
  display: block;
  top: 75%;
  right: 0;
  font-size: .875rem;
  padding: .25rem .75rem ;
  color: #000000;
  background-color: #bbbcbc;
  z-index: 1;
  box-sizing: border-box;
}
div.dijf-block .__picbox .__sticker:hover {
  background-color: #86bc25;
}

.__picbox .__pic_text {
	display: flex;
	flex-direction: column;
}

div.dijf-block .__picbox .__pic_speaker {
  width: 100%;
  text-align: center;
  font-size: 1rem;
	margin:0;
	padding: 1rem;
  box-sizing: border-box;
}
div.dijf-block .__picbox p.__cap {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 0 1rem;
  box-sizing: border-box;
}

/* --- ポップアップ --- */
.dijf-white-window {
  display: block;
  position: fixed;
  max-width: 760px;
  top: 10%;
  width: 96%;
  margin: 30px 0 0 0;
  padding: 20px;
  border: 1px solid #75787b;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 9999;
}
.dijf-white-window-inner {
	position: relative;
  height: 100%;
  z-index: 9999;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.dijf-show {
  display: block;
}
.dijf-hide {
  display: none;
}
h4.dijf-mod-name {
  font-size: 1.1rem;
}
h5.dijf-mod-jobtitle {
  font-size: 0.95rem;
  line-height: 1.25rem;
}
p.dijf-mod-content {
  font-size: 0.85rem;
  line-height: 1.25rem;
}
div.dijf-bt-wrap {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  text-align: right;
}
button.dijf-bt {
  width: 100px;
  padding: .5rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
	border: 0;
}

@media screen and (min-width: 768px) {
	button.dijf-bt2 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.dijf-white-window {
		height: 50vh;
  		max-height: 50vh;
	}
}
