@charset "UTF-8";

@media screen and (min-width: 781px) {
    .p-contact{
        padding: 80px 0 120px;
    }
}
@media screen and (max-width: 780px) {
    .p-contact{
        padding: 40px 0 60px;
    }
}

.p-contact_text{
    font-size: 18px;
    line-height: 1.777;  
}

.p-contact_content{
    border: 1px solid #B8B8B8;
    border-radius: 30px;
    text-align: center;
}
@media screen and (min-width: 781px) {
    .p-contact_content{
        margin-top: 60px;
        padding: 20px 30px 0;

    }
}
@media screen and (max-width: 780px) {
    .p-contact_content{
        margin-top: 30px;
        padding: 0 10px;
        overflow: hidden;
    }
}

.p-contact_iframe{
    position: relative;
}
.p-contact_iframe::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    content: "";
}
.p-contact_iframe::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    content: "";
}


@media screen and (min-width: 781px) {
    .p-contact_content iframe{
        max-width: 800px;
        height: 1400px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 781px) {
    .p-contact_content iframe{
        height: 1440px;
    }
}
@media screen and (max-width: 780px) {
    .p-contact_content iframe{
        height: 1500px;
    }
}

