@charset "utf-8";

/* ----------------------------------------------------------------
* モーダル（共通クラス）
---------------------------------------------------------------- */
.ev_common_lock_body {
	height: 100%;
	overflow: hidden;
}

.ev_common_modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.ev_common_modal.ev_common_modal_showed {
	display: flex;
}

.ev_common_modal_bg {
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.ev_common_modal_container {
	background-color: #fff;
	margin: auto;
	max-height: 95%;
	overflow-y: auto;
	width: 600px;
	z-index: 1;
}

.ev_common_modal_title {
	align-items: center;
	background-color: #eee;
	display: flex;
	font-size: 21px;
	height: 50px;
	line-height: 1.4;
	padding-left: 30px;
	position: relative;
}

.ev_common_modal_cross {
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 15px;
	width: 20px;
}

.ev_common_modal_cross::before,
.ev_common_modal_cross::after {
	background: #222;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 27px;
}

.ev_common_modal_cross::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ev_common_modal_cross::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.ev_common_modal_desc_wrap {
	margin: 30px;
}

.ev_common_modal_close_btn {
	cursor: pointer;
	margin: 20px auto 0;
	width: 240px;
}

/* systemDate制御 */
.common_modal_hidden {
	display: none;
}

/* ----------------------------------------------------------------
* モーダル（エリア表記について）
---------------------------------------------------------------- */

.ev_common_modal_area_desc {
	font-size: 16px;
	line-height: 1.6;
}

.ev_common_modal_area_label {
	background-color: #0068b7;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	margin-left: 9px;
	margin-right: 7px;
	padding: 0.5px 6px 0;
	transform: translateY(-1.5px);
}

.ev_common_modal_area_label:last-of-type {
	margin-left: 0;
}

/* ----------------------------------------------------------------
* モーダル（注意事項について）
---------------------------------------------------------------- */

.ev_common_modal_attention_term {
	font-size: 18px;
	font-weight: bold;
}

.ev_common_modal_attention_term:not(:first-of-type) {
	margin-top: 15px;
}

.ev_common_modal_attention_desc {
	font-size: 16px;
	line-height: 1.6;
}

.ev_common_modal_attention_desc_list {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}

.ev_common_modal_attention_term + .ev_common_modal_attention_desc,
.ev_common_modal_attention_term + .ev_common_modal_attention_desc_list {
	margin-top: 4px;
}

.ev_common_modal_attention_desc_note {
	color: #808080;
	font-size: 12px;
	line-height: 1.7;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

.ev_common_modal_attention_link {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAiElEQVQokY2Quw5CMQxDj0slmIAP50fZGIt0kRn6UFouCG9NHeckOt/uND1y4WKB3CoSQ67FlAuTds2A2zOxyDEUj3RRPzJgoNvm2M8wTxO20w9zm5ZW1tex8hsjV2PEzH37rsNzf0I/xoS0Xmzu6EsrHh5/bRhIQC4C+wogAr8CjkLDP8kNS2/XnCyn7UOxMAAAAABJRU5ErkJggg==);
	background-position: right 2px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	padding-right: 16px;
}

.ev_common_modal_attention_text_red {
	color: #e84d4d;
}

.ev_common_modal_attention_text_bold {
	font-weight: bold;
}

/* ----------------------------------------------------------------
* モーダル（BOOK注意事項について）
---------------------------------------------------------------- */

.ev_common_modal_attention_book_term {
	font-size: 18px;
	font-weight: bold;
}

.ev_common_modal_attention_book_term:not(:first-of-type) {
	margin-top: 15px;
}

.ev_common_modal_attention_book_desc {
	font-size: 16px;
	line-height: 1.6;
}

.ev_common_modal_attention_book_desc_list {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}

.ev_common_modal_attention_book_term + .ev_common_modal_attention_book_desc,
.ev_common_modal_attention_book_term + .ev_common_modal_attention_book_desc_list {
	margin-top: 5px;
}

.ev_common_modal_attention_book_link {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAiElEQVQokY2Quw5CMQxDj0slmIAP50fZGIt0kRn6UFouCG9NHeckOt/uND1y4WKB3CoSQ67FlAuTds2A2zOxyDEUj3RRPzJgoNvm2M8wTxO20w9zm5ZW1tex8hsjV2PEzH37rsNzf0I/xoS0Xmzu6EsrHh5/bRhIQC4C+wogAr8CjkLDP8kNS2/XnCyn7UOxMAAAAABJRU5ErkJggg==);
	background-position: right 2px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	padding-right: 16px;
}

/* ----------------------------------------------------------------
* モーダル（WEBセミナー出席登録）
---------------------------------------------------------------- */

.evd_common_modal_attendance_heading {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.evd_common_modal_attendance_desc {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 15px;
}

.evd_common_modal_attendance_note {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

.evd_common_modal_attendance_note:not(.common_modal_hidden) + .evd_common_modal_attendance_note:not(.common_modal_hidden) {
	margin-top: 0;
}

/* ----------------------------------------------------------------
* モーダル（視聴履歴の取り扱いについて）
---------------------------------------------------------------- */

.ev_common_modal_viewingHistory_desc {
	font-size: 16px;
	line-height: 1.6;
}
