@charset "utf-8";
/* CSS Document */

.dxlaws_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.dxlaws_box .chapter_h4{
    width: 100%;
    border: solid #eee 1px;
    position: relative;
}
@media (max-width: 992px) {
    .dxlaws_box{
        flex-direction: column;
    }
    .dxlaws_box .chapter_h4{
        width: 90%;
        margin: 2rem auto 0em;
    }
}
@media (min-width: 991px) {
    .dxlaws_box .chapter_h4{
        width: 48.5%;
    }
}
.dxlaws_box .chapter_h4 h4{
    height: auto;
    padding: 1.1em 0 1em;
    text-align: center;
    background-color: #eee;
    line-height: 1.75;
}
.dxlaws_box .chapter_h4 h4 span{
    font-weight: 400;
    display: block;
}
.dxlaws_box .chapter_h4:after{
    content: url(/web/jp/government/images/comm/dx_issues016/icon_check.svg);
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(0%, -50%);
    
}
.dxlaws_box .chapter_h4 .text{
    margin:32px 0; 
}
.dxlaws_box .chapter_h4 .text > ul.requirements > li{
    line-height: 1.75;
    margin-bottom: 16px;
}
.dxlaws_box .chapter_h4 .text > ul.requirements li .require{
    background-color: #81bd45;
    color: #fff;
    padding: 4px 10px;
    border-radius: 24px;
    display: block;
    width: 3rem;
    text-align: center;   
}
.dxlaws_box .chapter_h4 .text > ul.requirements > li > ol{
    margin: 1.5em 1.5em 0;
}
.dxlaws_box .chapter_h4 .text > ul.requirements > li > ol > li{
    list-style: decimal;
    list-style-position: outside;
    margin-bottom: 8px;
}

.bills_box{
    width: 90%;
    margin: 24px auto;
    padding: 8px;
}
.secArticleDetail .bills_box .imgBox{
        margin: 8px 0;
}
.bills_box img{
    width: 100%;
    border: solid #ccc 1px;
}
@media (min-width: 768px) {
    .bills_box{
        width: 400px;
    }
}
@media (max-width: 768px) {
    .detailMain {
    background-position-x: 80%;
    } 
}
@media (max-width: 431px) {
    .detailMain {
    background-position-x: 84%;
    }
}