@charset "utf-8";

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

/***************************/
/*local_infografic_detail_1_foodsupplydemand.pdf*/
/***************************/


p.txt-line {
    display: inline-block;
    line-height: 140%;
    text-align: left;
}
#lower p {
    text-align:justify;
    word-break: break-all;
}

/*中見出し*/
.cell .cell-ttl-in-center {
    font-weight: bold;
    line-height: 140%;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 0;
}
.cell .cell-ttl-in-center span {
    display: block;
}


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

#fig02 {
    margin-top: 10px;
    max-width: 340px;
}
#fig03 {
    max-width: 260px;
}
#fig04 {
    max-width: 140px;
}

#fig08 {
    max-width: 260px;
}
#fig09 {
    max-width: 265px;
}

#fig10 {
    max-width: 320px;
    margin-left: -10px;
    margin-bottom: 0;
    margin-right: auto;
    display: inline;

}

#fig11 {
    max-width: 90px;
}


#fig12 {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
 }
 #fig12 img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
}

.head-box-col .source {
    text-align: right;
    margin-top: 80px;
    margin-bottom: 80px;
}

#food-img {
    display: flex;
    flex-wrap: wrap;
}
#food-img01 {
    width: 100%;
    margin: 0;
    order: 2;
}
#food-img02 {
    order: 1;
    width: 100%;
    margin: 0;
}


/***********/
/*上段*/
/***********/
/*#line-1 .side-ttl,*/
#line-2 .side-ttl,
#line-4 .side-ttl {
    /* color: #000 !important; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

#line-2 .side-ttl {
    color: #000;
}
#line-4 .side-ttl {
    color: #000;
}

#line-1 .cell:nth-child(1),
#line-2 .cell:nth-child(1) {
    width: 70px;
}
#line-1 .cell:nth-child(2),
#line-2 .cell:nth-child(2) {
    width: calc(((100% - 70px - 40px) / 12) * 3.5);
}
#line-1 .cell:nth-child(3),
#line-2 .cell:nth-child(3) {
    width: calc(((100% - 70px - 40px) / 12) * 5);
}
#line-1 .cell:nth-child(4),
#line-2 .cell:nth-child(4) {
    width: calc(((100% - 70px - 40px) / 12) * 3.5);
}

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

#line-1 {
    margin-bottom: 0;
}

#line-2 ul.colbox-line {
    width: 90%;
    margin: 0 auto;
}
#line-2 ul.colbox-line li {
    width: 50%;
    padding: 10px 0;
}
#line-2 ul.colbox-line li img {
    max-width: 90%;
}

#line-4 ul.colbox-line {
    width: 100%;
    margin: 0 auto;
}

/*
#line-4 ul.colbox-line li {
    width: calc(100% / 3);
    padding: 10px 20px;
}
*/
#line-4 ul.colbox-line li {
    padding: 10px 20px;
}
#line-4 ul.colbox-line li:nth-child(1) {
    width: calc(100% / 3);
}
#line-4 ul.colbox-line li:nth-child(2) {
    width: calc((100% / 3) * 2);
}
#line-4 ul.colbox-line li:nth-child(2) .source {
    display: inline;
    margin-bottom: 40px;
    margin-left: 10px;
}

#line-4 .remarks-box {
    margin-left: 70px;
}





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

.block-l {
    width: calc((100% / 12) * 10.5);
}
.block-r {
    width: calc((100% / 12) * 1.5);
}
.block-r .cell {
    width: calc(100% - 10px);
}

#line-5-1 .cell:nth-child(2),
#line-7-1 .cell:nth-child(2),
#line-8-1 .cell:nth-child(2) {
    width: calc(((100% - 70px - 40px) / 12) * 2.7);
}
#line-5-1 .cell:nth-child(3),
#line-7-1 .cell:nth-child(3),
#line-8-1 .cell:nth-child(3) {
    width: calc(((100% - 70px - 40px) / 12) * 5.9);
}
#line-5-1 .cell:nth-child(4),
#line-7-1 .cell:nth-child(4),
#line-8-1 .cell:nth-child(4) {
    width: calc(((100% - 70px - 40px) / 12) * 3.4);
}

#line-5,
#line-8-1,
#line-6-1 {
    margin-bottom: 0;
}
#line-6 .cell-ttl {
    color: #000;
}
#line-6-1 .cell {
    width: calc(100% - 70px - 20px);
}

#line-5-1 .cell {
    display: flex;
    justify-items: center;
    align-items: center;
}
#line-5 .block-r .cell-ttl {
    padding-left: 1px;
    padding-right: 1px;
}

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

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

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

.cor4 {
    background-color: #fef5eb;
}
.cor5 {
    background-color: #f0f4ed;
}
.cor6 {
    background-color: #fdf7ec;
}

.cor7 {
    background-color: #bed2ae;
}
.cor8 {
    background-color: #c2d8e4;
}

.cor9 {
    background-color: #c2d8e5;
}

.cor10 {
    background-color: #2a8bcb;
}
span.cor10 {
    background-color: transparent;
    color:#2a8bcb;
}
.cor11 {
    background-color: #2a8bcb;
    color: #fff;
    text-align: center;
}




/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 920px) {
    #food-img01 {
        width: calc(100% - 30% - 30px);
        order: 1;
    }
    #food-img02 {
        width: 30%;
        margin-left: 30px;
        margin-top: -10px;
        order: 2;
    }
}
@media (min-width: 1400px) {
}
