@charset "utf-8";

/*--- アクティブナビゲーション ---*/
#nav_con a {
  font-weight: bold;
  color: #2680E8;
  pointer-events: none;
}
/*--- ページタイトル ---*/
#page_ttl {
  background-image: url("../img/nav_bk_contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; /* 幅=100% 高さ=auto */
}

/*--- お問い合わせ電話番号 ---*/
/* 電話番号、お問い合わせフォームへのリンク */
#tel_no,
#form_lnk {
  padding: 30px 10px;
  font-size: 2.5rem;
  text-align: center;
}

/* 注意書き */
#tel_note {
  line-height: 1.4em;
  text-align: center;
}

/* フォーム注意書き */
#form_note {
  margin: 20px 5px 0 25px;
  font-size: 1.2rem; /* 12pt */
  /*text-align: justify;*/
  /*text-justify: inter-ideograph; /* IE, Edge用*/
}

#form_note li {
  line-height: 1.5em;
}

#form_note li:not(:first-of-type) {
  margin-top: 5px;
}