@charset "UTF-8";

#content {
	padding-top: 50px;
}
.agreement .main-tit {
	width:  276px;
	margin: 0 auto 18px;
}
.agreement .main-tit img {
	width: 100%;
	height: auto;
}
.agreement .inner {
	width: 800px;
	margin-bottom: 133px;
}
.agreement .txt01 {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 11px 0px;
	margin-bottom: 58px;
}
.agreement form {
	margin-top: 10px;
}
.agreement p.pp_btn {
	color: #fff;
	text-align:center; 
	font-size:18px; 
	font-family:"UD Shin Go DemiBold";
	margin-bottom: 53px;
}
.agreement p.pp_btn input {
	margin-right:.6em;
	-moz-transform:scale(1.2,1.2); 
	-webkit-transform:scale(1.2,1.2); 
	-o-transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);
}
.agreement p.btn {
	text-align:center;
	margin-bottom: 58px;
}
.agreement p.btn input,
.agreement p.btn a {
	display: inline-block;
	border: none;
	-webkit-appearance: none;
	font-size: 30px;
	cursor: pointer;
	font-family: "A1 Mincho";
	color: #fff;
	width: 300px;
	height: 90px;
	line-height: 93px;
	background: #FFAD00 url(../images/agreement/lm01.png) 93% 50% no-repeat;
	text-align: left;
	padding-left: 58px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.agreement p.btn a.off {
	cursor: default;
	opacity: .6;
}
.agreement .txt-cont {
	color: #fff;
	margin-bottom: 35px;
}
.agreement .txt-cont li h2 {
	font-size: 30px;
	font-weight: bold;
	margin-left: -15px;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.agreement .txt-cont li h3 {
	font-size: 22px;
	color: #FFAD00;
	font-weight: bold;
	margin: 8px 0;
}
.agreement .txt-cont p {
	font-size: 16px;
	line-height: 32px;
	word-break: break-all;
}
.agreement .txt-cont p.indent-txt {
	text-indent: -0.8em;
	padding-left: 0.8em;
}
.agreement .txt-cont > ul > li + li {
	margin-top: 33px;
}
.agreement .txt-cont .r-txt {
	text-align: right;
	margin-top: 32px;
}

@media screen and (max-width:750px)  {
	.agreement .inner {
		width: 100%;
	}
	.agreement .main-tit {
		margin: 0 auto 17px;
	}
	form {
		margin-top: 10px;
	}
	.agreement .txt-cont {
		margin-bottom: 70px;
	}
	.agreement p.btn input {
		border: none;
		-webkit-appearance: none;
		font-size: 28px;
		font-family: "A1 Mincho";
		height: 84px;
		line-height: 84px;
		width: 100%;
		max-width: 300px;
	}
	.agreement p.btn {
		margin-bottom: 38px;
	}
	.agreement .txt-cont .r-txt {
		margin-top: 7px;
	}
}