/* CSS Document */
ul, li {
 margin: 0;
 list-style-type: none;
}
body {
 font-family:  "YuGothic", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
 margin: 0;
    background: #fff;
 font-size: 14px;
 background-repeat: no-repeat;
 background-size: cover;
}

#imgArea{
    text-align: center;
    background: #d5ebe1;
    height: 540px;
}
#contMain{
    width: 920px;
    margin: 0 auto;
    padding-top: 340px;
}
.section_title{
    background: #53ad82;
    font-size: 180%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    line-height: 30px;
    margin-bottom: 20px;
}
.table_about{
    font-size: 20px;
    margin-bottom: 30px;
}
.table_about tbody tr th{
    font-weight: bold;
    width: 180px;
    padding: 15px;
    border-bottom: 1px solid #53ad82;
    border-right: 1px solid #53ad82;
    text-align: center;
}
.table_about tbody tr td{
     border-bottom: 1px solid #53ad82;
     padding: 15px;
}
.cast_title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.cast_name_L{
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
}
.cast_layout tbody td{
    padding: 10px 10px 20px 10px;
    vertical-align:top;
}
.cast_name{
    font-weight: bold;
    font-size: 18px;
}
.first{
    border-bottom: 1px solid #000;
}
.cast_layout{
    margin: 20px 0;
}

.offer_step{
    font-size: 20px;
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #53ad82;
    width: 80%;
    border-radius: 15px;
}
.offer_step dt{
    font-weight: bold;
}
.seminar{
    font-size: 20px;
    margin: 20px 0;
}
ul.i_circle li{
    padding: 5px 0px 5px 30px;
}
ul.i_circle li:before {
        margin-left: -1em;
        content: '●';
        color: #333399;
    }
.offer_button{
    text-align: center;
    margin: 50px 0;
}
.form_btn{
    padding: 10px 100px;
    background: #cc0000;
    color: #fff!important;
    font-weight: bold;
    font-size: 24px;
    border-radius: 25px;
}
.form_btn:hover{
    background: #7B090B;
    text-decoration: none;
    transition: all .6s;
}
.ex_bottom{
    border-top: 2px solid #53ad82;
    border-bottom: 2px solid #53ad82;
    margin: 30px 0 10px 0;
    padding: 10px 0;
    text-align: center;
}
.wrap_copyright{
    text-align: center;
}