@charset "utf-8";


@media print,screen and (min-width : 501px) {

.photo{
  margin-top: 40px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.photo li{
  width: 380px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size:14px;font-size:1.4rem;
}
.photo li img{
  max-width: 100%;
}

/* サービス内容 */
#serviceList{
  margin-top:40px;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#serviceList li{
  width: 280px;
}
#serviceList li img{
  max-width: 100%;
}

  #support section{
    margin-top:40px;
  }
  #support h2{
   margin:0 0 20px 0;
    border-left:solid 5px #5d736d;
    border-bottom:solid 1px #5d736d;
    color:#5d736d;
    line-height:1.2;
    padding-left:5px;
    padding-bottom:5px;
    font-family: "NotoSansJP-5", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  }

  /* 対象者 */
  #support #target li{
    list-style-type:disc;
    margin-left:20px;
  }


  /* スケジュール */
  #support #schedule table{
    width:100%;
    margin-bottom:5px;
    line-height:1.4;
 }
  #support #schedule th{
    border:solid 1px #466464;
    padding:10px;
    background-color:#587D7D;
    color:#FFF;
  }
  #support #schedule td{
    border:solid 1px #466464;
    padding:10px;
  }
  #support #schedule thead th:nth-child(1){
    width:140px;
  }
  #support #schedule tbody th{
    background-color:#E9EFEF;
    color:#466464;
  }


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

.photo{
  margin-top: 10px;
}

/* サービス内容 */
#serviceList{
    margin-top:20px;
}
#serviceList li{
  width: 100%;
  margin-bottom: 10px;
}
#serviceList li img{
  max-width: 100%;
}

  #support section{
    margin-top:20px;
  }
  #support h2{
   margin:0 0 10px 0;
    border-left:solid 5px #5d736d;
    border-bottom:solid 1px #5d736d;
    color:#5d736d;
    line-height:1.2;
    padding-left:5px;
    padding-bottom:5px;
    font-family: "NotoSansJP-5", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  }

  /* 対象者 */
  #support #target li{
    list-style-type:disc;
    margin-left:20px;
  }


  /* スケジュール */
  #support #schedule table{
    width:100%;
    margin-bottom:5px;
    line-height:1.2;
  }
  #support #schedule th{
    border:solid 1px #466464;
    padding:10px;
    background-color:#587D7D;
    color:#FFF;
  }
  #support #schedule td{
    border:solid 1px #466464;
    padding:10px;
  }
  #support #schedule thead th:nth-child(1){
    width:100px;
  }
  #support #schedule tbody th{
    background-color:#E9EFEF;
    color:#466464;
  }
  #support #schedule div{
    line-height:1.2;
  }


}

