@charset "utf-8";

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

/***************************/
/*local_infografic_detail_1_wheat.pdf*/
/***************************/

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

.indent-1-in {
    margin-left: 1em;
    text-indent: -1em;
}

/*
.headline-cooperator {
    font-size: 1.4rem;
    text-align: left;
    margin-left: 3em;
}
.headline-cooperator span {
  margin-left: -3.1em;
  text-indent: 3.1em;	
}
*/


/***********/
/*画像のサイズ調整*/
/***********/
#fig01 {
    max-width: 160px;
    margin-top: 10px;
}


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

#line-1 .side-ttl,
#line-2 .side-ttl {
    align-items: flex-start;
    margin-top: 9px;
}

#line-1 {
    margin-bottom: 0;
}


/***********/
/*下段*/
/***********/
.block-l {
    width: calc((100% / 12) * 10.2);
    display: flex;
}
.block-r {
    width: calc((100% / 12) * 1.8);
}


.block-l .cell {
    width: calc(100% - 70px - 20px);
}
.block-r .cell {
    width: calc(100% - 10px);
}


#line-6 .cell {
    display: flex;
    justify-items: center;
    align-items: center;
}



/***********/
/*色*/
/***********/
.cor1 {
    background-color: #529c4d;
}
span.cor1 {
    background-color: transparent;
    color:#529c4d;
}
.cor2 {
    background-color: #8fc354;
}
span.cor2 {
    background-color: transparent;
    color:#8fc354;
}
.cor3 {
    background-color: #8db3df;
}
.cor4 {
    background-color: #f1f6ee;
}


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