.contents{
    margin-left: auto;
    max-width: 1000px;
    width:100%;
    margin-right: auto;
    padding-top: 40px;
}
.contents_box{
    margin-bottom: 110px;
}
.contents_box_child{
    margin-top: 10px;
}
.contents_title_area{
    height: 60px;
}
.contents_title_area span{
    font-size: 33px;
    font-weight: 600;
}
.contents_title_number{
    color: #0D037A
}
.contents_title_name{
    margin-left: 15px;
}
.contents_box_child_1{
    display: flex;
}
.contents_box_child_1 table{
    border-top: 2px solid #0D037A;
}
.contents_box_child_1 table tr{
    border-bottom: 1px inset #d5d5d5;
}
.contents_box_child_1 table th{
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    padding: 22px 0px 22px 5px;
}
.contents_box_child_1 table td{
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    padding: 22px 0px 22px 30px;
}
.contents_box_child_2 img{
    width: 100%;
}
.contents_box_child_3 img{
    width: 100%;
}
.table1{
    width: 370px;
}
.table2{
    width: 580px;
    margin-left:50px;
}

@media all and (max-width:1024px){
    .contents_title_area span{
        font-size:25px;
    }
    .contents_box_child_1{
        flex-direction: column;
    }
    .table1, .table2{
        width:100%;
        margin:0;
    }
    .contents_box_child_1 table th, .contents_box_child_1 table td{
        font-size:15px;
    }
}

@media all and (max-width:499px){
    .contents_box_child_1 table th, .contents_box_child_1 table td{
        font-size:11px;
    }
}