@charset "utf-8";
/* CSS Document */

#thx_wrapp .title {
	font-size: 1.875rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
#thx_wrapp .title span {
	display: inline-block;
}

@media screen and (max-width:460px) {
	#thx_wrapp .title {
		font-size: 1.5rem;
	}
}

#thx_wrapp .thx_txt {
	margin-bottom: 1.5rem;
}
#thx_wrapp .thx_txt p {
	margin-bottom: 1.25rem;
}


#thx_wrapp .txt_attn {
	border: 1px dashed #CCCCCC;
	padding: 10px 12px;
	margin-bottom: 1.25rem;
}
#thx_wrapp .txt_attn p {
	margin-bottom: 0;
	line-height: 1.5;
}
#thx_wrapp .thx_txt .indent {
	text-indent: -1em;
	margin-left: 1em;
}

#thx_wrapp .free_dial_cont {
	text-align: center;
}

#thx_wrapp .txt_24hour {
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 700;
	margin: 1em 0;
}
#thx_wrapp .free_dial_cont a {
	text-decoration: none;
	display: inline-block;
	margin: 0 auto;
	padding: 12px 20px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 4px rgb(123 141 154 / 50%);
	        box-shadow: 0 0 4px rgb(123 141 154 / 50%);
	background: #f1f1f1;
}
#thx_wrapp .free_dial_cont .freedial_number_wrapp {
font-family: 'Roboto', sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	padding-top: 16px;
	letter-spacing: 0;
/*	margin-top: 6px;
	margin: 0.5rem 0 0;*/
	text-align: center;
}
#thx_wrapp .free_dial_cont .freedial_number_wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;

	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
}
#thx_wrapp .free_dial_cont .freedial_number_wrapp::before {
	content: "";
	display: block;
/*	background: url(../svg/fd_gr.svg) no-repeat bottom left;
	width: 50px;
	height: 30px;*/
	background: url(../svg/fc_bl.svg) no-repeat bottom left;
	width: 40px;
	height: 32px;
	background-size: contain;
	margin-right: 4px;
}
#thx_wrapp .free_dial_cont .freedial_detail {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.3;
	text-align: center;
	color: #666;
}
#thx_wrapp .free_dial_cont .freedial_tap {
	display: inline-block;
	display: none;
	margin: 10px auto 0;
	background: #e57373;
	color: #FFF;
	font-weight: 700;
	padding: 10px 20px;
	font-size: 0.875rem;
	line-height: 1;
	border-radius: 34px;
}

@media screen and (max-width:768px) {
	#thx_wrapp .free_dial_cont .tap_coll {
		display: inline-block;
	}
}

@media screen and (max-width:420px) {
	#thx_wrapp .free_dial_cont a {
		padding: 12px;
	}
}