@charset "UTF-8";
/* 話題のオープンキャンパス タブ切替 */
div.ocEventOn, div.ocEventOff {
  font-size: 10px;
  font-weight: bold;
  padding: 2px 1px;
}
@media screen and (max-width: 705px) {
  .panelContentsItem {
    display: block;
  }
  .panelContentsItem .ocEventOn {
    margin-right: 10px;
  }
  .panelContentsLeft {
    width: 50%;
  }
  .panelContentsRight {
    width: 50%;
  }
}
@media screen and (min-width: 706px) {
  .panelContentsLeft {
    width: 204px;
  }
}
/* オープンキャンパス基礎情報 */
@media screen and (min-width: 706px) {
  .ocBasic__boxLeft {
    width: 240px;
  }
  .ocBasic__boxRight {
    width: 230px;
  }
}
@media screen and (max-width: 705px) {
  .ocBasic__boxLeft {
    width: 50%;
  }
  .ocBasic__boxRight {
    width: 50%;
  }
}
#screen_main .ocBasic__box .ocBasic__boxRight .ocBasic__boxTag {
  padding-bottom: 0px;
}
