@charset "utf-8";
/* CSS Document */
/* トップイメージ */
div#mainContents a#topimgbox {
	display: block;
	width:100%;
	height:122.13vw;
	background: url(../images/index/topimg_sp.jpg) no-repeat;
	background-size: 100% 100%;
}
h2.h2bgtitle {
	padding: 4.6vw;
	background: url(../images/cmn/headerbg_sp.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
/* 各ページリンク */
div#mainContents div.linkbox {
	width:100%;
}
	div#mainContents div.linkbox a {
		display: block;
		width:100%;
		height:47.6vw;
	}
	div#mainContents div.linkbox a.company {
		background: url(../images/index/company_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	div#mainContents div.linkbox a.service {
		background: url(../images/index/service_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
/* バナー SPのみ表示 */
div#mainContents div.bannerbox_sp {
	width:100%;
	margin-bottom: 20px;
}
	div#mainContents div.bannerbox_sp a {
		display: block;
		width:96%;
		height:75.33vw;
		margin: 10px auto 0 auto;
	}
	div#mainContents div.bannerbox_sp a.bless {
		background: url(../images/cmn/banner_bless_sp.png) no-repeat;
		background-size: 100% 100%;
	}
	div#mainContents div.bannerbox_sp a.at254 {
		background: url(../images/cmn/banner_at254_sp.png) no-repeat;
		background-size: 100% 100%;
	}
/* 商品紹介 SPのみ表示 */
div#mainContents div.productbox_sp {
	width:100%;
	margin-bottom: 20px;
	text-align: left;
}
	div#mainContents div.productbox_sp a {
		display: inline-block;
		box-sizing: border-box;
		width:46vw;
		height:41.6vw;
		box-shadow: 10px 10px 4px -8px rgba(0,0,0,0.6);
		margin: 0 1.5vw;
	}
/* お知らせ */
div#mainContents div.newsbox {
	width:90%;
	margin: 30px auto 60px auto;
	text-align: center;
}
	div#mainContents div.newsbox div.newsinfobox {
		width:100%;
		margin: 30px auto 0 auto;
	}
		div#mainContents div.newsbox div.newsinfobox div.newslistbox {
			text-align: left;
		}
			div#mainContents div.newsbox div.newsinfobox div.newslistbox a {
				display: block;
				height:45px;
				line-height: 20px;
				text-decoration: none;
				color: #333;
				font-size: 12px;
				box-sizing: border-box;
				border-bottom: #e9e9e9 1px solid;
				padding: 0 10px;
			}
			div#mainContents div.newsbox div.newsinfobox div.newslistbox a span {
				display: block;
				height:20px;
				font-size: 12px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
		div#mainContents div.newsbox div.newsinfobox a.btn {
			display: block;
			width:75px;
			height:30px;
			line-height: 30px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			background: #D4D4D4;
			border-radius: 15px;
			margin: 40px auto 0 auto;
			font-size: 14px;
		}
/* PC版は表示しない */
div#mainContents div.productbox_pc { display: none; }
div#mainContents div.bannerbox_pc { display: none; }