@charset "shift_jis";
/* CSS Document */
div, p, img, a {
	margin:0;
	padding:0;
}
a img{
	border:none;
}

	#pc{
		display:none;
	}

	#mobile{
		display:block;
	}

	
#all {
	width:100%;
	margin:0 auto;
	clear:both;
}

#mobile{
	width:100%;
	clear:both;
}
#mobile img{
	width:100%;
}
.text_sp01{
	color:#000;
	font-size:1em;
	line-height:140%;
}
#flow_text_sp{
	color:#333333;
	font-size:0.9em;
	line-height:140%;
}
#backarea_sp{
	background-color:#EAEAEA;
	padding:3%;
	margin-top:2%;
}
#backarea_sp p{
	font-size:0.8em;
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#topIndex .mainCont img{
	width:100% !important;
}




/*▽▽▽　ブランドごと画像　ここから　▽▽▽*/

.benesse_img01 img{
	width:100%;
	max-width:154px;
}
.sanrakucard_img01 img{
	width:100%;
	max-width:300px;
}

.grandvan_img01 img {
	width: 100%;
	max-width: 400px;
	margin-top: 1.5vh;
}
/*▽▽▽　文言2回出る事象対策。 下記にて対応しようとしたが、各HTMLに直接記入の対応へ変更　2022.4.26 ogata ▽▽▽*/
/*#topIndex_new .subloginNav ~ div#myp_pass {
    display: none;
}*/