.waPlanTableWrap {
    width: 100%;
    overflow-x: auto;
margin-bottom: 30px;
}

.waPlanTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    line-height: 1.55;
    color: #111;
}

.waPlanTable th,
.waPlanTable td {
    border: 1px solid #222;
    padding: 8px;
    vertical-align: middle;
    font-size: 12px;
}

.waPlanTable thead th {
    background: #1a1a1a;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.waPlanTable tbody tr:nth-child(even) {
    background: #f3f3f3;
}

/* プラン */
.waPlanTable th:nth-child(1),
.waPlanTable td:nth-child(1) {
    width: 24%;
}

/* 金額 */
.waPlanTable th:nth-child(2),
.waPlanTable td:nth-child(2) {
    width: 15%;
    text-align: center;
}

/* 内容 */
.waPlanTable th:nth-child(3),
.waPlanTable td:nth-child(3) {
    width: 38%;
}

/* 招木 */
.waPlanTable th:nth-child(4),
.waPlanTable td:nth-child(4) {
    width: 7%;
    text-align: center;
}

/* ロゴ */
.waPlanTable th:nth-child(5),
.waPlanTable td:nth-child(5) {
    width: 14%;
    text-align: center;
}

/* SNS */
.waPlanTable th:nth-child(6),
.waPlanTable td:nth-child(6) {
    width: 7%;
    text-align: center;
}

/* 内覧会 */
.waPlanTable th:nth-child(7),
.waPlanTable td:nth-child(7) {
    width: 8%;
    text-align: center;
}

/* 招待券 */
.waPlanTable th:nth-child(8),
.waPlanTable td:nth-child(8) {
    width: 9%;
    text-align: center;
}

.waPlanTable td:first-child strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.waPlanTable td:first-child span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #666;
}

.waPlanTable td small {
    font-size: 13px;
}

@media screen and (max-width: 750px) {
    .waPlanTable {
        font-size: 14px;
    }

    .waPlanTable th,
    .waPlanTable td {
        padding: 10px 8px;
    }

    .waPlanTable td:first-child strong {
        font-size: 16px;
    }

    .waPlanTable td:first-child span {
        font-size: 12px;
    }
}






.iconLines{
    width: auto;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 0px;
}




.entryFlow{  width: 100%; margin: 30px auto 40px;}

.entryFlow li{border: 1px solid #bbb; border-radius: 5px; list-style-type: none;
    background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);}
.entryFlow li.arrow{ border:none; padding-left: 30px;padding-bottom: 5px; background: none;}
.entryFlow li.arrow img{ width: 10px;}

.entryFlow li >.inner{padding: 10px;}
.entryFlow dl{ display: table; width: 100%;}
.entryFlow dt{ display: table-cell; vertical-align: top; width: 15%;}
.entryFlow dt .icon{ display: inline-block;vertical-align: middle;}
.entryFlow dt .icon img{ width: 50px;}
.entryFlow dd{display: table-cell;  vertical-align: middle;  box-sizing: border-box;padding-left: 0; position: relative;}
.entryFlow dd .title{display: inline; font-size: 16px; color:#393939; font-weight: 800;}
.pageCont .entryFlow dd p{display: block; padding: 0 0 0 0;margin-bottom:0;font-size: 16px;font-weight: bold; line-height: 1.5em;}

.entryFlow dd a{border-bottom: 1px dashed #7f003e;}



@media(max-width:750px){

.entryFlow{  width: 100%; margin: 30px auto 80px;}
.entryFlow dt{ display: table-cell; vertical-align: top; width: 12%;}
.entryFlow dd .title{font-size: 26px; }
.pageCont .entryFlow dd p{font-size: 22px;}

}



.WAphotoList{
    width: auto;
    margin: 0 auto 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.WAphotoList .imgBox{margin-bottom: 5px;}



@media(max-width:750px){
.WAphotoList{
    width: auto;
    margin: 0 auto 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}


}
