/*-----------------------------------------
Ingredient switches */

#ingredient_switches .page_title{
    background-image: url(../images/pages/img_is01.jpg);
}

#ingredient_switches .section01 p.text01{
    font-size: 1.4rem;
}


#ingredient_switches .section02 ul.list01{
    overflow: hidden;
    padding: 0;
    margin: 40px 0;
    /* list-style-type: none; */
}

#ingredient_switches .section02 ul.list01 li{
    font-size: 1.4rem;
}

#ingredient_switches #main .section02 h2.title02{
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
    color:  #62a5a1;
}

#ingredient_switches .section02 dl.list02{
    margin-bottom: 50px;
}

#ingredient_switches .section02 dl.list02 dt{
    cursor: pointer;
    margin: 10px 0 5px;
    position: relative;
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: bold;
}

/* #ingredient_switches .section02 dl.list02 dt:before{
    content: "・";
} */


/* #ingredient_switches .section02 dl.list02 dt .inner01{
    position: absolute;
    top: 0;
    right: 0;
    background: #62a5a1;
    width: 3em;
    line-height: 1.5em;
    color: #fff;
    font-size: 0.875rem;
    font-weight: normal;
    text-align: center;
} */

#ingredient_switches .section02 dl.list02 dd{
    margin-bottom: 20px;
    margin-left: 0;
    display: none;
    font-size: 1.4rem;
}


@media (max-width: 768px){
    #ingredient_switches .section02 ul.list01{
        /* display: none; */
    }
    #ingredient_switches .section02 dl.list02 dd{
        display: none;
    }    
}


/*-----------------------------------------
About this blog */
#about .page_title{
    background-image: url(../images/pages/img_about01.jpg);
}

#about #main h2.title02{
    font-size: 2rem;
    line-height: 3.6rem;
    font-family: 'Book Antiqua', 'Yu Mincho';
    margin: 0 0 40px;
}

#about .section01 p.text01{
    font-size:1.4rem;
}

@media (max-width: 568px){
    #about #main h2.title02 {
        font-size: 1.4rem;
    }
}

