@charset "utf-8";
.safety_text {
    font-size: 1.5rem;
    line-height: 1.9;
}

.safety_text sup {
    font-size: 50%;
    position: relative;
    top: -0.8rem;
    display: inline-block;
}
.safety_text .note {
    display: block;
    margin-top: 1rem;
}

#safety_mv {
    width: 100%;
}
.safety_bold {
    font-weight: 600;
    font-size: 1.2rem;
    padding: 5px 0;
}
.safety_Img{
    padding: 40px 0;
}
.safety_con {
    font-size: 1.9rem;
}
.safety_downSpace {
}
.safety_moreBtn {font-size: 1.6rem;}
.safety_more {
    text-align: right;
    color: #ff8022;
}
.safety_more:hover {
    opacity: 0.7;
}
.flow.flex {
    flex-wrap: wrap;
    max-width: 820px;
    margin: 50px auto 0;
    justify-content: flex-start;
}

.flow_item {
    min-width: 25%;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.flow_item:after {
    content: url(/aoki/images/safety/safety_arrow.png);
    position: absolute;
    top: calc(50% - 11px);
    z-index: 9999;
    right: -15px;
}
.flow_item:last-child:after {
    content: none;
}
 @media screen and (max-width: 399px) {
    .flow_item:after {
        bottom: -33px;
        top: inherit;
        right: inherit;
        transform: rotateZ(90deg);
        left: 50%;
        margin-left: -13px;
    }
}

.trace.flex {
    justify-content: center;
}

.trace_item {
    margin: 41px 30px;
}
.trace.flex {flex-wrap: wrap;}
.safety_text.is_policy {
    padding-bottom: 40px;
}

.safety_naiyo_area {
    border: solid 1px #000;
    padding: 15px 20px 0;
    margin: 0px 0 50px;
}

.safety_naiyo_area h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 2.0rem;
}

.policy_list {
    padding: 10px 10px;
}

.policy_list p {
    margin-bottom: 1em;
}

.safety_naiyo_area p.lead {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.sqf.flex > div {
    flex: 1;
    align-self: center;
}

.sqf.flex p {
    flex: 4;
}

.sqf.flex {
    padding-bottom: 50px;
}
.center {
    text-align: center;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px), print {
    .safety_h1 {
        line-height: 1.1;
    }
    .safety_con {
        font-size: 2.5rem;
    }
 }

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
    .sqf.flex {
        display: block;
    } 
    .sqf.flex div{
        text-align: center;
    }
    .safety_moreBtn {
        margin: 20px 0;
        display: block;
    }

    .trace_item {
        margin: 10px 0;
    }

    .safety_downSpace {
        margin-bottom: 20px;
    }
 }
