/** from 576px */
/** from 768px */
/** from 992px */
/** from 1200px */


.chinbar_image img {max-width:100%;}
.left {text-align: left;}
dd.title {font-weight: 700;}

.features_image {width: 100%;}
.features_text.mb0 {margin-bottom: 10px;}
.features_text.nums {padding-left: 1.01em; text-indent: -1.01em;}

.dual_content_wrapper {
	display: flex;
}
.dual_wrapper {flex:1; margin-left: 10%; text-align: center;}
.dual_wrapper:first-child {margin-left: 0;}
.dual_wrapper .features_text {max-width:90%; margin-left: 5%;}
.dual_wrapper dt {line-height: 1.3; font-weight: 700;}
.dual_wrapper dt > span {display: inline-block;}

.dual_content_wrapper.col3 .dual_wrapper {text-align: left; margin-left: 5%;}
.dual_content_wrapper.col3 .dual_wrapper:first-child {margin-left: 0;}
.dual_content_wrapper.col3 .title {text-align: center;}


.airfit_content_wrapper {
	display: flex;
	flex-wrap:wrap;
	margin-top: 50px;
}
.airfit_content_wrapper .main_title2 {width: 100%; color: #000; font-family: Slussen Expanded, var(--fallback-fonts); font-size: 32px; margin-bottom: 1em;}
.airfit_content_wrapper .main_title2 + .dual_wrapper {margin-left: 0;}
.airfit_content_wrapper .dual_wrapper {display: flex; text-align: left; margin-left: 0;}
.airfit_content_wrapper dd.title{margin-bottom: 5px;}
.airfit_content_wrapper .dual_imgs {width: 50%;}
.airfit_content_wrapper dl {width: 50%;}
.airfit_content_wrapper .dual_wrapper.b {flex-direction: row-reverse; align-items: flex-end;}
.airfit_content_wrapper .img_bottom {margin-bottom: 0;}


.warring_cont {width: 100%; margin-top: 2em;}
.warring_cont dl {width: 100%;}


.emergency_content_wrapper {display: flex;}
.emergency_content_wrapper > div {width: 70%;}
.emergency_content_wrapper > div.img_bottom {width: 30%; margin-right: 5%;}


.face_content_wrapper {display: flex; align-items:center; justify-content: space-between;}
.face_content_wrapper > div {width: 32%;}
.face_content_wrapper > dl {width: 66%;}
.face_content_wrapper.mt {margin-top: 30px;}


@media (max-width: 1199px) {
	.main dd.w915 {width: auto;}
}
@media (max-width: 992px) {
	.img_bottom {margin-bottom: 15px;}

	.dual_content_wrapper {display: block;}
	.dual_wrapper {margin-left: 0; margin-top: 30px;}
	.dual_wrapper:first-child {margin-top: 0;}

	dd.title {margin-bottom: 20px;}

	.dual_content_wrapper.col3 .dual_wrapper {margin-left: 0;}

	.airfit_content_wrapper {display: block;}
	.airfit_content_wrapper .main_title2 {font-size: 20px; margin-bottom: 1em;}
	.airfit_content_wrapper .dual_wrapper {margin-top: 0;}

	.emergency_content_wrapper {display: block;}
	.emergency_content_wrapper > div.img_bottom {width: 80%; margin-left: 10%; margin-right: 10%;}
	.emergency_content_wrapper > div {width: 100%;}

	.face_content_wrapper {display: block;}
	.face_content_wrapper > div {width: auto;}
	.face_content_wrapper > dl {width: auto;}


	.main_title {word-wrap: break-word;}
}


@media (min-width: 1200px) {
    .features_image {
        max-width: 45%;
    }
	.features_image .small_note {
        margin-right: 3rem;
        font-size: 1rem;
        padding-left: 40%;
        text-align: left;
        display: grid;
    }
}


@media (min-width: 768px) {
    .chinbar_content_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}


/*
.main_content .product_front {
    justify-content: start;
}

.main_content .product_front img {
    width: 60%;
}

.main_content .product_down {
    justify-content: start;
}

.main_content .product_down img {
    margin-left: 15%;
    width: 60%;
}

.main_content .product_side {
    justify-content: end;
}

.main_content .product_side img {
    margin-right: 5%;
    width: 60%;
}

.main_content .using_sunvisor {
    position: relative;
    --margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .main_content .using_sunvisor {
        --margin-top: 2rem;
    }
}

.main_content .using_sunvisor .sunvisor_text1 {
    margin-top: var(--margin-top);
}

.main_content .using_sunvisor .sunvisor_text2 {
    position: absolute;
    display: inline-block;
    top: calc(50% + var(--margin-top));
    left: 0;
}

.main_content .toggle_flip_back_chin_bar {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .main_content .toggle_flip_back_chin_bar {
        flex-direction: row;
    }
}

.main_content .toggle_flip_back_chin_bar.close img {
    margin-top: -3.2rem;
}

.main_content .face_shield_replacement {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .main_content .face_shield_replacement {
        flex-direction: row;
    }
}

.main_content .face_shield_replacement .img_container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.main_content .text_float.not_removable {
    left: 52%;
    top: -4%;
}

@media (min-width: 576px) {
    .main_content .text_float.not_removable {
        top: 0;
        left: 58%;
        right: auto;
    }
}

.features_image_icon {
    width: 10%;
}

.features_image {
    width: 100%;
}

.features_image .img_container.second {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -3rem;
}

.features_image .img_container.second img {
    max-width: 36%;
}
@media (max-width: 768px) {
    .chinbar_text.left.lock {
        margin-top: -180px;
        margin-left: 200px;
         margin-bottom: 250px;
    }
}


@media (min-width: 768px) {
    .features_image .img_container.second {
        margin-top: -15rem;
    }

    .chinbar_image {
        width: 44%;
    }

    .chinbar_content_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .peakvisor_image.col1_1 img {
        margin-top: 20px;
        width: 300px;
        margin-left: 220px;
    }
    .peakvisor_image.col1 img {
        margin-top: -200px;
        width: 600px;
        margin-left: -120px;
    }
    .chinbar_text.col1 {
        width: 100%;
        text-align: right;
        margin-left: 150px;
    }

    .chinbar_text.col1.second {
        width: 200%;
        text-align: left;
        margin-left: -8px;
        margin-bottom: 20px;
    }

    .peakvisor_image.col1.second img {
        margin-top: 20px;
        width: 200px;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .chinbar_text.left.lock {
        margin-top: -290px;
        margin-left: 330px;
        margin-bottom: 250px;
        width: 30%;
    }
    .features_image {
        max-width: 45%;
    }

    .chinbar_content_wrapper.col2.wmax {
        width: 100%;
    }

    .features_image .small_note {
        margin-right: 3rem;
        font-size: 1rem;
        padding-left: 40%;
        text-align: left;
        display: grid;
    }

    .chinbar_content_wrapper.col2 div{
        width: 50%;
        line-height: 75px;
        font-size: 30px;
    }

    .chinbar_content_wrapper.col3 div{
        width: 300px;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
        margin-right:100px;
    }

    .chinbar_image img{
        width: 400px;
        text-align: center;
    }
    .col2 .chinbar_image img{
        width: 300px;
        text-align: center;
    }
    .col2 .chinbar_image img.icon{
        width: 222px;
        text-align: center;
    }
    .col2 .chinbar_image img.ct{
        margin-top: -150px;
    }
    .col2 .chinbar_image img.w500{
        width: 500px;
    }
    .col2 .chinbar_image img.small_icon {
        width: 100%;
    }
    .chinbar_text.left.cos dd{
        margin-bottom: 5px;
        width: 400px;
    }
    .chinbar_text dd{
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .chinbar_text.left dd{
        text-align: left;
        margin-bottom: 20px;
        width: 90%;
        font-size: 22px;
    }
    .chinbar_text.right dd{
        text-align: right;
        margin-bottom: 20px;
        width: 90%;
        font-size: 22px;
    }

    .chinbar_text.left.title dd{
        font-weight: 700;
    }

    .chinbar_text.left.both dd{
        font-weight: 500;
    }

    .chinbar_text.left.col3 dd{
        text-align: left;
        margin-bottom: 20px;
        width: 140%;
    }

    .chinbar_image.col3 img{
        width: 400px;
        height: 450px;
        text-align: center;
    }
    .chinbar_image.col3.pt45 img{
        width: 150%;
        height: 45%;
        text-align: center;
    }

    dl.w200{
        width: 200%;
    }
    dl.w120{
        width: 120%;
    }
    .main h2.w750 {
        width: 750px;
    }
}
*/