.PgEstimate h5 {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    box-sizing: border-box;
    text-align: center;
}

.PgEstimate .p-title {
    display: flex;
    box-sizing: border-box;
}

.PgEstimate .p-title li:nth-child(1) {
    width: calc((100% - 20px) / 5 * 3);
    box-sizing: border-box;
}

.PgEstimate .p-title li:nth-child(2),
.PgEstimate .p-title li:nth-child(3) {
    width: calc((100% - 20px) / 5 - 50px);
    box-sizing: border-box;
}

.PgEstimate .p-title li:nth-child(2) {
    margin-left: 120px;
}

.PgEstimate .p-wrap {
    display: flex;
    justify-content: space-between;
}

.PgEstimate .products.matterport {
    display: flex;
    box-sizing: border-box;
    width: calc((100% - 20px) / 5 * 3);
    justify-content: space-between;
    margin-top: 20px;
}

.PgEstimate .products.matterport li {
    width: calc((100% - 20px) / 3);
    box-sizing: border-box;
}

.PgEstimate .blw {
    width: calc(((100% - 20px) / 5 - 50px) * 2);
    display: flex;
    justify-content: space-between;
}

.PgEstimate .products.broomx,
.PgEstimate .products.labpano {
    box-sizing: border-box;
    margin-top: 20px;
    width: calc(50% - 10px);
    margin-left: 0px;
}

.PgEstimate .products.broomx li,
.PgEstimate .products.labpano li {
    width: 100%;
    box-sizing: border-box;
}

.PgEstimate .products li figure {
    padding: 10px;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.PgEstimate .products li figure img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    margin: auto;
    box-sizing: border-box;
}

.PgEstimate .products li figure figcaption {
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    box-sizing: border-box;
}

.PgEstimate .venue>p {
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.PgEstimate .venue ul {
    display: flex;
    justify-content: space-between;
}

.PgEstimate .venue ul li {
    width: calc((100% - 60px) / 3);
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}

.PgEstimate .venue ul li .day {
    margin-top: 10px;
    font-weight: bold;
    color: #012c40;
    text-align: center;
}

.PgEstimate .venue ul li .dtl {
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .PgEstimate .p-title {
        display: none;
    }

    .PgEstimate .p-wrap {
        flex-wrap: wrap;
    }

    .PgEstimate .p-wrap ul.matterport {
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .PgEstimate .p-wrap ul li {
        width: calc((100% - 20px) / 2) !important;
    }

    .PgEstimate .p-wrap ul.broomx {
        flex-wrap: wrap !important;
        width: calc(50% - 10px) !important;
        margin-left: 0 !important;
    }

    .PgEstimate .p-wrap ul.labpano {
        flex-wrap: wrap !important;
        width: calc(50% - 10px) !important;
        margin-left: 20px !important;
    }

    .PgEstimate .p-wrap ul.broomx li,
    .PgEstimate .p-wrap ul.labpano li {
        width: 100% !important;
    }

    .PgEstimate .venue>p {
        font-size: 4vw;
    }

    .PgEstimate .venue ul {
        display: block;
    }

    .PgEstimate .venue ul li {
        width: 100%;
    }

    .PgEstimate h5 {
        font-size: 1.8rem;
    }

    .PgEstimate .blw {
        width: 100%;
    }
}

.p-taiken {
    display: flex;
    justify-content: space-between;
    align-items: end;
    align-items: flex-end;
    padding-top: 50px;
}

.p-taiken .matterport {
    width: 100%;
}

.p-taiken .matterport h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.p-taiken .matterport ul {
    display: flex;
    justify-content: space-between;
}

.p-taiken .matterport ul li {
    width: calc(33% - 10px);
    margin: 0;
}

.p-taiken .matterport ul li figure {
    padding: 10px;
    border: 1px solid #ddd;
    height: 300px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-items: flex-end;
}

.p-taiken .matterport ul li figure img {
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto 8px;
    display: block;
    margin-bottom: 8px;
}

.p-taiken .matterport ul li figure figcaption {
    text-align: center;
    font-weight: bold;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .p-taiken {
        display: block;
    }

    .p-taiken .matterport {
        width: 100%;
    }

    .p-taiken .other {
        width: 100%;
    }

    .p-taiken .matterport ul {
        display: block;
    }

    .p-taiken .matterport ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}
