@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     style.css                                                          ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・サポートページ用のスタイルを記述する                             ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.faq_contact .form_link {
	font-size: 200%;
	margin-bottom: 10px;
}
.faq_contact .form_link a {
	position: relative;
	font-weight: bold;
	text-decoration: underline;
}
.faq_contact .form_link a:hover {
	text-decoration: none;
}
.faq_contact .form_link span {
    padding-left: 50px;
	font-weight: bold;
	background: url(../../img/common/icon_message.svg) no-repeat left center / 35px 35px;
}
.faq_contact .notice {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.faq_contact + .faq_contact {
	margin-top: 60px;
}

@media screen and (max-width: 767px){
.faq_contact .form_link {
	font-size: 120%;
}
.faq_contact .form_link span {
    padding-left: 38px;
	background-size: 25px 25px;
}
.faq_contact .notice {
	text-align: left;
}
.faq_contact + .faq_contact {
	margin-top: 40px;
}
}
