@charset "utf-8";

/* ==================================================
   minimaru 共通CSS
   ================================================== */

/* SPファーストビュー
==========================*/
.pc {
    display: none;
}
.mainInner {
    background-color: #EFEEE8;
    padding: 48px 30px;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #2E2E2E;
    font-weight: 500;
}
h2 {
    font-size: 3.4rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
}
p, ul {
    margin-top: 0;
}

/* =======img====== */
#foodGuide .foodInfoSeed,
#healthAlert .headsUp,
#familiarDanger .dangerHeader,
#healthCheck,
#healthCheck .healthCheck,
#healthCheck .faceCheck {
    position: relative;
}
.foodInfoSeed img,
.headsUp img,
.dangerHeader .icon,
#healthCheck h2 {
    position: absolute;
}

/* --- #foodGuide --- */
#foodGuide .foodInfo {
    margin-top: 26px;
    background-color: #fff;
    border-radius: 10px;
}
#foodGuide .foodInfo h3 {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding: 9px 0;
}
dl.foodList {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 1em;
    column-gap: 1em;
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
dl.foodList dt {
    grid-column: 1;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 0 8px;
    background-color: #EFEEE8;
    border-radius: 6px;
}
dl.foodList dd {
    grid-column: 2;
    margin: auto 0;
    font-size: 1.45rem;
}
/* --- /#foodGuide --- */

/* --- #healthAlert --- */
#healthAlert {
    margin-top: 35px;
}
#healthAlert .diseaseGraphWrap {
    position: relative;
    max-width: 331px;
    margin: 0 auto;
}
#healthAlert .diseaseGraph {
    margin-top: 13px;
    display: flex;
}
.dataSource {
    position: absolute;
    font-size: 0.9rem;
    padding-left: 1em;
    text-indent: -1em;
}
.headsUp {
    background-color: #FCC600;
    padding: 10px 0;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 331px;
}
.headsUpTitle {
    font-size: 1.9rem;
    font-weight: bold;
    margin-left: 13px;
    margin-bottom: 10px;
}
.headsUpContent {
    background-color: #fff;
    font-size: 1.4rem;
}
.headsUp img {
    right: 15px;
    bottom: 30px;
}
/* --- /#healthAlert --- */

/* --- #familiarDanger --- */
#familiarDanger {
    margin-top: 45px;
}
#familiarDanger h2 {
    margin-bottom: 16px;
}
#familiarDanger section + section {
    margin-top: 25px;
}
.dangerHeader {
    padding: 10px 20px 10px 14px;
    border-radius: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dangerHeader .icon {
    right: 20px;
    bottom: 0;
}
#familiarDanger h3 {
    font-size: 1.9rem;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
}
#familiarDanger p{
    padding: 10px 14px;
}
/* --- /#familiarDanger --- */

/* --- #healthCheck --- */
#healthCheck {
    margin-top: 100px;
}
#healthCheck h2 {
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
    z-index: 10;
}
#healthCheck .healthCheckInner {
    background-color: #fff;
    border-radius: 10px;
}
#healthCheck .healthCheckIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}
#healthCheck .healthCheckIcon p {
    font-size: 2.9rem;
    font-weight: bold;
    margin-left: 8px;
}
.healthCheckSubcoment {
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 8px 0;
    text-align: center;
}
#healthCheck section + section {
    margin-top: 25px;
}
#healthCheck h3 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 6px;
    border-bottom: 2px dashed #FCC600;
}
.healthCheckList {
    margin-top: 6px;
    font-size: 1.5rem;
    line-height: 1.6;
}
.healthCheckList li {
    padding-left: 1em;
    text-indent: -1em;
}
.healthCheckList li span {
    padding-right: 3px;
}
.healthCheckIcon img {
    height: 34px;
}
/* --- /#healthCheck --- */

/* --- #closingMessage --- */
.closingMessage {
    text-align: center;
    font-weight: bold;
    line-height: 1.9;
}
/* --- /#closingMessage --- */

@media only screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none;
    }
    .mainInner {
        padding: 58px 46px;
        margin-bottom: 20px;
    }

    /* ---#healthAlert */
    #healthAlert {
        margin-top: 50px;
    }
    #healthAlert .healthAlertWrap {
        margin-top: 38px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 68px;
    }
    .dataSource {
        position: unset;
        font-size: 1.1rem;
        bottom: 0;
        margin: 28px 0 0 26px;
    }
    .headsUp {
        width: 347px;
    }
    /* --- /#healthAlert --- */

    /* --- #familiarDanger --- */
    #familiarDanger {
        margin-top: 58px;
    }
    #familiarDanger h2 {
        margin-bottom: 36px;
    }
    #familiarDanger .dangerGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 26px 24px;
    }
    #familiarDanger section + section {
        margin-top: 0;
    }
    /* --- /#familiarDanger --- */

    /* --- #healthCheck --- */
    .healthCheckTitle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 24px;
        margin-bottom: 18px;
    }
    .healthCheckSubcoment {
        text-align: left;
        margin: 0;
    }
    #healthCheck section + section {
        margin-top: 0;
    }
    #healthCheck h2 {
        left: 107px;
        top: -15px;
    }
    /* --- /#healthCheck --- */
}
