@charset "utf-8";

 	/*お問い合わせ*/
   #howto .sptxtlist .sptxt > div.call{
		background: #fff7f7;
		padding:15px;
		border-radius:5px;
	}
	#howto .sptxtlist .sptxt > div.call h3{
		font-weight: 600;
		font-size:23px;
		font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	}
	#howto .sptxtlist .sptxt > div.call .tel-number{
		font-weight: 600;
		font-size:18px;
		position:relative;
		padding-left:25px;
	}
	#howto .sptxtlist .sptxt > div.call .tel-number::before{
		width:20px;
		height:20px;
		position:absolute;
		left:0;
		top:1px;
		display:inline-block;
		content:'';
		background-image: url(/jp/forHome/trial/trialthanks/assets/images/2023/icon_call.png);
		background-size: contain;
		background-repeat: no-repeat;

	}