html {
    min-width: 200px;
    height: 100%;
    margin: 0;
    /*font-size: 0;*/
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

table {
    border: 1px black;
    border-style: solid;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    border: 1px black;
    border-style: solid;
}

td {
    border: 1px black;
    border-style: solid;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}

.b {
    font-weight: bold;
}

.mani_basilisk {
    display: inline-block;
    margin-right: 7px;
}

.mani_basilisk::after {
    content: 'B';
    font-size: 26px;
    padding-top: 1px;
    box-sizing: border-box;
    color: aliceblue;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: lightseagreen;

}

p {
    margin-top: 7px;
    margin-bottom: 7px;
}


.wid60 {
    width: 60%;
}

.flex_sections {
    display: flex;
    width: 100%;
    height: 150px;
    text-align: center;
    /*line-height: 70px*/
}

.parts {
    width: calc(90% / 2);
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.parts_graph {
    width: 95%;
    display: inline-block;
    vertical-align: top;
}

.parts_line {
    width: 95%;
    height: 50px;
    display: inline-block;
    margin-left: 30px;
}

.text_haif {
    width: 50%;
}

.txt_red {
    color: red !important;
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.orange {
    background-color: orange;
}

.text_section {
    font-size: 28px;
    color: rgb(40, 40, 40);
    display: inline-block;
}
.header_section {
    color: rgb(40, 40, 40);
    margin-top: 14px;
    margin-bottom: 14px;
}

h3.header_section{
    font-size: 28px;
}
h4.header_section {
    font-size: 20px;
}



.hidden {
    opacity: 0;
}

.area_profile {
    min-height: 300px;
    padding-top: 40px;
}

.area_picture_prof {
    width: 35%;
}




.area_detail {
    width: 90%;
    height: 400px;
}

.prof_icon {
    box-shadow: 3px 3px 4px 1px rgb(0, 0, 0, 0.2);
}

#canvas1 {
    width: 100%;
    height: 400px;
}

.f_black {
    color: black;
}

.f_mb {
    color: rgb(40, 40, 40);
}

.f_white {
    color: white;
}

.p_profile {
    width: 100%;
    height: 40px;
    min-width: 300px;
    text-align: left;
    border-bottom: 3px solid black;
    color: rgb(40, 40, 40);
}

.p_details {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    text-align: left;
}

.p_label {
    width: 25%;
    font-size: 22px;
    min-width: 30px;
}

.p_data {
    font-size: 15px;
}

.p_datalabel {
    width: 75%;
}

.p_dataval {
    width: 20%;
    text-align: right;
}

.details {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    background-color: white;
    border: 2px solid;
    box-shadow: 3px 3px 4px 1px rgb(0, 0, 0, 0.2);
}

.f_16 {
    font-size: 16px;
}

.basic_content_area{
    width: 55%;
    height: 700px;
    display: inline-block;
}

.basicinfo_box {
    padding: 10px 15px 20px;
    border-radius: 12px;
    width:95%;
    height:270px;
}

.nft_history_area {
    height: 300px;
    width: 95%;
}

.nft_history_area iframe {
    height: 100%;
    width: 100%;
}

.cotwo_box {
    border-radius: 6px;
    /*background-color: #b2c3e0;*/
    padding-bottom: 25px;
}

.hide {
    display: none;
}



@media print{
    .list_form {
        width: 100%;
        /*background-color: aliceblue;*/
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .area_table {
        width: 100%;
        /*background-color: aliceblue;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sections {
        display: inline-block;
        width: 100%;
        margin: 5px 0px 5px 0px;
        text-align: center;
        /*line-height: 70px*/
    }
    .item_section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen  {
    .list_form {
        width: 100%;
        /*background-color: aliceblue;*/
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-x: auto;
        box-sizing: border-box;
        padding: 0 20px 0;
    }
    
    .area_table {
        width: 100%;
        /*background-color: aliceblue;*/
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-x: auto;
        box-sizing: border-box;
        padding: 0 20px 0;
    }
    .sections {
        display: block;
        width: 100%;
        min-height: 80px;
        margin: 10px 0px 10px 0px;
        text-align: center;
        /*line-height: 70px*/
    }
    .material_table {
        min-width: 1520px;
    }
    
    .td_materialnm {
        width: 200px;
    }
    .item_section {
        border: solid;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
}


.content_block{
    width:100%;
    margin-bottom:20px;
}

.table_a45{
    width:45%;
    display: inline-block;
    font-size:18px;
    vertical-align: top;
}



.acd_checkbox {
    display: none;
}

.acd_checkbox+.list_form {
    display: block;
}

.acd_checkbox:checked+.list_form {
    display: block;
}

.acd_checkbox:checked+.list_accor:after {
    content: '－';
}

.list_accor {
    width: 100%;
    height: 40px;
    border: 2px solid #d1edd1;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    color: azure;
    font-size: 20px;
    line-height: normal;
    padding: 0 5px 0;
    display: none;
}

.list_accor:after {
    content: '＋';
    font-size: 22px;
    font-weight: bold;
    float: right;
}

.table_detail {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
    font-size: 16px;
    min-width: 1020px;

}

.footer {
    width: 100%;
    height: 120px;
}

.col_result {
    min-width: 220px;
}
.itemheader{
    margin-left:20px;
}

.h20 {
    height: 20px;
}

.h40 {
    height: 40px;
}

.h60 {
    height: 60px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}


.table_w80 {
    width: 80%;
}

.table_w100 {
    width: 100%;
    min-width: 320px;
}

.d_heading {
    width: 90px;
    font-size: 16px;
}

.d_txt {
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
}

.d_val {
    text-align: right;
}

.txt_digit {
    width: 110px;
    text-align: right;
    display: inline-block;

}

.txt_digit2 {
    width: 75px;
    text-align: right;
    display: inline-block;

}
.txt_digit3 {
    width: 40px;
    text-align: right;
    display: inline-block;

}
.txt_priod {
    width: 10px;
    display: inline-block;
}

.txt_float {
    width: 55px;
    text-align: left;
    display: inline-block;

}

.txt_float2 {
    width: 40px;
    text-align: left;
    display: inline-block;

}

.txt_float3 {
    width: 30px;
    text-align: left;
    display: inline-block;

}


.txt_unit {
    width: 40px;
    text-align: left;
    display: inline-block;
}

.txt_unit2 {
    width: 100px;
    text-align: left;
    display: inline-block;
}

.td_num {
    text-align: right;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.table_const {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 900px;
    font-size: 16px;
}

.txt_float2 {
    width: 80px;
    text-align: left;
    display: inline-block;

}

.txt_under {
    text-decoration: underline;
}

.tech_txt {
    border-radius: 19px;
    display: inline-block;
    color: white;
    text-align: center;
    user-select: none;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100px;
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: middle;
}
.tech_txt p{
    margin-top: -2px;
    margin-bottom: -2px;
}

.tech_basi {
    background-color: rgb(21, 173, 103);
}

.tech_carbon {
    background-color: #f39700;
    width: 130px;
}
.tech_slag{
    background-color:#dacb00;
    width: 130px;
}
.tech_tutumu{
    background-color: #70c7da;
    width: 180px;
}
.tech_konwa{
    background-color: #ed6d2a;
    width: 130px;
}
.tech_acoalplus{
    background-color: #3f6db4;
    width: 130px;
}
.tech_chloroguard{
    background-color: #0b4180;
    width: 130px;
}
.tech_cnecon{
    background-color: #c19e4d;
    width: 130px;
}
.tech_locacon{
    background-color: #769b88;
    width: 130px;
}
.tech_cocolow{
    background-color: #8F8F8F;
    width: 130px;
}

.fuel_tr{
    border-left: 2px solid;
    border-right: 2px solid;
}
.fuel_tr_bottom{
    border-bottom: 2px solid;
}

.txt_center {
    text-align: center;
    width: 100%;
}




.table-s {
    min-width: auto;
    width: 700px;
}


.base_section {
    margin: 30px auto;
    width: 80%;

}

.header_block {
        height: 90px;
        width: 100%;
        background-color: rgb(187, 188, 190);
        text-align: left;
        color: rgb(0, 17, 49);
        font-size: 42px;
        padding-top: 18px;
        padding-left: 20px;
        box-sizing: border-box;
        font-family: sans-serif;
    }


#tbl_elect_prev{
    width:400px;
    font-size:16px;
}

/* タブレット用 */
@media screen and (max-width: 1100px) {
    .item_section {
        margin-left: 0px;
        margin-right: 0px;
        width: 1000px;
    }    

    .basic_content_area{
        width: 100%;
        height:auto;
    }
    .area_table{
        padding: 0;
    }
    .table_detail {
        font-size: 12px;
        min-width: auto;
    }
    .table_const {
        width: auto;
        font-size: 12px;
    }
    .txt_unit2 {
        width: auto;
    }
    .txt_digit2 {
        width: 50px;
    }
    .txt_float2 {
        width: 40px;
    }
    
}

/*　最大画面サイズが520px以下の場合はここを読み込む　*/
@media screen and (max-width:520px) {
    .parts {
        width: 90%;
        height: 100%;
        display: inline-block;
        vertical-align: top;

    }

    .item_section {
        margin-left: 0px;
        margin-right: 0px;
        width: 1000px;
    }    

    .area_table{
        padding: 0;
        /* width: 1000px; */
    }

    .area_picture_prof {
        height: 270px;
    }
    .prof_icon{
        width: 185px;
        height: 260px;
    }
    .basic_content_area{
        width: 100%;
        height:auto;
        /* display: inline-block; */
    }
    
    .basicinfo_box {
        /* height: 620px; */
        height:auto;
    }

    .nft_history_area {
        height: 330px;
        /* height:auto; */
        width: 98%;
    }
    .p_profile {
        width: 100%;
        /* height: 40px; */
        height:auto;
        min-width: 100%;
        text-align: left;
        border-bottom: 3px solid black;
        color: rgb(40, 40, 40);
    }
    .table-s {
        min-width: auto;
        width: auto;
    }
    .sections {
        display: block;
        width: 100%;
        min-height: 80px;
        margin: 5px 0px 5px 0px;
        text-align: center;
        /*line-height: 70px*/
    }
    .tabmain{
        width: auto;
    }
    .table_detail {
        font-size: 12px;
        min-width: auto;
    }
    .txt_right {
        text-align: right;
    }
    .table_const {
        width: auto;
        font-size: 12px;
    }
    /* .col_calc{
        max-width: 75px;
        min-width: auto;
    }
    */
    .txt_digit2 {
        width: 50px;
        text-align: right;
        display: inline-block;
    }
    .txt_float {
        width: 25px;
        text-align: left;
        display: inline-block;
    }
    .txt_float2 {
        width: 30px;
    }
    .col_result {
        max-width: 75px;
        min-width: 150px;
    } 
    .table_a45 {
        font-size: 12px;
    }
    .p_label {
        width: 30%;
        font-size: 20px;
        min-width: 30px;
    }

    .p_data {
        font-size: 16px;
    }

    .parts_line {
        width: 95%;
        height: 50px;
        display: inline-block;
        margin-left: 0px;
    }

    .p_details {
        display: inline-block;
        width: 50%;
        font-size: 15px;
        text-align: left;
    }

    .footer {
        width: 100%;
        height: 70px;
    }
}