@charset "utf-8";

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

/***************************/
/*4_coasterosion.pdf*/
/***************************/


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


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

/***********/
/*下段*/
/***********/
.block-l {
    width: calc((100% / 12) * 4);
    display: flex;
}
.block-r {
    width: calc((100% / 12) * 8);
}

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

#line-3 .block-l .cell {
    display: flex;
    justify-items: center;
    align-items: center;
}

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

#line-3-2,
#line-5-2 {
    margin-bottom: 0;
}
#line-5 .fill {
    text-align: center;
    min-height: 90px;
}
#line-4-2 .cell .list-disc {
    margin-left: 34px !important;
}


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

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

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

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

.cor5 {
    background-color: #fef6ec;
}



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