@charset "UTF-8";
/* 
======== CONTENTS ==========================================
okta forms share css
2023/08/25
 =========================================================
*/

/*modal panel*/

.hs-form-card__title {
    margin-top: 0;
}

.hs-form-card__thumb {
    display: none;
}

ul.popup-list {
    display: flex;
    margin: 0 0 10px 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.popup-list>li {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

ul.popup-list>li.list_split2 {
    width: calc(50% - 8px);
}

ul.popup-list>li.list_split3 {
    width: calc(33.33% - 5px);
}

ul.popup-list>li.list_nosplit {}

/*モーダルZZOOMアイコン*/
.hs-form-card .hs-form-card__desc ul.popup-list>li:before {
    /* content: url(/-/media/3377DB63E12542D1B3B209EC001840CE.ashx); */
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    left: inherit;
    display: block;
}