@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   Life Stage

--------------------------------------------------------------------------------------------- */
.life-stage-img{
    width: 650px;
    height: auto;
    margin: 0 auto 25px auto;
}

@media screen and (max-width:650px) {

.life-stage-img{
    width: 100%;
}
    
}

.stage-table{
    width: 100%;
    border-top: 3px solid #40aca5;
    border-left: 3px solid #40aca5;
    border-right: 3px solid #40aca5;
}

.stage-table th,.stage-table td{
    background: #fff;
    padding: 12.5px;
    vertical-align: middle;
}

.stage-table th{
    border-bottom: 3px solid #fff;
    text-align: center;
    font-weight: bold;
    background: #40aca5;
    color: #fff;
    width: 25%;
    line-height: 1;
    font-family: 'Urbanist', sans-serif;
    font-size: clamp(16px, 2vw, 18px);
}
.stage-table th.last-th{
    border-bottom: 3px solid #40aca5;
}

.stage-table th .fa-angle-down{
    line-height: 1;
}

.stage-table td{
    border-bottom: 3px solid #40aca5;
    line-height: 1.5;
    font-size: clamp(14px, 2vw, 16px);
}
.stage-table td span{
    color: #ca4b4a;
}




/* ---------------------------------------------------------------------------------------------

   Call out

--------------------------------------------------------------------------------------------- */
.call-out{
    margin-top: 75px;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 7.5px solid #40aca5;
    background: url("../images/dot-grid.webp") repeat 0 0;
}

.call-out img{
    float: left;
    width: 200px;
    height: auto;
    margin: -50px 0 0 0;
}
.call-out .text-24{
    font-weight: bold;
    color: #40aca5;
    line-height: 1.75;
}

@media screen and (max-width:700px) {
    
.call-out{
    margin-top: 150px;
    border: 5px solid #40aca5;
}


.call-out img{
    float: none;
    width: 175px;
    margin: -125px auto 5px auto;
}
    
}

@media screen and (max-width:500px) {

.call-out img{
    width: 150px;
}
    
}























