@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 481px){
.mainmessage{
	width:1024px;
	height:325px;
	background-color:#B973FF;
	color:#FFF;
	background-image:url(../img/index/mainimg.jpg);
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.mainmessage h2{
	width:465px;
	text-align: center;
	font-size:3.1rem;
	padding-top:30px;
}
.mainmessage p{
	margin-top:10px;
	font-size:1.8rem;
	line-height:1.5em;
	width:465px;
	box-sizing: border-box;
	padding:1em;
}
.forsilver h2,
.forcompany h2{
	font-size:4.2rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
	text-align: center;
	margin-top:100px;
	margin-bottom:30px;
}
.forsilver{
	clear:both;
	font-size:1.8rem;
}
.forsilver h2{
	color:#D86C00;
}
.forsilver .imgphoto{
	float:left;
	width:370px;
}
.forcompany h2{
	color:#0040FF;
}
.forcompany .imgphoto{
	float:left;
	width:370px;
}
.imgphoto img{
	width:100%;
	height:auto;
}
.infotext{
	width:600px;
	float:right;
}
}
@media screen and (max-width: 480px){

.mainmessage{
	width:100%;
	background-color:#B973FF;
	color:#FFF;
}
.mainmessage h2{
	width:100%;
	text-align: center;
	font-size:2.2rem;
	margin:0;
	padding:20px 5px 0 5px;
}
.mainmessage p{
	font-size:1.4rem;
	line-height:1.5em;
	box-sizing: border-box;
	padding:1em;
}
.forsilver h2,
.forcompany h2{
	font-size:3.1rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
	text-align: center;
	margin-top:30px;
	margin-bottom:20px;
}
.forsilver{
	clear:both;
	font-size:1.8rem;
}
.forsilver h2{
	color:#D86C00;
}
.forsilver .imgphoto{
	width:100%;
}
.forsilver .imgphoto img{
	width:100%;
	height:auto;
	}
.forcompany h2{
	color:#0040FF;
}
.forcompany .imgphoto{
	width:100%;
}
.forcompany .imgphoto img{
	width:100%;
	height:auto;
	}
.infotext{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
}