﻿@charset "UTF-8";
/* CSS Document */

/* -------------------------
	アイコン素材
--------------------------- */

.fas.fa-phone {
  position: relative;
  display: inline-block;
  width: 1.5em;                /* テキストサイズに連動 */
  height: 1.5em;
  background: url("/images/icon_call.png") no-repeat center;
  background-size: contain;
 transform: translateY(1px); /* ★1px下へ移動 */
}

.fa-crown {
 position: relative;
 display: inline-block!important;
 width: 1em;                /* テキストサイズに連動 */
 height: 1em;
 background: url("/images/icon_crown.png") no-repeat center;
 background-size: contain;
 transform: translateY(3px); /* ★3px下へ移動 */
}

.fa-home_p {
 position: relative;
 display: inline-block!important;
 width: 1em;                /* テキストサイズに連動 */
 height: 1em;
 background: url("/images/icon_home_p.png") no-repeat center;
 background-size: contain;
 transform: translateY(3px); /* ★3px下へ移動 */
}
