@charset "utf-8";

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

/***************************/
/*1_extendProductionArea.pdf*/
/***************************/

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



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

#line-1 .side-ttl {
    align-items: normal;
}
#line-1 .cell img {
    max-width: 240px;
}


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

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

/*分類*/
#line-2 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

/*方法*/
#line-3 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

/*経営評価(試算)*/
#line-4 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

/*所要時間*/
#line-5 .cell {
    width: calc((100% - 70px - 40px) / 3);
    text-align: center;
}



/***********/
/*色*/
/***********/
.cor1 {
    background-color: #589e58;
}
span.cor1 {
    background-color: transparent;
    color:#589e58;
}

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

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


.cor4 {
    background-color: #ebf2e9;
}
.cor5 {
    background-color: #f7f7ea;
}
.cor6 {
    background-color: #fef1e6;
}


/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 920px) {
.textbox .textbox-txt {
        width:calc((8.333% * 8) - 30px);
    }
.textbox .textbox-img {
        width:calc(8.333% * 4);
        margin-top: 20px;
    }
}
@media (min-width: 1400px) {}
