@charset "UTF-8";
/* =============================
CTA
============================= */
.bl-cta{
	background: #f9f9f9;
	padding: 32px 16px;
	margin-top: 2em;
}
.el-cta-ttl{
	font-size: 1.2em!important;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #fff!important;
	background: #ff6900;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	padding: 7px 12px 8px;
	margin-bottom: 0!important;
}
.bl-cta .bl-bullet-list{
	background: #fff;
	margin-top: 0;
	padding: 24px;
	display: grid;
	place-content: center;
	gap: 0.5em;
}
.bl-cta .bl-bullet-list > li{
	font-weight: bold!important;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.bl-cta .bl-bullet-list > li::before{
	content: '・';
}
.el-trial-txt{
	font-size: 18px!important;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin-top: 24px;
}
.el-trial-txt > span{
	font-size: 1.1em;
	font-weight: bold;
	color: #062c6b!important;
	letter-spacing: 1px;
	background: linear-gradient(transparent 60%, #FFFA89 60%);
}
.el-corporate-txt{
	text-align: center;
}
.el-corporate-txt > span{
	font-weight: bold;
}
.bl-cta-bnr{
	display: block;
	width: 100%;
}
.bl-check-list{
	display: grid;
	place-content: center;
	gap: 0.5em;
	margin: 1em auto 2em;
}
.bl-check-list > li{
	font-weight: bold;
	list-style-type: none;
	padding-left: 1.5em;
	position: relative;
}
.bl-check-list > li::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 14px;
	height: 8px;
	border-left: 3px solid #ff6900;
	border-bottom: 3px solid #ff6900;
	left: 0;
	transform: translateY(-4px) rotate(-45deg) translateY(-50%);
}
.bl-check-list > li > span{
	color: #ff6900;
	font-weight: bold;
}
.el-btn-pr{
	font-size: 1.1em!important;
	font-weight: bold;
	text-align: center;
	color: #062c6b!important;
	display: flex;
	justify-content: center;
	margin-bottom: 8px!important;
	position: relative;
}
.el-btn-pr::before,
.el-btn-pr::after{
	content: "";
	width: 2px;
	height: auto;
	background: #333;
}
.el-btn-pr::before{
	margin-right: 22px;
	transform: rotate(-30deg);
}
.el-btn-pr::after{
	margin-left: 16px;
	transform: rotate(30deg);
}
#tinymce .el-btn.--cta,
.el-btn.--cta{
	line-height: 1.5;
	text-align: center;
	background: #fff;
	border: 2px solid #ff6900;
	color: #ff6900!important;
	max-width: 480px;
	width: auto;
	font-weight: 700;
	padding: 8px 40px 11px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 0 auto!important;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}
.el-btn.--cta:hover{
	background: #ff6900;
	color: #fff!important;
	opacity: 1;
}


/* この記事を書いた人 */
.bl-author {
	margin-top: 3rem;
	border: 1px solid #ff6900;
	padding: 32px;
}
.bl-author-ttl {
	font-size: 18px!important;
	padding-left: 16px;
	margin: 0 0 24px!important;
	border-bottom: unset!important;
	position: relative;
}
.bl-author-ttl::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 24px;
	background: #ff6900;
	top: 2.5px;
	left: 0;
	/* transform: translateY(-50%); */
}
.bl-author-head {
	display: flex;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.bl-author-imgWrapper {
	flex: 0 0 100px;
}
.bl-author-imgWrapper.no-img {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #fff;
}
.bl-author-imgWrapper.no-img > img {
	width: 60%;
	padding-top: 5%;
}
.bl-author-txt{
	margin-bottom: 0!important;
}
.bl-author-name {
	flex: 1;
	padding-left: 0!important;
    border-left: none!important;
	margin: 0!important;
}

@media screen and (max-width: 768px) {
	.bl-author {
		padding: 32px 24px;
	}
	.bl-author-ttl {
		margin-bottom: 40px;
	}
	.bl-author-ttl::before {
		height: 28px;
		top: 2px;
	}
	.bl-author-head {
		gap: 8%;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.bl-author-imgWrapper {
		flex: 0 0 34%;
	}
	.bl-author-imgWrapper.no-img {
		height: 200px;
	}
	.bl-author-name {
		flex: 1;
		font-size: 30px;
	}
}