@charset "utf-8";

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

/***************************/
/*3_adaptation.pdf*/
/***************************/

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


/***********/
/*上段*/
/***********/
#line-1 .cell {
    width: calc(100% - 10px);
}
#line-1 .block-l .cell {
    margin-bottom: 10px;
}
#line-1 .block-r .cell {
    margin: 0;
    padding: 0;
}
#line-1 .block-r .cell .cell-txt {
    margin: 0;
    padding: 0;
}
#line-1 .block-l .cell .cell-txt {
    padding: 30px;
}

#line-2 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}

#line-2 .cell {
    width: calc(100% - 70px - 20px);
}
.cell-ttl {
	font-size: 140%;
}

.cell-txt {
    padding: 10px;
    font-size: 1.6rem;
}

#text01 {
    width: 100%;
}
#text01 li {
    width: 33.3%;
}


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

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

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


.cor4 {
    background-color: #fee4d0;
}
.cor5 {
    background-color: #d6e3f3;
}
.cor6 {
    background-color: #dfefe0;
}




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