@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*---------------------------------------------------------
	
 ---------------------------------------------------------*/
div#contents_outer {
    background: #fff!important;
}



#conts {
    margin: 100px 0;
	text-align: center;
}

#conts p {
	margin-top: 30px;
    color: #BEAF87;
	font-size: 30px;
}
#conts p span {
	font-weight: bold;
}





@media screen and (min-width: 0px) and (max-device-width: 480px) {
	#conts p {
		font-size: 6vw;
	}
	#conts p img {
		width: 80%;
		max-width: 328px;
	}
}


