@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  background-image: url(../../../_images/department/_common/visual-bg.png);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャリアデザイン学科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-career-design .title-1 {
  background-image: url(../../../_images/department/career-design/_common/title-1.png);
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

body.page-career-design .title-1 {
  border-top: 1px solid #059b82;
}

}

body.page-career-design .title-2 {
  background-image:
    url(../../../_images/department/career-design/_common/title-2-1.png),
    url(../../../_images/department/career-design/_common/title-2-2.png);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コミュニティ子ども学科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-community-children .title-1 {
  background-image: url(../../../_images/department/community-children/_common/title-1.png);
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

body.page-community-children .title-1 {
  border-top: 1px solid #f49d00;
}

}

body.page-community-children .title-2 {
  background-image:
    url(../../../_images/department/community-children/_common/title-2-1.png),
    url(../../../_images/department/community-children/_common/title-2-2.png);
}
