@charset "utf-8";
/* CSS Document */
.camucamu_page h3 {
    font-weight: bold;
    font-size: 200%;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #EC0000;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}
.green_bold {
    color: #009703;
    font-weight: bold;
}
#about_vc dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
#about_vc dl dt {
    font-size: 180%;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
    color: #009703;
}
#about_vc dl dt span {
    font-size: 70%;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #009703;
    padding-top: 7px;
    border-radius: 50px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
}
.camu h4 {
    font-size: 180%;
    font-weight: bold;
    color: #FA0002;
    line-height: 1.5em;
    text-align: center;
    border-top: 2px solid #FFB6B7;
    padding-top: 20px;
}
.camucamu_page .midashi_03 {
    font-size: 160%;
    font-weight: bold;
    color: #009703;
    line-height: 1.5em;
    border-left: 10px solid #009703;
    padding-left: 10px;
}

/*レシピ*/
#recipe h1 {
    text-align: center;
    font-size: 220%;
    line-height: 1.5em;
    font-weight: 500;
}
#recipe strong {
    font-size: 140%;
}
#recipe .recipe_box strong {
    color: #ec1b00;
}
#recipe .recipe_box {
    padding: 0 20px;
    margin-bottom: 30px;
}
#recipe .staff_voice {
    padding: 30px 0;
    border-top: 1px dashed #CBCBCB;
}

ul#camu_navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

ul#camu_navi li {
    width: 25%;
}
ul#camu_navi li a {
    color: #FFFFFF;
    background-color: #e90e12;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 80%;
}
ul#camu_navi li:not(:last-child) {
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}
