/*
	商工会議所青年部　講師紹介
*/

/*-------------------------------------------------------------
	画面の幅782ピクセル以上
-------------------------------------------------------------*/
@media screen and ( min-width: 782px )
{
	/*
		ロゴ
	*/
	.logo{
		right: 16px;
		top: 16px;
	}
	.logo img{
		width: 52px; 
	}

	.logo p{
		font-size: x-large;
	}

	/*
		ラップしない
	*/
	.switch_flex_wrap{
		flex-wrap: nowrap;
	}
	.switch_white_space{
		white-space: nowrap;
	}

	/*
		トップの高さ
	*/
	.top_img{
		height: 800px;
	}

	/*
		タイトル用フォント設定
	*/
	.title_font{
		font-size: 64px;
	}
	.title_font_small{
		font-size: xxx-large;
	}

	/*
		画面幅広い時だけ表示
	*/
	.display_wide{
	}

	/*
		画面幅狭い時だけ表示
	*/
	.display_narrow{
		display: none;
	}
}

/*-------------------------------------------------------------
	画面の幅782ピクセル未満
-------------------------------------------------------------*/
@media screen and ( max-width: 782px )
{
	/* ロゴ */
	.logo{
		left: 16px;
		top: 16px;
	}
	.logo img{
		width: 48px; 
	}
	.logo p{
		font-size: large;
	}

	/*
		ラップする
	*/
	.switch_flex_wrap{
		flex-wrap: wrap;
	}
	.switch_white_space{
		white-space: pre-wrap;
	}

	/*
		トップの高さ
	*/
	.top_img{
		height: 100%;
	}

	/*
		タイトル用フォント設定
	*/
	.title_font{
		font-size: 32px;
	}
	.title_font_small{
		font-size: x-large;
	}

	/*
		画面幅広い時だけ表示
	*/
	.display_wide{
		display: none;
	}

	/* 画面幅狭い時だけ表示 */
	.display_narrow{
	}
}


/* トップ左右の部品 */
.top{
	position: relative;
	flex-basis: 50%;
	flex-grow: 1;
}

/* ロゴ */
.logo{
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.logo p{
	font-weight: bold;
	color: #000080;
}

/*
	タイトル用フォント設定
*/
.title_font, .title_font_small{
	font-weight: bold;
	color: #808080;
}

/*
	タイトル用フォント設定
*/
.p_font{
	font-size: small;
	font-weight: bold;
}

/*
	フッター用フォント設定
*/
.footer{
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
}

/*
	body要素
*/
body{
	background-color: #ffffff;

	white-space: nowrap;

	margin: 0; padding: 0;
	border: none;

	font-family: sans-serif;
}

/*
	講師リスト
*/
#lecturer_list_top
{
	position:	relative;
	width:	100%;
	height:	256px;

	display:	flex;
	align-items:	center;

	background-color:	#C0F2F5;
}

#lecturer_list_frame
{
	position:	relative;
	width:	80%;
	height:	100%;
	margin-left:	auto;
	margin-right:	auto;

	overflow:	hidden;
}

#lecturer_list
{
	position:	absolute;

	width:	100%;
	height:	100%;

	display:	flex;
	align-items:	center;
}

.lecturer_thumbnail{
	flex-shrink:	0;
	width:	128px;
	height:	256px;
	margin:	32px;

	display:	flex;
	flex-direction:	column;
	justify-content:	center;
}

.lecturer_title{
	height:	80px;
}
.lecturer_title > p{
	white-space:	normal;
}
.lecturer_image{
	width:	128px;
	height:	128px;
}
.lecturer_image > img{
	width:	100%;
	height	100%;
	object-fit:	cover;
}
.lecturer_name{
}
.lecturer_name > p{
	text-align:	center;
	font-size:	small;
}

#lecturer_arrow_l, #lecturer_arrow_r{
	position:	absolute;
	z-index:	16;
}
/*-------------------------------------------------------------
	画面の幅782ピクセル以上
-------------------------------------------------------------*/
@media screen and ( min-width: 782px )
{
	#lecturer_arrow_l, #lecturer_arrow_r{
		height:	80px;
		width:	80px;
	}
}
/*-------------------------------------------------------------
	画面の幅782ピクセル未満
-------------------------------------------------------------*/
@media screen and ( max-width: 782px )
{
	#lecturer_arrow_l, #lecturer_arrow_r{
		height:	48px;
		width:	48px;
	}
}
#lecturer_arrow_l{
	left:	0px;
	transform:	rotate( 180deg );
	transform-origin:	center;
}
#lecturer_arrow_r{
	right:	0px;
}

#lecturer_arrow_l > img, #lecturer_arrow_r > img
{
	width:	100%;
	height:	100%;
	object-fit:	contain;
}


/*
	p要素のコンテナ
*/
div.p_container{
	display: flex;
	flex-wrap: wrap;
}

/*
	p要素
*/
p{
	margin: 0px;
}

p.black_back, p.black_back1, p.black_back2, p.black_back3{
	text-align: center;
	width:	10em;
	height:	1.4em;
	color: #ffffff;
	background-color: #000000;
}

p.black_back1{
	background-color: #FECC38;
}

p.black_back2{
	background-color: #F79534;
}

p.black_back3{
	background-color: #FF4F00;
}

.prof_item_name{
	font-weight: bold;
	flex-shrink: 0;
	width: 7em;
}

.prof_row_style{
	border-bottom: solid 1px;
	padding: 0.5em 0px;
}

.border_box{
	box-sizing: border-box;
	padding: 0 1em;
}

/*-------------------------------------------------------------
	footer text
-------------------------------------------------------------*/

#red{ 
  border-top: solid 15px #97E6FF;
  background: #2E2C2C; 
  
  width:100%;
  padding-bottom: 16px;
}


.text2 {
  color: #f5f5f5;
  font-family: Lato;
  font-size: 15px;
  text-align: center;
  
}

.text3 {
  color: #f5f5f5;
  font-family: Sawarabi Gothic;
  font-size: 12px;
  text-align: center;
  margin-top: -10px;
  float: center;
}

ul{
	list-style:	none;
}
li{
	white-space: pre-wrap;
}
