.contents{
    margin-left: auto;
    width: 1000px;
    margin-right: auto;
    padding-top: 40px;
}
.contents table{
    border-top: 2px solid #0D037A;
    width: 100%;
}
.contents table tr{
    border-bottom: 1px dashed #cfcfcf;
}
.contents table th{
    color: #0D037A;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 27px 0px 27px 0px;
    vertical-align: middle;
}
.contents table td{
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    padding: 27px 0px 27px 15px;
    vertical-align: middle;
}
.contents table tbody{
    border-top: 1px solid #0D037A;
}
.contents table tbody .contents_title:hover{
    cursor: pointer;
    background: #bbc6ff2e;
    color: #0D037A;
}
.contents table tbody tr th img{
    width: 27%;
}
.contents table tbody tr td img{
    width: 95%;
}
.contents_descript{
    display: none;
}
.contents_descript td{
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: lighter !important;
}

@media all and (max-width:1024px){
    .contents{
        max-width:1000px;
        width:100%;
    }
    .contents table td,
    .contents table th{
        font-size:16px;
    }
}