@charset "utf-8";

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

/***************************/
/*水稲*/
/*1_rice.pdf*/
/***************************/


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

#fig02 {
    max-width: 300px;
}

#fig03 {
    max-width: 700px;
}


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


/***********/
/*上段*/
/***********/
/*影響*/
#line-1 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2)
}
#line-1 .block-r .cell {
    width: calc(100% - 10px);
}
#line-1,#line-1-1{
    margin: 0;
}
#line-1-1 .cell {
    width: calc(100% - 90px);
    margin-left: auto;
}

/*分類*/
#line-2 .block-l .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-2 .block-r {
    width: calc((100% / 12) * 3 - 10px);
	margin: 0 5px;
}
#line-2 .block-r .cell {
    margin: 0;
}

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



/***********/
/*下段*/
/***********/

/*レイアウト*/
.behind .block-l {
    width: calc((100% / 12) * 9);
    display: flex;
}
.behind .block-r {
    width: calc((100% / 12) * 3);
}



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

/*分類*/
#line-4 .block-l {
    display: flex;
}
#line-4 .block-l .cell {
    width: calc((100% - 70px - 40px) / 3);
    height: calc(100% - 5px);
}

#line-4 .block-r .cell {
    width: calc(100% - 10px);
    height: calc(100% - 5px);
}

#line-4 .block-l #line-4-1 {
    justify-content: space-between;
}
#line-4 .block-l #line-4-1 .cell {
    width: calc((100% - 2px) / 2);
    margin: 0;
}
#line-4-1 .cell-ttl {
    color:#000;
}

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

#line-5 .block-l #line-5-1 {
    justify-content: space-between;
}
#line-5 .block-l #line-5-1 .cell {
    width: calc((100% - 2px) / 2);
    margin: 0;
}


/*時期*/
#line-6 .block-l .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-6 .block-r .cell {
    width: calc(100% - 10px);
}
#line-6 .block-l #line-6-1 {
    justify-content: space-between;
}
#line-6 .block-l #line-6-1 .cell {
    width: calc((100% - 2px) / 2);
    margin: 0;
}

.flow {
    width: 100%;
}
.flow img {
    max-width: 900px;
    margin:10px auto 0px;
    padding-bottom: 10px;
    display: block;
}


/*効果*/
#line-7 .block-l .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-7 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}
#line-7 .cell-txt {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
}


/*コスト*/
#line-8 .block-l .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-8 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}
#line-8 .cell-txt {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
}

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

/*備考*/
#line-10 .block-l .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-10 .block-r .cell {
    width: calc(100% - 10px);
}
#line-8 .cell-txt {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
}



/***********/
/*色*/
/***********/
/*セル内での分割*/
.cell ul li {
    border-top: 10px solid #fff;
}

.cor1 {
    background-color: #3bb461;
}
span.cor1 {
    background-color: transparent;
    color:#3bb461;
}

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

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

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

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

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

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

.cor8 {
    background-color: #7eb249;
}
span.cor8 {
    background-color: transparent;
    color:#7eb249;
}

.cor9{
    background-color: #fef5eb;
}


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