@charset "utf-8";

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

/***************************/
/*3_coralReefEcosystem.pdf*/
/***************************/

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

#fig03 {
    max-width: 400px;
}
#fig04 {
    max-width: 800px;
}
#fig05 {
    max-width: 1320px;
}



/***********/
/*下段*/
/***********/
/*「分類」のセル幅調整*/
#line-1 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

#line-2 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

#line-3 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

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

#line-5 .cell {
    width: calc((100% - 70px - 40px) / 3);
}



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

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

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

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


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