/**/

.seminar_detail > .contents > div.speaker > ul {
		flex-direction: column;
}

/*-----------------------------------------------------------------------------
｜
｜■┓セミナー情報ページリニューアル_220620
｜┗┛
-----------------------------------------------------------------------------*/
.seminar_block > .speaker_detail > .contents > div.speaker > ul {
		flex-direction: column;
}
.seminar_block > .speaker_detail > .contents > div.speaker > ul > li {
	width: 100%;
}

/*-----------------------------------------------------------------------------
｜
｜■┓セミナー情報一覧ページ
｜┗┛
-----------------------------------------------------------------------------*/
.search_box {
	flex-wrap: wrap;
}
.seminar_index > ul > li {
	width: calc(100% / 2);
}

/*-----------------------------------------------------------------------------
|
|■┓見逃し配信申込フォーム部分
|┗┛
-----------------------------------------------------------------------------*/
/* ID・PWがわからない方（PAD・SP用） */
.no_idpw_sp {
	display: block;
	margin-bottom: 24px;
	text-align: center;
}
.no_idpw_sp a.btn_no_idpw {
	background-position: top calc(50% + 1px) left 8px;
	background-size: 24px 20px;
	padding-left: 36px;
}

/*----------------------------
テーブル　お問い合わせフォーム（.qes_form）絞り込み
----------------------------------------------------------*/
table.qes_form {
	table-layout: fixed; /* IEでコンテンツがはみ出すのを防ぐため */
	width: 100%;
}
table.normal.qes_form th {
	width: 168px; /* ↑で「table-layout: fixed;」にしているため横幅は固定 */
}
/* ID・PWがわからない方（PC用） */
table.normal.qes_form .usr_id div.no_idpw_pc {
	display: none;
}
/* inputのサイズ */
table.normal td .usr_id input,
table.normal td .password input {
	width: 100%;
	max-width: 100%;
}
table.normal td .name_width input {
	width: calc((100% / 2) - 0.5em);
}
table.normal td .email input {
	width: 100%;
}
table.normal td .email_conf .email_conf1,
table.normal td .email_conf .email_conf2 {
	width: calc((100% / 2) - 1em);
}
