@charset "UTF-8";

/* ----------------------------------------------------------------
トップページ
---------------------------------------------------------------- */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{outline:0;margin:0;padding:0;border:0;background:0 0;font-family:'A1 Gothic R',-apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','Hiragino Sans','游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'メイリオ',Meiryo,sans-serif!important;vertical-align:baseline}


/* 見出し・タイトル */
.titleBox_inner h1 {
    font-size: 2.0rem;
    line-height: 1.8;
    text-align: center;
}
.titleBox_inner.topTitle {
    padding: 24px 0;
}
@media print, screen and (min-width:768px) {
    .titleBox_inner h1 {
        font-size: 2.8rem;
        line-height: 1.286;
    }
    .titleBox_inner.topTitle {
        padding: 36px 0;
    }
}

/* カテゴリ一覧 */

@media print, screen and (min-width:768px) {

}

/* カテゴリ記事一覧 */

@media print, screen and (min-width:768px) {
    
}

