@charset "utf-8";

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

/***************************/
/*local_infografic_detail_1_kaiyuusei_gyokairui.pdf*/
/***************************/

.headline-ttl {
    /* max-width: 70%; */
}
.h1-head {
    width: 600px;
}
.headline-cooperator {
    font-size: 1.4rem;
    text-align: left;
    margin-left: 3em;
}
.headline-cooperator span {
  margin-left: -3.1em;
  text-indent: 3.1em;	
}

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

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


/***********/
/*上段*/
/***********/
#line-1 .side-ttl {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
#line-1 {
    margin-bottom: 0;
}
#line-1 img {
    max-width: 90%;
}

#line-1 .cell:nth-child(2) {
    width: calc(((100% - 70px - 40px) / 12) * 4.2);
}
#line-1 .cell:nth-child(3) {
    width: calc(((100% - 70px - 40px) / 12) * 4.2);
}
#line-1 .cell:nth-child(4) {
    width: calc(((100% - 70px - 40px) / 12) * 3.6);
}

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

#line-3 .cell:nth-child(2) {
    width: calc(((100% - 70px - 30px) / 12) * 8.4);
}
#line-3 .cell:nth-child(3) {
    width: calc(((100% - 70px - 30px) / 12) * 3.6);
}

ul.colbox-line {
    width: 90%;
    margin: 0 auto;
}
ul.colbox-line li {
    width: 50%;
    padding: 10px 20px;
}
ul.colbox-line li img {
    margin-top: 20px;
}


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

#line-4 .cell:nth-child(2),
#line-5 .cell:nth-child(2),
#line-6 .cell:nth-child(2) {
    width: calc(((100% - 70px - 50px) / 12) * 5.05);
}
#line-4 .cell:nth-child(3),
#line-5 .cell:nth-child(3),
#line-6 .cell:nth-child(3) {
    width: calc(((100% - 70px - 50px) / 12) * 2.05);
}
#line-4 .cell:nth-child(4),
#line-5 .cell:nth-child(4),
#line-6 .cell:nth-child(4) {
    width: calc(((100% - 70px - 50px) / 12) * 2.05);
}
#line-4 .cell:nth-child(5),
#line-5 .cell:nth-child(5),
#line-6 .cell:nth-child(5) {
    width: calc(((100% - 70px - 50px) / 12) * 2.85);
}

#line-4 .cell {
    display: flex;
    justify-items: center;
    align-items: center;
}
#line-4 .cell-ttl {
    padding-left: 4px;
    padding-right: 4px;
}
#line-4 .cell:nth-child(4) .cell-ttl {
    padding-left: 2px;
    padding-right: 2px;
}

#line-7 .cell {
    width: calc((100% - 70px - 20px));
}


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

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

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

.cor4 {
    background-color: #f2f5f8;
}
.cor5 {
    background-color: #f5f1ec;
}
.cor6 {
    background-color: #fef5eb;
}

.cor7 {
    background-color: #4e9b4e;
}
span.cor7 {
    background-color: transparent;
    color:#4e9b4e;
}
.cor8 {
    background-color: #f0f4ed;
}



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