#index_abT{
    position: relative;
    display: flex;
    flex-direction: column;
}
#index_abT p{
    line-height: 200%;
}
#index_abT .box02{
    display: flex;
    margin-top: 20px;
}
#index_abT .box02 .IBG{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 35px;
}
#index_abT .box02 .IBG p{
    font-size: 19px;
    font-weight: 500;
}
#index_abT .box02 img{
    width: 110px;
    padding: 20px;
    background: #f8f8f88c;
    border-radius: 20px;
}

#index_abT .box03{
    display: flex;
    flex-direction: column;
    border-left: #9c9c9c3d 2px solid;
    padding-left: 15px;
    margin-top: 30px;
    margin-left: 10px;
}
#index_abT .box03 h3{
    font-size: 20px;
    font-family: sans-serif;
}
#index_abT .box03 a{font-size: 45px;font-family: sans-serif;color: #e28683;font-weight: 600;letter-spacing: 0.05em;}
@media screen and (max-width: 1280px){
    #index_abT .box02{
        flex-wrap: wrap;
    }
    #index_abT .box02 .IBG{
        width: 50%;
        margin-right: 0;
    }
}
/* +width:640 
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
    #index_abT .box02 img{
        width: 90px;
        padding: 20px;
        background: white;
    }
    #index_abT .box02 .IBG p{
        font-size: 15px;
    }
    #index_abT .box03{
        margin-left: 0;
        padding-left: 12px;
    }
    #index_abT p{
    font-size: 14px;
}
	
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    #index_abT .box02 img{
        padding: 10px;
        margin-bottom: 6px;
    }
    #index_abT .box02 .IBG{
        margin-right: 1%;
        width: 49%;
        margin-bottom: 20px;
    }
    #index_abT .box02{
        display: flex;
        justify-content: space-between;
        margin: 40px 0 30px;
        flex-wrap: wrap;
    }
    #index_abT .box03 a{
    font-size: 40px;
}
	
}