@charset "UTF-8";
.tac {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 20px;
}
.mt10 {
    margin-top: 10px;
}
.areaCourse {
    margin-bottom: 120px;
}
.areaCourse_inner {}
.areaCourse_title {
    line-height: 1;
}
.areaCourse_title > small {
    display: block;
    color: #b4b4b4;
    font-size: 72px;
    text-align: center;
}
.areaCourse_title > b {
    font-size: 38px;
    color: #ff0042;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 22px;
}
.areaCourse_text {
    max-width: 900px;
    margin: 17px auto 0;
    line-height: 1.5;
    text-align: center;
}
.areaCourse_start {
    background: #ff0042;
    color: #fff;
    width: 459px;
    line-height: 73px;
    margin: 36px auto 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.course {
    position: relative;
    z-index: 1;
    padding-top: 85px;
    margin-bottom: 19px;
}
.course_route {
    width: 22px;
    height: 60px;
    background-image: radial-gradient(circle at center center, #9f9f9f 0px, #9f9f9f 3px, transparent 3px, transparent 100%);
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: repeat-y;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(-50px);
}
.course_route::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #ff5a00;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}
.course_route::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid rgb(255, 90, 0);
    box-sizing: border-box;
}
.course_cols {
    display: table;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
}
.course_cols::after {
    content: "";
    display: block;
    clear: both;
}
.course_cols_add {
    margin-top: 100px;
}
.course_col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
}
.course_col-no1 {
    padding-right: 50px;
}
.course_time {
    width: 173px;
    line-height: 43px;
    background: #6d6d6d;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-left: auto;
}
.course_time::after {
    content: "";
    border: 10px solid rgb(109, 109, 109);
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 32px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -32px;
    width: 0;
    height: 0;
}
.course_col-no2 {
    padding-left: 40px;
}
.course_title {
    color: #6eb92b;
    font-size: 37px;
    line-height: 1.2;
}
.course_att {
    font-size: 14px;
    margin-left: 80px;
}
.course_image {
    max-width: 682px;
    margin: 0 auto 14px;
    position: relative;
    z-index: 1;
}
.course_image > img {
    display: block;
}
.course_image-round > img {
    border-radius: 12px;
}
.course_headline {
    color: #ff5893;
    font-size: 28px;
    font-weight: normal;
    max-width: 682px;
    margin: 0 auto 4px;
    text-align: center;
    line-height: 1.4;
}
.course_headline span {
    display: block;
    font-size: 18px;
}
.course_text {
    max-width: 682px;
    margin: 0 auto;
    line-height: 1.6;
}
.course_caution {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.courseNav {
    margin-top: 42px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.courseNav_list {
    list-style: none;
}
.courseNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.courseNav_list > li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.courseNav_list > li:first-child {
    margin-left: 0;
}
.courseNav_list > li:nth-child(2n+1) {}
.courseNav_list > li:nth-child(n+3) {}
.courseNav_list > li > a {
    border-color: #d71eff;
    color: #d71eff;
}
.courseNav_list > li > a.-current {
    background: #d71eff;
}
.courseNav_list > li > a::before {
    content: "";
}
.courseNav_list > li > a::after {
    content: "";
}
.course_other p {
    margin: 45px auto;
    width: 475px;
}
.course_other p a {
    position: relative;
    background: #ff6c00;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 28px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
}
.course_other p a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width:960px) {
    .courseNav_list > li > a:hover {
        background-color: #d71eff;
    }
}
@media screen and (max-width:959px) {
    .areaCourse {}
    .areaCourse_inner {}
    .areaCourse_title {}
    .areaCourse_title > small {
        font-size: 50px;
    }
    .areaCourse_title > b {
        font-size: 30px;
        margin-top: 15px;
    }
    .areaCourse_text {
        line-height: inherit;
        max-width: 670px;
        text-align: left;
    }
    .areaCourse_text .nobr {
        display: none;
    }
    .areaCourse_start {
        line-height: 50px;
        font-size: 24px;
        width: 340px;
    }
    .course {}
    .course_route {}
    .course_route::before {}
    .course_route::after {}
    .course_cols {}
    .course_cols::after {}
    .course_col {}
    .course_col-no1 {}
    .course_cols_add {
        margin-top: 120px;
    }
    .course_time {
        font-size: 18px;
        line-height: 40px;
        width: 150px;
    }
    .course_time::after {
        border-left-width: 20px;
        right: -20px;
    }
    .course_col-no2 {
        padding-left: 25px;
    }
    .course_title {
        font-size: 25px;
    }
    .course_image {}
    .course_image > img {}
    .course_headline {
        font-size: 22px;
    }
    .course_headline span {
        font-size: 16px;
    }
    .course_text {
        line-height: inherit;
    }
    .course_caution {
        font-size: 12px;
    }
    .courseNav {}
    .courseNav_list {}
    .courseNav_list::after {}
    .courseNav_list > li {}
    .courseNav_list > li:first-child {}
    .courseNav_list > li:nth-child(2n+1) {}
    .courseNav_list > li:nth-child(n+3) {}
    .courseNav_list > li > a {
        font-size: 13px;
    }
    .courseNav_list > li > a.-current {}
    .courseNav_list > li > a::before {}
    .courseNav_list > li > a::after {}
}
@media screen and (max-width: 699px) {
    .areaCourse {
        margin-bottom: 0;
    }
    .areaCourse_inner {}
    .areaCourse_title {}
    .areaCourse_title > small {
        font-size: 40px;
    }
    .areaCourse_title > b {
        font-size: 20px;
        margin-top: 5px;
    }
    .areaCourse_text {}
    .areaCourse_start {
        width: auto;
        font-size: 20px;
        line-height: 42px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .course {
        padding-top: 17px;
    }
    .course_route {
        position: relative;
        height: 30px;
        background-image: radial-gradient(circle at center center, rgb(159, 159, 159) 0px, rgb(159, 159, 159) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100%);
        background-size: 10px 10px;
        transform: none;
        margin-bottom: 29px;
    }
    .course_route::before {
        width: 14px;
        height: 14px;
        top: -17px;
    }
    .course_route::after {
        width: 14px;
        height: 14px;
        bottom: -17px;
    }
    .course_cols {
        display: block;
        margin-bottom: 10px;
    }
    .course_cols::after {}
    .course_col {
        display: block;
        padding: 0;
        width: auto;
    }
    .course_cols_add {
        margin-top: 0;
    }
    .course_col-no1 {}
    .course_time {
        margin: 0 auto 0;
        font-size: 16px;
        line-height: 34px;
    }
    .course_time::after {
        border: 6px solid rgb(109, 109, 109);
        border-left-color: transparent;
        border-right-color: transparent;
        border-top: none;
        left: 0;
        right: 0;
        bottom: auto;
        top: -6px;
    }
    .course_col-no2 {}
    .course_title {
        font-size: 18px;
        margin-top: 10px;
    }
    .course_title .nobr {
        display: none;
    }
    .course_att {
        font-size: 12px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .course_image {}
    .course_image-round > img {
        border-radius: 8px;
    }
    .course_image > img {}
    .course_headline {
        font-size: 16px;
        text-align: left;
    }
    .course_headline span {
        font-size: 12px;
    }
    .course_text {}
    .course_caution {
        font-size: 10px;
    }
    .courseNav {
        margin-top: 15px;
    }
    .courseNav_list {}
    .courseNav_list::after {}
    .courseNav_list > li {
        width: 49%;
    }
    .courseNav_list > li:first-child {}
    .courseNav_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .courseNav_list > li:nth-child(n+3) {
        margin-top: 5px;
    }
    .courseNav_list > li > a {}
    .courseNav_list > li > a.-current {}
    .courseNav_list > li > a::before {}
    .courseNav_list > li > a::after {}
    .course_other p {
        margin: 25px auto;
        width: 95%;
    }
    .course_other p a {
        font-size: 18px;
        height: auto;
        line-height: 1;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
    }
    .course_other p a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 0;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
        border-radius: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
