@charset "utf-8";
/* CSS Document */

#priceSheet{
    width: 100%;
    max-width: 1120px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
#priceSheet header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 1120px;
}
#headerLeft{
/*    width: 70%;*/
    width: 810px;
    background-color: #008e4d !important;
    color: #fff;
    padding: 20px;
    border-radius: 40px 0 40px 0;
}
#headerLeft h1{
    text-align: left;
    font-size: 70px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
/*    height: 200px;*/
}
#headerLeft dl{
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 20px 0;
    height: 100px;
}
#headerLeft dt,
#headerLeft dd{
    font-weight: bold;
    font-size: 30px;
}
#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: 28%;*/
    min-width: 250px;
    margin-left: 20px;
}
#headerRight #mps{
    background-color: #1f2774 !important;
    color: #fff;
    font-weight: bold;
    border: 3px solid #1f2774;
}
#headerRight #mps .title{
    font-size: 46px;
    border-radius: 6px 6px 0 0;
}
#headerRight #mps th,
#headerRight #mps td{
    padding: 0;
    border: none;
    width: 33%;
}
#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: 20px;
    text-align: left;
    width: 1120px;
}
#priceSheet_contents h2{
    color: #008e4d;
    font-size: 32px;
    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: 24px;
    font-weight: bold;
}
.priceSheet_con_list dt{
    color: #008e4d;
}
#equipmentTxt{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
#priceSheet_price{
    margin-top: 20px;
}
#priceSheet_price dl{
    display: flex;
    align-items: center;
}
#priceSheet_price dt{
    width: 20%;
    background-color: #008e4d;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
}
#priceSheet_price dd{
    font-weight: normal;
    color: #e83921;
    font-size: 200px;
    line-height: 1;
    padding: 20px;
    text-align: center;
    width: 80%;
}
#priceSheet_price dt,
#priceSheet_price dd{
    height: 250px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}
header.header,.child_key_v,.pankuzu_area,footer.footer{
    display: none !important;
}