@charset "Shift_JIS";

/* **************************************************

Name: print.css

Description: Main CSS

Create: 2023.01.26
Update: 2023.01.26

***************************************************** */


/* base
=========================================================================================== */
body {
    zoom: 0.835;
    -webkit-print-color-adjust: exact;
    width: 1305px!important;
}

.printBreak {page-break-before: always; }

#onetrust-banner-sdk { display: none!important; }
#Contents {
    width: 100%!important;
}


/* mainVisual
=========================================================================================== */
.mvTextBox01 .mvTextSet,.mvTextBox02 .mvTextSet {
    left: 30px;
}
.mvTextBox01 .mixBlendBG {
    background-color: rgba(14,121,177,0.7);
}
.mvTextBox02 .mixBlendBG {
    background-color: rgba(115,198,239,0.7);
}


/* recommend
=========================================================================================== */
.recommendInner {
    max-width: 1150px;
}