.anshin_title img{
    text-align: center;
}

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

/*section 1*/

.guide_sec1{
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
}

.sec_title{
    position: relative;
    margin-left: 35px;
}

.sec_title h3{
    display: inline;
    font-size: 20px;
    color: #00A97A;
    line-height: 1.5;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 70%, #FFF000 70%);
}

.sec_title h3 span{
    font-size: 22px;
    color: #E64290;
}

.sec_detail{
    width: 357px;
}

.guide_sec1 .sec_detail{
    margin-right: 25px;
}

.ico_question{
    position: absolute;
    display: block;
    width: 35px;
    margin-right: 5px;
    float: left;
    top: 0;
    left: -40px;
}


.sec_title_ans{
    position: relative;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #E64290;
    background: #FFF;
}

.sec_title_ans::before{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    left: 10px;
    background: #E64290;
}

.guide_sec1 .sec_title_ans::before{
    height: 50px;
    top: -50px;
}

.ico_arrow{
    flex-shrink: 0;
    width: 25px;
    margin-left: 0;
    max-width: 100%;
}

.sec_title_ans p{
    width: 100%;
    margin-top: -0.8em;
    text-align: center;
    font-size: 10px;
    color: #E64290;
}

.sec_title_ans strong{
    font-size: 20px;
}

.sec_describe{
    padding-top: 25px;
    line-height: 1.8;
}

/* section2 */

.guide_sec2{
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
}

.guide_sec2 .sec_title h3{
    white-space: nowrap;
}

.guide_sec2 .sec_detail{
    margin-right: 37px;
}

.guide_sec2 .sec_title_ans::before{
    height: 30px;
    top: -30px;
}


/* section3 */

.tit_taishin_table{
    width: 360px;
    height: 53px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background: url(/kurashinote/basics/anshinguide/img/03/pc/bg_fukidashi.png) no-repeat;
}


.tit_taishin_table h3{
    padding-top: 10px;
    font-size: 18px;
    color: #00A97A;
}

.tit_taishin_table h3 span{
    font-size: 20px;
    background: linear-gradient(transparent 70%, #FFF000 70%);
}

/* section4 */
.guide_sec4{
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.guide_sec4 .sec_title_ans::before{
    height: 50px;
    top: -50px;
}


/* section5 */
.guide_sec5{
    margin-top: 65px;
    padding: 20px 0 35px 0;
    background: #D8F0E6;
    border-radius: 12px;
}

.guide_sec5 > h3{
    font-size: 22px;
    color: #E64290;
    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;
}

.guide_sec5 .num_3{
    width: 27px;
    margin-right: 3px;
    margin-bottom: -8px;
}

.toukyu_about{
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
}

.toukyu_table{
    width: 537px;
    margin: 0 auto;
}

.toukyu_table img[src$=".svg"] {
    max-width: 100%;
}

.toukyu_table th{
    padding: 5px 0;
    color: #FFF;
    background: #00A97A;
    text-align: center;
    border-top: 1px solid #00A97A;
}
.toukyu_table td{
    padding: 20px 15px;
    background: #FFF;
    border-right: 1px solid #00A97A;
    border-left: 1px solid #00A97A;
    border-bottom: 1px solid #00A97A;
    font-size: 10px;
}

th.toukyu_col2{
    border-right: 1px solid #00A97A;
    border-left: 1px solid #FFF;
}

.toukyu_col1{
    width: 82px;
}

.ico_toukyu{
    display: block;
    margin: 0 auto;
}
.toukyu3 .ico_toukyu{
    width: 59px;
}
.toukyu2 .ico_toukyu{
    width: 23px;
}
.toukyu1 .ico_toukyu{
    width: 13px;
}

.tit_toukyu{
    margin-bottom: 5px;
}
.toukyu3 .tit_toukyu{
    width: 197px;
}
.toukyu2 .tit_toukyu{
    width: 211px;
}
.toukyu1 .tit_toukyu{
    width: 179px;
}

.dotline2{
    margin-bottom: 5px;
}


/* section6 */
.guide_sec6{
    margin-top: 35px;
}

.sec_column{
    background: #51B892;
    padding-bottom: 10px;
}

.sec_column_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 611px;
    margin: 0 auto;
    margin-top: -10px;
    padding: 15px 0 10px 0;
    background: #FFF;
    border-radius: 8px;
}

.tit_shindo{
    width: 428px;
    margin-left: 40px;
}

.sec_column_inner > p{
    width: 178px;
    margin-right: 12px;
    font-size: 11px;
    line-height: 1.6;
}

.sec_column_inner img{
    flex-shrink: 0;
}

/* section7 */
.guide_sec7{
    margin-top: 70px;
}

.guide_sec7 .sec_detail{
    width: 100%;
}

.sec_img_wide{
    margin-top: 15px;
}
.guide_sec7 .sec_conclusion{
    width: 390px;
    margin-top: -80px;
    display: flex;
    align-items: flex-end;
}
.guide_sec7 .sec_conclusion > img{
    flex-shrink: 0;
    margin-right: 10px;
}

.guide_sec7 .sec_conclusion h4{
    font-size: 15px;
    color: #E64290;
}

.guide_sec7 .sec_conclusion h4 span{
    display: block;
    margin-bottom: -10px;
    transform: rotate(-4.5deg);
    font-size: 12px;
}

.guide_sec7 .sec_conclusion h4 > img{
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.guide_sec7 .sec_conclusion p{
    font-size: 12px;
    margin-top: 10px;
}

.guide_sec7 .sec_title_ans::before{
    height: 30px;
    top: -30px;
}



/* section8 */
.guide_sec8{
    margin-top: 35px;
}

.tit_shizensaigai{
    width: 410px;
    margin-left: 38px;
}

.ex_taifu{
    padding: 12px;
    background: #D8F0E6;
    font-size: 10px;
    line-height: 1.6;
}

.ex_taifu h4{
    font-size: 16px;
    color: #E64290;
}

.ex_taifu h4 > img{
    width: 23px;
    max-width: 100%;
    margin-right: 5px;
    vertical-align: middle;
}




/*section9*/
.guide_sec9{
    margin-top: 40px;
}
.guide_sec9 .sec_detail{
    width: 100%;
}

.guide_sec9 strong span{
    font-size: 15px;
}

.guide_sec9 strong ruby{
    display: table-cell;
}

.guide_sec9 strong ruby rt{
    display: block;
    margin-top: -3.2em;
}

/*section10*/
.guide_sec10{
    margin-top: 35px;
}

.tit_zeh{
    width: 268px;
    margin-left: 38px;
}

.guide_sec10 .sec_column_inner > p{
    width: 340px;
}

.guide_sec10 .sec_column_inner a:hover{
    opacity: 0.7;
}

/*sectin11*/
.zeh_wrap{
    padding: 35px 0;
    margin-top: 30px;
    background: #D8F0E6;
    border-radius: 12px;
}

.zeh_wrap h3{
    font-size: 22px;
    color: #E64290;
    text-align: center;
}

.list_zeh{
    width: 565px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zeh_item{
    width: 175px;
    margin-top: 30px;
}

.zeh_item h4{
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #E64290;
    letter-spacing: 0.05em;
}

.zeh_hems h4 span span{
    font-size: 13px;
}

.zeh_item p{
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.5;
}


.guide_conclusion{
    width: 631px;
    height: 180px;
    background: url(/kurashinote/basics/anshinguide/img/03/pc/bg_conclusion.png) no-repeat;
}


/*section12*/
.guide_sec12{
    margin-top: 40px;
}

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

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