@charset "utf-8";
/* CSS Document */

.body-container .section .cont .toptier {position: relative;}
.body-container .section .cont .toptier .box {position: relative; text-align: center; margin-top: 20px; padding:35px 20px; background: #f5f6fc;}
.body-container .section .cont .toptier .box:nth-child(2):after {position: absolute; content: '1'; top:0; left:0; width:30px; height:30px; line-height: 30px; color:#fff; font-size:1.5rem;background:#9ba6e4;}
.body-container .section .cont .toptier .box:nth-child(3):after {position: absolute; content: '2'; top:0; left:0; width:30px; height:30px; line-height: 30px; color:#fff; font-size:1.5rem;background:#96c4e6;}
.body-container .section .cont .toptier .box:nth-child(4):after {position: absolute; content: '3'; top:0; left:0; width:30px; height:30px; line-height: 30px; color:#fff; font-size:1.5rem;background:#86d5c2;}
.body-container .section .cont .toptier .box h1 { font-size: 1.8rem; font-weight: 500; color:#5283e0; letter-spacing: -0.05em; word-break: keep-all;}
.body-container .section .cont .toptier .box p.s-title {font-size:1.4rem; color: #2d2d2d; font-weight: 500; letter-spacing: -0.05em; padding-top:15px; word-break: keep-all; line-height: 1.7;}
.body-container .section .cont .toptier .box p.text {font-size:1.3rem; color: #555;letter-spacing: -0.05em; padding-top:15px; word-break: keep-all; line-height: 1.7;}