@charset "UTF-8";
/* ---------------- */
/* Layout */
/* ---------------- */
.membership-cp-wrap {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.membership-cp-wrap {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		font-size: 16px;
		line-height: 1.6;
	}
}
/* ---------------- */
/* common */
/* ---------------- */
.membership-cp-wrap h2 {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.membership-cp-wrap .txt a {
	color: #076194;
	text-decoration: underline;
}
.membership-cp-wrap h2 img,.membership-cp-wrap .h2 img {
	vertical-align: bottom;
}
.membership-cp-wrap .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 */
/* ---------------- */
.membership-cp-wrap .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 */
/* ---------------- */
.membership-cp-wrap .regist_btn {
	width: 600px;
	margin: 35px auto 0;
	text-align: center;
}
.membership-cp-wrap .regist_btn .cmn_btn {
	line-height: 63px;
	font-size: 24px;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	/* background: #fff;
	border:1px solid #12A73B;
	color: #12A73B; */
	transition: 0.8s background, 1s color ease-out 0s;
	cursor: default;
}
.membership-cp-wrap .cmn_btn_register:hover {
	background: #12A73B;
    color: #fff;
    -webkit-transition: 0.2s background, 0.4s color ease-out 0.2s;
    transition: 0.2s background, 0.4s color ease-out 0.2s;
}

@media screen and (max-width: 767px) {
	.membership-cp-wrap .btn-box {
		margin-left: -1.2em;
	}
	.membership-cp-wrap .regist_btn  {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.membership-cp-wrap .regist_btn .cmn_btn {
		line-height: 54px;
		font-size: 4vw;
	}
}

/* ---------------- */
/* 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 {
	}
}

