.forecast_wrap {
    max-width: 1300px;
    width: 90%;
    margin: 50px auto 0;
}

.top_block {
    width: 100%;
    padding-bottom: 45px;
    position: relative;
}

.top_block::before {
    content: "";
    width: 100%;
    height: 2px;
    /* background-color: #d9d9d9; */
    background-color: #007260;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top_block::after {
    content: "";
    width: 188px;
    height: 2px;
    background-color: #007260;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top_block .date {
    font-size: 16px;
    line-height: 1;
}

.top_block h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 25px;
}

.exp_block {
    margin-top: 60px;
}

.fc_table {
    width: 100%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    min-height: 75px;
    box-shadow: 6px 3px 10px rgba(138, 163, 212, 0.48);
}

.fc_table .table_head {
    width: 20%;
    background-color: #007260;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc_table .table_head p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
}

.fc_table .table_content {
    width: 80%;
    background-color: #f1f5ff;
    padding: 30px 30px 30px 20px;
    display: flex;
}

.exp_block .fc_table .table_content {
    padding: 15px 30px 15px 20px;
}

.fc_table .table_content .figure {
    width: 347px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.fc_table .table_content .figure .ba_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 75px;
}

.fc_table .table_content .figure .ba_img img.fc_illust01 {
    width: 77px;
}
.fc_table .table_content .figure .ba_img img.fc_illust02 {
    width: 88px;
}
.fc_table .table_content .figure .ba_img img.fc_illust03 {
    width: 87px;
}
.fc_table .table_content .figure .ba_img img.fc_illust04 {
    width: 86px;
}
.fc_table .table_content .figure .ba_img img.fc_illust05 {
    width: 79px;
}

.fc_table .table_content .figure .arrow {
    width: 10px;
}

.fc_table .table_content .line {
    width: 3px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    justify-content: space-between;
    position: relative;
}

.fc_table .table_content .line .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #007260;
    position: absolute;
}

.fc_table .table_content .text_block {
    width: calc(100% - 350px);
    padding-left: 35px;
    display: flex;
    align-items: flex-start;
}

.exp_block .fc_table .table_content .text_block {
    align-items: center;
}

.fc_table .table_content .figure p,
.fc_table .table_content .text_block p {
    font-size: 16px;
    line-height: 35px;
}

.fc_table .table_content .text_block .toggle_btn {
    display: none;
}

.fc_block {
    margin-top: 45px;
}

.fc_block + .fc_block {
    margin-top: 65px;
}

.fc_block h3 {
    font-size: 25px;
    line-height: 30px;
    display: flex;
    gap: 15px;
}

.fc_block h3::before {
    content: "";
    width: 3px;
    background-color: #007260;
}

.fc_block .fc_table {
    margin-top: 20px;
}

.fc_block .fc_table + .fc_table {
    margin-top: 10px;
}

.fc_block .fc_table .table_content .text_block {
    min-height: 125px;
}

.icon_block {
    margin-top: 100px;
}

.icon_block .fc_table {
    min-height: 80px;
}

.icon_block .fc_table + .fc_table {
    margin-top: 10px;
}

.icon_block .fc_table .table_head img.fc_illust01 {
    width: 48px;
}
.icon_block .fc_table .table_head img.fc_illust02 {
    width: 54.6px;
}
.icon_block .fc_table .table_head img.fc_illust03 {
    width: 53.9px;
}
.icon_block .fc_table .table_head img.fc_illust04 {
    width: 53.8px;
}
.icon_block .fc_table .table_head img.fc_illust05 {
    width: 49.5px;
}

.icon_block .fc_table .table_content {
    padding: 15px 30px 15px 20px;
}

.icon_block .fc_table .table_content .figure {
    justify-content: flex-start;
    padding-left: 75px;
}

.icon_block .fc_table .table_content .text_block {
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .exp_block .fc_table,
    .fc_block .fc_table {
        flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .exp_block .fc_table .table_head,
    .fc_block .fc_table .table_head {
        width: 100%;
        height: 50px;
    }

    .exp_block .fc_table .table_head p br,
    .fc_block .fc_table .table_head p br {
        display: none;
    }

    .exp_block .fc_table .table_content,
    .fc_block .fc_table .table_content {
        width: 100%;
        flex-wrap: wrap;
        padding: 30px 30px 20px;
    }

    .exp_block .fc_table .table_content {
        padding-top: 25px;
    }

    .fc_block .fc_table .table_content {
        padding-bottom: 10px;
    }

    .exp_block .fc_table .table_content .figure,
    .fc_block .fc_table .table_content .figure {
        width: 100%;
    }

    .exp_block .fc_table .table_content .figure p {
        line-height: 25px;
    }

    .exp_block .fc_table .table_content .line,
    .fc_block .fc_table .table_content .line {
        width: 100%;
        height: 3px;
        margin-top: 20px;
    }

    .exp_block .fc_table .table_content .line {
        margin-top: 25px;
    }

    .exp_block .fc_table .table_content .text_block,
    .fc_block .fc_table .table_content .text_block {
        width: 100%;
        min-height: 0;
        padding: 10px 0 0;
    }

    .exp_block .fc_table .table_content .text_block {
        justify-content: center;
    }

    .fc_block {
        margin-top: 55px;
    }

    .fc_block + .fc_block {
        margin-top: 45px;
    }

    .fc_block .fc_table + .fc_table {
        margin-top: 15px;
    }

    .fc_block .fc_table .table_content .text_block p {
        padding-bottom: 20px;
    }

    .fc_table .table_content .text_block .toggle_btn {
        display: block;
        width: 160px;
        margin: auto;
    }

    .fc_table .table_content .text_block .toggle_btn img {
        width: 100%;
    }

    .icon_block .fc_table .table_content .figure {
        padding-left: 50px;
    }

    .icon_block .fc_table .table_content .figure {
        padding-left: 50px;
        width: 247px;
    }

    .icon_block .fc_table .table_content .text_block {
        width: calc(100% - 250px);
    }
}

@media screen and (max-width: 700px) {
    .top_block {
        padding-bottom: 25px;
    }

    .top_block::after {
        width: 90px;
    }

    .top_block h2 {
        margin-top: 18px;
        font-size: 20px;
        line-height: 26px;
    }

    .exp_block {
        margin-top: 35px;
    }

    .fc_block h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .fc_table .table_head p {
        font-size: 16px;
    }

    .fc_table .table_content .figure {
        gap: 20px;
    }

    .fc_table .table_content .figure p,
    .fc_table .table_content .text_block p {
        line-height: 25px;
    }

    .fc_block .fc_table .table_content .text_block p {
        padding-top: 10px;
    }

    .fc_table .table_content .text_block .toggle_btn {
        width: 125px;
    }

    .icon_block .fc_table .table_content {
        padding: 15px 0;
    }

    .icon_block .fc_table .table_content .figure {
        width: 53.5%;
        padding-left: 28px;
    }

    .icon_block .fc_table .table_content .text_block {
        width: 46.5%;
        padding-left: 44px;
    }
}

@media screen and (max-width: 450px) {
    .fc_table .table_head {
        width: 28%;
    }

    .icon_block {
        margin-top: 70px;
    }

    .icon_block .fc_table .table_content {
        width: 72%;
    }

    .icon_block .fc_table .table_content .figure {
        padding-left: 15px;
        width: 56%;
    }

    .icon_block .fc_table .table_content .text_block {
        padding-left: 0;
        justify-content: center;
        width: 44%;
    }
}
