@charset "utf-8";

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

/***************************/
/*3_extentionOfBambooForest.pdf*/
/***************************/

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




/*-----------------*/
/*適応策分割調整*/
/*-----------------*/
/*レイアウト*/
.block-l {
    width: calc((100% / 12) * 3 + 70px);
    display: flex;
}
.block-c {
    width: calc((100% / 12) * 6 - 45px);
    display: flex;
}
.block-r {
    width: calc((100% / 12) * 3 - 25px);
}



/***********/
/*上段*/
/***********/
/*影響*/
#line-1 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-1 .block-c .cell {
    width: calc(100% - 10px);
}
#line-1 .block-r .cell {
    width: calc(100% - 10px);
}

/*影響*/
#line-2 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .block-c .cell {
    width: calc(100% - 10px);
}
#line-2 .block-r .cell {
    width: calc(100% - 10px);
}

/*影響*/
#line-3 .side-ttl {
    align-items: normal;
}
#line-3 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-3 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-3 .block-r {
    width: calc((100% / 12) * 3 - 35px);
	margin: 0 5px;
}
#line-3 .block-r .cell {
    margin: 0;
}
#line-3 .cell img {
    max-width: 220px;
}




/***********/
/*下段*/
/***********/
#line-4 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-4 .block-c .cell {
    width: calc(100% - 10px);
}
#line-4 .block-r .cell {
    width: calc(100% - 10px);
}


#line-5 .cell {
    display: flex;
    align-items: center;
    justify-content: center;
}
#line-5 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-5 .block-c .cell {
    width: calc(100% - 10px);
}
#line-5 .block-r .cell {
    width: calc(100% - 10px);
}


#line-6 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-6 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-6 .block-r .cell {
    width: calc(100% - 10px);
}
#line-6 .cell-ttl {
    color:#000;
}



#line-7 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-7 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-7 .block-r .cell {
    width: calc(100% - 10px);
}



#line-8 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-8 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-8 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}

#line-8 .block-l .cell-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#line-8 .block-r .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

#line-9 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-9 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-9 .block-r .cell {
    width: calc(100% - 10px);
}


#line-10 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-10 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-10 .block-r .cell {
    width: calc(100% - 10px);
}
#line-10 .block-l .cell-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#line-10 .block-r .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

#line-11 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-11 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-11 .block-r .cell {
    width: calc(100% - 10px);
}
#line-11 .block-l .cell-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#line-11 .block-r .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}


#line-12 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-12 .block-c .cell {
    width: calc((100% - 20px) / 2);
}
#line-12 .block-r .cell {
    width: calc(100% - 10px);
}
#line-12 .block-l .cell-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}




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

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

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

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

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

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

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

.cor8 {
    background-color: #f7a387;
	color: #505050;
}
span.cor8 {
    background-color: transparent;
    color:#f7a387;
}

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

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

.cor11 {
    background-color: #f3f3e0;
}
.cor12 {
    background-color: #fde1d3;
}
.cor13 {
    background-color: #feecdd;
}
.cor14 {
    background-color: #f6f1ec;
}





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