
.container .i11ch_frame div.image_link_guid {
    width: 100%;
    height: 224.11px;
    overflow: hidden;
    position: relative;
}
.container .i11ch_frame div.image_link_guid img {
    border-radius: 20px;
    transition:1s all;
}





.pg_icnzaq_fee_table {
    border-collapse: collapse;
    width: 100%;
}
.pg_icnzaq_fee_table td {
    text-align: center;
    border: 4px solid #77ced9;
    font-weight: bold;
    padding: 10px;
}

.pg_icnzaq_fee_table td.title_row {
    background-color: #c7e9e8;
}
.pg_icnzaq_fee_table td.title_row .image {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 42px 42px;
    height: 50px;
    width: 220px;
    display: grid;
    align-items: center;
    margin: auto;
}
.pg_icnzaq_fee_table td.title_row .image.home {
    background-image: url("../images/img_icnzaq_home.png");
}
.pg_icnzaq_fee_table td.title_row .image.apart {
    background-image: url("../images/img_icnzaq_apart.png");
}

.pg_icnzaq_fee_table td.title_col {
    background-color: #e1f8f4;
}
.pg_icnzaq_fee_table td.txtClrRed {
    color: #FF0000;
}




.pg_icnzaq_fee_table td>span {
    font-weight: normal;
}
.pg_icnzaq_fee_table td.discounts {
    color: #FF0000;
    line-height: 17px;
}
.pg_icnzaq_fee_table td.discounts>span {
    font-size: 11px;
    font-weight: bold;
}









/* レスポンシブ対応 */
@media (max-width: 768px) {
    .container .i11ch_frame div.image_link_guid {
        height: auto;
    }




}



