@charset "utf-8";

@media screen and (max-width: 560px) {
}
/* ---------------------------------------------

               index

---------------------------------------------- */

div.indexTitle {
    padding: 30px 0 45px;
}

    div.indexTitle h2 {
        text-align:center;
        font-size:16px;
        line-height:1;
    }
div.titleBox { padding-bottom:30px;}

    div.titleBox h1 {
        text-align:center;
        font-size:30px;
        font-weight:normal;
        font-style:italic;
        line-height:1;
    }

    div.titleBox h2 {
        text-align:center;
        font-size:15px;
        font-weight:normal;
        line-height:1;
        padding-top:14px;
    }
/* ---------------------------------------------

            contents Page Title

---------------------------------------------- */


div#pageTitle {
    padding-top:100px;
}

    div#pageTitle h1,
    div#pageTitle h2 {
        padding-bottom:15px;
    }
    
    div#pageTitle h1 {
        font-size:20px;
    }

    div#pageTitle h2 {
        font-size:15px;
    }
    
    
div.titleBox02 { padding: 30px 0 30px;}
div.titleBox03 { padding: 40px 20px 30px;}

    div.titleBox02 h1,
    div.titleBox03 h1 {
        font-size:20px;
        line-height:1.62;
        text-align:center;
        font-weight:normal;
    }
    
    div.titleBox03 p.priceP {
        text-align:center;
        padding-top:15px;
    }
    
        div.titleBox02 h1 a {pointer-events:none}
    
