@charset "UTF-8";

/*------------------------------------------------------------
    ◆読み込みHTML
    key-themes.html
------------------------------------------------------------*/

/* キーテーマテーブル横スクロール */
.keyTableScroll {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 20px;
}
.keyTableScroll img {
    width: 19px;
    vertical-align: -3px;
    margin: 0 3px;
}
@media print, screen and (min-width: 770px) {
    .keyTableScroll {
        display: none;
    }    
}

/* キーテーマテーブル */
.keyTablebox {
    margin-top: 10px;
    overflow-x: auto;
}
.keyTable {
    width: 920px;
    border-collapse: collapse;
    table-layout: fixed;
}
.keyTable th,
.keyTable td {
    font-size: 1.6rem;
    padding: 15px;
    vertical-align: top;
    text-align: left;
    border: solid 1px #C5C5C5;
}
th.keyTable_th {
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
th.keyTable_th_mobility {
    background-color: #C8E4F6;
}
th.keyTable_th_energy {
    background-color: #E5F2E3;
}
th.keyTable_th_electronics {
    background-color: #FED9BE;
}
th.keyTable_th_lifescience {
    background-color: #FED8E0;
}
.keyTable_list {
    list-style: none;
}
.keyTable_list li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 1em;
    position: relative;
}
.keyTable_list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #1556A3;
}
.keyTable_list li + li {
    margin-top: 9px;
}
.keyTable_list a {
    color: #1556A3;
    text-decoration: none;
}
.keyTable_list a:hover {
    text-decoration: underline;
}
.keyTable_note {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
}
.keyTable_other {
    background-color: #EFF0F2;
    padding: 15px;
    margin-top: 12px;
}
.keyTable_other p {
    font-size: 1.6rem;
    line-height: 1.5;
}

@media print, screen and (min-width: 770px) {
    .keyTablebox {
        margin-top: 40px;
    }

}


/* ニュース */
.topicsNewsListBox {
    padding: 20px 0 16px;
    border-bottom: solid 1px #E1E1E1;
}
.topicsNewsListBox:first-child {
    padding-top: 0;
}
.topicsNewsListBox_title {
    font-size: 1.6rem;
    font-weight: bold;
}
.topicsNewsList li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 1em;
    margin-top: 16px;
}
.topicsNewsList li::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\F054";
    color: var(--main-blue);
    position: absolute;
    top: 0;
    left: 0;
}
@media print, screen and (min-width: 770px) {
    .topicsNewsListBox {
        padding: 20px 0;
    }
    .topicsNewsListBox:first-child {
        padding-top: 0;
    }
    .topicsNewsListBox_title {
        font-size: 2.0rem;
    }
}

/* ボイス */
.voiceBox {
    background-color: #F4FAFF;
    padding: 20px 3.175%;
    margin-top: 30px;
}
.voiceBox_title {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--main-blue);
}
.voiceBox_subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 5px;
}
.voiceBox_cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
}
.voiceBox_cont p {
    font-size: 1.4rem;
}
.voiceBox_textBox {
    width: 100%;
    order: 2;
}
.voiceBox_imgBox {
    width: 100%;
    order: 1;
}
.voiceBox_imgBox img {
    width: 100%;
}
.voiceBox_imgBox p {
    margin-top: 10px;
}
.voiceBox_imgBox .name {
    font-weight: 500;
}
.voiceBox_figure {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.voiceBox_figure_item__co2 {
    width: 86.25%;
    max-width: 286px;
}
.voiceBox_figure_caption {
    font-size: 1.4rem;
    margin-top: 10px;
}
.voiceBox_figure_caption2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
}
@media print, screen and (min-width: 770px) {
    .voiceBox {
        box-sizing: border-box;
        width: 880px;
        padding: 30px;
        margin: 40px auto 0;
    }
    .voiceBox_title {
        font-size: 2.4rem;
    }
    .voiceBox_subtitle {
        font-size: 2.4rem;
        margin-top: 10px;
    }
    .voiceBox_cont {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
    }
    .voiceBox_cont p {
        font-size: 1.6rem;
    }
    .voiceBox_textBox {
        width: 504px;
        order: 1;
    }
    .voiceBox_imgBox {
        flex-wrap: wrap;
        width: 286px;
        order: 2;
    }

    .voiceBox_figure {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
        margin-top: 30px;
    }
    .voiceBox_figure_caption {
        font-size: 1.6rem;
        margin-top: 15px;
    }
    .voiceBox_figure_caption2 {
        font-size: 1.6rem;
        margin-top: 15px;
    }
}
