@charset "utf-8";

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

/***************************/
/*1_grape.pdf*/
/***************************/

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

#fig02 {
    max-width: 400px;
}

#fig03 {
    max-width: 600px;
}


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


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


/**/
#line-2 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
/*#line-2 .block-r .cell {
    width: calc(100% - 10px);
}*/
#line-2 .cell img {
    max-width: 280px;
}
#line-2 .block-r {
    width: calc((100% / 12) * 3.5 - 10px);
	margin: 0 5px;
}
#line-2 .block-r .cell {
    margin: 0px;
}


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


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

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

/*方法*/
#line-5 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-5 .block-r .cell {
    width: calc(100% - 10px);
}

/*時期*/
#line-6 .cell {
    width: calc(100% - 70px - 20px);
}

/*コスト*/
#line-7 .cell {
    text-align: center;
}
#line-7 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-7 .block-r .cell {
    width: calc(100% - 10px);
}
#line-7 .cell-txt {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
	font-weight: bold;
}

/*所要期間*/
#line-8 .cell {
    text-align: center;
}
#line-8 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-8 .block-r .cell {
    width: calc(100% - 10px);
}
#line-8 .cell-txt {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/***********/
/*色*/
/***********/
.cor1 {
    background-color: #57a09a;
}
span.cor1 {
    background-color: transparent;
    color:#57a09a;
}

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

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

.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: #ebf2e9;
}
.cor7 {
    background-color: #f7f7ea;
}
.cor8 {
    background-color: #fef1e6;
}


.cor9 {
    background-color: #9bcc90;
    padding: 3px 5px;
}

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


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