@charset "utf-8";

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

/***************************/
/*4_inlandWater.pdf*/
/***************************/

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


/***********/
/*上段*/
/***********/
#line-1 .cell {
    width: calc((100% - 50px) / 4);
}
#line-1 .cell img {
    max-width: 240px;
}
#line-1 .cell ul li {
    padding: 10px 20px;
    border-top: 10px solid #fff;
}

/***********/
/*下段*/
/***********/
#lower .cell-txt {
    padding: 0 5px;
}


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

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



/***********/
/*色*/
/***********/
/*セル内での分割*/
.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;
}
.cor6 {
    background-color: #64458c;
}
span.cor6 {
    background-color: transparent;
    color:#64458c;
}

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


.cor5 ul li {
    background-color: #ededf3;
}
.cor8 ul li {
    background-color: #e3f4fc;
}
.cor8 {
    background-color: #e3f4fc;
}
.cor9 {
    background-color: #8675a5;
}
span.cor9 {
    background-color: transparent;
    color:#8675a5;
}


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