@charset "utf-8";

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

/***************************/
/*5_mosquito-borneInfection.pdf*/
/***************************/

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

#fig03 {
    max-width: 600px;
	margin-top: 0;
}




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


/***********/
/*上段*/
/***********/
#line-1 .block-r .cell {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
}
#line-1-1 .cell {
    width: calc(100% - 70px - 20px);
    height: 100%;
}
#line-1-2 .cell {
    width: calc((100% - 70px - 30px) / 2);
}

#line-2 .block-l {
    display: flex;
}
#line-2 .block-l .cell {
    width: calc((100% - 85px) / 2);
	margin: 0 5px 5px;
}
#line-2 .cell img {
    max-width: 250px;
}
#line-2 .block-r .cell {
    width: calc(100% - 20px);
    height: calc(100% - 5px);
}
#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 - 30px) / 2);
}
#line-3 .block-r .cell {
    width: calc(100% - 20px);
    height: calc(100% - 5px);
}
#line-3 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

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


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

#line-4-1 .cell {
    width: calc(100% - 70px - 20px);
}
#line-4-2 .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-4 .block-r .cell {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 5px);
}


#line-5 .block-l {
    display: flex;
}
#line-5 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-5 .block-r .cell {
    width: calc(100% - 20px);
}
#line-5 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

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

#line-6 .block-l {
    display: flex;
}
#line-6 .block-l .cell {
    width: calc((100% - 70px - 30px) / 2);
}
#line-6 .block-r .cell {
    width: calc(100% - 20px);
}
#line-6 .side-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

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

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

}





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

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

.cor3 {
    background-color: #47a8e0;
}
span.cor3 {
    background-color: transparent;
    color:#47a8e0;
}

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

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

.cor6 {
    background-color: #e7ded5;
}
span.cor6 {
    background-color: transparent;
    color:#e7ded5;
}
.block-r .cell ul li img{
    margin-top: 40px;
}

#c05 .side-ttl {
	color: #000;
}


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