@charset "utf-8";

.title{
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}

.grid-col-3{
margin: 0  60px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}

.grid-item{
list-style: none;
width: 22.3%;
}

.Diagnostic-steps{
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    padding: 0;
}
.Didgnostic-img{
    width: 90%;
    display: flex;
    margin: 0 auto;
    /* margin: 25px; */
    /* stepの画像を無理やり中央に調節した */
}
/*
.Diagnostic-headline{ 
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px ;
}
*/
.Diagnostic-discription{
    margin: 30px 40px 58px 40px;
    font-size: 20px;
    font-weight: bold;
}

.button{
    display: block;
    position: relative;
    width: 30%;
    height: 95px;
    margin: 0 auto;
}

.start{
    position: absolute;
    inset: -50% 0 0 0;
    align-items: center;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
}

.warning{
    display: frex;
    font-size: 25px;
    margin: 60px 40px;
    text-align: center;
    border: solid 4px #ff0000;
}
