@charset "utf-8";

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

/***************************/
/*3_cedarArtificialForest.pdf*/
/***************************/

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

#fig02 {
    max-width: 440px;
	margin: 0;
}
#fig02 .source {
	text-align: left;
}

/* 関連リンク：左寄せ（side-ttl 70px ＋ セルマージン 4.8px ＋ 余白 20px） */
.icon-link-wrap.icon-link-l {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px 1em;
	margin-left: calc(70px + 4.8px + 20px);
}
.icon-link-wrap.icon-link-l .icon-link {
	margin-left: 0;
}
.icon-link-wrap.icon-link-l a {
	color: #000000;
	text-decoration: underline;
}


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


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

/***********/
/*下段*/
/***********/
#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 - 40px) / 3);
}

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

.cell-txt-list {
    margin-left: 1em!important;
    line-height: 1.2;
}

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

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

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

.cor4 {
    background-color: #fde8da;
}
.cor5 {
    background-color: #efe1ee;
}
.cor6 {
    background-color: #fce2ee;
}





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