/* 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;
}

/*#head {
    border-top: solid 30px #00717f;
}*/

#imgArea {
    text-align: center;
    height: 740px;
}

#imgArea .main_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#contMain {
    width: 920px;
    margin: 0 auto;
}

.section_title {
    background: #00717f;
    font-size: 180%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.point {
    text-align: center;
}

.application {
    text-align: center;
}

.offer_step {
    line-height: 1.5rem;
}

.point img {
    width: 400px;

}

.table_about {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.table_about tbody tr th {
    font-weight: bold;
    width: 180px;
    padding: 15px;
    border-bottom: 1px solid #0d4865;
    border-right: 1px solid #0d4865;
    text-align: center;
}

.table_about tbody tr td {
    border-bottom: 1px solid #0d4865;
    padding: 15px;
}

.cast_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.cast_name_L {
    font-size: 26px;
    font-weight: bold;
}

.cast_name_L ruby rt {
    font-size: 10px;
    font-weight: normal;
}

.cast_text {
    margin-top: 10px;
}

.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 0 0;
}

.offer_step {
    font-size: 24px;
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #0d4865;
    width: 80%;
    border-radius: 15px;
    line-height: 1.4;
}

.offer_step dt {
    font-weight: bold;
}

.offer_comment {
    margin: 40px 40px 0 40px;
    font-size: 16px;
}

.seminar {
    font-size: 20px;
    margin: 24px 0;
}

ul.i_circle {
    margin-top: 18px;
    padding-left: 24px;
}

ul.i_circle li {
    padding: 12px 0;
}

ul.i_circle li:before {
    margin-left: -1.4em;
    content: '●';
    color: #00717f;
}

.offer_button {
    text-align: center;
    margin-top: 30px;
}

.form_btn {
    display: inline-block;
    padding: 18px 100px;
    background: #cc0000;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
    border-radius: 30px;
}

.form_btn:hover {
    background: #7B090B;
    text-decoration: none;
    transition: all .6s;
}

.ex_bottom {
    border-top: 2px solid #0d4865;
    border-bottom: 2px solid #0d4865;
    margin: 40px 0 10px 0;
    padding: 10px 0;
    text-align: center;
}

.ex_bottom span {
    font-size: 18px;
}

.ex_bottom span:last-of-type {
    margin-left: 16px;
}

.wrap_copyright {
    text-align: center;
}