/* メインタイトル、画像エリア */

.main-area-title-flow{
    width: 159px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media(max-width:860px) {
    .main-area-title-flow{
        width: 116px;
        top: 340px;
    }
}

/* 痛みの発症 */

.flow-title{
    width: 534px;
    margin: 0 auto;
    padding-bottom: 64px;
}

.flow-title p{
    font-size: 2.4rem;
    line-height:2.4;
    color: #1A8749;
    font-weight: 600;
    letter-spacing: 0.14rem;
}

.flow-title-underber-sp{
    display: none;
}

@media(max-width:860px) {
    .flow-title{
        width: 311px;
        margin: 0 auto;
        padding-bottom: 32px;
    }

    .flow-title p{
    font-size: 1.4rem;
    letter-spacing: 0.08rem;    
    }

    .flow-title-underber{
        display: none;
    }

    .flow-title-underber-sp{
        display: block;
    }
}

/*ステップ*/

.flow-step{
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

@media(max-width:1140px) {
    .flow-step{
        padding: 0 20px;
    }
}

.flow-step-number{
    color: #fff;
    background-color: #00BB99;
    border-radius: 4px;
    margin-bottom: 48px;
}

.flow-step-number p{
    color: #fff;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.2rem;
}

.flow-step-title p{
    font-size: 3.2rem;
    line-height: 1.68;
    font-weight: 600;
    letter-spacing: 0.2rem;
}   

.flow-step-subtitle p{
    font-size: 1.92rem;
    line-height: 1.71;
}

.flow-step-data-sp{
    display: none;
}

.flow-step-data{
    width: 100%;
    margin: 48px 0 56px;
}

.flow-step-data-title{
    width: 28%;
    background-color:#EEFFEE;
    color: #1A8749;
    font-size: 2.2rem;
    border: 1px solid #C4C4C4;
    font-weight: 600;
    vertical-align: middle;
}

.flow-step-data-discription{
    width: 72%;
    border: 1px solid #C4C4C4;
    text-align: left;
    padding: 32px;
    vertical-align: middle;
}

.flow-step-data-discription p span{
    color: #1A8749;
}

.flow-step-after{
    padding-bottom: 74px;
}

.flow-step-after p{
    display: inline;
    font-size: 2.4rem;
    line-height: 2.6;
    font-weight: 600;
    color:#5F9EA0;
    border-bottom: 1px dashed #5F9EA0;
    padding-bottom: 16px;
}

.flow-step-after-arrowdown{
    width: 42px;
    margin: 0 auto;
    padding-top: 74px;
}


@media(max-width:860px) {
    .flow-step-number{
        margin-bottom: 24px;
    }

    .flow-step-title p{
        font-size: 2.2rem;
        line-height: 1.68;
    }   

    .flow-step-subtitle p{
        font-size: 1.44rem;
        line-height: 1.73;
    }

    .flow-step-data{
        display: none;
    }

    .flow-step-data-sp{
        display: block;
        width: 100%;
        margin: 24px 0 32px;
        border: 1px solid #C4C4C4;
    }

    .flow-step-data-title-sp{
        background-color:#EEFFEE;
        color: #1A8749;
        font-size: 1.6rem;
        border-bottom: 1px solid #C4C4C4;
        font-weight: 600;
        padding: 16px 0;
    }

    .flow-step-data-discription-sp{
        text-align: left;
        padding: 12px;
    }

    .flow-step-data-discription-sp:nth-child(2){
        border-bottom: 1px solid #C4C4C4;
    }

    .flow-step-data-discription-sp p span{
        color: #1A8749;
    }

    .flow-step-after p{
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .flow-step-after{
        padding-bottom: 56px;
    }

    .flow-step-after-arrowdown{
        width: 37px;
        padding-top: 56px;
    }
}

/* 治療方針について */

.policy{
    background-color: #FAFAFA;
}

.policy-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 0;
}

.policy-title{
    font-size: 3.2rem;
    line-height: 1.68;
    font-weight: 600;
    text-align: center;
    padding-bottom: 56px;
}

.policy-discription p span{
    font-weight: 600;
}

@media(max-width:1140px) {
    .policy-wrapper{
        padding: 96px 20px;
    }
}

@media(max-width:860px) {
    .policy-wrapper{
        padding: 56px 20px;
    }

    .policy-title{
        font-size: 2.2rem;
        line-height: 1.68;
        padding-bottom: 32px;
    }

    .policy-discription p{
        font-size: 1.44rem;
        line-height: 1.66;
    }
}