.fr-activity * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.fr-activity img{
    width: 100%;
    display: block;
}

.fr-activity .kv{
    position: relative;
}

.fr-activity .kv-txt{
    position: absolute;
    top: 14.375vw;
    left: 8.333333vw;
    width: 42vw;
}
.fr-activity .kv-txt img{
   width: 13.020833vw;
}

.fr-activity .kv-txt h2{
    font-size: 3.333333vw;
    line-height: 1.25;
    margin-top: 1.5625vw;
 }

 .fr-activity .kv-txt h3{
    font-size: 1.25vw;
    line-height: 1.25;
    margin-top: .520833vw;
    font-weight: 400;
 }
 .fr-activity .kv-txt p{
    font-size: .9375vw;
    line-height: 1.25;
    margin-top: 2.34375vw;
 }
 .fr-activity .kv-txt p span{
    font-weight: 700;
 }




 .fr-activity .kv-txt > a {
    font-size: 1.875vw;
    line-height: 1;
    border-radius: 3.125vw;
    border: 1px solid #c7020d;
   margin-top: 1.927083vw;
    cursor: pointer;
    padding: .677083vw 2.083333vw;
    display: inline-table;
    color: #000;
    text-decoration: none;
}




.fr-activity .container2{
    margin-top: 5.729167vw;
}

.fr-activity .container2 > p {
    margin: 0 auto;
    font-size: 2.5vw;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 1.666667vw;
    text-align: center;
}

.fr-activity .container2 > .box {
    width: 78.125vw;
    margin: 0 auto;
    background-color: #f7faff;
    padding: 2.864583vw 4.6875vw 3.125vw;
    border-radius: .78125vw;
}

.fr-activity .box-weight{
    font-weight: 700;
}
.fr-activity .box > p:first-child{
    margin-top: 0;
}
.fr-activity .box > p{
    margin-top: 1.5625vw;
}
.fr-activity .box > div{
   display: flex;
   gap: 3.645833vw;
   margin-top: .5vw;
}
.fr-activity .box p{
    font-size: 1.5625vw;
    line-height: 1.25;
}
.fr-activity .box-small{
    font-size: 1.25vw !important;
}

.fr-activity .container3 {
    margin-top: 5.885417vw;
}
.fr-activity .container3 > p {
    margin: 0 auto;
    font-size: 2.5vw;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 1.5625vw;
    text-align: center;
}
.fr-activity .step-box{
    width: 78.125vw;
    margin: 0 auto;
}
.fr-activity .step-box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fr-activity .step-box2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.041667vw;
}
.fr-activity .step-box1 > .step{
    width: 25.416667vw;
    background-color: #f7faff;
    padding: 1.822917vw 2.8125vw 2.083333vw;
    border-radius: .78125vw;
    position: relative;
}
.fr-activity .step-box2 > .step{
    width: 38.645833vw;
    background-color: #f7faff;
    padding: 1.822917vw 2.8125vw 2.083333vw;
    border-radius: .78125vw;
    position: relative;
}
.fr-activity .step-box h2{
    font-size: 1.875vw;
    line-height: 1.25;
}
.fr-activity .step-box p{
    font-size: 1.25vw;
    line-height: 1.25;
    margin-top: .729167vw;
}
.fr-activity .step-box a{
    font-size: 1.25vw;
    line-height: 1;
    /* position: absolute;
    bottom: 3.125vw;
    left: 2.8125vw; */
    margin-top: 2.96875vw;
    border-radius: 3.125vw;
    border: 1px solid #c7020d;
    cursor: pointer;
    padding: .416667vw 1.302083vw;
    display: inline-table;
    color: #000;
    text-decoration: none;
}


@media (max-aspect-ratio: 11 / 10) {
   
    .fr-activity  .kv-txt {
        top: 19.444444vw;
        left: 50%;
        width: 90vw;
        transform: translateX(-50%);
        text-align: center;
    }
    .fr-activity .kv-txt img {
        width: 33.333333vw;
        margin: 0 auto;
    }
    .fr-activity  .kv-txt h2 {
        font-size: 6.666667vw;
        margin-top: 2.777778vw;
    }
    .fr-activity .kv-txt h3 {
        font-size: 4.444444vw;
        margin-top: 2.777778vw;
    }
    .fr-activity .kv-txt p {
        font-size: 3.888889vw;
        margin-top: 1.388889vw;
    }
    .fr-activity  .kv-txt > a {
        font-size: 4.444444vw;
        border-radius: 5.555556vw;
        margin-top: 1.388889vw;
        padding: 2.222222vw 4.166667vw;
    }

    .fr-activity .container2 {
        margin-top: 22.222222vw;
    }
    .fr-activity .container2 > p {
        font-size: 7.777778vw;
        margin-bottom: 5.555556vw;
    }
    .fr-activity .container2 > .box {
        width: 90vw;
        padding: 5.555556vw;
    }
    .fr-activity .box p {
        font-size: 4.444444vw;
    }
    .fr-activity .box-small {
        font-size: 3.888889vw !important;
    }
    .fr-activity .box > p {
        margin-top: 4.444444vw;
    }
    .fr-activity .box > div {
        display: flex;
        gap: 0;
        margin-top: 3.888889vw;
        flex-wrap: wrap;
    }

    .fr-activity .step-box h2 {
        font-size: 6.666667vw;
    }
    .fr-activity .step-box p {
        font-size: 4.444444vw;
        margin-top: 4.444444vw;
    }
    .fr-activity .step-box a {
        font-size: 4.444444vw;
        margin-top: 4.444444vw;
        border-radius: 5.5555555vw;
        padding: 2.222222vw 4.166667vw;
    }


    .step-box1 > .step{
        margin-top: 3.333333vw;
    }
    .fr-activity .step-box2 > .step{
        margin-top: 3.333333vw;
    }




    .fr-activity .container3 {
        margin-top: 22.222222vw;
    }
    .fr-activity  .container3 > p {
        font-size: 7.777778vw;
        margin-bottom: 5.555556vw;
    }
    .fr-activity .step-box {
        width: 90vw;
    }
    .fr-activity .step-box1 {
        width: 100%;
       flex-wrap: wrap;
    }
    .fr-activity .step-box2 {
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
    }
    .fr-activity .step-box1 > .step{
        width: 100%;
        padding: 5.555556vw;
    }
    .fr-activity .step-box2 > .step{
        width: 100%;
        padding: 5.555556vw;
    }

}