/* 画像フチのぼかし */
/*
.ebe-top-title-logo {
	position: relative;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.ebe-top-title-logo::after {
	position: absolute;
	margin: auto;
	max-width:750px;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 10px #FFF;
}
*/
.ebe-top-title-logo img {
	max-width: 100% !important;
}

.ebe-function-icon {
	height: 150px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ebe-function-icon img {
	height: auto !important;
	width: 120px !important;
}

.ebe-function-icon-wide {
	height: 150px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ebe-function-icon-wide img {
	height: auto !important;
	width: 100% !important;
}

table ol {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

table ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

table li {
	margin-top: 0.5em !important;
}

li ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

li ol {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ebe-ul-nomargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ebe-h4-nopadding {
	padding-top: 0 !important;
}

.ebe-check-mark {
	width: 1.5em;
	vertical-align: middle;
}

.ebe-kitei-btn {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ebe-kitei-btn a {
	margin: 10px !important;
}

.ebe-tategaki-td {
	width: 10% !important;
	text-align: center !important;
	vertical-align: middle !important;
}

.ebe-tategaki-div {
	text-align: center !important;
}

.ebe-tategaki-p {
	padding: 0 !important;
	writing-mode: vertical-rl !important;
	display: inline-block !important;
}


/* prエリア用 */
/* PR 企業スタイル別運用方法エリア */
h3.ebe-style-section-title {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0 5px;
	text-align: left;
	font-size: 20px;
}

h3.ebe-style-section-title:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: rgb(var(--image-color-accent));
}

h4.ebe-style-section-txt {
	background: rgb(var(--image-color-light));
	padding: 1rem 2rem;
	font-weight: bold;
	font-size: 18px;
	max-width: 750px;
	margin: 0 auto 50px;
}

.ebe-style-section {
	padding-bottom: 30px;
}

.ebe-style-section-flex {
	display: flex;
	width: 100%;
	margin: 0 0 30px;
	justify-content: space-around;
}

.ebe-style-section-flex .common-parallel-img {
	flex-basis: 70%;
}

.ebe-style-section-flex .common-parallel-txt {
	margin-top: 30px;
	flex-basis: 50%;
}

/* 導入までの流れ */
.ebe-step {
	margin-bottom: 70px;
}

h3.ebe-step-title {
	font-weight: bold;
	font-size: 25px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-decoration-skip-ink: none;
}

/* CTAボタン */

.cta_btn {
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	position: absolute;
	bottom: 8%;
	right: 0;
	width: 100%;

}

a.cta_btn01,
a.cta_btn02 {
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 1em 1em 1em 60px;
	border-radius: 100vh;
	width: 100%;
	max-width: 300px;
	transition: all .2s;
	box-shadow: 0 3px 5px rgba(4, 50, 11, 0.5);

}

/* ボタンの色 */
a.cta_btn01 {
	background: rgb(30 169 0);
}

a.cta_btn02 {
	background: rgb(30 169 0);
}

a.cta_btn01::before,
a.cta_btn02::before {
	content: '';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
}

/* カタログアイコン */
a.cta_btn01::before {
	width: 40px;
	height: 40px;
	background-image: url(ebe_img/catalog-icon.png);
}

/* ダウンロードアイコン */
a.cta_btn02::before {
	width: 40px;
	height: 40px;
	background-image: url(ebe_img/trial-icon.png);
}

.cta_btn img {
	width: 1em;
	margin-right: 0.5em;
}

/* マウスオーバー時 */
a.cta_btn01:hover,
a.cta_btn02:hover {
	box-shadow: none;
	transform: scale(0.99, 0.99) translateY(2px);
	color: #fff;
}

.cta_btn-copy {
	font-size: 90%;
	font-weight: bold;
	color: initial;
	position: absolute;
	top: -2em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
}

.cta_btn-copy:before {
	margin-right: .2rem;
	content: '＼';
}

.cta_btn-copy:after {
	margin-left: .1rem;
	content: '／';
}

.ebe-top-title-logo {
	position: relative;
}


/* 連携補完機能ページ用CTAボタン */
.cta_btn-back {
	position: relative;
}

.cta_btn_right{
	justify-content: right;
	padding-right: 30px;
	bottom: 10%;
}
.cta_btn-text{
	margin-bottom: 60px;
	max-width: 650px;
	display: flex;
	margin-left: 30px;
}
.cta_btn-text img{
	height: 100px;
}

.cta_btn_right a.cta_btn01 {
	background: rgb(97 187 255);
	box-shadow: 0 3px 5px rgba(4, 65, 94, 0.5);
}

.cta_btn_right a.cta_btn01:hover {
	box-shadow: none;
}
h3.h3-center{
	text-align: center;
    border-left: 0 solid rgb(var(--image-color-accent));
    margin: 40px auto 20px;
	width: 80%;
	max-width: 500px;
	color: rgb(26, 26, 114);
	/* border-bottom: 3px dashed rgb(97 187 255); */
}

/* バナー */
.ebe-banner img {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	max-width: 700px;
}

.ebe-banner img:hover{
	cursor: pointer;
	opacity: .7;
}


@media screen and (max-width:1050px) {

	/* CTAボタン */
	.cta_btn {
		bottom: 7%;
	}

	a.cta_btn01,
	a.cta_btn02 {
		font-size: 14px;
		padding: .5em .7em;
		max-width: 200px;
	}

	a.cta_btn01::before,
	a.cta_btn02::before {
		display: none;
	}

	.cta_btn-copy {
		font-size: 85%;
	}

}

@media screen and (max-width:640px) {

	/* PR 企業スタイル別運用方法エリア */
	.ebe-style-section {
		margin: 0 15px;
	}

	.ebe-style-section-flex .common-parallel-txt {
		margin-top: 0;
	}

	.ebe-style-section-flex {
		display: flex;
		flex-direction: column;
		margin: 0 0 30px;
	}

	.ebe-style-section-flex ul {
		margin: 10px;
	}

	.ebe-style-section-flex figure {
		padding-bottom: 0;
	}

	h3.ebe-step-title {
		font-size: 20px;
	}

	h4.ebe-style-section-txt {
		font-size: 16px;
	}

	/* 導入までの流れ */
	.ebe-step p.ebe-step-img {
		padding: 0;
	}

	/* バナー */
	.ebe-banner img {
		max-width: 100%;
	}

	.cta_btn-text img{
		margin-top: 10px;
	}

	.cta_btn-text{
		display: block;
		margin-left: 0;
	}
	
	h3.h3-center{
		margin: 20px auto 20px;
		width: 90%;
		font-size: 16px;
	}
	

}

@media screen and (max-width:450px) {


	/* CTAボタン */
	.cta_btn {
		bottom: 7%;
		gap: 5px;
	}

	a.cta_btn01,
	a.cta_btn02 {
		font-size: 10px;
		padding: .3em .5em;
		max-width: 140px;
	}

	.cta_btn-copy {
		display: none;
	}
}