@charset "UTF-8";

/*-----------------------------学習塾・進学塾アップゼミ---------------------------------*/
#top_table+.block_table_3 table tbody tr:nth-child(1) th {
    background: #57D05C;
}

#top_table+.block_table_3 table tbody tr:nth-child(3) th {
    background: #F44135;
}

/*キャンペーンレイアウト調整*/
@media screen and (max-width: 920px) and (min-width: 481px){
  #campaign + .composite_box01.block_images_14 .wrapper_item{
  gap :2rem !important;
  justify-content: center;
  
}

 #campaign + .composite_box01.block_images_14:not(.no_responsive) .inner_item{
  width: calc(50% - 2rem * 1 / 2) !important;
}

#campaign + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2){
  margin-left: 0 !important;
}

#campaign + .composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2){
  margin-bottom: 0 !important;
}

#campaign + .composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item{
    width: calc(50% - 2rem * 1 / 2) !important;
    margin-bottom: 0 !important;
}
}