@charset "UTF-8";
/* 資料請求 */

main h2 {
	background-image: url("../image/pc/syakai/syakai_form_main_image.png");
	background-repeat: no-repeat;
	width: 1280px;
	height:494px;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
}

main .read,
main .read2 {
	text-align: center;
	font-size : 32px;
  line-height : 52.01px;
  color : #524A3F;
  margin-top:30px;
  margin-bottom:30px;
}

main .read strong {
	color:#ffffff;
	font-size : 32px;
	background-color: #e75297;
	padding:5px;
}


main .read2 strong {
	color:#e75297;
	font-size : 32px;
}


.hissu{
	color:#ffffff;
	background-color: #e75297;
	padding:5px;
}


/* ============================================== スマートフォン ================================================ */

@media screen and (max-width:800px){

main h2 {
	background-image: url("../image/s/syakai/syakai_form_main_image_s.png");
	background-repeat: no-repeat;
	width: 100%;
    background-size: 100%;
	height:0px;
    padding-top:75%;
}

main .read,
main .read2 {
	text-align: left;
	font-size : 16px;
  line-height : 28px;
  color : #524A3F;
  margin:10px auto 20px auto;
  width:90%;
}

main .read strong,
main .read2 strong {
    font-size:17px;
}

}