@charset "utf-8";

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

/***************************/
/*1_pagrusMajorCultivation.pdf*/
/***************************/

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


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

#text01 li {
    width: 50%;
}


/***********/
/*上段*/
/***********/
/*影響*/
#line-1 .block-l .cell {
    width: calc(100% - 70px - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#line-1 .block-r .cell {
    width: calc(100% - 10px);
}

/*分類*/
#line-2 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .block-r {
    width: calc((100% / 12) * 3 - 10px);
	margin: 0 5px;
}
#line-2 .block-l .side-ttl {
    align-items: flex-start;
    padding-top: 5px;
}
#line-2 .block-r .cell {
    margin: 0;
}
#line-2 .block-l .cell  img {
    max-width: 320px;
}
#line-2 .block-r .cell  img {
    max-width: 200px;
}


/**/
#line-3 .cell {
    width: calc(100% - 70px - 20px);
    text-align: center;
}

/**/
#line-4 .cell {
    width: calc(100% - 70px - 20px);
}
#line-4 .cell li {
    width: 33.3%;
}



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

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

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

/*コスト*/
#line-7 .cell {
    width: calc((100% - 70px - 40px) / 3);
    text-align: center;
}

/*所要期間*/
#line-8 .cell {
    width: calc((100% - 70px - 40px) / 3);
}



/***********/
/*色
/***********/
/*テキスト*/
.cor1{
    background-color: #21b26c;
}
span.cor1 {
    background-color: transparent;
    color:#21b26c;
}

div.cor1 {
    color:#fff;
}

.cor2{
    background-color: #f26e35;
}
span.cor2 {
    background-color: transparent;
    color:#f26e35;
}
div.cor2 {
    color:#fff;
}

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

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

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


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

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

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



/****************************/
/*レスポンシブ*/
/****************************/
@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) {}
