@charset "UTF-8";

.center{
    text-align: center;
}

.mt-85{
    margin-top: -85px;
}

.preventive__about{
	margin: 100px 0;
}

.preventive__about-check{
    padding: 5% 8%;
}

.base__bg-title-bl.program-bg {
    background-image: url(../../lib/cmn_img/preventive/program-bg.jpg);
}

.preventive-pro01-flex{
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.preventive-pro01-icon{
	width: 250px;
}

.preventive-pro01-cont {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preventive-pro02-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.preventive-pro02-icon{
    width: 150px;
}

.preventive-pro02-cont {
    width: calc(100% - 170px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preventive-pro03-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.preventive-pro03-icon{
    width: 125px;
}

.preventive-pro03-cont {
    width: calc(100% - 145px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preventive-blue-circle{
	margin: 0 auto 10px;
}

.preventive-blue-circle p{
	color: #fff;
	background: #3fa9e2;
	font-size: 30px;
    font-size: 3rem;
	border-radius: 120px;
	height: 120px;
	width: 120px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}

.preventive-blue-circle p span{
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: -55px;
}

@media screen and (max-width: 500px){
.preventive__about {
    margin-top: 30px;
}
}

@media screen and (max-width: 960px){
.preventive__about {
    margin-top: 60px;
}
}

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

.mt-85 {
    margin-top: -55px;
}

.preventive-blue-circle p {
    font-size: 2rem;
    height: 90px;
    width: 87px;
}

.preventive-blue-circle p span{
    font-size: 0.8rem;
    margin-bottom: -40px;
}

/* .preventive-pro01-flex,
.preventive-pro02-flex{
    display: block;
} */

.preventive-pro01-flex{
    display: block;
}

/* .preventive-pro01-icon,
.preventive-pro02-icon{
    margin-bottom: 10px;
    width: 100%;
} */

.preventive-pro02-icon{
    margin-bottom: 10px;
    width: 150px;
}

/* .preventive-pro01-cont,
.preventive-pro02-cont{
    width: 100%;
} */

.preventive-pro02-cont{
    width: calc(100% - 170px );
}

.preventive-pro03-icon {
    width: 95px;
}

.preventive-pro03-cont {
    width: calc(100% - 115px);
}    

.preventive__program .preventive-pro01-flex{
    display: block;
}

.preventive__program .preventive-pro01-icon{
    margin-bottom: 10px;
    width: 100%;
}

.preventive__program .preventive-pro01-cont{
    width: 100%;
}

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

@media screen and (max-width:450px) {
    .preventive-pro02-icon {
        width: 95px;
    }
    
    .preventive-pro02-cont {
        width: calc(100% - 115px);
    }
}

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

}
