@charset "utf-8";
/* CSS Document */


.cta_contact_box{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;		
}


.cta_contact_box .pc_cap{
	font-size: 18px;
	clear: both;
	margin-left: 10%;
	margin-top: 20px;
}
	
.tel_pc_flex_contact { 
  display: -webkit-flex; 
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  -webkit-box-pack: center;
  margin: 30px 0;
  background: #efeff1;
  padding: 20px;
  border-radius: 5px;
}
	
p.tel_pc_intro {
	font-size: 18px;
    width: 47%;
    line-height: 1.6;
    text-align: center !important;
    font-weight: bold;
    margin-top: 5px
}


p.tel_pc_intro span {
  font-size: 25px;
  color: #f67104;
  font-weight: bold;
}

p.tel_mark {
  font-size: 31px;
  color: #d34376;
  width: 6%;
}


.cta_contact_box .pc_num {
  border: 2px solid #f67104;
  width: 459px;
  height: 79px;
  border-radius: 10px;
  background: #fff;
  float: left;
  padding: 0px 0 10px 30px;
	margin-right: 15px;
}


.cta_contact_box .pc_num img.telicon {
	vertical-align: middle !important;
	width: 12%;
}


.cta_contact_box .pc_num span {
	font-size: 44px;
	border-radius: 5px;
	margin-left: 25px;
	vertical-align: middle !important;
	color: #f67104;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-stroke-width: 2px;
	font-weight: bold;
	letter-spacing: 3px;
}	


@media screen and (max-width: 767px){	
	p.telsmall {
		font-size: 3.4vw;
        letter-spacing: 0.03em;
    }
}	

