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

/*
追加CSS
*/

/*
トップページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*アンケート結果はこちら*/
	#top_banner {
		position: relative;
		width: 560px;
		height: auto;
		margin: 190px auto 90px auto;
		padding:  0 0 0 0!important;
	}
	
	#top_banner a {
		display: block;
		position: relative;
		width: 100%!important;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_banner a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	/*5つの特徴*/
	#top .feature {
		padding-top: 0!important;
	}
	
	/*初めての方へ*/
	#top .first {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 990px!important;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*アンケート結果はこちら*/
	#top_banner {
		position: relative;
		width: 350px;
		height: auto;
		margin: 45px auto 35px auto;
		padding:  0 0 0 0!important;
	}
	
	#top_banner a {
		display: block;
		position: relative;
		width: 100%!important;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_banner a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	/*5つの特徴*/
	#top .feature {
		padding-top: 0!important;
	}
	
	/*初めての方へ*/
	#top .first {
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top .first a.banner-bottom__item {
		width: 292.5px!important;
		margin: 30px auto 0 auto!important;
	}
}