@charset "utf-8";

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

/***************************/
/*3_alpineBelt.pdf*/
/***************************/

/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 160px;
}
#fig02 {
    max-width: 600px;
}
#fig03 {
    max-width: 600px;
}



/*-----------------*/
/*適応策分割調整*/
/*-----------------*/
/*レイアウト*/
.block-l {
    width: calc((100% / 12) * 10);
}
.block-r {
    width: calc((100% / 12) * 2);
}


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

#line-1 #text01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#line-1 #text01 li:nth-child(1) {
    width: 180px;
    text-align: center;
}
#line-1 #text01 li:nth-child(2) {
    width: calc((100% - 180px) / 2);
}
#line-1 #text01 li img {
    max-width: 450px;
}


#line-2 .cell {
    width: calc(100% - 70px - 20px);
}
#line-2 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    display: flex;
    align-items: center;
    justify-content: center;
}



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

#line-3-2 .cell {
    width: calc((100% - 70px - 60px) / 5);
    display: flex;    
    justify-content: center;
    align-items: center;
}
#line-3-2 .cell-ttl {
    color:#000;
}
#line-3 .block-r .cell {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
}
#line-3 .block-r .cell-ttl {
    color:#000;
}



#line-4 .block-l {
    display: flex;
}
#line-4 .block-l .cell {
    width: calc((100% - 70px - 60px) / 5);
}
#line-4 .block-r .cell {
    width: calc(100% - 20px);
}

#line-5 .block-l {
    display: flex;
}
#line-5 .block-l .cell {
    width: calc((100% - 70px - 60px) / 5);
}
#line-5 .block-r .cell {
    width: calc(100% - 20px);
}


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

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

.cor3 {
    background-color: #d4b9a0;
    padding: 3px 5px;
}





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

.cor5 {
    background-color: #d4b9a0;
}
span.cor5 {
    background-color: transparent;
    color:#d4b9a0;
}

.cor6 {
    background-color: #f7a387;
}
span.cor6 {
    background-color: transparent;
    color:#f7a387;
}

.cor7 {
    background-color: #fab685;
}
span.cor7 {
    background-color: transparent;
    color:#fab685;
}

.cor8 {
    background-color: #d6d490;
}
span.cor8 {
    background-color: transparent;
    color:#d6d490;
}

.cor9 {
    background-color: #c9c8c8;
}
span.cor9 {
    background-color: transparent;
    color:#c9c8c8;
}

.cor10 {
    background-color: #a5bad3;
}
span.cor10 {
    background-color: transparent;
    color:#4c80a9;
}





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