@charset "utf-8";
/* CSS Document */

body {
-webkit-print-color-adjust: exact;
}
.print_pages {
/*    size: A4 landscape;*/
    size: letter landscape;
    page-break-before: always;
}

#priceSheet{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
}
#priceSheet header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#headerLeft{
    width: 78%;
    background-color: #008e4d !important;
    color: #fff;
    padding: 20px;
    border-radius: 40px 0 40px 0;
}
#headerLeft h1{
    text-align: left;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    height: 90px;
    overflow: hidden;
}
#headerLeft dl{
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 20px 0;
    height: auto;
}
#headerLeft dt,
#headerLeft dd{
    font-weight: bold;
    font-size: 20px;
}
#headerLeft dt{
    color: #008e4d;
    padding-right: 10px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
#headerLeft dt:nth-of-type(2){
    margin-left: 20px;
}
#headerLeft dd{
    color: #000;
    overflow: hidden;
}
#headerRight{
    width: 20%;
}
#headerRight #mps{
    background-color: #1f2774 !important;
    color: #fff;
    font-weight: bold;
    border: 3px solid #1f2774;
/*    border-right-width: 6px;*/
}
#headerRight #mps .title{
    font-size: 20px;
    border-radius: 6px 6px 0 0;
}
#headerRight #mps th,
#headerRight #mps td{
    padding: 0;
    border: none;
    width: 50%;
}
#headerRight #mps th{
    font-size: 12px;
}
#headerRight #mps td{
    font-size: 30px;
}
#headerRight #mps .white{
    background-color: #fff !important;
    color: #1f2774;
    font-weight: bold;
    font-size: 60px;
}
#priceSheet_contents{
    border: 6px solid #008e4d;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: left;
}
#priceSheet_contents h2{
    color: #008e4d;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
.priceSheet_con_list{
    display: flex;
    flex-wrap: wrap;
}
.priceSheet_con_list dt,
.priceSheet_con_list dd{
    width: 25%;
    font-size: 16px;
    font-weight: bold;
}
.priceSheet_con_list dt{
    color: #008e4d;
}
#equipmentTxt{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    height: 420px;
    overflow: hidden;
}
#priceSheet_price{
    margin-top: 20px;
}
#priceSheet_price dl{
    display: flex;
    align-items: center;
}
#priceSheet_price dt{
    width: 20%;
    background-color: #008e4d;
    color: #fff;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
}
#priceSheet_price dd{
    color: #e83921;
    font-size: 100px;
    line-height: 1;
    padding: 0 20px;
    text-align: center;
    width: 80%;
    display: flex;
    align-items: center;
}
#priceSheet_price dt,
#priceSheet_price dd{
    height: 100px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
header.header,.child_key_v,.pankuzu_area,footer.footer{
    display: none !important;
}