#id_HeaderHeroImage{
    display: none;
}
#id_AIHeroImage{
    background:url(../../../images/AI_TopImage.jpg) left no-repeat; 
    background-size: cover;
    height: 400px;
    color: white;
    text-align: center;
}
#id_KeyMessages{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    text-align: center;
    padding-top: 60px;
    letter-spacing: 0.12em;
}
#id_KeyMessage2_AI{
    margin-top: 30px;
}
#id_KeyMessage_Conclusion_AI{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 48px;
    text-align: center;
    padding-top: 50px;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 600px){
    #id_KeyMessages{
        font-size: 12px;
    }
    #id_KeyMessage_Conclusion_AI{
        font-size: 28px;
    }
}
.container{
    margin: 20px auto;
    padding: 7px 12px;
    background-color: white;
    font-size: 14px;
}
img{
    width: 100%;
}
p{
    font-size: 14px;
    text-indent: 1em;
    margin: 0;
}
h2{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 0px 12px;
}
h3{
    font-size: 16px;
    font-weight: bold;
}
#id_DeepLearningImageRectangle{
    width: 100%;
    margin: 0 auto;
}
#id_ResultConfirmationImageRectangle{
    width: 100%;
    margin: 0 auto;
}
#id_FinalSystemImageRectangle{
    margin-top: 30px;
    margin-bottom: 15px;
}
@media screen and (max-width: 700px){
    #id_FinalSystemImageRectangle{
        margin-top: 0px;    
    }
}
