@charset "utf-8";

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

/***************************/
/*7_heatIsland.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 30px;
}
#fig02 {
    max-width: 600px;
    margin: 0;
}



/*テキスト左右*/
#text01 {
    /*width: 100%;*/
    display: flex;

    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left:20px;
    padding-right:20px;
}

/*サイドタイトル*/
.side-ttl {
    width: 120px !important;
    /*color: #008f43;*/
}



/*-----------------*/
/*適応策分割調整*/
/*-----------------*/
/*レイアウト*/
.block-l {
    width: calc((100% / 12) * 4);
    display: flex;
}
.block-r {
    width: calc((100% / 12) * 8);
    display: flex;
}


/***********/
/*上段*/
/***********/
/*影響*/
#line-1 .cell {
    width: calc(100% - 120px - 20px);
}

/*分類*/
#line-2 .block-l .cell {
    width: calc(100% - 120px - 20px);
}
#line-2 .block-r .cell {
    width: calc((100% - 20px) / 2);    
}

/*スケール*/
#line-3 .block-l .cell {
    width: calc(100% - 120px - 20px);
}
#line-3 .block-r .cell {
    width: calc((100% - 30px) / 3);    
}

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



/***********/
/*下段*/
/***********/
/*分類*/
#line-4 .block-l .cell {
    width: calc(100% - 120px - 20px);
}
#line-4 .block-r .cell {
    width: calc((100% - 20px) / 2);
}

/*スケール*/
#line-5 .block-l .cell {
    width: calc(100% - 120px - 20px);
}
#line-5 .block-r .cell {
    width: calc((100% - 30px) / 3);
}

/*方法*/
#line-6 .block-l .cell {
    width: calc(100% - 120px - 20px);
}
#line-6 .block-r .cell {
    width: calc((100% - 30px) / 3);
}


/*体感温度SET*低減効果*/
#line-7 .cell-txt {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
}
#line-7 .block-l .cell {
    width: calc(100% - 120px - 20px); 
}
#line-7 .block-r .cell {
    width: calc((100% - 30px) / 3);
}
#line-7 .side-ttl {
    display: block;
    text-align: center;
}


/*所要時間*/
#line-8 .cell-txt {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
}
#line-8 .block-l .cell {
    width: calc(100% - 120px - 20px);
}
#line-8 .block-r .cell {
    width: calc((100% - 30px) / 3);

}




/***********/
/*色/
/***********/
/*テキスト*/
/*.cor1 {
    background: rgb(124,178,87);
    background: linear-gradient(133deg, rgba(124,178,87,1) 0%, rgba(124,178,87,1) 39%, rgba(221,72,57,1) 100%);
}*/
.cor1 {
    background-image:url("../img/infografic/7_heatIsland_15.png");
    background-repeat: no-repeat;
    background-size: cover;
}
div.cor1 {
    color:#fff;
}

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

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

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

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


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

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


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

.cor9 {
    background-color: #dbe3ee;
}
span.cor9 {
    background-color: transparent;
    color:#dbe3ee;
}

.cor10 {
    background-color: #fdf5f1;
}
span.cor10 {
    background-color: transparent;
    color:#fdf5f1;
}

.cor11{
    background-color: #fde2d6;
}
span.cor11 {
    background-color: transparent;
    color:#fde2d6;
}

.cor12{
    background-color: #e7e5ee;
}
span.cor12 {
    background-color: transparent;
    color:#e7e5ee;
}




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