.cheat-wrp {
    float: left;
    margin: 0;
}

.cheat-wrp ol {
    display: inline-block;
    float: left;
    width: 100%;
}

.cheat-wrp li {
    counter-increment: foo;
    display: block;
    margin: 30px 0 30px 0;
    position: relative;
}

.cheat-wrp li:first-child {
    margin-top: 0;
}

.cheat-wrp li:before {
    background-color: #fff;
    border-radius: 4px;
    bottom: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
    content: "";
    left: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}

.cheat-wrp li:after {
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.65);
    content: counter(foo) "";
    font-size: 20px;
    font-weight: 400;
    left: 0;
    padding: 20px 10px 20px 10px;
    position: absolute;
    right: 15px;
    top: 0;
    vertical-align: top;
    z-index: 0;
    background: #2a5d8f;
    background: -moz-linear-gradient(-45deg, #2a5d8f 0%, #3b7bc7 88%);
    background: -webkit-linear-gradient(-45deg, #2a5d8f 0%, #3b7bc7 88%);
    background: linear-gradient(135deg, #2a5d8f 0%, #3b7bc7 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5d8f', endColorstr='#3b7bc7', GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5d8f', endColorstr='#3b7bc7', GradientType=1);
}

.cheat-wrp ol p, #ins_storybody .cheat-wrp ol p:nth-of-type(1) {
    border-radius: 7px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    padding: 25px 25px 21px 60px;
    position: relative;
    z-index: 1;
}

.cheat-list-txt__ttl {
    color: #af7745;
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.cheat__ttl {
    font-weight: 700;
    margin: 35px 0px 0px 0px;
    padding: 0 0 20px 0;
    position: relative;
    text-align: left;
    font-size: 22px;
}

.add-320_cntr {
    width: 320px;
    margin: 0 auto;
}
