@charset "utf-8";

@import url(win7_eos_pc.css) screen and (min-width: 1000px);

@import url(win7_eos_sp.css) screen and (max-width: 999px);

/*フォント*/
.imp{ color:red;}

/*リンク*/
a{ color:#0b3742; transition: 0.4s ;}

/*メニュー*/
#nav H1.buy_b{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../buy_b/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.buy_b_other{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../buy_b/imgs/title_other.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.buy_c_gofuku{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../buy_c/imgs/title_gofuku.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.buy_c{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../buy_c/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.flow_kaitori{background-repeat:no-repeat;background-image:url(../buy_c/imgs/h1_pckaitori2.jpg);height:110px;padding:5px 0 0 8px}
#nav H1.contact{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../contact/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.env{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../env/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.fortrust{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../fortrust/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.memo{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../memo/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.privacy{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../privacy/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.profile{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../profile/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.recruit{
	color:#000;
	font-weight:bold;
	font-size:26px;
	height:130px;
	background-image:url(../recruit/imgs/recruit2.png);
	background-repeat:no-repeat;
	padding:70px 0 0px 50px;
	line-height:1em;}

.recruit_en{
	color:#039;
	font-size:14px;

}

#nav H1.shop{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../shop/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}

#nav H1.H1sitemap{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../sitemap/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}

#nav H1.link{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../link/imgs/title.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}
#nav H1.pclist{color:#fff;font-weight:bold;font-size:13px;height:20px;width:720px;background-color:#182548;background-repeat:no-repeat;padding:5px 0 5px 30px}
#nav H1.buy_c_mobile{color:#fff;font-weight:bold;font-size:18px;height:50px;background-image:url(../buy_c/imgs/title_mobile.jpg);background-repeat:no-repeat;padding:35px 0 0 30px}

/*申し込みバナー*/
@media screen and (min-width:1100px) {
.floating_pc_no{ display:none;}
.floating {
	top: 100px;
	right:0;
	position: fixed;
	z-index: 10000;
}

}
@media screen and (max-width:1099px) {
.floating_sp_no{ display:none;}
.floating {
	max-width:432px;
	left: 0;
	right: 0;
	bottom:0;
	margin:0 auto;
	position: fixed;
	z-index: 10000;
}
}