.anshin_title{
    width: 518px;
    margin: 0 auto;
}

.anshin_check{
    position: relative;
    margin-top: 25px;
    padding: 40px 0;
    border: 2px solid #00A97A;
    border-radius: 12px;
}

.anshin_check::before,
.anshin_check::after{
    position: absolute;
    content: "";
    display: block;
    width: 600px;
    height: 11px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/kurashinote/basics/anshinguide/img/01/pc/bg_main.png) no-repeat;
}
.anshin_check::before{
    top: 10px;
}
.anshin_check::after{
    bottom: 10px;
}

.hl_checklist{
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background: #E68537;
}

.hl_checklist img{
    width: 15px;
    padding: 0 2px;
}

.item_check{
    width: 485px;
    margin: 0 auto;
    margin-top: 20px;
}

.item_title{
    font-size: 16px;
    color: #00A97A;
    line-height: 1;
}

.ico_check{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    border: 2px solid #00A97A;
}

.item_title img{
    margin-top: 7px;
}

.supplementary{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.conclusion{
    width: 488px;
    height: 122px;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: url(/kurashinote/basics/anshinguide/img/01/pc/bg_conclusion.png) no-repeat;
}

.conclusion h3{
    padding: 8px 0 20px 0;
}

.conclusion p{
    color: #00A97A;
}