@charset "UTF-8";
/*　ヘッダー画像
-------------------------------------------------------------------------------- */
#h2Img {
  background: url("../img/headerimg.jpg") center center / cover no-repeat;
}



/*　コンテンツページ
-------------------------------------------------------------------------------- */

/* セクションごとのデザイン */
.scontentsArea section {
  border-top: 1px dotted #aaa;
  padding: 30px 0 70px 0;
}

/* 最初と最後のsectionだけ線を非表示 */
.scontentsArea section:first-of-type {
  border-top: none;
}

.scontentsArea h3{
  font-size: 24px;
}

.scontentsArea h4{
  font-size: 20px;
	margin: 90px 0 0px 0;
	  border-left: 10px solid #888988;
	padding-left: 20px;
}

/*--レスポンシブ対応--*/


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

  .scontentsArea section {
    padding: 5px 0 20px 0;
  }

  .scontentsArea h4 {
    font-size: 16px;
  }

  .scontentsArea p {
    font-size: 13px;
  }

}


