@charset "utf-8";

/* CSS Document */

#h_left h1 {
    left: 25px;
}

#main {
    color: #1B1B1B;
}

#about {
    width: 100%;
    text-align: center;
    color: #FFFF;
    padding: 60px 0 120px 0;
}

#about h2 {
    font-size: 200%;
    font-weight: normal;
}

#about p {
    margin-top: 20px;
    line-height: 1.6em;
}

#safety_allflame {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
    background: #fff;
    padding-bottom: 120px;
    padding-top: 40px;
}

#safety_allflame:before {
    position: absolute;
    width: calc(50% - 35px);
    top: -50px;
    left: 0;
    border-bottom: 50px solid #fff;
    border-right: 70px solid transparent;
    display: block;
    content: " ";
}

#safety_allflame:after {
    position: absolute;
    left: calc(50% - 35px);
    top: -50px;
    right: 0;
    border-bottom: 50px solid #fff;
    border-left: 70px solid transparent;
    display: block;
    content: " ";
}

#safety_flame {
    width: 1040px;
    margin: 0 auto;
    color: #1B1B1B;
}

#safety_flame h3 {
    margin: 50px 0 50px 0;
    font-size: 170%;
    letter-spacing: 0.1em;
    font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro N', 'Hiragino Mincho Pro N', 'serif';
}

.safety_box #first {
    margin-bottom: 20px;
}

.safety_box dl {
    line-height: 1.6em;
}

.safety_box dd {}

.safety_box {
    margin-bottom: 40px;
}

.safety_box h4 {
    margin-bottom: 20px;
}

.safety_box ul {
    line-height: 1.6em;
}

footer {
    margin-top: 0px;
}

@media screen and (max-width:1050px) {
    #about {
        width: 92%;
        margin: 0 auto;
        padding: 50px 0;
    }
    #safety_allflame {
        margin-top: 50px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    #safety_flame {
        width: 92%;
        margin: 0 auto;
    }
    #about h2 {
        line-height: 1.4em;
        font-size: 180%;
    }
    #safety_flame h3 {
        line-height: 1.4em;
        font-size: 160%;
        margin-top: 0px;
    }
    .safety_box ul,
    .safety_box dl {
        font-size: 90%;
    }
    .safety_box:first-of-type dd {
        margin-top: 5px;
    }
}
