.sb_wrap{ overflow:hidden; }
.sb_wrap, .sb_wrap *{ box-sizing:border-box; }
.btnArea{ display:none; }
section > .sub_con{ width:100%; margin:0 auto; }


/* sub01 */
#sub01 > .sub_con{ max-width:1000px; }

.sub01_de{ margin-bottom:30px; padding:30px; background-color:#f7f7f7; border-radius:8px; box-shadow:inset -3px -3px 4px 0 rgba(0,0,0,0.2), inset 3px 3px 4px 0 rgba(255,255,255,0.4), 4px 4px 10px 0 rgba(0,0,0,0.1); word-break:keep-all; }
.sub01_de > li{ position:relative; z-index:1; padding-left:27px; font-size:20px; font-weight:300; color:#555; line-height:1.6em; }
.sub01_de > li:last-child{ margin-bottom:0; }
.sub01_de > li:before{ content:''; position:absolute; z-index:1; top:10px; left:3px; width:12px; height:12px; border:1px solid #2d4e9e; background-color:#2d4e9e; box-shadow:inset 0 0 0 2px #fff; box-sizing:border-box; transform:rotate(45deg); }
.sub01_de > li > b{ color:#2d4e9e; }