@charset "utf-8";

.ls_main .title2 {
    color: #FA7300;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
}

.ls_main .title3 {
    color: #FA7300;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
}

.op-detail .header_title {
    color: #FA7300;
    background-color: #FFF;
    padding: 5px 0 5px 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.op-detail .header {
    color: #FA7300;
    background-color: #FFF;
    /*border-left: #FA7300 5px solid;*/
    padding: 5px 0 5px 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.op-detail .content {
    margin-bottom: 36px;
    margin-left: 10px;
    font-size: 0.875rem;
}

.op-detail .warning {
    font-size: 14px;
}

.select-bar {
    display: flex;
    border: 2px solid #FA7300;
    overflow: hidden;
    height: 53px;
    background: #fff;
    margin: 20px 0 40px;
}

.select-bar select {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 16px;
    /*font-size: 16px;*/
    font-size: 0.97vw;
    color: #767676;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/common/select_arrow.png) no-repeat right 12px center / 25px auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.select-bar button {
    background: #FA7300;
    border: none;
    color: #fff;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.tabs {
    display: flex;
    gap: 0.83vw;
    border-bottom: 0.21vw solid #f60;
    /*padding-top: 2.78vw;*/
}

.tab-online, .tab-offline {
    flex: 1;
    text-align: center;
    padding: 1.11vw 0;
    font-size: 1.11vw;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: background 0.2s, color 0.2s;
    color: #FF7300;
    background: #FFF4DB;
    border-radius: 0.56vw 0.56vw 0 0;
    position: relative;
}

.tab-online.active, .tab-offline.active {
    background: #FF7300;
    color: #fff;
}

#conts .offline {
    display: none;
}

#conts .op-detail .comInformation {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    background-color: #fff;
    padding: 10px 0;
}

#conts .comInformation li {
    float: left;
    margin-right: 26px;
}


#conts .comInformation li a {
    color: #074EE8;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.rev_newsList01 {
    margin: 12px 0 36px;
}

.rev_newsList01 li {
    padding: 12px;
    border-bottom: 1px solid #B4C3D2;
}

.rev_newsList01 li:last-child {
    border-bottom: none;
}

.rev_newsList01 dl {
    display: flex;
    align-items: center;
    gap: 40px;
}

.rev_newsList01 dt {
    font-size: 0.875rem;
    min-width: 130px;
}

.rev_newsList01 dd {
    font-size: 0.875rem;
}

#main .rev_order_tag, a.rev_order_tag {
    border-radius: 2px;
    display: inline-block;
    /*font-size: 0.875rem;*/
    line-height: 1.1;
    padding: 0.5em 1.5em;
    position: relative;
    width: 127px;
    text-align: center;
}

#main .rev_order_tag01 {
    display: block;
    padding: 10px 30px 10px 20px;
    /*font-size: 0.875rem;*/
    font-weight: bold;
    color: #fff !important;
    background-color: #FA7300;
    border-radius: 100px;
    text-decoration: none !important;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#main .rev_order_tag01::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/button_white.webp);
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#main .connection_confirm {
    max-width: 158px;
}

#main .connection_confirm a {
    display: block;
    padding: 10px 40px 10px 20px;
    font-weight: bold;
    color: #fff !important;
    background-color: #FA7300;
    border-radius: 30px;
    text-decoration: none !important;
    position: relative;
    text-align: center;
    margin: 10px auto 0;
}

#main .connection_confirm a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/button_white.webp);
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#main .rev_order_tag02, a.rev_order_tag02 {
    background: #8a8a8a;
    color: #ffffff;
}

#main .rev_order_tag03, a.rev_order_tag03 {
    background: #f33256;
    color: #ffffff;
}

#main .rev_order_tag04, a.rev_order_tag04 {
    background: #fff;
    color: #000;
    font-size: 14px ;
    font-size: 0.875rem ;
}

#main .rev_order_tag05, a.rev_order_tag05 {
    background: #ffffff;
    color: #FF7922;
    border: 1px solid #FF7922;
}

.slightly {
    color: #f00;
    display: block;
    text-align: center;
}



ul.list {
    list-style-type: circle;
    list-style-position: inside;
    padding: 0;
    margin: 0 0 16px;
}

ul.list li {
    padding: 4px 0;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
}

ul.list li::marker {
    color: #FA7300;
    font-size: 14px;
}

#main ul.list a, #main ul.list a:link {
    color: #074EE8;
}

.scroll {
    overflow: scroll;
    text-align: center;
}

#main #conts .opCourseCategory .course-flow img {
    width: 800px;
    max-width: 800px;
}

#main #conts .course-flow .img {
    display: none;
}

.schedule_date_click {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 10px 0 0 20px;
    border: 4px solid transparent;
    border-radius: 20px 0 0;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #FAA814, #EB5A00);         /* 枠線用のグラデーション */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: 1;
    width: 340px;
    height: 80px;
    font-size: 1.125rem;
    font-weight: var(--font-semibold);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    cursor: pointer;
    right: 0;
}

.schedule_date_click.sp {
    display: none;
    width: 295px;
    height: 70px;
}

.schedule_date_click::after {
    background: url(../img/common/button_orange.webp) no-repeat 50% 0 transparent;
    background-size: 40px 40px;
    display: block;
    content: "";
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
}

.schedule_date_click.sp::after {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
}

.schedule_date_click .text-color {
    color: #FA7300;
}

.schedule_date_click .text-size {
    width: 100%;
    font-size: 0.875rem;
    font-weight: var(--font-medium);
}

.set_objects {
    margin-bottom: 40px;
}

.set_objects h4.headLine02 {
    position: relative;
    padding-top: 16px;
    padding-right: 110px;
}

.set_objects h4.headLine02 .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    min-width: 100px;
    height: 28px;
    margin: auto;
    padding: 6px 0 0;
    font-size: 11px;
    color: #ff7922;
    text-align: center;
    /*text-decoration: underline;*/
    border: 1px solid #ff7922;
    cursor: pointer;
}

.set_objects h4.headLine02 {
    position: relative;
    padding-top: 16px;
    padding-right: 110px;
}

.set_objects h4.headLine02 .bg02 span {
    display: block;
    font-weight: normal;
    font-size: .85em;
}

#main .headLine02 .bg02 {
    padding-left: 11px;
    display: inline-block;
    background: url(../img/common/icon02.png) no-repeat left 4px;
    background-position: left center;
}

/*.set_objects h4.headLine02 .bg02 {*/
/*    background-position: left center;*/
/*}*/

.set_objects .comDl {
    display: none;
    margin-bottom: 40px;
}

#main .comDl dt {
    padding: 25px 0 0 36px;
    float: left;
    clear: left;
    font-size: 10px;
    min-width: 11em;
    position: relative;
}

#conts .comDl dt {
    padding-left: 28px;
}

#main .comDl dd {
    padding: 23px 0 19px 12.9em;
    border-bottom: 1px dotted #D0D0D0;
}

#main .comDl dd.odd {
    padding: 23px 0 19px 12.9em;
    /*background-color: #F7F7F5;*/
}

#conts .comDl dd, #conts .comDl dd.odd {
    padding-left: 18.5em;
}



#main a.rev_link {
    background: #ffffff;
    border: 1px solid #FA7300;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FA7300;
    font-size: 0.875rem;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}

#main .headLine02 {
    margin-bottom: 13px;
    padding-bottom: 3px;
    color: #555;
    font-size: 14px;
    background: url(../img/common/line01.gif) no-repeat left bottom;
    background-size: 100% auto;
}

.set_objects h4.headLine02, .set_objects .comDl {
    margin-left: 34px;
}

.set_objects h4.headLine02 {
    position: relative;
    padding-top: 16px;
    padding-right: 110px;
}

#set_objects h4.headLine02 .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    min-width: 100px;
    height: 28px;
    margin: auto;
    padding: 6px 0 0;
    font-size: 11px;
    color: #ff7922;
    text-align: center;
    /*text-decoration: underline;*/
    border: 1px solid #ff7922;
    cursor: pointer;
}

#set_objects {
    margin-bottom: 40px;
}

#set_objects h4.headLine02 {
    position: relative;
    padding-top: 16px;
    padding-right: 110px;
}

#set_objects h4.headLine02, #set_objects .comDl {
    margin-left: 34px;
}

#set_objects .comDl {
    display: none;
    margin-bottom: 40px;
}

/*#set_objects h4.headLine02 .bg02 {*/
/*    background-position: left center;*/
/*}*/

@media (max-width: 1024px) {
    .select-bar select {
        font-size: 11px;
    }
}

@media (max-width: 768px) {

    #main #conts .course-flow .btn {
        width: 100%;
        height: 60px;
        font-size: 18px;
        border: 1px solid #D6E2E8;
        border-radius: 30px;
        margin-bottom: 14px;
        position: relative;
    }

    #main #conts .course-flow .btn::after {
        background: url(../img/common/button_orange.webp) no-repeat 50% 0 transparent;
        background-size: 30px 30px;
        display: block;
        content: "";
        height: 30px;
        margin-top: -15px;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 30px;
    }

    .tab-online, .tab-offline {
        padding: 8px 0;
        font-size: 16px;
        border-radius: 4px 4px 0 0;
    }

    .ui-dialog img {
        height: auto;
        max-width: 100%;
    }

    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
        border: 2px solid #005981;
    }

    .ui-dialog .ui-dialog-titlebar {
        display: none;
    }

    .schedule_date_click.sp {
        display: flex;
    }
}
