@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 h4 {
  font-size: 24px;
}

/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {

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

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

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

}


/*　個人情報について
-------------------------------------------------------------------------------- */

.contact {
  width: 800px;
  margin: 30px auto 60px auto;               
  border: 1px solid #ccc;       
  padding: 20px;               
  box-sizing: border-box;       
  text-align: left;             
}

.contact .tel,
.contact .fax {
  display: block;
  margin-top: 25px;
  font-weight: bold;
}

.lead{text-align: center;
}





/*--レスポンシブ対応--*/
@media screen and (max-width: 767px) {


.contact {
  width: 90%;
       
}


}

