@charset "UTF-8";

@font-face {
	font-family: noto-sans-jp;
	font-weight: normal;
	src: url("./fonts/Noto-Sans-JP/NotoSansJP-Regular.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: noto-sans-jp;
	font-weight: bold;
	src: url("./fonts/Noto-Sans-JP/NotoSansJP-Bold.woff") format("woff");
	font-display: swap;
}
#tinymce {
	font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体",
		"Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hp-color--red{
	color: #fc685a;
}
/* =============================
CTA
============================= */
.bl-cta{
	font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f9f9f9;
	padding: 40px 16px;
}
.el-cta-ttl{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background: #009EF3;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 52px;
	padding: 7px 12px 8px;
	margin-bottom: 0!important;
}
.bl-cta .bl-bullet-list{
	background: #fff;
	margin-top: 0;
	padding: 24px 16px;
	display: grid;
	place-content: center;
}
.bl-cta .bl-bullet-list > li{
	font-weight: bold;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.bl-cta .bl-bullet-list > li::before{
	content: '・';
}
.el-trial-txt{
	line-height: 1.5;
	text-align: center;
	display: block;
}
.el-trial-txt > span{
	font-size: 1.2em;
	font-weight: bold;
	color: #062c6b;
	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;
	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 #fc685a;
	border-bottom: 3px solid #fc685a;
	left: 0;
	transform: translateY(-4px) rotate(-45deg) translateY(-50%);
}
.el-btn-pr{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #062c6b;
	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 #fc685a;
	color: #fc685a!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;
}
.el-btn.cta:hover{
	background: #fc685a;
	color: #fff!important;
	opacity: 1;
}
@media screen and (width <= 1240px) {
	.bl-cta-bnr > .pc{
		display: initial;
	}
}
@media screen and (width <= 768px) {
	.bl-cta-bnr > .pc{
		display: none;
	}
}