@charset "utf-8"; @import "common_file/_mixin.scss"; /* 見出し ---------------------------------------*/ .ttl2 { margin-bottom:0; } .preventive-step-column dt{ padding:7px; background:#FFDDFC; border-radius:5px; } /* 診療科目の内容 ---------------------------------------*/ .bgbox { margin-top:0; padding:15px 10px; background:#FFFFFF; } @include desktop { .flex-container { display:flex; justify-content:space-between; } .left { flex:1; margin-right:3%; } .right { flex:2; } } .detail-links { margin-top:15px; text-align:right; a { border:#969696 1px solid; padding:3px 10px; &:hover { background:#FFE5FE; } } }