@charset "utf-8"; /* 共通項目 ---------------------------------------*/ @import "common_file/_mixin.scss"; /* トップイメージ ---------------------------------------*/ .main-photo { margin-bottom:50px; } /* 施術方法 ---------------------------------------*/ .ttl { text-align:center; margin-bottom:30px; font-size:1.5rem; } .area1 { margin-bottom:50px; } .area1-ttl2 { margin-bottom:30px; border-left:rgba(132,207,255,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; } .left { flex:2; margin-right:3%; } .right { flex:1; } }