@charset "utf-8";
/* CSS Document */

.otherPageHT{
	margin-bottom: 64px;
	text-align: center;
  font-size: var(--fs-c-24-36);
	font-weight: 900;
}
.companyProfileList{
	margin: 0 auto 64px;
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
}

.companyProfileList > dt,
.companyProfileList > dd{
	padding: 1em;
	font-feature-settings: "palt";
}

.ddH{
	font-size: var(--fs-c-14-16);
	font-weight: normal;
}

.ddList li{
	margin-bottom: 1em;
	margin-left: 1em;
	list-style-type: decimal;
}

.ddlBanks{
	display: flex;
	flex-wrap: wrap;
}

.ddlBanks li::after{
	content: "、";
}

.ddlBanks li:last-of-type::after{
	content: "";
}


/* お役立ち資料ダウンロード */
.wpDlWrap{
	margin: 0 auto 64px;
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	gap: 2em;
	justify-content: space-between;
	align-content: stretch;
}

.wpDlWrap li a{
	display: block;
	padding: 16px;
	border: solid 1px var(--c-border);
	max-width: 368px;
	text-decoration: none;
	height: 100%;
}
.wpDlWrap li a:hover{
	opacity: 0.5;
}

.wpdlTit{
	margin: 0.5em 0;
	font-size: var(--fs-24);
	color: var(--c-btn);
}

.wpDlSinglWrap{
	margin: 0 auto 64px;
	width: 90%;
	max-width: 1200px;
	display: flex;
	gap: 1em;
}

.dlwpThum{
	width: 100%;
	max-width: 480px;
}

.wpDlSingleTit{
	margin-bottom: 0.5em;
	font-size: var(--fs-32);
	font-weight: 900;
	font-feature-settings: "palt";
}

.wpDlDescArea{
	margin: 0 auto 64px;
	padding: 2em;
	width: 90%;
	max-width: 1200px;
	background-color: var(--c-bg-gray);
	border-radius: 8px;
}

.wpDlDescArea h3{
	margin-bottom: 0.5em;
	text-align: center;
	font-size: var(--fs-32);
}

.wpDlDescList{
	margin: auto;
	width: fit-content;
}

.wpDlDescList li{
	font-size: var(--fs-18);
	line-height: 2;
	border-bottom: dashed 1px var(--c-border);
}

/* ウェビナーTOP */
.webinarTwoColumn{
	margin: 0 auto 48px;
	display: block;
	width: 90%;
	position: relative;
	border-bottom: dotted 1px var(--c-border);
}

.webinarTwoColumn:last-of-type{
	border-bottom: none;
}

.webinarCatTit{
	margin: 0 auto 48px;
	padding: 0.5em 1em;
	width: 90%;
	max-width: 1200px;
	background-color: var(--c-primary);
	color: var(--c-white);
	font-weight: normal;
}

.webinarIcatch{
	margin-bottom: 1em;
}
.webinarIcatch > img{
	width: 100%;
}

.webinarTags{
	margin-bottom: 1em;
	display: flex;
	gap: 8px;
}

.webinarTags > li{
	border: solid 1px var(--c-border);
	padding: 0.5em 1em;
	font-size: var(--fs-c-12-14);
}

.webinaerListTit{
	margin-bottom: 0.5em;
	color: var(--c-btn);
	font-feature-settings: "palt";
}

.webinarContact{
	margin: 0 auto;
}

.webinarContact > a{
	margin: 0 auto 48px;
	display: block;
	width: fit-content;
	padding: 0.5em 1em;
	color: var(--c-white);
	background-color: var(--c-btn);
	border-radius: 4px;
	text-decoration: none;
}

.webinarContact > a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.webinarContact > a:hover::before{
	background-color: var(--c-white);
	opacity: 0.5;
}

.webinarTwoColumnPage{
	margin: 0 auto 48px;
	display: block;
	width: 90%;
}


/* ウェビナー個別ページ */
.WebinaerContactH2{
	margin-bottom: 0.5em;
	padding: 0.5em;
	background-color: var(--c-primary);
	color: var(--c-white);
	text-align: center;
	font-feature-settings: "palt";
}
.WebinaerContactH2 + p{
	text-align: center;
}

/* プライバシーマーク */
.pmArea{
	margin: 0 auto 64px;
	width: 90%;
	max-width: 1200px;
}

.taRight{
	text-align: right;
}

.pmDlArea dt{
	margin-bottom: 0.5em;
	font-weight: bold;
}
.pmDlArea dd{
	margin-bottom: 2em;
}

/* プライバシーポリシー */
.otherCommonList > li{
	list-style-type: decimal;
	font-feature-settings: "palt";
	text-align: justify;
}

.fitBox{
	margin: 64px auto;
	padding: 1em 10em;
	width: fit-content;
	border: solid 1px var(--c-border);
}

.otherBg{
	margin-bottom: 64px;
	padding: 64px;
	background-color: var(--c-bg-light);
}

.box1200{
	margin: 64px auto;
	width: 90%;
	max-width: 1200px;
}

.otherCommonList li{
	margin-top: 1em;
	margin-left: 2em;
}

.otherCommonList > li > ol > li > ul > li{
	list-style-type: circle;
}

.ppList li{
	margin-bottom: 1em;
	list-style-type: circle;
}

.complianceListInnerBox{
	padding: 1em;
	width: fit-content;
	border: solid 1px var(--c-border);
}

.complianceOl > li{
	margin-left: 1em;
	margin-bottom: 1em;
	list-style-type: decimal;
}

.pmp p,
.pmp ol{
	margin: 0 auto 1em;
	width: 90%;
	max-width: 1200px;
}

.pmp ol > li{
	list-style-type: decimal;
	margin-left: 1em;
	line-height: 1.75;
}

/* 総合お問い合わせTOP */
.contactUpper{
	margin: 64px auto;
	width: 90%;
	max-width: 1200px;
	text-align: center;
}

.contactUpper > p{
	margin: 32px auto;
	text-align: center;
}

.contactListArea{
	margin: 0 auto 64px;
	width: 90%;
	max-width: 1200px;
	display: flex;
	gap: 1.5em;
	flex-wrap: wrap;
}

.contactListArea > li{
	width: 100%;
	text-align: center;
	border: solid 1px var(--c-bg-gray);
}

.contactListArea > li > a{
	display: block;
	padding: 1em;
	text-decoration: none;
	color: var(--c-btn);
}

.contactListArea > li > a:hover{
	opacity: 0.5;
}

@media (min-width: 768px) {

	.companyProfileList > dt,
	.companyProfileList > dd{
	border-bottom: solid 1px var(--c-border);
	}

	.companyProfileList > dt{
		width: 30%;
	}
	.companyProfileList > dd{
		width: 70%;
	}

	.contactListArea > li{
		width: calc(50% - 1em);
	}
	
	/* ウェビナーTOP */
	.webinarTwoColumn{
		display: flex;
		max-width: 1200px;
	}

	.webinarTxtArea{
		margin-left: 1em;
	}

	.webinarIcatch > img{
		min-width: 400px;
		max-width: 400px;
	}
	
	/* ウェビナー個別ページ */
	.webinarIcatchSingle > img{
		min-width: 568px;
	}
	
	.webinarTwoColumnPage{
		display: flex;
		gap: clamp(16px, 2vw, 64px);
		max-width: 1200px;
	}


}