@charset "utf-8";
/*------------------------------------------------------------
	コンタクトページ
------------------------------------------------------------*/

.comContact#comContact-contact h3 {
    font-size: 1.7rem;
    font-weight: normal;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.comContact#comContact-contact {
    background-color: #f8f8f4;
    margin-bottom: 50px;
}

.mgn-top-10 {
    margin-top: 10px;
}

#contact .content {
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#contact .content {
	padding-top: 0;
	position: relative;
	width: 1100px;
    font-size: 16px;
	color: #646464;
	line-height: 1.7;
	text-align: justify;
}

#contact .content h3.thanks {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 50px;
}

#contact .content h4.thanks {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0;
}

#contact .content p.thanks {
	text-align: center;
}

#contact .content p.thanks-end {
	text-align: center;
	margin-bottom: 150px;
}


@media all and (max-width: 767px) {
	
	#contact .content {
        width: auto;
	}

	#contact .content .thanks,
	#contact .content .thanks-end {
		margin-left: 20px;
		margin-right: 20px;
	}
	
}

@media all and (-ms-high-contrast:none){

}

