
/* com/plan.html用 css */
/* --------------------------------------------------- */

.page-ComPlan {}
.page-ComPlan p,
.page-ComPlan .table_default th,
.page-ComPlan .table_default td {
	font-size: 14px;
    line-height: 1.8em;
}

.page-ComPlan .content-wrap {}
.page-ComPlan .content-wrap:nth-of-type(1) .img_wrap {
    width: 49%;
}
.page-ComPlan .content-wrap .img_wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.page-ComPlan .content-wrap:nth-of-type(1) p {
    width: 49%;
	font-size: 18px;
    line-height: 2em;
}

/* spview */
@media screen and (max-width:767px) {
	.page-ComPlan .content-wrap:nth-of-type(1) .img_wrap {
		width: 70%;
		margin-bottom: 10px;
	}
	.page-ComPlan .content-wrap:nth-of-type(1) p {
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
}


/* 成功報酬 */
.plan-price {
    padding: 1rem;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 4px 0px 0px rgb(230 230 230 / 45%);
}
.page-ComPlan .content-wrap .plan-price img {
    max-width: 468px;
    display: block;
    margin: 0 auto;
}

/* spview */
@media screen and (max-width:767px) {
	
}



/* 掲載までの流れ */
.flow-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.flow-wrap .flow-step {
    width: 30.33%;
    border: 1px solid #e6e6e6;
	margin-right: 28px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 0px 0px rgb(230 230 230 / 45%);
	position: relative;
}
.flow-wrap .flow-step::after {
	content: "";
    width: 12px;
    height: 12px;
    border: none;
    border-top: 2px solid #108e4d;
    border-right: 2px solid #108e4d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: 0;	
}
.flow-wrap .flow-step:last-child::after {content: none;}
.flow-wrap .flow-step .header {
    background: #fff;
    padding: 0.75rem;
}
.flow-wrap .flow-step .header .num {
	background: #108e4d;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flow-wrap .flow-step .header .num span {
    font-size: 12px;
    line-height: 1em;
}
.flow-wrap .flow-step .header h4 {
    margin-left: 15px;
    font-size: 20px;
}
.flow-wrap .flow-step p {
    padding: 0.75rem;
}
/* spview */
@media screen and (max-width:767px) {
	.flow-wrap {
		flex-direction: column;
	}
	.flow-wrap .flow-step {width: 100%;}
	.flow-wrap .flow-step a {
		width: 93%;
	}
	
}






