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

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

.tit_sec{
    width: 634px;
    height: 49px;
    padding-top: 14px;
    font-size: 12px;
    color: #E64290;
    line-height: 1;
    background: url(/kurashinote/basics/anshinguide/img/04/pc/bg_sec_tit.png) no-repeat;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow:
    #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
}

.tit_sec span{
    font-size: 20px;
    vertical-align: sub;
    line-height: 1;
}

.tit_sec img{
    width: 35px;
    margin-right: 10px;
}

/*read*/
.guide_read{
    width: 630px;
    height: 40px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/kurashinote/basics/anshinguide/img/04/pc/bg_read.png) no-repeat;
}

.guide_read strong{
    display: block;
    margin-top: -20px;
    font-size: 21px;
    color: #FFF000;
}

.guide_read strong img{
    margin-bottom: -10px;
}

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

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

.sec_detail{
    width: 204px;
}

.list_feature{
    margin-top: 20px;
}

.item_feature{
    display: block;
    margin-top: 10px;
    padding-left: 5px;
    color: #E64290;
    font-size: 12px;
    background: #FFF000;
    border-radius: 50px;
    white-space: nowrap;
}


/*section2*/
.guide_sec2{
    margin-top: 45px;
}


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


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

.guide_sec4 .tit_sec{
    margin-top: 25px;
}

.guide_sec4 .tit_sec img{
    vertical-align: middle;
}

.guide_sec4 .tit_sec + p{
    padding-top: 5px;
    font-size: 12px;
}

.detail_structure{
    margin-top: 30px;
}

.detail_structure h4{
    display: block;
    font-size: 15px;
    color: #E64290;
    border-bottom: 2px solid #E64290;
}

.detail_structure p{
    padding-top: 8px;
    font-size: 12px;
}

.btn_search{
    display: block;
    float: right;
}

.btn_search:hover{
    opacity: 0.7;
}


/*section5*/
.guide_sec5{
    margin-top: 105px;
}

.ground,
.foundation{
    width: 302px;
}

.ground h3,
.foundation h3{
    width: 302px;
    height: 49px;
    font-size: 20px;
    background: url(/kurashinote/basics/anshinguide/img/04/pc/bg_sec_tit_s.png) no-repeat;
}

.ground p,
.foundation p{
    font-size: 12px;
}

.img_structure{
    margin-top: 10px;
}


/*section6*/
.guide_sec6{
    margin-top: 60px;
}
.conclusion{
    width: 631px;
    height: 180px;
    background: url(/kurashinote/basics/anshinguide/img/03/pc/bg_conclusion.png) no-repeat;
}

.conclusion{
    display: flex;
    align-items: center;
}

.conclusion p{
    font-size: 17px;
    color: #00A97A;
    margin-left: 180px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
}