@charset "utf-8";
/* ========================================
      Di campaignPage add 202507
========================================= */
.camp__contents .spUser {
    display: none !important;
}
/* ステップ */
.camp__contents .camp__stepTitle {
    font-size: 24px;
    color: #00297e;
    margin: 0 auto;
    padding-top: 40px;
}
.camp__contents .camp__step {
    background-color: #a6e3ff;
    border-radius: 30px;
}
.camp__contents .camp__stepList {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
}
.camp__contents .camp__stepImg {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0 auto 20px;
}
.camp__contents .camp__stepItem {
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.camp__contents .camp__stepText {
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 15px;
    position: relative;
    height: 100%;
}
.camp__contents .camp__stepText:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%, -100%);
}
.d-body #bobunArea {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 4%;
}
.d-body #bobunArea p {
    font-size: 0.8em;
    text-align: right;
    height: 1em;
    padding-bottom: 1em;
}
@media screen and (max-width: 500px) {
    .camp__contents .spUser {
        display: block !important;
    }
    .camp__contents .company_camp_Img {
        margin: 0 0 32px;
        width: 100%;
    }
    .camp__contents .campImg {
        height: auto;
    }
    .camp__contents .camp__step {
        border-radius: 0;
        margin: 0 -4%;
    }
    .camp__contents .camp__stepList {
        overflow-x: scroll;
        padding: 20px 40px 40px;
    }
    .camp__contents .camp__stepItem:not(:last-child) {
        margin-right: 15%;
    }
    .camp__contents .camp__stepImg {
        width: 230px;
    }
    .d-body #bobunArea p {
        margin: 0 auto 0.5em;
        padding: 0;
        font-size: 12.8px;
        line-height: 1.5;
    }
}
