/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2025 | 07:06:40 */
/******************************************************************

	導入までの流れ.css


/******************************************************************
/*---------------------------------------------------
 テンプレート　調整
-----------------------------------------------------*/
/* フローリスト */
.lx-flow-list {
	gap: 25px;
}
/* フローボックス */
.lx-flow-item {
	padding: 24px 20px;
    background: #fff;
    border-radius: 24px;
}
/* STEP */
.lx-flow-item .lx-item-step {
    width: 15%;
    min-width: 150px;
    margin: 0 auto;
    padding: 0;
}
.lx-flow-item .lx-item-step p.elementor-icon-box-title {
	font-weight: 700;
	font-size: 18px;
}
/* コンテンツ */
.lx-flow-item .lx-item-content {
	padding: 0;
}
/* タイトル */
.lx-flow-item .lx-item-content .lx-flow-title h3.elementor-heading-title {
/* 	font-size: 1.6em; */
}
/* テキスト */
.lx-flow-item .lx-item-content .lx-flow-text {
    padding: 0;
    border-radius: 20px;
}
/* 矢印 */
.lx-flow-item:not(:last-child):after {
    content: "";
    width: 70px;
    height: 24px;
    background: #fff;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
/******************************************************************
　SP
*******************************************************************/
@media screen and (max-width: 767px) {
	/* フローリスト */
	.lx-flow-list {
		padding: 0;
	}
}
