@charset "utf-8";

/**********************************************/
/* A-PLAT 改修版 */
/* 地域の適応　Infographic 詳細ページ  2022.09.27 */
/**********************************************/

/***************************/
/*5_motalityRiskHeatstroke.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 30px;
}
#fig02 {
    max-width: 600px;
}
#fig03 {
    max-width: 1240px;
    display: flex;
    justify-content: flex-end;
}


/*-----------------*/
/*適応策分割調整*/
/*-----------------*/
/*レイアウト*/
.block-l {
    width: calc((100% / 12) * 4);
    display: flex;
}
.block-r {
    width: calc((100% / 12) * 8);
    display: flex;
}


.block-l-btm {
    width: calc((100% / 12) * 4);
}
.block-r-btm {
    width: calc((100% / 12) * 8);
}




/***********/
/*下段*/
/***********/
/*
#lower .cell-txt {
    padding: 0 5px;
}
*/
#line-1 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-1 .block-r .cell {
    width: calc(100% - 10px);
}


#line-2 .block-r {
    
}
#line-2 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-2 .block-r .cell {
    width: calc(100% - 10px);
}

#line-2 .block-r .block-l-btm #line-2-1 .cell {
    width: calc(100% - 10px);
    display: block;
}

#line-2 .block-r .block-l-btm #line-2-2 .cell {
    width: calc(100% - 10px);
}
#line-2 .block-r .block-r-btm #line-2-2 .cell {
    width: calc((100% - 20px) / 2);
}


#line-2 .block-l .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
}
#line-2 .block-r .block-l-btm .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
}




#line-3 .block-l {
    display: flex;
}
#line-3 .block-r {
    display: flex;
}
#line-3 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-3 .block-r .cell {
    width: calc(100% - 10px);
}

#line-3 .block-r .block-l-btm #line-3-1 .cell {
    width: calc(100% - 10px);
    display: block;
}

#line-3 .block-r .block-l-btm #line-3-2 .cell {
    width: calc(100% - 10px);
}
#line-3 .block-r .block-r-btm #line-3-2 .cell {
    width: calc((100% - 20px) / 2);
}




/***********/
/*色*/
/***********/
.cor1 {
    background-color: #a17f64;
}
span.cor1 {
    background-color: transparent;
    color:#a17f64;
}

.cor2 {
    background-color: #2e76c1;
}
span.cor2 {
    background-color: transparent;
    color:#2e76c1;
}

.cor3 {
    background-color: #ef92a6;
}
span.cor3 {
    background-color: transparent;
    color:#ef92a6;
}

.cor4 {
    background-color: #e85484;
}
span.cor4 {
    background-color: transparent;
    color:#e85484;
}

.cor5 {
    background-color: #47a8e0;
}
span.cor5 {
    background-color: transparent;
    color:#47a8e0;
}

.cor6 {
    background-color: #8675a5;
}
span.cor6 {
    background-color: transparent;
    color:#8675a5;
}

.cor7 {
    background-color: #54938f;
}
span.cor7 {
    background-color: transparent;
    color:#54938f;
}

.cor8 {
    background-color: #3b9a61;
}
span.cor8 {
    background-color: transparent;
    color:#3b9a61;
}






/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 920px) {}
@media (min-width: 1400px) {}
