
sup{
    vertical-align: super;
    font-size: 16px;
}

.movieArea{
    position: relative;
    padding-top: 56.25%;
}
.movieArea .jstream-eqPlayer{
    top: 0;
}
.clmIn .txtCenter.txtBlue{
    text-align: center;
    font-size: 24px;
}
.clm2{
    margin-bottom: 35px;
}
.clm2 .clmIn:nth-child(n+3){
    margin-top: 0;
}
.clm2 .clmIn.w49p, .clm2Stay .clmIn.w49p {
    width: 48%;
}
.clm2 .icoAnd{
    position: relative;
}
.clm2 .icoAnd::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45px;
    margin: auto;
    background: url(/2021onlinekyoshitsu/images/ico_and.png) no-repeat center;
    width: 56px;
    height: 56px;
    display: block;
}

.ttlBlkLArea{
    display: flex;
}
.ttlBlkLArea .subTtlBlkL{
    display: flex;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    background: #fbedc6;
    padding: 0.5em;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 38px;
    margin-left: 20px;
    line-height: 18px;
}
.ttlBlkLArea .subTtlBlkL sup{
    font-size: 13px;
}
.clm2 .clmIn .boxRadNml{
    border-radius: 15px;
}
.caption{
    margin-top: 20px;
}
.ttlBlkL.txtBlue{
    color: #176ce0;
    padding: 0.2em;
}
.icoAndBox{
    display: none;
}

@media screen and (max-width: 767px){
    .clm2 .clmIn.w49p, .clm2Stay .clmIn.w49p {
        width: 100%;
        margin-bottom: 30px;
    }
    .sectionWrap .spContIn .ttlBlkL.txtBlue{
        font-size: 16px;
    }
    .clm2 .clmIn.w49p:nth-child(n+3) {
        margin-top: 30px;
    }
    .ttlBlkLArea{
        display: block;
    }
    .sectionWrap .spContIn .ttlBlkL.txtBlue{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ttlBlkLArea .subTtlBlkL{
        display: inline-flex;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .icoAndBox{
        display: block;
        text-align: center;
    }
    .clm2 .icoAnd::after{
        position: static;
        margin-top: 30px;
    }
}



.spContIn .txtCenter{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.spContIn .ttlBoldL.catchCopy{
    font-size: 26px;
    margin-top: 40px;
}
.spContIn .ttlBoldL.catchCopy .txtDblu.txtBig{
    font-size: 33px;
}

@media screen and (max-width: 767px){
    .qaArea{
        margin-bottom: 30px;
    }
    .qaArea .by{
        margin-top: 0;
    }
    .spContIn .txtCenter{
        text-align: left;
    }
    .spContIn .ttlBoldL.catchCopy{
        font-size: 18px;
        margin-top: 40px;
    }
    .spContIn .ttlBoldL.catchCopy .txtDblu.txtBig{
        font-size: 24px;
    }
}


.recommendedFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommendedFlex .recommendedBox{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    border: 4px solid #1069c4;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 14px;
}
.recommendedFlex .recommendedBox:nth-child(n+3){
    margin-bottom: 20px;
}
.recommendedBox .ttlBox{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}
.recommendedBox .boxIn{
    align-self: flex-end;
    width: 70%;
    margin: auto;
    padding: 10px;
}
.recommendedBox .boxIn img{
    width: 100%;
}
.recommendedBox .bdrBoxSubject .boxIn img{
    width: 233px;
    height: auto;
}
.contsIn .txtRight{
    font-size: 16px;
    text-align: right;
}

@media screen and (max-width: 767px){
    .recommendedFlex{
        display: block;
    }
    .recommendedFlex .recommendedBox{
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    .recommendedFlex .recommendedBox:last-child{
        margin-bottom: 10px;
    }
    .recommendedBox .ttlBox{
        height: 75px;
        font-size: 16px;
    }
}



.flowArea{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.flowArea .flowTxt{
    width: 60%;
}
.flowArea .flowTxt .listOrder .order{
    padding-left: 40px;
    text-indent: -40px;
}
.flowArea .flowTxt .listOrder .order .num{
    width: 32px;
    line-height: 32px;
    font-size: 22px;
    vertical-align: baseline;
}
.flowArea .flowTxt .listOrder .order .ttl{
    font-size: 22px;
}
.flowArea .flowImg{
    width: calc(40% - 30px);
}
.flowArea .flowImg .flowImgBox{
    width: 100%;
}
.flowArea .flowImg .flowImgBox:nth-child(2){
    margin-top: 42px;
}
.flowArea .flowImg .flowImgBox img{
    width: 100%;
    border-radius: 15px;
}

@media screen and (max-width: 767px){
    .flowArea{
        display: block;
    }
    .flowArea .flowTxt{
        width: 100%;
        margin-bottom: 30px;
    }
    .flowArea .flowImg{
        width: 100%;
    }
    .listOrder .order {
        margin-bottom: 20px;
    }
    .flowArea .flowImg .flowImgBox:nth-child(2){
        margin-top: 20px;
    }
}
