@charset "utf-8";
/* CSS Document */
.camu #navi ul, #camu_otameshi #navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.camucamu_page h3 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EC0000;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-align: center;
}
.green_bold {
    color: #009703;
    font-weight: bold;
}
#about_vc dl dd {
    font-size: 120%;
    line-height: 1.5em;
}
#about_vc dl dt {
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
    color: #009703;
}
#about_vc dl dt span {
    font-size: 16px;
    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: 30px;
    font-weight: bold;
    color: #FA0002;
    line-height: 1.5em;
    text-align: center;
    border-top: 2px solid #FFB6B7;
    padding-top: 30px;
}
.camucamu_page .midashi_03 {
    font-size: 180%;
    font-weight: bold;
    color: #009703;
    line-height: 1.5em;
    border-left: 10px solid #009703;
    padding-left: 10px;
}
/*レシピ*/
#recipe h1 {
    text-align: center;
    font-size: 46px;
    line-height: 1.5em;
    font-weight: 500;
}
#recipe strong {
    font-size: 36px;
    line-height: 1.5em;
}
#recipe .recipe_box strong {
    color: #ec1b00;
    font-size: 24px;
}
#recipe .recipe_box {
    width: 660px;
    margin :0 auto 50px;
}
#recipe .staff_voice {
    padding: 30px 0;
    border-top: 1px dashed #CBCBCB;
}

#column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#column ul li {
    width: 320px;
}
#column ul li img {
    width: 320px;
    border-bottom: 20px solid #FFFFFF;
}
ul#camu_navi {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
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: 25px;
    padding-bottom: 25px;
    font-size: 20px;
}
ul#camu_navi li:not(:last-child) {
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
}
