/*
Theme Name: sales master
Author: Seitaro Tanabata
Description: WEBサイト分析
Version: 1.0
*/

/* トップページ */
* {
    font-family: 'Hiragino Sans';
    color: #3a3a3a;
    line-height: 1.5;
    font-weight: 300;
}

img {
    width: 100%;
}

.post_wrapper {
    width: 90%;
    max-width: 1080px;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.post_wrapper_left {
    width: 25%;
}

.post_wrapper_right {
    width: 70%;
}

.post_list {
    height: 85vh;
    overflow-y: scroll;
}

.form_group_inner {
    /* display: flex; */
    /* flex-wrap: wrap; */
    max-width: 400px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.form_group_inner label {
    width: 100%;
    margin-bottom: 13px;
}

.form_title {
    margin-bottom: 15px;
    color: #a9a9a9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion_icon {
    color: #a9a9a9;
    font-size: 14px;
}

.key_window {
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #a9a9a9;
    margin: 30px 0;
}

.submit_btn_box {
    text-align: center;
    margin-top: 30px;
}

.submit_btn {
    width: 80%;
    padding: 10px 0;
    background-color: #06b6d4;
    color: #fff;
    border-radius: 100vh;
}


.checkboxItem {
    width: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    column-gap: 4px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
    margin-bottom: 16px;
}

.checkbox {
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #06b6d4;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 6px;

}

.checkbox:checked {
    background-color: #06b6d4;
}

.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.post_item {
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 0.5px solid #cccccc;
}

.post_item:last-of-type {
    border-bottom: none;
}

.post_item a {
display: flex;
justify-content: space-between;
align-items: center;
}

.post_add {
font-size: 16px;
color: #a9a9a9;
}

.post_cp_name {
font-size: 25px;
margin: 3px 0;
}

.post_mein_cat {
display: inline-block;
padding: 0 8px;
margin-right: 3px;
font-size: 14px;
background-color: #808080;
color: #fff;
}

.post_sub_cat {
font-size: 16px;
}

.post_item_right {
    width: 15%;
}

.post_status {
display: inline-block;
width: 100%;
text-align: center;
color: #fff;
padding: 8px 30px;
}

/* 個別ページスタイル */
.post_wrapper {
display: flex;

}

.post_left {
width: 30%;
}

.post_thum {
    aspect-ratio: 1.4/1;
    object-fit: cover;
}

.post_right {
width: 65%;
}

.post_thum_link {
display: inline-block;
margin-top: 10px;
font-size: 14px;
color: #a9a9a9;
}

.post_status_list {
display: flex;
justify-content: space-between;
margin: 20px 0;
}

.post_status_item {
width: 24%;
display: inline-block;
padding: 5px 0;
font-size: 16px;
text-align: center;
background-color: #cccccc;
color: #fff;
cursor: pointer;
}

.post_cp_sub_text {
color: #a9a9a9;
margin: 5px 0 0;
}

.post_cp_main_text {
font-size: 18px;
margin-bottom: 5px;
}

.post_cp_item {
margin-top: 15px;
}

.post_cp_map {
    margin-top: 30px;
}

.cp_add {
margin-bottom: 5px;
}

.post_sales_item {
margin-bottom: 50px;
font-size: 18px;
}

.post_sales_title {
color: #a9a9a9;
border-bottom: 0.5px solid #a9a9a9;
padding-bottom: 8px;
margin-bottom: 20px;
}

.problem_item {
    margin-bottom: 13px;
}

.problem_title {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.problem_text {
    margin: 8px 0 20px 10px;
}

.reference_item {
    margin-bottom: 20px;
}

.reference_title {
    margin-bottom: 8px;
}

.reference_title a {
    font-weight: 500;
}

.reference_text {
    margin-left: 10px;
}

.sales_memo_list {
    max-height: 300px;
    overflow-y: scroll;
}

.sales_memo_item {
    padding-bottom: 15px;
    border-bottom: 0.5px solid #a9a9a9;
    margin-bottom: 15px;
}

.sales_memo_item:last-of-type {
    border-bottom: none;
}

.sales_memo_time {
    color: #a9a9a9;
    font-size: 15px;
    margin-bottom: 5px;
}

.post_btn_box {
text-align: center;
}

.post_submit_btn {
    width: 50%;
    padding: 10px 0;
    background-color: #06b6d4;
    color: #fff;
    border-radius: 100vh;
}

.menu_toggle {
    display: none; /* 初期状態では非表示 */
    font-size: 32px;
    background: none;
    border: none;
    cursor: pointer;
}

.evaluation {
    margin-bottom: 20px;
}
.evaluation p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px;
}
.bar-container {
    display: flex;
    gap: 8px;
}
.bar {
    width: 25%;
    height: 15px;
    background-color: #f0f0f0;
    border-radius: 100vh;
}
.bar.active {
    background-color: #06b6d4;
}

.fa-arrow-up-right-from-square {
    margin-left: 8px;
    color: #a9a9a9;
}

.score_icon {
    margin-right: 8px;
    color: #06b6d4;
}

.s_pro {
    background-color: #fbb03b;
    cursor: default;
}

.s_sales {
    background-color: #00a99d;
    cursor: default;
}

.s_order {
    background-color: #0071bc;
    cursor: default;
}

.s_no {
    background-color: #c1272d;
    cursor: default;
}

.memo_del_box {
    text-align: end;
}

.memo_del {
    font-size: 14px;
    padding-right: 10px;
    color: #a9a9a9;
}

.post_back_btn {
    position: fixed;
    top: 20px;
    left: 20px;
    display: inline-block;
    background-color: #a9a9a9;
    border-radius: 100vh;
    color: #fff;
    padding: 8px 30px;
    margin-bottom: 10px;
    text-align: center;
}

.clear_btn {
    width: 80%;
    padding: 10px 0;
    background-color: #a9a9a9;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 100vh;
}

@media screen and (max-width: 900px) {
    
}

@media screen and (max-width: 500px) {
    .post_wrapper {
        flex-wrap: wrap;
    }

    .post_wrapper_left {
        display: none; /* 初期状態で非表示 */
        position: fixed;
        width: 100%;
        height: 90vh;
        z-index: 1000;
        background: #fff;
        padding: 40px;
        top: 0;
        left: 0;
    }

    .post_wrapper_right {
        width: 100%;
        margin-top: 40px;
    }

    .post_add, .post_mein_cat, .post_sub_cat {
        font-size: 14px;
    }

    .post_list {
        height: auto;
    }

    .form_group_inner {
        display: none; /* 初期状態で非表示 */
    }

    .post_cp_name {
        font-size: 18px;
    }

    .post_status {
        padding: 8px 10px;
    }

    .post_wrapper {
        padding: 0;
    }

    .menu_toggle {
        display: block; /* 画面サイズが500px以下の時に表示 */
        position: fixed;
        z-index: 100000;
        right: 10px;
    }
	
	.post_item a {
		flex-wrap: wrap;
	}

    .post_item_left {
        width: 100%;
    }
	
	.post_item_right {
        width: 100%;
		margin-top:10px;
    }

    /* ポストページ */
    .post_left {
        width: 100%;
        padding-top: 30px;
    }
    
    .post_right {
        width: 100%;
        margin-top: 30px;
    }

    .post_cp_main_text, .post_sales_item {
        font-size: 16px;
    }
    
    .cp_add, .cp_tel {
        font-size: 14px;
    }
	
	.logo {
		width: 60%;
	}

}