@charset "UTF-8";
/* ---------------- */
/* Layout */
/* ---------------- */
#cp1000 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#cp1000 {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
		line-height: 1.6;
	}
}
/* ---------------- */
/* common */
/* ---------------- */
#cp1000 h1 {
	margin-top: 0;
}
#cp1000 .txt a {
	color: #076194;
	text-decoration: underline;
}
#cp1000 h1 img,#cp1000 .h1 img {
	vertical-align: bottom;
}
#cp1000 .text-lg {
	font-size: 1.2em;
}
/* ---------------- */
/* notes-list */
/* ---------------- */
.notes-list {
}
.notes-list li {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.notes-list.txt-indent {
		padding-left: 0;
		text-indent: 0;
	}
}
/* ---------------- */
/* notes-list */
/* ---------------- */
#cp1000 .arrow-left:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.6em;
    border-color: transparent transparent transparent #eb8602;
}
/* ---------------- */
/* regist_btn */
/* ---------------- */
#cp1000 .regist_btn {
	width: 600px;
	margin: 35px auto 0;
	text-align: center;
}
#cp1000 .regist_btn a {
	line-height: 63px;
	font-size: 24px;
	text-decoration: none;
	display: block;
	border-radius: 50px;
}
@media screen and (max-width: 767px) {
	#cp1000 .regist_btn  {
		width: 84vw;
		margin-left: auto;
		margin-right: auto;
	}
	#cp1000 .regist_btn a {
		line-height: 54px;
		font-size: 5vw;
	}
}
#cp1000 .cmn_btn_customer {
	background: #f39800;
	color: #fff;
	border: 1px solid #f39800;
	-webkit-transition: 0.8s background, 1s color ease-out 0s;
    transition: 0.8s background, 1s color ease-out 0s;
}
#cp1000 .cmn_btn_customer:hover {
	color: #f39800;
	background: #fff;
	-webkit-transition: 0.2s background, 0.4s color ease-out 0.2s;
    transition: 0.2s background, 0.4s color ease-out 0.2s;
}
/* ---------------- */
/* campaign-info */
/* ---------------- */
.campaign-info {
}
.campaign-info-lead {
}
dl.campaign-info-guideline {
}
dl.campaign-info-guideline dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
}
dl.campaign-info-guideline dd {
	padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
	.campaign-info-lead {
	}
}
/* ---------------- */
/* ex-customer */
/* ---------------- */
.ex-customer {
	background: #FFFCDF;
	padding: 40px;
}
.ex-customer h2 {
	border-bottom: none;
	text-align: center;
}
.ex-customer-lead {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ex-customer {
		padding: 20px;
	}
	.ex-customer h2 {
		text-align: left;
	}
	.ex-customer-lead {
		text-align: left;
	}
}
