@charset "utf-8";

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

/***************************/
/*1_seaweedCultivation.pdf*/
/***************************/

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

#fig02 {
    max-width: 600px;
}
#fig02 img{
    border: 1px solid #333;
}

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

#line-1 .cell li img {
    max-width: 250px;
}


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

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

/*コスト*/
#line-5 .cell {
    width: calc((100% - 70px - 40px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*所要期間*/
#line-6 .cell {
    width: calc((100% - 70px - 40px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



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

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

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

.cor4 {
    background-color: #f0f4ed;
}
.cor5 {
    background-color: #f9f9ee;
}
.cor6 {
    background-color: #fef5eb;
}







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