/*
「R&Dチームについて」
*/

@media screen and (max-width:999px) {
  .randd_main_action.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    margin-top: 0;
  }
}

/*「R&Dチームを知る_3」画像配置*/
@media screen and (min-width:600px) {
  .about3-column-block {
    position: relative;
    width: 640px;
    height: 400px;
    margin: var(--ark-mt) auto 0 auto;
  }

  .about3-column-block > .wp-block-column {
    position: absolute;
  }

  .about3-column-block > .wp-block-column:first-child {
    z-index: 10;
    top: 0;
    left: 0;
  }

  .about3-column-block > .wp-block-column:nth-child(2) {
    z-index: 0;
    right: 0;
    top: 0;
  }

  .about3-text {
    text-align: start;
  }
}

@media screen and (max-width:599px) {
  .about3-image > .alignleft {
    float: inherit;
  }
}
