@charset "UTF-8";
/* Scss Document */
@import url("/shse/ehc/css/base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*メイン*/
#m_top {
  width: 100%;
  margin: 0; }
  #m_top h1 {
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 225%;
    text-align: center;
    padding: 3em 0; }
  #m_top #b01 {
    background-image: url("/shse/ehc/img/project/campustree/top_img.jpg") !important; }
  #m_top #b02 {
    background-image: url("/shse/ehc/img/project/change/top_img.jpg") !important; }
  #m_top #b03 {
    background-image: url("/shse/ehc/img/project/den/top_img.jpg") !important; }
  #m_top #b04 {
    background-image: url("/shse/ehc/img/project/ikimono/top_img.jpg") !important; }
  #m_top #b05 {
    background-image: url("/shse/ehc/img/project/genkikko/top_img.jpg") !important; }
  #m_top #b06 {
    background-image: url("/shse/ehc/img/project/hatakekko/top_img.jpg") !important; }
  #m_top #b07 {
    background-image: url("/shse/ehc/img/project/kinoko/top_img.jpg") !important; }
  #m_top #b08 {
    background-image: url("/shse/ehc/img/project/conneko/top_img.jpg") !important; }
  #m_top #b09 {
    background-image: url("/shse/ehc/img/project/jyoto/top_img.jpg") !important; }
  #m_top #b10 {
    background-image: url("/shse/ehc/img/project/art_project/top_img.jpg") !important; }
  #m_top #b11 {
    background-image: url("/shse/ehc/img/project/cafe_lelien/top_img.jpg") !important; }
  #m_top #a01 {
    background-image: url("/shse/ehc/img/project/chise/top_img.jpg") !important; }
  #m_top #b12 {
    background-image: url("/shse/ehc/img/project/yamadori/top_img.jpg") !important; }
  #m_top #b13 {
    background-image: url("/shse/ehc/img/project/hiroohigashi/top_img.jpg") !important; }


#report {
  margin: 3em auto 0; }
  #report h2 {
    font-size: 187%;
    color: #026b30;
    text-align: center; 
  }

  #report #re01 {
    width: 100%;
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #report #re01 li:nth-child(1) {
    width: 100%;/*20240316 76%*/
  }

  #report #re01 li:nth-child(1) dl dt {
        font-weight: bold;
        border-left: 6px solid #026b30;
        padding: 0 0 0 10px;
        margin: 0 0 0.25em;
  }
  
  #report #re01 li:nth-child(1) dl dd:nth-child(n+2) {
        margin: 0 0 2em;
        line-height: 180%;/*20240314*/
  }

  #report #re01 li:nth-child(n+2) {
      width: 22%;/*20220730 48%*/
      font-size: 90%;/*20201006*/
      text-align: center;
  }
  #report #re01 li:nth-child(n+2) img {
        display: block;
        margin: 0 0 0.25em;
  }

  
  #report #re02 {
    width: 100%;
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #report #re02 li {
      width: 48%;
      font-size: 90%;/*20201006*/
      text-align: center;
  }
  #report #re02 li img {
        margin: 0 0 0.25em;
  }

  #report #re03 {
          width: 100%;
          margin: 3em 0 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
  }
  #report #re03 li {
            width: 32%;
            font-size: 90%;/*20201006*/
            text-align: center;
  }
  #report #re03 li img {
    margin: 0 0 0.25em;
  }



#r_bottom {
  margin: 4em auto 0; }
  #r_bottom #sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #r_bottom #sns li {
      width: 66px;
      margin: 0 2%; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/
  #report, #r_bottom {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/
  #report, #r_bottom {
    width: 90%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/
  #m_top h2 {
    width: 46%; }

  #info #news {
    width: 48%; }
    #info #news dl {
      padding: 1.15em 2%; }

  #info ul {
    width: 44%; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*メイン*/
  #m_top h2 {
    width: 46%; }

  #info #news {
    width: 48%; }
    #info #news dl {
      padding: 1.15em 2%; }

  #info ul {
    width: 44%; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  #m_top {
    margin: 0; }
    #m_top h1 {
      text-align: center;
      padding: 2em 0;
      font-size: 180%; }

  #report {
    margin: 2em auto 0; }
    #report h2 {
      font-size: 160%; }
    #report #re01 {
      flex-direction: column; }
      #report #re01 li:nth-child(1) {
        width: 100%; }
      #report #re01 li:nth-child(2) {
        width: 100%;
        margin: 1em 0 0; }
    #report #re02 {
      flex-direction: column; }
      #report #re02 li {
        width: 100%;
        text-align: center; }
        #report #re02 li:nth-child(2) {
          margin: 1em 0 0; }

    #report #re03 {
            width: 100%;
            margin: 2em 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
    }
    #report #re03 li {
              width: 100%;
              font-size: 90%;/*20201006*/
              text-align: center;
    }
    #report #re03 li img {
      margin: 5px 0 5px;
      padding-top: 1em;
    }




  #r_bottom {
    margin: 3em auto 0; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*メイン*/ }
