@charset "utf-8"; @import "common.less"; /* コンテンツエリア ============================ */ #contentsArea.other { padding:0; } #contentsArea h2 { font-size:@font20; text-align:left; margin:1.5rem 0; line-height: 1.4; } #contentsArea h3 { font-size:@font18; text-align:left; margin:3.2rem 0 1.6rem; border-bottom:solid 2px @color-key; } #contentsArea h3:first-of-type { margin:0 0 1.6rem; } @media print, screen and (min-width: 768px) { /*Tablet*/ #contentsArea.other { padding:0 0 4rem 0; } #contentsArea h2 { font-size:@font30; margin:2rem 0; } #contentsArea h3 { font-size:@font20; margin:4rem 0 3.2rem; padding-bottom: 0.5rem; } #contentsArea h3:first-of-type { margin:0 0 3.2rem; } } /* msgBox ============================ */ .msgBox { .z-depth-1; box-sizing: border-box; padding: 2rem; text-align: left; } @media print, screen and (min-width: 768px) { .msgBox { padding: 2rem 4rem; } } /* list type =========================== */ .other ol { padding:0 0 0 2rem; li { list-style: decimal; padding: 0; margin: 0 0 1rem; ul { padding:0 0 0 2rem; li {list-style:none;} } .disc { li {list-style:disc;} } } li:last-child {margin:0;} }