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

/* ダミー　*/
.dummy {
	color: #FF0066 !important;
}

/* ------------------------------ PC ------------------------------ */

/* ---------- お問い合わせ ---------- */
/* タイトル */
.mainContents__Sec-contact-title {
	width: 100%;
	background: url(../../images/mainContents__Sec-contact-title-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
	.contact-title-head {
		margin: 0 auto;
		width: 1280px;
		padding: 99px 0;
		font-size: calc(37rem / 16);
		line-height: calc(42em / 37);
		letter-spacing: 0.165em;
		text-align: center;
		color: #FFF;
	}

/* お問い合わせフォーム */
.mainContents__Sec-contact-form {
	margin: 42px auto;
	width: 980px;
}
	.contact-form {
		margin: 0 auto;
        width: 80%;
        height: 1575px;
        border: none;
        display: block;
	}