.main_section-checklist {
    margin: 50px 0 35px;
}

.checklist-ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.newarrival_more, .newarrival_more:visited {
    color: #000;
}

.newarrival_more i.fa-solid.fa-arrow-left {
    margin-right: 8px;
}

/* テーブル全体*/
.checklistTable_wrap {
    margin: 40px 0;
}
.checklistTable_wrap table {
    width: 100%;
}

.checklistTable {
    margin-top: 40px;
}



/*--- 基準説明 ---*/
.checkStar_wrap {
    background: #F5F5F5;
    margin-top: 40px;
    padding: 40px 3.125% 30px;
}

.checkStar_h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.criterion_stars {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.criterion_stars_inner {
    color: #FFCC33;
    font-size: 16px;
}

.checkStar_wrap .criterion_starstext {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.checkStar_explain_details {
    background: #FFF;
    padding: 0 3.4%;
}

.checkStar_explain_details:hover {
    cursor: pointer;
}

.checkStar_explain_details:open {
    cursor: default;
}

.checkStar_explain_details:open summary {
    cursor: pointer;
}

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

.checkStar_explain_wrap {
    margin-bottom: 10px;
}

.checkStar_explain_details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.checkStar_explain_details summary h4 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkStar_explain_details summary i {
    transition: transform 0.3s ease;
}

.checkStar_explain_details[open] summary i {
    transform: rotate(180deg);
}

.checkStar_explain_details summary::-webkit-details-marker {
    display: none;
}

.checkStar_explain_details summary::marker {
    display: none;
}

.checkStar_explain_details summary {
    list-style: none;
}

.checkStar_explain_details p, .checkStar_explain_details content {
    color: var(--textColor-main);
    font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin-bottom: 0;
}

/* 　★数の説明　*/
.checkStar_star {
    display: grid;
    grid-template-columns: 130px 1fr;
    margin: 20px 0;
}

.checkStar_star  dt {
    color: #FFCC33;
    border-bottom: 1px solid #DDD;
    padding: 10px 30px 10px 0;
}

.checkStar_star  dd {
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
}

.checkStar_option {
    background: #F5F5F5;
    padding: 20px;
}

.checkStar_option h5 {
    margin-bottom: 10px;
}


/* ヘッダやセルの枠線 */
.checklistTable_ttl {
    padding: 20px 10px;
    vertical-align: top;
}

/* 見出し */
.checklistTable_ttl {
    background-color: #F5F5F5;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: left;
}



/* 内文 */
.checklistTable_tt_wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: #DDD 1px solid;
    width: 100%;
} 

.checklistTable_tt-tt {
    width: calc(100% - 26px);
    padding: 20px 0 20px 10px;
}
.checklistTable_tt-check {
    width: 26px;
    padding: 20px 10px 20px 0;
}


.checklistTable_tt p {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0;
}

.checklist_note {
    font-size: 14px;
}

/* チェックアイコン用 */
.checklistTable_tt p i {
    font-size: 16px;
    text-align: center;
    margin: 0;
    line-height: 1;
}

/*---- 原材料名 ----*/
.ingredien_wrap table  {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.ingredien_ttl th:first-child,
.ingredien_ttl td:first-child {
    border-right: #DDD 1px solid;
    width: 28%;
}

.ingredien_ttl th:last-child,
.ingredien_ttl td:last-child {
    width: 72%;
}


.ingredien_ttl th {
    background-color: #F5F5F5;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 20px 10px;
}

.ingredien_wrap td {
    padding: 20px 10px;
}

.ingredien_wrap td:nth-child(2n-1) {
  border-right: #DDD 1px solid;
}

/* Floadtingボタン*/
.check_floating-button {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    background-color: #26C686;
    color: #fff;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.check_floating-button a {
    color: #fff;
}

.check_floating-button:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

.check_floating-button button {
        background: transparent;
        border: none;
}

.check_floating-button a:visited {
    color: #fff;
}

.check_floating-button a:-webkit-any-link {
    color: #fff;
}