@charset "utf-8";

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

/***************************/
/*5_tickborneInfection.pdf*/
/***************************/

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

#fig03 {
    max-width: 500px;
}



/*-----------------*/
/*適応策分割調整*/
/*-----------------*/
/*レイアウト*/
.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);
}
#line-1-2 .cell {
    width: calc((100% - 70px - 30px) / 2);
}

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

#line-2 img {
    max-width: 250px;
}



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

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

#line-3-2 .cell {
    width: calc((100% - 70px - 30px) / 2);
}

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

#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 .cell {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
    text-align: 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 .cell {
    height: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;
    text-align: center;
}



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

.cor2 {
    background-color: #a8a9ad;
}
span.cor2 {
    background-color: transparent;
    color:#a8a9ad;
}
.cor2b {
    background-color: #a8a9ad;
    color:#fff;
    padding: 3px 5px;
}

.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: #e1edf4;
}
span.cor5 {
    background-color: transparent;
    color:#e1edf4;
}

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

.cor7 {
    background-color: #eae9e9;
}
span.cor7 {
    background-color: transparent;
    color:#eae9e9;
}
/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 920px) {}
@media (min-width: 1400px) {}
