@charset "utf-8";

/*----------------------------
    ビオモール基準
----------------------------*/ 
.main_section-checklist {
    margin: 40px 0 35px;
}         

.checkStar_wrap {
    padding: 20px 4.5%;
}

.checkStar_h3 {
    font-size: 16px;
}

.criterion_stars {
    flex-direction: column;
    margin-bottom: 16px;
}

.criterion_stars_inner {
    text-align: center;
    width: 100%;
}

.criterion_starstext {
    text-align: center;
    width: 100%;
}

.criterion_starstext span {
    display: none;
}

.checkStar_explain_details {
    padding: 0 16px;
}

.checkStar_explain_details summary {
    padding: 16px 0;
    margin: 0;
}

.checkStar_explain_details p, .checkStar_explain_details content {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.05em;
}

.checkStar_explain_details .content {
    padding-bottom: 16px;
}

.checkStar_star {
    grid-template-columns: 25% 1fr;
}

.checkStar_star dt {
    padding: 10px 0;
}

.checkStar_star dd {
    font-size: 12px;
}

.checkStar_option {
    padding: 20px 3.5%;
}

.checkStar_option h5 {
    font-size: 14px;
    margin-bottom: 6px;
}

/*----------------------------
    チェックリスト本文
----------------------------*/   
.main_content .checklistTable_wrap {
    margin: 0 0 30px;
}

.checklistTable_wrap {
    margin: 36px;
}

.checklistTable_ttl {
    padding: 16px 10px;
}

.checklistTable_ttl_wrap {
    position: sticky;
}

.checklistTable_tt-tt {
    padding: 5px 0;
}

.checklistTable_tt_wrap {
    align-items: center;
    gap: 5px;
}

.checklist_note {
    font-size: 12px;
}

.ingredien_ttl th {
    padding: 16px 10px;
}

.ingredien_wrap td {
    font-size: 14px;
    padding: 16px 10px;
}

/*----------------------------
    floating
----------------------------*/   
.check_floating-button {
    bottom: 24px;
    left: 15px;
    width: 200px;
    text-align: center;
}