/*========================================================================

  adjustment

========================================================================*/
/*  media
========================================================================*/
/*-------------------------------------------------------
	ratio2to1
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .c_media.ratio2to1.-establishment .textbox {
    width: 66.207%;
  }
}
@media screen and (max-width: 767px) {
  .c_media.ratio2to1.-establishment .imagebox {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .c_media.ratio2to1.-establishment .imagebox img {
    width: 100%;
  }
}