@charset "UTF-8";
/*
    Template: swell
    Theme Name: MIZUKARA MEDIA
    Description: SWELLの子テーマとして作成しています
*/

.ts-fab-header h4 {
    border: none;
    margin-bottom: 20px;
}

.f_fix {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 10;
}

@media (max-width: 767px) {
    .f_fix {
        right: 10px;
        max-width: 300px;
    }
}

.f_banner #bnr_close {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    top: -0.5rem;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    border-radius: 50%;
}


/* フッタータグリスト */
.magazine_tag_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 767px) {
    .magazine_tag_list ul {
        gap: 10px;
    }
}

.magazine_tag_list li {
    border: solid 1px #212020;
    padding: 3px 5px;
    background-color: #fff;
    font-size: 13px;
}

