figure{
    margin: 0;
    padding: 0;
}

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

.tit_sub{
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #6B51B6;
    text-align: center;
    line-height: 1.5;
}

.sec_tit_wrap{
    width: 632px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_tit{
    font-size: 20px;
    color: #FFF;
    line-height: 0;
    letter-spacing: 0.06em;
}

.sec_about{
    padding-top: 20px;
    font-size: 12px;
}

/*section1*/
.guide_sec1{
    margin-top: 35px;
}

.guide_sec1 .sec_tit_wrap{
    background: url(/kurashinote/basics/anshinguide/img/08/pc/bg_tit_korekara1.png) no-repeat;
}

.sec1_detail{
    display: flex;
    margin-top: 20px;
}

.sec1_detail_contents{
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec1_detail_contents figure img{
    margin-top: 10px;
}

.sec1_other{
    margin-top: 15px;
}

/*section2*/

.guide_sec2{
    margin-top: 45px;
}

.guide_sec2 .sec_tit_wrap{
    background: url(/kurashinote/basics/anshinguide/img/08/pc/bg_tit_korekara2.png) no-repeat;
}

.sec2_detail{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.sec2_detail_contents{
    width: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec2_detail_contents figure{
    margin-top: 15px;
}

.sec2_detail_contents p{
    margin-top: 10px;
    font-size: 11px;
    max-width: 100%;
}

/*section3*/
.guide_sec3{
    margin-top: 45px;
}

.guide_sec3 .sec_tit_wrap{
    background: url(/kurashinote/basics/anshinguide/img/08/pc/bg_tit_korekara3.png) no-repeat;
}

.guide_sec3 .sec_tit span{
    font-size: 22px;
}

.sec3_detail{
    margin-top: 30px;
}

/*section4*/
.guide_sec4{
    margin-top: 45px;
}

.guide_sec4 .sec_tit_wrap{
    background: url(/kurashinote/basics/anshinguide/img/08/pc/bg_tit_korekara4.png) no-repeat;
}

.sec4_detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec4_detail_contents{
    margin-top: 35px;
    width: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sec4_detail_contents h3{
    width: 100%;
    padding: 2px 0;
    border-top: 1px solid #6B51B6;
    border-bottom: 1px solid #6B51B6;
}

.sec4_detail_contents b{
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    color: #6B51B6;
    background: #EBE7F5;
}

.sec4_detail_contents p{
    margin-top: 10px;
    font-size: 11px;
    max-width: 100%;
}

.sec4_detail_contents figure{
    margin-top: 10px;
}

/*conclusion*/
.guide_sec5{
    margin-top: 60px;
}

.conclusion{
    position: relative;
    width: 631px;
    height: 211px;
    letter-spacing: 0.05em;
    background: url(/kurashinote/basics/anshinguide/img/08/pc/bg_conclusion.png) no-repeat;
}
.conclusion::before{
    position: absolute;
    content: url(/kurashinote/basics/anshinguide/img/08/pc/ribbon.png);
    top: -15px;
    left: -40px;
}

.txt_conclusion{
    padding-top: 35px;
    font-size: 17px;
    margin-left: 125px;
    text-align: center;
    line-height: 1.5;
    color: #6B51B6;
}
