<section> <h3>サンプル1(width:450px)</h3> <article>インターネットを利用した受注システムです(SaaS版、ASP版)。既存の販売管理、基幹システムとのデータ連携が可能です。</article> </section> <section style="width:350px;"> <h3>サンプル2(width:350px)</h3> <article>インターネットを利用した受注システムです(SaaS版、ASP版)。既存の販売管理、基幹システムとのデータ連携が可能です。</article> </section> <section style="width:270px;"> <h3>サンプル3(width:270px)</h3> <article>インターネットを利用した受注システムです(SaaS版、ASP版)。既存の販売管理、基幹システムとのデータ連携が可能です。</article> </section>
section { position: absolute; top: 80px; left: 50%; width: 450px; transform: translate(-50%, -50%); overflow: hidden; position: relative; padding-bottom: 30px; padding-top: 2px; letter-spacing: -1px; } article { text-transform: none; font-size: 22px; line-height: 27px; } article:after { content: "\feff"; line-height: 27px; border-bottom: 3px solid #588; display: inline; width: 100%; margin-left: -100%; position: absolute; }