@charset "utf-8";

/*==========================================
 [business]
===========================================*/
.contents_contact .pageTitleWrapp {
	background-image: url(../contact/images/title_page.jpg);
}


/* ----------------------------
 telWrapp 
----------------------------*/
.telWrapp {
 text-align: center;
}

/* telWrapp */
.telWrapp .company_name {
	font-weight: 600;
}

/* add_text */
.telWrapp p.add_text {
  margin-bottom: 20px;
}

/* tel */
.telWrapp p.tel_no {
  font-weight: 600;
  display:inline-block;
  margin-bottom: 10px;
  line-height: 1;
}
.telWrapp p.tel_no a{
  text-decoration: none!important;
}

/* fax */
.telWrapp p.fax_no {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.telWrapp p.fax_no a{
  text-decoration: none!important;
}

/* lableText */
.telWrapp .lableText {
	padding:6px 10px 6px;
	display:inline-block;
	color: #fff;
	font-weight: 600;
  border-radius: 4px;
  margin-right: 0.5em;
  margin-top: 4px;
  vertical-align: top;
  background-color: #965900;
}

@media (max-width: 767px)  {
  .telWrapp .lableText {
  	padding:2px 10px 2px;
		font-size: 1.4rem;
  }
	.telWrapp p.tel_no{
		font-size: 2.0rem;
    line-height: 2.2;
    margin-bottom: 0;
  }
	.telWrapp p.fax_no{
		font-size: 2.0rem;
    line-height: 2.2;
  }
}
@media (min-width: 768px)  {
  .telWrapp .company_name {
		font-size: 3.5rem;
	}
  .telWrapp p.add_text {
    margin-bottom: 3.0rem;
  }
  .telWrapp .lableText {
  	padding:6px 10px 6px;
		font-size: 2.0rem;
  }
	.telWrapp p.tel_no{
    display:inline-block;
		font-size: 4.3rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
	}
	.telWrapp p.fax_no{
    display:inline-block;
    font-size: 4.3rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
	}
}
