@charset "utf-8";
/* CSS Document */
.body-container .section {padding:0; background:none;}

.tips {padding: 0 20px 0;}
.tips ul.ul01 { margin-bottom:20px;  border-bottom:1px solid #dee3eb;}
.tips ul li {float: left; width: calc(50% - 10px); margin-right: 20px; margin-bottom: 20px; text-align: center;}
.tips ul li:nth-child(2n) {margin-right:0;}
.tips ul li .top { padding:20px 10px 0; background: #6c0efc; border-radius: 5px 5px 0 0; min-height: 117px;}
.tips ul li .top h3 { font-size: 1.4rem; color:#fff; padding-top:20px; border-top:3px solid #eee;}
.tips ul li .top img {padding-top:20px; height:50px;}
.tips ul li.summary .top img {padding-top:20px; height:40px;}
.tips ul li.summary .top {background:#dc2c72; }
.tips ul li.sample .top {background:#285BFF; }

.tips ul li .bottom { padding:20px 0; background: #fff; border-radius:0 0 5px 5px;}
.tips ul li .bottom h4 {font-size: 1.5rem; padding-bottom:10px}
.tips ul li .bottom p {color:#fff; font-size:1.3rem; font-weight: 600; padding:5px 15px; background:#6c0efc; display: inline-block; } 
.tips ul li.summary .bottom p{background:#dc2c72; }
.tips ul li.sample .bottom p{background:#285BFF; }