.precon-title{
    font-size: 24px;
    color: #3c4298;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
    border-bottom: 2px solid #3c4298;
}
.leaflet-title{
    font-size: 20px;
    color: #3c4298;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 10px;
}
.explanatory{
    color: #4562ac;
    font-size: 1.1em;
    text-align: center;
}
.manual-explanatory{
    color: #3c4298;
    text-align: center;
    width: 50%;
    margin-top:5px;
}
.explanatory-sp{
    margin-top: 8px;
    text-align: center;
    color: #4562ac;
    font-weight: bold;
    width: fit-content;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    margin: 5px;
}
.download-box{
    border: solid 1px #3c4298;
    border-radius: 5px;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
    text-decoration: none!important;
}
.sp-download-box{
    border-radius: 5px;
    margin: auto;
    width: 50%;
}
.sp-image{
    display: block;
    padding: 5px;
    border: solid 1px #3c4298;
    border-radius: 5px;
}
.awareness-card{
    display: block;
    border: solid 1px #3c4298;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
}
div.awareness-card > a:hover{
    text-decoration: none;
}
.med_card_img{
    width:875px;
}

.keep-left{
    display: inline-block;
    width: 44%;
}
.righter{
    right: 0;
}
.leaflet-image{
    text-align: center;
    margin: 5px;
    border: solid 1px #dcdddd;
}
.flexible-box{
    display: flex;
    gap: 30px;
}
.info-source{
    font-size: 12px;
    margin: 10px 0;
}
.h_space{
    margin:25px 0px;
}

#sp-version {
    display: none;
}

#pc-version {
    display: block;
}



@media screen and (max-width:640px)
{
    .leaflet-title{
        font-size: 16px;
        color: #3c4298;
        font-weight: bold;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .leaflet-image{
        text-align: center;
        margin: 0px auto;
        border: solid 1px #dcdddd;
    }
    .awareness-card{
        margin-bottom: 0px;
        padding: 10px 20px;
        max-width: 550px;
    }
    .download-box{
        border: solid 1px #3c4298;
        border-radius: 5px;
        width: 50%;
        margin: 10px auto;
        padding: 5px;
    }
    .flexible-box{
        display: flex;
        gap: 15px;
        width: fit-content;
        margin: 0 auto;
    }
    .explanatory{
        font-weight: normal;
        margin: 5px auto 20px auto;
    }
    .info-source{
        font-size: 10px;
    }
    .keep-left{
        width: 46%;
    }
}