/* 導入相談ページ */
.consultation_content .content{
    margin-top:80px;
}

.consultation_content .content h2{
    text-align: center;
}

.consultation_content .step{
    background-color: rgba(251, 250, 250, 1);
    padding:60px 0px;
    text-align: center;
    position: relative;
    margin-bottom:80px;
}

.consultation_content .step::before{
    content: "";
    border-style: solid;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 100px solid rgba(246, 244, 244, 1);
    border-bottom: 0;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top:0%;
}

.consultation_content .button_black a{
    margin-top:20px;
}
/* 導入相談ページ終了 */