@charset "utf-8";

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

/***************************/
/*local_infografic_detail_1_weed.pdf*/
/***************************/


/*テキスト調整*/
.txt-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.txt-col .remarks-box {
    margin: 0 0 10px 0;
}

#fig02 figcaption {
    margin-bottom: 0;
}

#lower p {
    text-align:justify;
    word-break: break-all;
}
#lower .fill {
    font-weight: normal;
}




/*中見出し*/
.cell .cell-ttl-in-center {
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 5px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
}
.cell .cell-ttl-in-center span {
    display: block;
}


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




/***********/
/*上段*/
/***********/
#line-1 .side-ttl {
    align-items: normal;
}

#line-1 .cell {
    width: calc(100% - 70px - 20px);
}
/*
#line-1 {
    margin-bottom: 2px;
}
*/
/*
#line-1 .cell,
#line-2 .cell,
#line-3 .cell {
    width: calc((100% - 70px - 40px) / 3);
}

#line-1,
#line-3 {
    margin-bottom: 0;
}
*/
#line-3 .cell {
    width: calc((100% - 70px) - 20px);
}
#line-3 img {
    display: block;
    margin: 10px auto;
}

#line-2 .cell img {
    padding-left: 1.3em;
    padding-right: 1.3em;
    margin-left: 0;
}

#line-2 .cell p.ml-1em {
    margin-left: 1.3em;
}

#line-2 .source {
    padding-right: 1.3em;
}


#line-2 .cell #line-2-img img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
#line-2 .cell #line-2-img img#fig03 {
    max-width: 280px;
}
#line-2 .cell #line-2-img img#fig04 {
    max-width: 240px;
}



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

#line-4 .cell:nth-child(2),
#line-5 .cell:nth-child(2),
#line-6 .cell:nth-child(2),
#line-7 .cell:nth-child(2),
#line-8 .cell:nth-child(2) {
    width: calc(((100% - 70px - 50px) / 12) * 3.6);
}
#line-4 .cell:nth-child(3),
#line-5 .cell:nth-child(3),
#line-6 .cell:nth-child(3),
#line-7 .cell:nth-child(3),
#line-8 .cell:nth-child(3) {
    width: calc(((100% - 70px - 50px) / 12) * 2.6);
}
#line-4 .cell:nth-child(4),
#line-5 .cell:nth-child(4),
#line-6 .cell:nth-child(4),
#line-7 .cell:nth-child(4),
#line-8 .cell:nth-child(4) {
    width: calc(((100% - 70px - 50px) / 12) * 4.2);
}
#line-4 .cell:nth-child(5),
#line-5 .cell:nth-child(5),
#line-6 .cell:nth-child(5),
#line-7 .cell:nth-child(5),
#line-8 .cell:nth-child(5) {
    width: calc(((100% - 70px - 50px) / 12) * 1.6);
}

#line-6 .cell:nth-child(2) .fill{
    justify-content:left;
}
#line-8 .cell:nth-child(5) .fill{
    text-align: center;
}


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

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

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

.cor4 {
    background-color: #a4ce8b;
}


.cor5 {
    background-color: #f1f4ed;
}

.cor6 {
    background-color: #f9f9ee;
}


.cor7 {
    background-color: #fef5eb;
}

.cor8 {
    background-color: #eaf5fa;
}
.cor9 {
    background-color: #8db3df;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {
    /*テキスト調整*/
    .txt-col {
        padding: 0 10px;
    }

    #fig02 figcaption {
        padding: 0 20px;
        margin-bottom: 0;
    }
}
@media (min-width: 920px) {}
@media (min-width: 1400px) {}
