@charset "utf-8";

/* header
====================================================*/
header h1 a {
    display: flex;
}
.header_wrapper {
    max-width: 96%;
}
@media(max-width: 768px) {
    .header_wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header_flex_btn img {
        width: 120px;
    }
    .header_right img {
        width: 38px !important;
        height: 38px !important;
    }
    /* Menu Modale */
    button.close_button {
        font-size: 40px;
    }
    .mobileMenu_logo_flex:nth-of-type(2) {
        display: flex;
        align-items: center;
        justify-content: start;
        line-height: 1;
    }
}



/* illust icon linst
====================================================*/
.tekipaki_clear_btn {
    padding-right: 10px;
}
@media(max-width: 768px) {
    .mypage_all_blowsing_histosy_heading_text h2 {
        font-size: 14px;
    }
}

/* modal */
.modal_size_add {
    margin-bottom: 30px;
}
.modal_size_add p {
    color: #aaa;  
}
@media(min-width: 769px) {
    .modal-overlay-close .modal_content_area {
        padding-left: 0 !important;
    }
}
.modal_add_dw_text {
    margin-top: 20px;
}
.three_d_modal_flex02_in_flex_headingtext_favorite {
    min-width: 32px;
}

/* illust icon linst
====================================================*/
.search_filter h3 {
    font-size: 15px;
}
.search_filter .category_item summary {
    background-color: #ffd078;
}
.search_filter .category_item details[open] summary {
    margin-top: 0;
}
.style_filters1 h4 {
    font-size: 13px;
    padding: 6px 10px;
    background-color: #faf2e2;
}

/* 適応中フィルタ */
.search_filter .filter_tag.applied1 {
    background-color: #3faa50d1;
}
.search_filter .filter_tag.applied3 {
    background-color: #f1923e;
}
.search_filter .toggle_arrow {
    font-size: 12px;
}
.search_filter .close_btn {
    font-size: 12px;
}
.search_filter .fa-chevron-down {
    font-size: 12px;
    color: #3e3e3e;
}
.search_filter .filter_tag {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
    border-radius: 4px;
    padding: 2px 5px 2px 7px;
    font-weight: 500;
}
/* Style */
.search_filter .category_item {
    margin-top: 10px;
    margin-bottom: 15px;
}
.search_filter .category_item details {
    margin-bottom: 7px;
}
.search_filter .style_filters button.style_btn {
    border: 1px solid #cbcbcb;
}
.search_filter .style_buttons .style_btn.active {
    background-color: #3faa50d1;
    border-color: #3faa50d1;
}
/* Search by item */
.checkbox-container input[type="checkbox"] {
    border: 1px solid #939393;
}

.search_filter .style_btn {
    padding: 8px 13px;
    line-height: 1;
}
/* Search by icons */
.search_filter .checkbox-container label {
    font-size: 13px;
}
.checkbox-container {
    border-bottom: 1px solid #d2d2d2;
}
.category_item details h4 + div > div:last-child {
    border: none;
}

/* list detail */
.border_area_content {
    background-color: #989898;
}
/* モーダル */
.modal_content_area {
    padding: 0;
}
.modal-overlay-close .modal_flex_contnet {
    padding-top: 0 !important;
    align-items: center;
    gap: 10px !important;
}
.swiper-wrapper .swiper-slide {
    border: none;
}
@media(max-width: 768px) {
    .tg-modal_wrap button.close-btn {
        top: -5px;
        right: 10px;
    }
}

/* プラン申し込み
====================================================*/
.payment_modal_container {
    justify-content: center;
}

/* モーダルアラート
====================================================*/
@media(max-width: 768px) {
    body .modal-overlay-close .modal_content_area_mydata_width_ch .modal_bold_text p {
        font-size: 16px !important;
    }
    .mypage_all_blowsing_histosy_flex_content {
        margin-top: 20px;
    }
}

/* マイページ
====================================================*/

/* ポイント購入モーダル */
body .modal_width_add_ch_vertical .modal-overlay-close .modal_content_area {
    min-height: 90vh !important;
    max-height: 90vh !important;
}
.payment_modal_wrapper {
    max-width: 90%;
    min-width: 90%;
}
.payment_setting_container {
    justify-content: normal;
}
.payment_form_group04_select, .payment_form_group05_select {
    position: relative;
}
.payment_form_group04_select:after, .payment_form_group05_select:after {
    position: absolute;
    right: 4px;
    top: 50%;
    left: auto;
    font-size: 12px;
    transform: translateY(-50%);
}
.payment_modal_heading h2, .payment_bold_20 {
    font-size: 16px;
}

/* お気に入りリスト・ダウンロードリスト */
@media (max-width: 768px) {
    .mypage_mydata_favorite_choose_btn_flex button, .mypage_mydata_choose_all_btn_flex button {
        font-size: 12px !important;
        padding: 3px 10px !important;
    }
    .mypage_mydata_choose_all_btn_flex_content {
        gap: 2px;
    }
    .mypage_download_list_wrapper {
        padding-top: 0;
    }
}

/* 運営からのお知らせ */
@media (max-width: 768px) {
    .mypage_notice_from_management_heading_text {
        margin-bottom: 20px;
    }
}

/* TOP
====================================================*/
@media (max-width: 768px) {
    .top_no_login_flex img {
        height: 95% !important;
        max-height: 95%;
    }
}

/* Sitemap
====================================================*/
@media (max-width: 768px) {
    .sitemap_wrapper {
        width: 90vw;
    }
    .sitemap_top_btn_area a {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }
    .sitemap_link_flex {
        width: 100%;
    }
}

/* guide
====================================================*/
.plan_img_bx {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
}
.plan_img {
    width: 100%;
    max-width: 860px;
}
