@charset "utf-8";

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

/***************************/
/*1_disease-pest.pdf*/
/***************************/

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



/***********/
/*上段*/
/***********/
/*影響*/
#line-1 .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-1 .side-ttl {
    align-items: normal;
}
#line-1 .cell img {
    max-width: 250px;
}

/*分類*/
#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);
}

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


/***********/
/*色*/
/***********/
.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;
}
span.cor4 {
    background-color: transparent;
    color:#ebf2e9;
}

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

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


.fill {
	text-align: center;
}




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