@charset "utf-8";

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

/***************************/
/*1_seaweedBed.pdf*/
/***************************/

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

#fig02 {
    max-width: 600px;
	margin-top: 0;
}


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


/***********/
/*上段*/
/***********/
/*藻場の状態」*/
#line-1 .cell {
    width: calc(100% - 70px - 20px);
}
#line-1 .side-ttl {
    align-items: normal;
}


/*分類*/
#line-2 .side-ttl {
    align-items: normal;
}
#line-2 .cell {
    width: calc((100% - 70px - 40px) / 3);
}
#line-2 .cell img {
    max-width:280px;
}


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


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

/*分類」*/
#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);
    text-align: center;
}

/*所要期間」*/
#line-7 .cell {
    width: calc((100% - 70px - 40px) / 3);
    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;
}
#line-2 .cor6 img{
    max-width: 240px;
}




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