﻿@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.bl_jumbotron {
    height: 317px;
    background: linear-gradient(to right, #3361E8, #2BBBEA);
    background-image: url("../images/bg_jumbotron.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.bl_jumbotron_inner {
    width: 1070px;
    height: 317px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.bl_jumbotron h1{
  color: #fff;
  font-size: 34px;
  margin-bottom: 16px;
}

.bl_jumbotron form{
  width: 560px;
  position: relative;
}

.bl_jumbotron_img{
  position: absolute;
  top: 0;
  right: 10px;
}

.bodyContainer {
    width: 1200px;
    margin: 34px auto 0;
    display: flex;
    justify-content: center;
}

#left_content {
    width: 795px;
    padding: 20px 35px 20px 0;
}

#right_content {
    width: 360px;
    padding: 20px 0 30px 0px;
}

.el_ttl02{
  margin-bottom: 14px;
  width: 100%;
}

.el_ttl02_icon{
  vertical-align: -6px;
  margin-right: 6px;
}

.el_ttl03{
  margin-bottom: 4px;
}

.bl_info{
    margin-bottom: 40px;
}
.bl_info ul li:not(:last-child) {
    border-bottom: 1px solid var(--borderColorLight);
}

.bl_info ul li a {
    display: flex;
    color: var(--black);
    padding: 18px 20px;
    transition: background .3s;
    line-height: 20px;
}

.bl_info ul li a:hover {
    background: #f2f5f8;
}

.bl_searchByTag{
  margin-bottom: 36px;
}

.bl_searchByTag .el_ttl03{
  font-size: 16px;
  margin-bottom: 6px;
  width: 100%;
}

.bl_searchByTag_icon{
  vertical-align: -6px;
  margin-right: 6px;
  width: 24px
}

.bl_searchByTag_tagWrapper{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.bl_searchByTag_categoryWrapper:last-child .bl_searchByTag_tagWrapper{
  margin-bottom: 0;
}

.bl_searchByTag_tag{
  display: block;
  width: 250px;
  box-sizing: border-box;
  padding: 10px 6px;
  margin-right: 20px;
  font-size: 14px;
  color: var(--textLink);
  border-bottom: 1px solid var(--borderColorLight);
  position: relative;
}

.bl_searchByTag_tag:after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--textLink);
  border-right: 1px solid var(--textLink);
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  top: 13px;
}

.bl_searchByTag_tag:nth-child(4n){
  margin-right: 0;
}

.bl_searchByTag a:hover{
  color: #2F8AE9;
  text-decoration: underline;
}

.bl_qa_list_header{
  display: flex;
  border-bottom: 1px solid var(--borderColorLight);
}

.bl_qa_list_header p{
  color: #9EA2AB;
  font-size: 14px;
}

.bl_qa_list_header p:first-child{
  width: 940px;
  border-right: 1px solid var(--borderColorLight);
  padding: 18px 30px;
}

.bl_qa_list_header p:last-child{
  padding: 18px 24px;
}

.bl_qa_list_contents li a{
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--borderColorLight);
  transition: background .3s;
}

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

.bl_qa_list_contents li a:hover{
  background: #f2f5f8;
}

.bl_qa_list_contents li a div{
  width: 940px;
  border-right: 1px solid var(--borderColorLight);
  color: var(--black);
  padding: 18px 30px;
}

.bl_qa_list_contents_ttl{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.bl_qa_list_contents_txt{
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bl_qa_list_contents_update{
  color: #7F8696;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  padding: 18px 24px;
}

.bl_qa_viewMore a{
  display: block;
  position: relative;
  text-align: right;
  font-size: 14px;
  color: var(--textLink);
  padding: 16px 24px;
  border-top: 1px solid var(--borderColorLight);
}

.bl_qa_viewMore a::after{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--textLink);
  border-right: 1px solid var(--textLink);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.bl_qa_viewMore a:hover{
  text-decoration: underline;
}

.bl_questionAndAnswer_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    height: 300px;
    font-size: 14px;
    line-height: 1.6;
    margin: -10px 0px -1px 14px;
}

.movMore {
    text-align: center;
    margin: 20px 0;
}

.movMore button {
    background-color: #2F8AE9;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    padding: 0;
    line-height: 40px;
    width: 180px;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    transition: 0.3s ease-in-out;
}

.movMore button:hover {
    background: #389DFF;
}

.movTable {
    margin: auto;
    border-collapse: separate;
    border-spacing: 16px 8px;
    table-layout: fixed;
}

.a-off{
    cursor: default;
}

.td_p {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--black);
    min-height: 40px;
}

.el_img_key {
    margin-right: 3px;
}

.movTable-p-div {
    padding: 10px 10px 15px 10px;
    line-height: 20px;
    height: 85px;
    /* 垂直方向 */
    align-items: center;
}

.movDiv {
    text-align: center;
}

.td_img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: solid 1px #E7EAEE;
}

.td01:hover, .td02:hover {
    background-color :#f2f5f8;
}

.el_flexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px 0px 0px;
}

.tab-content {
    display: none;
    margin: 42px 0px 30px 0px;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

    .tab-content div:last-child {
        padding-bottom: 0px;
    }

.el_tab_text {
    font-weight: bold;
    font-size: 18px;
    color: #2F8AE9;
}
    .el_tab_text.active {
        opacity: 1;
        color: #FFFFFF;
    }

/* タブ全体を囲むコンテナのスタイル */
.el_tab {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    position: relative;
}

/* タブのスタイル */
.tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 265px;
    cursor: pointer;
    margin-right: 20px;
    border: 2px solid #F0F0F0;
    color: black;
    background-color: #F0F0F0;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}

/* アクティブなタブのスタイル */
    .tab.active {
        position: relative;
        border: 2px solid #2F8AE9;
        color: white;
        background-color: #2F8AE9;
    }

/* アクティブなタブの下にくっつく横長の線のスタイル */
#tab1.active::after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 1057px;
    background-color: #2F8AE9;
}
/* アクティブなタブの下にくっつく横長の線のスタイル */
#tab2.active::after {
    content: "";
    position: absolute;
    left: -287px;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 1058px;
    background-color: #2F8AE9;
}

.blue-circle-min {
    width: 12px;
    height: 12px;
    background-color: #0ABCEF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.el_question_image_block {
    text-align: center;
    padding: 10px 30px 0px 30px;
}

.el_question_image001 {
    width: 100%;
    height: auto;
}

.el_question_message_block001 {
    padding: 0px 40px 40px 40px;
}

.el_question_block {
    margin: 0 40px 40px 40px;
}

    .el_question_block p {
        margin-left: 25px;
    }

.el_question_button_block001 {
    text-align: center;
    padding-bottom: 30px;
}

.el_question_block_consult {
    position: unset;
}

.el_question_button_block002 {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.el_btn_question {
    display: block;
    background-color: transparent;
    color: #2F8AE9;
    border: 1px solid #2F8AE9;
    line-height: 45px;
    width: 255.08px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.el_question_message_p001 {
    line-height: 2;
    font-size: 14px;
}

.el_question_message_block002 {
    padding: 0px 40px 40px 40px;
}

.el_qa_ttl01 {
    font-size: 19px;
    margin-bottom: 14px;
}

.bl_sp {
    display: none;
}

.slick-prev {
    /* デフォルトでは-25px(= スライダーの外側) */
    left: -28px;
}

.slick-next {
    /* デフォルトでは-25px(= スライダーの外側) */
    right: -30px;
}

    .slick-prev::before,
    .slick-next::before {
        /* フォントと色の設定はbefore内で行う */
        font-size: 24px;
        color: gray;
    }


/*ピックアップ欄CSS*/
a.a-pickup {
    position: relative;
    margin-top: 20px;
}

    a.a-pickup:hover {
        opacity: 1;
    }

body::before {
    content: "";
    position: absolute;
    top: 335px;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 289px;
    background-image: url(../images/bg_jumbotron_pickup.png);
    background-size: 100% 559px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.bl_pickup {
    position: relative;
    padding: 0px 0px 70px 0px;
    /* 必要に応じて追加 */
    overflow: hidden;
    max-width: 1416px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    transform: translateX(5px);
}

.slide-items-pickup {
    display: none;
}
    /*一瞬スライダーが縦並びになる事象を防ぐ為*/
    .slide-items-pickup.slick-initialized {
    display: block;
}

.slick-container {
    max-height: 333px;
}

.container {
    display: block;
    border: 1px solid #ccc;
    border-radius: 27px;
    background-color: #fff;
    margin: 0px 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 460px;
    height: 333px;
    z-index: 2;
    transition: opacity .3s ease-out;
}

    .container:hover{
        opacity: .75;
    }

.pickup-background-white {
    position: absolute;
    border: 1px solid white;
    background-color: white;
    width: calc(100% - 30px);
    z-index: 1;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 27px;
}


.pickup_thumbnail_area {
    position: relative;
    width: 100%;
    /* アイコンがはみ出せるように設定 */
    overflow: visible;
}

.pickup_thumbnail {
    width: 100%;
    object-fit: contain;
}

.pickup_title_area {
    display: flex;
    /* 垂直方向の中央揃え */
    align-items: center;
    padding: 15px;
    background-color: #fff;
}

.icon {
    /*Pickup欄のアイコン*/
    position: absolute;
    top: -20px;
    right: 6px;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    z-index: 3;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.icon_new {
    background-color: #FF8C00;
}

.icon_recommend {
    background-color: #2F8AE9;
}
.tag {
    color: white;
    padding: 9px;
    border-radius: 9px;
    display: inline-block;
    color: #787474;
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    font-size: 12px;
    margin-right: 15px;
}

.title {
    font-size: 15px;
    line-height: 1.3;
    color: #002876;
    flex: 1;
    overflow-wrap: break-word;
}

div.h1_message_corops {
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 22px;
    padding-top: 35px;
}

div.p_message_corops {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 20px;
}

/*ピックアップ欄スライダー設定*/
.pc_arrow_box, .sp_arrow_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    margin-top: -20px;
}

.prev-arrow {
    /*transform: rotate(180deg);*/
    margin-right: 140px;
}

    .prev-arrow::before,
    .next-arrow::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-right: 3px solid #FF8C00;
        border-top: 3px solid #FF8C00;
        top: 0;
        bottom: 0;
        left: 0;
        right: 6px;
        margin: auto;
        transform: rotate(45deg);
    }

.slick-dots {
    bottom: -35px !important;
}

    .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1;
        font-size: 15px;
    }

    .slick-dots li button:before {
        font-size: 11px;
        color: #D8E5FB;
        opacity: 1;
    }

/*お悩みから探すブロックCSS*/
.el_a_onayami_faq,
.el_a_oyakudachi_file {
    color: #2F8AE9;
    line-height: 19px;
}

.el_img_icon {
    padding-right: 8px;
}

.el_onayami_ul,
.el_oyakudachi_ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #2F8AE9;
}

.bl_video_tbl {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px 0px;
    margin-top: 20px;
}

    .bl_video_tbl td {
        width: calc(100% / 3);
        border: solid 1px;
        border-color: #D9D9D9;
        border-radius: 8px;
    }

.el_td_video_img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    border-bottom: solid 1px #D9D9D9;
}

.bl_solution_tbl {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 4px 25px;
    padding: 30px 8px 0;
}

    .bl_solution_tbl td {
        width: calc(100% / 3);
    }

    .bl_solution_tbl li {
        margin-bottom: 14px;
        line-height: 1.5;
    }

.el_heading {
    font-size: 30px;
    color: #002876;
    margin-bottom: 10px;
    text-shadow: -1px 0px 0 #002876;
}
    .el_heading span {
        font-size: 18px;
        color: #FF8C00;
        margin-left: 5px;
        text-shadow: none;
    }

.el_heading_img {
    height: 28px;
    margin-bottom: 10px;
}

.el_tbl_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.bl_more_video_btn {
    padding-top: 25px;
    text-align: center;
}

.bl_more_content_btn {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 35px;
}

.el_more_video_btn {
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    padding: 0;
    line-height: 40px;
    transition: 0.3s ease-in-out;
    background-color: #002876;
    width: 584px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 4px;
}

.el_h2_title {
    margin: 20px 0 0 10px;
    font-size: 18px;
}

.bl_section_oyakudachi,
.bl_section_ranking,
.bl_questionAndAnswer {
    margin-top: 60px;
}

.bl_left_body {
    padding: 15px 22px;
}

.el_img_underallow {
    vertical-align: -3px;
}
.el_img_horizonalallow {
    vertical-align: -1px;
}

.hidden-content {
    display: none;
}

#readMoreBtn {
    margin-bottom: 50px;
}

#closeReadMoreBtn {
    margin-bottom: 50px;
    padding-left: 50px;
}

.bl_rank_mov_img {
    position: relative;
}

.el_rank_mov_key {
    position: absolute;
    top: -8px;
    left: 107px;
}
/*
.el_rank_file_key {
    margin-right: 10px;
}*/

.bl_rank_file_img {
    display: flex;
    margin-right: 5px;
    margin-left: auto;
}

.bl_ranking {
    background-color: #fff;
    padding: 35px 24px 24px 24px;
    margin-top: 40px;
    position: relative;
}

.el_rank_top_img {
    position: absolute;
    top: -90px;
    left: 200px;
    z-index: -1;
}

.bl_rank_bottom_img {
    position: relative;
}

.el_rank_bottom_img {
    position: absolute;
    top: -50px;
    left: 320px;
}

.el_rank_heading {
    font-weight: 700;
    font-size: 18px;
    color: #3E4658;
}

.el_rank_head_margin {
    margin-top: 50px;
}

.bl_rank_link_border:not(:first-child) {
    border-top: 1px solid #dcdcdc;
}

.bl_rank_mov {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 10px 0;
    height: 33%;
}

.bl_rank_mov_img_col {
    grid-column: 1/3;
}

.bl_rank_mov_title_col {
    grid-column: 3/6;
    display: flex;
    align-items: center;
}

.el_rank_mov_title {
    font-size: 14px;
    line-height: 21px;
    color: #292929;
    margin: 0 0 0 10px;
}

.bl_rank_mov_title_col .el_rank_mov_title {
    -webkit-line-clamp: 4;
}

.el_rank_title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #292929;
}

.el_rank_faq_key {
    margin-right: 5px;
    margin-left: auto;
}

.bl_rank_link {
    padding: 20px 0;
    height: 33%;
    display: flex;
   /* justify-content: space-between;*/
    align-items: center;
}

.el_rank_bottom_img{
    width:40px;
}
.bl_what_corops {
    padding-top: 20px;
    color: #292929;
}

.el_what_corops {
    font-size: 18px;
    color: #002876;
    margin-bottom: 10px;
}

.el_what_corops_img {
    margin: 10px 0;
    width: 100%;
    border-radius: 10px;
}

.bl_what_corops_margin {
    margin: 20px 0;
}

.el_what_corops_link {
    display: flex;
    height: 125px;
    width: 360px;
}

.el_what_corops_link_img {
    width: 194px;
    border-radius: 10px;
}

.el_what_corops_link_text {
    color: #292929;
    line-break: anywhere;
    font-size: 14px;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 21px;
    width: 157px;
    margin-left: 9px;
}

.bl_book_banner {
    margin-top: 60px;
}

.el_book_banner_img {
    width: 100%;
}

.title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}

/* SP版表示用CSS */
@media (min-width: 320px) and (max-width: 992px) {
    .bl_pc {
        display: none;
    }

    .bl_sp {
        display: block;
    }

    .bodyContainer {
        width: auto;
        margin: 44px auto 0;
    }

    .bl_jumbotron {
        height: 240px;
        background: linear-gradient(to right, #3361E8, #2BBBEA);
        background-image: url(../images/bg_jumbotron.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bl_jumbotron_img {
        display: none;
    }

    .bl_jumbotron_inner {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        padding-top: 15px;
        position: relative;
    }

    .bl_jumbotron h1 {
        color: #fff;
        font-size: 20px;
        margin: 10px 10px 20px 10px;
    }

    .bl_jumbotron form {
        box-sizing: border-box;
        width: calc(100% - 20px);
        position: relative;
        margin: 0 10px 10px 10px;
    }



    .bl_jumbotron_searchBtn {
        border: none;
        outline: none;
        appearance: none;
        cursor: pointer;
        width: 90px;
        height: 44px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        letter-spacing: .08em;
        background: transparent linear-gradient(110deg, #8F65FF 0%, #7548FF 50%, #6B3EFF 100%);
        box-shadow: 1px 2px 6px rgba(167, 134, 255, .7);
        position: absolute;
        right: 6px;
        top: 6px;
        transition: opacity .3s;
    }

    .bl_jumbotron_catchphrase {
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
        width: calc(100% - 20px);
        opacity: .9;
        box-sizing: border-box;
        margin: 0px 10px 10px 10px;
    }

    .bl_pickup {
        min-width: 0;
        margin-bottom: 70px;
        transform: translateX(0px);
    }

    .icon {
        right: 10px;
    }

    .icon_recommend {
        right: 10px;
    }

    a.a-pickup {
        height: 64vw;
    }

    .container {
        max-width: 992px;
        height: 64vw;
        font-size:14px;
        font-weight:700;
        line-height:18px;
    }

    .slick-track {
        height: 57vw;
    }

    .slick-list{
        height:75vw;
    }

    body::before {
        height: 570px;
        top: 63vw;
        background-image: url("../images/bg_sp_jumbotron_pickup.png");
        min-width: auto;
    }

    .h1_message_corops {
        font-size: 32px;
        line-height: 44px;
    }


    .p_message_corops {
        margin: auto;
        line-height: 26px;
        font-size: 16px;
        width: 94%;
        text-align: left
    }
    .bl_book_download {
        text-align: center;
        margin-top: 30px;
    }
    .el_btn_consult {
        position: static;
    }

    .el_heading {
        margin-left: 20px;
    }
        .el_heading h2 {
            font-size: 24px;
            font-weight: 700;
            line-height: 24px;
            color: #002876;
            text-shadow: 0px 0px 0 #002876;
        }

        .el_heading p {
            font-size: 15px;
            margin: 0;
            color: #FF8C00;
            font-weight: 900;
            text-shadow: none;
        }
        .el_heading span {
            font-size:10px;
            margin-left: 0;
        }

    .title {
        -webkit-line-clamp: 2;
    }
    .onayamiHiddenVideo {
        display: none;
    }
    .oyakudachiHiddenVideo {
        display: none;
    }
    .el_sp_top_contents {
        padding: 40px 20px;
    }
        .el_sp_top_contents .linktoVideo {
            background-color: white;
            border-bottom: solid 1px #E5E3E3;
            padding: 16px 0;
        }

            .el_sp_top_contents .linktoVideo:last-child {
                border-bottom: none;
            }

        .el_displayed_video {
            display: block;
        }

    .linktoFaq {
        border-bottom: solid 1px #E5E3E3;
        display:block;
    }
        .linktoFaq:last-child {
            border-bottom: none;
        }
        .linktoFaq > div {
            padding: 20px 0;
            height: 33%;
            display: flex;
            /*justify-content: space-between;*/
            align-items: center;
            width: 100%;
        }

    .el_more_video_btn {
        width: 100%;
        height: 60px;
    }

    .bl_mov_key_symbol {
        margin-left:0;
    }
    .bl_rank_mov_img {
        width:70%;
        margin:auto;
    }

    .el_td_video_img{
        border-radius:8px;
    }
    .bl_rank_mov_title {
        margin-left: 8px;
        width: 63%;
    }
    .sp_contents_title {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #3E4658;
    }

    .sp_members_contents_title {
        -webkit-line-clamp: 3;
        margin-bottom: 5px;
    }

    .el_ranking_title {
        font-weight: 700;
        font-size: 18px;
        color: #3E4658;
        padding-bottom:10px;
    }

    .sp_file_ranking_title {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #3E4658;
    }
    .sp_members_file_ranking_title {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .bl_what_corops {
        margin-top: 120px;
        color: #292929;
        padding: 10px;
    }

    .el_what_corops {
        text-align: center;
    }

    .bl_rank_bottom_img img {
        position: absolute;
        top: -30px;
        right: 3%;
        width: 40px;
    }

    .el_sp_what_corops_link{
        display:flex;
    }

        .el_sp_what_corops_link img {
            width: 54%;
            border-radius: 10px;
        }

        .el_sp_what_corops_link div {
            width: 46%;
        }
        .el_sp_what_corops_link p {
            color: #292929;
            line-break: anywhere;
            font-size: 14px;
            -webkit-line-clamp: 6;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 18px;
            margin-left: 9px;
        }
    .bl_book_banner {
        margin: 20px 0 60px 0;
        padding: 10px;
    }
        .bl_book_banner img {
            width: 100%;
        }
    .el_flex_contents{
        display:flex;
    }
    .el_file_ranking {
        margin-top: 40px;
    }

    .bl_sp_what_corops_link {
        margin: 20px 0;
    }

    .el_img_onayami_subtitle {
        width: 194px;
    }

    .el_img_oyakudachi_subtitle {
        width: 164.53px;
    }

    .el_img_ranking_subtitle {
        width: 81.74px;
    }

    .bl_rank_file_img_sp {
        display: flex;
        margin-right: 5px;
    }

    .bl_rank_file_content_sp{
        margin-left: 6px;
    }
}
/*PickUp欄の「チーム運営の課題がわかる、きける」の改行に関するスタイル*/
@media (min-width: 320px) and (max-width: 575px) {
    .h1_message_corops > span::after {
        content: "\A";
        white-space: pre;
    }
}
/*画面幅が450px以下の場合のPickUp欄のデザインに関するスタイル*/
@media (min-width: 320px) and (max-width: 450px){
    .container {
        max-width: 992px;
        height: 68vw;
    }
    .pickup-background-white{
        height:106%;
    }
}
