/* PC */
@media screen and (min-width:701px) {
    .sec1-context>div:nth-child(1) {
        font-size: 3em;
    }

    .pe-lg-10 {
        padding-right: 10vw !important;
    }

    .ps-lg-10 {
        padding-left: 15vw !important;
    }

    .about-img {
        width: 30%;
    }

    .candolist {
        width: 20%;
    }

    .fs-l-5 {
        font-size: 1.4em !important;
    }

    .iframe {
        height: 450px;
    }
}