@charset "utf-8";

/* 各お問い合わせ外側ボーダー */
.contact_infotable_wrapdiv {
  border: 5px solid #E2F5E3;
}

.contact_infotable {
  width: 98%;
  text-align: center;
  margin: 0 auto;
}

.contact_infotable td {
  text-align: center;
}

/* テーブル内の上段グレー文字テキスト */
.contact_infotable_titletd {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 5px;
}

/* アイコン部分 */
.contact_infotable_teltd img, .contact_infotable_mailtd img {
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
  border: none;
}

/* 電話 */
.contact_infotable_teltd {
  background-color: #E2F5E3;
  border: 1px solid transparent;
}

.contact_infotable_teltd img {
  display: inline-block;
}

/* 電話番号部分 */
.contact_infotable_teltd span {
  font-size: 43px;
  font-size: 4.3rem;
  color: #05550A;
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
}

.contact_infotable_teltd a {
  color: #05550A;
}

/* 受付時間など部分 */
.contact_infotable_telinfo {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px;
}

/* メール */
.contact_infotable_mailtd a {
  color: #05550A;
  text-decoration: none;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #E2F5E3;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #35933B;
}

.contact_infotable_mailtd a:hover {
  background-color: #BEE6C1;
}

/* 中央段「メールでのお問い合わせはこちら」 */
.contact_infotable_mailtd span {
  vertical-align: middle;
  display: inline-block;
}

/* 下段※部分 */
.contact_infotable_mailinfo {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px;
}

.contact_infotable_mailinfo a:hover {
  color: #05550A;
}

/* アイコン関連 */
.info_tel::before, .info_fax::before, .info_mail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 8px;
  border: 3px solid #05550A;
  border-radius: 30px;
  background: #05550A;
  color: #FFFFFF;
  position: relative;
  bottom: 5px;
}

.info_tel::before {
  content: '\f879';
}

.info_fax::before {
  content: '\f1ac';
}

.info_mail::before {
  content: '\f0e0';
  position: relative;
  top: 1px;
}
