@charset "utf-8";
/* CSS Document */
/******************************************************************************************
お問い合わせボタン要素
******************************************************************************************/
.contact_button { width: 400px; padding: 10px 0 10px 0;  margin:0 auto 50px; }
.contact_button a {display: block;
	background-color: #febd69;
	color: #ffffff;
	border-radius: 26px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 14px 0;
}
.contact_button a .fa-chevron-right { color: #ffffff; }
.contact_button a:hover { background-color: #fcca88; }
/******************************************************************************************
プライバシーポリシーボタン要素
******************************************************************************************/
.privacy_button { width: 400px; padding: 10px 0 10px 0;  margin:0 auto 50px; }
.privacy_button a {display: block;
	background-color: #1bbc9b;
	color: #ffffff;
	border-radius: 26px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 14px 0;
}
.privacy_button a .fa-chevron-right { color: #ffffff; }
.privacy_button a:hover { background-color: #22d1ad; }

/******************************************************************************************
LINEバナー要素
******************************************************************************************/
.line_banner { margin-bottom: 40px; }
.line_banner img { text-align:center; width:100%; }
