@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* *****************************************************************************
   PCÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (min-width: 769px), print {
}
header #bt-home{
	letter-spacing: 0.341em;
}
header #bt-home a{
	font-size:.7813rem;
	width:110%;
}

.w{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.footfix_frame{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display: none;
}


/* *****************************************************************************
   ¥¹¥Þ©`¥È¥Õ¥©¥óÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */

@media screen and (max-width: 769px) {
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}
	.w{
		width: 100%;
		margin: 0 auto;
		padding: 60px 6.25%;
	}
	header #bt-home{
		letter-spacing: 0.01em;
	}
	header #bt-home a{
		font-size:.6rem;
		width:100%;
	}

	/*.global{
		display: none;
	}*/
	.footfix_frame{
		display: block;
		position: relative;
		z-index: 1000;
	}
	.footfix{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 46px;
		display: flex;
	}
	.footfix li{
		width: 100%;
		height: 100%;
	}
	.footfix li a{
		display: block;
		width: 100%;
		height: 100%;
		background-color: #DCFF00;
		display: flex;
		align-items: center;
		text-align: left;
		font-size: .75rem;
		font-weight: bold;
		line-height: 1.4;
		padding-left: 29.38%;
		background-image: url(/prospect/img/btn2.svg);
		background-repeat: no-repeat;
		background-size: 13.82% auto;
		background-position: 15px center;
	}
	.footfix li:nth-of-type(2) a{
		background-color: #B178FF;
		background-image: url(/prospect/img/btn3.svg);
	}
}

