@charset "UTF-8";

.half_area {
   
    background: url(../images/seminar/bg_img01.jpg) top center;
}
.half_area .R_area {
    width: 50%;
    padding: 30px 0 40px;
    height: 419px;
    float: left;
    background: #fff;
   
}
.half_area .L_area {
    width: 50%;
    height: 419px;
    float: left;
    background: #fff;
    
}

.subpage h3 {
    margin: 80px 0 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #454142;
    display: inline-block;
    font-size: 34px;
    font-family: "Hannari";
}
table.tabledef02 {
    margin: 0.5em auto 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.tabledef02 th {
    font-weight: bold;
    font-family: "Hannari";
}
table.tabledef02 th, table.tabledef02 td {
    padding: 0.5em 1em;
    text-align: left;
}
.half_area .L_area iframe {
    padding: 8px 8px 0;
    height: 368px;
}

.ttl h3 span {
    border-bottom: solid 1px;
}

.ttl h3 {
    text-align: center;
    font-size: 30px;
}



@media screen and (max-width: 768px) {
.half_area .L_area {
    width: 90%;
    height: 419px;
    float: left;
    background: #fff;
}
}

@media screen and (max-width: 768px) {
.half_area .R_area {
    width: 90%;
    padding: 0px 0 0px; 
    height: 419px;
    float: left;
    background: #fff;
}
}