@charset "utf-8";

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

/***************************/
/*1_pineWiltDisease.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 300px;
}
#fig02 {
    max-width: 220px;
}
#fig03 {
    max-width: 600px;
}
#fig04 {
    max-width: 1320px;
}

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



/***********/
/*上段*/
/***********/
/*影響*/
#line-1 .cell {
    width: 100%;
}


/***********/
/*下段*/
/***********/
#lower .colbox-line {
    margin-bottom: 2px;
}
#lower .cell {
    margin: 0px 1px;
}
#lower .cell-txt {
    padding: 0 10px;
}


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

/*被害発生段階*/
#line-3 .cell {
    color:#fff;
}
#line-3 .block-l .cell {
    width: calc(100% - 70px - 4px);
}
#line-3 .block-r .cell {
    width: calc(100% - 2px);
}
#line-3 .side-ttl {
    text-align: center;
}

/*分類*/
#line-4 .cell {
    color:#fff;
}
#line-4 .block-l .cell {
    width: calc((100% - 70px - 6px) / 2);
}
#line-4 .block-r .cell {
    width: calc((100% - 6px) / 3);
}
#line-4 .cell-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

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

/*時期*/
#line-6 .block-l .cell {
    width: calc((100% - 70px - 6px) / 2);
}
#line-6 .block-r .cell {
    width: calc((100% - 6px) / 3);
}

/*効果*/
#line-7 .block-l .cell {
    width: calc((100% - 70px - 6px) / 2);
}
#line-7 .block-r .cell {
    width: calc((100% - 6px) / 3);
}

/*コスト*/
#line-8 .block-l .cell {
    width: calc((100% - 70px - 6px) / 2);
}
#line-8 .block-r .cell {
    width: calc((100% - 6px) / 3);
}

/*処理時間*/
#line-9 .block-l .cell {
    width: calc((100% - 70px - 6px) / 2);
}
#line-9 .block-r .cell {
    width: calc((100% - 6px) / 3);
}



/***********/
/*色*/
/***********/
.cor1 {
    background-color: #3e3e3f;
}

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

.cor3 {
    background: rgb(62,142,206);
    background: linear-gradient(90deg, rgba(62,142,206,1) 0%, rgba(152,123,144,1) 47%, rgba(229,73,82,1) 100%);
}


.cor4 {
    background-color: #57585a;
}

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

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

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

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

.cor9 {
    background-color: #e6e7e9;
}
.cor10 {
    background-color: #eaf5f4;
}
.cor11 {
    background-color: #e9f0f9;
}
.cor12 {
    background-color: #fbebe4;
}


.cor13 {
    background-color: #d1d2d4;
}
.cor14 {
    background-color: #d5ece9;
}
.cor15 {
    background-color: #d2e1f3;
}
.cor16 {
    background-color: #f9d8ce;
}

#line-2 .side-ttl,#line-3 .side-ttl,#line-4 .side-ttl {
    color:#ff8842;
}

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