@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 #a01 {
    background-image: url("/shse/ehc/img/project/chise/top_img.jpg") !important; }
  #m_top #a02 {
    background-image: url("/shse/ehc/img/project/kumoberabo/top_img.jpg") !important; }
  #m_top #a03 {
    background-image: url("/shse/ehc/img/project/yobou/top_img.jpg") !important; }
  #m_top #a04 {
    background-image: url("/shse/ehc/img/project/honobon/top_img.jpg") !important; }
  #m_top #a05 {
    background-image: url("/shse/ehc/img/project/shimakastu/top_img.jpg") !important; }
  #m_top #a06 {
    background-image: url("/shse/ehc/img/project/sumai/top_img.jpg") !important; }
  #m_top #a07 {
    background-image: url("/shse/ehc/img/project/kitayashiro/top_img.jpg") !important; }
  #m_top #a08 {
    background-image: url("/shse/ehc/img/project/harima_planning/top_img.jpg") !important; }
  #m_top #a09 {
    background-image: url("/shse/ehc/img/project/awaji_project/top_img.jpg") !important; }
  #m_top #a10 {
    background-image: url("/shse/ehc/img/project/tameike/top_img.jpg") !important; }
  #m_top #a11 {
    background-image: url("/shse/ehc/img/project/mowing_exercise/top_img.jpg") !important; }
  #m_top #a12 {
    background-image: url("/shse/ehc/img/project/kodomo_midori/top_img.jpg") !important; }



#report {
  margin: 3em auto 0; }
  #report h2 {
    font-size: 187%;
    color: #00a2b1;
    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: 50%; }

      #report #re01 li:nth-child(1) dl dt {
        font-weight: bold;
        border-left: 6px solid #00a2b1;
        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: 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) {
  /*メイン*/ }
