@charset "utf-8";

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

/***************************/
/*local_infografic_detail_1_japanesepear.pdf*/
/***************************/

#lower p {
    text-align:justify;
    word-break: break-all;
}

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


/***********/
/*上段*/
/***********/
#line-1 .cell,
#line-2 .cell {
    width: calc(100% - 70px - 20px);
}

#line-1 {
    margin-bottom: 2px;
}

#line-2 .side-ttl {
    align-items: flex-start;
    margin-top: 10px;
}

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

.block-l {
    width: calc((100% / 12) * 10.2);
    display: flex;
}
.block-r {
    width: calc((100% / 12) * 1.8);
}

.block-l .cell {
    width: calc(100% - 70px - 20px);
}
.block-r .cell {
    width: calc(100% - 10px);
}

#line-7 .cell {
    display: flex;
    justify-items: center;
    align-items: center;
}
#line-8 .cell .list-disc-1 {
    margin-left: 36px !important;
}

#line-9 .block-l {
    font-weight: bold;
}
#line-9 .block-r {
    display: flex;
    justify-items: center;
    align-items:center;
}
#line-9 .cell .list-disc {
    margin-left: 20px !important;
}



/***********/
/*色*/
/***********/
.cor1 {
    background-color: #528894;
}
.cor2 {
    background-color: #529c4d;
}
span.cor2 {
    background-color: transparent;
    color:#529c4d;
}
.cor3 {
    background-color: #8db3df;
}
.cor4 {
    background-color: #eaf6fb;
}
.cor5 {
    background-color: #7fbe26;
}
span.cor5 {
    background-color: transparent;
    color:#7fbe26;
}

.cor6 {
    background-color: #fef6ec;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 920px) {}
@media (min-width: 1400px) {}
