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

/******************************************************************************************
リンクのボックス要素
******************************************************************************************/

.link_wrap {
	height: 280px;
	width: 1000px;
	overflow: hidden;
	margin-bottom: 20px;
}
.link_box_L, .link_box_R {
	background-color: #ffffff;
	height: 240px;
	width: 450px;
	padding: 20px;
	border-radius: 4px;
}
.link_box_L { float: left; }
.link_box_R { float: right; }
/******************************************************************************************
リンクの内容の要素
******************************************************************************************/
.link_img {
	height: 100px;
	width: 300px;
	margin: 0 auto 20px;
}
.link_wrap p {
	height: 80px;
	margin-bottom: 10px;
	font-size: 14px;
}
.link_btn {
	height: 30px;
	width: 100px;
	margin: 0 auto;
}
/******************************************************************************************
プライバシーポリシーボタン要素
******************************************************************************************/
.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: 20px; }
.line_banner img { text-align:center; width:100%; }