/* CSS Document */

@import url("image_fade.css");

/* sp View   ～768px  ----------------------------------------------------------------------------------------------*/
section .sub_title{
    font-size: 24px;
    color: var(--secondary-color);
    margin: 1em auto 0.5em;
    width: 100%;
}
section .sub_title2{
    font-size: 20px;
    color: #06F;
    margin: 1em auto 0.5em;
    width: 100%;
}
section .text{
    width: fit-content;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
}
.safety_element{
    padding-bottom: 4em;
}
.safety_element .responsive_text{
    font-size: 18px;
}

.safety_list{
    width: fit-content;
    line-height: 1.5em;

    list-style: none;
/*    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;*/
    text-align: left;
    margin: 0 auto 1em;
    padding: 0
}
.safety_list li{
    /*width: 100%;*/
    line-height: 1.5em;
    /*display: block;*/
    margin-bottom: 1em;
}
.safety_list li strong{
    display: block;
}
.safety_list li span{
    display: block;
    margin-left: 1em;
}

.photo_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text{
    font-size: 18px;
}
/*--- Tablet View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
.safety_element .responsive_text{
    font-size: 24px;
}

}

