@media (min-width: 1024px) {
    .about {
        background: #fbfbfb;
        padding: 3.3333333333vw 13.5416666667vw 7.3958333333vw;
        color: #282828;
        font-size: calc(10px + 0.3vw);
    }
    .about .title {
        font-weight: 700;
        text-align: center;
        font-size: calc(10px + 0.5vw);
    }
    .about .desc {
        padding-bottom: 0;
        border-bottom: none;
        margin-top: 1.3541666667vw;
        text-align: center;
    }
    .about p {
        margin-top: 1.3541666667vw;
        line-height: 1.5625vw;
        text-align: justify;
    }
    .about .pc-con {
        margin-top: 3.3333333333vw;
        display: flex;
        padding-top: 3.3333333333vw;
        border-top: 2px solid #f5f5f5;
    }
    .about img {
        margin-top: 0;
        width: 21.7708333333vw;
        height: 21.7708333333vw;
    }
    .about .pc-con .pc-con-r {
        margin-left: 3.3333333333vw;
    }
    .about .p-none {
        margin-top: 0;
    }
    .about p {
        margin-top: 1.3541666667vw;
        line-height: 1.5625vw;
        text-align: justify;
    }
    .about .area, .about .pc-con .line {
        margin-top: 3.3333333333vw;
    }
    .about .pc-con .line {
        width: 100%;
        height: .1041666667vw;
        background: #f5f5f5;
    }
    .about .area, .about .pc-con .line {
        margin-top: 3.3333333333vw;
    }
    .about p {
        margin-top: 1.3541666667vw;
        line-height: 1.5625vw;
        text-align: justify;
    }
}
@media (max-width: 1024px) {
    .about {
        background: #fff;
        padding: 6.4vw 4vw 9.6vw;
        color: #000;
        font-size: 3.7333333333vw;
    }
    .about .title {
        font-weight: 700;
    }
    .about .desc {
        padding-bottom: 5.3333333333vw;
        border-bottom: 1px solid #f5f5f5;
    }
    .about p {
        margin-top: 2.9333333333vw;
        line-height: 5.6vw;
        text-align: justify;
    }
    .about img {
        width: 100%;
        margin: 5.3333333333vw 0 2.6666666667vw;
    }
    .about p {
        margin-top: 2.9333333333vw;
        line-height: 5.6vw;
        text-align: justify;
    }
    .about .area {
        margin-top: 8.2666666667vw;
    }
    .about p {
        margin-top: 2.9333333333vw;
        line-height: 5.6vw;
        text-align: justify;
    }
}
@media (min-width: 1024px) {
    .pay {
        background: #fff;
        padding: 3.3333333333vw 13.5416666667vw 7.3958333333vw;
        color: #282828;
        font-size: .9375vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .pay .title {
        font-weight: 700;
        text-align: center;
    }
    .pay img {
        margin-top: 3.3333333333vw;
        width: 20vw;
        height: auto;
    }
}
@media (max-width: 1024px) {
    .pay {
        background: #fff;
        padding: 6.4vw 4vw 9.6vw;
        color: #000;
        font-size: 3.7333333333vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .pay .title {
        font-weight: 700;
        text-align: center;
    }
    .pay img {
        margin-top: 3.3333333333vw;
        width: 100vw;
        height: auto;
    }
}