@charset "utf-8";

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

/***************************/
/*1_calicoSalmon.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 120px;
}
#fig02 {
    max-width: 200px;
}
#fig03 {
    max-width: 600px;
}


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

/*２カラム*/
.cell .box2 li {
    width: 50%;
    padding: 0;
    margin: 0;
    background-color: transparent;
}


/***********/
/*上段*/
/***********/
/*時期*/
#line-1 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-1 .block-r .cell {
    width: calc(100% - 10px);
	position: relative
}
#line-1 .block-r .cell img {
	position: absolute;
	left: -30px;
	height: 100%;
}


/*影響*/
#line-2 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .block-r .cell {
    width: calc(100% - 10px);
	position: relative
}
#line-2 .block-r .cell img {
	position: absolute;
	left: -30px;
	height: 100%;
}

/*分類*/
#line-3{
    background-color: #fef5eb;
    width: calc(100% - 10px);
	margin: 0 auto;
}
#line-3 .side-ttl {
    align-items: normal;
	background-color: #fff;
	width: 80px!important;
	margin: 0;
}
#line-3 .block-l .cell {
    width: calc((100% - 80px) / 2);
	margin: 0;
	border-right: 10px solid #fff;
}
#line-3 .block-l{
    width: calc((100% / 12) * 10 + 5px); 
}
#line-3 .block-r {
    width: calc((100% / 12) * 2 - 5px);
}
#line-3 .block-r .cell {
	margin: 0;
}
#line-3 .cell li {
	border-top: 10px solid #fff;
}

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



/***********/
/*下段*/
/***********/
/*時期*/
#line-4 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-4 .block-r .cell {
    width: calc(100% - 10px);
}

/*分類*/
#line-5 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-5 .block-r .cell {
    width: calc(100% - 10px);
    height: calc(100% - 5px);

    display: flex;    
    justify-content: center;
    align-items: center;
    
}

#line-5-1 {
    justify-content: space-between;
}
#line-5-1 .cell {
    width: calc((100% - 10px) / 2) !important;
    margin:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#line-5-2 {
    justify-content: space-between;
}
#line-5-2 .cell {
    width: calc((100% - 10px) / 2) !important;
    margin:0;

    display: flex;
    align-items: center;
    justify-content: center;
}
#line-5-1 .cell-ttl {
    color:#000;
}
#line-5-2 .cell-ttl {
    color:#000;
}

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

/*効果*/
#line-7 .block-l .cell {
    width: calc((100% - 70px - 50px) / 4);
}
#line-7 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}

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

/*コスト*/
#line-9 .block-l .cell {
    width: calc((100% - 70px - 50px) / 4);
}
#line-9 .block-r .cell {
    width: calc(100% - 10px);
    height: 100%;
}



/***********/
/*色*/
/***********/
/*セル内での分割*/
.cell ul li {
    background-color: #fef5eb;
}

.cor1 {
    background-color: #0070bd;
}
span.cor1 {
    background-color: transparent;
    color:#0070bd;
}
.cor2 {
    background-color: #84aedd;
}
span.cor2 {
    background-color: transparent;
    color:#84aedd;
}
.cor3 {
    background-color: #c5c438;
}
span.cor3 {
    background-color: transparent;
    color:#c5c438;
}
.cor4 {
    background-color: #d1cf65;
}
span.cor4 {
    background-color: transparent;
    color:#d1cf65;
}
.cor5 {
    background-color: #ed8c48;
}
span.cor5 {
    background-color: transparent;
    color:#ed8c48;
}
.cor6 {
    background-color: #3bb46b;
}
span.cor6 {
    background-color: transparent;
    color:#3bb46b;
}

.cor7 {
    background-color: #4b9390;
}
span.cor7 {
    background-color: transparent;
    color:#4b9390;
}

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

.cor9 {
    background-color: #9cd2ab;
}
span.cor9 {
    background-color: transparent;
    color:#9cd2ab;
}

.cor10 {
    background-color: #fdf1e6;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media (max-width: 1400px) {
.cor3 .cell-ttl,.cor4 .cell-ttl{
	font-size: 1.4rem;
}
}
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 920px) {}
@media (min-width: 1400px) {
.cor3 .cell-ttl,.cor4 .cell-ttl{
	font-size: 2rem;
}
}
