.frontpage_section{
    background-color: #7ACAC7;
    padding-top: 247px;
    padding-bottom: 220px;
}
.frontpage_section a{
    color: #01305A;
    text-decoration: none;
    font-size: 40px;
    border-bottom: 2px solid #01305A;
    display: block;
    padding-bottom: 24px;
    padding-top: 24px;
    transition-duration: 0.4s;
}
.frontpage_section a:hover{
    color: #0260b4;
}

.title_section{
    background-color: #01305A;
    text-align: center;
    color: white;
    padding-top: 92px;
    padding-bottom: 102px;
}
.title_section h1{
    margin: 0px;
}

.alert_section{
    background-color: #E0E0E0;
}
.alert_section h2{
    display: flex;
    align-items: center;
    margin: 0px;
}
.alert_section h2 img{
    margin-right: 72px;
    max-height: 64px;
}
.alert_section>div{
    padding: 42px 0px;
}
.alert_section .medium_alert, .alert_section .hight_alert{
    display: none;
}
.alert_section .medium_alert{
    background-color: #FFFA7A;
}
.alert_section .hight_alert{
    background-color: #FE7B49;
}

.indicator_section_box{
    display: flex;
}
.indicator_section_box>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}
.indicator_section_box>div>img{
    max-height: 64px;
}
.indicator_section_box>div:nth-child(3n-2){
    background: #7ACAC7;
}
.indicator_section_box>div:nth-child(3n-1){
    background: #5AAEBF;
}
.indicator_section_box>div:nth-child(3n){
    background: #66CADE;
}
.indicator_section_box>div h3{
    color: #01305A;
    margin: 24px 0px;
    font-weight: bold;
    font-size: 42px;
}
.indicator_section_box>div h3.medium{
    color: #FFFA7A;
}
.indicator_section_box>div h3.hight{
    color: #FE7B49;
}
.indicator_section_box>div p{
    margin: 0px;
    color: #01305A;
    font-size: 21px;
    font-weight: bold;
}
.indicator_section_box>div p .font_min{
    font-size: 21px;
    font-weight: normal;
    display: block;
    margin-top: 12px;
    padding-top: 9px;
    border-top: 2px solid #01305A;
}

.graph_section{
    background-color: #7ACAC7;
    padding: 64px 0px;
}
.graph_section h3{
    margin: 0px;
    color: #01305A;
    font-size: 42px;
}
.graph_section canvas{
    margin-top: 42px;
}

.text_section{
    background-color: #01305A;
    color: white;
    padding: 42px 0px;
}