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

.section .cont .process { padding:20px; box-shadow: 5px 5px 20px rgba(0,0,0,.1);}
.section .cont .process ul li {position: relative; font-size:1.4rem; padding-left:30px; margin-bottom:15px; color:#555; font-weight: 400; letter-spacing: -0.05em; line-height: 1.5}
.section .cont .process ul li:after {position:absolute; top:5px; left:0; width:18px; height:18px; text-align: center; line-height: 18px; font-size:1.1rem; background:#bfbfbf; color:#fff;}
.section .cont .process ul li:nth-child(1):after {content: '1';}
.section .cont .process ul li:nth-child(2):after {content: '2';}
.section .cont .process ul li:nth-child(3):after {content: '3';}
.section .cont .process ul li:nth-child(4):after {content: '4';}
.section .cont .process ul li:nth-child(5):after {content: '5';}
.section .cont .process ul li:nth-child(6):after {content: '6';}
.section .cont .process ul li:last-child {margin-bottom:0;}
.section .cont .process ul li span {font-weight: 600;}
.section .cont img {margin:20px 0 40px; max-width: 100%; text-align: center;}