@charset "utf-8"; /* 共通項目 ---------------------------------------*/ @import "common_file/_mixin.scss"; /* トップイメージ ---------------------------------------*/ .main-container { margin-bottom:50px; } /* スキンケア ---------------------------------------*/ .f_21 { font-size:2rem; color:hsla(63,60%,66%,1.00); } .ttl { text-align:center; margin-bottom:30px; font-size:1.5rem; } .area1 { margin-bottom:40px; } .area1-ttl2 { margin-bottom:15px; margin-bottom:15px; border-left:rgba(255,204,251,1.00) solid 5px; border-bottom:dotted rgba(160,160,160,1.00) 1px; padding:5px 0 5px 10px; } @include desktop { .flex-container { display:flex; justify-content:space-between; } .left { flex:1; margin-right:3%; } .right { flex:2; } } /* 美容注射 ---------------------------------------*/ .area2 { @extend .area1; } .area2-ttl2 { @extend .area1-ttl2; }