﻿@media only screen and (max-device-width : 480px) {
    /* スマートフォンだけ以下を適用 */
    .sm_table_100per {
        width: 100%;
    }
}

body {
    font-family: "Courier New", Consolas, monospace;
    text-align: center;
    font-size: 32px;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    /*
	background-image: url('https://www.evermedica01.jp/dtod/ImageData/bg_gradation_gray.gif');
*/
    background-repeat: repeat-x;
    clear: both;
}

.top{
    vertical-align:top;
}

.datainput_label_off{

    background-color:lightgray;
    color:dimgray;

}
　
.datainput_label_on{

   /*background-color:brown;*/
    color:brown;

}

.input_backcolor{
    background-color:dodgerblue;
}

.input_kakunin {
    border-style:none;

}


.checkbox-input {
    display: none;
}

.checkbox-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

    .checkbox-parts::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #999;
        border-radius: 4px;
    }

.checkbox-input:checked + .checkbox-parts {
    color: #d01137;
}

    .checkbox-input:checked + .checkbox-parts::after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        left: 5px;
        width: 7px;
        height: 14px;
        transform: rotate(40deg);
        border-bottom: 3px solid #d01137;
        border-right: 3px solid #d01137;
    }



