@charset "utf-8";

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

/***************************/
/*1_windFallOfArtificialForest.pdf*/
/***************************/

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


/*-----------------*/
/*適応策分割調整*/
/*-----------------*/
/*レイアウト（上段）*/
.block-l {
    width: calc((100% / 12) * 6);    
    display: flex;
	justify-content: flex-end;
}
.block-r {
    width: calc((100% / 12) * 6);
}


/***********/
/*上段*/
/***********/
/*分類*/
#line-1 .block-l .cell {
    width: calc(100% - 80px - 20px);
}
#line-1 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}
#line-1 .cell-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
#line-1,#line-2,#line-3,#line-4,#line-5,#line-6 {
	width: calc(100% - 20px);
	margin-left: 20px;
}


/*平常時*/
#line-2 .block-l .cell {
    width: calc(100% - 80px - 20px);
}
#line-2 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}
#line-2 .cell-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
#line-2 {
    position: relative;
}
#line-2 .side-ttl img{
    position: absolute;
	left: -12px;
	top: 22px;
}

/*風倒被害*/
#line-3 .block-l .cell {
    width: calc(100% - 80px - 20px);
}
#line-3 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}
#line-3 .cell-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}



/*林型*/
#line-4 .block-l .cell {
    width: calc(100% - 80px - 20px);
    text-align: center;
    padding: 20px;
}
#line-4 .block-r {
    width: calc((100% / 12) * 6 - 10px);
    text-align: center;
    padding: 20px;
	margin: 0 auto;
}
#line-4 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    display: flex;
    align-items: center;
    justify-content: center;
}
#line-4 img {
    max-width: 300px;
}

/**/
#line-5 .block-l {
    text-align: center;
    padding: 20px;
}
#line-5 .block-r {
    text-align: center;
    padding: 20px;
    height: 100%;
}
#line-5 img {
	width: 100%;
}


/**/
#line-6 .block-l .cell {
    width: calc(100% - 80px - 20px);
}
#line-6 .block-r .cell {
    width: calc(100% - 10px);
}

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

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

/*平常時*/
#line-8 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-8 .block-r .cell {
    width: calc(100% - 10px);
}

/*方法*/
#line-9 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-9 .block-r .cell {
    width: calc(100% - 10px);
}
#line-9 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    display: flex;
    align-items: center;
    justify-content: center;
}



/*風倒被害*/
#line-10 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-10 .block-r .cell {
    width: calc(100% - 10px);
}

/*方法*/
#line-11 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-11 .block-r .cell {
    width: calc(100% - 10px);
}
#line-11 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    display: flex;
    align-items: center;
    justify-content: center;
}


/*風倒被害に対する効果*/
#line-12 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-12 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}

/*コスト*/
#line-13 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-13 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}

/*所要期間*/
#line-14 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-14 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}



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

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

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

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

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

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

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

.cor8 {
    background-color: #6dcae5;
}
span.cor8 {
    background-color: transparent;
    color:#6dcae5;
}

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

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

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


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

.side-ttl{
	color: #ff8842;
}




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