@charset "utf-8";

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

/***************************/
/*1_commonScallop.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 100px;
}
#fig02 {
    max-width: 100px;
}
.textbox .textbox-img #fig02 {
    margin: 0;
}
#fig03 {
    max-width: 600px;
}




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

/*レイアウト（２）*/
.block-l-btm {
    width: calc((100% / 12) * 7.5);
    display: flex;
}
.block-r-btm  {
    width: calc((100% / 12) * 4.5);
    display: flex;
}



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

/*分類*/
#line-2 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .block-r .cell {
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#line-2-1 {
    width: 100%;
}
#line-2-2 {
    width: 100%;
}
#line-2-1 .cell-ttl {
    color: #000;
}


#line-3 .block-l {
    display: flex;
}
#line-3 img {
    display: block;
}
#line-3 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-3 .block-r{
    width: calc((100% / 12) * 2 - 10px);
	margin: 0 5px;
    display: flex;
    align-items: center;
}
#line-3 .block-r .cell {
    margin: 0;
}

#line-3 .cell .cell-ttl-in {
    font-size: 140%;
}
#line-3 .cell-txt {
    font-size: 100%;
}
#line-3-1, #line-3-2{
    margin-bottom: 0;
}
#line-3-2 .side-ttl{
    align-items: flex-start;
	margin-top: 50px;
}
/***********/
/*下段*/
/***********/
/*時期*/
#line-4 .block-l {
    display: flex;
}
#line-4 .block-l .cell {
    width: calc(100% - 70px - 20px);
}
#line-4 .block-r .cell {
    width: calc(100% - 10px);
}
#line-4 .block-r {
    position: relative;
}
#line-4 .block-r img{
    position: absolute;
	left: -10px;
	height: 100%;
}

/*分類*/
#line-5 .block-r .cell {
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    
    display: flex;
    align-items: center;
    justify-content: center;
}
#line-5-1 .cell-ttl {
    color: #000;
}
#line-5-1 .block-l-btm {
    width: calc((100% / 12) * 9.75);
}
#line-5-1 .block-l-btm .cell {
    display: flex;
    justify-content: center;
    align-items: center;
}
#line-5-1 .block-r-btm {
    width: calc((100% / 12) * 2.25);
}
#line-5-1 .block-l-btm .cell {
    width: calc(100% - 70px - 20px);
}
#line-5-1 .block-r-btm .cell {
    width: calc(100% - 10px);
}


/*育成ステージ*/
#line-5-2 .block-l-btm .cell {
    width: calc(100% - 70px - 20px);
}
#line-5-2 .block-r-btm .cell {
    width: calc(100% - 10px);
}
#line-5-2 .block-r-btm .cell {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#text01 li {
    width: calc((100% / 12) * 3);
    padding: 0 5px;
}
#text02 li {
    width: calc((100% / 12) * 6);
    padding: 0 5px;
}


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

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



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

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

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

.cor4 {
    background-color: #80b458;
}
span.cor4 {
    background-color: transparent;
    color:#80b458;
}

.cor5 {
    background-color: #e2ebf7;
}
span.cor5 {
    background-color: transparent;
    color:#e2ebf7;
}

.cor6 {
    background-color: #ebcdbf;
}
span.cor6 {
    background-color: transparent;
    color:#ebcdbf;
}


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

.cor7b {
    background-color: #8675a5;
}
span.cor7b {
    background-color: transparent;
    color:#8675a5;
}

.cor7c {
    background-color: #9b8cb6;
}
span.cor7c {
    background-color: transparent;
    color:#9b8cb6;
}
.cor7d {
    background-color: #b1a6c5;
}
span.cor7d {
    background-color: transparent;
    color:#b1a6c5;
}

.cor8 {
    background-color: #f4eee8;
}


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