@charset "utf-8";

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

/***************************/
/*1_livestockRaising.pdf*/
/***************************/

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


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

/*レイアウト（下段）*/
.block-l-btm {
    width: calc((100% / 12) * 6 + 35px);
    display: flex;
}
.block-r-btm {
    width: calc((100% / 12) * 6 - 35px);
}



/***********/
/*上段*/
/***********/
/*「分類*/
#line-1 .block-l {
    width: calc((100% / 12) * 9 - 10px); 
	margin: 0 5px;
}
#line-1 .block-l .cell {
    width: calc(100% - 90px);
	margin: 0;
}
#line-1 .block-r {
    width: calc((100% / 12) * 3 - 10px);
	margin: 0 5px;
}
#line-1 .block-r .cell {
    margin: 0;
}

#line-1 .side-ttl {
    align-items: normal;
}
#line-1-1 .cell-ttl-in{
	padding: 10px 0 0 20px;
}
#line-1-1 li {
    width: calc((100% / 12) * 4);
}
#line-1-2 li {
    width: calc((100% / 12) * 6);
}
#line-1 .cell img {
    max-width: 250px;
}
/*左側の見出し*/
.side-ttl {
    width: 90px !important;
	background-color: #fff;
	padding-top: 5px;
}

/***********/
/*下段*/
/***********/
/*分類*/
#line-2 .block-l-btm .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .block-r-btm .cell {
    width: calc(100% - 10px);
}

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

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

/*所要期間*/
#line-5 .cell {
    text-align: center;
}
#line-5 .block-l-btm .cell {
    width: calc(100% - 70px - 20px);
}
#line-5 .block-r-btm .cell {
    width: calc(100% - 10px);
    height: 100%;
}


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

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

.cor3 {
    background-color: #fddfd8;
}
.cor4 {
    background-color: #fef2e9;
}
.cor5 {
    background-color: #e1eee7;
}
.cor6 {
    background-color: #e1ebf7;
}

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

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

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

.cor10 {
    background-color: #008e59;
}
span.cor10 {
    background-color: transparent;
    color:#008e59;
}


/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 920px) {
.textbox .textbox-txt {
        width:calc((8.333% * 7) - 30px);
    }
.textbox .textbox-img {
        width:calc(8.333% * 5);
        margin-top: 10px;
    }  
}
@media (min-width: 1400px) {}
