/* 左右 **********/
article{
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.md_left{
    width:50%; float: left;
}
.md_left_2{
    width:50%; float: left;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 90%;
    height: 100%;
    background-color: #162347;
    transform: skew(-30deg);
    transform-origin: bottom right;
}
.bg1{
	z-index:-100;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background-color: #162347;
    /*transform: skew(-30deg);
    transform-origin: bottom right;*/
}
.md001_rig{ /*---帯左文字 --- */
    margin:0 auto; 
    max-width: 400px;
    text-align: right; 
    padding-right:5%; 
    font-weight: 600; 
    font-size: 1.5em; 
    color: #aa8c00;
    font-family: 'Yu Mincho', 'MS PMincho', Georgia, serif;
}
.md001_rig_1{ /*---左文字 --- */
    position: static;
    max-width: 600px; 
    text-align: left !important; 
    padding-right: 40px;
    padding-left: -50px;
    float: right;
}
.md001_lef{ /*---帯右文字 --- */
    width:50%;
    float: left;
}
/*** md002 文字 *******/
.bg2{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 90%;
    height: 100%;
    background-color: #162347;
    transform: skew(30deg);
    transform-origin: bottom right;
}
.bg2_1{
	z-index:-100;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background-color: #162347;
    /*transform: skew(-30deg);
    transform-origin: bottom right;*/
}
.md002_rig{ /*---帯左文字 --- */
    margin:0 auto; 
    max-width: 300px;
    text-align: left; 
    padding-right:0%; 
    font-weight: 600; 
    font-size: 1.5em; 
    color: #aa8c00;
    font-family: 'Yu Mincho', 'MS PMincho', Georgia, serif;
}
.md002_rig_1{ /*---帯左文字 --- */
    position: static;
    max-width: 600px; 
    text-align: left !important; 
    padding-right: 40px;
    padding-left: -10px;
    float: right;
}
.md002_lef{ /*---帯左文字 --- */
    width:50%;
    float: left;
}
/**************/
.hidari_01{
    float: left; width: 50%;
}
.migi_01{
    float: left; width: 50%;
}
.rig_01{
    text-align: right;
}
.lef_01{
    text-align: left;
}
@media screen and (max-width: 1000px){
    .md_left{
        width:100%;
    }
    .md_left_2{
        display: none;
    }
    .md002_rig{
        margin:0 auto; 
        max-width: 400px;
        text-align: right; 
        padding-right:10%; 
        font-weight: 600; 
        font-size: 1.5em; 
        color: #aa8c00;
        font-family: 'Yu Mincho', 'MS PMincho', Georgia, serif;
    }
    .bg2{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 90%;
        height: 100%;
        background-color: #162347;
        transform: skew(-30deg);
        transform-origin: bottom right;
    }
    .bg2_1{
        z-index:-100;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 50%;
        height: 100%;
        background-color: #162347;
    }
    .hidari_01{
        width: 100%;
        padding-top: 10px;
    }
    .migi_01{
        width: 100%;
        padding-top: 10px;
    }
    .rig_01{
        text-align: center;
    }
    .lef_01{
        text-align: center;
    }
    .md001_rig_mo{
        font-size: 1.2em;
    }

}