@charset "utf-8";

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

/***************************/
/*5_shinryakuteki-gairaiari.pdf*/
/***************************/


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

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

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

/*レイアウト*/
.block-l {
    width: 70px;
    display: flex;
}
.block-r {
    width: calc(100% - 70px);
}
.block-r .cell {
    width: calc((100% / 3) - 10px);
}


#line-1 .side-ttl,
#line-3 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

#line-1 .side-ttl,
#line-3 .side-ttl {
    color:#000;
}

#line-1-2 {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(209,193,189,1) 31%, rgba(226,117,105,1) 73%);
    width: calc(100% - 5px);
}
#line-1-2 .cell {
    display: flex;
    align-items: center;
}
#line-1-2 .cell:nth-child(1) {
    display: flex;
}
#line-1-2 .cell:nth-child(1) div.remarks {
    width: calc((100% / 3) - 30px);  
}
#line-1-2 .cell:nth-child(1) div:nth-child(2) {
    width: calc((100% / 3) * 2 - 60px);  
}
#line-1-2 .cell:nth-child(1) .cell-ttl {
    color: #000;
}


#line-2 {
    margin-bottom: 0;
}
#line-2 .block-l {
    width: 70px;
}
#line-2 .block-r {
    width: calc(100% - 70px);
}
#line-2 .block-r .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 620px solid transparent;
    border-left: 620px solid transparent;
    border-bottom: 40px solid #9dcc67;
    border-top: 0;
}

#line-3-1 li img {
    width: 90%;
}
#line-3-2 .cell {
    width: calc(100% - 5px);
    text-align: center;
}
#line-3-2 .cell .cell-ttl-in-center {
    padding-top: 5px;
    padding-bottom: 5px;
}


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

#lower .block-l {
    width: calc((100% / 12) * 4.8);
    display: flex;
}
#lower .block-r {
    width: calc((100% / 12) * 7.2);
    display: flex;
}



#line-4 .block-l .cell,
#line-5 .block-l .cell,
#line-6 .block-l .cell,
#line-7 .block-l .cell {
    width: calc(100% - 70px);
}

#line-4 .block-r .cell {
    width: calc(100% - 5px);
}


#line-5 .block-r .cell:nth-child(1) {
    width: calc(((100% - 30px) / 12) * 6.4);
}
#line-5 .block-r .cell:nth-child(2) {
    width: calc(((100% - 30px) / 12) * 4.3);
}
#line-5 .block-r .cell:nth-child(3) {
    width: calc(((100% - 30px) / 12) * 3.3);
}

#line-6 .block-r .cell:nth-child(1) {
    width: calc(((100% - 30px) / 12) * 6.4);
}
#line-6 .block-r .cell:nth-child(2) {
    width: calc(((100% - 30px) / 12) * 4.3);
}
#line-6 .block-r .cell:nth-child(3) {
    width: calc(((100% - 30px) / 12) * 3.3);
}

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


#line-7 .block-r .cell {
    width: calc(100% - 5px);
    text-align: center;
    padding: 0 30px;
    border-left: 2px #a7a7a7 dotted;
    font-weight: bold;
}




/***********/
/*色*/
/***********/
.cor1 {
    background-color: #ecc4ae;
}
.cor2 {
    background-color: #5aa6c3;
}
span.cor2 {
    background-color: transparent;
    color:#5aa6c3;
}

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

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

.cor5 {
    background-color: #7fb2b4;
}


.cor6 {
    background-color: #f2f6f9;
}
.cor7 {
    background-color: #f3f1f6;
}
.cor8 {
    background-color: #fef5eb;
}

.cor9 {
    background-color: #d2e6b7;
}
.cor10 {
    background-color: #f2f7eb;
}
.cor11 {
    background-color: #209459;
}
span.cor11 {
    background-color: transparent;
    color:#209459;
}

.cor12 {
    background-color: #9dcc67;
}


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