@charset "utf-8";

/* ===================================================================
CSS information

 file name    .seminar.css
 style info   .seminarページ用CSS
=================================================================== */

#contents {
	background: none;
}

ul#topic_path li a {
	background: none;
	margin-right: 0;
	padding-right: 5px;
}

/*  セミナーTOP
----------------------------------------------------------- */

.top_bnr {
	margin-bottom: 10px;
}

p.seminar_intro {
	margin-bottom: 30px;
}

.seminar #article #main h2 {
	padding-left: 22px;
	background: url(../img/share/ico-title.gif) 0px 4px no-repeat;
	font-size: 135%;
	color: #3b444f;
}

.section {
	width: 702px;
}

.section h3 {
	margin: 0;
	background: #f2f5f9;
	padding: 6px 10px;
	color: #3b444f;
	border-top: 1px solid #dde3ea;
	border-bottom: 1px solid #dde3ea;
	margin-bottom: 1em;
	font-weight: normal;
}

.section p {
	margin-bottom: 20px;
}

.section p.border_b {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.section h4 {
	padding-left: 30px;
	color: #334350;
}

.section_last {
	margin-bottom: 40px;
}


.section table.seminar_info {
	width: 700px;
	color: #3b444f;
}

.section table.seminar_info th {
	background: url(../seminar/share/bg-list_top.gif) repeat-x #09437e;
	color: #ffffff;
	padding: 7px 10px;
	text-align: center;
	border-right: 1px solid #dde3ea;
}

.section table.seminar_info th.last {
	border-right: 1px solid #09437e;
}

.section table.seminar_info th.day {
	border-left: 1px solid #09437e;
	width: 90px;
	padding: 7px 5px;
}

.section table.seminar_info td {
	padding: 7px 10px;
	text-align: center;
	border-right: 1px solid #dde3ea;
	border-bottom: 1px dotted #ccc;
	background: #f2f5f9;
}

.section table.seminar_info td.day {
	border-left: 1px solid #dde3ea;
	font-weight: bold;
	width: 100px;
	padding: 7px 5px;
}

.section table.seminar_info td.title {
	width: 185px;
	text-align: left;
}

.section table.seminar_info td.icon {
	width: 70px;
	padding: 7px 4px;
}

.section table.seminar_info td.company {
	width: 140px;
}

.section table.seminar_info .odd td {
	background: #ffffff;
}

.section table.seminar_info td a {
	text-decoration: none;
	font-weight: bold;
}

.section table.seminar_info td a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/*資料請求ほか*/

.seminar #article #main div.contact_area {
	zoom: 1;
	padding: 10px 10px 0 10px;
	background: url(../img/index/bg-contact_area.jpg) no-repeat;
	width: 700px;
}

.seminar #article #main div.contact_area ul li {
	float: left;
	padding-right: 10px;
}

.seminar #article #main div.contact_area ul li.last {
	padding-right: 0;
}

.seminar #article #main div.contact_area ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.seminar #article #main div.contact_area p {
	clear: both;
	padding: 0 0 20px 37px;
	margin-top: 21px;
	width: 537px;
}

/*セミナー詳細用*/

dl.time {}

dl.time dt {
	float: left;
	width: 55px;
	clear: both;
}

dl.time dd {
	margin-left: 55px;
	padding: 0px;
}

dl.place {}

dl.place dt {
	float: left;
	width: 30px;
	clear: both;
}

dl.place dd {
	margin-left: 30px;
	padding: 0px;
}


table.info {
	width: 700px;
}


table.info th,
table.info td {
	padding-top: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

table.info th {
	vertical-align: top;
	width: 15%;
}

table.info td {
	width: 85%;
}

.seminar #main h2 b {
	color: #154692;
}

p.center_btn {
	font-size: 135%;
	text-align: center;
}

p.center_btn span {
	font-size: 76%;
}

div.section_body {
	padding-bottom: 30px;
}

ul#sb_list {
	margin-left: 390px;
}

ul#sb_list li {
	float: left;
	padding-left: 9px;
	height: 23px;
	vertical-align: middle;
}

iframe.twitter-share-button {
	width: 90px !important;
}

/*  ウェビナー 2022-03-11
----------------------------------------------------------- */
.webinar-page ul#topic_path {
	width: 100%;
}

.webinar-page .page-inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

.webinar-page__subscribe {
	margin: 60px 0;
}

.webinar-list:not(:first-child) {
	margin-top: 100px;
}

.webinar-list__title {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.webinar-list__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin: 40px 0 0;
}


.webinar-item__inner {
	display: grid;
	row-gap: 12px;
	margin: 15px 0 0;
	justify-items: start;
	color: #000;

}


.item-anchor {
	height: 100%;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	background-color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.item-anchor:hover {
	text-decoration: none;
}
f
.item-anchor:hover .item-title {
	text-decoration: underline;
}

.item-status {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: var(--Base-06, rgba(242, 242, 242, 0.93));
	color: #000;
	font-weight: 500;
	padding: 3px 7px;
	font-size: 14px;
}

.item-status.-active {
	background: #EBF2FF;
	color: var(--Primary-03, #0054FF);
}

.item-status.-alert {
	background: #FEEFF3;
	color: var(--Variety-01, #EB1760);
}

.item-status.-attention {
	background-color: #fccf00;
	color: #000;
}

.item-status.-archive {
	background-color: #f5f5f5;
	color: #0054ff;
}

.webinar-item__meta {
	display: grid;
	row-gap: 5px;
}

.item-date {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}


.item-thumbnail__image {
	width: 100%;
	height: auto;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #656565;
}

.tag-list__item {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.tag-list__item::before {
	content: "#";
}

.item-location {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #656565;
}

.item-location::before {
	content: "";
	display: block;
	width: 13px;
	height: 15.696px;
	background: url("/zac/seminar/img/index/ico-mappin.svg");
}

.item-location::before {
	content: "";
	display: block;
	width: 13px;
	height: 15.696px;
	background: url("/zac/seminar/img/index/ico-mappin.svg") no-repeat center / contain;
	margin: 0 5px 0 0;
}

.item-location.-twinkle::before {
	background-image: url("/zac/seminar/img/index/ico-mappin-twinkle.svg");
}

.item-location.-twinkle {
	color: var(--Primary-03, #0054FF);
}

.item-location__icon {
	margin-right: 5px;
}

.webinar-item__content {
	display: grid;
	row-gap: 5px;
}

.item-title {
	font-size: 16px;
	line-height: 150%;
	font-weight: 700;
	margin: 0;
}

.subscribe-banner {
	display: grid;
	grid-template-columns: calc((607 / 978) * 100%) auto;
	grid-template-rows: auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border-radius: 4px;
	border: 2px solid #00349d;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.subscribe-banner__icon {
	grid-area: 1 / 2 / 2 / 3;
	padding: 30px 0;
}

.subscribe-banner__lead {
	grid-area: 1 / 1 / 2 / 2;
	padding-right: 55px;
	align-self: center;
}

.subscribe-banner__sub {
	grid-area: 2 / 1 / 3 / 3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: #00349d;
	color: #fff;
}

.subscribe-banner__sub::after {
	display: block;
	width: 9px;
	height: 9px;
	margin-left: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	transform: rotate(45deg);
}

.subscribe-banner__icon-image {
	max-width: 100%;
	height: auto;
}

.subscribe-banner__lead-text {
	margin: 0;
	text-align: right;
	font-size: 26px;
	letter-spacing: 0.1em;
}

.subscribe-banner__sub-text {
	margin: 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.subscribe-banner:hover {
	text-decoration: none;
	opacity: 0.5;
}

[v-cloak] {
	display: none;
}

.zac-fv {
	padding: 20px 0 60px;
	margin: 0 0 70px;
}

@media screen and (max-width: 1000px) {
	.webinar-list__list {
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.webinar-page ul#topic_path {
		margin-bottom: 10px;
	}

	.webinar-page .page-inner {
		box-sizing: border-box;
	}

	.webinar-page__subscribe {
		margin: 40px 0;
	}

	.webinar-list:not(:first-child) {
		margin-top: 40px;
	}

	.webinar-list__list {
		grid-template-columns: 1fr 1fr;
	}

	.subscribe-banner {
		display: block;
	}

	.subscribe-banner__icon {
		width: 100px;
		margin: 0 auto;
		padding: 14px 0;
	}

	.subscribe-banner__lead {
		padding: 0 20px 18px;
	}

	.subscribe-banner__sub::after {
		width: 6px;
		height: 6px;
	}

	.subscribe-banner__lead-text {
		text-align: center;
		font-size: 18px;
	}

	.subscribe-banner__sub-text {
		font-size: 14px;
	}

}

@media screen and (max-width: 599px) {
	.webinar-list__list {
		grid-template-columns: 1fr;
	}
}