@charset "UTF-8";
/* CSS Document */


@media screen and (min-width:751px) and (max-width:768px){

	.lead>p {
		font-size: 120%;
	}

}


@media screen and (min-width:640px) and (max-width:750px){
	
	.lead{
	font-size:120%;
}
	.lead>p{
		font-size:140%;
	}

	#attentionlead{
		background-color: #434343;
		font-size: 100%;
		line-height: 1.7;
		padding:6% 6% 6% 8%;
	}
	
	.tx2 {
		font-size: 110%;
	}
	
}


@media screen and (max-width:540px){
	
	header {
		margin: 4% 0 3%;
	}
	
	header img {
    width: 40%;
	}
	
	.lead{
		font-size: 80%;
		margin: 4% 5%;
	}
	
	.lead>p {
		font-size: 128%;
	}
	
	.contents p {
		font-size: 85%;
	}

	#attentionlead{
	background-color: #434343;
	font-size: 80%;
	line-height: 1.7;
	padding:6% 6% 6% 9%;
	
	}
	
	.tx{
		padding: 2% 0;
		font-size:110%;
	}
	
	.tx2 {
		font-size: 90%;
	}
	
	.box>ul>li {
		margin: 3% 0 2%;
	}
	
	
/*	//Netアンサー//*/
	
	h2 {
		margin-top: 4%;
		font-size: 110%;
	}
	
	.netAnswer ol {
		display: block;
	}
	
	.netAnswer ol li {
    width: 100%;
		margin: 0 auto 5%;
	}
	
	.netAnswer ol li:first-child {
		margin-right: 0;
	}
	
	.new a {
    background: #ffffff url(https://www.takashimaya-fp.co.jp/card/common2015/images/com_ic50.png) no-repeat 35px 50% / 30px auto;
}
	
	.login a {
    background: #a10000 url(https://www.takashimaya-fp.co.jp/card/common2015/images/com_ic15.png) no-repeat 35px 50% / 30px auto;
}
	
	.question {
		margin: 4% 0;
	}
	
	.question a {
		font-size: 140%;
	}
	
	/*//Netアンサーおわり//*/
	
	
	footer {
		font-size: 80%;
	}
	
}

@media screen and (max-width:320px){
	
	.lead{
		font-size: 80%;
		margin: 4% 5%;
	}
	
	.lead>p {
		font-size: 112%;
	}
	
	.tx {
		font-size: 100%;
	}
	
	.tx2 {
		font-size: 70%;
	}
	
	.contents p {
		margin-bottom: 3%;
		font-size: 80%;
	}
	
	.box {
		font-size: 80%;
	}
	
	

	/*//Netアンサー//*/
	
	.netAnswer ul li {
		margin-top: 3%;
	}
	
	.netAnswer ol li {
    width: 290px;
	}
	
	.netAnswer ol li a {
		font-size: 80%;
	}
	
	.question a {
		font-size: 125%;
	}
	
	/*//Netアンサーおわり//*/
			

}