@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif !important;
    background-color: #fcfcfd;
}

.navbar {
    background-color: #1158AB;
}

.download-btn {
    align-items: center;
    background-color: #E7E8E9;
    color: #62686F;
    border: none;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    font-size: 13px;
    margin-left: 10px;
    display: block;
}

.plan {
    background-color: #1158AB;
    color: #fff;
    padding: 10px 41px;
}

.topper h1 {
    font-size: 32px;
}

.topper h2 {
    font-size: 24px;
}

.topper h4 {
    font-size: 20px;
}

.topper p {
    font-size: 14px;
    font-weight: 300;
}


.nav-tabs .nav-item .nav-link {
    color: #31353A;
    font-weight: 500;
    font-size: 18px;
}

.nav-tabs .nav-item .nav-link.active {
    color: #1158AB;
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #1158AB !important;
}

.text-book {
    height: 310px;
    width: 400px;
    display: none;
    animation: fade-in 0.5s linear;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid #e3e4e6;
    box-shadow: 0 0 10px #e3e4e6;
}

.text-book p {
    color: #31353A;
    font-size: 16px;
    font-weight: 500;
}

.text-book p span {
    color: #31353A;
    font-size: 14px;
}

.text-book-cover {
    background-color: #f6f6f7;
    margin-top: 8px;
}

.text-book-cover img {
    width: 140px;
    height: 140px;
    padding: 0px 0px 0px 0px;
}

.text-book-difference-btn {
    background-color: #005FCC;
    color: #ffffff;
    border: none;
    padding: 8px 10px 8px 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
}

.text-book-publisher {
    font-size: 16px;
}

.text-book-title {
    font-size: 20px;
}

.chapter-title-bar {
    height: 21px;
    width: 5px;
    background-color: #005FCC;
    border-radius: 99px;
    margin: 0px 10px 0px 0px;
}

.chapter-title h1 {
    font-size: 16px;
    font-weight: 500;
}

.lesson-match {
    overflow: auto;
    border: 1px solid #e7e8e9;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table {
    margin: 0;
}



.textbook-compare thead {
    background-color: #f2f2f3;
    font-size: 16px;
    font-weight: 500 !important;
}

.lesson-start-btn {
    border: 1px solid #005FCC;
    color: #005FCC;
    width: 90%;
    padding: 8px 0px 8px 0px;
    border-radius: 5px;
    background-color: #fcfcfd;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0px !important;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e7e8e9 !important;
    font-weight: 500;
}

.table>:last-child>:last-child>* {
    border-bottom-color: #ffffff !important;
}

.table>:not(caption)>*>* {
    vertical-align: middle;
    font-weight: 500;
}

.table>:not(caption)>*>* {
    padding: 14px 0px 14px 20px;
}

.cell-text {
    font-size: 12px;
    color: #62686F;
    font-weight: 300 !important;
}

.cell-text ul {
    margin-bottom: 0px
}

footer {
    font-size: 12px;
    margin: 100px 0px 100px 0px;
}

.show {
    display: block !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 0px) {
    .text-book {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-book {
        width: 48.6%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-book {
        width: 32%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-book {
        width: 23.5%;
    }
}