/* step */
.step {
    padding: 80px 20px 50px;
    background-color: #ffffff;
    text-align: center;
}
.step .title {
    color: #bd1622;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}
.step .text{
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 30px;
}
.group {
    margin-top: 40px;
}
.group ul{
    width: 65%;
    margin: 0 auto;
    list-style: none;
    padding-inline-end: 0;
    padding-inline-start: 0;
    text-align: center;
}
.group .item{
    width: 24%;
    display: inline-block;
}
.group .item img{
    width: 80%;
}
.step .item .text1{
    color: #bd1622;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
}
.step .item .text2{
    color: #000;
    font-weight: bold;
}
.step .note {
    font-size: 12px;
    text-align: right;
    margin-top: 60px;
    padding-right: 10%;
}


@media (max-width:1200px) {
    .step .item{
        margin: 20px 26px 0;
    }
    .step .note {
        padding-right: 0;
    }
    .group ul{
        width: 100%;
    }
    .step {
        padding: 45px 0;
    }
    .group .item{
        width: 40%;
    }
    .step .text {
        padding: 0 45px;
        letter-spacing: 1px;
        line-height: normal;
    }
    .group {
        margin-top: 0px;
    }
}

@media (max-width:768px) {
    .step .group {
        margin-left: auto;
        margin-right: auto;
    }
    .step .item{
        margin: 20px 10px 0;
    }

    
}