@charset "utf-8";

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

/***************************/
/*7_waterPipe.pdf*/
/***************************/

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

.colbox-line {
    margin-bottom: 8px;
}
/***********/
/*表：上段*/
/***********/
/*「影響」のセル幅調整*/
#line-1 .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-1 .side-ttl {
    align-items: normal;
}

/**/
#line-2 .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .cell img {
    max-width: 400px;
}
#text01 {
    margin: 0 auto;
}
#text01 li {
    width: 50%;
    margin: 0 30px;
}
#text01 li img{
    max-height: 200px;
}

/**/
#line-3 .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#text02 li {
    width: 50%;
    margin: 0 30px;
}


/***********/
/*表：下段*/
/***********/
/*分類*/
#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);
    text-align: center;
}

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


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

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

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

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

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

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

/*背景*/
.cor7 {
    background-color: #fde8da;
}
.cor8 {
    background-color: #efe1ee;
}
.cor9 {
    background-color: #fce2ee;
}
.cor10 {
    background-color: #f1eae3;
}
.cor11 {
    background-color: #f1eae3;
}
.cor12 {
    background-color: #f4d7cb;
}


span.cor13 {
    background-color: transparent;
    color:#0079c2;
}
span.cor14 {
    background-color: transparent;
    color:#05964e;
}


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