.area-title{
    font-size: 1.2rem;
}
table{
border-collapse: collapse;
   
    th,td{
        border: 1px solid gray;
        padding: 10px;
    }
    th{
        background-color: lightgray;
    }
}
section{
    padding: 30px;

}
.content01{
    padding: 30px 0;
    li{margin-left: 20px;
    padding: 10px 0;}
    
}
.em-122{
    font-size: 1.2em;
}
.fontW{
    font-weight: bold;
}    img{width: 500px;}

        .jsonData {
            margin-top: 80px;
        }

        .jsonData span.jp {
            font-size: 85%;
        }

        .abslt {
            font-size: 0.8rem;
            font-family: "Lato", 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
            position: absolute;
        }

        /* .rentalServer h3 {
            float: left;
            margin-top: 30px;
            margin-right: 20px;
        } */

        .free-serv_resear th,
        .free-serv_resear td {
            padding: 5px 10px;
        }

        .free-serv_resear td:nth-of-type(3),
        .free-serv_resear td:nth-of-type(4) {
            width: 40px;
            text-align: center;
            vertical-align: middle;
        }

        table {
            margin-top: 30px;
            border: 1px solid lightgray;
            border-collapse: collapse;
        }

        tr:last-of-type th,
        tr:last-of-type td {
            border-bottom: none;
        }

        th,
        td {
            border-right: 1px solid lightgray;
            border-bottom: 1px solid lightgray;
        }

        td:last-of-type {
            border-right: none;
        }

        .Mail {
            border-radius: 5px;
            margin-top: 10px;
        }

        .free-serv_resear tr:first-of-type {
            background-color: lightyellow;
        }

        .check {
            padding: 10px;
            background-color: rgb(238, 238, 238);
            margin-top: 10px;
            width: 70%;
            margin: 10px 0;
            border-radius: 5px;
            border: 1px solid gray;
        }

        .decNone {
            text-decoration: none;
        }
    