@charset "utf-8";

.book-color2 {
    color: #FFB802;
    font-weight: 700;
}

.margin30 {
    margin-top: 30px;
}

.bg_wht {
    background-color: #fff;
}

.bg_wht>div>img {
    max-width: 800px;
}

.book_info {
    display: flex;
    width: 100%;
}

.book_info>figure {
    padding-top: 60px;
    text-align: center;
}

.book_info>figure>figcaption {
    padding-top: 30px;
    font-size: 80%;
}

.book_info>.box {
    padding: 20px;
    width: 524px;
    border: 2px solid #FFB802;
    border-radius: 20px;
    box-sizing: border-box;
    margin-right: 20px;
}

.book_info>.box:last-child {
    margin-right: 0;
}

.book_info>.box>figure {
    text-align: center;
}

.book_info>.box img {
    width: 45%;
}

.book_info>.box>figure>div {
    color: #FFB802;
    font-weight: 700;
    font-size: 130%;
}

.book_info>.box>figure>figcaption {
    padding-top: 30px;
}

.frame-header.book2 {
    background: url('/home/skin/images/guide/20220120/header_book.png') no-repeat 0 50%;
    background-size: 100% 100%;
  }

.frame-header .frame-header__txt.book_new {
    display: flex;
}

.frame-header .frame-header__txt.book_new>.level {
    flex-direction: column;
    width: 80%;
}

.frame-header .frame-header__txt.book_new>.ar {
    flex-direction: column;
    width: 20%;
}

.about-ar-table-list table tbody tr:nth-child(1) {
    background-color: #fafafa;
}

.idic-guide-section>.btn_test {
    width: 100%;
    text-align: center;
}

.idic-guide-section>.btn_test>button[type=button]{
    padding: 1rem 2rem;
    font-size: 140%;
    font-weight: 700;
    background-color: #FFB802;
    border: none;
    border-radius: 3rem;
    color: #fff;
}

.book_used {
    display: flex;
    justify-content: space-between;
}

.video_info {
    display: flex;
    width: 100%;
}

.video_info>.box {
    padding: 20px;
    width: 780px;
    border: 2px solid #0088B3;
    border-radius: 20px;
    box-sizing: border-box;
    margin-right: 53px;
}

.video_info>.box:last-child {
    margin-right: 0;
}

.video_info>.box>figure {
    text-align: center;
}

.video_info>.box img {
    width: 45%;
}

.video_info>.box>figure>div {
    color: #0088B3;
    font-weight: 700;
    font-size: 130%;
}

.video_info>.box>figure>figcaption {
    padding-top: 30px;
}

.video_study {
    position: relative;
    width: 100%;
    text-align: center;
}

.video_study>img {
    max-width: 800px;
}

.video_level {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.video_level>.imgwrap {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.video_level>.imgwrap>img {
    max-width: 800px;
}

.video_level>.step {
    position: relative;
    margin: 0 auto;
}

.video_level>.step>.st1,.video_level>.step>.st2,.video_level>.step>.st3,.video_level>.step>.st4 {
    font-size: 125%;
    margin-bottom: 15px;
}

.video_level>.step>.st1>label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 5px;
    background-color: #6ADBFF;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
}

.video_level>.step>.st2>label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 5px;
    background-color: #6ADBFF;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
}

.video_level>.step>.st3>label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 5px;
    background-color: #00A5D9;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
}

.video_level>.step>.st4>label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 5px;
    background-color: #0088B3;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
}

