@charset "utf-8";

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

/***************************/
/*4_flooding.pdf*/
/***************************/

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


/***********/
/*上段*/
/***********/
#line-1 .cell {
    width: calc((100% - 40px) / 4);
}
#line-1 .cell img {
    max-width: 200px;
}




/***********/
/*中段*/
/***********/
#line-2 {
    padding: 10px;
}
#line-2 .side-ttl {
    display: block;
    text-align: center;
    padding: 10px 5px;
}
#line-2 .cell {
    width: calc(100% - 70px - 20px);
}

#line-3 {
    padding: 10px;
}
#line-3 .side-ttl {
    display: block;
    text-align: center;
    padding: 10px 5px;
}
#line-3 .cell {
    width: calc(100% - 70px - 20px);
}
#line-3 .cell img{
    width: 100%;
}
#line-4 {
    padding: 10px;
}
#line-4 .side-ttl {
    display: block;
    text-align: center;
    padding: 10px 5px;
}
#line-4 .cell {
    width: calc(100% - 70px - 20px);
}
#line-4 .cell img{
    width: 100%;
}
.cell ul li {
    margin-bottom: 0;
}
/***********/
/*下段*/
/***********/
#line-5 .cell {
    width: calc((100% - 70px - 50px) / 4);
}

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

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

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


/***********/
/*色*/
/***********/
/*セル内での分割*/
.cell ul li {
    background-color: #ededf3;
}

.cor1 {
    background-color: #f26e35;
}
span.cor1 {
    background-color: transparent;
    color:#f26e35;
}
div.cor1 {
    color:#fff;
}

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


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

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

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

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

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


.cor8 {
    background: rgb(255,255,255);
    background: linear-gradient(133deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(178,222,238,1) 100%);
}
span.cor8 {
    background-color: transparent;
    color:#ededf3;
}

.cor9 {
    background-color: #ededf3;
}



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