@charset "UTF-8";

.iconMenu-faculty {
  background-image: url(/econ_wp/wp-content/themes/econ2019/img/sub_bg/sp/faculty_btm.jpg);
}

@media all and (min-width: 769px) {
  .iconMenu-faculty {
    background-image: url(/econ_wp/wp-content/themes/econ2019/img/sub_bg/faculty_btm.jpg);
    background-position: 58%;
  }
}

/*---------- BGN econ 扉ページ----------*/

/* contnr1 学科イントロ */
.econIntro_img {
  width: 100%;
  margin-bottom: 4rem;
}

@media all and (min-width: 481px) {
  .econIntro_img {
    float: right;
    width: 50%;
    max-width: 40rem;
    margin: 0 0 3rem 3rem;
  }
}

/* contnr2 コース紹介 */
@media all and (max-width: 768px) {
  /* アプロ―チ */
  .econCourse .dlTxtList-bdr > .dlTxtList:first-of-type {
    margin-top: 2rem;
  }
}
@media all and (min-width: 769px) {
  .econCourse dl.contentBox {
    width:  34rem;
    margin: 0 3rem 0 0;
  }

  .dlTxtList + .dlTxtList {
    margin-top: 6rem;
  }

  .econCourse > .contentBox:nth-of-type(even) {
    margin-right: 3rem;
  }

  .econCourse > .contentBox:last-of-type {
    margin-right: 0;
  }

  .econCourse .fixStart {
    margin: 3rem 0;
    font-weight: bold;
  }

  /* アプロ―チ */
  .econCourse .dlTxtList-bdr > .dlTxtList:first-of-type {
    min-height: 22.9rem;
    margin-top: 0;
  }

  /* 学習内容 */
  .econCourse .dlTxtList-bdr > .dlTxtList:nth-of-type(2) {
    min-height: 29.3rem;
  }

  /* 特色 */
  .econCourse .dlTxtList-bdr > .dlTxtList:nth-of-type(3) {
    min-height: 32.1rem;
  }

  /* 目指すキャリア */
  .econCourse .dlTxtList-bdr > .dlTxtList:nth-of-type(4) {
    min-height: 42.1rem;
  }
}

.econCourse .imgBox {
  overflow: hidden;
  max-width: 40rem;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .econCourse .imgBox {
    height: 22rem;
  }
}

.econCourse .imgBox > img {
  position: absolute;
  top: 0;
}
@media all and (min-width: 769px) {
  .econCourse .imgBox > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.econCourse .dlTxtList-bdr dt:not(.blueTtl) {
  margin-bottom: 1rem;
  text-align: center;
}

.econCourse .dlTxtList-bdr dd + dd,
.econCourse .dlTxtList-bdr dd + dt {
  margin-top: 1rem;
}

.econCourse .dlTxtList-bdr li {
  margin-bottom: 2rem;
  padding-left: 2.1rem;
  text-indent: -2.7rem;
}

.econCourse .dlTxtList-bdr li::before {
  content: '・';
  padding-right: 1rem;
  color: #84d6bc;
  font-weight: bold;
  counter-increment: item;
}

/* 追従タイトル */
.econCourse .blueTtl {
  transition: .1s;
}

.econCourse .ttlFixed {
  z-index: 1;
  position: fixed;
  top: 6.6rem;
  left: 0;
  width: 100%;
  border: 2rem solid #fff;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

@media all and (min-width: 769px) {
  .econCourse .ttlFixed {
    top: 0;
    left: auto;
    width: 38rem;
    margin-left: -2rem;
    border: 2rem solid #fff;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
  }
}

/* contnr3 教員・学生メッセージ */
.econMsg_img {
  display: block;
  width: 60%;
  margin: 0 auto 4rem;
}

@media all and (min-width: 481px) {
  .econMsg_img {
    float: right;
    width: 20rem;
    margin: 0 0 3rem 3rem;
  }
}

.econMsg > div + div {
  margin-top: 6rem;
}
/*---------- END econ 扉ページ----------*/

/* 社会参加実習 newsから飛んでこれる */

.social_activities .mkrList {
  margin-top: 3rem;
}
.social_activities .mkrList > li::before{
  content: '・';
  margin-right: 2rem;
  border: none;
}
.social_activities .mkrList a[href] {
  margin-left: 6rem;
}
@media all and (max-width: 768px) {
  .social_activities .mkrList a[href] {
    display: block;
  }
}
