/**
 * css/common/responsive.css
 *
 * @author     D.Takayama
 * @package    B-Training
 * @version    1.0.0
 */

@charset "UTF-8";

/**
 * [共通] - レスポンシブCSS
 *
 * @since new - 2019/12/09    D.Takayama
 */
@media screen and (min-width: 1280px) {

    html {
        font-size: 62.5%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

    html {
        font-size: 56.25%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {

    html {
        font-size: 56.25%;
    }
}

@media screen and (min-width: 800px) {

    #trainingIcons>div>div>div:nth-of-type(1) {
        height: 3rem;
        margin: 0 0.6rem;
        position: relative;
        top: 0.6rem;
        width: 3rem;
    }

    #trainingIcons>div>div>div:nth-of-type(2) {
        height: 3rem;
        width: 3rem;
    }

    #resultListLatest div.dataCell.result {
        padding-right: 40%;
    }
}

@media screen and (max-width: 820px) {

    .search-box,
    .search-result,
    .edit-box {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 799px) {

    html {
        font-size: 50%;
    }
}

@media screen and (max-width: 699px) {

    .mainHeader .schoolName {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 799px) {

    #trainingIcons>div>div>div:nth-of-type(1) {
        height: 3rem;
        margin: 0 0.4rem;
        position: relative;
        top: 0.6rem;
        width: 3rem;
    }

    #trainingIcons>div>div>div:nth-of-type(2) {
        height: 2rem;
        width: 2rem;
    }
}

@media screen and (max-width: 600px) {

    #planPage .status .narrowClip {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 599px) {

    html {
        font-size: 43.75%;
    }
}

@media screen and (min-width: 360px) and (max-width: 799px) {

    #resultListLatest div.dataCell.result {
        padding-right: 30%;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {

    html {
        font-size: 37.5%;
    }
}

@media screen and (max-width: 479px) {

    #trainingIcons>div>div>div:nth-of-type(1) {
        height: 3rem;
        margin: 0 0.2rem;
        position: relative;
        top: 0.6rem;
        width: 3rem;
    }

    #trainingIcons>div>div>div:nth-of-type(2) {
        height: 3rem;
        width: 3rem;
    }

    #upSideDown-status-pause {
        font-size: 2.6rem;
        height: 3rem;
        line-height: 3rem;
        padding-left: 1rem;
    }

    .upSideDownStatus {
        font-size: 1.6rem;
    }

    .readStatus {
        font-size: 1.6rem;
    }

    #read-status-pause {
        font-size: 2.6rem;
        height: 4rem;
        line-height: 4rem;
        padding-left: 4.5rem;
    }

    .speedStatus {
        font-size: 1.6rem;
    }

    #speed-status-pause {
        font-size: 2.6rem;
        height: 4rem;
        line-height: 4rem;
        padding-left: 4.5rem;
    }

    .search-box,
    .search-result,
    .edit-box {
        width: 100%;
    }
}

@media screen and (max-width: 399px) {

    .mainHeader .name {
        display: none;
    }

    .cell.RU {
        display: none;
    }
}

@media screen and (max-width: 359px) {

    html {
        font-size: 37.5%;
    }

    #resultListLatest div.dataCell.result {
        padding-right: 20%;
    }
}

@media screen and (orientation: landscape) and (min-height: 600px) and (max-height: 767px) {

    html {
        font-size: 50%;
    }

    #readMainFrame {
        min-height: 650px;
    }
}

@media screen and (orientation: landscape) and (min-height: 480px) and (max-height: 599px) {

    html {
        font-size: 43.75%;
    }

    #readMainFrame {
        min-height: 600px;
    }
}

@media screen and (orientation: landscape) and (min-height: 360px) and (max-height: 479px) {

    html {
        font-size: 37.5%;
    }

    #readMainFrame {
        min-height: 510px;
    }

    #speedMainFrame {
        min-height: 450px;
    }
}

@media screen and (orientation: landscape) and (max-height: 359px) {

    html {
        font-size: 37.5%;
    }

    #readMainFrame {
        min-height: 510px;
    }

    #speedMainFrame {
        min-height: 450px;
    }
}

.rotateCover {
    background: #000000;
    background-image: url(../../images/rotation.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    opacity: 0.8;
    width: 100vw;
    z-index: 2000;
}

@media screen and (orientation: portrait) {

    /* #allView.mobile .rotateCover {
        display: block;
    } */
}