@charset "utf-8";

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

/***************************/
/*7_roadTraffic.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 130px;
}
#fig02 {
    max-width: 400px;
}
#fig03 {
    max-width: 400px;
}



/***********/
/*上段*/
/***********/
/*「影響」のセル幅調整*/
#line-1 .cell {
    width: calc((100% - 70px - 50px) / 4);
}

#line-1 .side-ttl {
    align-items: normal;
}

/***********/
/*下段*/
/***********/
/*分類*/
#line-2 .cell {
    width: calc((100% - 70px - 50px) / 4);
}

/*方法*/
#line-3 .cell {
    width: calc((100% - 70px - 50px) / 4);
}

/*時期*/
#line-4 .cell {
    width: calc((100% - 70px - 50px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*効果*/
#line-5 .cell {
    width: calc((100% - 70px - 50px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*コスト*/
#line-6 .cell {
    width: calc((100% - 70px - 50px) / 4);
}



/***********/
/*色/
/***********/
/*テキスト*/
.cor1 {
    background-color: #f58c43;
}
span.cor1 {
    background-color: transparent;
    color:#f58c43;
}
div.cor1 {
    color:#fff;
}

.cor2 {
    background-color: #b16bac;
}
span.cor2 {
    background-color: transparent;
    color:#b16bac;
}
div.cor2 {
    color:#fff;
}

.cor3 {
    background-color: #f16daa;
}
span.cor3 {
    background-color: transparent;
    color:#f16daa;
}
div.cor3 {
    color:#fff;
}

.cor4 {
    background-color: #bc9472;
}
span.cor4 {
    background-color: transparent;
    color:#bc9472;
}
div.cor4 {
    color:#fff;
}

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

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


.cor6 {
    background-color: #64458c;
}
span.cor6 {
    background-color: transparent;
    color:#64458c;
}

.cor7 {
    background-color: #6dcae5;
}
span.cor7 {
    background-color: transparent;
    color:#6dcae5;
}





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