@charset "UTF-8";
/*--------------------------------------------
		contact
---------------------------------------------*/
.page-ttl {
  background-image: url("../img/bg_contact_pagettl.png");
}

.contact__item {
  text-align: center;
  margin: 3em 8% 3.5em;
}

.contact__ttl {
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #333;
  border-radius: 3em;
  letter-spacing: 0.1em;
  padding: 0.7em 0.2em;
  margin-bottom: 1.3em;
}

.contact__number {
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 1em;
}

.contact a {
  display: inline-block;
  color: inherit;
  border-bottom: 1px solid #000;
}

.contact__icon {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("/common/img/icon_tel.png") no-repeat 0 0;
  background-size: 100% auto;
  margin-right: 0.4em;
}

.contact__icon--mail {
  background-image: url("/common/img/icon_mail.png");
  margin-right: 0.5em;
}
