@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 個人情報の取扱いについて　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#agreement {
	margin: 0 auto;
	padding-top: 35px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

/* -- 左側エリア ----------------------------------------------- */
div#agreement h3 {
	font-size: 18px;
	font-weight: 500;
	float: left;
	width: 280px;
	text-align: left;
	margin-bottom: 15px;
}

/* 必須 */
#agreement h3 span {
	float: right;
	position: relative;
	top: -2px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-radius: 3px;
	line-height: 1.4em;
	background: #7fae21;
	border: 1px solid #7fae21;
	font-weight: 500;
	font-style: italic;
}

/* -- 右側エリア ----------------------------------------------- */
#doui_data {
	width: 770px;
	float: right;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* プライバシーポリシーBOX */
#pp_box  {
	height: 200px;
	padding: 20px 30px;
	background: #fafafa;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
	border-radius: 3px;
}
div#agreement div h4 {
	margin-top: 30px;
	font-weight: 600;
	font-size: 16px;
}
#pp_box p  {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6em;
}
div#agreement div h4:first-child {
	margin-top: 0px;
}

/* 同意するボタン */
p#agree_check label {
	font-weight: 500;
}
div#agreement input[type="checkbox"] {
	margin-right: 10px;
}
form#mail_form div#agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 個人情報の取扱いについて　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#agreement {
	padding-top: 25px;
	padding-bottom: 10px;
}

/* -- 左側エリア ----------------------------------------------- */
div#agreement h3 {
	font-size: 16px;
	float: none;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
	
/* 必須 */
#agreement h3 span {
	float: none;
	position: static;
	font-weight: normal;
	margin: 0 15px 0 0;
}

/* -- 右側エリア ----------------------------------------------- */
#doui_data {
	width: 100%;
	float: none;
	padding-left: 0px;
}

/* プライバシーポリシーBOX */
#pp_box  {
	height: 200px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
div#agreement div h4 {
	margin-top: 25px;
	font-size: 14px;
}
#pp_box p  {
	font-size: 13px;
	line-height: 1.6em;
}

}
