@charset "utf-8";
/*--------------------------------------------------------

	style

	01. forPC Layout

	02. forSP Layout

--------------------------------------------------------*/




/********************************************************************************

	01. forPC Layout

********************************************************************************/


/* ============================================================ title */
.title_wrap {
    background: #c0e2cd;
}
.title_suject:after {
    background: #0a8e3d;
}

/* ============================================================ cat_content */
.nav_subject_menu_ttl {
    background-color: #0a8e3d;
}
.nav_subject_menu_ttl_middle {
    background-color: #c0e2cd;
}
.nav_subject_menu_ttl_middle:after {
    background: #c0e2cd;
}
.nav_subject_menu .contents_list_item {
    background-color: #c0e2cd;
}

.nav_panel_01 .nav_panel_main li a:before {
    border-bottom: 5px solid #0a8e3d;
}
.nav_panel_01 .nav_panel_main li a:hover:before {
    border-bottom: 5px solid #0a8e3d;
    border-color: #0a8e3d;
}

.tab_area li:hover {
  background: #0a8e3d;
}
.tab_area li.select{
  /*アクティブタブの装飾*/
  border-left: 1px solid #0a8e3d;
  border-right: 1px solid #0a8e3d;
}
.tab_area li.select:before{
  background: #0a8e3d;
}
.tab_area li.select:hover {
  background: #0a8e3d;
}
.tab_area li.select:hover:before {
    background: #5dbd82;
}

.tab_area_active .tab_area li.select{
  background-color:#0a8e3d;
}
.tab_area_active .tab_area li.select:before {
    background: #5dbd82;
}

#sub_cat h2.head_2_01:after {
    background: #0a8e3d;
}
#sub_cat h2.head_2_02:after {
    background: #0a8e3d;
}
#sub_cat h2.head_2_03:after {
    background: #5dbd82;
}
#sub_cat h3.head_3_01 {
  background: #c0e2cd;
  border-bottom: 2px solid #0a8e3d;
}
#sub_cat h3.head_3_02 {
  background: #c0e2cd;
}
#sub_cat h3.head_3_03:after {
  background: #5dbd82;
}

#sub_cat h3.head_04:after {
    background: #5dbd82;
}

#sub_cat h4.head_4_01 {
  background: #c0e2cd;
}

#sub_cat h4.head_4_02 {
  background: #c0e2cd;
}

#sub_cat h4.head_4_02 {
 position: relative;
 margin: 0 0 20px;
 padding: 7px .8em;
 font-size: 22px;
}


.feature_panel .feature_panel_head .text{
  background: #0a8e3d;
}
.feature_panel .feature_panel_head .number{
  border: 2px solid #0a8e3d;
  color: #0a8e3d;
}
.feature_panel .feature_panel_inner {
  box-shadow: 15px 15px 0 #c0e2cd;
}
.feature_panel .feature_panel_main .text li:before {
  background: #5dbd82;
}
.feature_panel .feature_panel_link .head{
  background: #0a8e3d;
}

.download_panel_01 .download_panel_head:after {
    background: #0a8e3d;
}
.download_panel_02 .download_panel_inner {
  background: #c0e2cd;
}
.download_panel_02 .download_panel_main li:before {
    border-bottom: 1px solid #0a8e3d;
}

.movie_panel_01 a{
    position: relative;
    display: block;
}
.movie_panel_01 a:after {
    content: "";
    height: 60px;
    width: 60px;
    background: url(../img/common/icon_play.svg) no-repeat;
    background-size: 60px 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .9;
}

.list_panel_main li:after {
    background: #5dbd82;
}

.nav_panel_02_dmaster .nav_panel_main li a:before {
  background: url(../img/common/icon_disc_dmaster.svg) no-repeat;
}
.nav_panel_02_digitalbook .nav_panel_main li a:before {
  background: url(../img/common/icon_book_digital.svg) no-repeat;
}

.text_panel_01 .text_panel_inner {
  border-top: 5px solid #c0e2cd;
  box-shadow: 15px 15px 0 #c0e2cd;
}
.text_panel_02 .text_panel_inner {
  border-top: 5px solid #c0e2cd;
}
.text_panel_04 .text_panel_main li:before {
    background: #5dbd82;
}

/* ============================================================ btn */
.btn_wrap .btn span:before {
    border-bottom: 5px solid #5dbd82;
}
.btn_wrap .btn span:hover:before {
    border-bottom: 5px solid #0a8e3d;
    border-color: #0a8e3d;
}
.btn_wrap .btn span:after {
    background-color: #0a8e3d;
}
/* ============================================================ toggle_btn */
.toggle_btn_wrap .btn .text:after {
    background-color: #0a8e3d;
}
.toggle_btn_wrap .btn .icon:after {
    border-top: 2px solid #0a8e3d;
    border-right: 2px solid #0a8e3d;
}
/* ============================================================ wide_btn */
#wide_btn01{
  background: #0a8e3d;
}

/* ============================================================ 追加CSS */
  .pc_newline { display:inline; }
  .sp_newline { display:none; }

  .pl_none {
    padding-left: 0 !important;
  }

  .text_left {
    text-align: left;
  }

  .col-12 .sub_title {
    font-size: 35px;
  }
  .col-12 .title {
    text-align: center;
  }
  .another_title {
    font-size: 35px;
    color: #808080;
    padding: 80px 0;
    font-weight: bold;
  }

  .text_panel_inner h4 {
    font-size: 18px;
  }
  .text_panel_inner dl {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .text_panel_inner dt , dd {
    padding-left: 20px;
  }

  .nav_panel_main .three_lines_text {
    line-height: 14px !important;
    font-size: 14px;
  }



  .new_movie_box {
    padding: 0 20px;
  }
  .text_panel_enrich {
    /*padding: 0 23px;*/
  }
  .text_panel_movie .add_to_movie_box li {
    float: left;
    width: 47%;
  }
  .text_panel_movie .add_to_movie_box li dd {
    padding-left: 0;
  }


  .top_another_title {
    color: #0097e0;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
  .top_another_title .first_line {
    letter-spacing: -0.1em;
  }
  .top_another_title .second_line {
    letter-spacing: 0em;
  }
  .two_companies_logo {
    width: 100%;
  }
  .two_companies_logo img {
    width: 600px;
    margin: 0 auto;
    display: block;
  }

  .subject_menu_heading {
     letter-spacing: -.06em; 
  }

  .sub_block_body_movie .teacher_mov img {
    border: solid 1px #ccc;
  }
  .movie_panel_sub {
    margin-right: auto;

  }
  .movie_panel_sub a {

  }
  .lisning_test {
    letter-spacing: -0.15em !important;
  }

  .left_mov_box {
    margin-right: 50%;
  }
  .left_mov_box .text_panel_head {
    font-size: 25px !important;
  }
  
  .width_hundred {
    width: 100% !important;
  }


  .download_panel_main .now_editing {
    width: 102px;
    text-align: center;
  }
  .download_panel_main .font-middle {
    font-size: .8em !important;
  }

  .preparation_area {
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
  }

  .class_movie_flame {
    border: solid 1px #ccc !important;
  }



#sub_cat .sub_block {
    margin: 35px 0 50px;
}
#sub_cat h2.head_2_02 {
    position: relative;
    margin: 0 0 35px;
    padding: 0 0 0 .7em;
}
#sub_cat .text_main {
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: -.05em;
    line-height: 1.65;
}
.list_panel_02 .list_panel_main {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}
.list_panel_02 .list_panel_main li {
  width: 100%;
  padding: 0 0 10px .7em;
}
.image_panel_01 .image_panel_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 814px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #e6e6e6;
}
.btn_wrap {
    padding: 40px 0;
    text-align: center;
}
.btn_wrap .btn {
    padding: 0 0 0 20px;
    display: inline-block;
    text-decoration: none;
}
.btn_wrap .btn .text_01 {
    font-size: 19px;
}

.firstview .title {
  line-height: 0.8;
}


.image_panel_01 .image_panel_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 814px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #e6e6e6;
}
.image_panel_01 .image_panel_main {
    display: flex;
    flex-wrap: wrap;
}


.btn_wrap {
  padding: 40px 0;
  text-align: center;
}
#sub_cat .btn_wrap .sub_block_body_02 {
    padding: 20px 15%;
    border: 1px dashed #ccc;
}
.btn_wrap .btn {
  padding: 0 0 0 20px;
  display: inline-block;
  text-decoration: none;
}
#sub_cat .text_main {
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: -.05em;
    line-height: 1.65;
}


.text_panel_inner__wd {
    width: 100% !important;
}
.kanrenshiryou {
    width: 100%;
}
.kanrenshiryou .th_1 {
  position: relative;
  padding: 20px 15px 20px 10px;
  width: 60%;
  border-bottom: 1px #e1e1e1 solid;
  vertical-align: middle;
  font-size: 19px;
}
.kanrenshiryou .td_1 {
  padding: 13px 10px;
  width: 18%;
  border: 1px #f4f4f4 dotted;
  border-bottom: 1px #e1e1e1 solid;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.icon_new {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 5;
    padding: 3px 4px 1px;
    background: #ff0000;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.icon_new {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 5;
    padding: 3px 4px 1px;
    background: #ff0000;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.kanrenshiryou .td_2 {
    padding: 13px 5px;
    width: 19%;
    border-bottom: 1px #e1e1e1 solid;
    text-align: center;
    vertical-align: middle;
}

/*
  .sub_block_movie {
    position: relative;
  }
  .rightTitle {
    width: 100%;
    position: relative;

  }
  .rightTitle span {
    display: block;
    position: absolute;
    top: 0px;
    left: 520px;
  }
    #sub_cat h3.rightTitle:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    left: 500px; 
    top: 17px;
    transform: translate(0, -50%);
  }*/



  .text_panel_inner_enrich {
    width: 510px !important;
  }

  #sub_cat h3.text_panel_head_enrich {
    font-size: 28px;
  }


/*tab3*/
.text_panel_04 .text_panel_main_02 {
    width: 100%;
    font-size: 18px;
}
.text_panel_04 .text_panel_main_02 li {
    position: relative;
    margin: 0 0 5px 2px;
    padding: 0 0 10px .7em;
    line-height: 1.4;
}
.text_panel_04 .text_panel_main_02 li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #aaa;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translate(0, -50%);
}
.text_panel_04 .text_panel_main_02 li:before {
    background: #555;
    top: 13px;
}


.toggle_btn_wrap .btn .text_01 {
    font-size: 18px;
}
.pc_off__sp_on {
  display: none;
}
.font_space {
  letter-spacing: -0.03em;
}

#sub_cat .icon_cut h2.head_2_03 {
  padding: 0;
}
#sub_cat .icon_cut h2.head_2_03:after {
  content: none;
}

.list_panel_02 .list_panel_main .font-middle {
  font-size: 17px !important;
}

/* ============================================================ Pad */
@media screen and (min-width: 669px ) and (max-width: 900px) {
  .pad_mt55 {
    margin-top: 20px;
  }
  .pad_mt30 {
    margin-top: 30px;
  }
  .pad_mt20 {
    margin-top: 20px;
  }
  .pad_mt50 {
    margin-top: 50px;
  }
  .pad_mr50 {
    margin-right: 50px;
  }
  .pad_mb30 {
    margin-bottom: 30px;
  }



}

/********************************************************************************

	02. forSP Layout
    *横幅が667px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {



.feature_panel .feature_panel_inner {
    box-shadow: 12px 12px 0 #c0e2cd;
}

.text_panel_01 .text_panel_inner {
    box-shadow: 12px 12px 0 #c0e2cd;
}

.tab_area_active .tab_area li.select{
  background-color:#fff;
}
.tab_area_active .tab_area li.select:before {
  background: #0a8e3d;
}

.tab_area_active_sp .tab_area li.select{
  background-color:#0a8e3d;
}
.tab_area_active_sp .tab_area li.select:before {
  background: #5dbd82;
}

/* ============================================================ btn */
.btn_wrap .btn span:before {
    border-bottom: 4px solid #5dbd82;
}
.btn_wrap .btn span:hover:before {
    border-bottom: 4px solid #0a8e3d;
}

/* ============================================================ 追加CSS */
.pc_newline { display:none; }
.sp_newline { display:inline; }

  #sub_cat .sub_block_body_movie {
    justify-content: start !important;

  }

.firstview .title {
  line-height: 0.7;
}
.col-12 .sub_title {
  display: inline-block;
  font-size: 20px;
}
.another_title {
  font-size: 25px;
  padding: 15px 0;
}
/*PowrOn*/
.new_movie_box {
  padding: 0;
}
.text_panel_enrich {
  padding: 0;
}
.text_panel_movie .add_to_movie_box li {
  float: none;
  width: 100%;
}


.top_another_title {
    font-size: 23px;
}
.two_companies_logo {
  width: 100%;
}
.nav_panel_main .three_lines_text {
  font-size: 9px !important;
  line-height: 10px !important;
}

.movie_panel_sub a {
  width: 100%;
}

.left_mov_box {
  margin-right: auto;
}

#sub_cat .sub_block {
    margin: 25px 0 10px;
}
#sub_cat h2.head_2_02 {
    margin: 0 0 20px;
}

#sub_cat h2 {
    font-size: 27px;
}
#sub_cat .text_main {
    margin: 0 0 10px;
}
.btn_wrap .btn .text_01 {
    padding: 10px 24px;
    font-size: 13px;
}
.btn_wrap .btn span {
    font-size: 13px;
}
.list_panel_02 .list_panel_main {
    font-size: 14px;
}
.image_panel_01 .image_panel_main {
    width: 100%;
}
#sub_cat img {
    height: auto;
    width: 100%;
}
.btn_wrap {
    padding: 20px 0;
}

.image_panel_01 .image_panel_main {
    width: 100%;
}
#sub_cat img {
    height: auto;
    width: 100%;
}


.btn_wrap {
    padding: 20px 0;
}
#sub_cat .btn_wrap .sub_block_body_02 {
    padding: 20px 2% 10px;
}
.btn_wrap .btn span {
    font-size: 13px;
    padding: 10px 10px;
    /*min-width: 274px;*/
    height: 42px;
}
#sub_cat .text_main {
    margin: 0 0 10px;
}
#sub_cat .text_main {
    margin: 0 0 10px;
}

.btn_wrap_contact {
  padding: 40px 0;
  min-height: auto;
}


.kanrenshiryou {
  margin: 0 0;
  width: 100%;
}
.kanrenshiryou .th_1 {
  display: block !important;
  padding: 15px 8px 8px 8px;
  width: 100%;
  border: none;
  vertical-align: middle;
  font-size: 15px;
}
.icon_new {
  top: 2px;
  padding: 2px 4px 1px;
  font-size: 12px;
}

.kanrenshiryou .td_1 {
  display: inline-block;
  display: none;
  /*更新日が入る時は消す*/
  padding: 0px 10px 12px 10px;
  width: 52%;
  height: 50px;
  border-bottom: 1px #e1e1e1 solid;
  font-size: min(2.5vw, 13px);
  text-align: right;
}
.kanrenshiryou .td_2 {
  display: inline-block;
  padding: 0px 10px 12px 10px;
  width: 47%;
  width: 100%;
  /*更新日が入る時は消す*/
  height: 50px;
  border-bottom: 1px #e1e1e1 solid;
  text-align: center;
}
.kanrenshiryou .td_2 img {
  margin: 0 10px;
  width: 25px !important;
  height: 30px !important;
}

/*
.rightTitle span {
  left: 25px;
  top: -10px;
}
#sub_cat h3.rightTitle:after {
  left: 10px; 
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.pl_none {
  padding-top: 30px;
}*/


#sub_cat h3.text_panel_head_enrich {
  font-size: 21px;
}

/*tab3*/
.text_panel_04 .text_panel_main_02 {
  font-size: 15px;
}
.text_panel_main_02 li {
  line-height: 1.8;
}
.toggle_btn_wrap .btn .text {
  min-width: 270px;
  height: 55px;
  font-size: 13px;
}
.pc_off__sp_on {
  display: block;
}

.toggle_btn_wrap .btn .text {
  min-width: 270px;
  max-width: 270px;
  /*height: 55px;*/
  height: 42px;
  font-size: 12px;
}

.toggle_panel_01 .toggle_panel_main {
  /*padding: 0;*/
}

.list_panel_02 .list_panel_main .font-middle {
  font-size: 13px !important;
}

#sub_cat h4.head_4_02 {
 font-size: 18px;
} 
 
}
