p.ImgOnlyStyle img{
    width: 100%;
}

.w40{
    width: 40%;
}

.w50{
    width: 50%;
}

.w60{
    width: 60%;
}

.w80{
    width: 80%;
}

ul.ListStyle1.mb5{
    margin-bottom: 5px;
}

.mb5{
    margin-bottom: 5px;
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mt20{
    margin-top: 20px;
}

p.TextStyle1 sup{
    color: #b1000e;
    font-weight: bold;
}

ol.ListStyle1.removeType{
    list-style: none;
    padding-left: 30px;
}

.Section p.ImgOnlyStyle{
    margin-bottom: 30px;
}

.Section p.ImgOnlyStyle img{
    margin-bottom: 0;
}

.redBg{
    color: #b1000e;
    margin-bottom: 20px;
}
.border{
    border: 1px solid #eee;
}

.gray{
    color: #999;
    font-size: 80%;
}


#Contents.check .Section .flexBox dl dt{
    margin-bottom: 10px;
}

#Contents.check .Section .flexBox dl dd{
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    height: 260px;
    min-height: 240px;
    align-items: center;
    overflow: hidden;
}

#Contents.check .Section .flexBox dl dd p:nth-child(1){
    width: 40%;
}

#Contents.check .Section .flexBox dl dd p:nth-child(2){
    width: 60%;
}

#Contents.check .Section .flexBox dl dd p{
    margin-bottom: 0;
}

#Contents.check .Section .flexBox dl dd p img{
    margin-bottom: 0;
}

#Contents.check .example p.ImgOnlyStyle{
    border: 1px solid #eee;
}

#Contents.check .introduce .grayText {
    font-size: 80%;
    color: #999;
}
#Contents.check .introduce p.ImgOnlyStyle{
    border: 1px solid #eee;
}

#Contents.check .apply h3{
    width: 100px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
    background: #f2f2f2;
    color: #000;
}


#Contents.check .case h3{
    margin: 10px 0 20px;
    text-align: center;
    font-size: 100%;
    font-weight: 900;
    color: #b1000e;
    line-height: 40px;
    border-bottom: 1px solid #b1000e;
}

#Contents.check .advantage p.ImgOnlyStyle{
    border: 1px solid #eee;
}

#Contents.check .data{
    display: flex;
    gap: 30px;
}

#Contents.check .data>p.ImgOnlyStyle{
    width: 50%;
}

#Contents.check .data dl{
    width: 50%;
}

#Contents.check .Section ol.ListStyle1.ml20{
    padding-left: 20px;
}

#Contents.check .Section ol.ListStyle1{
    padding-left: 40px;
}

#Contents.check .Section ol.ListStyle1 li{
    padding-left: 5px;
}

#Contents.check .Section ul.ListStyle1 li{
    position: relative;
    background: transparent;
    padding-left: 25px;
}

#Contents.check .Section ul.ListStyle1 li::before{
    content: '';
    width: 15px;
    height: 10px;
    background: url('/image/ifg/check/yes.svg') no-repeat;
    position: absolute;
    left: 2px;
    top: 5px;
}

@media screen and (max-width: 676px){
    #Contents.check .Section .flexBox dl dd{
        height: 200px;
    }
}

@media screen and (max-width: 579px){
    #Contents.check .Section .flexBox{
        flex-direction: column;
        gap: 20px;
    }

    .w100sh{
        width: 100%;
    }
    
    ol.ListStyle1{
        padding-left: 20px;
    }

    #Contents.check .Section .flexBox dl dd{
        flex-direction: column;

    }
    #Contents.check .Section .flexBox dl dd{
        height: auto;
    }
    #Contents.check .Section .flexBox dl dd p:nth-child(1),#Contents.check .Section .flexBox dl dd p:nth-child(2){
        width: 80%;
    }

}

@media screen and (max-width: 440px) {
    #Contents.check .Section .flexBox dl dd p:nth-child(1), #Contents.check .Section .flexBox dl dd p:nth-child(2){
        width: 100%;
    }
}




