body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.bousai .fv {
    background-color: #f5b10c;
    padding: 40px 0;
}

.bousai .title {
    background: #111;
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 10px;
    text-align: center;
    width: 800px;
}

.bousai .img_box {
    margin-top: 80px;
    text-align: center;
}

.bousai .text_box {
    background-color: #fff;
    border: #111 2px solid;
    color: #111;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 900px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.bousai .text_box p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
}

.bousai .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}


.disaster-one .read_text {
    background-image: url(https://deccs.jp/content-asset/images/bousai/section_bg.jpg);
    padding: 100px 0;
    text-align: center;
}

.disaster-one .read_text .main {
    color: #f5b10c;
    font-size: 40px;
}

.disaster-one .read_text .sub {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.fs-60 {
    font-size: 60px;
}

.disaster-one h2 {
    margin-top: 60px;
    text-align: center;
}

.disaster-one .list {
    margin: 100px 0;
    text-align: center;
}

.disaster-one .list .list_item:not(:first-child) {
    margin-top: 100px;
}

.disaster-two .read_text {
    background-image: url(https://deccs.jp/content-asset/images/bousai/section_bg.jpg);
    padding: 100px 0;
    text-align: center;
}

.disaster-two .read_text .main {
    color: #f5b10c;
    font-size: 40px;
}

.disaster-two .read_text .sub {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.disaster-two h2 {
    margin-top: 60px;
    text-align: center;
}

.disaster-two .list {
    margin: 100px 0;
    text-align: center;
}

.disaster-two .list .list_item:not(:first-child) {
    margin-top: 100px;
}



.disaster-electric .read_text {
    background-image: url(https://deccs.jp/content-asset/images/bousai/section_bg.jpg);
    padding: 100px 0;
    text-align: center;
}

.disaster-electric .read_text .main {
    color: #f5b10c;
    font-size: 40px;
}

.disaster-electric .read_text .sub {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}


.ranking {
    margin-top: 100px;
}

.graph {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.graph .left {
    text-align: center;
    width: 50%;
}
.graph .right {
    text-align: center;
    width: 50%;
}

.risk {
    background-image: url(https://deccs.jp/content-asset/images/bousai/japan_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 70px auto;
    max-width: 800px;
    padding: 100px 0;
    width: 100%;
}

.risk .main {
    font-size: 40px;
    text-align: left;
}

.risk .sub {
    font-size: 16px;
    margin: 50px 0 0 auto;
    width: 500px;
}

.sun-light {
    margin: 30px 0;
}

.sun-light .bg {
    background-color: #eee;
}
.sun-light h2 {
    background-color: #111;
    color: #fff;
    font-size: 36px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.sun-light h2 .yellow {
    color: #f5b10c;
}

.sun-light_img {
    margin-top: 60px;
    text-align: center;
}

.qcells {
    margin-top: 60px;
}

.qcells .text {
    font-size: 30px;
    text-align: center;
}

.light-blue {
    color: #009fe3;
}

.qcells .img_box {
    margin-top: 30px;
}

.qcells .content {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 90%;
}

.qcells .content_box {
    width: 70%;
}

.qcells .content_box p:not(:first-child) {
    margin-top: 30px;
}

.hybrid {
    padding-bottom: 30px;
}

.hybrid .content_box {
    margin: 0 auto;
    width: 70%;
}

.hybrid .img_box {
    margin-top: 40px;
}

.hybrid .text {
    font-size: 30px;
    text-align: center;
}

.hybrid p {
    margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
    .bousai .fv {
        padding-top: 50px;
    }

    .bousai .fv .img_box {
        margin-top: 50px;
    }

    .bousai .title {
        font-size: 20px;
        margin-top: 80px;
        width: 90%;
    }
    .bousai .text_box {
        margin-top: 50px;
        padding: 20px 10px;
        width: 96%;
    }
    .bousai .text_box p {
        font-size: 14px;
    }

    .disaster-one h2 {
        margin: 0 auto;
        margin-top: 60px;
        width: 90%;
    }

    .disaster-one .read_text {
        padding: 60px 0;
    }

    .disaster-one .read_text .main {
        font-size: 24px;
    }

    .fs-60 {
        font-size: 36px;
    }

    .disaster-one .read_text .sub {
        font-size: 16px;
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }

    .disaster-one .list {
        margin: 60px 0;
    }


    .disaster-one .list .list_item:not(:first-child) {
        margin-top: 60px;
    }

    .disaster-two h2 {
        margin: 0 auto;
        margin-top: 60px;
        width: 90%;
    }

    .disaster-two .read_text {
        padding: 60px 0;
    }

    .disaster-two .read_text .main {
        font-size: 24px;
    }


    .disaster-two .read_text .sub {
        font-size: 16px;
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }

    .disaster-two .list {
        margin: 60px 0;
    }

    .disaster-two .list .list_item:not(:first-child) {
        margin-top: 60px;
    }

    .disaster-electric .read_text .main {
        font-size: 24px;
    }


    .disaster-electric .read_text .sub {
        font-size: 16px;
        margin: 0 auto;
        margin-top: 20px;
        width: 80%;
    }

    .disaster-electric .read_text {
        padding: 60px 0;
    }

    .ranking {
        margin-top: 60px;
    }

    .ranking img {
        margin: 0 auto;
    }

    .graph {
        align-items: center;
        flex-direction: column;
        margin-top: 60px;
    }
    .graph .left {
        text-align: center;
        width: 96%;
    }
    .graph .right {
        margin-top: 30px;
        text-align: center;
        width: 96%;
    }

    .risk {
        background-size: contain;
        margin: 50px 0;
        padding: 60px 0;
    }

    .risk .main {
        font-size: 24px;
    }

    .risk .sub {
        width: 80%;
    }

    .sun-light h2 {
        font-size: 24px;
    }

    .sun-light_img {
        margin-top: 0;
    }


    .qcells .text {
        font-size: 24px;
    }

    .qcells .content {
        flex-direction: column;
        padding-bottom: 30px;
    }
    .qcells .content_box {
        margin-top: 30px;
    }

    .hybrid .text {
        font-size: 24px;
    }
    .hybrid .text {
        font-size: 24px;
    }
    .hybrid p {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 375px) {
    .bousai .title {
        font-size: 16px;
        margin-top: 60px;
    }

    .bousai .fv .img_box {
        margin: 0 auto;
        margin-top: 30px;
        width: 80%;
    }

    .bousai .text_box {
        margin-top: 30px;
    }

    .disaster-one .list .list_item:not(:first-child) {
        margin-top: 50px;
    }

    .fs-60 {
        font-size: 30px;
    }

    .disaster-two .list .list_item:not(:first-child) {
        margin-top: 50px;
    }

    .disaster-electric .read_text .main {
        font-size: 20px;
    }

    .sun-light h2 {
        font-size: 20px;
    }

    .qcells .content_box {
        width: 90%;
    }
}
