@charset "UTF-8"; /* about */ @import url(../settings.less); /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ [ 共通設定 ] @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ .texts ol { counter-reset: li; } .texts ol > li { list-style: none; position: relative; padding-left: 60px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ddd; font-weight: bold; @media screen and ( max-width: @break-max-width ) { margin-left: 0; } } .texts ol > li:before { counter-increment: li; content: counter(li); padding: 12px; margin-right: 1em; background: @main-color; color: #ffffff; /*白*/ text-align: center; width: 1.3em; height: 1.3em; position: absolute; left: 0em; top: 2px; line-height: 1.4; } .salut_box { .image_cont { width: 200px; margin-right: 0; @media screen and ( max-width: @break-max-width ) { width: 100%; } } .texts_cont { padding-top: 40px; width: 970px; @media screen and ( max-width: @break-max-width ) { padding-top: 0; width: 100%; } .post { font-size: 1.8rem; } h2 { font-size: 2.8rem; } } } @media screen and ( max-width: @break-max-width ) { /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ [ モバイル用設定 ] @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ /*================================================== $sp_ ==================================================*/ /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }